- 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
04-02-2001 12:47 AM
04-02-2001 12:47 AM
nfs problem
i'm having an nfs problem... i can't mount areas via network and i many nis users can't enter on this workstation.
When i try to stop and start the nfs.client it doesn't work... it stays waiting doing nothing...
is there a way to force stopping the nfs client services??
- Tags:
- NFS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2001 12:54 AM
04-02-2001 12:54 AM
Re: nfs problem
With /sbin/init.d/nfs.client stop
does this help ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2001 01:00 AM
04-02-2001 01:00 AM
Re: nfs problem
But, did you try to do it by SAM? (Networking and Communications -> Networked FileSystems -> mounted FileSystems)
If this doesn't work, you should try to share the directory again from the NFS Server, and afterwards you should mount it without problems.
Another thing is, did you change the file /etc/rc.config.d/nfsconf?
good luck!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2001 01:02 AM
04-02-2001 01:02 AM
Re: nfs problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2001 01:07 AM
04-02-2001 01:07 AM
Re: nfs problem
rpc.lockd
rpc.statd
biod
this will stop the nfs client.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2001 01:07 AM
04-02-2001 01:07 AM
Re: nfs problem
i want to stop and start the nfs services, but with nfs.client stop it doens't work... it didn't anything.. i type this command and it stays doing nothing..i have to stop it with ctrl+c... in these cases the only way i found resolve the problem is to reboot the system... i was wondering if there is another solution..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2001 01:21 AM
04-02-2001 01:21 AM
Re: nfs problem
i used this command to found processes
ps -ef | grep process
I killed it but nfs.client isn't stop...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2001 01:31 AM
04-02-2001 01:31 AM
Re: nfs problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2001 01:36 AM
04-02-2001 01:36 AM
Re: nfs problem
if i do bdf i saw the mounted areas and when i issue this command it stays minute waiting giving me no response
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2001 01:37 AM
04-02-2001 01:37 AM
Re: nfs problem
steps to disable nfsclient:
1. boot the system in single user mode.
2. edit the file /etc/rc.config.d/nfsconf
3. edit the "NFS_CLIENT=1"
to "NFS_CLIENT=0"
4. reboot
regards
vijay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2001 02:07 AM
04-02-2001 02:07 AM
Re: nfs problem
Make a "shutdown -ry 0".
Sorry, but I cannot see any more possibilities.
good luck.
Note: Personal, to disable/enable nfs client/server you do not need to shutdown a system!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2001 02:12 AM
04-02-2001 02:12 AM
Re: nfs problem
i did bdf and i had this response:
bdf: file system ws:/ mounted on /tmp_mnt/net/ws in not responding
if i try to umount it i can't....
if i try to stop nfs it doesn't work...so i have to reboot the system...ok thanks for all