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-24-2002 06:57 AM
04-24-2002 06:57 AM
My system is now booting now..the message says NFS is busy in booting time..how do i stop this and also i tried to enter singleuser mode i can't able to edit the particular file
Regards
venkat
Solved! Go to Solution.
- Tags:
- NFS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2002 07:02 AM
04-24-2002 07:02 AM
Re: NFS BUSY
If you are not using NFS, then do this:
1) Edit /etc/rc.config.d/nfsconf and put'0' in the nfs server and client starts.
2) Rename the start and kill scripts from /sbin/rc2.d and rc3.d
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2002 07:04 AM
04-24-2002 07:04 AM
Re: NFS BUSY
Once you are in single user mode, disable both NFS_CLIENT and NFS_SERVER in your /etc/rc.config.d/nfsconf file. Also take out any NFS entries from /etc/fstab. You should be able to boot in multi user mode.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2002 07:05 AM
04-24-2002 07:05 AM
Re: NFS BUSY
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2002 07:06 AM
04-24-2002 07:06 AM
Re: NFS BUSY
If you are on console then you can skip this by pressing CTRL+SHIFT+PIPE ...(|) key.
And then go to /etc/rc.config.d and edit nfsconf file and change flag to zero infront NFS_CLIENT and NFS_SERVER and reboot again.
Goodluck,
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2002 07:08 AM
04-24-2002 07:08 AM
Re: NFS BUSY
Regards
venkat
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2002 07:11 AM
04-24-2002 07:11 AM
Re: NFS BUSY
# mount -a
and
# resize
to resize your term
Now you should be able to vi any file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2002 07:12 AM
04-24-2002 07:12 AM
Re: NFS BUSY
What's the error you are getting..??
Try mounting your file system and then edit the file.
# mountall
then vi /etc/rc.config.d/nfsconf
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2002 07:13 AM
04-24-2002 07:13 AM
Re: NFS BUSY
When system boots enter 'hpux -is' at the boot console menu; that will bring you the single user mode. What type error you get when you try to edit the file ? Try this in single user mode:
# mount -a
# vi /etc/rc.config.d/nfsconf
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2002 07:20 AM
04-24-2002 07:20 AM
Re: NFS BUSY
Sandip
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2002 07:22 AM
04-24-2002 07:22 AM
Re: NFS BUSY
i can't able to mount the /usr directory it says crashed...i tried fsck the message was the file can't open.i moved nfs file to different name..system is reboot now..
Regards
venkat
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2002 11:04 AM
04-24-2002 11:04 AM
SolutionIf you are actually using the NFS services for your machine then you do not have to change the file /etc/rc.config.d/nfsconf
If you change tha variable in it to "0" you will not able to use NFS services.
In that case you need to check the DNS setting and name resolver configuartion on your machine or NIS set up and configuration.
for DNS /etc/resolv.conf file whether correct name servers mentioned in it.
/etc/nsswitch.con file for correct order for name lookup.
if you are using DNS
then it should be
dns files
if you are using nis DNS and files.
dns nis files
like wise.
Thanks,
-pap