- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: /etc/exports file not read/sourced
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
09-24-2009 06:01 AM
09-24-2009 06:01 AM
/etc/exports file not read/sourced
Incidents on both 11.23 & 11.31 Itanium servers.
1)
NFS server is properly configured.
2)
One then edits the /etc/exports file, adding the filesystem to be exported.
a) Then restart NFS, and or
b) execute # exportfs -a.
3)
Unfortunately, the filesystem listed in /etc/exports is not exported by NFS as demonstrated by
a) # showmount -e, or
b) # cat /etc/xtab, and
c) the inability to mount from the client.
4)
If one instead manually specifies the same filesystem as is listed in /etc/exports on the command line
a) # exportfs -iv
then
# showmount -e
# cat /etc/xtab
and client mounting
all work as expected.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2009 06:43 AM
09-24-2009 06:43 AM
Re: /etc/exports file not read/sourced
Assuming the system has all pertinent patches for NFS installed, try tracing execution of exportfs using tusc like this:
tusc -o exportfs.tusc exportfs -a
and check if exportfs() syscall is called with the filesystems you specified in /etc/exports as arguments (please attach a copy in next post).
Kind regards,
Kobylka
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2009 06:59 AM
09-24-2009 06:59 AM
Re: /etc/exports file not read/sourced
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2009 07:02 AM
09-24-2009 07:02 AM
Re: /etc/exports file not read/sourced
I ran the tusc command, it returned too much much information to post. But nowhere in the file was mention of /etc/exports or the filesystem i had listed in /etc/exports
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2009 07:04 AM
09-24-2009 07:04 AM
Re: /etc/exports file not read/sourced
Can you help me to narrow down the patch I need:
HP-UX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2009 07:16 AM
09-24-2009 07:16 AM
Re: /etc/exports file not read/sourced
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2009 07:17 AM
09-24-2009 07:17 AM
Re: /etc/exports file not read/sourced
swlist -l product | grep -i nfs
NFS B.11.31.02 ONC/NFS; Network-File System,Information Services,Utilities
SG-NFS-Tool A.11.31.02 Serviceguard NFS Script Templates
rpcinfo -p
program vers proto port service
100000 4 tcp 111 rpcbind
100000 3 tcp 111 rpcbind
100000 2 tcp 111 rpcbind
100000 4 udp 111 rpcbind
100000 3 udp 111 rpcbind
100000 2 udp 111 rpcbind
100024 1 udp 49154 status
100024 1 tcp 49152 status
100133 1 udp 49154
100133 1 tcp 49152
100021 1 udp 4045 nlockmgr
100021 2 udp 4045 nlockmgr
100021 3 udp 4045 nlockmgr
100021 4 udp 4045 nlockmgr
100021 1 tcp 4045 nlockmgr
100021 2 tcp 4045 nlockmgr
100021 3 tcp 4045 nlockmgr
100021 4 tcp 4045 nlockmgr
1073741824 1 tcp 49153
100068 2 udp 49159 cmsd
100068 3 udp 49159 cmsd
100068 4 udp 49159 cmsd
100068 5 udp 49159 cmsd
100083 1 tcp 49154 ttdbserver
100005 1 udp 49301 mountd
100005 1 tcp 49442 mountd
100003 2 udp 2049 nfs
100003 3 udp 2049 nfs
100227 2 udp 2049
100005 2 udp 49301 mountd
100227 3 udp 2049
100005 2 tcp 49442 mountd
100005 3 udp 49301 mountd
100005 3 tcp 49442 mountd
100003 2 tcp 2049 nfs
100003 3 tcp 2049 nfs
100227 2 tcp 2049
100227 3 tcp 2049
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2009 07:20 AM
09-24-2009 07:20 AM
Re: /etc/exports file not read/sourced
Thanks I have checked the syntax and it is correct, and there are no non printable characters in the file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2009 07:24 AM
09-24-2009 07:24 AM
Re: /etc/exports file not read/sourced
https://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=ONCplus
---> 11.31 NFS client may not get the updated directory contents from NFS server.
Although not exactly the issue, it seems close.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2009 07:35 AM
09-24-2009 07:35 AM
Re: /etc/exports file not read/sourced
Please update to latest version (B.11.31.08)
https://h20392.www2.hp.com/portal/swdepot/try.do?productNumber=ONCplus
It is always recommended to update your software to the latest version. If the problem persists I will continue to help.
Kind regards,
Kobylka
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2009 07:55 AM
09-24-2009 07:55 AM
Re: /etc/exports file not read/sourced
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2009 08:37 AM
09-24-2009 08:37 AM
Re: /etc/exports file not read/sourced
Has "share" replaced "exportfs -a" ?
Is this the root problem ?
--------------------------------------------
exportfs(1M) exportfs(1M)
NAME
exportfs - translates exportfs options to share/unshare commands
SYNOPSIS
/usr/sbin/exportfs [-auv]
/usr/sbin/exportfs [-uv] [pathname]
/usr/sbin/exportfs -i [-o options] [-v] [pathname]
DESCRIPTION
exportfs translates HP-UX exportfs options to the corresponding
share/unshare options and invokes share/unshare with the translated
options.
With no options or arguments, exportfs invokes share to print out the
list of all currently shared NFS file systems.
Use share(1M) or unshare(1M) whenever possible.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2009 09:10 AM
09-24-2009 09:10 AM
Re: /etc/exports file not read/sourced
Regards,
Dave
I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2009 09:14 AM
09-24-2009 09:14 AM
Re: /etc/exports file not read/sourced
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2009 09:15 AM
09-24-2009 09:15 AM
Re: /etc/exports file not read/sourced
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2009 10:22 AM
09-24-2009 10:22 AM
Re: /etc/exports file not read/sourced
> This was the issue, Dave.
> Thanks.
@Jpeck: Have you read the forum policy about assigning points? It seems that Dave's answer deserved 10 points.