Here’s a list of common cellcli
commands used for managing Oracle Exadata Storage Servers.
These commands are executed from the Exadata cell node (Storage Server) as celladmin
or root
user, using the cellcli
tool.
Linux & Oracle DBA Blog
Here’s a list of common cellcli
commands used for managing Oracle Exadata Storage Servers.
These commands are executed from the Exadata cell node (Storage Server) as celladmin
or root
user, using the cellcli
tool.
In this post I have collected some Exadata commands
Exadata DB nodes check
cat /root/dbs_group
cat /root/all_group
dcli -g /root/dbs_group -l root 'hostname -i'
dcli -g /root/dbs_group -l root "uptime"
dcli -g /root/dbs_group -l root "df -h /u01"
dcli -g /root/dbs_group -l root "df -h /"
dcli -g /root/dbs_group -l root "df -h /boot"
dcli -g /root/dbs_group -l root "df -h "
dcli -g /root/dbs_group -l root "lvs"
dcli -g /root/dbs_group -l root vgdisplay
dcli -g /root/dbs_group -l root "dmcli -e list alerthistory where endTime=null and alertShortName=Hardware and alertType=stateful and severity=critical"
dcli -g /root/dbs_group -l root imageinfo
dcli -g /root/dbs_group -l root imageinfo -version
dcli -g /root/dbs_group -l root imageinfo -status
dcli -g /root/dbs_group -l root uname -r
dcli -g /root/dbs_group -l root imagehistory
dcli -g /root/dbs_group -l root /opt/oracle.cellos/CheckHWnFWProfile
dcli -g /root/dbs_group -l root file /usr/bin/ldd;ls -ls /usr/bin/ldd"
dcli -g /root/dbs_group -l root dmidecode -s system-product-name
dcli -g /root/dbs_group -l root /opt/MegaRAID/MegaCli/MegaCli64 -AdpBbuCmd -a0 | grep "Full Charge" -A5 | sort | grep Full
dcli -g /root/dbs_group -l root /opt/MegaRAID/MegaCli/MegaCli64 -AdpAllInfo -aAll | grep "FW Package Build"