Dell EqualLogic PS6210XS EqualLogic Host Integration Tools for Linux Version 1 - Page 28

Example: Listing Information for Groups, Modifying Access to a Group

Page 28 highlights

Example: Listing Information for Groups In the following example, the list command produces a list of names and IP addresses for a PS Series group to which access is configured. # rswcli --list-group --gn farm31-grp Processing list-group command... Groups accessible from this computer: Group Name: farm31-grp Group IP Address: 192.x.x.xx The list-group command succeeded. Modifying Access to a Group Use the rswcli --modify-group-access (or rswcli -m) command to modify the configuration for existing host access to a PS Series group. This command fails if access to the group was not configured previously. Group access credentials are managed by ASMCLI. For more information, see About Group Access Files. rswcli --modify-group-access Command Syntax The command syntax is as follows: rswcli --modify-group-access | -m --group-ip IP-address | --gip --group-name group-name --gn [--new-group-name group-name] | --ngn] [--noping] The following table describes the required and optional command parameters. Table 9. Modify Group Access Command Parameters Parameter Required Parameters Abbr. Argument --group-ip --gip IP-address or FQDN --group-name Optional Parameters --new-group-name --noping --gn --ngn none group-name group-name none Description Designates a new IP address or fully-qualified domain name (FQDN) to be used for accessing the specified group. Designates the PS Series group whose host access configuration is being modified. Designates a new name for an existing group to which access is configured. Directs rswcli to not ping the specified IP Address to learn if it is accessible by the host. Example: Modifying Group Access In the following example, group access is modified from group farm31-grp to group new31-grp using the group name (--gn) and new group name (--ngn) parameters: # rswcli --modify-group-access --gn farm31-grp --ngn new31-grp Processing modify-group-access command... 28 Remote Setup Wizard Command Line Interface

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127

Example: Listing Information for Groups
In the following example, the
list
command produces a list of names and IP addresses for a PS Series group to which access is
configured.
# rswcli --list-group --gn farm31-grp
Processing list-group command...
Groups accessible from this computer:
Group Name: farm31-grp
Group IP Address: 192.x.x.xx
The list-group command succeeded.
Modifying Access to a Group
Use the
rswcli --modify-group-access
(or
rswcli -m
) command to modify the configuration for existing host access to a PS
Series group. This command fails if access to the group was not configured previously.
Group access credentials are managed by ASMCLI. For more information, see
About Group Access Files
.
rswcli --modify-group-access Command Syntax
The command syntax is as follows:
rswcli --modify-group-access | -m
--group-ip
IP-address
| --gip
--group-name
group-name
--gn
[--new-group-name
group-name
] | --ngn]
[--noping]
The following table describes the required and optional command parameters.
Table 9. Modify Group Access Command Parameters
Parameter
Abbr.
Argument
Description
Required Parameters
--group-ip
--gip
IP-address
or FQDN
Designates a new IP address or fully-qualified
domain name (FQDN) to be used for accessing the
specified group.
--group-name
--gn
group-name
Designates the PS Series group whose host access
configuration is being modified.
Optional Parameters
--new-group-name
--ngn
group-name
Designates a new name for an existing group to
which access is configured.
--noping
none
none
Directs
rswcli
to not ping the specified IP
Address to learn if it is accessible by the host.
Example: Modifying Group Access
In the following example, group access is modified from group
farm31-grp
to group
new31-grp
using the group name (
--gn
) and
new group name (
--ngn
) parameters:
# rswcli --modify-group-access --gn farm31-grp --ngn
new31-grp
Processing modify-group-access command...
28
Remote Setup Wizard Command Line Interface