0% found this document useful (0 votes)
98 views2 pages

Inhand Command

The document contains commands using dcli to run checks and gather information from systems with dbs_group and cell_group. It runs commands to check kernel version, firmware, storage configuration, network configuration, and database configuration. It also lists objects from the database registry and runs reports to check for invalid objects and compile objects.

Uploaded by

ramkumar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
98 views2 pages

Inhand Command

The document contains commands using dcli to run checks and gather information from systems with dbs_group and cell_group. It runs commands to check kernel version, firmware, storage configuration, network configuration, and database configuration. It also lists objects from the database registry and runs reports to check for invalid objects and compile objects.

Uploaded by

ramkumar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

dcli -l root -g ~/dbs_group " uname -r"

dcli -l root -g ~/dbs_group " cat /etc/enterprise-release"


dcli -l root -g ~/dbs_group "/opt/MegaRAID/MegaCli/MegaCli64 -LDInfo -Lall
-a0"
dcli -l root -g ~/dbs_group "/opt/MegaRAID/MegaCli/MegaCli64 -AdpAllInfo
-aAll | grep 'FW Package Build'"
dcli -l root -g ~/dbs_group " imageinfo"
dcli -l root -g ~/dbs_group "ipmitool sunoem version"
dcli -l root -g ~/dbs_group "ipmitool sunoem cli 'show faulty'"
dcli -l root -g ~/dbs_group " rpm -qa | wc -l"
dcli -l root -g ~/dbs_group 'rpm -qa >> /home/oracle/`date +%m%d%y_%R:
%S`_rpm.log'
dcli -l root -g ~/dbs_group " rpm -qa| grep ofa"
dcli -l root -g ~/dbs_group "/opt/oracle.cellos/CheckHWnFWProfile -d"
dcli -l root -g ~/dbs_group "/opt/oracle.cellos/CheckHWnFWProfile -s"
dcli -l root -g ~/dbs_group "/opt/oracle.cellos/CheckHWnFWProfile -c strict"
dcli -l root -g ~/dbs_group 'ifconfig'
dcli -l root -g ~/dbs_group 'crontab -l'
dcli -l root -g ~/dbs_group 'cat /etc/fstab'
dcli -l root -g ~/dbs_group 'mount -l'
dcli -l root -g ~/dbs_group 'df -h'
dcli -l root -g ~/cell_group " uname -r"
dcli -l root -g ~/cell_group " cat /etc/enterprise-release"
dcli -l root -g ~/cell_group "/opt/MegaRAID/MegaCli/MegaCli64 -LDInfo -Lall
-a0"
dcli -l root -g ~/cell_group "/opt/MegaRAID/MegaCli/MegaCli64 -AdpAllInfo
-aAll | grep 'FW Package Build'"
dcli -l root -g ~/cell_group imageinfo | grep 'Active image version'
dcli -l root -g ~/cell_group " imageinfo"

dcli -l root -g ~/cell_group "ipmitool sunoem version"


dcli -l root -g ~/cell_group "ipmitool sunoem cli 'show faulty'"
dcli -l root -g ~/cell_group " rpm -qa | wc -l"
dcli -l root -g ~/cell_group 'rpm -qa >> /home/oracle/`date +%m%d%y_%R:
%S`_rpm.log'
dcli -l root -g ~/cell_group " rpm -qa| grep ofa"
dcli -l root -g ~/cell_group "/opt/oracle.cellos/CheckHWnFWProfile -d"
dcli -l root -g ~/cell_group "/opt/oracle.cellos/CheckHWnFWProfile -s"
dcli -l root -g ~/cell_group "/opt/oracle.cellos/CheckHWnFWProfile -c strict"
dcli -l root -g ~/cell_group 'ifconfig'
dcli -l root -g ~/cell_group 'df -h'
dcli -l root -g ~/cell_group "cellcli -e list griddisk"
dcli -l root -g ~/cell_group "cellcli -e list physicaldisk"
dcli -l root -g ~/cell_group "cat /proc/mdstat"
dcli -l root -g ~/cell_group mdadm -D /dev/md* |grep 'md\|State :'
dcli -l root -g ~/cell_group mdadm -D /dev/md* |grep faulty
dcli -l root -g ~/cell_group " mdadm -Q --detail /dev/md* "
dcli -l root -g ~/cell_group "cellcli -e alter cell validate configuration"

select comp_id, comp_name, version, status from dba_registry


select owner, segment_type, count(*) from dba_objects where status =
'INVALID'
group by owner, segment_type;
Run @utlrp.sql to compile all objects
select * from registry@history
select * from v$version
select * from v$option
cell alert log

=====

/opt/oracle/cell/log/diag/asm/cell/{node name}/trace/alert.log

You might also like