Operating System - HP-UX
1847908 Members
4516 Online
104021 Solutions
New Discussion

Re: distributed disk on a cluster

 
kacou
Regular Advisor

distributed disk on a cluster

i install a new disk in a cluster. but i can not activate the DLVM on my system using SAM.
see the error message below
--------------
SAM was unable to establish a remote connection to the system medprod
due to a network failure or an RPC failure. Check the SAM log file using the Options menu or the /usr/sam/bin/samlog_viewer command for more details on the failure. You must resolve the problem before SAM
will be able to perform tasks on the remote system.
5 REPLIES 5
Vihang.
Trusted Contributor

Re: distributed disk on a cluster

Hi Kacou,

Can you tell exactly how you want to distribute the disk. What servers are part of cluster. Is it a serviceguard cluster? How are you trying to distribute the disk?
Giving more details would help.

Regards,
Vihang.
kacou
Regular Advisor

Re: distributed disk on a cluster

I put two hard drives in each server. And with SAM the system asked to me if I want that this disk is seen by the other server of the cluster. I said OK. Then I received the error message above.
I also noted that the first disk are â DLVMâ whereas those which I installed are â lvmâ . thus there are not distributed.
---------------------
1/0/6/1/0.1.0.0.0.1.6 4 DLVM vg01 153600 EVA XL ^
1/0/6/1/0.1.0.0.0.1.7 4 DLVM vg01 153600 EVA XL
1/0/6/1/0.1.0.0.0.2.0 4 DLVM vg01 81920 EVA XL
1/0/6/1/0.1.0.0.0.2.1 4 Unused -- 122880 EVA XL
1/0/6/1/0.1.0.0.0.2.2 4 Unused -- 122880 EVA XL
1/0/6/1/0.1.0.0.0.2.3 4 Unused -- 102400 EVA XL
1/0/6/1/0.1.0.0.0.2.4 4 Unused -- 102400 EVA XL
1/0/6/1/0.1.0.0.0.2.5 4 Unused -- 102400 EVA XL
1/0/6/1/0.1.0.0.0.2.6 4 LVM vg02 716800 EVA XL
1/0/6/1/0.1.0.0.0.2.7 4 Unused -- 307200 EVA XL v
Deepak Kr
Respected Contributor

Re: distributed disk on a cluster

Are you trying to add two internal disks to existing nodes running in SG cluster ?

Adding disk to a cluster will be different here.

"There is always some scope for improvement"
kacou
Regular Advisor

Re: distributed disk on a cluster

I install two external news disks in the array (cluster).

help me please
Deepak Kr
Respected Contributor

Re: distributed disk on a cluster

Please confirm the array you are using here.

also tell, if you are able to see two disks after running ioscan or only one disk?

Once you can see disk(S) in ioscanand run insf -e -C disk

You must after extend the Volumegroup and the Logical Volume, adapting the Volume Configuration on the one cluster node.
Then you can do follow:
1.) create a new map file (updated)
vgexport -p -s -v -m vgxx.mymap /dev/vgxx
copie the created mapfile via ftp or RCP on the backup server.
2.) on other cluster nodes
vgexport /dev/vgxx
mkdir /dev/vgxx
mknod /dev/vgxx/group c 64 0x0n000
vgimport -s -v -m vgxx/mymap /dev/vgxx

Hope this will answer your query!!!

regds....DK
"There is always some scope for improvement"