How to change Sun server T2000 Battery Replacement

1. serial connect. 2. collect log form SC – showenvironment – showlogs -v – showdate – showplatform – showfaults – console -f 3. collect logs from OS : – bash – prtdiag -v –...

How to reset Exadata Grub Password

1- reset /SYS2- In GRUB menu Press ESC and it will pause the GRUB screen.3- Enter “P” the GRUB Password = sos1Exadata.4- Select the Boot GRUB Menu and append to the END of the...

How to use mounting an existing CD-ROM image under Sun Solaris

bash-3.2# lofiadm -a /eis-dvd-Dec2013.iso /dev/lofi/1 bash-3.2# mount -F hsfs -o ro /dev/lofi/1 /mnt Mounting an Existing ISO CD-ROM Image under Solaris UNIX: If your image name is cd.iso, you can type command: # lofiadm...

How to install GUI to solaris 11 step by step

Solaris 11 test installer is that does not install everything necessary to run a GUI desktop.There is a relatively easy way to add the necessary packages to allow GDM and related tools to work....

How to replace the mirror disk on Solaris 10

Take backup first:# metastat –p >/var/tmp/metastat-p-b4repalcement# metastat –t >/var/tmp/metastat-t-b4replacement# metadb –i >/var/tmp/metadb-i-b4replacement# echo | format >/var/tmp/format-b4replacement# iostat –en >/var/tmp/iostat-en-b4repalcement# ifconfig –a >/var/tmp/ifconfig-a-b4repalcement # echo | formatSearching for disks…doneAVAILABLE DISK SELECTIONS:       0. c0t0d0...

How to change password on Solaris 10 ( x86 & SPARC)

init 0 go to ok promt only for SPARCok boot -F failsafeThis one is for x86#df -h#mount /dev/dsk/c1t0d0s0 /a#cp -p /a/etc/passwd /a/etc/passwd_1#cp -p /a/etc/shadow /a/etc/shadow_1#grep root /a/etc/shadow It shows the beloow lineroot:123e45r56:15478::::::    ——it...

Oracle Hardware ILOM Command

Login related commands-> start /SP/console        — start the SP-console-> show /SP/sessions        — see the currently active sessions-> stop /SP/console         — to stop any user session...

How to enable SSH step by step

#vi /etc/ssh/sshd_config Go down & change Permitrootlogin from “NO” to “YES” then start ssh service #svcadm restart ssh

How to enable telnet step by step

1)vi /etc/default/login 2) Press i, go to the following line: CONSOLE=/dev/console put # before it,then press ESC then press : then type- :wq! which will exit vi editor 3)svcadm restart telnet