Cassandra Commands

cassandra -f [start commads] ./nodetool status [checking status] ./nodetool ring [depicts of the state of nodes] ./nodetool -h 192.168.0.101 clean [cleanup of keys that no longer belong to a particular…

ASM Day to Day Life Scripts

To identify the number of diskgroup ,status from below query. select group_number,name from v$asm_diskgroup; select group_number, name, state, type from v$asm_diskgroup; Size of ASM Diskgroup SELECT NAME, STATE, TYPE, ROUND(TOTAL_MB…