how to add patched to the kernel
Answers were Sorted based on User's Feedback
Answer / zeewa
1.) uname -a --------> To view the current patch
2.) download latest kernel patch
3.) boot through single user mode
4.) install patch with patchadd command.
| Is This Answer Correct ? | 13 Yes | 0 No |
patch is nothing but bug fixing . we download the patching (
www.oracle.com/support)steps of patching 1) showrev -p it
shows the installed patches 2) patchadd -d /tmp < six digit
patch version no > < patch no >
ex) patchadd -d /tmp 101010 11
patches are need to be installed on maintenance mode
multiple patching installation
#smpatch -d <location> patch no
or using third party software file zilla it will easy to
handle to patching
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / kalpesh
run uname -a command find the kernel
dowanload the updated version and
install with
patchadd <pathch-id>
| Is This Answer Correct ? | 0 Yes | 1 No |
types of installations in solaris
what is the major problem u faced in u r carrier or in u r present company
How RPC will work..?
1.how to see global zone name residing in non global zone?
Hi All, Q. I have one log file that log file contains application message but the application message in log file not append any date value. so after 1 to 2 date that file is big size , I want to delete contents only that was appended before 4 days ago from that single file and rest of the file contents would be remains same.
how to use Multipathing in Solaris
what is State database replica?
what r the files need to edit for DNS configuration..?
what is df -kh i/o error ?How to Troubleshoot ?
What is the use of ufsdump command in solaris
In TOP command, can you please explain what is the three numbers reported as part of the load average output "load average: 11.57, 9.84, 8.26"
what is sc prompt in solaris? how can we get that sc prompt?