- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Stale File System in SG environment
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
02-25-2005 12:34 AM
02-25-2005 12:34 AM
Stale File System in SG environment
1. mount the disk containing the fs to be exported in exclusive mode on node A
2. activate the floating ip and name on node A
3. export (exportfs -i
4. mount the fs on an HP node external to the cluster (say node C) using as remote host name the floating name (OK so far)
5. un-export (exportfs -u -i
6. de-activate the floating ip and name on noda A
7. u-mount the disk containing the fs on node A
8. the mounted fs goes in stale on C (ok so far)
9. mount the disk containing the fs to be exported in exclusive mode on node B
10. activate the floating ip and name on node B
11. export (exportfs -i
12. the fs on node C stays in stale status (NOT OK)
umounting e re-mounting the fs on node C the situation is recovered
Any suggestions to determine the cause of the problem ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2005 12:53 AM
02-25-2005 12:53 AM
Re: Stale File System in SG environment
In /etc/auto_master:
/- /etc/auto.direct proto=tcp
In /etc/auto.direct:
/local/mount/point floatingdnsname:/export/your/nfs/filesystem
In /etc/rc.config.d/nfs.conf
AUTOFS=1
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2005 03:31 AM
02-25-2005 03:31 AM
Re: Stale File System in SG environment
Currently the configuration is :
/etc/auto_master
/- /etc/auto.direct (option proto-tcp was giving an error in autoopt parsing)
/etc/auto.direct
/rnmc mv36a:/disk_mv36a/opt/mv36/core/nmc
where
/rnmc is my mountpoint
mv36a is the floating name
/disk.... is the exported directory
option AUTOFS=1 is set.
I have reboot the node once applied the changes.
behaviour is unfortunately unchanged.
Note that , in case floating is stopped and restarted on the same node there is no problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2005 03:53 AM
02-25-2005 03:53 AM
Re: Stale File System in SG environment
A complete and clean unmount from node C, should resolve it.
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2005 03:59 AM
02-25-2005 03:59 AM
Re: Stale File System in SG environment
I have an application on node C bounded to the application on the cluster. If nfs is not auto-recovered, high availability of the application is not granted since the system administrator has to umount/remount to recover system availability
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2005 04:12 AM
02-25-2005 04:12 AM
Re: Stale File System in SG environment
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2005 04:27 AM
02-25-2005 04:27 AM
Re: Stale File System in SG environment
nfs is mounted using floating name.
Result of nslookup is identical when the server is running on node A, is not running (floating not active) or is running on node B as follows:
# nslookup 172.16.115.183
Using /etc/hosts on: gehp183
looking up FILES
Name:
Address: 172.16.115.183
# nslookup 172.16.115.183
Using /etc/hosts on: gehp183
looking up FILES
Name:
Address: 172.16.115.183
# nslookup 172.16.115.183
Using /etc/hosts on: gehp183
looking up FILES
Name:
Address: 172.16.115.183
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2005 04:30 AM
02-25-2005 04:30 AM
Re: Stale File System in SG environment
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2005 04:48 AM
02-25-2005 04:48 AM
Re: Stale File System in SG environment
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2005 04:57 AM
02-25-2005 04:57 AM
Re: Stale File System in SG environment
What does it show when you do showmount -e "floating_ip/hostname" from node C?? and in both cases when floating ip is binded to node A and when binded to node B??
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2005 03:29 AM
02-28-2005 03:29 AM
Re: Stale File System in SG environment
export list for
/disk_mv36a/opt/mv36/core/nmc (everyone)
where
In case they are not active (during package switch) it reports failure of RPC timeout.
Note that the export list for showmount returns success immediately after package switch, but nevertheless the fs keeps its stale status.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2005 03:33 AM
02-28-2005 03:33 AM
Re: Stale File System in SG environment
You mean to say it works when you connect C node (apps on C node) to different cluster and do same exercise that you mentioned, it works??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2005 03:44 AM
02-28-2005 03:44 AM
Re: Stale File System in SG environment
The complete architecture is
- cluster composed by node A & B
- node C outside the cluster.
A client application is running on node C and is looking for it's master on the cluster.
If I change node C configuration to connect to another cluster (say composed by nodes D and E) I got no problem.
My problem is that I cannot find any meangful difference between the configuration of cluster composed by nodes A and B and the one composed by nodes D and E.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2005 03:59 AM
02-28-2005 03:59 AM
Re: Stale File System in SG environment
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2005 04:06 AM
02-28-2005 04:06 AM
Re: Stale File System in SG environment
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2005 04:45 AM
02-28-2005 04:45 AM
Re: Stale File System in SG environment
NFS B.11.11 ONC/NFS; Network-File System,Information Services,Utilities
PHKL_25238 1.0 11.00 NFS nfsd deadlock
PHKL_25993 1.0 thread nostop for NFS, rlimit, Ufalloc fix
PHKL_28185 1.0 Tunable;vxportal;vx_maxlink;DMAPI NFS hang
PHKL_29335 1.0 vx_nospace on NFS write.
PHKL_30920 1.0 (u)mount,final close,NFS umount,Busy syncer
PHNE_30661 1.0 ONC/NFS General Release/Performance Patch
SG-NFS-Tool A.11.11.02 MC/ServiceGuard NFS Script Templates
the cluster working fine has
NFS B.11.11 ONC/NFS; Network-File System,Information Services,Utilities
PHKL_25238 1.0 11.00 NFS nfsd deadlock
PHKL_25993 1.0 thread nostop for NFS, rlimit, Ufalloc fix
PHKL_28185 1.0 Tunable;vxportal;vx_maxlink;DMAPI NFS hang
PHKL_29335 1.0 vx_nospace on NFS write.
PHKL_30920 1.0 (u)mount,final close,NFS umount,Busy syncer
PHNE_29883 1.0 ONC/NFS General Release/Performance Patch
SG-NFS-Tool A.11.11.02 MC/ServiceGuard NFS Script Templates
Please note that I've added the new NFS general patch on the cluster working badly to check if it was helping , but the 2 cluster initially had the same nfs patching level.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2005 05:14 AM
02-28-2005 05:14 AM
Re: Stale File System in SG environment
Also Get Dave Olker's one thos NFS threads and send him an email!!!!
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2005 08:59 PM
05-11-2005 08:59 PM
Re: Stale File System in SG environment
Thanks to everybody for support