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 SQL Plan Baselines in Oracle Database

  Understanding SQL Plan Baselines in Oracle Database SQL Plan Baseline is the feature in Oracle started from Database 11g that helps to pre...