Description
This command backs up Systemwalker Runbook Automation resources on a Management Server to a specified backup destination directory.
Synopsis
swrba_backup Backup destination directory |
Options
Specifies the full pathname of the directory that will become the backup destination.
If the backup destination directory already exists, it must not contain any files or subdirectories.
If the backup destination directory does not exist, it is created.
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
Back up the resources according to the procedure described in "Backing up Systemwalker Runbook Automation" on the Systemwalker Runbook Automation Installation Guide.
Execute this command as part of the process of backing up Systemwalker Operation Manager. If Systemwalker Runbook Automation is running in conjunction with Systemwalker Operation Manager, execute this command at the same time as backing up Systemwalker Operation Manager.
Check that Systemwalker Runbook Automation has been set up.
Before executing this command, check the following:
that write to the backup destination directory is possible.
that the backup destination directory is an empty directory, or a directory that does not already exist.
that the available disk capacity of the backup destination is large enough to back up the user resources.
[Linux]
For the backup directory, specify the full path to a location that the oms user can look up.
Example
[Windows]
The resources are backed up to C:\backup:
swrba_backup C:\backup |
[Linux]
The resources are backed up to /usr/backup:
/opt/FJSVswrbam/bin/swrba_backup /usr/backup |