server show
Displays the properties for the specified installed Security Verify Access server or server instance. The server must exist, or an error is displayed.
Requires authentication (administrator ID and password) to use.
server show server_name-host_name
Options
- server_name-host_name
- Name of the installed Security Verify Access server or server instance. Specify the server_name in the exact format as displayed in the output of the server list command.
For example, if the configured name of a single WebSEAL server is default, the server_name is default-webseald followed by -host_name. The full server name-host name is default-webseald-cruz.dallas.ibm.com.
For multiple server instances on the same computer, if the configured name of a WebSEAL server instance is webseal2-webseald, the instance_name is followed by -host_name. The full server instance name-host name is webseal2-webseald-cruz.dallas.ibm.com.
Return codes
- 0
- The command completed successfully.
- 1
- The command failed. When a command fails, the pdadmin command provides a description of the error and an error status code in hexadecimal format (for example, 0x14c012f2). See "Error messages" in the IBM Knowledge Center. This reference provides a list of the ISAM error messages by decimal or hexadecimal codes.
Examples
- The following example displays the specified properties for the authorization server (ivacld) on the mogman computer:
pdadmin sec_master> server show ivacld-mogmanThe output is like:ivacld-mogman Description: ivacld/mogman Hostname: mogman Principal: ivacld/mogman Administration Request Port: 7137 Listening for authorization database update notifications: yes AZN Administration Services: AZN_ADMIN_SVC_TRACE
The following example displays the properties of the WebSEAL server default-webseald-cruz: pdadmin sec_master> server show default-webseald-cruzThe output is like:default-webseald-cruz Description: default-webseald-cruz Hostname: cruz.dallas.ibm.com Principal: default-webseald/cruz Administration Request Port: 7234 Listening for authorization database update notifications: yes AZN Administration Services: webseal-admin-svc azn_admin_svc_trace
The following example displays the ivmgrd-master policy server properties: pdadmin sec_master> server show ivmgrd-masterThe output is like:ivmgrd-master Description: ivmgrd-master Hostname: localhost Principal: Administration Request Port: 7135 Listening for authorization database update notifications: no AZN Administration Services: azn_admin_svc_traceThe Administration Request Port, 7135 in the output, is the same port set for the policy server during policy server configuration.
See also
server list
server task showParent topic: pdadmin commands