server show
Displays the properties for the specified installed Security Access Manager server or server instance. The server must exist, or an error is displayed.
Requires authentication (administrator ID and password) to use this command.
Syntax
server show server_name-host_name
Options
server_name-host_name- Specifies the name of the installed Security Access Manager server
or server instance. You must specify the
server_namein 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, theserver_nameisdefault-websealdfollowed by-host_name. The full server name–host name isdefault-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, theinstance_nameis followed by -host_name. The full server instance name–host name iswebseal2-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 Security Access Manager error messages by decimal or hexadecimal codes.
Examples
- The following example displays the specified properties for the
authorization server
(ivacld) on themogmancomputer:
The output is like:pdadmin sec_master> server show ivacld-mogmanivacld-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:
The output is like:pdadmin sec_master> server show default-webseald-cruzdefault-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-masterpolicy server properties:
The output is like:pdadmin sec_master> server show ivmgrd-masterivmgrd-master Description: ivmgrd-master Hostname: localhost Principal: Administration Request Port: 7135 Listening for authorization database update notifications: no AZN Administration Services: azn_admin_svc_traceNote: The Administration Request Port, 7135 in the output, is the same port that is set for the policy server during policy server configuration.