Operating Systems: i5/OS
             Personalize the table of contents and search results

This topic applies only on the i5/OS operating system.

 

Displaying profile properties with the i5/OS command line

 

To display information for a profile and for the application servers in that profile, run the dspwasinst command from the Qshell command line.

 

Overview

To run the dspwasinst command, perform the following steps:

 

Procedure

  1. On the i5/OS command line, run the STRQSH (Start Qshell) command.

  2. On the Qshell command line, use the cd command to change to the directory that contains the script:

    cd app_server_root/bin

  3. Run the dspwasinst command:

    dspwasinst -profileName profile
    where profile is the name of the profile that you want to display. For more information on the dspwasinst command and additional parameters, see dspwasinst command.

 

Example

In the following example, the script displays information about the default profile for the WebSphere Application Server edition.

dspwasinst

   Display WAS instance:
   Instance name: default
   Profile path: profile_root    Template path: app_server_root/profileTemplates/default
   Instance type: Application Server
   Cell: MYISERIES
   Node: MYISERIES
   Virtual hosts:
       default_host
          *:9080
          *:80
          *:9443
       admin_host
          *:9060
          *:9043
   Information for server: server1
   Installed applications:
         DefaultApplication
         ivtApp
         query
         SamplesGallery
         PlantsByWebSphere
         ManagementEJB.ear
         filetransfer.ear
         adminconsole.ear
         SchedulerCalendars.ear
   Server status: Server is started. Job is 042628/QEJBSVR/SERVER1.
   Web container tranports:
            None
   Additional ports:
            2809   BOOTSTRAP_ADDRESS port
            8880   SOAP_CONNECTOR_ADDRESS port
            9501   SAS_SSL_SERVERAUTH_LISTENER_ADDRESS port
            9503   CSIV2_SSL_SERVERAUTH_LISTENER_ADDRESS port
            9502   CSIV2_SSL_MUTUALAUTH_LISTENER_ADDRESS port
            9060   WC_adminhost port
            9080   WC_defaulthost port
            9353   DCS_UNICAST_ADDRESS port
            9043   WC_adminhost_secure port
            9443   WC_defaulthost_secure port
            7276   SIB_ENDPOINT_ADDRESS port
            7286   SIB_ENDPOINT_SECURE_ADDRESS port
            5558   SIB_MQ_ENDPOINT_ADDRESS port
            5578   SIB_MQ_ENDPOINT_SECURE_ADDRESS port
            9100   ORB_LISTENER_ADDRESS port



}
dspwasinst command

  Â