Name
[Windows Manager]
Installation_folder\SVROR\Manager\bin\rcxadm servermgr - Server management software operations
[Linux Manager]
/opt/FJSVrcvmr/bin/rcxadm servermgr - Server management software operations
Format
rcxadm servermgr register -name name [-label label] [-comment comment] -soft_name soft_name rcxadm servermgr list [-verbose] rcxadm servermgr show -name name rcxadm servermgr unregister -name name rcxadm servermgr modify -name name [-label label] [-comment comment] rcxadm servermgr refresh -name name
Description
rcxadm servermgr is the command used to perform operations of server management software.
Subcommands
Registers server management software.
Displays a list of server management software information.
The following detailed information is displayed:
Item Name | Description |
---|---|
NAME | Server management software name |
LABEL | Label of the server management software |
COMMENT (*) | Comment for the server management software |
SOFT NAME | Name of the server management software |
STATUS | Status of the server management software |
* Note: When specifying -verbose for the option, it is displayed.
Displays the detailed information of the server management software.
The following detailed information is displayed:
Item Name | Description |
---|---|
Name | Server management software name |
Label | Label of the server management software |
Comment | Comment for the server management software |
Soft name | Name of the server management software |
Version | Version of the server management software |
Status | Status of the server management software |
Unregisters the server management software.
Modifies the following items of server management software:
Label
Comment
Updates server management software information.
Options
In name, specify the resource name of the target server management software.
In soft_name, specify the server management software. The specifiable names are shown below.
When using BMC BladeLogic Server Automation
Specify "blade_logic".
Specify when displaying detailed information.
In label, specify the label of the target server management software.
In comment, specify the comment for the target server management software.
Examples
To display the list of server management software information:
>rcxadm servermgr list <RETURN>
NAME LABEL SOFT NAME STATUS
---- ----- --------- ------
BladeLogic - BMC BladeLogic Server Automation normal |
To display the detailed list of server management software information:
>rcxadm servermgr list -verbose <RETURN>
NAME LABEL COMMENT SOFT NAME STATUS
---- ----- ------- --------- ------
BladeLogic - - BMC BladeLogic Server Automation normal |
To display the detailed information for server management software:
>rcxadm servermgr show -name BladeLogic <RETURN>
Name: BladeLogic
Label:
Comment:
Soft name: BMC BladeLogic Server Automation
Version: 8.2.01.273
Status: normal |