- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- HPUX can't boot automatically
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
07-19-2006 02:20 PM
07-19-2006 02:20 PM
Re: HPUX can't boot automatically
Looks like one of your harddisk is faulty already, that's why there's an error message when you did a vgsync : 'Couldn't re-synchronize stale partitions of the logical volume: I/O error'
You can check on the output of the last dd command, with this you can know which one is a faulty harddisk.
If you have an Ignite/UX backup, I refer you to prepare it. Since it's better & fastest way to restore from it, since we're not sure whether the other disk is ok.
BTW, may i know what's the result of dd command ? If hang, may i know on which harddisk ?
Cheers,
AW
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2006 02:53 PM
07-19-2006 02:53 PM
Re: HPUX can't boot automatically
you can found which disk has fault.
ex:
0025 /dev/dsk/c1t6d0 1500 current /dev/dsk/c1t5d0 1500 current
0026 /dev/dsk/c1t6d0 1501 current /dev/dsk/c1t5d0 1501 current
0027 /dev/dsk/c1t6d0 1502 current /dev/dsk/c1t5d0 1502 current
0028 /dev/dsk/c1t6d0 1503 current /dev/dsk/c1t5d0 1503 current
0029 /dev/dsk/c1t6d0 1504 current /dev/dsk/c1t5d0 1504 current
0030 /dev/dsk/c1t6d0 1505 current /dev/dsk/c1t5d0 1505 current
0031 /dev/dsk/c1t6d0 1506 current /dev/dsk/c1t5d0 1506 current
0032 /dev/dsk/c1t6d0 1507 current /dev/dsk/c1t5d0 1507 current
0033 /dev/dsk/c1t6d0 1508 current /dev/dsk/c1t5d0 1508 current
0034 /dev/dsk/c1t6d0 1509 current /dev/dsk/c1t5d0 1509 current
0035 /dev/dsk/c1t6d0 1510 current /dev/dsk/c1t5d0 1510 stale
it means your disk c1t5d0 have problem. replace it.
thanks
freddy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2006 03:09 PM
07-19-2006 03:09 PM
Re: HPUX can't boot automatically
/dev/dsk/c4t0d0 01599 stale
/dev/dsk/c4t0d0 01600 current
/dev/dsk/c4t0d0 01601 stale
which commands i need to run after disk replacing?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2006 03:24 PM
07-19-2006 03:24 PM
Re: HPUX can't boot automatically
Check also whether you have 'stale' status also in other disk (c2t0d0)
# lvdisplay -v /dev/vg00/lv* | grep stale
If just c4t0d0, I refer you to call HP to replace the harddisk.
If your harddisk is not a hot plugable harddisk, here is the document for steps to replacing a mirrored root disk (docID : LVMKBRC00006116) :
http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000068955762
Hope this information can help you.
Cheers,
AW
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2006 03:37 PM
07-19-2006 03:37 PM
Re: HPUX can't boot automatically
Thanks
freddy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2006 03:42 PM
07-19-2006 03:42 PM
Re: HPUX can't boot automatically
bash-2.04# lvdisplay -v /dev/vg00/lvol8
--- Logical volumes ---
LV Name /dev/vg00/lvol8
VG Name /dev/vg00
LV Permission read/write
LV Status available/stale
Mirror copies 1
Consistency Recovery MWC
Schedule parallel
LV Size (Mbytes) 1928
Current LE 241
Allocated PE 482
Stripes 0
Stripe Size (Kbytes) 0
Bad block on
Allocation strict
IO Timeout (Seconds) default
--- Distribution of logical volume ---
PV Name LE on PV PE on PV
/dev/dsk/c2t0d0 241 241
/dev/dsk/c4t0d0 241 241
--- Logical extents ---
LE PV1 PE1 Status 1 PV2 PE2 Status 2
00000 /dev/dsk/c2t0d0 01599 current /dev/dsk/c4t0d0 01599 stale
00001 /dev/dsk/c2t0d0 01600 current /dev/dsk/c4t0d0 01600 current
00002 /dev/dsk/c2t0d0 01601 current /dev/dsk/c4t0d0 01601 stale
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2006 05:04 PM
07-19-2006 05:04 PM
Re: HPUX can't boot automatically
Did your c2t0d0 have 'stale' status also ?
If c2t0d0 dont have stale status, it means c2t0d0 is working fine.
All you have to do is to replace c4t0d0 only, if only c4t0d0 with stale status.
If you want, just attach the output from the command below :
# lvdisplay -v /dev/vg00/lv*
Hope this information can help you.
Cheers,
AW
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2006 05:13 PM
07-19-2006 05:13 PM
Re: HPUX can't boot automatically
All results of replacing will be here.
Thanx for help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2006 05:13 PM
07-19-2006 05:13 PM
Re: HPUX can't boot automatically
All results of replacing will be here.
Thanx for help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2006 05:34 PM
07-19-2006 05:34 PM
Re: HPUX can't boot automatically
If you still need wait for a harddisk to come to your site, you can boot your system on c2t0d0 from now.
Since you're sure that only c4t0d0 with stale status, you are safely to remove the mirror first (c4t0d0) and boot from c2t0d0.
But if the harddisk will come immediate, you can use the steps to replacing a mirrored root disk (docID : LVMKBRC00006116) :
http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000
068955762
Hope this information can help you.
Cheers,
AW
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2006 07:30 PM
07-19-2006 07:30 PM
Re: HPUX can't boot automatically
bash-2.04# lvdisplay -v /dev/vg00/lv* | grep stale
LV Status available/stale
00000 /dev/dsk/c2t0d0 01599 current /dev/dsk/c4t0d0 01599 stale
00002 /dev/dsk/c2t0d0 01601 current /dev/dsk/c4t0d0 01601 stale
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2006 07:49 PM
07-19-2006 07:49 PM
Re: HPUX can't boot automatically
and it will be automatic sync
if nothing happen, please run vgsync command.
please check your disk led. is it blinking or not
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2006 07:59 PM
07-19-2006 07:59 PM
Re: HPUX can't boot automatically
Volume Group configuration has been restored to /dev/rdsk/c4t0d0
bash-2.04# vgsync vg00
Resynchronized logical volume "/dev/vg00/lvol1".
Resynchronized logical volume "/dev/vg00/lvol2".
Resynchronized logical volume "/dev/vg00/lvol3".
Resynchronized logical volume "/dev/vg00/lvol4".
Resynchronized logical volume "/dev/vg00/lvol5".
Resynchronized logical volume "/dev/vg00/lvol6".
Resynchronized logical volume "/dev/vg00/lvol7".
vgsync: Couldn't re-synchronize stale partitions of the logical volume:
I/O error
vgsync: Couldn't resynchronize logical volume "/dev/vg00/lvol8".
vgsync: Couldn't resynchronize volume group "vg00".
bash-2.04#
LED is blinkig when resynchronizing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2006 08:32 PM
07-19-2006 08:32 PM
Re: HPUX can't boot automatically
when you run the dd command, is the process hang also on c2t0d0 ?
Or is there any I/O errors comes from c2t0d0 ?
If that so, looks like c2t0d0 need to replace also.
Do you have any Ignite/UX backup for this system ?
if you have, it's time to use it.
Hope this information can help you.
Cheers,
AW
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2006 08:37 PM
07-19-2006 08:37 PM
Re: HPUX can't boot automatically
freddy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2006 08:47 PM
07-19-2006 08:47 PM
Re: HPUX can't boot automatically
lvsync lvol8 gives I/O error.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2006 09:10 PM
07-19-2006 09:10 PM
Re: HPUX can't boot automatically
1. prepare the new disk for c4t0d0
2. remove c4t0d0 from the mirror
lvreduce, vgreduce
3. shutdown the system
4. replace the harddisk c4t0d0 with the new one
5. follow the steps on the document that I gave it to you on previous thread
You need a new disk to replace c4t0d0 since you found stale status on c4t0d0.
At this point, I asume you didnt found any I/O error from dd command & stale status from c2t0d0. So c2t0d0 can consider a good disk.
Hope this information can help.
Cheers,
AW
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2006 10:11 PM
07-19-2006 10:11 PM
Re: HPUX can't boot automatically
system can't sync lvol8 because of I/O error, but sucsessfully mount it on /var. I thought that if lvol8 can be mounted, then there is no errors. I don't understand it :(
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2006 11:34 PM
07-20-2006 11:34 PM
Re: HPUX can't boot automatically
Make sure you have at least 1 phsyically working root disk.
Do the command:
# dd if=/dev/dsk/c2t0d0 of=/dev/null bs=4096k
This will take a while. It will try to read every block on your c2t0d0 disk, if the command completes succesfully, this disk if physically ok.
If the command is succesful, it should say something like:
112354+0 records in
112354+0 records out
If it fails, it should say something else, probably: I/O error
Do the same for the other disk:
# dd if=/dev/dsk/c4t0d0 of/dev/null bs=4096k
Again, if this command completes succesfuly, the disk is physically ok.
If both commands are succesful, you don't have a hardware problem with your disks, and you need to start looking at filesystem problems.
If one of these commands isn't succesful, you are likely to have a faulty disk.
If both these commands aren't succesful, I hope you have a good backup...
Anyway, do these 2 commands and post the results here.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2006 02:13 PM
07-23-2006 02:13 PM
Re: HPUX can't boot automatically
8683+1 records in
8683+1 records out
bash-2.04# dd if=/dev/dsk/c4t0d0 of=/dev/null bs=4096k
8683+1 records in
8683+1 records out
bash-2.04#
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2006 10:32 PM
07-23-2006 10:32 PM
Re: HPUX can't boot automatically
bash-2.04# lvdisplay -v /dev/vg00/lv* | grep stale
LV Status available/stale
00000 /dev/dsk/c2t0d0 01599 current /dev/dsk/c4t0d0 01599 stale
00002 /dev/dsk/c2t0d0 01601 current /dev/dsk/c4t0d0 01601 stale
It can be that disk /dev/dsk/c2t0d0 s broken and that the mirror just copyed the bad files to the other part, When I read this story I think that disk /dev/dsk/c2t0d0 needs to be replaced, if you are lukky after that everytin works fine again but it can be that you have to restore the lvol that have the stale blocks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2006 11:29 PM
07-24-2006 11:29 PM
Re: HPUX can't boot automatically
You need to be very careful. It is quite possible that you have some kind of filesystem problem, that cause the vgsync to fail. To check this, you could try to see if
dd if=/dev/vg00/lvol8 of=/dev/null bs=4096k
is succesfull or fails. If it fails, you have a problem with the filesystem. If it's successful, you can try to remove the dev/dsk/c4t0d0 from the volumegroup and then add it again, recreating the mirrors.
Whatever you do, make sure you have a good ignite tape of your system!
Also, if you're in doubt, and especially if the dd command from above fails, log a call with HP.
- « Previous
-
- 1
- 2
- Next »