Description
Use this command when changing the host name/IP address of the server that is running the Management Server.
Execute this command after changing the host data of the server running the Management Server. Before changing host data, use the host name/IP address preprocess command.
Synopsis
swrba_post_chghostinf -i <IP address> |
swrba_post_chghostinf -h <host name> |
swrba_post_chghostinf -h <host name> -i <IP address> |
Options
Specifies the host name after the change.
Specify the IP address after the change in the IPv4 format. Specify when changing the IP address.
Return Values
Normal termination
Abnormal termination
Command Location
[Windows]
<Systemwalker Runbook Automation Management Server installation directory>\bin Note: The default location is C:\Fujitsu\Systemwalker\SWRBAM |
[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.
This command can be executed on a Management Server
Management Server must be stopped.
[Linux]
This can only be executed by a system administrator (superuser).
This command can be executed on a Management Server.
Management Server must be stopped.
Example
Change host name to SWRBA and IP address to "192.0.2.10":
swrba_post_chghostinf -h SWRBA -i 192.0.2.10 |