# base_jensen_culzean_mustang_m3_avanti.pak #!/bin/csh # # ******************************************************************* # Issued by Dan Daddieco - License Key and PAK Management Group # DTN 381-0743 *** 603-881-0743 *** FAX 603-881-1297 # VAXMail GROOVE::DADDIECO *** Internet daddieco@groove.zko.dec.com # WWW Pages http://groove.zko.dec.com/lkpmlogo.html # ******************************************************************* # if `whoami` != "root" then echo "You must be superuser to run this script" exit 1 endif test -r /etc/lmf if ($status != 0) then set lmfcom="/usr/sbin/lmf" else set lmfcom="/etc/lmf" endif # This PAK was issued on 13-DEC-1996 13:48 echo "" echo "Registering OSF-BASE" $lmfcom register - << =EOF= Licensed Software Product Product Authorization Key Enter data on lines terminated with : Issuer: DEC Authorization Number: ALS-ZK-1996NOV26-91-QL-MT4AE-6X Product Name: OSF-BASE Producer: DEC Number of units: 12 Key Termination Date: 14-JUN-1997 Availability Table Code: A Key Options: MOD_UNITS,ALPHA Checksum: 2-GEAD-ENMP-JACI-IIFF =EOF= if $status then echo "Registration Failed for OSF-BASE " exit 1 endif echo "" echo "Loading OSF-BASE" $lmfcom load 0 OSF-BASE # advfs_class_e.pak #!/bin/csh # # ******************************************************************* # Issued by Dan Daddieco - License Key and PAK Management Group # DTN 381-0743 *** 603-881-0743 *** FAX 603-881-1297 # VAXMail GROOVE::DADDIECO *** Internet daddieco@groove.zko.dec.com # WWW Pages http://groove.zko.dec.com/lkpmlogo.html # ******************************************************************* # if `whoami` != "root" then echo "You must be superuser to run this script" exit 1 endif test -r /etc/lmf if ($status != 0) then set lmfcom="/usr/sbin/lmf" else set lmfcom="/etc/lmf" endif # This PAK was issued on 10-DEC-1996 09:13 echo "" echo "Registering ADVFS-UTILITIES" $lmfcom register - << =EOF= Licensed Software Product Product Authorization Key Enter data on lines terminated with : Issuer: DEC Authorization Number: ALS-ZK-1996DEC10-7-QL-0EGAE-AA Product Name: ADVFS-UTILITIES Producer: DEC Number of units: 1050 Key Termination Date: 11-JUN-1997 Availability Table Code: H Key Options: MOD_UNITS,ALPHA Checksum: 2-BCOC-JFKC-FKDF-JPOL =EOF= if $status then echo "Registration Failed for ADVFS-UTILITIES " exit 1 endif echo "" echo "Loading ADVFS-UTILITIES" $lmfcom load 0 ADVFS-UTILITIES # dev_user_unlim_class_e.pak #!/bin/csh # # ******************************************************************* # Issued by Dan Daddieco - License Key and PAK Management Group # DTN 381-0743 *** 603-881-0743 *** FAX 603-881-1297 # VAXMail GROOVE::DADDIECO *** Internet daddieco@groove.zko.dec.com # WWW Pages http://groove.zko.dec.com/lkpmlogo.html # ******************************************************************* # if `whoami` != "root" then echo "You must be superuser to run this script" exit 1 endif test -r /etc/lmf if ($status != 0) then set lmfcom="/usr/sbin/lmf" else set lmfcom="/etc/lmf" endif # This PAK was issued on 13-DEC-1996 13:48 echo "" echo "Registering OSF-DEV" $lmfcom register - << =EOF= Licensed Software Product Product Authorization Key Enter data on lines terminated with : Issuer: DEC Authorization Number: ALS-ZK-1996NOV26-88-QL-MT5AE-AA Product Name: OSF-DEV Producer: DEC Number of units: 1050 Key Termination Date: 14-JUN-1997 Availability Table Code: H Key Options: MOD_UNITS,ALPHA Checksum: 2-DDOO-CJAJ-MKOK-IGEG =EOF= if $status then echo "Registration Failed for OSF-DEV " exit 1 endif echo "" echo "Loading OSF-DEV" $lmfcom load 0 OSF-DEV # user_unlim_class_e.pak #!/bin/csh # # ******************************************************************* # Issued by Dan Daddieco - License Key and PAK Management Group # DTN 381-0743 *** 603-881-0743 *** FAX 603-881-1297 # VAXMail GROOVE::DADDIECO *** Internet daddieco@groove.zko.dec.com # WWW Pages http://groove.zko.dec.com/lkpmlogo.html # ******************************************************************* # if `whoami` != "root" then echo "You must be superuser to run this script" exit 1 endif test -r /etc/lmf if ($status != 0) then set lmfcom="/usr/sbin/lmf" else set lmfcom="/etc/lmf" endif # This PAK was issued on 13-DEC-1996 13:48 echo "" echo "Registering OSF-USR" $lmfcom register - << =EOF= Licensed Software Product Product Authorization Key Enter data on lines terminated with : Issuer: DEC Authorization Number: ALS-ZK-1996NOV26-87-QL-MT7AE-AA Product Name: OSF-USR Producer: DEC Number of units: 1050 Key Termination Date: 14-JUN-1997 Availability Table Code: H Key Options: MOD_UNITS,ALPHA Checksum: 2-BLGO-DGMI-EKOC-GNCI =EOF= if $status then echo "Registration Failed for OSF-USR " exit 1 endif echo "" echo "Loading OSF-USR" $lmfcom load 0 OSF-USR