2 Intern

 • 

724 Posts

December 12th, 2007 05:00

I really don't know nothing about OpenVMS filesystems, but I took a look at some examples, and don't the syntax should include the disk root? Example:

<<"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 :)

6 Posts

December 12th, 2007 10:00

I tried your suggestion of adding the [000000], but it didn't change anything.

I even tried <<"/">>, but that didn't work either.

July 28th, 2009 07:00

RobertC,

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.
No Events found!

Top