how to install a patch in solaris 10( step by step
details)?
Answers were Sorted based on User's Feedback
Answer / ajayaghosh v l
1) Need to take the backup filesystem through ufsdump or ,
need to remove one of the root mirror from the server .
2) Need to check the current patch version on the server .
# uname -a ( For kernel patch )
# showrev -p ( For other patches )
3) Check the latest patch in http://sunsolve.sun.com
4) Gothrough the Read me file
5) Boot the server in to the single user mode
#shutdown -g0 -y -i1 ( or #init 0 & ok boot -s )
6) Install the patch
#Patchadd < Ptach >
7) Down the machine in to the OBP using #init 0
8) Do the reconfiguration boot
#boot -r
9) Check the patch is updated pr not
| Is This Answer Correct ? | 48 Yes | 12 No |
Answer / manikandan
1)Mount the cdrom
2)/cdrom/eis-dvd/sun/install
3) . ./profile-EIS
4) ./setup-standard.sh
5) cd /cdrom/eis-dvd/sun/patch
6) goto the desired directory where the patches are
available
7) unpack_patches
8) provide the path for unpacking for ex : /var/sun
9) init S
10) cd /var/sun
11) ./install_all_patches
| Is This Answer Correct ? | 37 Yes | 7 No |
When you "ping server" and "ping server.domainname", you get different results. Why?
After creating swap file update the same to /etc/vfstab what will be the fstype.
how to find bad disk in VERITAS VOLUME MANAGER
how to see particular job whether completed or not?
what is 2 in uadmin 2 0 command in solaris
How to add a group
How to check boot promt version from command prompt
Hello Everyone, One of our servers is showing a strange issue, let me paste the output Code: root # uptime 4:37pm 3 users, load average: 0.00, 0.04, 0.04 Its been running since months but you can see after time there isn't any output like up 191 days(s). Even the who command with b and r option isn't giving any output. Code: root # who -b root # root # who -r root # the date command displays correct output. I am not sure but is it because someone has played with utmpx and wtmpx files, is reboot the only solution we have. Can anyone help us since we don't intend to reboot the server for such a reason and also no one has complained till yet.
How to change the default new user shell without mentioning -s /bin/sh in cmd useradd or usermod and which file we need to change? this is not for existing user
What are the Patch Management Issues you have faced and how did you resolve them?
What are the differences between the command line and graphical user interface?
How would you truncate a log file that is growing too large if you don't have space to compress it or to move it somewhere else? How would you do it?