- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: NFS SERVER AND CLIENTE
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
12-05-2008 08:33 AM
12-05-2008 08:33 AM
NFS SERVER AND CLIENTE
(client and Server nfs are in the same server)
When i try to access de nfsserver directory and try to write some in the directory
I get a "permission Denied"
Some idea about that
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2008 09:48 AM
12-05-2008 09:48 AM
Re: NFS SERVER AND CLIENTE
Have you went through /etc/exports file
check for the entries in the for the nfs mounted filesystems.
use exportfs -au , check the for any errors.
Check the entries in the file /etc/rc.config.d/nfsconf
If needed restart the
/sbin/init.d/nfs.server stop
/sbin/init.d/nfs.server start.
/sbin/init.d/nfs.client stop
/sbin/init.d/nfs.client start
Thanks,
Analyst.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2008 09:56 AM
12-05-2008 09:56 AM
Re: NFS SERVER AND CLIENTE
i don have problem import o export the problem is when use root user and try to write in same server
thks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2008 11:18 AM
12-05-2008 11:18 AM
Re: NFS SERVER AND CLIENTE
in any case, the relevant entry from /etc/exports on the server, and either the /etc/fstab entry )or the mount command used if done manually) would be helpful.
if it really is exported and then mounted on the same server, then WHY???? (what was the desired goal?)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2008 01:37 PM
12-05-2008 01:37 PM
Re: NFS SERVER AND CLIENTE
Its a requiriment for Serviguard and Aplication.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2008 05:22 PM
12-05-2008 05:22 PM
Re: NFS SERVER AND CLIENTE
"...the relevant entry from /etc/exports on the server, and either the /etc/fstab entry )or the mount command used if done manually) would be helpful."
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2008 03:09 AM
12-06-2008 03:09 AM
Re: NFS SERVER AND CLIENTE
can u able to read the files in that directory?
if yes means then check the directory permission of the exported directory.
the other user in the permission field should have write permission in that directory. then only u can write some files in the directory...
drwxrwxrwx .......
try this
thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2008 08:47 PM
12-07-2008 08:47 PM
Re: NFS SERVER AND CLIENTE
Are u exporting the file system with any options and are u mounting this file system to the same server?
Also is this file system mounted and exported through service guard package?
check "man exportfs"
have a look at the option " -o root=hostname "
in your case.
WCI