- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- When I reboot my HPUX 11i server it comes up in si...
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
11-21-2002 01:12 AM
11-21-2002 01:12 AM
When I reboot my HPUX 11i server it comes up in single user mode.
I Have a 3 node kluster with 3 L (5400) machines. With 11.i on it installed. We rebooted one of our nodes and then it com up in singel user mode. When I look at the messages on my console I do not see why it boots in single user mode. I shall add the dmesg from the machine.
When we do after the machine is in single user mode a init 3 then the machine goed to runlevel 3 immedeately and gives no problems.
In the inittab there is written: init:3:initdefault:
The shell for root is root:*:0:3::/:/sbin/sh
I also looked in the files /var/adm/syslog or /var/adm/Oldsyslog but cannot find anything.
So I hope someone can give me some tips to look at and find out why the machine do not boot in runlevel 3
Greetings Bart
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2002 01:13 AM
11-21-2002 01:13 AM
Re: When I reboot my HPUX 11i server it comes up in single user mode.
Did you check your AUTO file ? use :
lifcp /dev/rdsk/
It could contain something like "hpux -is".
Use mkboot to correct it (usually we use "hpux" or "hpux -lq").
Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2002 01:26 AM
11-21-2002 01:26 AM
Re: When I reboot my HPUX 11i server it comes up in single user mode.
lifcp /dev/rdsk/c1t0d0:AUTO -
hpux
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2002 01:44 AM
11-21-2002 01:44 AM
Re: When I reboot my HPUX 11i server it comes up in single user mode.
cat /etc/fstab
are you really in single user?
/sbin/getrunlvl
strings /etc/lvmtab
ioscan -fnkC disk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2002 01:52 AM
11-21-2002 01:52 AM
Re: When I reboot my HPUX 11i server it comes up in single user mode.
When the machine comes up There are no disks mounted. only the / directory. I had to do a mount -a to mount all my disks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2002 01:54 AM
11-21-2002 01:54 AM
Re: When I reboot my HPUX 11i server it comes up in single user mode.
Nothing in /etc/rc.log ?
Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2002 02:28 AM
11-21-2002 02:28 AM
Re: When I reboot my HPUX 11i server it comes up in single user mode.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2002 04:07 AM
11-21-2002 04:07 AM
Re: When I reboot my HPUX 11i server it comes up in single user mode.
I don't know if this is the same situation but in this post you have information about problems with shutdown/reboot and HPUX 11i.
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xe05d0fe6d0f7d61190050090279cd0f9,00.html
Have you contact with HP Response Center?.
HTH, Vicente.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2002 03:56 PM
11-21-2002 03:56 PM
Re: When I reboot my HPUX 11i server it comes up in single user mode.
(Although you most likely would have other problems along with the boot problem in that event...)
Hope it helps
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2002 06:43 AM
11-22-2002 06:43 AM
Re: When I reboot my HPUX 11i server it comes up in single user mode.
I would assume, that there is a run script in /sbin/rc1.d executed BEFORE the localmount that simply hangs and never exits. Therefore the machine cannot go on executing the rest of the run scipts.
Regards,
Bernhard