Disclaimer

Monday, 13 September 2021

How to open OCRDUMP and check if Interface information is correct

 (root)

export $GI_HOME=/u01/app/19.3.0.0/grid

$GI_HOME/bin/ocrdump /tmp/dump.ocr1

grep 'css.interfaces' /tmp/dump.ocr1 | awk -F \] '{print $1}' | awk -F \. '{print $5}' | sort -u

enp0s3 <--- Private
enp0s8 <---- Public


$GI_HOME/bin/oifcfg iflist -p -n

enp0s3 192.168.56.0 PRIVATE 255.255.255.0
enp0s8 10.10.10.0 PRIVATE 255.255.255.0
enp0s8 169.254.0.0 UNKNOWN 255.255.224.0
virbr0 192.168.122.0 PRIVATE 255.255.255.0


No comments:

Post a Comment

Understanding CSSD Heartbeat Mechanisms in Oracle RAC

  Understanding CSSD Heartbeat Mechanisms in Oracle RAC The Cluster Services Synchronization Daemon (CSSD) is a critical process in Oracle...