This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
exadata [2021/01/02 12:58] ss_wiki_admin |
exadata [2021/01/02 13:04] (current) ss_wiki_admin |
||
|---|---|---|---|
| Line 3: | Line 3: | ||
| <code bash> | <code bash> | ||
| dcli -g cell_group -l root cellcli -e list alerthistory | dcli -g cell_group -l root cellcli -e list alerthistory | ||
| + | </ | ||
| + | |||
| + | == Show disk caching for griddisk disks == | ||
| + | <code bash> | ||
| + | dcli -g cell_group -l root cellcli -e list griddisk attributes name, | ||
| + | </ | ||
| + | |||
| + | == Disable caching of griddisk == | ||
| + | <code bash> | ||
| + | alter griddisk RECOC1_CD_08_heiwcel08_man cachingpolicy=' | ||
| </ | </ | ||
| Line 63: | Line 73: | ||
| or | or | ||
| ALTER CELL ramCacheMode=auto | ALTER CELL ramCacheMode=auto | ||
| + | </ | ||
| + | |||
| + | == Retrieve ExaWatcher Detail (DB Node)== | ||
| + | <code bash> | ||
| + | / | ||
| </ | </ | ||