Hi Team,
I want to know GI PSU version installed on any server/node. Currently I am finding it through the below command, but its not giving me the correct value.. Can you please help me on this?
$GRID_HOME/OPatch/opatch lsinventory -invPtrLoc $GRID_HOME/oraInst.loc | egrep -i 'OCW Patch Set Update' | cut -d ':' -f3 | awk -F '(' '{print $1}' | awk -F '.' '{print $5}'
Do you know any other reliable way to find the GI PSU version number and details?
Thanks,
Gurunath Mulay