Users Guide

The following table describes the required and optional command parameters.
Table 7. Add Group Access Command Parameters
Parameter Abbr. Argument Description
Required Parameters
--group-name --gn group-name Designates the name of the PS Series group to which
access is being configured.
--group-ip --gip IP_address or FQDN Designates the IP address or fully-qualified domain name
(FQDN) to be used for accessing the specified group.
Optional Parameter
--noping none none Specifies whether RSWCLI should ping the specified IP
Address to determine whether it is accessible by the host.
Example: Adding Group Access
In the following example, access is added to the PS series group farm31-grp. The command syntax includes the group name (--gn)
and group IP address (--gip).
# rswcli --add-group-access --gn farm31-grp --gip 192.x.x.xx
Processing add-group-access command...
Group Name: farm31-grp
Group IP Address: 192.x.x.xx
The add-group-access command succeeded.
The following example specifies a FQDN for the group IP:
# rswcli --add-group-access --gn farm32-grp --gip testgroup03.mycompany.com
Processing add-group-access command...
Group Name: farm32-grp
Group IP Address: testgroup03.mycompany.com
The add-group-access command succeeded.
Listing Accessible Groups
Use the rswcli --list-group (or rswcli -l) command to for a list of the names and IP addresses of all PS Series groups to
which access is configured for this host.
rswcli --list-group Command Syntax
The command syntax is as follows:
rswcli --list-group | -l
[--group-name group-name] | --gn]
The following table describes the optional command parameter.
Table 8. List Group Optional Command Parameter
Parameter Abbr. Argument Description
--group-name --gn group-name Displays a list of names and IP addresses of all PS Series groups to
which access is configured for this host.
Remote Setup Wizard Command Line Interface 27