- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: could not start in runlevel 3 and always stops...
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
03-01-2005 10:25 AM
03-01-2005 10:25 AM
HPUX 11.00, which is installed in L class, could not start normally. It is always stopped in runlevel 1. If we are trying to switch to runlevel 3 using init 3, it only hangs. How could we isolate it why it could not start in runlevel 3?
Thanks in advance.
Adriatico
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2005 10:28 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2005 02:01 PM
03-01-2005 02:01 PM
Re: could not start in runlevel 3 and always stops in runlevel 1
We observed that partitions on /etc/fstab is not mounted in runlevel 1 and could not execute some of the commands. Please assist us to overcome this so we could review /etc/rc.log.
Thanks.
Adriatico
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2005 02:07 PM
03-01-2005 02:07 PM
Re: could not start in runlevel 3 and always stops in runlevel 1
Is there possibly a bad/failed disk?
What's the output of...
mount -a
vgdisplay /dev/vg00
-denver
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2005 02:23 PM
03-01-2005 02:23 PM
Re: could not start in runlevel 3 and always stops in runlevel 1
How could verify if there are failed/bad disk? but thru light indicator of disk all disks are normal.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2005 02:34 PM
03-01-2005 02:34 PM
Re: could not start in runlevel 3 and always stops in runlevel 1
What's not being mounted. Is this box using LVM or non LVM layout? please post what from the /etc/fstab was not mounted.
Assuming it could be a problem with the root VG, also post the output of "vgdisplay -v /dev/vg00".
-denver
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2005 03:13 PM
03-01-2005 03:13 PM
Re: could not start in runlevel 3 and always stops in runlevel 1
And dont have any ignite ux for this server.
var, tmp and applications filesystems were not able to mount.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2005 03:20 PM
03-01-2005 03:20 PM
Re: could not start in runlevel 3 and always stops in runlevel 1
What VG do /var, /tmp and your app filesystem belong to? Look at the /etc/fstab entry... /dev/vg??? What are the VG and LVol names.
If they're not in vg00, try to activate the VG they belong to.
If the problem was simply that another VG that contained your app, /var and /tmp wasn't activated and all is well after a vgchange -a y /dev/mystery_vg ; mount -a ; init 3... then you should be looking at the /etc/lvmrc file. If it isn't an MC/SG node, then check the /etc/lvmrc and make sure it is set to AUTO_VG_ACTIVATE=1
I'm going to bed soon, so I hope this last bit of info helps!
-denver
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2005 03:25 PM
03-01-2005 03:25 PM
Re: could not start in runlevel 3 and always stops in runlevel 1
What happens if you try to bring the system up in stages?
If it stops at single-user mode, then do an 'init 2' to go to run-level 2 and see what happens. Watch the output on the console (or web console or lan console) and note any errors. Watch for the normal startup scripts to run.
If that is successful, then do an 'init 3' and see if that works. If it stops somewhere, make note of the script that is running when it stops. You can try doing a
If you can get the system up, you can then check the /etc/rc.log and /var/adm/syslog/syslog.log for errors.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2005 01:20 PM
03-06-2005 01:20 PM
Re: could not start in runlevel 3 and always stops in runlevel 1
Thank you all for your help.
We have figured out our problem.
Thanks again.
Adriatico
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2005 06:41 PM
03-06-2005 06:41 PM