- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- pfs_exportfs -u doesn't run as described in man pa...
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
10-18-2001 12:39 AM
10-18-2001 12:39 AM
I'm using PFS to share CD-ROMs and found that pfs_exportfs -au doesn't unexport
the exported pathnames.
Man pages says:
Options
-a All. Export all pathnames listed in /etc/pfs_exports, or if -u
is specified, unexport all of the currently exported pathnames.
But if you run pfs_exportfs to check the exported path names... they are still
exported.
Then you must run pfs_exportfs -u for every exported pathname. In this case the
following message is displayed:
/cdrom not in /etc/pfs_xtab
HP-UX 11.00 is used and PHCO_16438 is installed.
Any idea ?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2001 01:00 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2001 01:02 AM
10-18-2001 01:02 AM
Re: pfs_exportfs -u doesn't run as described in man pages
additional:
please notice in the man page that the command line is like:
pfs_exportfs [-a -u -v]
not
pfs_exportfs [-auv]
E.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2001 01:23 AM
10-18-2001 01:23 AM
Re: pfs_exportfs -u doesn't run as described in man pages
the warning is there disregarding if the pfs_xtab file is updated by pfs_exportfs or not, but the command performs ok anyway.
E.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2001 06:07 AM
10-18-2001 06:07 AM
Re: pfs_exportfs -u doesn't run as described in man pages
I find silly the fact of separating the options instead of grouping in single string as the most of UNIX commands.