Domaininfo type error
domaininfo error (once in a while)
My analysis below,
1. The below code is the one causing this problem
domaininfo -d $pt_path -type -terse > /dev/null
if (( $? != 0 )); then
LogError -c $ERROR_INVALID_RPAS_DIR "The path $pt_path is not a domain."
return $ERROR_INVALID_RPAS_DIR
fi
2. If we execute the domaininfo utility command with error out path, it’s printing Global as output, but I believe rare case it’s not returning the value (Global or Subdomain in the scheduler) and the command returns non zero execution status.
3. I believe there is some issue with Oracle domaininfo utility, I checked the Oracle support site to know is there any patch already available for the same. I came to know this issue (