Top
Systemwalker Operation Manager  Reference Guide
FUJITSU Software

1.7 mpbko Backup Command

Synopsis

[Windows]

mpbko drive name:directory name [/Ca|/Cs] [/d] [/SN]

[UNIX]

mpbko -b Directory [-d] [-SN]

Description

This command backs up operation management information such as environment definition information and job scheduling information stored on the Systemwalker Operation Manager server to the specified directory.

Options

drive name:directory name [Windows]

Specify the backup directory. Specify this option with up to 32 alphanumeric characters. Blanks cannot be used.

drive name

Specify the drive name of the backup destination hard disk (which should be write-enabled).

directory name

Specify the backup directory.

-b Directory [UNIX]

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 of the backup destination.

/Ca|/Cs [Windows]

Use this option for backup on a cluster system. Omit this option if you wish to back up information in a normal system for non-cluster operations. You must specify this option after "drive name: directory name."

/Ca

Use this option for backup on a running node. Information stored on a running node and shared disk will be backed up.

/Cs

Use this option for backup on a standby node. Information stored on a standby node will be backed up.

/d [Windows]
-d [UNIX]

Use this option for backup of resources in silent mode without outputting any confirmation message at backup. When specifying this option, the backup directory must be empty and if not, this command will terminate with an error.

/SN [Windows]
-SN [UNIX]

Use this option for backup without stopping Systemwalker Operation Manager services/daemons.

Return Values

Return value

Meaning

0

Normal termination

1

Abnormal termination

Command Location

Windows

<Systemwalker Operation Manager installation directory>\MpWalker.JM\MpCmtool\backup\bin

Solaris
HP-UX
AIX
Linux

/opt/systemwalker/bin

Privilege Required

System administrator (user belonging to the Administrators group or superuser) privileges are required.

Cautions

Backup Capacity

[Windows]

The capacity required on the backup directory varies depending on the environment or on the amount of registered data. Estimate the required capacity on the basis of the following values: Calculate the capacity of the variable part and add it to the capacity of the fixed part.

Fixed Part

The fixed part has a capacity of 586 Kilobytes.

Variable Part

The capacity of the variable part is as follows:

  • When the calendar function is used:

    • Number of calendars x 6 Kilobytes

  • When the event monitoring function is used:

    • Number of event lines defined x 2 Kilobytes

      This number is equal to the number of lines in a list, which is displayed as the line count in the [Monitored Event Table] window.

  • When Jobscheduler is used:

    • Number of projects registered x 1.5 Kilobytes

    • Number of job nets x 8 Kilobytes

    • Number of jobs x 2 Kilobytes

    • Number of groups x 2.4 Kilobytes

    • Number of job nets in each group x 12 Kilobytes

    • Total capacity of various exits

    • Total capacity for output (stdout/stderr) from all jobs

    • Specified log size x 3 bytes

  • When Job Execution Control is used:

    • Number of job folders x 1 Kilobyte

    • Number of job owners x 0.5 Kilobyte

    • Number of queues x 4 Kilobytes

    • Maximum number of jobs acceptable by the system x 40 Kilobytes

    • debug.log file size (not fixed)

[UNIX]

See the following calculation formula for required space on the backup

Total size of directories under "/etc/opt/FJSV*" + Total space of the directories under "/var/opt/FJSV*"

FJSV*: Package name of component that is contained in the product.

FJSV* needs to be replaced depending on the OS as follows. Calculate the capacity after replacing it with the corresponding value.

Solaris version--> FJSV*

Linux version--> FJSV*

HP-UX version--> FHP*

AIX version--> FAIX*

Examples

[Windows]

The following is a setting example for backing up the operation management information and log information such as the environment definition information for the Systemwalker Operation Manager server and job scheduling information in the "d:\tmp\OMGRBack" directory if Systemwalker Operation Manager is installed under "c:\win32app."

cd c:\win32app\MpWalker.JM\MpCmtool\backup\bin
mpbko d:\tmp\OMGRBack

[UNIX]

The following is an example for backing up the resources to the "/backup" directory.

/opt/systemwalker/bin/mpbko -b /backup

Information

Registering mpbko command as a job

The mpbko command can be registered as a job. If it is actually registered as a job, ensure you do the following:

  • Specify the /SN or -SN option so as not to stop the services or daemons during the backup.

  • Specify the /d or -d option to the command so as not to output any confirmation messages during the backup.

  • Check that the backup destination directory is empty before performing the backup.