Posts
Showing posts from July, 2019
OpenVMS - Important Point to Remember
- Get link
- X
- Other Apps
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 PROCE...