- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: hanfs.sh doesn't export
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Knowledge Base
Forums
Discussions
- Cloud Mentoring and Education
- Software - General
- HPE OneView
- HPE Ezmeral Software platform
- HPE OpsRamp
Knowledge Base
Discussions
Forums
Discussions
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
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
03-04-2004 03:34 AM
03-04-2004 03:34 AM
Today I've added a new VG to a running nfs package. So the package contains to filessystems for export now.
The package starts without any error, but it doesn't export neither the old nor the new filesystems. Only if I do an
# exportfs -i [filesystem]
it will be exported. But If I shutdown the package the entries in /etc/xtab won't be removed. So It seems to be the filesystems are still exported, because there will be displayed by showmount -e, while the package is not running.
Any ideas!
Thank in advance
cl
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2004 03:37 AM
03-04-2004 03:37 AM
SolutionDo you see any errors in your package log file?. Make sure the control script you are using is in fact hanfs script. TO get more information, put a 'set -x' at the beginning of the control script and run the package again. You should get the debug information into the log file and you can go from there.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2004 03:50 AM
03-04-2004 03:50 AM
Re: hanfs.sh doesn't export
Open up your control script and look at the functions "export_fs" and un_export_fs" to see actually whats been done .
Also check the control script log files to see if they are exported/unexported or there are any errors .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2004 04:00 AM
03-04-2004 04:00 AM
Re: hanfs.sh doesn't export
Thanks for answering quickly!
It seems that the control script don't use the hanfs.sh. But why?
I've only added following lines to the control script:
VG[1]="/dev/vgonline"
LV[1]="/dev/vgonline/lvol1 ... "
And the hanfs.sh script I added
XFS[1]="-o access=cmsunix /ONLINE_CAS"
Maybe I'm blind but didn't see the mistake
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2004 04:15 AM
03-04-2004 04:15 AM
Re: hanfs.sh doesn't export
I'm a fool!
The solution was
# chmod +x hanfs.sh
I'm sorry for that. I'll give you some points for peacemaking.
regards
cl