- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Error in remote mounting....
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
01-02-2002 01:13 AM
01-02-2002 01:13 AM
Error in remote mounting....
We have a hp server named "apps1" and another sun server "nedsrv". I have exported a directory on sun server as "/etcs" and mounting it on hp server. I want this tobe done automatically while hp server reboots. I have placed the entry for the same in /etc/fstab...but it's not working....attaching my "/etcs/fstab" filew herewith...pl have a lokk and suggest about...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2002 01:27 AM
01-02-2002 01:27 AM
Re: Error in remote mounting....
Just adding and entry like the one you have made in /etc/fstab will not mount a nfs filesystem. You have to mention the filesystem type that it is nfs (like vxfs for local file systems) and mention the nfs mount options. An easy way to do this is to add the nfs mount option through SAM. Go to sam --> networking and communication and there you should find and option of mounting nfs filesystem under some nfs option.
Try this link on how to configure your system as nfs client and how to mount a nfs filesystem,
http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B1031-90048/B1031-90048_top.html&con=/hpux/onlinedocs/B1031-90048/00/00/9-con.html&toc=/hpux/onlinedocs/B1031-90048/00/00/9-toc.html&searchterms=nfs%20client&queryid=20020102-013213
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2002 01:42 AM
01-02-2002 01:42 AM
Re: Error in remote mounting....
Your last two lines should look something like this:
nedsrv:/etcs /d00 nfs rw,hard 0 0
apps2:/d00 /mntd00 nfs rw,hard 0 0
although you may want different mount options.
Rgds, Robin.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2002 05:20 AM
01-02-2002 05:20 AM
Re: Error in remote mounting....
# mount /d00
# mount /mntd00
If you get errors, you can fix them and continue testing. Once it mounts correctly, then a reboot will return the mounts again.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2002 08:33 AM
01-02-2002 08:33 AM
Re: Error in remote mounting....
<<>apps2:/d00 /mntd00 >>
The filesystems type needs to be mentioned.
here it should be "nfs". You would also need to specify nfs related options in the entries.
(eg: -ro for read only ).
In addition, at the NFS server end (nedsrv and apps2), you will need to export the filesystems (/etcs and /d00 ) using the exportfs command or adding the entries in the /etc/exports file.
HTH
raj