Operating System - HP-UX
1745970 Members
4125 Online
108724 Solutions
New Discussion

TWO DEVICE FILE FOR ROOT VOLUME GROUP

 
ashkyl
Occasional Visitor

TWO DEVICE FILE FOR ROOT VOLUME GROUP

While taking ignite backup, I got the following error:

=============================================

WARNING: The make_sys_image failed to save the LIF volume.
* Scanning system for IO devices...
* Boot device is: 0/0/1/0.0x5001738029a80140.0x4000000000000000
* Creating System Configuration.
* /opt/ignite/bin/save_config -f /var/opt/ignite/recovery/client_mnt/0x6654F212xxxx/recovery/2016-05-26,22:11/syst
ERROR: Failed to find "/dev/disk/disk10_p3" in IOTree
idisk: Stat of disk failed(2)
save_config: warning - An EFI partition is not found on the root disk /dev/rdisk/disk10. It may be that this disk is notisk message above.
ERROR: "/var/opt/ignite/recovery/client_mnt/0x6654F212xxxx/recovery/2016-05-26,22:11/system_cfg", line 7: syntax error
ERROR: Problems were encountered while parsing config file:
"/var/opt/ignite/recovery/client_mnt/0x6654F212xxxx/recovery/2016-05-26,22:11/system_cfg".
instl_adm: Config file: "/var/opt/ignite/recovery/client_mnt/0x6654F212xxxx/recovery/2016-05-26,22:11/system_cfg" cannot
ERROR: System error, /opt/ignite/bin/instl_adm failed checking
/var/opt/ignite/recovery/client_mnt/0x6654F212xxxx/recovery/2016-05-26,22:11/system_cfg

======= 05/26/16 22:11:46 MDT make_net_recovery completed unsuccessfully

While trouble shooting, I found that root disk has two set of device files, disk10 and disk11. But system shows only disk11, moreover disk10 does have disk10_p2 partition. Please find different command outputs which will help you to identify the issue.

I want to remove disk10 entries from the IO_TREE and keep only disk11 entries.  Please help.

 >ll /dev/rdisk/*
crw-r----- 1 bin sys 13 0x000018 Jan 19 08:58 /dev/rdisk/disk0
crw-r----- 1 bin sys 13 0x000013 Oct 21 2015 /dev/rdisk/disk10_p1
crw-r----- 1 bin sys 13 0x000014 Oct 21 2015 /dev/rdisk/disk10_p3
crw-r----- 1 bin sys 13 0x000013 Oct 21 2015 /dev/rdisk/disk11
crw-r----- 1 bin sys 13 0x000015 Oct 21 2015 /dev/rdisk/disk11_p1
crw-r----- 1 bin sys 13 0x000014 Oct 21 2015 /dev/rdisk/disk11_p2
crw-r----- 1 bin sys 13 0x000016 Oct 21 2015 /dev/rdisk/disk11_p3
crw-r----- 1 bin sys 13 0x000017 Oct 21 2015 /dev/rdisk/disk12

>ioscan -fknNCdisk
Class I H/W Path Driver S/W State H/W Type Description
===================================================================
disk 11 64000/0xfa00/0x13 esdisk CLAIMED DEVICE IBM 2810XIV
/dev/disk/disk10_p1 /dev/disk/disk11 /dev/disk/disk11_p2 /dev/rdisk/disk10_p1 /dev/rdisk/disk11 /dev/rdisk/disk11_p2
/dev/disk/disk10_p3 /dev/disk/disk11_p1 /dev/disk/disk11_p3 /dev/rdisk/disk10_p3 /dev/rdisk/disk11_p1 /dev/rdisk/disk11_p3
disk 12 64000/0xfa00/0x17 esdisk CLAIMED DEVICE IBM 2810XIV
/dev/disk/disk12 /dev/rdisk/disk12
disk 0 64000/0xfa00/0x18 esdisk CLAIMED DEVICE IBM 2810XIV
/dev/disk/disk0 /dev/rdisk/disk0

>lvlnboot -v
Boot Definitions for Volume Group /dev/vg00:
Physical Volumes belonging in Root Volume Group:
/dev/disk/disk10_p3 -- Boot Disk
Boot: lvol1 on: /dev/disk/disk10_p3
Root: lvol3 on: /dev/disk/disk10_p3
Swap: lvol2 on: /dev/disk/disk10_p3
Dump: lvol2 on: /dev/disk/disk10_p3, 0

>setboot
Primary bootpath : 0/0/2/0.0x5001738029a80152.0x4000000000000000 (/dev/rdisk/disk10_p1)
HA Alternate bootpath :
Alternate bootpath :

>ioscan -m lun

disk 11 64000/0xfa00/0x13 esdisk CLAIMED DEVICE online IBM 2810XIV
0/0/2/0.0x5001738029a80152.0x4000000000000000
0/0/1/0.0x5001738029a80140.0x4000000000000000
0/0/2/0.0x5001738029a80172.0x4000000000000000
0/0/1/0.0x5001738029a80160.0x4000000000000000
0/0/2/0.0x5001738029a80192.0x4000000000000000
0/0/1/0.0x5001738029a80180.0x4000000000000000
/dev/disk/disk10_p1 /dev/disk/disk11 /dev/disk/disk11_p2 /dev/rdisk/disk10_p1 /dev/rdisk/disk11 /dev/rdisk/disk11_p2
/dev/disk/disk10_p3 /dev/disk/disk11_p1 /dev/disk/disk11_p3 /dev/rdisk/disk10_p3 /dev/rdisk/disk11_p1 /dev/rdisk/disk11_p3

>strings /etc/lvmtab
/dev/vg00
/dev/disk/disk10_p3

>lvmadm -l
--- Version 1.0 volume groups ---
VG Name /dev/vg00
PV Name /dev/disk/disk10_p3

1 REPLY 1
Torsten.
Acclaimed Contributor

Re: TWO DEVICE FILE FOR ROOT VOLUME GROUP

There is something really strange ...

Normal boot disk layout is partition 1 for EFI, partition 2 for HP-UX and partition 3 as a service partition for EFI utilities.

On your system partition 2 is missing, partition 3 is HP-UX.

And you have 2 disk device files.

 

Can you chaeck if the presentation mode on the disk array is set to HP-UX (not anything like standard or windows)?


Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!