Databases Reference
In-Depth Information
14.
Next, check the status of your cell disks. The following output shows that they each have a
status of importForceRequired . Your cell disks will have this status if you completed your
storage cell rescue procedure and did not choose to repartition your devices, as we have
done in this example:
[root@cm01cel01 ~]# cellcli -e list celldisk
CD_00_cm01cel01 importForceRequired
CD_01_cm01cel01 importForceRequired
CD_02_cm01cel01 importForceRequired
CD_03_cm01cel01 importForceRequired
... output omitted for brevity
FD_00_cm01cel01 importForceRequired
FD_01_cm01cel01 importForceRequired
FD_02_cm01cel01 importForceRequired
... output omitted for brevity
[root@cm01cel01 ~]#
When your cell disks show a status of importForceRequired after a cell rescue procedure,
import your cell disks using the CellCLI import celldisk all force command:
15.
CellCLI> import celldisk all force
CellDisk CD_00_cm01cel01 successfully imported
CellDisk CD_01_cm01cel01 successfully imported
CellDisk CD_02_cm01cel01 successfully imported
... output omitted for brevity
CellCLI> list celldisk
CD_00_cm01cel01 normal
CD_01_cm01cel01 normal
CD_02_cm01cel01 normal
... output omitted for brevity
CellCLI>
The import celldisk all force command will also import and activate all of your grid disks:
CellCLI> list griddisk
DATA_CD_00_cm01cel01
active
DATA_CD_01_cm01cel01
active
DATA_CD_02_cm01cel01
active
... output omitted for brevity
CellCLI>
16.
Next, you must online your grid disks for each ASM disk group. The output in Listing 8-2
shows your disk group status prior to onlining the disks, the commands to online your
disks, and the status after onlining. Note that in the first output, the disk path is missing
from the display; this is because it is not onlined to the disk group yet.
Listing 8-2. lst08-02-failgroup-status.sql
SQL> select a.name,b.path,b.state,b.mode_status,b.failgroup
from v$asm_diskgroup a, v$asm_disk b
where a.group_number=b.group_number
 
Search WWH ::




Custom Search