- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: HP-UX Ignite Error
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
Discussions
Discussions
Discussions
Forums
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
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
тАО09-24-2006 06:46 AM
тАО09-24-2006 06:46 AM
make_tape_recovery -x inc_entire=vg00
Thank You in Advance for Any Help!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-24-2006 07:06 AM
тАО09-24-2006 07:06 AM
Re: HP-UX Ignite Error
It looks like you have a problem with one of the disks, which are included in vg00 (/dev/dsk/c1t2d0). Either you have included it int vg00 or have excluded from it wrongly.
Answer with:
lvlnboot -v
strings /etc/lvmtab and
ioscan -fnCdisk
HTH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-24-2006 07:21 AM
тАО09-24-2006 07:21 AM
Re: HP-UX Ignite Error
root[/] >lvlnboot -v
lvlnboot: Couldn't query physical volume "/dev/dsk/c1t2d0":
The specified path does not correspond to physical volume attached to
this volume group
/dev/vg00
/dev/dsk/c1t2d0
/dev/dsk/c2t0d0
/dev/vg01
/dev/dsk/c1t0d0
/dev/dsk/c2t2d0
/dev/vg02
/dev/dsk/c18t0d
/dev/dsk/c18t0d
/dev/dsk/c18t0d
/dev/dsk/c18t0d
/dev/dsk/c18t0d
/dev/dsk/c18t0d
/dev/dsk/c18t0d
/dev/dsk/c18t1d
/dev/dsk/c6t0d1
/dev/dsk/c6t0d2
/dev/dsk/c6t0d3
/dev/dsk/c6t0d4
/dev/dsk/c6t0d5
/dev/dsk/c6t0d6
/dev/dsk/c6t0d7
/dev/dsk/c6t1d0
/dev/dsk/c14t0d1
/dev/dsk/c14t0d2
/dev/dsk/c14t0d3
/dev/dsk/c14t0d4
/dev/dsk/c14t0d5
/dev/dsk/c14t0d6
/dev/dsk/c14t0d7
/dev/dsk/c14t1d0
/dev/dsk/c16t0d1
/dev/dsk/c16t0d2
/dev/dsk/c16t0d3
/dev/dsk/c16t0d4
/dev/dsk/c16t0d5
/dev/dsk/c16t0d6
/dev/dsk/c16t0d7
/dev/dsk/c16t1d0
ioscan -fnCdisk
Attached to log file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-24-2006 07:43 AM
тАО09-24-2006 07:43 AM
SolutionYou have a problem with /dev/dsk/c1t2d0 disk, it can not be found in the ioscan output. Try to eject/insert the disk, may be it will help, i.e you will see it in ioscan output.
If this disk is one of vg00 mirror couple, exclude it from vg00 and create ignite backup:
lvextend -m 0 /ev/vg00/lvolN /dev/dsk/c1t2d0 for each logical volume and lvreduce /dev/vg00 /dev/dsk/c1t2d0
HTH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-24-2006 07:44 AM
тАО09-24-2006 07:44 AM
Re: HP-UX Ignite Error
You have a problem with /dev/dsk/c1t2d0 disk, it can not be found in the ioscan output. Try to eject/insert the disk, may be it will help, i.e you will see it in ioscan output.
If this disk is one of vg00 mirror couple, exclude it from vg00 and create ignite backup:
lvextend -m 0 /ev/vg00/lvolN /dev/dsk/c1t2d0 for each logical volume and vgreduce /dev/vg00 /dev/dsk/c1t2d0
HTH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-24-2006 07:47 AM
тАО09-24-2006 07:47 AM
Re: HP-UX Ignite Error
The commands must be like that:
lvreduce -m 0 /dev/vg00/lvolname /dev/dsk/c1t2d0 for each logical volume
and vgreduce /dev/dsk/c1t2d0 for vg
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-24-2006 07:58 AM
тАО09-24-2006 07:58 AM
Re: HP-UX Ignite Error
echo "boot_string/S" |adb /stand/vmunix /dev/mem
If it is a vpar then use /dev/kmem
If server booted off from other disk then you can reduce all logical volumes
lvreduce -m 0 /dev/vg00/lvol$i /dev/dsk/c1t2d0
vgreduce /dev/vg00 /dev/dsk/c1t2d0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-24-2006 09:59 AM
тАО09-24-2006 09:59 AM
Re: HP-UX Ignite Error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-24-2006 10:04 AM
тАО09-24-2006 10:04 AM
Re: HP-UX Ignite Error
echo "boot_string/S" |adb /stand/vmunix /dev/mem it was saying /dev/dsk/c1t0d0 which is the mirror. I will try those vgreduce commands now so that i can get an ignite tape in case of the other disk failing.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-24-2006 10:21 AM
тАО09-24-2006 10:21 AM