Top
ETERNUS SF AdvancedCopy Manager V15.3 Operation Guide
ETERNUS

12.3.3 stgxfwcmaddsrv (Server information addition command)

NAME

stgxfwcmaddsrv - adds Managed Server information


SYNOPSIS

<program-directory>\bin\stgxfwcmaddsrv [-n Server-Name] -i IP-Address -p Port-Number

DESCRIPTION

This command adds Managed Server information to be managed by AdvancedCopy Manager. This command can only be executed from the Management Server.


OPTIONS

-n Server-Name

Specifies the name of the Managed Server to be added. The name must be less than 255 bytes and must be a unique server name so that AdvancedCopy Manager can manage the server. The usable characters are 1-byte alphanumeric characters, minus sign (-), underscore (_), number sign (#), and period (.), with the first character being a 1-byte alphanumeric character. A 2-byte character causes an error.

Note that the server name is case-sensitive. When specifying the server name in other commands or Web Console, enter the server name exactly as entered in this command, including the case.

Non-cluster operation: Host name must be recognized by the operating system
Cluster operation: AdvancedCopy Manager logical node name must be specified during cluster setup

-i IP-Address

Specifies the IP address of an added Managed Server.
IPv4 address or IPv6 address can be specified.

  • IPv4 address
    Format that separates decimal digits with periods ".". (Values according to the IPv4 rules)

  • IPv6 address
    Format that separates hexadecimal digits with colons ":".

Specify a physical IP address if the Managed Server is managed as a physical server. Specify a logical IP address if the IP address is made redundant and managed (as a logical server), the same as under the cluster environment.

-p Port-Number

Specify the port number that is set on the Managed Server side to communicate with the Managed Server to be added. (Value from 1,024 to 65,535)
Under the cluster environment, specify the port number that is allocated to the service name stgxfws_? (Logical node name of AdvancedCopy Manager specified during cluster setup).


EXIT STATUS

=0: Completed successfully
>0: Terminated abnormally


EXAMPLES

NOTES