- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: NFS Server bloqued
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Forums
Discussions
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
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
01-13-2003 07:28 AM
01-13-2003 07:28 AM
At the beginning I've a daemon "NFS Server" bloqued.
It's trying to launch himeself.
But it doesn't start.
The system is blocked.
I don't know a combination to allow the system to continue its d??mmarage.
(The server is an HP Visualize B132Lt.
It has a keyboard french)
Thank you for your answer.
Equip Informatique
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2003 07:12 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2003 07:33 AM
01-13-2003 07:33 AM
Re: NFS Server bloqued
just to make sure that I did understand your question correctly I am rephrasing it:
you try to boot up the system and when starting the NFS service it does not continue and hangs?
If this is correct you probably have a problem with your name resolution. Try the following:
- boot system into single user mode
- check hostname:
$ hostname
- check if hostname is in /etc/hosts
- check if /etc/nsswitch.conf has a line like this:
hosts: files [NOTFOUND=continue] dns
If you don't have a nsswitch.conf create one. Use the above line if you use dns also but make sure to start with files ...
Check address resolution:
$ nslookup `hostname`
$ nslookup ip-address
These two outputs should match
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2003 07:40 AM
01-13-2003 07:40 AM
Re: NFS Server bloqued
You will have to check your nfs conf after boot, but you can cancel this startup using CTRL-\ when blocked in startup which stops immediatly /sbin/rc. After that you can log on the console. On your keyboard, it could also be CTRL-ALT-\ (I have a french keyboard ...)
Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2003 07:46 AM
01-13-2003 07:46 AM
Re: NFS Server bloqued
if the systemboot is hanging at one of the startup scripts (like NFS Server) you can scip the startup sessions by pressing:
CRTL+BREAK
This will join you to a login prompt. Then have a look in the /etc/rc.log file for errors.
Regards ...
Armin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2003 08:25 AM
01-13-2003 08:25 AM
Re: NFS Server bloqued
Service Informatique