- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- how to update nfs mount (on the client)
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
Discussions
Discussions
Discussions
Forums
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
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
тАО06-24-2008 05:25 PM
тАО06-24-2008 05:25 PM
how to update nfs mount (on the client)
I am relatively new to HP-UX and trying to explore everyday, at present I am trying to update the node name of one of the nfs mount we have and unsure if these steps are correct.
1. Unmount the mounted nfs filesystem
2. edit the /etc/fstab and change the nodename
3. remount the nfs filesystem again using mount -a.
Let me know if I am missing something or do I need to remove the nfs and have to recreate it again?
Thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-24-2008 06:30 PM
тАО06-24-2008 06:30 PM
Re: how to update nfs mount (on the client)
Your steps seem fine.
Are you trying to change the mount from one server to another?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-24-2008 10:16 PM
тАО06-24-2008 10:16 PM
Re: how to update nfs mount (on the client)
>2. edit the /etc/fstab and change the nodename
nodename must be the name of the server that exported the file system.
Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-24-2008 10:23 PM
тАО06-24-2008 10:23 PM
Re: how to update nfs mount (on the client)
1. Umount the NFS FS
2. Edit the /etc/fstab entry.
3. Check and verify /etc/exports file on NFS server whether its having proper entry for the server where you need NFS mount points.
4. Run the command on NFS server
exportfs -a
5. Then on other server run
mount -a
Thanks & Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-25-2008 04:55 AM
тАО06-25-2008 04:55 AM
Re: how to update nfs mount (on the client)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-25-2008 08:41 AM
тАО06-25-2008 08:41 AM
Re: how to update nfs mount (on the client)
http://forums.itrc.hp.com/service/forums/helptips.do?#33