Top
Systemwalker Operation Manager  Reference Guide
FUJITSU Software

1.12 swmove Backup Command for Migration [UNIX]

Synopsis

swmove -b directory

Description

This command backs up the resources of older version of Systemwalker Operation Manager to migrate them to this version. The specified resources are backed up to the specified backup directory.

Option

-b directory:

Specify the full path of the backup directory in alphanumeric characters. If the specified directory does not exist, it will be created automatically. Blanks cannot be contained in the directory name.

Return Values

Return value

Meaning

0

Normal termination

1

Abnormal termination

Reference

rmpackage.inf

This file contains a list of old packages that are required to be deleted during the Systemwalker Operation Manager migration. If the deletion fails during the migration, you should delete the old packages by referring to this file. This file is created directly under the backup directory specified with the -b option.

Command Location

Solaris

<drive>/<mount point>/Solaris/unx/tool

Linux

<drive>/<mount point>/Linux/unx/tool

HP-UX
AIX

<drive>/<mount point>/unx/tool

Privilege Required

System administrator (superuser) privileges are required.

Cautions

Example

The following example backs up the migration data to "/work/move":

[Solaris]

<drive>/<mount point>/Solaris/unx/tool/swmove -b /work/move

[Linux]

<drive>/<mount point>/Linux/unx/tool/swmove -b /work/move