OpenVMS - Important Point to Remember



1.   System SCSnode name should not be more then 6 character.

2.    DECnet_area_number should be a number between 1 and 63.

3.    DECnet_node_number should be a number 1 and 1023.

4.    SCSSYSTEMID = (DECnet_area_number * 1024) + DECnet_node_number

5.   VAX : 32-bit computer system with CISC (Complex Instruction Set Computer) architecture and                     4  Gigabytes of virtual address space

6.   ALPHA : 64-bit computer system with RISC (Reduced Instruction Set Computer) architecture                             and  8 Terabytes of virtual address space

7.  SCSSYSTEMID holds the low order 32 bits and SCSSYSTEMIDH holds the high order 16 bits

8.  SCSSYSTEMID = ((DECnet area number) * 1024) + (DECnet node number)

9.  MAIN CLUSTER PROCESS

                         CACHE_SERVER *
                         CLUSTER_SERVER *
                         CONFIGURE
                         SMISERVER

10.  LEXICAL TO CHECK SYSTEM IS PART OF CLUSTER

       Sys$system:startup.com determines OpenVMS cluster membership using the lexical function             f$getsyi("cluster_member"). This returns a value of “True” if the node is a part of the cluster           and “False” if it not a cluster member

11.  CLUSTER COMPONENTS

                      CONNECTION MANAGER
                      DISTRIBUTED LOCK MANAGER
                      MSCP SERVER (only if serving disks) = Mass Storage Control Protocol
                      TMSCP SERVER (only if serving tapes) = Tape Mass Storage Control Protocol
                      DISTRIBUTED FILE SYSTEM
                      CLASS DRIVER
                      SYSTEM COMMUNICATION SERVICES (SCS)

12.  DIFFERENCE BETWEEN ODS-2 TO ODS-5

       In ODS-2 increase from 9.3 (nine-character filenames and three-character extensions) to 39.39           filenames at VAX/VMS V4.0.

Comments

Post a Comment

Popular posts from this blog

OpenVMS - Syslog Client for Installation & Configuration

OpenVMS - How to enable Auditing for specific File