- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: NFS 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
08-01-2005 06:04 PM
08-01-2005 06:04 PM
NFS Problem
I am trying to mount a fs from Solaris 2.6 to HP-UX 10.20.
I could able to mount and read-write the filesystem. But i am not getting root access to that NFS filesystem even though i specified root=nfs client name at the share command.
Pls suggest me.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2005 06:25 PM
08-01-2005 06:25 PM
Re: NFS Problem
How many NIC on the Solaris?
If more than 1, try to configure all in the /etc/exports on the NFS server.
e.g.
/exportsFS root=[IP1],[IP2],[IP3]...
GOOD LUCK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2005 06:32 PM
08-01-2005 06:32 PM
Re: NFS Problem
I am having only one interface and more over i have used hostname while specifying at the root option of share. I am able to ping that hostname also.
Thanks,
Madhu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2005 06:36 PM
08-01-2005 06:36 PM
Re: NFS Problem
Is nfs client name is resolvable from Solaris machine?
# ping
Else put ip-address hostname into /etc/hosts file.
Try as,
## Solaris machine
# share -F nfs -o root=
## HP-UX Machine
# mkdir /mount point
# mount
hth.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2005 06:39 PM
08-01-2005 06:39 PM
Re: NFS Problem
I have observed that my solaris version is not supporting that root= option. is there any alternate way to get that root access?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2005 06:43 PM
08-01-2005 06:43 PM
Re: NFS Problem
I am Sorry. My share_nfs man page is showing that root= option. That means that option is possible for my version.. right?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2005 06:58 PM
08-01-2005 06:58 PM
Re: NFS Problem
FYI, I have followed the same steps described by you.
Pls suggest me why i am getting such error.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2005 08:01 PM
08-01-2005 08:01 PM
Re: NFS Problem
======== share_nfs man page ===========
There are no interactions between the root= option and the
rw, ro, rw=, and ro= options. Putting a host in the root
list does not override the semantics of the other options.
The access the host gets is the same as when the root=
options is absent.
Try like,
# check resolvation of nfs client
# ping
## Solaris machine
# share -F nfs -o rw=host,root=host /
where, host is hostname of nfs client
## Hp-Ux (nfs client)
# mkdir
# mount
hth.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2005 08:51 PM
08-01-2005 08:51 PM
Re: NFS Problem
Thanks for your response. I tried the options given by you for the share command. But interestingly I am getting access denied error message while mounting the fs at NFS client.
Any suggestions?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2005 10:45 PM
08-01-2005 10:45 PM
Re: NFS Problem
hth.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2005 11:48 PM
08-01-2005 11:48 PM
Re: NFS Problem
Yes. I could able to resolve the solaris box.
#mount
I got the below error message.
"
If i remove that -o=rw option from share command at solaris box, i am not getting this error and i could able to mount and write w/o any problem, except for that root privilege.
Any Suggestions?
Thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2005 11:52 PM
08-01-2005 11:52 PM
Re: NFS Problem
Is there any problem mounting from Solaris 2.6 to HP-UX 10.20?