On Sat, Nov 10, 2001 at 03:51:52PM +0100, sa...@ba... wrote:
>
> Regards to all,
>
> My linux box just work fine under DECnet network. Everything is in
> function, thx to all.
>
> I have oinly one question, i hope it is last :)
> on VMS system with SHOW NET commmand, i canot see node_name
> fo my linux box, i see node_adress. Mybe it is exist some file on VMS
> line decnet.conf for hosts or what ?
You'll need privileged access to the VMS box to do this (that's usually the
SYSTEM account).
The commands are
$ MCR NCP DEF NODE <number> NAME <name>
$ MCR NCP SET NODE <number> NAME <name>
eg If your Linux box is node 1.10 and called LINUX then type in:
$ MCR NCP DEF NODE 1.10 NAME LINUX
$ MCR NCP SET NODE 1.10 NAME LINUX
The first command writes it to the permanent database (so it happens on a
reboot), the second updates the volatile database (that currently in memory).
patrick
|