| Hi Tony,
I think I should let you all know the solution for the problem I was
facing. I was trying to connect Win95 client having Hummingbird PC-NFS
loaded to connect to OVMs v6.2 with UCX 3.2 NFS exported directories.
The following things are to be done -
1.Upgrade UCX 3.2 to 4.0.
2. For adding vms style exports
ucx> set config map "/VMSDiskName" VMSDiskName
ucx> map "VMSDiskname" VMSDiskName
ucx> add export "VMSDiskName" /Host=* # for all hosts to connect
from any where
for adding host
ucx> set host "host name"/address=IP Address # host name is to be
maintained as of the
client names are.
add proxy
ucx> add proxy vmsusername /uid= /gid= /host=* # the uid & gid should
be as of the VMS user
uic
ucx> add proxy system/uid=0/gid=1/host=*
Then browse the network from the Windows Explorer or Windows network
Neighbourhood and connecte to the respective directories ( i.e
sys$login directory, don't forget to give
world: read;write;execute;delete permission to the sys$login directory
of the respective users.)
Anyone is free to correct me if I am missing some thing on the security
front.
Biplab
|