Operating System - OpenVMS
1751854 Members
5831 Online
108782 Solutions
New Discussion юеВ

Re: mounting openVMS file system on unix

 
SOLVED
Go to solution
Joseph Huber_1
Honored Contributor

Re: mounting openVMS file system on unix

Seems You have not configured NFS server.
@sys$manager:tcpip$config

Then use servers->nfs menu.

http://www.mpp.mpg.de/~huber
Hoff
Honored Contributor

Re: mounting openVMS file system on unix

My simple rule of thumb is to always treat the TCPIP utility's START SERVICE mechanism as radioactive. Given the choice, use TCPIP$CONFIG to configure, start and stop the services.

In one case I'm aware of, the use of the STOP and then START commands can effectively leave your system requiring a reboot to clear the configuration confusion that results.

Put another way, try using the menu to shut down, configure and start the NFS server here.
SAMI AHMAD
Regular Advisor

Re: mounting openVMS file system on unix

ok after configuring TCPIP things improved, now i can mount the nfs share on unix but then if i give any command it hangs ,any ideas how i can debug ?

thanks
=========== on openVMS ==================
PASY$ tcpip
TCPIP> show map
Dynamic Filesystem Map
Pathname Logical File System

/vms $1$DGA1097:
TCPIP> show export

File System Host name

/vms/oracle DOTSTODB203
TCPIP> show proxy *

VMS User_name Type User_ID Group_ID Host_name

ORACLE OND 0 0 *
TCPIP>


=-================ on solaris =============
# mount 156.75.145.123:/vms/oracle /home1/oracle/vms
# df -k

156.75.145.123:/vms/oracle
10485760 6113315 4372445 59% /home1/oracle/vms
# cd /home1/oracle/vms
# pwd
/home1/oracle/vms
# ls
^C
#
SAMI AHMAD
Regular Advisor

Re: mounting openVMS file system on unix

oh this is strange .. i just tried to create and edit a file and it works, and i can see the newly created file on openVMS so why I cant do a 'ls' command ?
Gourault
New Member

Re: mounting openVMS file system on unix

Hi Sami

I'd like to knbow if your problem solved ?
I'm digging now in the internet forums ...
We get now the same kind of symptoms, trying to export a NFS VMS volume to a Solaris 10 system, to save it. After a while, during the save, the volume is in NFS time-out. I tried to unmap this volume on the VMS server, but the command freezes. We can't stop anymore the nfs process as well.

Meanwhile, we can't "ls" anymore the mounted NFS volume content on the Solaris server.

If you could solve your problem, can you tell me what was done, please ?

Thank's

Philippe