- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Big Problem! - K420 will not fully boot after ...
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
06-03-2003 12:10 PM
06-03-2003 12:10 PM
Big Problem! - K420 will not fully boot after a simple reboot
Gavin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2003 12:14 PM
06-03-2003 12:14 PM
Re: Big Problem! - K420 will not fully boot after a simple reboot
1) Boot system in single user mode or LVM maintenance mode.
2) Check all suspected disks for any I/O errors.
3) Check file systems with fsck.
4) Check old rc log files and see what is/was failing.
5) Try to activate vg02 manually and mount file systems.
6) Check system log files.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2003 12:21 PM
06-03-2003 12:21 PM
Re: Big Problem! - K420 will not fully boot after a simple reboot
Look at /etc/inittab and see what the initdefault entry is set to; in almost all cases it is set to 3.
An ioscan -fn should indicate whether the disks themselves have disappeared or if your have LVM errors. If a disk shows up as NO_HW then you are having physical disk problems.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2003 02:32 PM
06-03-2003 02:32 PM
Re: Big Problem! - K420 will not fully boot after a simple reboot
Sun systems use run levels 5 & 6 for specialized shutdown scripting. HP doesn't. So I'm not sure just *why* you'd attempt run level 6.
Please explain.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2003 08:36 PM
06-03-2003 08:36 PM
Re: Big Problem! - K420 will not fully boot after a simple reboot
Check root's shell does it change from
/sbin/sh ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2003 09:27 PM
06-03-2003 09:27 PM
Re: Big Problem! - K420 will not fully boot after a simple reboot
it looks like disk belongs to VG02 is having some problem, according to me what you can do is go to single user mode try to activate VG02 manually & if it gets activated then run fsck on all the file system blongs to that VG if this things work then i think the system should come up smoothly.
Regards,
Rajesh G.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2003 09:53 PM
06-03-2003 09:53 PM
Re: Big Problem! - K420 will not fully boot after a simple reboot
There should be something about it in the rc.log or /var/adm/syslog/syslog.log
If the volume group is attached by fiber, check the fiber card
fcmsutil /dev/td0
the device depends on your configuration.
As far as run level goes, I typically deal with production issues with new software that doesn't want to start up right by adding a run level.
Though I prefer to do this on development machines I did once run into a situation where I used Ignite to push out a production server and some oracle product worked right on the golden image server but not production. I dealt with it by changing /etc/inittab and moving the Start and Kill scripts to run level 4 and 3 respectively.
I don't run systems very long that way and recommend returning to a standard configuration as soon as possible.
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
06-04-2003 08:16 AM
06-04-2003 08:16 AM
Re: Big Problem! - K420 will not fully boot after a simple reboot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2003 08:26 AM
06-04-2003 08:26 AM
Re: Big Problem! - K420 will not fully boot after a simple reboot
Display the disk contents of vg02.
strings /etc/lvmtab
-or-
vgcfgrestore -f /etc/lvmconf/vg02.conf -l
Test the disks for failure:
ioscan -fnkC disk | more
(* Check for CLAIMED status *)
dd if=/dev/dsk/cXtYdZ of=/dev/null count=1000000
control c
If prompt does not return then bad disk.
diskinfo /dev/dsk/cXtYdZ
Note type and size if bad, needed for replacement.
If you need vgo2 up then activate without quorum.
vgchange -a y -q n /dev/vg02
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2003 09:58 AM
06-04-2003 09:58 AM
Re: Big Problem! - K420 will not fully boot after a simple reboot
Login into single user mode;
ioscan to check the disk for vg02 can be recognized. If not, locate problem is from hardware or kernel. Have you performed patch recently?
Run vg commands to display, active, and so on to recover.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2003 10:35 AM
06-04-2003 10:35 AM
Re: Big Problem! - K420 will not fully boot after a simple reboot
1) boot to single user mode
2) compare your files in /dev/vg01 and /dev/vg02 (I'm assuming that you have a /dev/vg01 and it activates). There will be differences in the minor numbers to reflect that this is vg 02 and not vg 01, but the number of files per lvol and the general type of files should be the same.
3) Attempt to activate /dev/vg02 with:
vgchange -a y /dev/vg02
IF this works then the VG can activate and you probably dont have an lvm or hw problem.
IF this gives you warnings but still activates then deactivate it with
vgchange -a n /dev/vg02 .
IF this command didnt work or you got warning and have now deactivated it then I would go through the process of doing the vgcfgrestore to all of the disks in /etc/lvmtab (another user above listed this).
After the vgcfgrestore has been done, redo the vgchange -a y /dev/vg02 command.
If this still fails then you may have a HW problem that you should get checked out by your HW folks.
3) Okay .. if the vgchange -a y /dev/vg02 works but you are still getting errors about vg02 not being available on a normal boot then you either have a problem in /etc/fstab or /etc/lvmrc.
Check /etc/fstab to make sure the lines included with /dev/vg02 match up there.
Also check /etc/lvmrc to see if it matches ( via ll or du ) other systems that you have.
Best regards,
Kent M. Ostby
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2003 11:27 AM
06-04-2003 11:27 AM
Re: Big Problem! - K420 will not fully boot after a simple reboot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2003 02:22 PM
06-04-2003 02:22 PM
Re: Big Problem! - K420 will not fully boot after a simple reboot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2003 08:48 PM
06-04-2003 08:48 PM
Re: Big Problem! - K420 will not fully boot after a simple reboot
In single user mode you need to mount /usr
Regards,
Rajesh G.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2003 05:54 AM
06-06-2003 05:54 AM
Re: Big Problem! - K420 will not fully boot after a simple reboot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2003 05:59 AM
06-06-2003 05:59 AM
Re: Big Problem! - K420 will not fully boot after a simple reboot
Another thing to check is to make sure you have no problems with your startup scripts. While you are in single user mode. Do
. /etc/rc.config.d/*
You should not get any errors.
If you did, then there is a problem with one of the scripts there and you will need to fix it.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2003 06:03 AM
06-06-2003 06:03 AM
Re: Big Problem! - K420 will not fully boot after a simple reboot
That sounds like a possiblity. I had another admin install a mediator that forwards events from NNM over to CIC (Cisco information Ceneter) as the machine boots up I do see some reference to a start up script that referrs to NCO which is that mediator, maybe he placed it too early in the sequence and it tries to launch it too soon hence the hang?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2003 06:09 AM
06-06-2003 06:09 AM
Re: Big Problem! - K420 will not fully boot after a simple reboot
There may be syntax errors in that script. Try this way while you are in single user mode
#for FILE in /etc/rc.config.d/*
>do
>echo $FILE
>read
>done
This source in each file by displaying it's name. This way you can find the file that is causing the issue. Keep pressing enter until all the files are executed.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2003 06:31 AM
06-06-2003 06:31 AM
Re: Big Problem! - K420 will not fully boot after a simple reboot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2003 07:35 AM
06-06-2003 07:35 AM
Re: Big Problem! - K420 will not fully boot after a simple reboot
0) Carefully check network cables, switch port settings,
...
(I'm betting on a hardware/cabling problem)
1) Cd to /etc/rc.config.d
2) Carefully check netconf, hpetherconf, and probably hpbtlanconf. If any changes are made/needed then the easy
method is to reboot at this point.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2003 07:40 AM
06-06-2003 07:40 AM
Re: Big Problem! - K420 will not fully boot after a simple reboot
Gavin AT&T Canada