- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- hanfs problem(server retries for nfs server packag...
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
11-18-2004 01:00 AM
11-18-2004 01:00 AM
two nos of rx2600 server with 11.23 OS and sept'2004 patch bundle is loaded on both.
SGeSAP and HANFS is configired for high availbility using two package concept.
one package name ci runs on server A
Second packgae name db runs on server B
db packgae has nfs exported file systems ( /export/usr/sap/trnas and /export/sapmnt)
and these are exported throug hanfs on server A as well as server B as /usr/sap/trans and /sapmnt.
My problem is that when I shutdown the cluster , some commands hangs and console gives messages that "nfs server db not responding still trying"
can u please guide me what could be the problem?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2004 01:13 AM
11-18-2004 01:13 AM
Re: hanfs problem(server retries for nfs server package)
In a NFS Serviceguard environment the client side mounts, autofs or static,
will go stale when the package is moved on the NFS Serviceguard server from the
Primary node to the Secondary node.
Why?
RESOLUTION
Stale NFS mounts on any NFS client are caused when the NFS inode is changed
while the mount is active.
When preparing to confiure a NFS package the names of the volume groups must be
unique within the cluster, and the major and minor numbers associated with the
volume groups must be the same on all nodes. In addition, the mounting points
and exported file system names must be the same on all nodes.
The preceding requirements exist because NFS uses the major number, minor
number, inode number, and exported directory as part of a file handle to
uniquely identify each NFS file. If differences exist between the primary and
adoptive nodes, the client's file handle would no longer point to the correct
file location after movement of the package to a different node.
This is what results in the Stale file on the NFS client when the package is
moved.
To check the major and minor numbers for your NFS package filesystems you can
run the following command.
# ls -al /dev/*/group
For more details on Configuring the NFSTOOLKIT package please reference the
following manual:
Managing MC Serviceguard NFS
http://www.docs.hp.com/hpux/onlinedocs/B5140-90017/B5140-90017.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2004 01:24 AM
11-18-2004 01:24 AM
Re: hanfs problem(server retries for nfs server package)
here nfs exported file systems are part of db package only.
Checked minor number configuration also , its ok.
also I get error even when I stop the cluster ( both packags show down in cmviewcl)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2004 01:41 AM
11-18-2004 01:41 AM
Re: hanfs problem(server retries for nfs server package)
You are saying that both packages are in status "halted"... so the package control scripts themselves are not hanging, correct?
I think, what you are seeing is quite normal. SGeSAP does not umount the NFS mounts during package halt. This means that, as long as the NFS serving package is halted, the correpsonding (relocatable) NFS server is unreachable. And since these mounts are usually hard mounts, some commands may hang and console message may appear.
What is your actual problem? If you dislike that behaviour during e.g. maintenance then maybe a dedicated NFS package (which is kept running) could be an option.
Best regards...
Dietmar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2004 02:05 AM
11-18-2004 02:05 AM
Re: hanfs problem(server retries for nfs server package)
Do u mean that I will not be able to work more on that systems after I shutdown the cluster ? Is there any workaround ( killing some processes) so that I dont get such messages on console and work smoothly for non cluster activity if required some time.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2004 02:20 AM
11-18-2004 02:20 AM
Re: hanfs problem(server retries for nfs server package)
Often the main problem is not having local SAP executables (SAPCPE) configured. Typically
SAPCPE is a prerequisite for SGeSAP.
Best regards...
Dietmar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2004 02:57 AM
11-18-2004 02:57 AM
Re: hanfs problem(server retries for nfs server package)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2004 03:45 AM
11-18-2004 03:45 AM
Re: hanfs problem(server retries for nfs server package)
http://docs.hp.com/hpux/pdf/B7885-90018.pdf
Best regards...
Dietmar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2004 03:49 AM
11-18-2004 03:49 AM
Re: hanfs problem(server retries for nfs server package)
# bdf /usr/sap/P01/SYS/exe/run/disp+work
Filesystem kbytes used avail %used Mounted on
/dev/vg00/lvol6 1572864 1229569 321866 79% /usr
You see /usr as mount point... which means local. Without SAPCPE you would see an NFS mount point.
Best regards...
Dietmar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2004 06:00 AM
11-18-2004 06:00 AM
Re: hanfs problem(server retries for nfs server package)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2004 12:40 AM