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

100 Oracle DBA Interview Questions and Answers

  Here are 100 tricky interview questions tailored for a Senior Oracle DBA role. These questions span a wide range of topics, including perf...