CorbaServers Report

Figure 110 shows the format of the CorbaServers report. This report is produced using a combination of the EXEC CICS® INQUIRE CORBASERVER and EXEC CICS COLLECT STATISTICS CORBASERVER commands. The statistics data is mapped by the DFHEJRDS DSECT. The field headings and contents are described in Table 234.

Figure 110. The CorbaServers Report
Applid IYK3ZAH1  Sysid CIST  Jobname NOMCNQ1    Date 12/17/2004   Time 11:06:40      CICS 6.4.0      PAGE      4
 
CorbaServers

   CorbaServer Name . . . . . . . :  EJB1
   CorbaServer Status . . . . . . :  Disabled

   JNDI Prefix. . . . . . . . . . :

   TCP/IP Host Name. .  . . . . . :  hostname.company.com

   Shelf Directory. . . . . . . . :  /var/cicsts

   Auto Publish . . . . . . . . . :  No
   DJAR Directory . . . . . . . . :
   CorbaServer Outbound Privacy . :  Supported

CorbaServer TCP/IP Services

     Unauth . . . . . :  EJBTCP1       Status . . . . . :  Closed          Port Number. . . :     687
     Clientcert . . . :
     Unauth SSL . . . :
     Asserted . . . . :

   Client Certificate . . . . . . :

   Session Bean Timeout . . . . . :   0 00:10       (Days Hours:Mins)

   Number of Object Activates . . :           0
   Number of Object Stores  . . . :           0
   Number of Failed Activates . . :           0

  ---------------------------------------------------------------------------------------------------------------------------------- 
Table 234. Fields in the CorbaServers Report
Field Heading Description
CorbaServers
CorbaServer Name The name of the CorbaServer.

Source field: EXEC CICS INQUIRE CORBASERVER()

CorbaServer Enable Status The current enable status of the CorbaServer.

Source field: EXEC CICS INQUIRE CORBASERVER() ENABLESTATUS(cvda)

JNDI Prefix The JNDI prefix defined for the CorbaServer.

Source field: EXEC CICS INQUIRE CORBASERVER() JNDIPREFIX()

TCP/IP Host Name The TCP/IP host name included in Interoperable Object References (IORs) exported from the CorbaServer.

Source field: EXEC CICS INQUIRE CORBASERVER() HOST()

Shelf Directory The HFS shelf directory for the CorbaServer.

Source field: EXEC CICS INQUIRE CORBASERVER() SHELF()

Auto Publish Indicates whether enterprise beans are to be automatically published to the JNDI namespace when the deployed JAR file that contains them is successfully installed in the CorbaServer.

Source field: EXEC CICS INQUIRE CORBASERVER() AUTOPUBLISH(cvda)

DJAR Directory The name of the deployed JAR file directory (also known as the pickup directory) on HFS. The pickup directory contains deployed JAR files that you want the CICS scanning mechanism to install into the CorbaServer.

Source field: EXEC CICS INQUIRE CORBASERVER() DJARDIR()

CorbaServer Outbound Privacy Whether outbound privacy is supported for this CorbaServer.

Source field: EXEC CICS INQUIRE CORBASERVER() OUTBOUNDPRIVACY(cvda)

CorbaServer TCP/IP Services: Unauth The name of a TCPIPSERVICE resource that defines the characteristics of the port which is used for inbound IIOP with no authentication.

Source field: EJR-TCPIP-UNAUTH

Status The status of this TCP/IP service.

Source field: EXEC CICS INQUIRE TCPIPSERVICE() OPENSTATUS(cvda)

Port Number The number of the port on which CICS is listening on behalf of this service.

Source field: EXEC CICS INQUIRE TCPIPSERVICE() PORT()

CorbaServer TCP/IP Services: Clientcert The name of a TCPIPSERVICE resource that defines the characteristics of the port which is used for inbound IIOP with SSL client certificate authentication.

Source field: EJR-TCPIP-CLIENTCERT

CorbaServer TCP/IP Services: Unauth SSL The name of a TCPIPSERVICE resource that defines the chracteristics of the port which is used for inbound IIOP with SSL but no client authentication.

Source field: EJR-TCPIP-UNAUTH-SSL

CorbaServer TCP/IP Services: Asserted The name of a TCPIPSERVICE resource that defines the chracteristics of the port which is used for inbound IIOP with asserted identity authentication.

Source field: EJR-TCPIP-ASSERTED

Client Certificate The label of the certificate within the key ring that is used as a client certificate in the SSL handshake for outbound IIOP connections. If the label is blank, the certificate nominated as the default for the key ring is used.

Source field: EXEC CICS INQUIRE CORBASERVER() CERTIFICATE()

Session Bean Timeout The elapsed time period of inactivity after which a session bean may be discarded. A value of zero indicates that beans are not timed out.

Source field: EXEC CICS INQUIRE CORBASERVER() SESSBEANTIME()

Number of Object Activates The total number of successful stateful session bean activations performed by this CorbaServer.

Source field: EJR-OBJECT-ACTIVATES

Number of Object Stores The total number of successful stateful session bean passivations performed by this CorbaServer.

Source field: EJR-OBJECT-STORES

Number of Failed Activates The total number of failed stateful session bean activations performed by this CorbaServer.

Source field: EJR-FAILED-ACTIVATES

Related reference
Back to full list of DFH0STAT reports
The DFH0STAT reports
Interpreting these statistics
Interpreting CorbaServer, DJAR and enterprise bean statistics
Full listing and DFHSTUP reports for these statistics
CorbaServer statistics
[[ Contents Previous Page | Next Page Index ]]