- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- NFS problem when boot ( urgent )
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-28-2004 02:25 PM
04-28-2004 02:25 PM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2004 02:29 PM
04-28-2004 02:29 PM
Re: NFS problem when boot ( urgent )
grub has an interactive mode, where it will ask
you for each start up script if you want to execute it.
Greetings, Martin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2004 02:32 PM
04-28-2004 02:32 PM
Re: NFS problem when boot ( urgent )
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2004 02:45 PM
04-28-2004 02:45 PM
Re: NFS problem when boot ( urgent )
Grub is a bootloader, which is used for all recent RH versions. I am not sure about RH 7 though, you might still use LILO. What do you see right at the start of the boot sequence?
Greetings, Martin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2004 04:30 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2004 05:22 PM
04-28-2004 05:22 PM
Re: NFS problem when boot ( urgent )
That will produce an error but the boot will continue.
Or: go to the links in /etc/rc3.d and change do a mv from a name starting to a capital S to something else.
/etc/rc3.d/S14nfslock
/etc/rc4.d/S14nfslock
/etc/rc5.d/S14nfslock
I usually move them to something with a small s.
SEP
Then NFS will will not start.
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2004 05:24 PM
04-28-2004 05:24 PM
Re: NFS problem when boot ( urgent )
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2004 05:56 PM
04-28-2004 05:56 PM
Re: NFS problem when boot ( urgent )
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2004 06:50 PM
04-28-2004 06:50 PM
Re: NFS problem when boot ( urgent )
If you hit the I key right before the boot sequence starts, you'll get interactive mode.
Try it, its fun.
As Stuart said.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2004 07:06 PM
04-28-2004 07:06 PM
Re: NFS problem when boot ( urgent )
with redhat you don't have to move files into /etc/rc*.d
you can use a command named
#chkconfig SERVICE [on|off]
eg. #chkconfig nfs off
will turn off nfs at boot.
to stop the service you have to issue
#service nfs stop
To check services starting at boot you can issue
#chkconfig --list
For info
#man chkconfig
Peace, R.