CDROM Directory
- pnkearns
- Topic Author
- Visitor
14 years 1 month ago #5051
by pnkearns
CDROM Directory was created by pnkearns
Newbie question of the day. This is going to be silly, but after a few hours of searching, I'm finding the OpenVMS documentation and forums assume the OpenVMS CDROM is working.
So..., how do you get a directory listing of the Hobbyist Alpha Kit CD loaded into the FreeAXP CDROM drive? I know, DIRECTORY command. However, it doesn't seem to work. I know the CDROM works because it installed OpenVMS 8.3 off the Hobbyist Alpha Kit CD using the BOOT command. Theorectically, there are C++ and FORTRAN compilers on the CD (if I could see them) I would like to install using VMSINSTALL or PRODUCT INSTALL.
I'm using FreeAXP with DKA600 defined as the physical CDROM.
1. I mount the cd drive with:
$ mount dka600: /foreign
%MOUNT-I-MOUNTED, ALPHA083 mounted on _HOBBY$DKA600:
1. I can see the device:
$ sh dev d
HOBBY$DKA600: Mounted alloc 0 ALPHA083 0 0 1
foreign wrtlock
3. I then tried "directory dka600", followed by "directory alpha083" and "directory hobby$dka600"and get:
%DiRECT-W-NOFILES, no files found
I know this has got to be something simple.<hr>
So..., how do you get a directory listing of the Hobbyist Alpha Kit CD loaded into the FreeAXP CDROM drive? I know, DIRECTORY command. However, it doesn't seem to work. I know the CDROM works because it installed OpenVMS 8.3 off the Hobbyist Alpha Kit CD using the BOOT command. Theorectically, there are C++ and FORTRAN compilers on the CD (if I could see them) I would like to install using VMSINSTALL or PRODUCT INSTALL.
I'm using FreeAXP with DKA600 defined as the physical CDROM.
1. I mount the cd drive with:
$ mount dka600: /foreign
%MOUNT-I-MOUNTED, ALPHA083 mounted on _HOBBY$DKA600:
1. I can see the device:
$ sh dev d
HOBBY$DKA600: Mounted alloc 0 ALPHA083 0 0 1
foreign wrtlock
3. I then tried "directory dka600", followed by "directory alpha083" and "directory hobby$dka600"and get:
%DiRECT-W-NOFILES, no files found
I know this has got to be something simple.<hr>
Please Log in or Create an account to join the conversation.
- martinv2
- Topic Author
- Visitor
14 years 1 month ago #5052
by martinv2
Replied by martinv2 on topic RE: CDROM Directory
< class='quote'>I know this has got to be something simple.
It is: leave out the /FOREIGN qualifier, and supply a label (or /OVERRIDE=IDENTIFICATION) instead.
And use $ DIRECTORY DKA600:[000000]
HTH,
Martin
<hr> de.openvms.org/martinv/ <hr>
It is: leave out the /FOREIGN qualifier, and supply a label (or /OVERRIDE=IDENTIFICATION) instead.
And use $ DIRECTORY DKA600:[000000]
HTH,
Martin
<hr> de.openvms.org/martinv/ <hr>
Please Log in or Create an account to join the conversation.
- pnkearns
- Topic Author
- Visitor
14 years 1 month ago #5053
by pnkearns
Replied by pnkearns on topic RE: CDROM Directory
Hi Martin,
Your /OVERRIDE=IDENTIFICATION suggestion worked.
$ MOUNT DKA600: /OVERRIDE=IDENTIFICATION
I'm not sure why it didn't recognize Alpha083 as a label before. Now it seems to.
At first the DIR command didn't work and I was puzzled <img src='../images/smiley/shock.gif' alt='smiley'>, but then I counted the 0's and entered the correct 6 vs. 5.
Off to the next stage of my VMS adventure. <img src='../images/smiley/grin.gif' alt='smiley'>
Many thanks,
Patrick<hr>
Your /OVERRIDE=IDENTIFICATION suggestion worked.
$ MOUNT DKA600: /OVERRIDE=IDENTIFICATION
I'm not sure why it didn't recognize Alpha083 as a label before. Now it seems to.
At first the DIR command didn't work and I was puzzled <img src='../images/smiley/shock.gif' alt='smiley'>, but then I counted the 0's and entered the correct 6 vs. 5.
Off to the next stage of my VMS adventure. <img src='../images/smiley/grin.gif' alt='smiley'>
Many thanks,
Patrick<hr>
Please Log in or Create an account to join the conversation.
Moderators: iamcamiel
Time to create page: 0.196 seconds