- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- mount remote filesystem in service guard
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
05-20-2009 09:25 AM
05-20-2009 09:25 AM
mount remote filesystem in service guard
In service guard is it possible to bring up remote filesystem (exported from another nfs server)
OS version is hpux 11.11 and running service guard 11.16
Thanks
Gireesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2009 09:47 AM
05-20-2009 09:47 AM
Re: mount remote filesystem in service guard
Is it possible for a Serviceguard package to mount an NFS share from another server outside of the cluster?
Easy answer: Yes. Add the mount and umount to the package control script.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2009 10:20 AM
05-20-2009 10:20 AM
Re: mount remote filesystem in service guard
When I try to bring up the package I am getting the below error.
fsck: /etc/default/fs is used for determining the file system type
vxfs fsck: cannot stat 172.xx.xx.xx:/test_fs/rtestfs
ERROR: Function check_and_mount
ERROR: Failed to fsck one of the logical volumes.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2009 10:44 AM
05-20-2009 10:44 AM
Re: mount remote filesystem in service guard
Service guard can be used to bring up a high availability NFS file system. That file system must be on shared storage.
You can add logic to a Service Guard package script to do remote file system mounts as well, but there really is no reason.
You can not do a local NFS share of a file system that is already shared NFS by another system. That will not work and you should manage NFS on the system that owns the share.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2009 03:56 PM
05-20-2009 03:56 PM
Re: mount remote filesystem in service guard
True enough. That's why I was sticking to the easy question/answer. ;-)
Gireesh,
Is this something you are adding new? Is it something that worked before? What is the exact command you are using?
Trish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2009 08:08 PM
05-20-2009 08:08 PM
Re: mount remote filesystem in service guard
It would not be a nice idea to have an NFS file system on a remote system added on to the package. (by adding logic ofcourse) This can cause package instabilities.
Instead, consider configuring automount on the client and consider starting and stopping automounter from with in the package. ( If there are no other nfs mounts )
Automounter will mount the remote file system when ever access is requested.
Hope it helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2009 08:59 PM
05-20-2009 08:59 PM
Re: mount remote filesystem in service guard
You can use HA NFS file system into a cluster but you cannot use local NFS.
Suraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2009 10:12 PM
05-20-2009 10:12 PM
Re: mount remote filesystem in service guard
Gireesh
Yes, it is possible.
thanks and regards
Sajjad Sahir
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2009 04:49 AM
05-21-2009 04:49 AM
Re: mount remote filesystem in service guard
Unix operates with beer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2009 04:54 AM
05-21-2009 04:54 AM
Re: mount remote filesystem in service guard
you can add a "mount machine:/share /mntpoint" line into the "customer_defined_run_cmds" part, and of course an "umount..." into the stop part, but it's best to use automounter. Without automounter the package start would fail in case of an unreachable NFS server. Automounter mounts shares on-demand, this way the network won't be overheaded.
Unix operates with beer.