HP OpenVMS Systemsask the wizard |
The Question is: What is included with the NAS V8.1a package and why do I need it on any of my systems if I have current licenses for the products that use to be in NAS packages? The Answer is : NAS is merely a packaging of a number of products into a single distribution and a single license PAK. If you have individual PAKs for all the products you don't need to use the NAS PAK. The magic spell to determine the relationships between products and a particular NAS license PAK on your current system is: $ SEARCH SYS$UPDATE:*LMF*.COM <string> where <string> is a part of the NAS license name, or a product name. For example, on OpenVMS/Alpha V7.1, to find what products are available with a NAS 200 PAK (lines wrapped manually for readability): $ search sys$update:*lmf*.com -200 ****************************** SYS$COMMON:[SYSUPD]VMSINSTAL_LMFGROUPS.COM;1 $ vmi$lmf_grp_16 :== NET-APP-SUP-200/ACAS-RT/DCPS-OPEN/DCPS-PLUS/ DMQ-RTO/DMQ-RTO-V/DVNETEND/DVNETEXT/DW-MOTIF/DW-MOTIF-UI-CESKY/ $ vmi$lmf_grp_17 :== NET-APP-SUP-200/DW-MOTIF-UI-DEUTSCH/DW-MOTIF-UI-ESPANOL/ DW-MOTIF-UI-FRANCAIS/DW-MOTIF-UI-ITALIANO/DW-MOTIF-UI-MAGYAR/ $ vmi$lmf_grp_18 :== NET-APP-SUP-200/DW-MOTIF-UI-POLSKI/DW-MOTIF-UI-RUSSKIJ/ DW-MOTIF-UI-SLOVENSKY/DW-MOTIF-UI-SVENSKA/OBB-RT/ $ vmi$lmf_grp_19 :== NET-APP-SUP-200/P1A/P1B/P1C/P2A/P2B/P2C/RDB-SERVER/ RSM-CLIENT/UCX/UCX-IP-APPL/UCX-IP-NFS/UCX-IP-RT/VMSCLUSTER/ The first entry is the name of the PAK, followed by a slash separated list of product names. Another example, find which NAS licenses will enable RSM-SERVER: $ search sys$update:*lmf*.com rsm-server ****************************** SYS$COMMON:[SYSUPD]VMSINSTAL_LMFGROUPS.COM;1 $ vmi$lmf_grp_9 :== NET-APP-SUP-300/RSM-CLIENT/RSM-SERVER/RTR-CL/UCX/ UCX-IP-APPL/UCX-IP-NFS/UCX-IP-RT/VMSCLUSTER/ $ vmi$lmf_grp_14 :== NET-APP-SUP-400/P1C/P2A/P2B/P2C/P3A/P3B/P3C/P4A/P4B/ P4C/RDB-RUNTIME/RDB-SERVER/RMSJNL/RSM-CLIENT/RSM-SERVER/ If you don't have the particular version of NAS you're interested in installed, break open the kit, find VMSINSTAL_LMFGROUPS.COM and search it.
|