Previous | Contents | Index |
Displays information about the Registry server.Requires the SYSPRV privilege.
SHOW SERVER REGISTRY_SERVER
The SHOW SERVER REGISTRY_SERVER command provides a system manager with the ability to display information about the Registry server.For related information, see the SET SERVER REGISTRY_SERVER command.
/CLUSTER
Displays information about each server in the cluster.Cannot be used with the /MASTER or /NODE qualifiers.
/MASTER
Requires the SYSLCK privilege.Displays information about the Registry master server only.
Cannot be used with the /CLUSTER or /NODE qualifiers.
/NODE=(node-name[,...])
Displays information about the Registry servers on the specified nodes in the order in which the nodes are listed. The specified nodes must be in the current cluster.Cannot be used with the /CLUSTER or /MASTER qualifiers.
/OUTPUT=filespec
Sends the output information to the specified file.
#1 |
---|
$ SHOW SERVER REGISTRY_SERVER |
This command displays information about the node you are on. For example:
Registry Information on node OPNEYE 29-JUN-2004 16:37:26.52 Uptime 20 04:10:55
#2 |
---|
$ SHOW SERVER REGISTRY_SERVER/MASTER |
This command displays information about the Registry master server. For example:
Registry Master Server is running on OPNEYE, Pid: 20A0021A
Previous | Next | Contents | Index |