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
05-03-2002 11:18 AM
05-03-2002 11:18 AM
NFS
/usr/data1 -root=mach1:mach2:mach3
After, I ran exportfs -a and I mount in each nfs client , and didn't have problem, but only can write in mach2.
What I need to do, to can write in the 3 nfs client??
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2002 11:24 AM
05-03-2002 11:24 AM
Re: NFS
Your exportfs command should work. Try unmounting and mounting again on the other nodes.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2002 11:30 AM
05-03-2002 11:30 AM
Re: NFS
Your entry in the /etc/exports is proper and it should work.
Just do following and you should be fine.
On NFS server execute following
#/sbin/init.d/nfs.server stop
##/sbin/init.d/nfs.server start
on Clients
# /sbin/init.d/nfs.client stop
# /sbin/init.d/nfs.client start
You should be fine now.
-pap
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2002 11:40 AM
05-03-2002 11:40 AM
Re: NFS
Stopping and starting the nfs daemons couldn't hurt.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2002 05:08 AM
05-06-2002 05:08 AM
Re: NFS
-Check /etc/rc.config.d/nfsconf file on nfs server,the following params should have these values:
NFS_CLIENT=0
NFS_SERVER=1
NUM_NFSD=4
NUM_NFSIOD=4
PCNFS_SERVER=0
START_MOUNTD=1
-On each client,check /etc/fstab,it should have a line simillar to this;
server:/dir. to be exported /mount point on client nfs rw 0 0
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2002 05:18 AM
05-06-2002 05:18 AM
Re: NFS
You need to delete the entry in the /etc/rmtab file for mach1 and mach3 machines after you have stopped the nfs.server and nfs.client.
Because it might still be containing the old export permissions which you had set for mach1 and mach3 servers.
-Sukant
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2002 10:41 AM
05-06-2002 10:41 AM
Re: NFS
you might simply have a name resolution problem on your NFS server:
do ALL three machine's IP-addresses really resolve to the shortnames "mach1" or "mach2" or "mach3", or they have some DNS part (dots)?
HTH,
Wodisch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2002 08:15 PM
05-06-2002 08:15 PM
Re: NFS
stop the NFS service.
#cd /var/statmon/sm
delete the files under the directory. start the
NFS service . try writing again.
regards,
U.SivaKumar