Description
This command restores Systemwalker Runbook Automation resources that have been backed up to the backup destination directory.
Synopsis
swrba_restore Backup destination directory |
Options
Specifies the full pathname of the directory containing the backup data.
Only alphanumeric characters can be specified. The directory path cannot include symbols or spaces.
The maximum length of a path is 32 characters.
Return Values
Normal termination
Abnormal termination
Forced termination
Command Location
[Windows]
<Systemwalker Runbook Automation installation directory>\bin |
[Linux]
/opt/FJSVswrbam/bin |
Privilege Required/Execution Environment
[Windows]
This command requires administrator privileges. When using Windows Server 2008 or later operating system, run as an administrator.
Systemwalker Runbook Automation must have stopped.
This command can be executed on a Management Server.
[Linux]
This can only be executed by a system administrator (superuser).
Systemwalker Runbook Automation must have stopped.
This command can be executed on a Management Server.
Note
Restore the resources according to the procedure described in "Restoring Systemwalker Runbook Automation" in the Systemwalker Runbook Automation Installation Guide.
Execute this command as part of the process of restoring Systemwalker Operation Manager. If Systemwalker Runbook Automation is running in conjunction with Systemwalker Operation Manager, execute this command at the same time as restoring Systemwalker Operation Manager.
Before executing this command, you must check whether the backup destination directory and Systemwalker Runbook Automation installation directory can be accessed.
Before executing this command, you must check that there is sufficient capacity available in the Systemwalker Runbook Automation installation directory on the restore destination machine.
The only resources that can be restored are those that were backed up using the backup command of this version.
Operation system types, installation types, Systemwalker Runbook Automation installation directories and code types used on the backup source machine and restore destination machine must be the same.
[Linux]
For the backup directory, specify the full path to a location that the oms user can look up.
Example
[Windows]
The following command restores the resources that have been backed up to C:\backup:
swrba_restore C:\backup |
[Linux]
The following command restores the resources that have been backed up to /usr/backup:
/opt/FJSVswrbam/bin/swrba_restore /usr/backup |