Friday, August 03, 2007

OpenVMS DECNET, TCP/IP, NFS

Mounting NFS under OpenVMS:
OpenVMS network mangement is done using the DECNET TCP/IP stack. At the $UCX> prompt, make sure the route is properly set:

$UCX> SET ROUTE 192.168.0.0 /GATEWAY=192.168.0.1
$UCX> mount dnfs16: /host = 192.168.0.100 /path="/store" /auto

To umount the NFS drive:
$UCX> DISMOUNT DNFS16

0 comments: