- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- nfs mount from AIX
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
Discussions
Discussions
Discussions
Forums
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
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-07-2006 04:58 AM
тАО09-07-2006 04:58 AM
nfs mount from AIX
mount kestrel:/apps/data /var/www/ultra/html/kestrel_data
mount: kestrel:/apps/data failed, reason given by server: unknown nfs status return value: -1
Any ideas on what I do next.
Thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-07-2006 05:56 AM
тАО09-07-2006 05:56 AM
Re: nfs mount from AIX
check exported filesystems from AIX
showmount -e
should show all exported filesystems.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-07-2006 06:05 AM
тАО09-07-2006 06:05 AM
Re: nfs mount from AIX
Here is the entry in fstab on the client:
kestrel:/apps/data /var/www/ultra/html/kestrel_data nfs rsize=8192,wsize=8192 0 0
and here is the /etc/exports from the AIX:
/apps/data -vers=2,sec=sys:none,ro,access=@172.31.10.0/23:@192.168.224.0/24,root=@172.31.10.0/23:@192.168.224.0/24
I just typed mount kestral:/apps/data /var/www/ultra/html/kestrel_data and just mount /var/www/ultra/html/kestrel_data and received the same error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-07-2006 06:11 AM
тАО09-07-2006 06:11 AM
Re: nfs mount from AIX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-07-2006 07:36 AM
тАО09-07-2006 07:36 AM
Re: nfs mount from AIX
Hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-07-2006 05:26 PM
тАО09-07-2006 05:26 PM
Re: nfs mount from AIX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-08-2006 12:25 AM
тАО09-08-2006 12:25 AM
Re: nfs mount from AIX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-08-2006 02:10 AM
тАО09-08-2006 02:10 AM
Re: nfs mount from AIX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-08-2006 07:05 AM
тАО09-08-2006 07:05 AM
Re: nfs mount from AIX
Try adding "nfso -o nfs_use_reserved_ports=1" on the AIX server as this prevents you needing tom mount insecure on Linux.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-08-2006 07:06 AM
тАО09-08-2006 07:06 AM
Re: nfs mount from AIX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-12-2006 12:38 AM
тАО09-12-2006 12:38 AM
Re: nfs mount from AIX
We got this working using a smbfs mount after we got samba running again.
Thanks for all your help.