Installation_folder\SVROR\Manager\bin\rcxadm submgr - Operation of information for sub manager coordination
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
The command for registering the host of the sub manager and the user information.
Perform this using the first manager.
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.
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".
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.
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.
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 (".").
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.
OS Administrator
Admin server
> 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 ******
This command returns the following values:
The command executed successfully.
An error has occurred.