>>Regarding to the vgimport can I immediatly use the persistent device files on the 11.31 server?<<
Are you able to see same disks on (11.31)
coresponding to (hpux 11.11) .?
<
>
Yes
vgexport -pvs -m /dev/vgxx
Copy the mapfile to the other node
Recreate the directory
>>>>mkdir -p /dev/vgxx
Recreate the VG group file
>>>mknod /dev/vgxx/group c 64 0xMM0000
where MM is a unique identifier (ex 01 for vg01)
Preview the vgimport to check for any possible error
>>>>vgimport -pvs -m /dev/vgxx
where mapfile is the one copied from the first node
If no error, remove the preview mode
>>>>vgimport -vs -m /dev/vgxx
Problems are common to all, but attitude makes the difference