Software & oracle version is same on both the servers.
Only thing is patch level. I need help for this as there
are so many patches installed I am not getting which
patches I have to apply.
If you have a support contract with HP, you can use custom patch manager to tell you what patches are missing from each server, and if there are any 'bad' patches which ones should be removed.
Or you can use swlist and diff to tell you the patch differences between the two servers.
The following command will tell you the complete patches on a system (copy and paste).
swlist -l fileset | grep "^# PH[CKNS][ELOS]" | sed 's/ / /' | sed 's/^# / /'
I would consider raising this issue on an Oracle forum as well, I'm not sure if tec-tips has one.
You could either send the output to a file on both servers and then copy one of the files to the other server and use the diff command to find the differences or you could print the output from both servers and because the patches are shown in type and numerical order, you could match and find the differences very easily.
To print, on the end of the previous command use
| lp -d printerdest
replacing printer printerdest with the name of your printer.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.