Operating System - HP-UX
1836645 Members
1595 Online
110102 Solutions
New Discussion

Sync disk staus on Share disk

 
Jack Hsia
Occasional Contributor

Sync disk staus on Share disk

Hi all

At moment we've got server A and B connect to storage, and we share a disk between both servers.
The problem is whenever I use SAM to create a new lv on my existing vg, only the server which i create the lv can see the changes that are made. What can i do to make both server see the change that I made with out using export and import VG?

second question, is it possible to keep the LV's read write (rwxrwxrwx) behaviour and owner? it is annoying after importing the VG it got change back to 440 and owner root:sys

Thanks very much
4 REPLIES 4
Torsten.
Acclaimed Contributor

Re: Sync disk staus on Share disk

The VG information is stored locally - for this reason you need to vgexport (preview mode) and vgimport this information to make it available to other hosts.

Where do you have rwxrwxrwx rights???

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!   
Jack Hsia
Occasional Contributor

Re: Sync disk staus on Share disk

Thanks for replying

you get to change read/write behaviour when you change into the VG directory (eg. /dev/vg01/) and then you can use the "chmod" command to change it.

so from your answer there's no way I could add an lv without shutting down by database?
I'll have to shutdown the service then do export and import on the 2nd server?
Torsten.
Acclaimed Contributor

Re: Sync disk staus on Share disk

If you vgexport the disks in preview mode, you don't need to stop or shutdown anything.

Still not sure about what files have this "worldwide" permissions...

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!   
Jack Hsia
Occasional Contributor

Re: Sync disk staus on Share disk

What I need is not possible to achieve.