[an error occurred while processing this directive]

HP OpenVMS Systems

ask the wizard
Content starts here

Determining the Cluster Alias?

» close window

The Question is:

 
How can you find out the cluster name ?
 


The Answer is :

 
  Assuming that the current OpenVMS Cluster has an alias, you can use:
 
    SHOW LOGICAL SYS$CLUSTER*
 
  to view the various available logical names, and can translate
  the value using the f$trnlnm lexical function.
 
  Other protocols -- such as LAT and IP -- can have other ways of
  determining the equivilent of the DECnet cluster alias.
 

answer written or last revised on ( 9-JUN-1999 )

» close window