Operating System - HP-UX
1757184 Members
2407 Online
108858 Solutions
New Discussion юеВ

Re: /etc/lvmtab differences in a MC SG cluster

 
SOLVED
Go to solution
Avinash20
Honored Contributor

Re: /etc/lvmtab differences in a MC SG cluster

Please execute vgexport first

We need to remove the vg from lvmtab and again add it
"Light travels faster than sound. That's why some people appear bright until you hear them speak."
Avinash20
Honored Contributor

Re: /etc/lvmtab differences in a MC SG cluster

On Passive node

# vgexport /dev/vg_foo
# mkdir /dev/vg_foo
# mknod /dev/vg_foo/group c 64 0x0X0000
>> "0x0X0000" This is a minor number and should be same as that on the other node
You could find the minor on active node via
ll /dev/vg_foo/group
check for value 0x0X0000 << Here X is a numeric value
# vgimport -s -m /tmp/vgXX.map vgXX
# strings /etc/lvmtab
"Light travels faster than sound. That's why some people appear bright until you hear them speak."
Avinash20
Honored Contributor

Re: /etc/lvmtab differences in a MC SG cluster

Hi Mate,

Did you forget to assign points to this post :)
"Light travels faster than sound. That's why some people appear bright until you hear them speak."
Avinash20
Honored Contributor

Re: /etc/lvmtab differences in a MC SG cluster

Hi Marco,

Are you still facing some other issue.
If not, please assign the point.
"Light travels faster than sound. That's why some people appear bright until you hear them speak."
Marco Shaw_1
Respected Contributor

Re: /etc/lvmtab differences in a MC SG cluster

Sorry, I was busy. I need to research this:

root@[foo]/etc> vgimport -s -m /tmp/vg_bar.map vg_bar
Warning: Logical Volume number "7" found on physical volume not found in "/tmp/vg_bar.map".

LVOL7 exists on the active node currently and is valid.

strings /etc/lvmtab is giving me one extra disk for vg_bar which I'll also need to research.
Avinash20
Honored Contributor

Re: /etc/lvmtab differences in a MC SG cluster

Hi,

Check
# strings /tmp/vg_bar.map

Check if this contains lvol7
Compare /tmp/vg_bar.map on both the nodes
"Light travels faster than sound. That's why some people appear bright until you hear them speak."