Sie sind auf Seite 1von 2

Procedure to change the DID devices from 33 to 8 on Sun Cluster 3.0 and 3.

Do all steps on BOTH NODES:

1) Take nodes down and boot them into non cluster mode.
# init 0
ok> boot -x

2) delete files /etc/cluster/ccr/dcs_service_36 and


/etc/cluster/ccr/dcs_service_36.bak.(or move the file to another location((safety
purpose)))
Leave the original dcs_service_8 file as is.
# rm /etc/cluster/ccr/dcs_service_36
# rm /etc/cluster/ccr/dcs_service_36.bak

3) edit /etc/cluster/ccr/did_instances and move line that starts with 33 up between 7


and 9 where 8 used to be and change number 33 to 8. (If 8 was still there then delete that
line and then move 33 up)

Move the /etc/cluster/ccr/did_instances to another location (safety purpose)

before:

7 disk|DEVID_SCSI_SERIAL|FUJITSU 00Z26743 |
46554a495453552030305a32363734332020202000000000|2:/dev/rdsk/c1t3d0|
1:/dev/rdsk/c1t3d0
9 disk|DEVID_SCSI_SERIAL|FUJITSU 00Z33710 |
46554a495453552030305a33333731302020202000000000|2:/dev/rdsk/c1t9d0|
1:/dev/rdsk/c1t9d0
33 disk|DEVID_SCSI_SERIAL|SEAGATE 3BT1017S00002105|
534541474154452033425431303137533030303032313035|1:/dev/rdsk/c1t8d0|
2:/dev/rdsk/c1t8d0

after:
7 disk|DEVID_SCSI_SERIAL|FUJITSU 00Z26743 |
46554a495453552030305a32363734332020202000000000|2:/dev/rdsk/c1t3d0|
1:/dev/rdsk/c1t3d0
8 disk|DEVID_SCSI_SERIAL|SEAGATE 3BT1017S00002105|
534541474154452033425431303137533030303032313035|1:/dev/rdsk/c1t8d0|
2:/dev/rdsk/c1t8d0
9 disk|DEVID_SCSI_SERIAL|FUJITSU 00Z33710 |
46554a495453552030305a33333731302020202000000000|2:/dev/rdsk/c1t9d0|
1:/dev/rdsk/c1t9d0

4) create new checksum for did_instances:


use the override flag (-o) on only one node.
node1# /usr/cluster/lib/sc/ccradm -i /etc/cluster/ccr/did_instances -o
node2# /usr/cluster/lib/sc/ccradm -i /etc/cluster/ccr/did_instances

5) delete reference to service 36 in /etc/cluster/ccr/dcs_service_keys: (copy this file to


another location (safety purpose))
36

6) create new checksum for dcs_service_keys file:


use the override flag (-o) on only one node.
node1# /usr/cluster/lib/sc/ccradm -i /etc/cluster/ccr/dcs_service_keys -o
node2# /usr/cluster/lib/sc/ccradm -i /etc/cluster/ccr/dcs_service_keys

7) edit /etc/cluster/ccr/directory file and delete reference to dcs service 36 line. (copy
this to another location (safety purpose))
dcs_service_36

8) create new checksum for 'directory' file:


use the override flag (-o) on only one node.
node1# /usr/cluster/lib/sc/ccradm -i /etc/cluster/ccr/directory -o
node2# /usr/cluster/lib/sc/ccradm -i /etc/cluster/ccr/directory
9) At this point you made all the modifications necessary for cluster DCS so it will know
the new disk that showed up as d33 as d8 as it used to be.
Reboot the nodes into cluster.
#reboot

Das könnte Ihnen auch gefallen