{"id":2655,"date":"2019-05-19T11:37:32","date_gmt":"2019-05-19T09:37:32","guid":{"rendered":"https:\/\/www.pdp-11.de\/?p=2655"},"modified":"2019-05-19T12:08:43","modified_gmt":"2019-05-19T10:08:43","slug":"microvax-ii-weekend","status":"publish","type":"post","link":"https:\/\/www.pdp-11.de\/index.php\/2019\/05\/19\/microvax-ii-weekend\/","title":{"rendered":"MicroVAX II &#8211; Weekend"},"content":{"rendered":"<p>The MVII I have got in March is now fully restored and placed in the second floor.<\/p>\n<p><a href=\"https:\/\/www.pdp-11.de\/wp-content\/uploads\/2019\/05\/IMG_2922.jpg\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-medium wp-image-2659\" src=\"https:\/\/www.pdp-11.de\/wp-content\/uploads\/2019\/05\/IMG_2922-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" srcset=\"https:\/\/www.pdp-11.de\/wp-content\/uploads\/2019\/05\/IMG_2922-225x300.jpg 225w, https:\/\/www.pdp-11.de\/wp-content\/uploads\/2019\/05\/IMG_2922-113x150.jpg 113w, https:\/\/www.pdp-11.de\/wp-content\/uploads\/2019\/05\/IMG_2922-768x1024.jpg 768w\" sizes=\"auto, (max-width: 225px) 100vw, 225px\" \/><\/a><\/p>\n<p>Today I have tested the TSV05 Tape Drive under the installed VMS 5.5-1.<\/p>\n<p>&nbsp;<\/p>\n<p><strong>1. step:<\/strong> is to load an tape with trash data or an empty one. I have choosen am empty tape, have loaded it physically in the Tape Drive and have pressed the online button<strong>.<\/strong><\/p>\n<p><a href=\"https:\/\/www.pdp-11.de\/wp-content\/uploads\/2019\/05\/IMG_2925.jpg\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-medium wp-image-2664\" src=\"https:\/\/www.pdp-11.de\/wp-content\/uploads\/2019\/05\/IMG_2925-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" srcset=\"https:\/\/www.pdp-11.de\/wp-content\/uploads\/2019\/05\/IMG_2925-300x225.jpg 300w, https:\/\/www.pdp-11.de\/wp-content\/uploads\/2019\/05\/IMG_2925-150x113.jpg 150w, https:\/\/www.pdp-11.de\/wp-content\/uploads\/2019\/05\/IMG_2925-768x576.jpg 768w, https:\/\/www.pdp-11.de\/wp-content\/uploads\/2019\/05\/IMG_2925-1024x768.jpg 1024w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" \/><\/a><\/p>\n<p><strong>2. step:<\/strong> was to check that the drive is recognized and the driver is available<\/p>\n<pre>$ show devices\/full\r\n........\r\nMagtape ZOID01$MSA0:, device type TSV05, is online, file-oriented device, error\r\nlogging is enabled.\r\n\r\nError count 0 Operations completed 0\r\nOwner process \"\" Owner UIC [0,0]\r\nOwner process ID 00000000 Dev Prot S:RWED,O:RWED,G:RWED,W:RWED\r\nReference count 0 Default buffer size 2048\r\nDensity 1600 Format Normal-11\r\n\r\nVolume status: no-unload on dismount, beginning-of-tape, odd parity.\r\n...\r\n...<\/pre>\n<p><strong>3. Step:<\/strong> was to initialite the empty tape.<\/p>\n<pre>$ init MSA0:\r\n_Label: test\r\n$<\/pre>\n<p><strong>4. Step:<\/strong> was to mount the Tape.<\/p>\n<p>Here we need to differenciate two possibilities.<\/p>\n<p>a.) you dont know the label of the tape<\/p>\n<pre>$ mount\/for ms0:\r\n%MOUNT-I-MOUNTED, TEST mounted on _ZOID01$MSA0:\r\n$<\/pre>\n<p>b.) you know the label of the tape<\/p>\n<pre>$ mount ms0:\r\n_Label: test\r\n_Log name:\r\n%MOUNT-I-MOUNTED, TEST mounted on _ZOID01$MSA0:\r\n$<\/pre>\n<p>Dismount it via:<\/p>\n<pre>$ dismount\/nounload ms0:<\/pre>\n<p><strong>5. Step:<\/strong> is to listen the content of the Tape<\/p>\n<p>The tape is now monted as <em>_ZOID01$MSA0: so we type in the following to get the files and dirctories listed.<\/em><\/p>\n<pre>$ dir _ZOID01$MSA0:\r\n%DIRECT-W-NOFILES, no files found\r\n$<\/pre>\n<p>We see that the tape is empty, which makes sense as we have it initialized in step 2.<\/p>\n<p>&nbsp;<\/p>\n<p><strong>6. Step:<\/strong> Now we copy over some files<\/p>\n<pre>$ copy\/log CLUSTER_CONFIG.COM _ZOID01$MSA0:CLUSTER_CONFIG.COM\r\n%COPY-S-COPIED, SYS$COMMON:[SYSMGR]CLUSTER_CONFIG.COM;1 copied to _ZOID01$MSA0:[\r\n]CLUSTER_CONFIG.COM;0 (4101 records)\r\n$<\/pre>\n<p>and check the contents of the tape again<\/p>\n<pre>$ dir _ZOID01$MSA0:\r\nDirectory _ZOID01$MSA0:[]\r\nCLUSTER_CONFIG.COM;1 CLUSTER_CONFIG.COM;1\r\nTotal of 2 files.\r\n$<\/pre>\n<p>So we see the file is now on ms0:<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<p>So now see whats on the old tapes I have got with the VAX<\/p>\n<p>1. Step is to check the output of show dev<\/p>\n<pre>Magtape ZOID01$MSA0:, device type TSV05, is online, file-oriented device, error\r\nlogging is enabled.\r\n\r\nError count 0 Operations completed 211\r\nOwner process \"\" Owner UIC [0,0]\r\nOwner process ID 00000000 Dev Prot S:RWED,O:RWED,G:RWED,W:RWED\r\nReference count 0 Default buffer size 2048\r\nDensity 1600 Format Normal-11\r\n\r\nVolume status: no-unload on dismount, odd parity.\r\n\r\n\r\n<\/pre>\n<p>2. Step mount the tape<\/p>\n<pre>$ mount\/for ms0:\r\n%MOUNT-I-MOUNTED, TRANS mounted on _ZOID01$MSA0:\r\n$\r\n\r\n\r\n3. display contents of the tape\r\n\r\n$ dir _ZOID01$MSA0:\r\n%DIRECT-E-OPENIN, error opening _ZOID01$MSA0:[SYSMGR]*.*;* as input\r\n-SYSTEM-F-NOTFILEDEV, device is not file structured\r\n$\r\n\r\nSo it looks like the content is block based?\r\nGood Question, which I can't answer by now.\r\n\r\nAfter mounting the tape the show dev output has changed to:\r\n\r\n<\/pre>\n<pre>Magtape ZOID01$MSA0:, device type TSV05, is online, allocated, deallocate on\r\n    dismount, mounted foreign, record-oriented device, file-oriented device,\r\n    error logging is enabled.\r\n\r\n    Error count                    0    Operations completed                223\r\n    Owner process           \"SYSTEM\"    Owner UIC             [SYSTEST,SYSTMGR]\r\n    Owner process ID        00000090    Dev Prot            S:RWED,O:RWED,G:,W:\r\n    Reference count                2    Default buffer size                 512\r\n\r\n    Volume label            \"TRANS \"    Relative volume no.                   0\r\n    Record size                    0    Transaction count                     1\r\n    Mount status             Process    Mount count                           1\r\n    ACP process name              \"\"\r\n    Density                     1600    Format                        Normal-11\r\n\r\n  Volume status:  beginning-of-tape, odd parity.<\/pre>\n<pre><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>The MVII I have got in March is now fully restored and placed in the second floor. Today I have tested the TSV05 Tape Drive under the installed VMS 5.5-1. &nbsp; 1. step: is to load an tape with trash data or an empty one. I have choosen am empty tape, have loaded it physically <a href='https:\/\/www.pdp-11.de\/index.php\/2019\/05\/19\/microvax-ii-weekend\/' class='excerpt-more'>[&#8230;]<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-2655","post","type-post","status-publish","format-standard","hentry","category-allgemein","odd","category-1-id","post-seq-1","post-parity-odd","meta-position-left-outer-pullout","fix"],"_links":{"self":[{"href":"https:\/\/www.pdp-11.de\/index.php\/wp-json\/wp\/v2\/posts\/2655","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.pdp-11.de\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.pdp-11.de\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.pdp-11.de\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.pdp-11.de\/index.php\/wp-json\/wp\/v2\/comments?post=2655"}],"version-history":[{"count":7,"href":"https:\/\/www.pdp-11.de\/index.php\/wp-json\/wp\/v2\/posts\/2655\/revisions"}],"predecessor-version":[{"id":2666,"href":"https:\/\/www.pdp-11.de\/index.php\/wp-json\/wp\/v2\/posts\/2655\/revisions\/2666"}],"wp:attachment":[{"href":"https:\/\/www.pdp-11.de\/index.php\/wp-json\/wp\/v2\/media?parent=2655"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.pdp-11.de\/index.php\/wp-json\/wp\/v2\/categories?post=2655"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.pdp-11.de\/index.php\/wp-json\/wp\/v2\/tags?post=2655"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}