2014. 2. 6. 14:54 오라클
exadata cellcli 명령어
1. check cell status
CellCLI> list cell
CellCLI> list cell detail
2. Physical Disk Information
CellCLI> list physicaldisk
CellCLI> list physicaldisk E15SBS detail
3. LUN Disks Detail
CellCLI> list lun
CellCLI> list lun 0_0 detail
CellCLI> list lun 5_3 detail
4. Cell Disks Report
CellCLI> list celldisk
CellCLI> list celldisk CD_08_exadatalcel10 detail
CellCLI>list celldisk attributes name, devicePartition where size>200g;
CellCLI> list celldisk attributes name,status,size
5. Grid Disk Knowledge
CellCLI> list griddisk
CellCLI> list celldisk CD_02_exadatalcel10 detail
CellCLI> list griddisk DATA_DMORL_CD_02_exadatalcel10 detail
CellCLI> list griddisk DBFS_DG_CD_02_exadatalcel10 detail
CellCLI> list griddisk RECO_DMORL_CD_02_exadatalcel10 detail
6. Display Exadate Alerts
CellCLI> list alerthistory
CellCLI> list alerthistory 8_1 detail
CellCLI> list alerthistory where severity like '[warning|critical]'
CellCLI> list alertdefinition detail
7. Restart Cell Services
CellCLI> list cell detail
CellCLI> alter cell restart services rs
CellCLI> alter cell restart services ms
CellCLI> alter cell restart services cellsrv
CellCLI> alter cell restart services all
CellCLI> alter cell shutdown services rs
CellCLI> alter cell shutdown services ms
CellCLI> alter cell shutdown services cellsrv