{"id":540,"date":"2015-01-18T10:04:28","date_gmt":"2015-01-18T10:04:28","guid":{"rendered":"http:\/\/www.wickensonline.co.uk\/rc2012sc\/?p=540"},"modified":"2015-01-18T10:04:28","modified_gmt":"2015-01-18T10:04:28","slug":"vax-mp-bubble-lives-again","status":"publish","type":"post","link":"http:\/\/www.wickensonline.co.uk\/rc2012sc\/2015\/01\/18\/vax-mp-bubble-lives-again\/","title":{"rendered":"VAX MP &#8211; BUBBLE lives again!"},"content":{"rendered":"<p>Yesterday and today the plan has been to ressurect BUBBLE. This is a configuration that my was first foray into production configured VAX\/VMS. Thanks to the stellar efforts of Steve Davidson (a fellow <a title=\"The HECnet network\" href=\"http:\/\/www.hecnet.eu\" target=\"_blank\">hecnet<\/a>&#8216;er) this machine went from an initially very poorly configured amateur hour effort of mine to a mutiuser and clustered setup with properly defined everything. BUBBLE consists of a VAXstation 4000\/90 with a BA356 disk pack attached. This has room for eight hard drives 3.5&#8243; hard drives in blue canisters. Of these eight three were critical to the setup of the machine &#8211; these are the three that I needed to get onto the DL380 server as files so that I could attach them to the VAX MP simulator.<\/p>\n<p>The disk configuration of BUBBLE is as follows:<\/p>\n<pre class=\"theme:terminal striped:false marking:false ranges:false nums:false lang:default decode:true\">Device                  Device           Error    Volume         Free  Trans Mnt\r\n Name                   Status           Count     Label        Blocks Count Cnt\r\nDSA0:                   Mounted              0  BUBBLESYSTEM   6965892   342   1\r\nDSA1:                   Mounted              0  BUBBLEDATA01   7818084     2   1\r\nDSA2:                   Mounted              0  BUBBLEDATA02   7729812     1   1\r\n$255$DKA0:    (BUBBLE)  ShadowSetMember      0  (member of DSA0:)\r\n$255$DKA100:  (BUBBLE)  ShadowSetMember      0  (member of DSA1:)\r\n$255$DKA200:  (BUBBLE)  ShadowSetMember      0  (member of DSA2:)\r\n$255$DKA300:  (BUBBLE)  Mounted              0  ORACKITS       1351710     1   1\r\n$255$DKA500:  (BUBBLE)  Mounted              0  BUBBLEBACKUP   6484581     2   1\r\n$255$DKA600:  (BUBBLE)  Mounted              0  BUBBLEKITS    17600695     1   1<\/pre>\n<p>The three critical drives are DKA0:, DKA100: and DKA200:. These are the system disk, internal users disk and external users disk respectively. They are mapped to DSA0:, DSA1: and DSA2: as shadowsets (RAID configuration) but only as single drives. This is primarily used in this case to effectively provide an alias to the drives which helps enormously in keeping the configuration fairly portable.<\/p>\n<p>In order to create virtual drives for VAX MP to use I utilised the ever useful dd command to create a large empty file with the same number of 512 byte blocks as the DEC RZ1CF-CF\u00a04.3GB SBB drives:<\/p>\n<pre class=\"theme:terminal striped:false marking:false ranges:false nums:false lang:default decode:true \">msw@WIN-QOBQEB3O2GH \/cygdrive\/d\/bubble\r\n$ dd if=\/dev\/zero of=bubble-dka0.vdisk bs=512 count=8380080\r\n8380080+0 records in\r\n8380080+0 records out\r\n4290600960 bytes (4.3 GB) copied, 32.841 s, 131 MB\/s\r\n \r\nmsw@WIN-QOBQEB3O2GH \/cygdrive\/d\/bubble\r\n$ dd if=\/dev\/zero of=bubble-dka100.vdisk bs=512 count=8380080\r\n8380080+0 records in\r\n8380080+0 records out\r\n4290600960 bytes (4.3 GB) copied, 33.9794 s, 126 MB\/s\r\n \r\n$ dd if=\/dev\/zero of=bubble-dka200.vdisk bs=512 count=8380080\r\n8380080+0 records in\r\n8380080+0 records out\r\n4290600960 bytes (4.3 GB) copied, 34.5103 s, 124 MB\/s<\/pre>\n<p>&nbsp;<\/p>\n<p>Subsequent to this I did find that if you configure SIMH with a drive that doesn&#8217;t exist as a file on the file system it will do this job for you and create an empty drive file, which is kind of neat.<\/p>\n<p>I did take backups of the hardware based BUBBLE system &#8211;\u00a0and a while ago I restored those backups (stored on DAT-72 tapes) as VMS savesets and transferred them via FTP to a Unix system. So in order to get disks recreated from the backups I had to do a bit of disk shuffling in the emulator &#8211; using the skeleton VULCAN configuration I was able to ftp the savesets into DUA1 and mount DUA2 as the destination disk for the restore process.<\/p>\n<pre class=\"theme:terminal striped:false marking:false ranges:false nums:false lang:default decode:true \">msw@WIN-QOBQEB3O2GH \/cygdrive\/d\/bubble\r\n$ ls -lh bubble_backup_tape_4_week3_sat\/\r\ntotal 3.1G\r\n-rw-r----- 1 msw None 737K Jan 15 14:20 bubble-dsa0-20110330.lst\r\n-rw-r----- 1 msw None 555M Jan 15 14:20 bubble-dsa0-20110330.sav\r\n-rw-r----- 1 msw None 1.2M Jan 15 14:20 bubble-dsa1-20110330.lst\r\n-rw-r----- 1 msw None 906M Jan 15 14:20 bubble-dsa1-20110330.sav\r\n-rw-r----- 1 msw None 376K Jan 15 14:20 bubble-dsa2-20110330.lst\r\n-rw-r----- 1 msw None 1.6G Jan 15 14:20 bubble-dsa2-20110330.sav\r\n-rw------- 1 msw None    0 Jan 15 14:20 nohup.out\r\n<\/pre>\n<p>The backups were made using the VMS BACKUP image option so restoring the saveset using the \/IMAGE switch\u00a0recreates the content of the drive (with the added bonus of being defragmented):<\/p>\n<pre class=\"theme:terminal striped:false marking:false ranges:false nums:false lang:default decode:true\">$ init dua2: bubbledata01\r\n$ mount\/foreign dua2: bubbledata01\r\n%MOUNT-I-MOUNTED, BUBBLEDATA01 mounted on _VULCAN$DUA2:\r\n$ backup\/image\/verify bubble-dsa1-20110330.sav\/save_set dua2:\r\n%BACKUP-I-STARTVERIFY, starting verification pass\r\n$<\/pre>\n<p>At the end of the restoration process, the vax_mp.ini SIMH configuration file was updated to reflect the BUBBLE disk configuration:<\/p>\n<pre class=\"theme:terminal striped:false marking:false ranges:false nums:false lang:default decode:true \">; --- Standard BUBBLE disk configuration follows\r\n; Define rq0,1 &amp; 2 to emulate a DEC RZ1CF-CF 4.3GB SBB Drive\r\nset -B rq0 rauser=4291\r\nset -B rq1 rauser=4291\r\nset -B rq2 rauser=4291\r\nset rq3 cdrom\r\n\r\nattach rq0 D:\\bubble\\bubble-dka0-bubblesystem.vdisk\r\nattach rq1 D:\\bubble\\bubble-dka100-bubbledata01.vdisk\r\nattach rq2 D:\\bubble\\bubble-dka200-bubbledata02.vdisk\r\n<\/pre>\n<p>Then it was a case of watching BUBBLE boot again for the first time in an simulated\u00a0environment! At this stage there are still a number of issues:<\/p>\n<ul>\n<li>licenses will have expired<\/li>\n<li>the mount commands will be wrong as drive designations have changed (DKA0: -&gt; DUA0: for example)<\/li>\n<li>the VAX MP multiprocessor driver no longer exists on the boot disk<\/li>\n<li>a whole host of other tweaks will be required<\/li>\n<\/ul>\n<p>There is always a certain amount of trepidation when you&#8217;ve spent a good fews hours on something and then need to &#8216;flip the switch&#8217; and see if \u00a0you&#8217;re awesome or a dog barking up the wrong tree. In this case however, so far, awesome is where we&#8217;re at:<\/p>\n<pre class=\"theme:terminal height-set:true striped:false marking:false ranges:false nums:false lang:default decode:true \">\r\nConnected to the VAX MP simulator\r\n\r\n\r\n\r\nKA655X-B V5.3, VMB 2.7\r\nPerforming normal system tests.\r\n40..39..38..37..36..35..34..33..32..31..30..29..28..27..26..25..\r\n24..23..22..21..20..19..18..17..16..15..14..13..12..11..10..09..\r\n08..07..06..05..04..03..\r\nTests completed.\r\n&gt;&gt;&gt;boot\r\n(BOOT\/R5:0 DUA0\r\n\r\n\r\n\r\n  2..\r\n-DUA0\r\n  1..0..\r\n\r\n\r\n%SYSBOOT-I-SYSBOOT Mapping the SYSDUMP.DMP on the System Disk\r\n%SYSBOOT-I-SYSBOOT SYSDUMP.DMP on System Disk successfully mapped\r\n%SYSBOOT-I-SYSBOOT Mapping PAGEFILE.SYS on the System Disk\r\n%SYSBOOT-I-SYSBOOT SAVEDUMP parameter not set to protect the PAGEFILE.SYS\r\n   OpenVMS (TM) VAX Version V7.3     Major version id = 1 Minor version id = 0\r\n%WBM-I-WBMINFO Write Bitmap has successfully completed initialization.\r\nPLEASE ENTER DATE AND TIME (DD-MMM-YYYY  HH:MM)  18-JAN-2015 09:32\r\n%SYSINIT, waiting to form or join a VMScluster system\r\n%VAXcluster-I-LOADSECDB, loading the cluster security database\r\n%MSCPLOAD-I-LOADMSCP, loading the MSCP disk server\r\n%CNXMAN,  proposing formation of a VAXcluster\r\n%CNXMAN,  now a VAXcluster member -- system BUBBLE\r\n%WBM-I-WBMINFO Deleting all bitmaps represented by this WBMB.\r\n%SHADOW-I-VOLPROC, DSA0: contains the member named to VMB.  System boot and dump                                                     path are valid.  Volume Processing in progress.\r\n\r\n%SYSINIT, primary PAGEFILE.SYS not found; system initialization continuing\r\n$!  Copyright 2001 Compaq Computer Corporation.\r\n\r\n%STDRV-I-STARTUP, OpenVMS startup begun at 18-JAN-2015 09:33:31.55\r\n%MSCPLOAD-I-CONFIGSCAN, enabled automatic disk serving\r\n%MSCPLOAD-I-CONFIGSCAN, enabled automatic disk serving\r\n%MOUNT-F-NOMASTER, no master member found for this virtual unit\r\n%MOUNT-I-SHDWMEMFAIL, _$255$DKA100: failed as a member of the shadow set\r\n-SYSTEM-W-NOSUCHDEV, no such device available\r\n%MOUNT-F-NOMASTER, no master member found for this virtual unit\r\n%MOUNT-I-SHDWMEMFAIL, _$255$DKA200: failed as a member of the shadow set\r\n-SYSTEM-W-NOSUCHDEV, no such device available\r\n%MOUNT-F-NOSUCHDEV, no such device available\r\n%MOUNT-F-NOSUCHDEV, no such device available\r\n%MOUNT-F-NOSUCHDEV, no such device available\r\n%SYSTEM-F-NOLOGTAB, no logical name table name match\r\n%SYSTEM-F-DEVOFFLINE, device is not in configuration or not available\r\n%SYPAGSWPFILES-I-RUNNING, SYPAGSWPFILES running\r\n%SYPAGSWPFILES-I-WAITING, Waiting for $255$DKA500:\r\n-SYPAGSWPFILES-I-RETRIES, 5 retryremaining\r\n%SYPAGSWPFILES-I-WAITING, Waiting for $255$DKA500:\r\n-SYPAGSWPFILES-I-RETRIES, 4 retryremaining\r\n%SYPAGSWPFILES-I-WAITING, Waiting for $255$DKA500:\r\n-SYPAGSWPFILES-I-RETRIES, 3 retryremaining\r\n%SYPAGSWPFILES-I-WAITING, Waiting for $255$DKA500:\r\n-SYPAGSWPFILES-I-RETRIES, 2 retryremaining\r\n%SYPAGSWPFILES-I-WAITING, Waiting for $255$DKA500:\r\n-SYPAGSWPFILES-I-RETRIES, 1 retryremaining\r\n%SYPAGSWPFILES-E-IGIVEUP, Unable to find $255$DKA500:\r\n%SYPAGSWPFILES-W-NOODEEXI, no device exists...\r\n%SYPAGSWPFILES-I-DONE, procedure done\r\n%RUN-S-PROC_ID, identification of created process is 20200108\r\n%DCL-S-SPAWNED, process SYSTEM_1 spawned\r\n%STARTUP-E-NOPAGFIL, No page files have been successfully installed.\r\n%%%%%%%%%%%  OPCOM  18-JAN-2015 09:33:53.89  %%%%%%%%%%%\r\nOperator _BUBBLE$OPA0: has been enabled, username SYSTEM\r\n\r\n%%%%%%%%%%%  OPCOM  18-JAN-2015 09:33:53.89  %%%%%%%%%%%\r\nOperator status for operator _BUBBLE$OPA0:\r\nCENTRAL, PRINTER, TAPES, DISKS, DEVICES, CARDS, NETWORK, CLUSTER, SECURITY,\r\nLICENSE, OPER1, OPER2, OPER3, OPER4, OPER5, OPER6, OPER7, OPER8, OPER9, OPER10,\r\nOPER11, OPER12\r\n\r\n%%%%%%%%%%%  OPCOM  18-JAN-2015 09:33:53.92  %%%%%%%%%%%\r\nLogfile has been initialized by operator _BUBBLE$OPA0:\r\nLogfile is BUBBLE::SYS$SYSROOT:[SYSMGR]OPERATOR.LOG;43\r\n\r\n%%%%%%%%%%%  OPCOM  18-JAN-2015 09:33:53.92  %%%%%%%%%%%\r\nOperator status for operator BUBBLE::SYS$SYSROOT:[SYSMGR]OPERATOR.LOG;43\r\nCENTRAL, PRINTER, TAPES, DISKS, DEVICES, CARDS, NETWORK, CLUSTER, SECURITY,\r\nLICENSE, OPER1, OPER2, OPER3, OPER4, OPER5, OPER6, OPER7, OPER8, OPER9, OPER10,\r\nOPER11, OPER12\r\n\r\n%%%%%%%%%%%  OPCOM  18-JAN-2015 09:33:53.93  %%%%%%%%%%%\r\n09:33:30.92 Node BUBBLE (csid 00000000) proposed formation of a VAXcluster\r\n\r\n%%%%%%%%%%%  OPCOM  18-JAN-2015 09:33:53.94  %%%%%%%%%%%\r\n09:33:30.92 Node BUBBLE (csid 00010001) is now a VAXcluster member\r\n\r\n%%%%%%%%%%%  OPCOM  18-JAN-2015 09:33:53.94  %%%%%%%%%%%\r\n09:33:30.92 Node BUBBLE (csid 00010001) completed VAXcluster state transition\r\n\r\n%%%%%%%%%%%  OPCOM  18-JAN-2015 09:33:53.95  %%%%%%%%%%%\r\nDSA0: contains member named to VMB. Boot \/ dump path are valid.\r\n\r\n%SET-I-NEWAUDSRV, identification of new audit server process is 2020010E\r\n%LICENSE-W-TERM, ADA DECUS-USA-908392-1547274 License has terminated\r\n%%%%%%%%%%%  OPCOM  18-JAN-2015 09:33:55.14  %%%%%%%%%%%\r\nMessage from user SYSTEM on BUBBLE\r\n%LICENSE-E-TERM, ADA DECUS-USA-908392-1547274 License has terminated\r\n\r\n%LICENSE-W-TERM, BASIC DECUS-USA-908392-1547282 License has terminated\r\n%%%%%%%%%%%  OPCOM  18-JAN-2015 09:33:55.21  %%%%%%%%%%%\r\nMessage from user SYSTEM on BUBBLE\r\n%LICENSE-E-TERM, BASIC DECUS-USA-908392-1547282 License has terminated\r\n\r\n%LICENSE-W-TERM, C DECUS-USA-908392-1547283 License has terminated\r\n%%%%%%%%%%%  OPCOM  18-JAN-2015 09:33:55.30  %%%%%%%%%%%\r\nMessage from user SYSTEM on BUBBLE\r\n%LICENSE-E-TERM, C DECUS-USA-908392-1547283 License has terminated\r\n\r\n%LICENSE-W-TERM, CMS DECUS-USA-908392-1547284 License has terminated\r\n%%%%%%%%%%%  OPCOM  18-JAN-2015 09:33:55.41  %%%%%%%%%%%\r\nMessage from user SYSTEM on BUBBLE\r\n%LICENSE-E-TERM, CMS DECUS-USA-908392-1547284 License has terminated\r\n\r\n%LICENSE-W-TERM, COBOL DECUS-USA-908392-1547285 License has terminated\r\n%%%%%%%%%%%  OPCOM  18-JAN-2015 09:33:55.51  %%%%%%%%%%%\r\nMessage from user SYSTEM on BUBBLE\r\n%LICENSE-E-TERM, COBOL DECUS-USA-908392-1547285 License has terminated\r\n\r\n%LICENSE-W-TERM, CXX-V DECUS-USA-908392-1547286 License has terminated\r\n%%%%%%%%%%%  OPCOM  18-JAN-2015 09:33:55.56  %%%%%%%%%%%\r\nMessage from user SYSTEM on BUBBLE\r\n%LICENSE-E-TERM, CXX-V DECUS-USA-908392-1547286 License has terminated\r\n\r\n%LICENSE-W-TERM, DFG DECUS-USA-908392-1547264 License has terminated\r\n%%%%%%%%%%%  OPCOM  18-JAN-2015 09:33:55.63  %%%%%%%%%%%\r\nMessage from user SYSTEM on BUBBLE\r\n%LICENSE-E-TERM, DFG DECUS-USA-908392-1547264 License has terminated\r\n\r\n%LICENSE-W-TERM, DFS DECUS-USA-908392-1547298 License has terminated\r\n%%%%%%%%%%%  OPCOM  18-JAN-2015 09:33:55.74  %%%%%%%%%%%\r\nMessage from user SYSTEM on BUBBLE\r\n%LICENSE-E-TERM, DFS DECUS-USA-908392-1547298 License has terminated\r\n\r\n%LICENSE-W-TERM, DQS DECUS-USA-908392-1547299 License has terminated\r\n%%%%%%%%%%%  OPCOM  18-JAN-2015 09:33:55.80  %%%%%%%%%%%\r\nMessage from user SYSTEM on BUBBLE\r\n%LICENSE-E-TERM, DQS DECUS-USA-908392-1547299 License has terminated\r\n\r\n%LICENSE-W-TERM, DTM DECUS-USA-908392-1547300 License has terminated\r\n%%%%%%%%%%%  OPCOM  18-JAN-2015 09:33:55.86  %%%%%%%%%%%\r\nMessage from user SYSTEM on BUBBLE\r\n%LICENSE-E-TERM, DTM DECUS-USA-908392-1547300 License has terminated\r\n\r\n%LICENSE-W-TERM, DTR DECUS-USA-908392-1547301 License has terminated\r\n%%%%%%%%%%%  OPCOM  18-JAN-2015 09:33:55.94  %%%%%%%%%%%\r\nMessage from user SYSTEM on BUBBLE\r\n%LICENSE-E-TERM, DTR DECUS-USA-908392-1547301 License has terminated\r\n\r\n%LICENSE-W-TERM, DVNETRTG DECUS-USA-908392-1547368 License has terminated\r\n%%%%%%%%%%%  OPCOM  18-JAN-2015 09:33:56.01  %%%%%%%%%%%\r\nMessage from user SYSTEM on BUBBLE\r\n%LICENSE-E-TERM, DVNETRTG DECUS-USA-908392-1547368 License has terminated\r\n\r\n%LICENSE-W-TERM, DW-MOTIF DECUS-USA-908392-1547305 License has terminated\r\n%%%%%%%%%%%  OPCOM  18-JAN-2015 09:33:56.10  %%%%%%%%%%%\r\nMessage from user SYSTEM on BUBBLE\r\n%LICENSE-E-TERM, DW-MOTIF DECUS-USA-908392-1547305 License has terminated\r\n\r\n%LICENSE-W-TERM, FMS DECUS-USA-908392-1547324 License has terminated\r\n%%%%%%%%%%%  OPCOM  18-JAN-2015 09:33:56.20  %%%%%%%%%%%\r\nMessage from user SYSTEM on BUBBLE\r\n%LICENSE-E-TERM, FMS DECUS-USA-908392-1547324 License has terminated\r\n\r\n%LICENSE-W-TERM, FORMS DECUS-USA-908392-1547328 License has terminated\r\n%%%%%%%%%%%  OPCOM  18-JAN-2015 09:33:56.30  %%%%%%%%%%%\r\nMessage from user SYSTEM on BUBBLE\r\n%LICENSE-E-TERM, FORMS DECUS-USA-908392-1547328 License has terminated\r\n\r\n%LICENSE-W-TERM, FORTRAN DECUS-USA-908392-1547332 License has terminated\r\n%%%%%%%%%%%  OPCOM  18-JAN-2015 09:33:56.32  %%%%%%%%%%%\r\nMessage from user SYSTEM on BUBBLE\r\n%LICENSE-E-TERM, FORTRAN DECUS-USA-908392-1547332 License has terminated\r\n\r\n%LICENSE-W-TERM, GKS DECUS-USA-908392-1547333 License has terminated\r\n%%%%%%%%%%%  OPCOM  18-JAN-2015 09:33:56.41  %%%%%%%%%%%\r\nMessage from user SYSTEM on BUBBLE\r\n%LICENSE-E-TERM, GKS DECUS-USA-908392-1547333 License has terminated\r\n\r\n%LICENSE-W-TERM, GKS3D DECUS-USA-908392-1547337 License has terminated\r\n%%%%%%%%%%%  OPCOM  18-JAN-2015 09:33:56.51  %%%%%%%%%%%\r\nMessage from user SYSTEM on BUBBLE\r\n%LICENSE-E-TERM, GKS3D DECUS-USA-908392-1547337 License has terminated\r\n\r\n%LICENSE-W-TERM, LSE DECUS-USA-908392-1547339 License has terminated\r\n%%%%%%%%%%%  OPCOM  18-JAN-2015 09:33:56.68  %%%%%%%%%%%\r\nMessage from user SYSTEM on BUBBLE\r\n%LICENSE-E-TERM, LSE DECUS-USA-908392-1547339 License has terminated\r\n\r\n%LICENSE-W-TERM, MACRO64 DECUS-USA-908392-1547340 License has terminated\r\n%%%%%%%%%%%  OPCOM  18-JAN-2015 09:33:56.77  %%%%%%%%%%%\r\nMessage from user SYSTEM on BUBBLE\r\n%LICENSE-E-TERM, MACRO64 DECUS-USA-908392-1547340 License has terminated\r\n\r\n%LICENSE-W-TERM, MMS DECUS-USA-908392-1547345 License has terminated\r\n%%%%%%%%%%%  OPCOM  18-JAN-2015 09:33:56.81  %%%%%%%%%%%\r\nMessage from user SYSTEM on BUBBLE\r\n%LICENSE-E-TERM, MMS DECUS-USA-908392-1547345 License has terminated\r\n\r\n%LICENSE-W-TERM, MULTINET MULTINET-HOBBY License has terminated\r\n%%%%%%%%%%%  OPCOM  18-JAN-2015 09:33:56.88  %%%%%%%%%%%\r\nMessage from user SYSTEM on BUBBLE\r\n%LICENSE-E-TERM, MULTINET MULTINET-HOBBY License has terminated\r\n\r\n%LICENSE-W-TERM, NOTES DECUS-USA-908392-1547346 License has terminated\r\n%%%%%%%%%%%  OPCOM  18-JAN-2015 09:33:56.96  %%%%%%%%%%%\r\nMessage from user SYSTEM on BUBBLE\r\n%LICENSE-E-TERM, NOTES DECUS-USA-908392-1547346 License has terminated\r\n\r\n%LICENSE-W-TERM, PASCAL DECUS-USA-908392-1547349 License has terminated\r\n%%%%%%%%%%%  OPCOM  18-JAN-2015 09:33:57.06  %%%%%%%%%%%\r\nMessage from user SYSTEM on BUBBLE\r\n%LICENSE-E-TERM, PASCAL DECUS-USA-908392-1547349 License has terminated\r\n\r\n%LICENSE-W-TERM, PCA DECUS-USA-908392-1547350 License has terminated\r\n%%%%%%%%%%%  OPCOM  18-JAN-2015 09:33:57.10  %%%%%%%%%%%\r\nMessage from user SYSTEM on BUBBLE\r\n%LICENSE-E-TERM, PCA DECUS-USA-908392-1547350 License has terminated\r\n\r\n%LICENSE-W-TERM, PHIGS DECUS-USA-908392-1547351 License has terminated\r\n%%%%%%%%%%%  OPCOM  18-JAN-2015 09:33:57.19  %%%%%%%%%%%\r\nMessage from user SYSTEM on BUBBLE\r\n%LICENSE-E-TERM, PHIGS DECUS-USA-908392-1547351 License has terminated\r\n\r\n%LICENSE-W-TERM, SSU DECUS-USA-908392-1547359 License has terminated\r\n%%%%%%%%%%%  OPCOM  18-JAN-2015 09:33:57.23  %%%%%%%%%%%\r\nMessage from user SYSTEM on BUBBLE\r\n%LICENSE-E-TERM, SSU DECUS-USA-908392-1547359 License has terminated\r\n\r\n%LICENSE-W-TERM, VAX-VMS DECUS-USA-908392-1547261 License has terminated\r\n%%%%%%%%%%%  OPCOM  18-JAN-2015 09:33:57.26  %%%%%%%%%%%\r\nMessage from user SYSTEM on BUBBLE\r\n%LICENSE-E-TERM, VAX-VMS DECUS-USA-908392-1547261 License has terminated\r\n\r\n%LICENSE-W-TERM, VAX-VMS DECUS-USA-908392-1555364 License has terminated\r\n%%%%%%%%%%%  OPCOM  18-JAN-2015 09:33:57.37  %%%%%%%%%%%\r\nMessage from user SYSTEM on BUBBLE\r\n%LICENSE-E-TERM, VAX-VMS DECUS-USA-908392-1555364 License has terminated\r\n\r\n%LICENSE-W-TERM, VAX-VMS DECUS-USA-908392-1598682 License has terminated\r\n%%%%%%%%%%%  OPCOM  18-JAN-2015 09:33:57.51  %%%%%%%%%%%\r\nMessage from user SYSTEM on BUBBLE\r\n%LICENSE-E-TERM, VAX-VMS DECUS-USA-908392-1598682 License has terminated\r\n\r\n%LICENSE-W-TERM, VAXCLUSTER DECUS-USA-908392-1547263 License has terminated\r\n%%%%%%%%%%%  OPCOM  18-JAN-2015 09:33:57.68  %%%%%%%%%%%\r\nMessage from user SYSTEM on BUBBLE\r\n%LICENSE-E-TERM, VAXCLUSTER DECUS-USA-908392-1547263 License has terminated\r\n\r\n%LICENSE-W-TERM, VOLSHAD DECUS-USA-908392-1547364 License has terminated\r\n%%%%%%%%%%%  OPCOM  18-JAN-2015 09:33:57.76  %%%%%%%%%%%\r\nMessage from user SYSTEM on BUBBLE\r\n%LICENSE-E-TERM, VOLSHAD DECUS-USA-908392-1547364 License has terminated\r\n\r\n%%%%%%%%%%%  OPCOM  18-JAN-2015 09:34:00.01  %%%%%%%%%%%\r\nMessage from user SYSTEM on BUBBLE\r\n%SHADOW_SERVER-I-SSRVINICMP, shadow server has completed initialization\r\n\r\n%%%%%%%%%%%  OPCOM  18-JAN-2015 09:34:01.36  %%%%%%%%%%%\r\nMessage from user SYSTEM on BUBBLE\r\n%SECSRV-I-PROXYSTARTINGUP, proxy processing now starting up\r\n\r\n%%%%%%%%%%%  OPCOM  18-JAN-2015 09:34:01.36  %%%%%%%%%%%\r\nMessage from user SYSTEM on BUBBLE\r\n%SECSRV-I-CIACRECLUDB, security server created cluster intrusion database\r\n\r\n%%%%%%%%%%%  OPCOM  18-JAN-2015 09:34:01.36  %%%%%%%%%%%\r\nMessage from user SYSTEM on BUBBLE\r\n%SECSRV-I-SERVERSTARTINGU, security server starting up\r\n\r\n%%%%%%%%%%%  OPCOM  18-JAN-2015 09:34:01.53  %%%%%%%%%%%\r\nMessage from user SYSTEM on BUBBLE\r\n%SECSRV-I-CIASTARTINGUP, breakin detection and evasion processing now starting u                                                    p\r\n\r\n%%%%%%%%%%%  OPCOM  18-JAN-2015 09:34:04.56  %%%%%%%%%%%\r\nMessage from user SYSTEM on BUBBLE\r\n%LICENSE-E-NOAUTH, DEC VAX-VMS use is not authorized on this node\r\n-LICENSE-F-NOLICENSE, no license is active for this software product\r\n-LICENSE-I-SYSMGR, please see your system manager\r\n\r\n\r\n%LICENSE-E-NOAUTH, DEC VAX-VMS use is not authorized on this node\r\n-LICENSE-F-NOLICENSE, no license is active for this software product\r\n-LICENSE-I-SYSMGR, please see your system manager\r\nStartup processing continuing...\r\n\r\n%%%%%%%%%%%  OPCOM  18-JAN-2015 09:34:04.59  %%%%%%%%%%%\r\nMessage from user SYSTEM on BUBBLE\r\n%LICENSE-E-NOAUTH, DEC VAXCLUSTER use is not authorized on this node\r\n-LICENSE-F-NOLICENSE, no license is active for this software product\r\n-LICENSE-I-SYSMGR, please see your system manager\r\n\r\n\r\n%LICENSE-E-NOAUTH, DEC VAXCLUSTER use is not authorized on this node\r\n-LICENSE-F-NOLICENSE, no license is active for this software product\r\n-LICENSE-I-SYSMGR, please see your system manager\r\nStartup processing continuing...\r\n\r\n%%%%%%%%%%%  OPCOM  18-JAN-2015 09:34:04.63  %%%%%%%%%%%\r\nMessage from user SYSTEM on BUBBLE\r\n%LICENSE-E-NOAUTH, DEC VOLSHAD use is not authorized on this node\r\n-LICENSE-F-NOLICENSE, no license is active for this software product\r\n-LICENSE-I-SYSMGR, please see your system manager\r\n\r\n\r\n%LICENSE-E-NOAUTH, DEC VOLSHAD use is not authorized on this node\r\n-LICENSE-F-NOLICENSE, no license is active for this software product\r\n-LICENSE-I-SYSMGR, please see your system manager\r\nStartup processing continuing...\r\n\r\n%%%%%%%%%%%  OPCOM  18-JAN-2015 09:34:05.14  %%%%%%%%%%%\r\nMessage from user SYSTEM on BUBBLE\r\nWarning: DECdtm log file not found (SYS$JOURNAL:SYSTEM$BUBBLE.LM$JOURNAL)\r\n        %RMS-E-FNF, file not found\r\n        TP server process waiting\r\n\r\n\r\n%STARTUP-I-AUDITCONTINUE, audit server initialization complete\r\n%%%%%%%%%%%  OPCOM  18-JAN-2015 09:34:05.42  %%%%%%%%%%%\r\nMessage from user AUDIT$SERVER on BUBBLE\r\nSecurity alarm (SECURITY) and security audit (SECURITY) on BUBBLE, system id: 43                                                    52\r\nAuditable event:          Audit server starting up\r\nEvent time:               18-JAN-2015 09:34:05.35\r\nPID:                      20200104\r\nUsername:                 SYSTEM\r\n\r\n\r\nThe OpenVMS VAX system is now executing the site-specific startup commands.\r\n\r\nJob STARTNET (queue SYS$INIT_BUBBLE$, entry 871) started on SYS$INIT_BUBBLE$\r\nJob LAT$STARTUP (queue SYS$INIT_BUBBLE$, entry 872) pending\r\n     pending status caused by queue busy state\r\nJob START_LAYERED_PRODUCTS_1 (queue SYS$INIT_BUBBLE$, entry 873) pending\r\n     pending status caused by queue busy state\r\nJob START_LAYERED_PRODUCTS_2 (queue SYS$INIT2_BUBBLE$, entry 874) started on SYS                                                    $INIT2_BUBBLE$\r\nJob START_QUEUES (queue SYS$INIT_BUBBLE$, entry 875) pending\r\n     pending status caused by queue busy state\r\nJob LA75$STARTUP (queue SYS$INIT_BUBBLE$, entry 876) pending\r\n     pending status caused by queue busy state\r\n%SET-I-INTSET, login interactive limit = 64, current interactive value = 0\r\n%%%%%%%%%%%  OPCOM  18-JAN-2015 09:34:07.77  %%%%%%%%%%%\r\nMessage from user DECNET on BUBBLE\r\nDECnet starting\r\n\r\n%%%%%%%%%%%  OPCOM  18-JAN-2015 09:34:08.95  %%%%%%%%%%%\r\nMessage from user AUDIT$SERVER on BUBBLE\r\nSecurity alarm (SECURITY) and security audit (SECURITY) on BUBBLE, system id: 43                                                    52\r\nAuditable event:          Batch process login failure\r\nEvent time:               18-JAN-2015 09:34:08.89\r\nPID:                      20200115\r\nProcess name:             BATCH_839\r\nUsername:                 OPERATOR\r\nProcess owner:            [OPERATOR]\r\nImage name:               DSA0:[SYS0.SYSCOMMON.][SYSEXE]LOGINOUT.EXE\r\nStatus:                   %RMS-E-DNR, device not ready, not mounted, or unavaila                                                    ble\r\n\r\n  SYSTEM       job terminated at 18-JAN-2015 09:34:10.97\r\n\r\n  Accounting information:\r\n  Buffered I\/O count:            1505         Peak working set size:    1696\r\n  Direct I\/O count:               569         Peak page file size:      5301\r\n  Page faults:                   6678         Mounted volumes:             0\r\n  Charged CPU time:           0 00:00:06.05   Elapsed time:     0 00:00:39.60\r\n%%%%%%%%%%%  OPCOM  18-JAN-2015 09:34:11.09  %%%%%%%%%%%\r\nMessage from user LATACP on BUBBLE\r\nLATACP initialized                                                                                                                  \r\n\r\n%%%%%%%%%%%  OPCOM  18-JAN-2015 09:34:13.74  %%%%%%%%%%%\r\nMessage from user AUDIT$SERVER on BUBBLE\r\nSecurity alarm (SECURITY) and security audit (SECURITY) on BUBBLE, system id: 43                                                    52\r\nAuditable event:          Batch process login failure\r\nEvent time:               18-JAN-2015 09:34:13.74\r\nPID:                      20200126\r\nProcess name:             BATCH_238\r\nUsername:                 BLUNDEN\r\nProcess owner:            [EXTERNAL,BLUNDEN]\r\nImage name:               DSA0:[SYS0.SYSCOMMON.][SYSEXE]LOGINOUT.EXE\r\nStatus:                   %RMS-E-DNR, device not ready, not mounted, or unavaila                                                    ble\r\n\r\n%%%%%%%%%%%  OPCOM  18-JAN-2015 09:34:13.78  %%%%%%%%%%%\r\nMessage from user AUDIT$SERVER on BUBBLE\r\nSecurity alarm (SECURITY) and security audit (SECURITY) on BUBBLE, system id: 43                                                    52\r\nAuditable event:          Batch process login failure\r\nEvent time:               18-JAN-2015 09:34:13.77\r\nPID:                      20200127\r\nProcess name:             BATCH_807\r\nUsername:                 BLUNDEN\r\nProcess owner:            [EXTERNAL,BLUNDEN]\r\nImage name:               DSA0:[SYS0.SYSCOMMON.][SYSEXE]LOGINOUT.EXE\r\nStatus:                   %RMS-E-DNR, device not ready, not mounted, or unavaila                                                    ble\r\n\r\n%%%%%%%%%%%  OPCOM  18-JAN-2015 09:34:16.70  %%%%%%%%%%%\r\nMessage from user AUDIT$SERVER on BUBBLE\r\nSecurity alarm (SECURITY) and security audit (SECURITY) on BUBBLE, system id: 43                                                    52\r\nAuditable event:          Batch process login failure\r\nEvent time:               18-JAN-2015 09:34:16.70\r\nPID:                      20200128\r\nProcess name:             BATCH_870\r\nUsername:                 WASD_BUILD\r\nProcess owner:            [WASD,WASD_BUILD]\r\nImage name:               DSA0:[SYS0.SYSCOMMON.][SYSEXE]LOGINOUT.EXE\r\nStatus:                   %RMS-E-DNR, device not ready, not mounted, or unavaila                                                    ble\r\n\r\n\r\n Welcome to OpenVMS (TM) VAX Operating System, Version V7.3\r\n\r\nUsername: system\r\nPassword:\r\n%LICENSE-I-NOLICENSE, no license is active for this software product\r\n%LOGIN-I-NOVAXCLUSTER, DEC VMSCLUSTER license is not active\r\n%LOGIN-S-LOGOPRCON, login allowed from OPA0:\r\n Welcome to OpenVMS (TM) VAX Operating System, Version V7.3 on node BUBBLE\r\n    Last interactive login on Wednesday, 30-MAR-2011 09:07\r\n    Last non-interactive login on Sunday, 18-JAN-2015 09:34\r\n\r\nBUBBLE$$ show dev d\r\n\r\nDevice                  Device           Error    Volume         Free  Trans Mnt\r\n Name                   Status           Count     Label        Blocks Count Cnt\r\nDSA0:                   Mounted              0  BUBBLESYSTEM   6280425   276   1\r\nDSA1:                   Online               0\r\nDSA2:                   Online               0\r\n$255$DLA0:    (BUBBLE)  Online               0\r\n$255$DLA1:    (BUBBLE)  Online               0\r\n$255$DLA2:    (BUBBLE)  Online               0\r\n$255$DLA3:    (BUBBLE)  Online               0\r\n$255$DUA0:    (BUBBLE)  ShadowSetMember      0  (member of DSA0:)\r\n$255$DUA1:    (BUBBLE)  Online               0\r\n$255$DUA2:    (BUBBLE)  Online               0\r\n$255$DUA3:    (BUBBLE)  Online               0\r\n$255$DYA0:    (BUBBLE)  Online               0\r\n$255$DYA1:    (BUBBLE)  Online               0\r\nBUBBLE$$\r\n\r\nJob LA75$STARTUP (queue SYS$INIT_BUBBLE$, entry 876) completed\r\nBUBBLE$$\r\n\r\nJob START_MULTINET (queue SYS$INIT_BUBBLE$, entry 882) terminated with error status\r\nBUBBLE$$\r\n\r\nJob MOUNT_NFS_DISKS (queue SYS$INIT_BUBBLE$, entry 883) terminated with error status\r\nBUBBLE$$\r\n%%%%%%%%%%%  OPCOM  18-JAN-2015 09:34:35.64  %%%%%%%%%%%\r\nMessage from user SYSTEM on BUBBLE\r\nQueue PS$PRINT_BUBBLE$: %DCPS-W-NOSUCHDEV, no such device available\r\n\r\nBUBBLE$$\r\n\r\nJob DCPS$STARTUP (queue SYS$INIT_BUBBLE$, entry 884) completed\r\nBUBBLE$$\r\n\r\nJob NOTES$FIXUP (queue SYS$INIT_BUBBLE$, entry 885) completed\r\nBUBBLE$$\r\n\r\nJob NOTES$STARTUP (queue SYS$INIT_BUBBLE$, entry 886) terminated with error status\r\n%NONAME-W-NOMSG, Message number 00000000\r\nBUBBLE$$\r\n\r\nJob NM$STARTUP (queue SYS$INIT_BUBBLE$, entry 887) completed\r\nBUBBLE$$\r\n\r\nJob SSL$STARTUP (queue SYS$INIT_BUBBLE$, entry 888) completed\r\nBUBBLE$$\r\n<\/pre>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Yesterday and today the plan has been to ressurect BUBBLE. This is a configuration that my was first foray into production configured VAX\/VMS. Thanks to the stellar efforts of Steve Davidson (a fellow hecnet&#8216;er) this machine went from an initially very poorly configured amateur hour effort of mine to a mutiuser and clustered setup with &#8230;<\/p>\n<p><a href=\"http:\/\/www.wickensonline.co.uk\/rc2012sc\/2015\/01\/18\/vax-mp-bubble-lives-again\/\" class=\"more-link\">Continue reading &lsquo;VAX MP &#8211; BUBBLE lives again!&rsquo; &raquo;<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":false,"jetpack_social_options":{"image_generator_settings":{"template":"highway","enabled":false},"version":2}},"categories":[1],"tags":[41],"class_list":["post-540","post","type-post","status-publish","format-standard","hentry","category-general","tag-rc201501"],"jetpack_publicize_connections":[],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/p73JhD-8I","jetpack-related-posts":[],"_links":{"self":[{"href":"http:\/\/www.wickensonline.co.uk\/rc2012sc\/wp-json\/wp\/v2\/posts\/540"}],"collection":[{"href":"http:\/\/www.wickensonline.co.uk\/rc2012sc\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/www.wickensonline.co.uk\/rc2012sc\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/www.wickensonline.co.uk\/rc2012sc\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/www.wickensonline.co.uk\/rc2012sc\/wp-json\/wp\/v2\/comments?post=540"}],"version-history":[{"count":3,"href":"http:\/\/www.wickensonline.co.uk\/rc2012sc\/wp-json\/wp\/v2\/posts\/540\/revisions"}],"predecessor-version":[{"id":543,"href":"http:\/\/www.wickensonline.co.uk\/rc2012sc\/wp-json\/wp\/v2\/posts\/540\/revisions\/543"}],"wp:attachment":[{"href":"http:\/\/www.wickensonline.co.uk\/rc2012sc\/wp-json\/wp\/v2\/media?parent=540"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.wickensonline.co.uk\/rc2012sc\/wp-json\/wp\/v2\/categories?post=540"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.wickensonline.co.uk\/rc2012sc\/wp-json\/wp\/v2\/tags?post=540"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}