- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- nfs mount problem
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-28-2007 04:03 AM
09-28-2007 04:03 AM
nfs mount problem
On host 1 (L3000) nfs export /rd3.
/rd3 file system is enabled to support large files.
Host 1 also running samba share /rd3/data.
On host 2 (J5600) nfs automount /rd3/data as /dumps.
From a windows host copied a 5 mb and 9GB file to the /rd3/data dir.
Now the problem:
On host 1 can access all the files and ll reports the file sizes fine.
On host 2 ls works but doing a ll returns
"
This file is an oracle dump that we are trying to import but for whatever reason it is reporting that it cannot access the file. We can't copy the file to the local host as there is not enough disk space on the local host.
What gives?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2007 04:42 AM
09-28-2007 04:42 AM
Re: nfs mount problem
/rd3 -access=host2,root=host2
Re-export /rd3 on host1
# exportfs -av
Verify that /arch is exported correctly ( do on host1)
# cat /etc/xtab
/rd3 -access=host2,root=host2
Do NFS mount on host2
host2# mount -F nfs host1:/rd3 /mountpoint
Aneesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2007 04:56 AM
09-28-2007 04:56 AM
Re: nfs mount problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2007 05:05 AM
09-28-2007 05:05 AM
Re: nfs mount problem
# cat /etc/xtab -- on host1
Aneesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2007 07:19 AM
09-28-2007 07:19 AM
Re: nfs mount problem
nfs automount /rd3/data as /dumps
that's not going to work. given the above, you either export /rd3/data or mount /rd3.
.....unless you trimmed something out of the posting.....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2007 07:48 AM
09-28-2007 07:48 AM
Re: nfs mount problem
/apps -anon=65534,ro
/ -anon=65534,ro
/xfr/rdpsr_xfr -anon=65534
/xfr/sass_xfr -anon=65534
/xfr/fims_xfr -anon=65534
/xfr/dms_xfr -anon=65534
/xfr/saats_xfr -anon=65534
/xfr/rse_xfr -anon=65534
/sf1 -anon=65534
/rd2 -anon=65534
/rd3 -access=nesatst,root=nesatst
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2007 02:40 PM
09-29-2007 02:40 PM
Re: nfs mount problem
So is it only this one file in the directory that shows up with "not found" or other files as well? Can you provide an ll listing of the directory from the NFS server system so I can see all the attributes of the file and then an ll of the NFS mounted directory from the client?
Thanks,
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-29-2007 05:52 PM
09-29-2007 05:52 PM
Re: nfs mount problem
Pls do mount on host2
host2# mount -F nfs -o rsize=32768,wsize=32768 host1:/rd3 /mountpoint
(Pls take care to add host1 ip address in /etc/hosts file of host2)
Aneesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2007 02:31 AM
10-01-2007 02:31 AM
Re: nfs mount problem
My export on host 1 was set back to
/rd3 -anon=65534 the way it was originally.
On host 2 I remounted using NFS /dumps to /rd3/nesa_data (a subdir of /rd3 on host 1) and all works fine.
ll on host 2 now reports the proper file size.
Don't you just love these magicall fixes....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2007 05:07 AM
10-01-2007 05:07 AM