Right now I am working in SAN Migration, we are moving our storage from SAN to NETAPP for one of our 3 node RAC cluster.
our env:
Gird version : 11.2.0.1
DB Version : 10.2.0.4
- Code: Select all
NAME Total_GB Free_GB
---------- ---------- ----------
ARCHLOG 400 397.58
CRS_VOTE 5 4.61
DATA 20501.4 10195.64
LOG1 40 12.55
LOG2 40 12.59
LOG3 40 32.69
LOG4 40 39.83
Since this is 11g R2 cluster we placed OCR and Vote disk into single Diskgroup named CRS_VOTE.
Right now we are in the process of adding new disks (from NETAPP storage) into DATA diskgroup and parallely dropping old disks (from SAN storage) in one command.
once the rebalance got completed we need to move OCR and Votedisk to new storage for this how can I do.
means what are the steps should i follow inorder to move those two files from SAN to NETAPP storage.
Right now we are doing this migration on Test ENV once it completed successfully we will implement the same in Production also.
- Code: Select all
oracle:+ASM1@lnxractst3a /oracle > ocrcheck
Status of Oracle Cluster Registry is as follows :
Version : 3
Total space (kbytes) : 262120
Used space (kbytes) : 3280
Available space (kbytes) : 258840
ID : 1403990432
Device/File Name : +CRS_VOTE
Device/File integrity check succeeded
Device/File not configured
Device/File not configured
Device/File not configured
Device/File not configured
Cluster registry integrity check succeeded
Logical corruption check bypassed due to non-privileged user
We are not using any mirroring for OCR disk.
in this situation how can I achive this task.