SearchFAQMemberlist Log in
Reply to topic Page 1 of 1
Installing Legato on VMS
Author Message
Post Installing Legato on VMS 
I'm installing Networker 7.1 onto OpenVMS.
My knowledge of VMS is limited.
I have the CD in the drive and mounted it.

But I can't figure out how to cd into the cdrom directory that contains
the networker files.
Can someone provide me with the correct commands.
The install guide for networker for VMS is not real helpful.

Do I type
$ < at > sys$update:vmsinstall

But what is the product name? I suppose a dir on the cd would give me that.

David Martini
LLNL


The CD is device DQA0:


$ show dev d

Device Device Error Volume Free
Trans Mnt
Name Status Count Label
Blocks Count Cnt
TEST1$DKB0: Mounted 0 ALPHASYS
9710100 470 1
TEST1$DQA0: Mounted alloc 0 NETWORKER_VO
0 1 1
wrtlck
TEST1$DQA1: Online 1
TEST1$DQB0: Online 1
TEST1$DQB1: Online 1
TEST1$DVA0: Online 0
$
$
$ set default $DQA0:
$ dir
%DIRECT-E-OPENIN, error opening $DQA0:[SYSMGR]*.*;* as input
-RMS-F-DEV, error in device name or inappropriate device type for operation
$ show default
$DQA0:[SYSMGR]
%DCL-I-INVDEF, $DQA0:[SYSMGR] does not exist
$

Note: To sign off this list, send a "signoff networker" command via email
to listserv < at > listserv.temple.edu or visit the list's Web site at
http://listserv.temple.edu/archives/networker.html where you can
should be sent to stan < at > temple.edu

Post Installing Legato on VMS 
Dave,

I think the problem with getting a 'DIR' is that you probably have the CD
mounted as a tape device rather than a file device. It's been a while since
I have worked much with VMS but I think the command you want is
'MOUNT/OVERRIDE=IDENTIFICATION' to get it mounted as a file type device.

Also, IIRC if the drive is 'Mounted allocated' you can only access it from
the process that mounted it.

So, what I think would work is this:

$ DISMOUNT/NOUNLOAD TEST1$DQA0:
$ MOUNT/OVERIDE=ID TEST1$DQAO:

Hope this helps, Dave.

David Werth
Garmin AT, Inc
(formerly: UPS Aviation Technologies)
(formerly: II Morrow)
Salem, Oregon
dave.werth < at > garmin.com

-----Original Message-----
From: Dave Martini [mailto:e571694 < at > MAIL.LLNL.GOV]
Sent: Monday, January 24, 2005 11:07 AM
To: NETWORKER < at > LISTSERV.TEMPLE.EDU
Subject: [Networker] Installing Legato on VMS

I'm installing Networker 7.1 onto OpenVMS.
My knowledge of VMS is limited.
I have the CD in the drive and mounted it.

But I can't figure out how to cd into the cdrom directory that contains
the networker files.
Can someone provide me with the correct commands.
The install guide for networker for VMS is not real helpful.

Do I type
$ < at > sys$update:vmsinstall

But what is the product name? I suppose a dir on the cd would give me that.

David Martini
LLNL


The CD is device DQA0:


$ show dev d

Device Device Error Volume Free
Trans Mnt
Name Status Count Label
Blocks Count Cnt
TEST1$DKB0: Mounted 0 ALPHASYS
9710100 470 1
TEST1$DQA0: Mounted alloc 0 NETWORKER_VO
0 1 1
wrtlck
TEST1$DQA1: Online 1
TEST1$DQB0: Online 1
TEST1$DQB1: Online 1
TEST1$DVA0: Online 0
$
$
$ set default $DQA0:
$ dir
%DIRECT-E-OPENIN, error opening $DQA0:[SYSMGR]*.*;* as input
-RMS-F-DEV, error in device name or inappropriate device type for operation
$ show default
$DQA0:[SYSMGR]
%DCL-I-INVDEF, $DQA0:[SYSMGR] does not exist
$

Note: To sign off this list, send a "signoff networker" command via email
to listserv < at > listserv.temple.edu or visit the list's Web site at
http://listserv.temple.edu/archives/networker.html where you can
should be sent to stan < at > temple.edu


-------------------------
This e-mail and any attachments may contain confidential material for the sole use of the intended recipient. If you are not the intended recipient, please be aware that any disclosure, copying, distribution or use of this e-mail or any attachment is prohibited. If you have received this e-mail in error, please contact the sender and delete all copies.
Thank you for your cooperation

Note: To sign off this list, send a "signoff networker" command via email
to listserv < at > listserv.temple.edu or visit the list's Web site at
http://listserv.temple.edu/archives/networker.html where you can
should be sent to stan < at > temple.edu

Post Installing Legato on VMS 
It looks to me like he has the drive mounted properly.

For the set default command, use "set def TEST1$DQA0:[000000]"

Then the "dir" command will show you the files there.

Randy


-------------- Original message --------------

Dave,

I think the problem with getting a 'DIR' is that you probably have the CD
mounted as a tape device rather than a file device. It's been a while since
I have worked much with VMS but I think the command you want is
'MOUNT/OVERRIDE=IDENTIFICATION' to get it mounted as a file type device.

Also, IIRC if the drive is 'Mounted allocated' you can only access it from
the process that mounted it.

So, what I think would work is this:

$ DISMOUNT/NOUNLOAD TEST1$DQA0:
$ MOUNT/OVERIDE=ID TEST1$DQAO:

Hope this helps, Dave.

David Werth
Garmin AT, Inc
(formerly: UPS Aviation Technologies)
(formerly: II Morrow)
Salem, Oregon
dave.werth < at > garmin.com

-----Original Message-----
From: Dave Martini [mailto:e571694 < at > MAIL.LLNL.GOV]
Sent: Monday, January 24, 2005 11:07 AM
To: NETWORKER < at > LISTSERV.TEMPLE.EDU
Subject: [Networker] Installing Legato on VMS

I'm installing Networker 7.1 onto OpenVMS.
My knowledge of VMS is limited.
I have the CD in the drive and mounted it.

But I can't figure out how to cd into the cdrom directory that contains
the networker files.
Can someone provide me with the correct commands.
The install guide for networker for VMS is not real helpful.

Do I type
$ < at > sys$update:vmsinstall

But what is the product name? I suppose a dir on the cd would give me that.

David Martini
LLNL


The CD is device DQA0:


$ show dev d

Device Device Error Volume Free
Trans Mnt
Name Status Count Label
Blocks Count Cnt
TEST1$DKB0: Mounted 0 ALPHASYS
9710100 470 1
TEST1$DQA0: Mounted alloc 0 NETWORKER_VO
0 1 1
wrtlck
TEST1$DQA1: Online 1
TEST1$DQB0: Online 1
TEST1$DQB1: Online 1
TEST1$DVA0: Online 0
$
$
$ set default $DQA0:
$ dir
%DIRECT-E-OPENIN, error opening $DQA0:[SYSMGR]*.*;* as input
-RMS-F-DEV, error in device name or inappropriate device type for operation
$ show default
$DQA0:[SYSMGR]
%DCL-I-INVDEF, $DQA0:[SYSMGR] does not exist
$

--
Note: To sign off this list, send a "signoff networker" command via email
to listserv < at > listserv.temple.edu or visit the list's Web site at
http://listserv.temple.edu/archives/networker.html where you can
should be sent to stan < at > temple.edu


-------------------------
This e-mail and any attachments may contain confidential material for the sole
use of the intended recipient. If you are not the intended recipient, please be
aware that any disclosure, copying, distribution or use of this e-mail or any
attachment is prohibited. If you have received this e-mail in error, please
contact the sender and delete all copies.
Thank you for your cooperation

--
Note: To sign off this list, send a "signoff networker" command via email
to listserv < at > listserv.temple.edu or visit the list's Web site at
http://listserv.temple.edu/archives/networker.html where you can
should be sent to stan < at > temple.edu

Note: To sign off this list, send a "signoff networker" command via email
to listserv < at > listserv.temple.edu or visit the list's Web site at
http://listserv.temple.edu/archives/networker.html where you can
should be sent to stan < at > temple.edu

Post Installing Legato on VMS 
Yes, that is correct. In my rustiness I missed that he wasn't in the
[000000] directory. Thanks for the clarification.



Dave

David Werth
Garmin AT, Inc
(formerly: UPS Aviation Technologies)
(formerly: II Morrow)
Salem, Oregon
dave.werth < at > garmin.com

-----Original Message-----
From: rdoering < at > comcast.net [mailto:rdoering < at > comcast.net]
Sent: Monday, January 24, 2005 11:55 AM
To: Legato NetWorker discussion; Werth, Dave; NETWORKER < at > LISTSERV.TEMPLE.EDU
Subject: Re: [Networker] Installing Legato on VMS



It looks to me like he has the drive mounted properly.



For the set default command, use "set def TEST1$DQA0:[000000]"



Then the "dir" command will show you the files there.



Randy





-------------- Original message --------------

Dave,

I think the problem with getting a 'DIR' is that you probably have the CD
mounted as a tape device rather than a file device. It's been a while
since
I have worked much with VMS but I think the command you want is
'MOUNT/OVERRIDE=IDENTIFICATION' to get it mounted as a file type device.

Also, IIRC if the drive is 'Mounted allocated' you can only access it from

the process that mounted it.

So, what I think would work is this:

$ DISMOUNT/NOUNLOAD TEST1$DQA0:
$ MOUNT/OVERIDE=ID TEST1$DQAO:

Hope this helps, Dave.

David Werth
Garmin AT, Inc
(formerly: UPS Aviation Technologies)
(formerly: II Morrow)
Salem, Oregon
dave.werth < at > garmin.com !

-----Original Message-----
From: Dave Martini [mailto:e571694 < at > MAIL.LLNL.GOV]
Sent: Monday, January 24, 2005 11:07 AM
To: NETWORKER < at > LISTSERV.TEMPLE.EDU
Subject: [Networker] Installing Legato on VMS

I'm installing Networker 7.1 onto OpenVMS.
My knowledge of VMS is limited.
I have the CD in the drive and mounted it.

But I can't figure out how to cd into the cdrom directory that contains
the networker files.
Can someone provide me with the correct commands.
The install guide for networker for VMS is not real helpful.

Do I type
$ < at > sys$update:vmsinstall

But what is the product name? I suppose a dir on the cd would give me
that.

David Martini
LLNL


The CD is device DQA0:


$ show dev d

Device Device Error Volum! e Free
Trans Mnt
Name Status Count Label
Bl ocks Count Cnt
TEST1$DKB0: Mounted 0 ALPHASYS
9710100 470 1
TEST1$DQA0: Mounted alloc 0 NETWORKER_VO
0 1 1
wrtlck
TEST1$DQA1: Online 1
TEST1$DQB0: Online 1
TEST1$DQB1: Online 1
TEST1$DVA0: Online 0
$
$
$ set default $DQA0:
$ dir
%DIRECT-E-OPENIN, error opening $DQA0:[SYSMGR]*.*;* as input
-RMS-F-DEV, error in device name or inappropriate device type for
operation
$ show default
$DQA0:[SYSMGR]
%DCL-I-INVDEF, $DQA0:[SYSMGR] does not exist
$

--
Note: To sign off this list, send a "signoff networker" command via email
to listserv < at > listserv.temple.edu or visit the list's Web site at
http://listserv.temple.edu/archives/networker.html where you can
should be sent to stan < at > temple.edu >


-------------------------
This e-mail and any attachments may contain confidential material for the
sole
use of the intended recipient. If you are not the intended recipient,
please be
aware that any disclosure, copying, distribution or use of this e-mail or
any
attachment is prohibited. If you have received this e-mail in error,
please
contact the sender and delete all copies.
Thank you for your cooperation

--
Note: To sign off this list, send a "signoff networker" command via email
to listserv < at > listserv.temple.edu or visit the list's Web site at
http://listserv.temple.edu/archives/networker.html where you can
should be sent to stan < at > temple.edu


Note: To sign off this list, send a "signoff networker" command via email
to listserv < at > listserv.temple.edu or visit the list's Web site at
http://listserv.temple.edu/archives/networker.html where you can
should be sent to stan < at > temple.edu

Post Installing Legato on VMS 
Just remembered. You can do a 'mount/system' if you want to make it
available to ALL users of the system, not just the current process.

-----Original Message-----
From: Legato NetWorker discussion [mailto:NETWORKER < at > LISTSERV.TEMPLE.EDU] On
Behalf Of Werth, Dave
Sent: Monday, January 24, 2005 3:00 PM
To: NETWORKER < at > LISTSERV.TEMPLE.EDU
Subject: Re: [Networker] Installing Legato on VMS

Yes, that is correct. In my rustiness I missed that he wasn't in the
[000000] directory. Thanks for the clarification.



Dave

David Werth
Garmin AT, Inc
(formerly: UPS Aviation Technologies)
(formerly: II Morrow)
Salem, Oregon
dave.werth < at > garmin.com

-----Original Message-----
From: rdoering < at > comcast.net [mailto:rdoering < at > comcast.net]
Sent: Monday, January 24, 2005 11:55 AM
To: Legato NetWorker discussion; Werth, Dave; NETWORKER < at > LISTSERV.TEMPLE.EDU
Subject: Re: [Networker] Installing Legato on VMS



It looks to me like he has the drive mounted properly.



For the set default command, use "set def TEST1$DQA0:[000000]"



Then the "dir" command will show you the files there.



Randy





-------------- Original message --------------

Dave,

I think the problem with getting a 'DIR' is that you probably have the CD
mounted as a tape device rather than a file device. It's been a while
since
I have worked much with VMS but I think the command you want is
'MOUNT/OVERRIDE=IDENTIFICATION' to get it mounted as a file type device.

Also, IIRC if the drive is 'Mounted allocated' you can only access it from

the process that mounted it.

So, what I think would work is this:

$ DISMOUNT/NOUNLOAD TEST1$DQA0:
$ MOUNT/OVERIDE=ID TEST1$DQAO:

Hope this helps, Dave.

David Werth
Garmin AT, Inc
(formerly: UPS Aviation Technologies)
(formerly: II Morrow)
Salem, Oregon
dave.werth < at > garmin.com !

-----Original Message-----
From: Dave Martini [mailto:e571694 < at > MAIL.LLNL.GOV]
Sent: Monday, January 24, 2005 11:07 AM
To: NETWORKER < at > LISTSERV.TEMPLE.EDU
Subject: [Networker] Installing Legato on VMS

I'm installing Networker 7.1 onto OpenVMS.
My knowledge of VMS is limited.
I have the CD in the drive and mounted it.

But I can't figure out how to cd into the cdrom directory that contains
the networker files.
Can someone provide me with the correct commands.
The install guide for networker for VMS is not real helpful.

Do I type
$ < at > sys$update:vmsinstall

But what is the product name? I suppose a dir on the cd would give me
that.

David Martini
LLNL


The CD is device DQA0:


$ show dev d

Device Device Error Volum! e Free
Trans Mnt
Name Status Count Label
Bl ocks Count Cnt
TEST1$DKB0: Mounted 0 ALPHASYS
9710100 470 1
TEST1$DQA0: Mounted alloc 0 NETWORKER_VO
0 1 1
wrtlck
TEST1$DQA1: Online 1
TEST1$DQB0: Online 1
TEST1$DQB1: Online 1
TEST1$DVA0: Online 0
$
$
$ set default $DQA0:
$ dir
%DIRECT-E-OPENIN, error opening $DQA0:[SYSMGR]*.*;* as input
-RMS-F-DEV, error in device name or inappropriate device type for
operation
$ show default
$DQA0:[SYSMGR]
%DCL-I-INVDEF, $DQA0:[SYSMGR] does not exist
$

--
Note: To sign off this list, send a "signoff networker" command via email
to listserv < at > listserv.temple.edu or visit the list's Web site at
http://listserv.temple.edu/archives/networker.html where you can
should be sent to stan < at > temple.edu >


-------------------------
This e-mail and any attachments may contain confidential material for the
sole
use of the intended recipient. If you are not the intended recipient,
please be
aware that any disclosure, copying, distribution or use of this e-mail or
any
attachment is prohibited. If you have received this e-mail in error,
please
contact the sender and delete all copies.
Thank you for your cooperation

--
Note: To sign off this list, send a "signoff networker" command via email
to listserv < at > listserv.temple.edu or visit the list's Web site at
http://listserv.temple.edu/archives/networker.html where you can
should be sent to stan < at > temple.edu


Note: To sign off this list, send a "signoff networker" command via email
to listserv < at > listserv.temple.edu or visit the list's Web site at
http://listserv.temple.edu/archives/networker.html where you can
should be sent to stan < at > temple.edu

Note: To sign off this list, send a "signoff networker" command via email
to listserv < at > listserv.temple.edu or visit the list's Web site at
http://listserv.temple.edu/archives/networker.html where you can
should be sent to stan < at > temple.edu

Post Installing Legato on VMS 
That is correct. I recall I used to use 'MOUNT/OVERRIDE=ID' to mount backup
tapes as file devices so I could run a 'DIR/FULL TAPE1:[000000...]*.*:*' to
determine the savesets on them.

Dave

David Werth
Garmin AT, Inc
(formerly: UPS Aviation Technologies)
(formerly: II Morrow)
Salem, Oregon
dave.werth < at > garmin.com

-----Original Message-----
From: Terry Lemons [mailto:lemons_terry < at > EMC.COM]
Sent: Monday, January 24, 2005 12:43 PM
To: NETWORKER < at > LISTSERV.TEMPLE.EDU
Subject: Re: [Networker] Installing Legato on VMS

Just remembered. You can do a 'mount/system' if you want to make it
available to ALL users of the system, not just the current process.

-----Original Message-----
From: Legato NetWorker discussion [mailto:NETWORKER < at > LISTSERV.TEMPLE.EDU] On
Behalf Of Werth, Dave
Sent: Monday, January 24, 2005 3:00 PM
To: NETWORKER < at > LISTSERV.TEMPLE.EDU
Subject: Re: [Networker] Installing Legato on VMS

Yes, that is correct. In my rustiness I missed that he wasn't in the
[000000] directory. Thanks for the clarification.



Dave

David Werth
Garmin AT, Inc
(formerly: UPS Aviation Technologies)
(formerly: II Morrow)
Salem, Oregon
dave.werth < at > garmin.com

-----Original Message-----
From: rdoering < at > comcast.net [mailto:rdoering < at > comcast.net]
Sent: Monday, January 24, 2005 11:55 AM
To: Legato NetWorker discussion; Werth, Dave; NETWORKER < at > LISTSERV.TEMPLE.EDU
Subject: Re: [Networker] Installing Legato on VMS



It looks to me like he has the drive mounted properly.



For the set default command, use "set def TEST1$DQA0:[000000]"



Then the "dir" command will show you the files there.



Randy





-------------- Original message --------------

Dave,

I think the problem with getting a 'DIR' is that you probably have the CD
mounted as a tape device rather than a file device. It's been a while
since
I have worked much with VMS but I think the command you want is
'MOUNT/OVERRIDE=IDENTIFICATION' to get it mounted as a file type device.

Also, IIRC if the drive is 'Mounted allocated' you can only access it from

the process that mounted it.

So, what I think would work is this:

$ DISMOUNT/NOUNLOAD TEST1$DQA0:
$ MOUNT/OVERIDE=ID TEST1$DQAO:

Hope this helps, Dave.

David Werth
Garmin AT, Inc
(formerly: UPS Aviation Technologies)
(formerly: II Morrow)
Salem, Oregon
dave.werth < at > garmin.com !

-----Original Message-----
From: Dave Martini [mailto:e571694 < at > MAIL.LLNL.GOV]
Sent: Monday, January 24, 2005 11:07 AM
To: NETWORKER < at > LISTSERV.TEMPLE.EDU
Subject: [Networker] Installing Legato on VMS

I'm installing Networker 7.1 onto OpenVMS.
My knowledge of VMS is limited.
I have the CD in the drive and mounted it.

But I can't figure out how to cd into the cdrom directory that contains
the networker files.
Can someone provide me with the correct commands.
The install guide for networker for VMS is not real helpful.

Do I type
$ < at > sys$update:vmsinstall

But what is the product name? I suppose a dir on the cd would give me
that.

David Martini
LLNL


The CD is device DQA0:


$ show dev d

Device Device Error Volum! e Free
Trans Mnt
Name Status Count Label
Bl ocks Count Cnt
TEST1$DKB0: Mounted 0 ALPHASYS
9710100 470 1
TEST1$DQA0: Mounted alloc 0 NETWORKER_VO
0 1 1
wrtlck
TEST1$DQA1: Online 1
TEST1$DQB0: Online 1
TEST1$DQB1: Online 1
TEST1$DVA0: Online 0
$
$
$ set default $DQA0:
$ dir
%DIRECT-E-OPENIN, error opening $DQA0:[SYSMGR]*.*;* as input
-RMS-F-DEV, error in device name or inappropriate device type for
operation
$ show default
$DQA0:[SYSMGR]
%DCL-I-INVDEF, $DQA0:[SYSMGR] does not exist
$

--
Note: To sign off this list, send a "signoff networker" command via email
to listserv < at > listserv.temple.edu or visit the list's Web site at
http://listserv.temple.edu/archives/networker.html where you can
should be sent to stan < at > temple.edu >


-------------------------
This e-mail and any attachments may contain confidential material for the
sole
use of the intended recipient. If you are not the intended recipient,
please be
aware that any disclosure, copying, distribution or use of this e-mail or
any
attachment is prohibited. If you have received this e-mail in error,
please
contact the sender and delete all copies.
Thank you for your cooperation

--
Note: To sign off this list, send a "signoff networker" command via email
to listserv < at > listserv.temple.edu or visit the list's Web site at
http://listserv.temple.edu/archives/networker.html where you can
should be sent to stan < at > temple.edu


Note: To sign off this list, send a "signoff networker" command via email
to listserv < at > listserv.temple.edu or visit the list's Web site at
http://listserv.temple.edu/archives/networker.html where you can
should be sent to stan < at > temple.edu

Note: To sign off this list, send a "signoff networker" command via email
to listserv < at > listserv.temple.edu or visit the list's Web site at
http://listserv.temple.edu/archives/networker.html where you can
should be sent to stan < at > temple.edu

Note: To sign off this list, send a "signoff networker" command via email
to listserv < at > listserv.temple.edu or visit the list's Web site at
http://listserv.temple.edu/archives/networker.html where you can
should be sent to stan < at > temple.edu

Display posts from previous:
Reply to topic Page 1 of 1
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
  


Magic SEO URL for phpBB