Operating System - HP-UX
1753674 Members
5385 Online
108799 Solutions
New Discussion

How to mirror between two SAN disk in HP-UX 11.31

 
Torsten.
Acclaimed Contributor

Re: How to mirror between two SAN disk in HP-UX 11.31

Please post

efi_ls -d /dev/disk/disk4_p1 efi/hpux

efi_ls -d /dev/disk/disk14_p1 efi/hpux


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!   
ranin_das
Advisor

Re: How to mirror between two SAN disk in HP-UX 11.31

Hi Torsten. 

Please check the bellow output for your clarification

 

bash-4.3# efi_ls -d /dev/disk/disk4_p1 efi/hpux
FileName Last Modified Size
. 1/18/2017 0
.. 1/18/2017 0
hpux.efi 1/18/2017 700434
nbp.efi 1/18/2017 31232
AUTO 12/12/2019 16

total space 523218944 bytes, free space 519450624 bytes

bash-4.3# efi_ls -d /dev/disk/disk14_p1 efi/hpux
FileName Last Modified Size
. 12/15/2019 0
.. 12/15/2019 0
hpux.efi 12/15/2019 700434
nbp.efi 12/15/2019 31232
AUTO 12/15/2019 12

total space 523218944 bytes, free space 519450624 bytes

 

Torsten.
Acclaimed Contributor

Re: How to mirror between two SAN disk in HP-UX 11.31

There is a difference:

AUTO 12/12/2019 16

AUTO 12/12/2019 12

Please do:

# efi_cp -d /dev/rdisk/disk4_p1 -u /EFI/HPUX/AUTO /tmp/AUTO.pri
# efi_cp -d /dev/rdisk/disk14_p1 -u /EFI/HPUX/AUTO /tmp/AUTO.alt
# cat /tmp/AUTO.pri
# cat /tmp/AUTO.alt


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!   
ranin_das
Advisor

Re: How to mirror between two SAN disk in HP-UX 11.31

Hi  Torsten. 

please check the bellow output and suggest the next actopn plan.

bash-4.3# efi_cp -d /dev/rdisk/disk4_p1 -u /EFI/HPUX/AUTO /tmp/AUTO.pri
bash-4.3# efi_cp -d /dev/rdisk/disk14_p1 -u /EFI/HPUX/AUTO /tmp/AUTO.alt
bash-4.3# cat /tmp/AUTO.pri
boot vmunix -lq
bash-4.3# cat /tmp/AUTO.alt
boot vmunix
bash-4.3# efi_ls -d /dev/disk/disk4_p1 efi/hpux
FileName Last Modified Size
. 1/18/2017 0
.. 1/18/2017 0
hpux.efi 1/18/2017 700434
nbp.efi 1/18/2017 31232
AUTO 12/12/2019 16

total space 523218944 bytes, free space 519450624 bytes

bash-4.3# efi_ls -d /dev/disk/disk14_p1 efi/hpux
FileName Last Modified Size
. 12/15/2019 0
.. 12/15/2019 0
hpux.efi 12/15/2019 700434
nbp.efi 12/15/2019 31232
AUTO 12/15/2019 12

total space 523218944 bytes, free space 519450624 bytes

ranin_das
Advisor

Re: How to mirror between two SAN disk in HP-UX 11.31

Hi Torsten,


Have any analysis result ?
Waiting for your response....
ranin_das
Advisor

Re: How to mirror between two SAN disk in HP-UX 11.31

Hi all,

Any solution for reported issue?
Have anyone face the issue??