z/OS MVS System Messages, Vol 3 (ASB-BPX)
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


BPXO060I

z/OS MVS System Messages, Vol 3 (ASB-BPX)
SA38-0670-00

BPXO060I
hh.mm.ss DISPLAY OMVS text

Explanation

In the message, text is as follows:
 procname kernalasid  status   parmmemberlist
              AF_UNIX Domain Sockets    
        
JOBNAME    ID     PEER ID  STATE    READ     WRITTEN   
-------- -------- -------- ------   -------- --------
jobname  id       peerid   state    readbyte writebyte
jobname  id       peerid   state    readbyte writebyte 
 [Socket name: socketname]
   [Peer name: peersocketname]
jobname  id       peerid   state    readbyte writebyte 
 [Socket name: socketname]
   [Peer name: peersocketname]
jobname  id       peerid   state    readbyte writebyte 
 [Socket name: socketname]
   [Peer name: peersocketname]	  

In response to a DISPLAY OMVS,Sockets (D OMVS,SO) operator command, this message displays information about the AF_UNIX family of sockets along with their users and sessions.

In the message text:
hh.mm.ss
The time in hours (00–23), minutes (00–59), and seconds (00–59) for the DISPLAY OMVS command.
procname
The name of the z/OS UNIX cataloged procedure.
status
One of the following:
ACTIVE
z/OS UNIX is currently active.
NOT STARTED
z/OS UNIX was not started.
INITIALIZING
z/OS UNIX is initializing.
TERMINATING
z/OS UNIX is terminating.
TERMINATED
z/OS UNIX has terminated.
ETC/INIT WAIT
z/OS UNIX is waiting for the /etc/init or /usr/sbin/init program to complete initialization.
FORK SHUTDOWN
FORK Service has been shutdown.
SHUTTING DOWN
z/OS UNIX is shutting down.
SHUTDOWN BLOCKED
z/OS UNIX shutdown processing is blocked by one or more jobs, and it waits for all of the blockers to unblock or terminate.
SHUTDOWN
z/OS UNIX is shut down.
RESTARTING
z/OS UNIX is restarting after a shut down.
parmmemberlist
The parmlib member name list specified on the SET OMVS command or on the initialization of OMVS.
jobname
The job name of the process that owns the socket.
id
The inode number of the socket, in hexadecimal.
peerid
The inode number of a connected socket's peer socket.
state
The socket state, which is one of the following:
LISTEN
A server TCP stream socket that accepts connections.
DGRAM
A UDP datagram socket.
ACP
An accepted stream socket.
CONN
a connected stream socket
STRM
An unconnected stream socket.
readbyte
The number of bytes read on this socket, in hexadecimal. For a server socket, this value is the number of connections that have been accepted. After 4G, this value wraps.
writebyte
The number of bytes written on this socket, in hexadecimal. After 4G, this value wraps.
Socket name: socketname
The name this socket was bound to, if any.
Peer name: peersocketname
The name of the socket this socket is connected to, if it is connected and if the peer socket has a name.

System action

The system continues processing.

Operator response

None

System programmer response

None.

Module

BPXOMAST

Source

z/OS UNIX System Services kernel (BPX)

Routing Code

-

Descriptor Code

-

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014