HP OpenVMS Systemsask the wizard |
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.
|