Last active
March 20, 2019 02:39
-
-
Save tuklusan/2e0c20b1d09338f9a1e5580020ba2c3f to your computer and use it in GitHub Desktop.
Install CMU TCP/IP 6.3 on VAX VMS 4.7 - Part 2 (TELNET, FINGER, FTP, LPR and E-MAIL): More at https://supratim-sanyal.blogspot.com/2019/03/cmu-tcpip-vax-vms-4.7.html
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//// This is part 2 of installing the CMU-TEK TCP/IP on a dual-adapter | |
//// SIMH VAX machine running VAX/VMS 4.7 using the following in SIMH ini: | |
//// set xu enable | |
//// ; IP - 10.42.2.27 | |
//// set xu mac=DA-D5-73-C4-33-B3 | |
//// attach xu vde:/tmp/vde-ip.ctl | |
//// | |
//// set xub enable | |
//// ; DECnet - 31.23 | |
//// set xub mac=AA-00-04-00-17-7C | |
//// attach xub vde:/tmp/vde-dnet.ctl | |
//// | |
//// Part-1 is here: https://gist.github.com/tuklusan/f8435b101ce73a74b3ac7db1d9e43d23 | |
Username: SANYAL | |
Password: | |
Welcome to VAX/VMS version V4.7 on node XLVII | |
Last interactive login on Tuesday, 19-MAR-2019 21:13 | |
Last non-interactive login on Tuesday, 26-FEB-2019 00:10 | |
$ dir | |
Directory DUA1:[SANYAL] | |
CMUTCPIP-INST.DIR;1 LOGIN.COM;8 MISC.DIR;1 NETSERVER.LOG;1 | |
TERM.COM;1 | |
Total of 5 files. | |
$ set def [.cmutcpip-inst] | |
$ dir | |
Directory DUA1:[SANYAL.CMUTCPIP-INST] | |
AAAREADME.TXT;1 CMUIP066.A;1 CMUIP066.B;1 CMUIP066.C;1 | |
CMUIP066.D;1 FINGER024.A;1 FINGER024.B;1 FINGER024.C;1 | |
FINGER024.D;1 FTP026.A;1 FTP026.B;1 FTP026.C;1 | |
FTP026.D;1 HOSTNM010.A;1 HOSTNM010.B;1 HOSTNM010.C;1 | |
HOSTNM010.D;1 INET_MAILSHR020.A;1 INET_MAILSHR020.B;1 INET_MAILSHR020.C;1 | |
INET_MAILSHR020.D;1 IPACP063.A;1 IPACP063.B;1 IPACP063.C;1 | |
IPACP063.D;1 IPDRIVER063.A;1 IPDRIVER063.B;1 IPDRIVER063.C;1 | |
IPDRIVER063.D;1 LPRSMB012.A;1 LPRSMB012.B;1 LPRSMB012.C;1 | |
LPRSMB012.D;1 LPR_SERVER020.A;1 LPR_SERVER020.B;1 LPR_SERVER020.C;1 | |
LPR_SERVER020.D;1 MAILSMB026.A;1 MAILSMB026.B;1 MAILSMB026.C;1 | |
MAILSMB026.D;1 NAMSRV022.A;1 NAMSRV022.B;1 NAMSRV022.C;1 | |
NAMSRV022.D;1 NETEXIT063.A;1 NETEXIT063.B;1 NETEXIT063.C;1 | |
NETEXIT063.D;1 NETLOG063.A;1 NETLOG063.B;1 NETLOG063.C;1 | |
NETLOG063.D;1 NETSTAT063.A;1 NETSTAT063.B;1 NETSTAT063.C;1 | |
NETSTAT063.D;1 PTY047.A;1 PTY047.B;1 PTY047.C;1 | |
PTY047.D;1 RSH.BCK;1 SMAIL026.A;1 SMAIL026.B;1 | |
SMAIL026.C;1 SMAIL026.D;1 SMTP_SERVER026.A;1 SMTP_SERVER026.B;1 | |
SMTP_SERVER026.C;1 SMTP_SERVER026.D;1 TELNET024.A;1 TELNET024.B;1 | |
TELNET024.C;1 TELNET024.D;1 UNIXSHR.BCK;1 | |
Total of 75 files. | |
$ | |
$ ! FOR TELNET | |
$ | |
$ SET PROC/PRIV=ALL | |
$ @SYS$UPDATE:VMSINSTAL.COM PTY047 DUA1:[SANYAL.CMUTCPIP-INST] | |
VAX/VMS Software Product Installation Procedure V4.7 | |
It is 19-MAR-2019 at 23:53. | |
Enter a question mark (?) at any time for help. | |
%VMSINSTAL-W-NOTSYSTEM, You are not logged in to the SYSTEM account. | |
%VMSINSTAL-W-DECNET, Your DECnet network is up and running. | |
* Do you want to continue anyway [NO]? YES | |
* Are you satisfied with the backup of your system disk [YES]? | |
The following products will be processed: | |
PTY V4.7 | |
Beginning installation of PTY V4.7 at 23:53 | |
%VMSINSTAL-I-RESTORE, Restoring product saveset A... | |
%VMSINSTAL-I-RELMOVED, The products release notes have been successfully moved to SYS$HELP. | |
This is the CMU PTY installation kit. | |
This kit only provides the PTY driver. | |
* Do you want to install the software [YES]? | |
%VMSINSTAL-I-RESTORE, Restoring product saveset B... | |
* Do you want to purge files replaced by this installation [YES]? | |
There are several places that the PTY image can be placed. | |
Some of them are: | |
XLVII$DUA0:[SYS0.] | |
SYS$COMMON: | |
* Where do you want the image installed? [XLVII$DUA0:[SYS0.]]: | |
It will be necessary to add the following lines to your | |
system startup command file. | |
$ SYSGEN :== $SYSGEN | |
$ IF F$SEARCH("SYS$SYSTEM:PYDRIVER.EXE") .NES. "" THEN - | |
SYSGEN CONNECT PYA0 /NOADAPTER /DRIVER=PYDRIVER | |
$ IF F$SEARCH("SYS$SYSTEM:TZDRIVER.EXE") .NES. "" THEN - | |
SYSGEN CONNECT TZA0 /NOADAPTER /DRIVER=TZDRIVER | |
* Do you want the sources [YES]? | |
%VMSINSTAL-I-RESTORE, Restoring product saveset C... | |
The sources are in the backup save set SYS$UPDATE:PTY.SRC. | |
* Do you want the Documentation [YES]? | |
%VMSINSTAL-I-RESTORE, Restoring product saveset D... | |
The Documentation on how to use PTY is in SYS$HELP:PTY_MANUAL.MSS. | |
For those with PostScript printers a PostScipt version | |
is in SYS$HELP:PTY_MANAUAL.PS. | |
The Installation guide is in SYS$HELP:PTY_INSTALL.MSS. | |
For thos with PostScript printers a PostScript verion | |
is in SYS$HELP:PTY_INSTALL.PS. | |
%VMSINSTAL-I-MOVEFILES, Files will now be moved to their target directories... | |
Installation of PTY V4.7 completed at 23:54 | |
VMSINSTAL procedure done at 23:54 | |
$ EDIT SYS$MANAGER:SYSTARTUP.COM | |
1 $! This is an empty site-specific system startup procedure. | |
*CHANGE | |
//// EDIT THE FILE AS INDICATED BY THE INSTALLATION PROCEDURE ABOVE | |
//// SEE THE OUTPUT OF THE TYPE COMMAND BELOW FOR CONTENTS AFTER EDITING | |
*EXIT | |
SYS$SYSROOT:[SYSMGR]SYSTARTUP.COM;4 26 lines | |
$ | |
$ TYPE SYS$MANAGER:SYSTARTUP.COM | |
$! This is an empty site-specific system startup procedure. | |
$! If you have specific system startup requirements at your | |
$! site, you should place the required commands in this procedure. | |
$! | |
$! START QUEUE MANAGER | |
$ START/QUEUE/MANAGER | |
$! | |
$! START BATCH QUEUE | |
$ START/QUEUE SYS$BATCH | |
$! | |
$!START DECNET | |
$ @SYS$MANAGER:STARTNET.COM | |
$! | |
$! CMU TCPIP START | |
$ SYSGEN :== $SYSGEN | |
$ IF F$SEARCH("SYS$SYSTEM:IPDRIVER.EXE") .NES. "" THEN - | |
SYSGEN CONNECT IP0 /NOADAPTER | |
$ IF F$SEARCH("SYS$SYSTEM:PYDRIVER.EXE") .NES. "" THEN - | |
SYSGEN CONNECT PYA0 /NOADAPTER /DRIVER=PYDRIVER | |
$ IF F$SEARCH("SYS$SYSTEM:TZDRIVER.EXE") .NES. "" THEN - | |
SYSGEN CONNECT TZA0 /NOADAPTER /DRIVER=TZDRIVER | |
$ @SYS$MANAGER:IP_STARTUP.COM | |
$! CMU TCPIP END | |
$! | |
$ MOUNT/SYSTEM DUA1: DATA1 | |
$! | |
$ MOUNT/SYSTEM DUA2: VAXVMS047A | |
$! | |
$! C Compiler Linker Libraries | |
$ DEFINE/SYSTEM/EXEC LNK$LIBRARY SYS$LIBRARY:VAXCCURSE | |
$ DEFINE/SYSTEM/EXEC LNK$LIBRARY_1 SYS$LIBRARY:VAXCRTLG | |
$ DEFINE/SYSTEM/EXEC LNK$LIBRARY_2 SYS$LIBRARY:VAXCRTL | |
$ | |
$ | |
$ ! | |
$ SHOW DEF | |
DUA1:[SANYAL.CMUTCPIP-INST] | |
$ | |
$ @SYS$UPDATE:VMSINSTAL TELNET024 DUA1:[SANYAL.CMUTCPIP-INST] | |
VAX/VMS Software Product Installation Procedure V4.7 | |
It is 19-MAR-2019 at 23:57. | |
Enter a question mark (?) at any time for help. | |
%VMSINSTAL-W-NOTSYSTEM, You are not logged in to the SYSTEM account. | |
%VMSINSTAL-W-DECNET, Your DECnet network is up and running. | |
%VMSINSTAL-W-ACTIVE, The following processes are still active: | |
SERVER_0218 | |
* Do you want to continue anyway [NO]? YES | |
* Are you satisfied with the backup of your system disk [YES]? | |
The following products will be processed: | |
TELNET V2.4 | |
Beginning installation of TELNET V2.4 at 23:57 | |
%VMSINSTAL-I-RESTORE, Restoring product saveset A... | |
%VMSINSTAL-I-RELMOVED, The products release notes have been successfully moved to SYS$HELP. | |
This is the CMU-OpenVMS/IP Telnet installation kit. | |
This kit only provides the Telnet service. | |
* Do you want to purge files replaced by this installation [YES]? | |
* Do you want to install the software [YES]? | |
%VMSINSTAL-I-RESTORE, Restoring product saveset B... | |
There are several places that the Telnet image can be placed. | |
Some of them are: | |
XLVII$DUA0:[SYS0.] | |
SYS$COMMON: | |
* Where do you want the image installed? [XLVII$DUA0:[SYS0.]]: | |
This command procedure updates the help library so that | |
the DCL command "$ HELP Telnet" will provide information | |
about the Telnet utility. | |
There are several help libraries that this help file can | |
be placed in. Some of them are: | |
SYS$SYSROOT:[SYSHLP]HELPLIB.HLB | |
* Which library should have Telnet help [SYS$SYSROOT:[SYSHLP]HELPLIB.HLB]: | |
* Do you want the sources [YES]? | |
%VMSINSTAL-I-RESTORE, Restoring product saveset C... | |
The sources are in the backup save set SYS$UPDATE:Telnet.SRC. | |
* Do you want the Telnet Documentation [YES]? | |
%VMSINSTAL-I-RESTORE, Restoring product saveset D... | |
The Scribe source for the telnet user manual is in | |
SYS$HELP:TELNET_MANUAL.MSS. For those with PostScript | |
printers a PostScript version is in SYS$HELP:TELNET_MANUAL.PS. | |
The Scribe source for the telnet installation manual is in | |
SYS$HELP:TELNET_INSTALL.MSS. For those with PostScript | |
printers a PostScript version is in SYS$HELP:TELNET_INSTALL.PS. | |
%VMSINSTAL-I-MOVEFILES, Files will now be moved to their target directories... | |
Installation of TELNET V2.4 completed at 23:58 | |
VMSINSTAL procedure done at 23:58 | |
$ | |
$ ! For FINGER: | |
$ | |
$ | |
$ SHOW DEF | |
DUA1:[SANYAL.CMUTCPIP-INST] | |
$ @SYS$UPDATE:VMSINSTAL FINGER024 DUA1:[SANYAL.CMUTCPIP-INST] | |
VAX/VMS Software Product Installation Procedure V4.7 | |
It is 19-MAR-2019 at 23:59. | |
Enter a question mark (?) at any time for help. | |
%VMSINSTAL-W-NOTSYSTEM, You are not logged in to the SYSTEM account. | |
%VMSINSTAL-W-DECNET, Your DECnet network is up and running. | |
%VMSINSTAL-W-ACTIVE, The following processes are still active: | |
SERVER_0218 | |
* Do you want to continue anyway [NO]? YES | |
* Are you satisfied with the backup of your system disk [YES]? | |
The following products will be processed: | |
FINGER V2.4 | |
Beginning installation of FINGER V2.4 at 23:59 | |
%VMSINSTAL-I-RESTORE, Restoring product saveset A... | |
%VMSINSTAL-I-RELMOVED, The products release notes have been successfully moved to SYS$HELP. | |
This is the CMU-OpenVMS/IP FINGER installation kit. | |
This kit only provides the FINGER service. | |
* Do you want to purge files replaced by this installation [YES]? | |
* Do you want to install the software [YES]? | |
%VMSINSTAL-I-RESTORE, Restoring product saveset B... | |
There are several places that the FINGER image can be placed. | |
Some of them are: | |
XLVII$DUA0:[SYS0.] | |
SYS$COMMON: | |
* Where do you want the image installed? [XLVII$DUA0:[SYS0.]]: | |
This command procedure updates the help library so that | |
the DCL command "$ HELP FINGER" will provide information | |
about the FINGER utility. | |
There are several help libraries that this help file can | |
be placed in. Some of them are: | |
SYS$SYSROOT:[SYSHLP]HELPLIB.HLB | |
* Which library should have FINGER help [SYS$SYSROOT:[SYSHLP]HELPLIB.HLB]: | |
The finger utility must run with privileges. | |
Please add the following lines to your system startup | |
command procedure. | |
$ INSTALL :== $INSTALL/COMMAND | |
$ IF F$SEARCH("SYS$SYSTEM:FINGER.EXE") .NES. "" THEN - | |
INSTALL ADD FINGER/PRIV=(SYSPRV,CMKRNL,WORLD) | |
* Do you want the sources [YES]? | |
%VMSINSTAL-I-RESTORE, Restoring product saveset C... | |
The sources are in the backup save set SYS$UPDATE:FINGER.SRC. | |
* Do you want the Finger Documentation [YES]? | |
%VMSINSTAL-I-RESTORE, Restoring product saveset D... | |
The Scribe source for the Finger user manual is in | |
SYS$HELP:Finger_MANUAL.MSS. For those with PostScript | |
printers a PostScript version is in SYS$HELP:Finger_MANUAL.PS. | |
The Scribe source for the Finger installation manual is in | |
SYS$HELP:Finger_INSTALL.MSS. For those with PostScript | |
printers a PostScript version is in SYS$HELP:Finger_INSTALL.PS. | |
%VMSINSTAL-I-MOVEFILES, Files will now be moved to their target directories... | |
Installation of FINGER V2.4 completed at 00:00 | |
VMSINSTAL procedure done at 00:00 | |
$ | |
$ EDIT SYS$MANAGER:SYSTARTUP.COM | |
1 $! This is an empty site-specific system startup procedure. | |
*CHAN | |
//// EDIT THE FILE AS INDICATED BY THE INSTALLATION PROCEDURE ABOVE | |
//// SEE THE OUTPUT OF THE TYPE COMMAND BELOW FOR CONTENTS AFTER EDITING | |
*EXIT | |
SYS$SYSROOT:[SYSMGR]SYSTARTUP.COM;5 29 lines | |
$ | |
$ | |
$ TYPE SYS$MANAGER:SYSTARTUP.COM | |
$! This is an empty site-specific system startup procedure. | |
$! If you have specific system startup requirements at your | |
$! site, you should place the required commands in this procedure. | |
$! | |
$! START QUEUE MANAGER | |
$ START/QUEUE/MANAGER | |
$! | |
$! START BATCH QUEUE | |
$ START/QUEUE SYS$BATCH | |
$! | |
$!START DECNET | |
$ @SYS$MANAGER:STARTNET.COM | |
$! | |
$! CMU TCPIP START | |
$ SYSGEN :== $SYSGEN | |
$ IF F$SEARCH("SYS$SYSTEM:IPDRIVER.EXE") .NES. "" THEN - | |
SYSGEN CONNECT IP0 /NOADAPTER | |
$ IF F$SEARCH("SYS$SYSTEM:PYDRIVER.EXE") .NES. "" THEN - | |
SYSGEN CONNECT PYA0 /NOADAPTER /DRIVER=PYDRIVER | |
$ IF F$SEARCH("SYS$SYSTEM:TZDRIVER.EXE") .NES. "" THEN - | |
SYSGEN CONNECT TZA0 /NOADAPTER /DRIVER=TZDRIVER | |
$ @SYS$MANAGER:IP_STARTUP.COM | |
$ INSTALL :== $INSTALL/COMMAND | |
$ IF F$SEARCH("SYS$SYSTEM:FINGER.EXE") .NES. "" THEN - | |
INSTALL ADD FINGER/PRIV=(SYSPRV,CMKRNL,WORLD) | |
$! CMU TCPIP END | |
$! | |
$ MOUNT/SYSTEM DUA1: DATA1 | |
$! | |
$ MOUNT/SYSTEM DUA2: VAXVMS047A | |
$! | |
$! C Compiler Linker Libraries | |
$ DEFINE/SYSTEM/EXEC LNK$LIBRARY SYS$LIBRARY:VAXCCURSE | |
$ DEFINE/SYSTEM/EXEC LNK$LIBRARY_1 SYS$LIBRARY:VAXCRTLG | |
$ DEFINE/SYSTEM/EXEC LNK$LIBRARY_2 SYS$LIBRARY:VAXCRTL | |
$ | |
$ | |
$ | |
$ ! For FTP: | |
$ | |
$ SHOW DEF | |
DUA1:[SANYAL.CMUTCPIP-INST] | |
$ @SYS$UPDATE:VMSINSTAL FTP026 DUA1:[SANYAL.CMUTCPIP-INST] | |
VAX/VMS Software Product Installation Procedure V4.7 | |
It is 20-MAR-2019 at 00:02. | |
Enter a question mark (?) at any time for help. | |
%VMSINSTAL-W-NOTSYSTEM, You are not logged in to the SYSTEM account. | |
%VMSINSTAL-W-DECNET, Your DECnet network is up and running. | |
* Do you want to continue anyway [NO]? YES | |
* Are you satisfied with the backup of your system disk [YES]? | |
The following products will be processed: | |
FTP V2.6 | |
Beginning installation of FTP V2.6 at 00:03 | |
%VMSINSTAL-I-RESTORE, Restoring product saveset A... | |
%VMSINSTAL-I-RELMOVED, The products release notes have been successfully moved to SYS$HELP. | |
This is the CMU-OpenVMS/IP FTP installation kit. | |
This kit only provides the FTP service. | |
* Do you want to purge files replaced by this installation [YES]? | |
* Do you want to install the software [YES]? | |
%VMSINSTAL-I-RESTORE, Restoring product saveset B... | |
There are several places that the FTP images can be placed. | |
Some of them are: | |
XLVII$DUA0:[SYS0.] | |
SYS$COMMON: | |
* Where do you want the images installed? [XLVII$DUA0:[SYS0.]]: | |
This command procedure updates the help library so that | |
the DCL command "$ HELP FTP" will provide information | |
about the FTP utility. | |
There are several help libraries that this help file can | |
be placed in. Some of them are: | |
SYS$SYSROOT:[SYSHLP]HELPLIB.HLB | |
* Which library should have FTP help [SYS$SYSROOT:[SYSHLP]HELPLIB.HLB]: | |
* Do you want the sources [YES]? | |
%VMSINSTAL-I-RESTORE, Restoring product saveset C... | |
The sources are in the backup save set SYS$UPDATE:FTP.SRC. | |
* Do you want the documentation [YES]? | |
%VMSINSTAL-I-RESTORE, Restoring product saveset D... | |
The Scribe source for the FTP user manual is in | |
SYS$HELP:FTP_MANUAL.MSS. For those with PostScript | |
printers a PostScript version is in SYS$HELP:FTP_MANUAL.PS. | |
The Scribe source for the FTP installation manual is in | |
SYS$HELP:FTP_INSTALL.MSS. For those with PostScript | |
printers a PostScript version is in SYS$HELP:FTP_INSTALL.PS. | |
%VMSINSTAL-I-MOVEFILES, Files will now be moved to their target directories... | |
Installation of FTP V2.6 completed at 00:03 | |
VMSINSTAL procedure done at 00:03 | |
$ | |
$ | |
$ ! For LPR: | |
$ | |
$ SHOW DEF | |
DUA1:[SANYAL.CMUTCPIP-INST] | |
$ @SYS$UPDATE:VMSINSTAL LPRSMB012 DUA1:[SANYAL.CMUTCPIP-INST] | |
VAX/VMS Software Product Installation Procedure V4.7 | |
It is 20-MAR-2019 at 00:04. | |
Enter a question mark (?) at any time for help. | |
%VMSINSTAL-W-NOTSYSTEM, You are not logged in to the SYSTEM account. | |
%VMSINSTAL-W-DECNET, Your DECnet network is up and running. | |
* Do you want to continue anyway [NO]? YES | |
* Are you satisfied with the backup of your system disk [YES]? | |
The following products will be processed: | |
LPRSMB V1.2 | |
Beginning installation of LPRSMB V1.2 at 00:04 | |
%VMSINSTAL-I-RESTORE, Restoring product saveset A... | |
%VMSINSTAL-I-RELMOVED, The products release notes have been successfully moved to SYS$HELP. | |
This is the CMU-OpenVMS/IP LPRSMB installation kit. | |
This kit only provides the LPRSMB service. | |
* Do you want to purge files replaced by this installation [YES]? | |
* Do you want to install the software [YES]? | |
%VMSINSTAL-I-RESTORE, Restoring product saveset B... | |
There are several places that the LPRSMB images can be placed. | |
Some of them are: | |
XLVII$DUA0:[SYS0.] | |
SYS$COMMON: | |
* Where do you want the images installed? [XLVII$DUA0:[SYS0.]]: | |
* Which directory should be used for log files? [XLVII$DUA0:[SYS0.][SYSMGR]]: | |
* LPR Printer Name: PRINTER | |
* Printer Host Name: lpr-xlviivax.sanyalnet.lan | |
* Any More Printers [NO]? | |
Please remember to add the following lines to your system | |
startup command file. | |
$ IF F$SEARCH("SYS$MANAGER:LPR_STARTUP.COM") .NES. "" THEN - | |
@SYS$MANAGER:LPR_STARTUP.COM | |
Please remember to add the following lines to your system | |
shutdown command file. | |
$ IF F$SEARCH("SYS$MANAGER:LPR_SHUTDOWN.COM") .NES. "" THEN - | |
@SYS$MANAGER:LPR_SHUTDOWN.COM | |
* Do you want the sources [YES]? | |
%VMSINSTAL-I-RESTORE, Restoring product saveset C... | |
The sources are in the backup save set SYS$UPDATE:LPRSMB.SRC. | |
* Do you want the documentation [YES]? | |
%VMSINSTAL-I-RESTORE, Restoring product saveset D... | |
The Scribe manuscript source file is in | |
SYS$HELP:LPRSMB_INSTALL.MSS. If you | |
have a PostScript printer available the | |
file is in SYS$HELP:LPRSMB_INSTALL.PS. | |
%VMSINSTAL-I-MOVEFILES, Files will now be moved to their target directories... | |
Installation of LPRSMB V1.2 completed at 00:06 | |
VMSINSTAL procedure done at 00:06 | |
$ | |
$ | |
$ | |
$ | |
$ DIR SYS$MANAGER:SY*.COM | |
Directory SYS$SYSROOT:[SYSMGR] | |
SYSTARTUP.COM;5 SYSTARTUP.COM;4 SYSTARTUP.COM;3 | |
Total of 3 files. | |
Directory SYS$COMMON:[SYSMGR] | |
SYCONFIG.COM;1 SYENVIRON.COM;1 SYSHUTDWN.COM;1 SYSTARTUP.COM;1 | |
Total of 4 files. | |
Grand total of 2 directories, 7 files. | |
$ | |
$ EDIT SYS$MANAGER:SYSTARTUP.COM | |
1 $! This is an empty site-specific system startup procedure. | |
*CHAN | |
//// EDIT THE FILE AS INDICATED BY THE INSTALLATION PROCEDURE ABOVE | |
//// SEE THE OUTPUT OF THE TYPE COMMAND BELOW FOR CONTENTS AFTER EDITING | |
*EXIT | |
SYS$SYSROOT:[SYSMGR]SYSTARTUP.COM;6 31 lines | |
$ | |
$ | |
$ TYPE SYS$MANAGER:SYSTARTUP.COM | |
$! This is an empty site-specific system startup procedure. | |
$! If you have specific system startup requirements at your | |
$! site, you should place the required commands in this procedure. | |
$! | |
$! START QUEUE MANAGER | |
$ START/QUEUE/MANAGER | |
$! | |
$! START BATCH QUEUE | |
$ START/QUEUE SYS$BATCH | |
$! | |
$!START DECNET | |
$ @SYS$MANAGER:STARTNET.COM | |
$! | |
$! CMU TCPIP START | |
$ SYSGEN :== $SYSGEN | |
$ IF F$SEARCH("SYS$SYSTEM:IPDRIVER.EXE") .NES. "" THEN - | |
SYSGEN CONNECT IP0 /NOADAPTER | |
$ IF F$SEARCH("SYS$SYSTEM:PYDRIVER.EXE") .NES. "" THEN - | |
SYSGEN CONNECT PYA0 /NOADAPTER /DRIVER=PYDRIVER | |
$ IF F$SEARCH("SYS$SYSTEM:TZDRIVER.EXE") .NES. "" THEN - | |
SYSGEN CONNECT TZA0 /NOADAPTER /DRIVER=TZDRIVER | |
$ @SYS$MANAGER:IP_STARTUP.COM | |
$ INSTALL :== $INSTALL/COMMAND | |
$ IF F$SEARCH("SYS$SYSTEM:FINGER.EXE") .NES. "" THEN - | |
INSTALL ADD FINGER/PRIV=(SYSPRV,CMKRNL,WORLD) | |
$ IF F$SEARCH("SYS$MANAGER:LPR_STARTUP.COM") .NES. "" THEN - | |
@SYS$MANAGER:LPR_STARTUP.COM | |
$! CMU TCPIP END | |
$! | |
$ MOUNT/SYSTEM DUA1: DATA1 | |
$! | |
$ MOUNT/SYSTEM DUA2: VAXVMS047A | |
$! | |
$! C Compiler Linker Libraries | |
$ DEFINE/SYSTEM/EXEC LNK$LIBRARY SYS$LIBRARY:VAXCCURSE | |
$ DEFINE/SYSTEM/EXEC LNK$LIBRARY_1 SYS$LIBRARY:VAXCRTLG | |
$ DEFINE/SYSTEM/EXEC LNK$LIBRARY_2 SYS$LIBRARY:VAXCRTL | |
$ | |
$ | |
$ EDIT SYS$MANAGER:SYSHUTDWN.COM | |
1 $! This is an empty site-specific system shutdown procedure. | |
*CHAN | |
//// EDIT THE FILE AS INDICATED BY THE INSTALLATION PROCEDURE ABOVE | |
//// SEE THE OUTPUT OF THE TYPE COMMAND BELOW FOR CONTENTS AFTER EDITING | |
*EXIT | |
SYS$COMMON:[SYSMGR]SYSHUTDWN.COM;2 5 lines | |
$ | |
$ TYPE SYS$MANAGER:SYSHUTDWN.COM | |
$! This is an empty site-specific system shutdown procedure. | |
$! If you have specific system shutdown requirements at your | |
$! site, you should place the required commands in this procedure. | |
$ IF F$SEARCH("SYS$MANAGER:LPR_SHUTDOWN.COM") .NES. "" THEN - | |
@SYS$MANAGER:LPR_SHUTDOWN.COM | |
$ | |
$ | |
$ | |
$ SH DEF | |
DUA1:[SANYAL.CMUTCPIP-INST] | |
$ @SYS$UPDATE:VMSINSTAL LPR_SERVER020 DUA1:[SANYAL.CMUTCPIP-INST] | |
VAX/VMS Software Product Installation Procedure V4.7 | |
It is 20-MAR-2019 at 00:10. | |
Enter a question mark (?) at any time for help. | |
%VMSINSTAL-W-NOTSYSTEM, You are not logged in to the SYSTEM account. | |
%VMSINSTAL-W-DECNET, Your DECnet network is up and running. | |
%VMSINSTAL-W-ACTIVE, The following processes are still active: | |
SERVER_0219 | |
* Do you want to continue anyway [NO]? YES | |
* Are you satisfied with the backup of your system disk [YES]? | |
The following products will be processed: | |
LPR_SERVER V2.0 | |
Beginning installation of LPR_SERVER V2.0 at 00:10 | |
%VMSINSTAL-I-RESTORE, Restoring product saveset A... | |
%VMSINSTAL-I-RELMOVED, The products release notes have been successfully moved to SYS$HELP. | |
This is the CMU-OpenVMS/IP LPR_SERVER installation kit. | |
This kit only provides the LPR_SERVER service. | |
* Do you want to purge files replaced by this installation [YES]? | |
* Do you want to install the software [YES]? | |
%VMSINSTAL-I-RESTORE, Restoring product saveset B... | |
There are several places that the LPR_SERVER images can be placed. | |
Some of them are: | |
XLVII$DUA0:[SYS0.] | |
SYS$COMMON: | |
* Where do you want the images installed? [XLVII$DUA0:[SYS0.]]: | |
* Log Directory [XLVII$DUA0:[SYS0.][SYSMGR]]: | |
* Spooling Directory [XLVII$DUA0:[SYS0.][SYSMGR]]: | |
* LPR Printer Name: PRINTER | |
* VMS Printer Name: PRINTER | |
* Any More Printers [NO]? | |
Please remember to add the following lines to your system | |
startup command file. | |
$ IF F$SEARCH("SYS$MANAGER:LPD_STARTUP.COM") .NES. "" THEN - | |
@SYS$MANAGER:LPD_STARTUP.COM | |
* Do you want the sources [YES]? | |
%VMSINSTAL-I-RESTORE, Restoring product saveset C... | |
The sources are in the backup save set SYS$UPDATE:LPR_SERVER.SRC. | |
* Do you want the documentation [YES]? | |
%VMSINSTAL-I-RESTORE, Restoring product saveset D... | |
The Scribe manuscript source file is in | |
SYS$HELP:LPR_SERVER_INSTALL.MSS. If you | |
have a PostScript printer available the | |
file is in SYS$HELP:LPR_SERVER_INSTALL.PS. | |
%VMSINSTAL-I-MOVEFILES, Files will now be moved to their target directories... | |
Installation of LPR_SERVER V2.0 completed at 00:11 | |
VMSINSTAL procedure done at 00:11 | |
$ | |
$ | |
$ EDIT SYS$MANAGER:SYSTARTUP.COM | |
1 $! This is an empty site-specific system startup procedure. | |
*CHAN | |
//// EDIT THE FILE AS INDICATED BY THE INSTALLATION PROCEDURE ABOVE | |
//// SEE THE OUTPUT OF THE TYPE COMMAND BELOW FOR CONTENTS AFTER EDITING | |
*EXIT | |
SYS$SYSROOT:[SYSMGR]SYSTARTUP.COM;7 33 lines | |
$ | |
$ | |
$ TYPE SYS$MANAGER:SYSTARTUP.COM | |
$! This is an empty site-specific system startup procedure. | |
$! If you have specific system startup requirements at your | |
$! site, you should place the required commands in this procedure. | |
$! | |
$! START QUEUE MANAGER | |
$ START/QUEUE/MANAGER | |
$! | |
$! START BATCH QUEUE | |
$ START/QUEUE SYS$BATCH | |
$! | |
$!START DECNET | |
$ @SYS$MANAGER:STARTNET.COM | |
$! | |
$! CMU TCPIP START | |
$ SYSGEN :== $SYSGEN | |
$ IF F$SEARCH("SYS$SYSTEM:IPDRIVER.EXE") .NES. "" THEN - | |
SYSGEN CONNECT IP0 /NOADAPTER | |
$ IF F$SEARCH("SYS$SYSTEM:PYDRIVER.EXE") .NES. "" THEN - | |
SYSGEN CONNECT PYA0 /NOADAPTER /DRIVER=PYDRIVER | |
$ IF F$SEARCH("SYS$SYSTEM:TZDRIVER.EXE") .NES. "" THEN - | |
SYSGEN CONNECT TZA0 /NOADAPTER /DRIVER=TZDRIVER | |
$ @SYS$MANAGER:IP_STARTUP.COM | |
$ INSTALL :== $INSTALL/COMMAND | |
$ IF F$SEARCH("SYS$SYSTEM:FINGER.EXE") .NES. "" THEN - | |
INSTALL ADD FINGER/PRIV=(SYSPRV,CMKRNL,WORLD) | |
$ IF F$SEARCH("SYS$MANAGER:LPR_STARTUP.COM") .NES. "" THEN - | |
@SYS$MANAGER:LPR_STARTUP.COM | |
$ IF F$SEARCH("SYS$MANAGER:LPD_STARTUP.COM") .NES. "" THEN - | |
@SYS$MANAGER:LPD_STARTUP.COM | |
$! CMU TCPIP END | |
$! | |
$ MOUNT/SYSTEM DUA1: DATA1 | |
$! | |
$ MOUNT/SYSTEM DUA2: VAXVMS047A | |
$! | |
$! C Compiler Linker Libraries | |
$ DEFINE/SYSTEM/EXEC LNK$LIBRARY SYS$LIBRARY:VAXCCURSE | |
$ DEFINE/SYSTEM/EXEC LNK$LIBRARY_1 SYS$LIBRARY:VAXCRTLG | |
$ DEFINE/SYSTEM/EXEC LNK$LIBRARY_2 SYS$LIBRARY:VAXCRTL | |
$ | |
$ | |
$ | |
$ ! For E-Mail: | |
$ | |
$ SH DEF | |
DUA1:[SANYAL.CMUTCPIP-INST] | |
$ @SYS$UPDATE:VMSINSTAL MAILSMB026 DUA1:[SANYAL.CMUTCPIP-INST] !Symbiont used for mail queues | |
VAX/VMS Software Product Installation Procedure V4.7 | |
It is 20-MAR-2019 at 00:14. | |
Enter a question mark (?) at any time for help. | |
%VMSINSTAL-W-NOTSYSTEM, You are not logged in to the SYSTEM account. | |
%VMSINSTAL-W-DECNET, Your DECnet network is up and running. | |
%VMSINSTAL-W-ACTIVE, The following processes are still active: | |
SERVER_0219 | |
* Do you want to continue anyway [NO]? YES | |
* Are you satisfied with the backup of your system disk [YES]? | |
The following products will be processed: | |
MAILSMB V2.6 | |
Beginning installation of MAILSMB V2.6 at 00:14 | |
%VMSINSTAL-I-RESTORE, Restoring product saveset A... | |
%VMSINSTAL-I-RELMOVED, The products release notes have been successfully moved to SYS$HELP. | |
This is the CMU-OpenVMS/IP MAILSMB installation kit. | |
This kit only provides the MAILSMB service. | |
* Do you want to purge files replaced by this installation [YES]? | |
* Do you want to install the software [YES]? | |
%VMSINSTAL-I-RESTORE, Restoring product saveset B... | |
There are several places that the MAILSMB images can be placed. | |
Some of them are: | |
XLVII$DUA0:[SYS0.] | |
SYS$COMMON: | |
* Where do you want the images installed? [XLVII$DUA0:[SYS0.]]: | |
* Mail Forwarding File? [XLVII$DUA0:[SYS0.][SYSLIB]EXPAND.TXT]: | |
* MailSMB Log Directory? [XLVII$DUA0:[SYS0.][SYSMGR]]: | |
* MailSMB Spool Directory? [XLVII$DUA0:[SYS0.][SYSMGR]]: | |
Please remember to add the following lines to your system | |
startup command file: | |
$ IF F$SEARCH("SYS$MANAGER:MAILSMB_STARTUP.COM") .NES. "" - | |
THEN @SYS$MANAGER:MAILSMB_STARTUP.COM | |
* Do you want the sources [YES]? | |
%VMSINSTAL-I-RESTORE, Restoring product saveset C... | |
The sources are in the backup save set SYS$UPDATE:MAILSMB.SRC. | |
* Do you want the documentation [YES]? | |
%VMSINSTAL-I-RESTORE, Restoring product saveset D... | |
The Scribe source for the MailSmb installation | |
manual is in SYS$HELP:MailSmb_INSTALL.MSS. | |
For those with PostScript printers a PostScript | |
version is in SYS$HELP:MailSmb_INSTALL.PS. | |
%VMSINSTAL-I-MOVEFILES, Files will now be moved to their target directories... | |
Installation of MAILSMB V2.6 completed at 00:15 | |
VMSINSTAL procedure done at 00:15 | |
$ | |
$ EDIT SYS$MANAGER:SYSTARTUP.COM | |
1 $! This is an empty site-specific system startup procedure. | |
*CHAN | |
//// EDIT THE FILE AS INDICATED BY THE INSTALLATION PROCEDURE ABOVE | |
//// SEE THE OUTPUT OF THE TYPE COMMAND BELOW FOR CONTENTS AFTER EDITING | |
*EXIT | |
SYS$SYSROOT:[SYSMGR]SYSTARTUP.COM;8 35 lines | |
$ | |
$ | |
$ | |
$ TYPE SYS$MANAGER:SYSTARTUP.COM | |
$! This is an empty site-specific system startup procedure. | |
$! If you have specific system startup requirements at your | |
$! site, you should place the required commands in this procedure. | |
$! | |
$! START QUEUE MANAGER | |
$ START/QUEUE/MANAGER | |
$! | |
$! START BATCH QUEUE | |
$ START/QUEUE SYS$BATCH | |
$! | |
$!START DECNET | |
$ @SYS$MANAGER:STARTNET.COM | |
$! | |
$! CMU TCPIP START | |
$ SYSGEN :== $SYSGEN | |
$ IF F$SEARCH("SYS$SYSTEM:IPDRIVER.EXE") .NES. "" THEN - | |
SYSGEN CONNECT IP0 /NOADAPTER | |
$ IF F$SEARCH("SYS$SYSTEM:PYDRIVER.EXE") .NES. "" THEN - | |
SYSGEN CONNECT PYA0 /NOADAPTER /DRIVER=PYDRIVER | |
$ IF F$SEARCH("SYS$SYSTEM:TZDRIVER.EXE") .NES. "" THEN - | |
SYSGEN CONNECT TZA0 /NOADAPTER /DRIVER=TZDRIVER | |
$ @SYS$MANAGER:IP_STARTUP.COM | |
$ INSTALL :== $INSTALL/COMMAND | |
$ IF F$SEARCH("SYS$SYSTEM:FINGER.EXE") .NES. "" THEN - | |
INSTALL ADD FINGER/PRIV=(SYSPRV,CMKRNL,WORLD) | |
$ IF F$SEARCH("SYS$MANAGER:LPR_STARTUP.COM") .NES. "" THEN - | |
@SYS$MANAGER:LPR_STARTUP.COM | |
$ IF F$SEARCH("SYS$MANAGER:LPD_STARTUP.COM") .NES. "" THEN - | |
@SYS$MANAGER:LPD_STARTUP.COM | |
$ IF F$SEARCH("SYS$MANAGER:MAILSMB_STARTUP.COM") .NES. "" - | |
THEN @SYS$MANAGER:MAILSMB_STARTUP.COM | |
$! CMU TCPIP END | |
$! | |
$ MOUNT/SYSTEM DUA1: DATA1 | |
$! | |
$ MOUNT/SYSTEM DUA2: VAXVMS047A | |
$! | |
$! C Compiler Linker Libraries | |
$ DEFINE/SYSTEM/EXEC LNK$LIBRARY SYS$LIBRARY:VAXCCURSE | |
$ DEFINE/SYSTEM/EXEC LNK$LIBRARY_1 SYS$LIBRARY:VAXCRTLG | |
$ DEFINE/SYSTEM/EXEC LNK$LIBRARY_2 SYS$LIBRARY:VAXCRTL | |
$ | |
$ | |
$ | |
$ SH DEF | |
DUA1:[SANYAL.CMUTCPIP-INST] | |
$ @SYS$UPDATE:VMSINSTAL SMTP_SERVER026 DUA1:[SANYAL.CMUTCPIP-INST] !SMTP server for incoming mail | |
VAX/VMS Software Product Installation Procedure V4.7 | |
It is 20-MAR-2019 at 00:17. | |
Enter a question mark (?) at any time for help. | |
%VMSINSTAL-W-NOTSYSTEM, You are not logged in to the SYSTEM account. | |
%VMSINSTAL-W-DECNET, Your DECnet network is up and running. | |
* Do you want to continue anyway [NO]? YES | |
* Are you satisfied with the backup of your system disk [YES]? | |
The following products will be processed: | |
SMTP_SERVER V2.6 | |
Beginning installation of SMTP_SERVER V2.6 at 00:17 | |
%VMSINSTAL-I-RESTORE, Restoring product saveset A... | |
%VMSINSTAL-I-RELMOVED, The products release notes have been successfully moved to SYS$HELP. | |
This is the CMU-OpenVMS/IP SMTP_SERVER installation kit. | |
This kit only provides the SMTP_SERVER service. | |
* Do you want to purge files replaced by this installation [YES]? | |
* Do you want to install the software [YES]? | |
%VMSINSTAL-I-RESTORE, Restoring product saveset B... | |
There are several places that the SMTP_SERVER images can be placed. | |
Some of them are: | |
XLVII$DUA0:[SYS0.] | |
SYS$COMMON: | |
* Where do you want the images installed? [XLVII$DUA0:[SYS0.]]: | |
* Do you want the sources [YES]? | |
%VMSINSTAL-I-RESTORE, Restoring product saveset C... | |
The sources are in the backup save set SYS$UPDATE:SMTP_SERVER.SRC. | |
* Do you want the documentation [YES]? | |
%VMSINSTAL-I-RESTORE, Restoring product saveset D... | |
The Scribe MSS Source file is in SYS$HELP:SMTP_SERVER_INSTALL.MSS. | |
The PostScript file is in SYS$HELP:SMTP_SERVER_INSTALL.PS. | |
%VMSINSTAL-I-MOVEFILES, Files will now be moved to their target directories... | |
Installation of SMTP_SERVER V2.6 completed at 00:17 | |
VMSINSTAL procedure done at 00:17 | |
$ | |
$ | |
$ SH DEF | |
DUA1:[SANYAL.CMUTCPIP-INST] | |
$ @SYS$UPDATE:VMSINSTAL SMAIL026 DUA1:[SANYAL.CMUTCPIP-INST] !Separate program for sending outgoing E-Mail | |
VAX/VMS Software Product Installation Procedure V4.7 | |
It is 20-MAR-2019 at 00:19. | |
Enter a question mark (?) at any time for help. | |
%VMSINSTAL-W-NOTSYSTEM, You are not logged in to the SYSTEM account. | |
%VMSINSTAL-W-DECNET, Your DECnet network is up and running. | |
* Do you want to continue anyway [NO]? YES | |
* Are you satisfied with the backup of your system disk [YES]? | |
The following products will be processed: | |
SMAIL V2.6 | |
Beginning installation of SMAIL V2.6 at 00:19 | |
%VMSINSTAL-I-RESTORE, Restoring product saveset A... | |
%VMSINSTAL-I-RELMOVED, The products release notes have been successfully moved to SYS$HELP. | |
This is the CMU-OpenVMS/IP SMAIL installation kit. | |
This kit only provides the SMAIL service. | |
* Do you want to purge files replaced by this installation [YES]? | |
* Do you want to install the software [YES]? | |
%VMSINSTAL-I-RESTORE, Restoring product saveset B... | |
There are several places that the SMAIL images can be placed. | |
Some of them are: | |
XLVII$DUA0:[SYS0.] | |
SYS$COMMON: | |
* Where do you want the images installed? [XLVII$DUA0:[SYS0.]]: | |
This command procedure updates the help library so that | |
the DCL command "$ HELP SMAIL" will provide information | |
about the SMAIL utility. | |
There are several help libraries that this help file can | |
be placed in. Some of them are: | |
SYS$SYSROOT:[SYSHLP]HELPLIB.HLB | |
* Which library should have SMAIL help [SYS$SYSROOT:[SYSHLP]HELPLIB.HLB]: | |
The SMAIL utility must be installed with privileges. | |
Please be sure that you add the following lines to your | |
system startup command file. | |
$ INSTALL :== $INSTALL/COMMAND | |
$ IF F$SEARCH("SYS$SYSTEM:SMAIL.EXE") .NES. "" THEN - | |
INSTALL ADD SMAIL/PRIV=(SYSPRV) | |
* Do you want the sources [YES]? | |
%VMSINSTAL-I-RESTORE, Restoring product saveset C... | |
The sources are in the backup save set SYS$UPDATE:SMAIL.SRC. | |
* Do you want the documentation [YES]? | |
%VMSINSTAL-I-RESTORE, Restoring product saveset D... | |
The Scribe MSS Source file is in SYS$HELP:SMAIL.MSS. | |
The PostScript file is in SYS$HELP:SMAIL.PS. | |
%VMSINSTAL-I-MOVEFILES, Files will now be moved to their target directories... | |
Installation of SMAIL V2.6 completed at 00:19 | |
VMSINSTAL procedure done at 00:19 | |
$ | |
$ | |
$ | |
$ EDIT SYS$MANAGER:SYSTARTUP.COM | |
1 $! This is an empty site-specific system startup procedure. | |
*CHAN | |
//// EDIT THE FILE AS INDICATED BY THE INSTALLATION PROCEDURE ABOVE | |
//// SEE THE OUTPUT OF THE TYPE COMMAND BELOW FOR CONTENTS AFTER EDITING | |
*EXIT | |
SYS$SYSROOT:[SYSMGR]SYSTARTUP.COM;9 37 lines | |
$ | |
$ | |
$ TYPE SYS$MANAGER:SYSTARTUP.COM | |
$! This is an empty site-specific system startup procedure. | |
$! If you have specific system startup requirements at your | |
$! site, you should place the required commands in this procedure. | |
$! | |
$! START QUEUE MANAGER | |
$ START/QUEUE/MANAGER | |
$! | |
$! START BATCH QUEUE | |
$ START/QUEUE SYS$BATCH | |
$! | |
$!START DECNET | |
$ @SYS$MANAGER:STARTNET.COM | |
$! | |
$! CMU TCPIP START | |
$ SYSGEN :== $SYSGEN | |
$ IF F$SEARCH("SYS$SYSTEM:IPDRIVER.EXE") .NES. "" THEN - | |
SYSGEN CONNECT IP0 /NOADAPTER | |
$ IF F$SEARCH("SYS$SYSTEM:PYDRIVER.EXE") .NES. "" THEN - | |
SYSGEN CONNECT PYA0 /NOADAPTER /DRIVER=PYDRIVER | |
$ IF F$SEARCH("SYS$SYSTEM:TZDRIVER.EXE") .NES. "" THEN - | |
SYSGEN CONNECT TZA0 /NOADAPTER /DRIVER=TZDRIVER | |
$ @SYS$MANAGER:IP_STARTUP.COM | |
$ INSTALL :== $INSTALL/COMMAND | |
$ IF F$SEARCH("SYS$SYSTEM:FINGER.EXE") .NES. "" THEN - | |
INSTALL ADD FINGER/PRIV=(SYSPRV,CMKRNL,WORLD) | |
$ IF F$SEARCH("SYS$SYSTEM:SMAIL.EXE") .NES. "" THEN - | |
INSTALL ADD SMAIL/PRIV=(SYSPRV) | |
$ IF F$SEARCH("SYS$MANAGER:LPR_STARTUP.COM") .NES. "" THEN - | |
@SYS$MANAGER:LPR_STARTUP.COM | |
$ IF F$SEARCH("SYS$MANAGER:LPD_STARTUP.COM") .NES. "" THEN - | |
@SYS$MANAGER:LPD_STARTUP.COM | |
$ IF F$SEARCH("SYS$MANAGER:MAILSMB_STARTUP.COM") .NES. "" - | |
THEN @SYS$MANAGER:MAILSMB_STARTUP.COM | |
$! CMU TCPIP END | |
$! | |
$ MOUNT/SYSTEM DUA1: DATA1 | |
$! | |
$ MOUNT/SYSTEM DUA2: VAXVMS047A | |
$! | |
$! C Compiler Linker Libraries | |
$ DEFINE/SYSTEM/EXEC LNK$LIBRARY SYS$LIBRARY:VAXCCURSE | |
$ DEFINE/SYSTEM/EXEC LNK$LIBRARY_1 SYS$LIBRARY:VAXCRTLG | |
$ DEFINE/SYSTEM/EXEC LNK$LIBRARY_2 SYS$LIBRARY:VAXCRTL | |
$ | |
$ | |
$ | |
$ SHOW DEF | |
DUA1:[SANYAL.CMUTCPIP-INST] | |
$ @SYS$UPDATE:VMSINSTAL INET_MAILSHR020 DUA1:[SANYAL.CMUTCPIP-INST] !Program to use MAIL with INET%"user@node" addresses | |
VAX/VMS Software Product Installation Procedure V4.7 | |
It is 20-MAR-2019 at 00:22. | |
Enter a question mark (?) at any time for help. | |
%VMSINSTAL-W-NOTSYSTEM, You are not logged in to the SYSTEM account. | |
%VMSINSTAL-W-DECNET, Your DECnet network is up and running. | |
* Do you want to continue anyway [NO]? YES | |
* Are you satisfied with the backup of your system disk [YES]? | |
The following products will be processed: | |
INET_MAILSHR V2.0 | |
Beginning installation of INET_MAILSHR V2.0 at 00:22 | |
%VMSINSTAL-I-RESTORE, Restoring product saveset A... | |
%VMSINSTAL-I-RELMOVED, The products release notes have been successfully moved to SYS$HELP. | |
This is the CMU-OpenVMS/IP INET_MAILSHR installation kit. | |
This kit only provides the INET_MAILSHR service. | |
* Do you want to purge files replaced by this installation [YES]? | |
* Do you want to install the software [YES]? | |
%VMSINSTAL-I-RESTORE, Restoring product saveset B... | |
There are several places that the INET_MAILSHR images can be placed. | |
Some of them are: | |
XLVII$DUA0:[SYS0.] | |
SYS$COMMON: | |
* Where do you want the images installed? [XLVII$DUA0:[SYS0.]]: | |
Please remember to add the following lines to your system | |
startup command file. | |
$ INSTALL :== $INSTALL/COMMAND | |
$ IF F$SEARCH("SYS$LIBRARY:INET_MAILSHR.EXE") .NES. "" THEN - | |
INSTALL ADD SYS$LIBRARY:INET_MAILSHR.EXE/SHARE | |
* Do you want the sources [YES]? | |
%VMSINSTAL-I-RESTORE, Restoring product saveset C... | |
The sources are in the backup save set SYS$UPDATE:INET_MAILSHR.SRC. | |
* Do you want the documentation [YES]? | |
%VMSINSTAL-I-RESTORE, Restoring product saveset D... | |
The Scribe MSS Source file is in SYS$HELP:INET_MAILSHR_INSTALL.MSS. | |
The PostScript file is in SYS$HELP:INET_MAILSHR_INSTALL.PS. | |
%VMSINSTAL-I-MOVEFILES, Files will now be moved to their target directories... | |
Installation of INET_MAILSHR V2.0 completed at 00:22 | |
VMSINSTAL procedure done at 00:22 | |
$ | |
$ | |
$ EDIT SYS$MANAGER:SYSTARTUP.COM | |
1 $! This is an empty site-specific system startup procedure. | |
*CHAN | |
//// EDIT THE FILE AS INDICATED BY THE INSTALLATION PROCEDURE ABOVE | |
//// SEE THE OUTPUT OF THE TYPE COMMAND BELOW FOR CONTENTS AFTER EDITING | |
*EXIT | |
SYS$SYSROOT:[SYSMGR]SYSTARTUP.COM;10 41 lines | |
$ | |
$ | |
$ TYPE SYS$MANAGER:SYSTARTUP.COM | |
$! This is an empty site-specific system startup procedure. | |
$! If you have specific system startup requirements at your | |
$! site, you should place the required commands in this procedure. | |
$! | |
$! START QUEUE MANAGER | |
$ START/QUEUE/MANAGER | |
$! | |
$! START BATCH QUEUE | |
$ START/QUEUE SYS$BATCH | |
$! | |
$!START DECNET | |
$ @SYS$MANAGER:STARTNET.COM | |
$! | |
$! CMU TCPIP START | |
$ SYSGEN :== $SYSGEN | |
$ IF F$SEARCH("SYS$SYSTEM:IPDRIVER.EXE") .NES. "" THEN - | |
SYSGEN CONNECT IP0 /NOADAPTER | |
$ IF F$SEARCH("SYS$SYSTEM:PYDRIVER.EXE") .NES. "" THEN - | |
SYSGEN CONNECT PYA0 /NOADAPTER /DRIVER=PYDRIVER | |
$ IF F$SEARCH("SYS$SYSTEM:TZDRIVER.EXE") .NES. "" THEN - | |
SYSGEN CONNECT TZA0 /NOADAPTER /DRIVER=TZDRIVER | |
$ @SYS$MANAGER:IP_STARTUP.COM | |
$! | |
$ INSTALL :== $INSTALL/COMMAND | |
$ IF F$SEARCH("SYS$SYSTEM:FINGER.EXE") .NES. "" THEN - | |
INSTALL ADD FINGER/PRIV=(SYSPRV,CMKRNL,WORLD) | |
$ IF F$SEARCH("SYS$SYSTEM:SMAIL.EXE") .NES. "" THEN - | |
INSTALL ADD SMAIL/PRIV=(SYSPRV) | |
$ IF F$SEARCH("SYS$LIBRARY:INET_MAILSHR.EXE") .NES. "" THEN - | |
INSTALL ADD SYS$LIBRARY:INET_MAILSHR.EXE/SHARE | |
$! | |
$ IF F$SEARCH("SYS$MANAGER:LPR_STARTUP.COM") .NES. "" THEN - | |
@SYS$MANAGER:LPR_STARTUP.COM | |
$ IF F$SEARCH("SYS$MANAGER:LPD_STARTUP.COM") .NES. "" THEN - | |
@SYS$MANAGER:LPD_STARTUP.COM | |
$ IF F$SEARCH("SYS$MANAGER:MAILSMB_STARTUP.COM") .NES. "" - | |
THEN @SYS$MANAGER:MAILSMB_STARTUP.COM | |
$! CMU TCPIP END | |
$! | |
$ MOUNT/SYSTEM DUA1: DATA1 | |
$! | |
$ MOUNT/SYSTEM DUA2: VAXVMS047A | |
$! | |
$! C Compiler Linker Libraries | |
$ DEFINE/SYSTEM/EXEC LNK$LIBRARY SYS$LIBRARY:VAXCCURSE | |
$ DEFINE/SYSTEM/EXEC LNK$LIBRARY_1 SYS$LIBRARY:VAXCRTLG | |
$ DEFINE/SYSTEM/EXEC LNK$LIBRARY_2 SYS$LIBRARY:VAXCRTL | |
$ | |
$ | |
$ | |
$ | |
$ ! END OF INSTALLATION | |
$ | |
$ TYPE SYS$MANAGER:SYSTARTUP.COM | |
$! This is an empty site-specific system startup procedure. | |
$! If you have specific system startup requirements at your | |
$! site, you should place the required commands in this procedure. | |
$! | |
$! START QUEUE MANAGER | |
$ START/QUEUE/MANAGER | |
$! | |
$! START BATCH QUEUE | |
$ START/QUEUE SYS$BATCH | |
$! | |
$!START DECNET | |
$ @SYS$MANAGER:STARTNET.COM | |
$! | |
$! CMU TCPIP START | |
$ SYSGEN :== $SYSGEN | |
$ IF F$SEARCH("SYS$SYSTEM:IPDRIVER.EXE") .NES. "" THEN - | |
SYSGEN CONNECT IP0 /NOADAPTER | |
$ IF F$SEARCH("SYS$SYSTEM:PYDRIVER.EXE") .NES. "" THEN - | |
SYSGEN CONNECT PYA0 /NOADAPTER /DRIVER=PYDRIVER | |
$ IF F$SEARCH("SYS$SYSTEM:TZDRIVER.EXE") .NES. "" THEN - | |
SYSGEN CONNECT TZA0 /NOADAPTER /DRIVER=TZDRIVER | |
$ @SYS$MANAGER:IP_STARTUP.COM | |
$! | |
$ INSTALL :== $INSTALL/COMMAND | |
$ IF F$SEARCH("SYS$SYSTEM:FINGER.EXE") .NES. "" THEN - | |
INSTALL ADD FINGER/PRIV=(SYSPRV,CMKRNL,WORLD) | |
$ IF F$SEARCH("SYS$SYSTEM:SMAIL.EXE") .NES. "" THEN - | |
INSTALL ADD SMAIL/PRIV=(SYSPRV) | |
$ IF F$SEARCH("SYS$LIBRARY:INET_MAILSHR.EXE") .NES. "" THEN - | |
INSTALL ADD SYS$LIBRARY:INET_MAILSHR.EXE/SHARE | |
$! | |
$ IF F$SEARCH("SYS$MANAGER:LPR_STARTUP.COM") .NES. "" THEN - | |
@SYS$MANAGER:LPR_STARTUP.COM | |
$ IF F$SEARCH("SYS$MANAGER:LPD_STARTUP.COM") .NES. "" THEN - | |
@SYS$MANAGER:LPD_STARTUP.COM | |
$ IF F$SEARCH("SYS$MANAGER:MAILSMB_STARTUP.COM") .NES. "" - | |
THEN @SYS$MANAGER:MAILSMB_STARTUP.COM | |
$! CMU TCPIP END | |
$! | |
$ MOUNT/SYSTEM DUA1: DATA1 | |
$! | |
$ MOUNT/SYSTEM DUA2: VAXVMS047A | |
$! | |
$! C Compiler Linker Libraries | |
$ DEFINE/SYSTEM/EXEC LNK$LIBRARY SYS$LIBRARY:VAXCCURSE | |
$ DEFINE/SYSTEM/EXEC LNK$LIBRARY_1 SYS$LIBRARY:VAXCRTLG | |
$ DEFINE/SYSTEM/EXEC LNK$LIBRARY_2 SYS$LIBRARY:VAXCRTL | |
$ | |
$ | |
$ TYPE SYS$MANAGER:INTERNET.CONFIG | |
; | |
; SYS$MANAGER:INTERNET.CONFIG | |
; | |
; Description: | |
; | |
; Define the host IP configuration | |
Device_Init:DEC:XEA0:00-00-00-00-00-00:10.42.2.27:255.255.255.0 | |
; | |
; Pre-allocated dynamic memory for standard size blocks. | |
; Memgr_Init:#qblk:#uarg:#minseg:#maxseg | |
; | |
Memgr_Init:30:20:20:30 | |
; | |
; Define the gateways known to the system. | |
; Gateway:gwyname:gwyaddr:gwynet:gwynetmask | |
; | |
Gateway:GW.SANYALNET.LAN:10.42.2.1:0.0.0.0:0.0.0.0: | |
; | |
; Define the system name server process | |
; MBX_Server:imagename:priority:status:privs:quotas | |
MBX_Server:INET$NAMSRV:5:NETWRK:EXQUOTA,TMPMBX,NETMBX,SYSPRV,WORLD:BYTLM=10000,PGFLQUOTA=80000,WSQUOTA=2048,WSDEFAULT=1024,WSEXTENT= | |
3000: | |
; | |
; Initialize logging state. Use 0 unless debugging. | |
; | |
Logging:0 | |
; | |
; IP forwarding state. This flag controls whether | |
; the ACP is allowed to forward packets between its | |
; interfaces. It should never be turned on unless | |
; this system is servering as an IP router. | |
; | |
Variable:IP_Forwarding:0 | |
; | |
; Per-TCP future Queue limit. This value controls | |
; how many segments a TCB may hold on it's future | |
; queue. | |
; | |
Variable:FQ_MAX:5 | |
; | |
; Global limit on number of outstanding SYN | |
; Segments for well-known ports | |
; | |
Variable:SYN_WAIT_COUNT:10 | |
; | |
; Enable internet telnet Server if no WKS defined | |
; for port 23 | |
; | |
Variable:TELNET_SERVICE:1 | |
; | |
; Define the well-known ports we support and the | |
; servers that run on them. | |
; WKS:port:procname:imagename:status:privs:prio:queuelimt | |
; | |
WKS:21:FTPSRV:TCP$FTPSRV:NETWRK:*:4:5 | |
;;WKS:23:TELSRV:TCP$TELSRV:NETWRK,NOACNT:NETMBX,TMPMBX:5:5 | |
WKS:25:SMTPSV:TCP$SMTPSV:NETWRK:NETMBX,TMPMBX,PHY_IO:4:5 | |
WKS:79:FNGSRV:TCP$FNGSRV:NETWRK:NETMBX,TMPMBX,PHY_IO,CMKRNL,WORLD:4:5 | |
WKS:515:LPD:TCP$LPD:NETWRK:NETMBX,TMPMBX,PHY_IO,CMKRNL,WORLD:4:5 | |
; | |
; Define network access restriction flags | |
; Bit 0: Require PHY_IO to open well-known ports | |
; Bit 1: Require Arpanet_Access id to talk to external hosts | |
; Bit 2: Require Internet_Access id to talk to any host | |
; | |
Variable:Access_Flags:3 | |
; | |
; Define the internet hosts lists | |
; LOCAL_HOST:<address-value>:<address-mask> | |
LOCAL_HOST:128.2.0.0:255.255.0.0: !CMU-NET | |
LOCAL_HOST:10.3.0.14:255.255.255.255: ! CMU arpanet systems | |
LOCAL_HOST:192.5.31.0:255.255.255.0: ! Siemens | |
LOCAL_HOST:192.5.56.0:255.255.255.0: ! Tartan | |
LOCAL_HOST:192.12.9.0:255.255.255.0: ! Cadre-net | |
LOCAL_HOST:0.0.0.0:255.255.255.255: ! Wildcard alwasy local | |
$ | |
$ @SYS$SYSTEM:SHUTDOWN | |
SHUTDOWN -- Perform an Orderly System Shutdown | |
How many minutes until final shutdown [0]: | |
Reason for shutdown [Standalone]: | |
Do you want to spin down the disk volumes [NO]? | |
Do you want to invoke the site-specific shutdown procedure [YES]? | |
Should an automatic system reboot be performed [NO]? YES | |
When will the system be rebooted [shortly via automatic reboot]: | |
Shutdown options (enter as a comma-separated list): | |
REBOOT_CHECK Check existence of basic system files | |
Shutdown options [NONE]: | |
%SHUTDOWN-I-OPERATOR, This terminal is now an operator's console. | |
%%%%%%%%%%% OPCOM 20-MAR-2019 00:26:24.44 %%%%%%%%%%% | |
Operator status for operator _XLVII$OPA0: | |
CENTRAL, PRINTER, TAPES, DISKS, DEVICES, CARDS, NETWORK, CLUSTER, SECURITY, | |
OPER1, OPER2, OPER3, OPER4, OPER5, OPER6, OPER7, OPER8, OPER9, OPER10, OPER11, | |
OPER12 | |
%SHUTDOWN-I-DISLOGINS, Interactive logins will now be disabled. | |
%SET-I-INTSET, login interactive limit = 0, current interactive value = 1 | |
%SHUTDOWN-I-SHUTNET, The DECnet network will now be shut down. | |
%SHUTDOWN-I-STOPQUEMAN, The queue manager will now be stopped. | |
%JBC-E-JOBQUEDIS, system job queue manager is not running | |
SHUTDOWN message on XLVII from user SANYAL at _XLVII$OPA0: 00:26:24 | |
XLVII will shut down in 0 minutes; back up shortly via automatic reboot. Please log off node XLVII. | |
Standalone | |
1 terminal has been notified on XLVII. | |
%SHUTDOWN-I-SITESHUT, The site-specific shutdown procedure will now be invoked. | |
%SYSTEM-F-NOLOGNAM, no logical name match | |
%SHUTDOWN-I-STOPUSER, All user processes will now be stopped. | |
%SHUTDOWN-I-REMOVE, All installed images will now be removed. | |
%SHUTDOWN-I-DISMOUNT, All volumes will now be dismounted. | |
%SHUTDOWN-I-DISMOUNTDEV, Dismounting device _XLVII$DUA1:. | |
%SHUTDOWN-I-DISMOUNTDEV, Dismounting device _XLVII$DUA2:. | |
%%%%%%%%%%% OPCOM 20-MAR-2019 00:26:25.14 %%%%%%%%%%% | |
Message from user SANYAL on XLVII | |
_XLVII$OPA0:, XLVII shutdown was requested by the operator. | |
%%%%%%%%%%% OPCOM 20-MAR-2019 00:26:25.16 %%%%%%%%%%% | |
Logfile was closed by operator _XLVII$OPA0: | |
Logfile was SYS$SYSROOT:[SYSMGR]OPERATOR.LOG;27 | |
%%%%%%%%%%% OPCOM 20-MAR-2019 00:26:25.17 %%%%%%%%%%% | |
Operator _XLVII$OPA0: has been disabled, username SYSTEM | |
Loading boot code from internal vmb.exe | |
Rebooting... | |
VAX/VMS Version V4.7 28-Oct-1987 13:00 | |
%%%%%%%%%%% OPCOM 20-MAR-2019 00:27:01.36 %%%%%%%%%%% | |
Logfile has been initialized by operator _XLVII$OPA0: | |
Logfile is SYS$SYSROOT:[SYSMGR]OPERATOR.LOG;28 | |
%%%%%%%%%%% OPCOM 20-MAR-2019 00:27:01.46 %%%%%%%%%%% | |
Message from user DECNET on XLVII | |
DECnet starting | |
%RUN-S-PROC_ID, identification of created process is 00000207 | |
%RUN-S-PROC_ID, identification of created process is 00000209 | |
%%%%%%%%%%% OPCOM 20-MAR-2019 00:27:05.36 %%%%%%%%%%% | |
Message from user SYSTEM on XLVII | |
IPACP: IP_ACP(V6.3) [VAF@CMU/22-Nov-87] starting | |
%%%%%%%%%%% OPCOM 20-MAR-2019 00:27:05.37 %%%%%%%%%%% | |
Message from user SYSTEM on XLVII | |
IPACP: Net device 0 is XEA0:, address=AA-00-04-00-17-7C, IP=10.42.2.27 (Online) | |
%%%%%%%%%%% OPCOM 20-MAR-2019 00:27:05.37 %%%%%%%%%%% | |
Message from user SYSTEM on XLVII | |
IPACP: % Failed to find identifier ARPANET_ACCESS - access check disabled | |
%%%%%%%%%%% OPCOM 20-MAR-2019 00:27:05.37 %%%%%%%%%%% | |
Message from user SYSTEM on XLVII | |
IPACP: Network online | |
%%%%%%%%%%% OPCOM 20-MAR-2019 00:27:05.37 %%%%%%%%%%% | |
Message from user SYSTEM on XLVII | |
NAMSRV: NAMSRV(V2.2) [VAF@CMU/18-Nov-87] starting | |
%%%%%%%%%%% OPCOM 20-MAR-2019 00:27:05.37 %%%%%%%%%%% | |
Message from user SYSTEM on XLVII | |
NAMSRV: Defined MBX$NAMSRV as MBA9: | |
%%%%%%%%%%% OPCOM 20-MAR-2019 00:27:05.38 %%%%%%%%%%% | |
Message from user SYSTEM on XLVII | |
NAMSRV: Unable to access INET$HOSTS. Continuing. | |
%%%%%%%%%%% OPCOM 20-MAR-2019 00:27:05.38 %%%%%%%%%%% | |
Message from user SYSTEM on XLVII | |
NAMSRV: All initialization complete; name service ready | |
%RUN-S-PROC_ID, identification of created process is 0000020A | |
%JBC-E-JOBQUEDIS, system job queue manager is not running | |
%SET-I-INTSET, login interactive limit = 64, current interactive value = 0 | |
SYSTEM job terminated at 20-MAR-2019 00:27:05.44 | |
%%%%%%%%%%% OPCOM 20-MAR-2019 00:27:06.52 %%%%%%%%%%% | |
Message from user DECNET on XLVII | |
DECnet event 4.10, circuit up | |
From node 31.23 (XLVII), 20-MAR-2019 00:27:05.08 | |
Circuit UNA-1 | |
%%%%%%%%%%% OPCOM 20-MAR-2019 00:27:06.52 %%%%%%%%%%% | |
Message from user DECNET on XLVII | |
DECnet event 4.15, adjacency up | |
From node 31.23 (XLVII), 20-MAR-2019 00:27:05.15 | |
Circuit UNA-1, Adjacent node = 31.1023 | |
Username: SANYAL | |
Password: | |
Welcome to VAX/VMS version V4.7 on node XLVII | |
Last interactive login on Tuesday, 19-MAR-2019 23:52 | |
Last non-interactive login on Tuesday, 26-FEB-2019 00:10 | |
$ | |
$ HOSTNM YAHOO.COM | |
Host 'YAHOO.COM' Full Name = 'YAHOO.COM' | |
Address [1] = 98.138.219.232 | |
Address [2] = 72.30.35.10 | |
Address [3] = 72.30.35.9 | |
Address [4] = 98.137.246.8 | |
Address [5] = 98.137.246.7 | |
Address [6] = 98.138.219.231 | |
$ HOSTNAME GOOGLE.COM | |
Host 'GOOGLE.COM' Full Name = 'GOOGLE.COM' | |
Address [1] = 172.217.164.142 | |
$ HOSTNM WWW.NETFLIX.COM | |
Host 'WWW.NETFLIX.COM' Full Name = 'www.us-east-1.prodaa.NETFLIX.COM' | |
Address [1] = 52.45.237.93 | |
Address [2] = 52.71.147.118 | |
Address [3] = 52.200.116.91 | |
Address [4] = 54.89.56.82 | |
Address [5] = 34.236.111.10 | |
Address [6] = 52.4.249.206 | |
Address [7] = 52.20.51.110 | |
Address [8] = 34.237.9.27 | |
$ | |
$ finger [email protected] | |
[WISC.EDU] | |
102:There was 1 match to your request | |
-200:1: name: Your excuse is... | |
-200:1: text: operators on strike due to broken coffee machine | |
200:Ok. | |
$ | |
$ FINGER SANYAL | |
User Name Term State Image Location | |
------------------------------------------------------------------------- | |
SANYAL SANYALnet Labs OPA0: CUR FINGER Unknown Server Down | |
%RMS-E-FNF, file not found | |
%RMS-F-IFI, invalid internal file identifier (IFI) value | |
$ | |
$ | |
$ set proc/priv=all | |
$ @sys$system:shutdown | |
SHUTDOWN -- Perform an Orderly System Shutdown | |
How many minutes until final shutdown [0]: | |
Reason for shutdown [Standalone]: | |
Do you want to spin down the disk volumes [NO]? | |
Do you want to invoke the site-specific shutdown procedure [YES]? | |
Should an automatic system reboot be performed [NO]? YES | |
When will the system be rebooted [shortly via automatic reboot]: | |
Shutdown options (enter as a comma-separated list): | |
REBOOT_CHECK Check existence of basic system files | |
Shutdown options [NONE]: | |
%SHUTDOWN-I-OPERATOR, This terminal is now an operator's console. | |
%%%%%%%%%%% OPCOM 20-MAR-2019 00:36:10.91 %%%%%%%%%%% | |
Operator status for operator _XLVII$OPA0: | |
CENTRAL, PRINTER, TAPES, DISKS, DEVICES, CARDS, NETWORK, CLUSTER, SECURITY, | |
OPER1, OPER2, OPER3, OPER4, OPER5, OPER6, OPER7, OPER8, OPER9, OPER10, OPER11, | |
OPER12 | |
%SHUTDOWN-I-DISLOGINS, Interactive logins will now be disabled. | |
%SET-I-INTSET, login interactive limit = 0, current interactive value = 2 | |
%SHUTDOWN-I-SHUTNET, The DECnet network will now be shut down. | |
%SHUTDOWN-I-STOPQUEMAN, The queue manager will now be stopped. | |
%JBC-E-JOBQUEDIS, system job queue manager is not running | |
SHUTDOWN message on XLVII from user SANYAL at _XLVII$OPA0: 00:36:10 | |
XLVII will shut down in 0 minutes; back up shortly via automatic reboot. Please log off node XLVII. | |
Standalone | |
2 terminals have been notified on XLVII. | |
%SHUTDOWN-I-SITESHUT, The site-specific shutdown procedure will now be invoked. | |
%JBC-E-JOBQUEDIS, system job queue manager is not running | |
%SHUTDOWN-I-STOPUSER, All user processes will now be stopped. | |
%SHUTDOWN-I-REMOVE, All installed images will now be removed. | |
%SHUTDOWN-I-DISMOUNT, All volumes will now be dismounted. | |
%%%%%%%%%%% OPCOM 20-MAR-2019 00:36:11.04 %%%%%%%%%%% | |
Message from user SANYAL on XLVII | |
_XLVII$OPA0:, XLVII shutdown was requested by the operator. | |
%%%%%%%%%%% OPCOM 20-MAR-2019 00:36:11.04 %%%%%%%%%%% | |
Logfile was closed by operator _XLVII$OPA0: | |
Logfile was SYS$SYSROOT:[SYSMGR]OPERATOR.LOG;28 | |
%%%%%%%%%%% OPCOM 20-MAR-2019 00:36:11.04 %%%%%%%%%%% | |
Operator _XLVII$OPA0: has been disabled, username SYSTEM | |
Loading boot code from internal vmb.exe | |
Rebooting... | |
VAX/VMS Version V4.7 28-Oct-1987 13:00 | |
%%%%%%%%%%% OPCOM 20-MAR-2019 00:36:44.32 %%%%%%%%%%% | |
Logfile has been initialized by operator _XLVII$OPA0: | |
Logfile is SYS$SYSROOT:[SYSMGR]OPERATOR.LOG;29 | |
%%%%%%%%%%% OPCOM 20-MAR-2019 00:36:44.44 %%%%%%%%%%% | |
Message from user DECNET on XLVII | |
DECnet starting | |
%RUN-S-PROC_ID, identification of created process is 00000207 | |
%RUN-S-PROC_ID, identification of created process is 00000209 | |
%%%%%%%%%%% OPCOM 20-MAR-2019 00:36:48.18 %%%%%%%%%%% | |
Message from user SYSTEM on XLVII | |
IPACP: IP_ACP(V6.3) [VAF@CMU/22-Nov-87] starting | |
%%%%%%%%%%% OPCOM 20-MAR-2019 00:36:48.18 %%%%%%%%%%% | |
Message from user SYSTEM on XLVII | |
IPACP: Net device 0 is XEA0:, address=AA-00-04-00-17-7C, IP=10.42.2.27 (Online) | |
%%%%%%%%%%% OPCOM 20-MAR-2019 00:36:48.18 %%%%%%%%%%% | |
Message from user SYSTEM on XLVII | |
IPACP: % Failed to find identifier ARPANET_ACCESS - access check disabled | |
%%%%%%%%%%% OPCOM 20-MAR-2019 00:36:48.18 %%%%%%%%%%% | |
Message from user SYSTEM on XLVII | |
IPACP: Network online | |
%%%%%%%%%%% OPCOM 20-MAR-2019 00:36:48.19 %%%%%%%%%%% | |
Message from user SYSTEM on XLVII | |
NAMSRV: NAMSRV(V2.2) [VAF@CMU/18-Nov-87] starting | |
%%%%%%%%%%% OPCOM 20-MAR-2019 00:36:48.19 %%%%%%%%%%% | |
Message from user SYSTEM on XLVII | |
NAMSRV: Defined MBX$NAMSRV as MBA9: | |
%%%%%%%%%%% OPCOM 20-MAR-2019 00:36:48.19 %%%%%%%%%%% | |
Message from user SYSTEM on XLVII | |
NAMSRV: Unable to access INET$HOSTS. Continuing. | |
%%%%%%%%%%% OPCOM 20-MAR-2019 00:36:48.19 %%%%%%%%%%% | |
Message from user SYSTEM on XLVII | |
NAMSRV: All initialization complete; name service ready | |
%RUN-S-PROC_ID, identification of created process is 0000020A | |
%JBC-E-JOBQUEDIS, system job queue manager is not running | |
%SET-I-INTSET, login interactive limit = 64, current interactive value = 0 | |
SYSTEM job terminated at 20-MAR-2019 00:36:48.24 | |
%%%%%%%%%%% OPCOM 20-MAR-2019 00:36:49.48 %%%%%%%%%%% | |
Message from user DECNET on XLVII | |
DECnet event 4.10, circuit up | |
From node 31.23 (XLVII), 20-MAR-2019 00:36:47.91 | |
Circuit UNA-1 | |
%%%%%%%%%%% OPCOM 20-MAR-2019 00:36:49.48 %%%%%%%%%%% | |
Message from user DECNET on XLVII | |
DECnet event 4.15, adjacency up | |
From node 31.23 (XLVII), 20-MAR-2019 00:36:47.98 | |
Circuit UNA-1, Adjacent node = 31.1023 | |
Username: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment