Top
ServerView Resource Orchestrator V3.4.0 Automatic Quarantining Function User's Guide
FUJITSU Software

4.7 rcxadm submgr

Name

Installation_folder\SVROR\Manager\bin\rcxadm submgr - Operation of information for sub manager coordination

Format

rcxadm submgr create -host {ipaddress|FQDN} [-port port] -user user_name -password password -ror_user ror_user_name -ror_password ror_password 
rcxadm submgr modify -host {ipaddress|FQDN} {-user user | -password password | -user user_name -password password | -ror_user ror_user_name | -ror_password ror_password | -ror_user ror_user_name -ror_password ror_password}
rcxadm submgr delete -host {ipaddress|FQDN} 
rcxadm submgr list

Description

The command for registering the host of the sub manager and the user information.

Perform this using the first manager.

Subcommands

create
Registers the host of the sub manager and the user information, and enables sending of requests to the sub manager.
modify
Modifies a registered user name or password.
delete
Deletes a registered host of a sub manager and the user information.
list
Displays a list of the registered sub managers.

Options

-host {ipaddress|FQDN}

Specify the IP address or FQDN of the sub manager.

When specifying the FQDN, execute the command after making it possible to resolve the name by adding information to the hosts file, etc.

-user user_name

Specify the user name for the sub manager.

When using a domain name, specify it using the format "domain_name\user_name" or "user_name@domain_name".

When not using a domain name, specify it using the format "computer_name\user_name".

-password password

Specify the password of the user specified for "-user".

The string can be composed of alphanumeric characters and symbols (excluding blank spaces), and can be up to 127 characters long.

-port port

Specify the port number to use for HTTP communication for the sub manager.

If this option is omitted, the default value (23461) will be set.

-ror_user ror_user_name

Specify the user name for the ROR manager.

The name must start with an alphabetic character and can be up to 16 alphanumeric characters long, including underscores ("_"), hyphens ("-"), and periods (".").

-ror_password ror_password

Specify the password of the user specified for "-ror_user".

The string can be composed of alphanumeric characters and symbols (excluding blank spaces), and can be up to 16 characters long.

Requirements

Permissions

OS Administrator

Location

Admin server

Usage Example

> rcxadm submgr create -host 192.168.1.3 -port 23462 -user Admin@domain.local -password passwd -ror_user RORAdmin -ror_password ror_passwd

> rcxadm submgr modify -host 192.168.1.3 -user Admin02 -password passwd02 

> rcxadm submgr delete -host 192.168.1.4 

> rcxadm submgr list 
HOST                          PORT  USER              PASSWORD ROR_USER   ROR_PASSWORD 
----                             ----     ----                 --------       --------         ------------ 
192.168.1.2                     23461  Admin@domain.local              ******      RORAdmin    ******       
192.168.1.3                     23462  Admin02@domain.local            ******      RORAdmin    ******      

Exit Status

This command returns the following values:

0

The command executed successfully.

non-zero

An error has occurred.