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

Return codes

Examples

  • The following example displays the properties of the WebSEAL server default-webseald-cruz:
    pdadmin sec_master> server show default-webseald-cruz
    The 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-master
    The 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_trace
    The 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 show

    Parent topic: pdadmin commands