- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- exported filesystem problems
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
04-06-2004 07:07 AM
04-06-2004 07:07 AM
exported filesystem problems
/sbin/init.d/nfs.server, didn't work, then rebooted the server itself. It's still not working. Looking at the processes that are running everything looks right with NFS/RPC. Anyone have any suggestions??
Your help is appreciated in advance,
Chet
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2004 07:26 AM
04-06-2004 07:26 AM
Re: exported filesystem problems
My first task would be to attempt to mount one of these filesystems from a UNIX client as a hardmount. If this fails, the error messages would mean more to this Forum and if it works, you know where to concentrate your efforts.
Among the things to check are the permissions of the underlying mountpoints of the exported filesystem(s). You will need to unexport the filesystems and then unmount the filesystems to determine this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2004 07:39 AM
04-06-2004 07:39 AM
Re: exported filesystem problems
UILIB ERROR:
ui_get_object_field() returned UILIB_FIELD_NOT_FOUND
Arguments were:
field_name: "FS_AT_WHERE_CONF"
buffer:0x74073440
I hit "ok", it appeared to removed the filesystem, I then tried to re-export it and SAM stated it was already exported.
Attached is the output from nfsstat -nsr.
Thanks,
Chet
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2004 07:42 AM
04-06-2004 07:42 AM
Re: exported filesystem problems
if you are not able to map the unix shares from a windows box, then check to see if smbd and nmbd are running in the system.
Thanks,
Sundar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2004 07:45 AM
04-06-2004 07:45 AM
Re: exported filesystem problems
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2004 07:47 AM
04-06-2004 07:47 AM
Re: exported filesystem problems
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2004 07:54 AM
04-06-2004 07:54 AM
Re: exported filesystem problems
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2004 07:59 AM
04-06-2004 07:59 AM
Re: exported filesystem problems
Showmount -e output:
root@uxpdev2:/etc/rc.config.d>showmount -e
export list for uxpdev2:
/apps/act (everyone)
/unload/vertex2/registerdata (everyone)
/opt/vertextmp/registerdata (everyone)
/unload/vertex/archive/registerdata (everyone)
/unload/vertex/uxpprod/archive_migration_12312001 (everyone)
/unload/vertex/uxpprod/archive_migration_12312002 (everyone)
/unload/vertex/archive_2002/registerdata (everyone)
/unload/actuate (everyone)
/unload/vertex/uxpprod/archive_migration_12312003 (everyone)
/cdrom (everyone)
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2004 08:10 AM
04-06-2004 08:10 AM
Re: exported filesystem problems
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2004 08:14 AM
04-06-2004 08:14 AM
Re: exported filesystem problems
root 1533 1 0 12:45:12 ? 0:02 /usr/sbin/rpc.pcnfsd
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2004 08:20 AM
04-06-2004 08:20 AM
Re: exported filesystem problems
e.g.
mkdir /testmount
chmod 755 /testmount
mount -F nfs hostname:/apps/act /testmount
ls /testmount
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2004 08:21 AM
04-06-2004 08:21 AM
Re: exported filesystem problems
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2004 08:26 AM
04-06-2004 08:26 AM
Re: exported filesystem problems
mount: uxpdev2:/apps/act/testmount was either ignored or not found in /etc/fstab
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2004 08:40 AM
04-06-2004 08:40 AM
Re: exported filesystem problems
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2004 08:48 AM
04-06-2004 08:48 AM
Re: exported filesystem problems
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2004 09:02 AM
04-06-2004 09:02 AM
Re: exported filesystem problems
If all is well up to this point, it is time to start debugging on the other end. Follow Reflections Troubleshooting Tips for NFS in the manual and that should zero in on the problem.