Synopsis
swtrans -b directory
Description
This command migrates the resources of older version of Systemwalker Operation Manager that have been backed up with the swmove command to this version. By executing this command, the migration resources will be restored from the specified backup directory.
Option
-b directory
Specify the full path of the backup directory to which the migration resources have been backed up in alphanumeric characters. Blanks cannot be contained in the directory name.
Return Values
Return value | Meaning |
---|---|
0 | Normal termination |
1 | Abnormal termination |
Command Location
Solaris | <drive>/<mount point>/Solaris/unx/tool |
Linux | <drive>/<mount point>/Linux/unx/tool |
HP-UX | <drive>/<mount point>/unx/tool |
Privilege Required
System administrator (superuser) privileges are required.
Cautions
To migrate the resources, you must follow the procedures described in the Systemwalker Operation Manager Upgrade Guide.
The operating system, installation type, installation directory, and character codes must be the same on the migration source and destination.
Make sure to confirm the following before executing this command:
Access privileges to the backup directory and installation directory are granted.
The installation directory on the migration destination has sufficient free space.
Directory name located on the network drive cannot be specified.
When executing this command, Systemwalker Operation Manager is stopped automatically. If Systemwalker Centric Manager coexists, each daemon of Systemwalker Centric Manager will also be stopped automatically.
The following message is output when this command is executed.
May I shift by this backup data? [y or n](Default: n) |
To restore the specified asset, enter "y".
Example
The following example restores the migration data from "/work/move":
[Solaris]
<drive>/<mount point>/Solaris/unx/tool/swtrans -b /work/move |
[Linux]
<drive>/<mount point>/Linux/unx/tool/swtrans -b /work/move |