- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- nfs mount
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
10-16-2002 06:31 AM
10-16-2002 06:31 AM
nfs mount
I am exporting filesystem from HP-UX 11 with this line in /etc/exports
/devl/ec_apps/shared -rw=server2
/accp/ec_apps/shared -rw=server2
Now i am mounting it on server2 which has HP-UX 10.20
mount server1:/devl/ec_apps/shared /usr/local/shared/devl/ec_apps
which mounted but if I want to remove a file its give me error that the file system is read only, is there any issue between HP-UX 11 and 10.20, can some one put a light on it.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2002 06:49 AM
10-16-2002 06:49 AM
Re: nfs mount
Check out this link:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xc4e1f841489fd4118fef0090279cd0f9,00.html
In you fstab do you have the rw option?
Hope this helps
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2002 06:51 AM
10-16-2002 06:51 AM
Re: nfs mount
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xdcfb911284f5d5118ff40090279cd0f9,00.html
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2002 06:54 AM
10-16-2002 06:54 AM
Re: nfs mount
The only restriction concerns root. In your exports file if you need to have root access on server2 for the nfs mounted fs, you have to add ",root=server2".
Regards,
Jean-Louis.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2002 07:01 AM
10-16-2002 07:01 AM
Re: nfs mount
TO get that access export your filesystem with root=server1,server2 .. option .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2002 07:02 AM
10-16-2002 07:02 AM
Re: nfs mount
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xb37942308663d611abdb0090277a778c,00.html
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2002 07:30 AM
10-16-2002 07:30 AM
Re: nfs mount
/devl/ec_apps/shared -rw=server2,anon=65534
There are a couple of other things that I have tried to make this work. So, let me know if this does not work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2002 09:25 AM
10-16-2002 09:25 AM
Re: nfs mount
I have tried your suggestion but it doesn't work any other solution.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2002 09:47 AM
10-16-2002 09:47 AM
Re: nfs mount
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2002 06:12 AM
10-18-2002 06:12 AM
Re: nfs mount
Can some one help me out to resolve this problem,
I exported filesystem from HP-UX11 (Server1) and mounted on HP-UX 10.20 (Server2)and i cannot remove files from HP-UX 10.20 (Server2) its says the filesystem is read only.This is a line I used in /etc/exports
/devl/ec_apps/shared -rw=server2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2002 06:56 AM
10-18-2002 06:56 AM
Re: nfs mount
Just mounted a dir from a HP-ux 11.0 to a Sun. It is not the same situation as your case but it may give you a hint.
Look at:
/etc/exports
db001:/etc# cat /etc/exports
/var/opt/ignite/clients -anon=2
/home -anon=65534,root=db017,access=db017
exportfs
db001:/etc# exportfs
/var/opt/ignite/clients -anon=2
/home -anon=65534,root=db017,access=db017
on the remote server
mount db001:/home /mnt
/home is mounted and i can read / remove / add all files.
Regards and i hope it helps.
Robert-Jan.