lssystemsupportcenter
Use the lssystemsupportcenter command to list details about remote support servers.
Syntax
Parameters
- support_center_name | support_center_id
- (Optional) Specifies a name or ID for a remote support server in the server index. The value for the ID must be a number (integer) and the value for the name must be an alphanumeric string. This parameter displays a full view of any configured name or ID values.
- -nohdr
- (Optional) By default, headings are displayed for each column of data in a concise style
view, and for each item of data in a detailed style view. The -nohdr
parameter suppresses the display of these headings.Note: If no data is displayed, headings are not displayed.
- -delim delimiter
- (Optional) By default in a concise view, all columns of data are space-separated. The width
of each column is set to the maximum width of each item of data. In a detailed view, each item
of data has its own row, and if the headers are displayed, the data is separated from the
header by a space. The -delim parameter overrides this behavior. Valid
input for the -delim parameter is a 1-byte character. If you enter
-delim :on the command line, the colon character (:) separates all items of data in a concise view; for example, the spacing of columns does not occur. In a detailed view, the data is separated from its header by the specified delimiter.
Description
This command lists details about remote support servers.
This command returns a concise or detailed view of the remote support servers defined.
This table provides the attribute values that can be displayed as output view data.
| Attribute | Description |
|---|---|
| id | Indicates the support center or proxy server ID. The value must be a number (integer). |
| name | Indicates the support center or proxy server name. The value must be an alphanumeric string. |
| IP_address | Indicates the Internet Protocol Version 4 (IPv4) or Version 6 (IPv6) address for the new support center or proxy server. The value must be a valid IPv4 or IPv6 address. |
| port | Indicates the port number for the configured support center or the proxy server. The value must be a number (integer). |
| proxy | Indicates that the target server is a proxy server (and not the
support center). The values are yes or no. |
An invocation example
lssystemsupportcenter
The following output is displayed:
id name IP_address port proxy
0 proxy1 1.2.3.4 9999 yes
1 supportserver2 1.2.3.5 8888 no
2 test_frontend_server 9.51.88.165 1025 no
An invocation example
lssystemsupportcenter 2
The following output is displayed:
id 2
name supportserver2
IP_address 1.2.3.5
port 8888
proxy no
An invocation example
lssystemsupportcenter -delim :
The following output is displayed:
id:name:IP_address:port:proxy
0:proxy1:1.2.3.4:9999:yes
1:supportserver2:1.2.3.5:8888:no
2:test_frontend_server:9.51.88.165:1025:no
