[an error occurred while processing this directive]

HP OpenVMS Systems Documentation

Content starts here

HP OpenVMS DCL Dictionary


Previous Contents Index


SHOW SERVER REGISTRY_SERVER (Alpha/Integrity servers Only)

Displays information about the Registry server.

Requires the SYSPRV privilege.


Format

SHOW SERVER REGISTRY_SERVER


Description

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.


Qualifiers

/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.

Examples

#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