Browse Community
Help
Log In
Responses(3)
Solutions(0)
dpinink_silva
2 Intern
•
724 Posts
0
December 12th, 2007 05:00
RobertC2
6 Posts
December 12th, 2007 10:00
VolkerHalle
9 Posts
July 28th, 2009 07:00
Dell Support Resources
View All
Top
dpinink_silva
2 Intern
•
724 Posts
0
December 12th, 2007 05:00
<<"sys$sysdevice:[000000]">>
I mean, may be in your case it should be:
<<"nodea_01$DISQUE:[000000]">>
As I told you, I know nothing about this, so ignore my post if it's totally wrong
RobertC2
6 Posts
0
December 12th, 2007 10:00
I even tried <<"/">>, but that didn't work either.
VolkerHalle
9 Posts
0
July 28th, 2009 07:00
you might need to use the correct Logical Volume Name for your disks. You can obtain this with:
$ WRITE SYS$OUTPUT F$GETDVI("your-disk-name","LOGVOLNAM")
USERDISK1
Then create the .NSR file as:
$ CRE your-disk-name:[000000].nsr
<<"USERDISK1:[000000]">>
+null: *.log;*
+nolock: *.*;*
This worked fine for me with Networker for OpenVMS Client v7.3.4
Volker.