Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2005 07:52 AM
12-02-2005 07:52 AM
NFS
I want to export a directory in ovms 7.3-1 tcpip V5.3 - ECO 4
TCPIP> SET CONF MAP "/Basedato" $1$DKB100:
TCPIP> map "/Basedato" $1$DKB100:
tcpip>add proxy system/uid=0/gid=1/host=costo/nfs/perm
tcpip>add proxy alphauser/host=ipunix/remote_user=user_unix/nfs=(incoming,outgoing)
TCPIP> mount $1$dkc100:[dbase]/host=10.1.1.34/path="/Basedato"
%TCPIP$DNFSMOUNT-E-MOUNTFAIL, error mounting _DNFS100:[DBASE]
-SYSTEM-F-NOSUCHOBJ, network object is unknown at remote node
I have in my host also and dont let me mount
any comment
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2005 08:27 AM
12-02-2005 08:27 AM
Re: NFS
MAP,
SET CONFIGURATION MAP.
Ok. What about:
ADD EXPORT
?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2005 08:47 AM
12-02-2005 08:47 AM
Re: NFS
As steven said,
export your local dire/disk (/basedato) to the remote host(NFS client) machine.
tcpip> add export "/basedato" /host=nfs_client_host_name
then use your MOUNT command from the NFS client machine
mount $1$dkc100:[dbase]/host=10.1.1.34/path="/Basedato"
Hope you have given the correct UID and GID.
Archunan
Archie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2005 03:55 AM
12-03-2005 03:55 AM
Re: NFS
you need to issue the TCPIP MOUNT command on the NFS CLIENT, not on the NFS server:
$ TCPIP MOUNT DNFS:/path="/Basedato"/Host=
Enable your terminal on the host with REPLY/ENABLE to set possible NFS error messages.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2005 03:58 AM
12-03-2005 03:58 AM
Re: NFS
the TCPIP Services for OpenVMS Management Guide is available online:
http://h71000.www7.hp.com/doc/732final/6526/6526pro.HTML
Chapter 22 and 23 describe the usage of NFS Server and Client.
Volker.