Category: Solaris

IPMP for Probe based & Link based

FOR PROBE BASED:  # vi /etc/hosts “/etc/hosts” [Read only] 6 lines, 97 characters # # Internet host table # ::1     localhost 127.0.0.1       localhost 192.168.30.20   securebackup    loghost 192.168.30.21   securebackup-e1000g0 192.168.30.22   securebackup-e1000g1 #vi /etc/hostname.e1000g0 securebackup netmask...

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 Create mount point in Solaris 10

# Format > disk >p > p>3 (30GB)        4 (30GB)         5 (30GB)than level : press l and continuecheck the partition is ok # newfs /dev/rdsk/c0t0d0s3# mkdir /var# mount...

Solaris Run Level

Run Level Init State Purpose 0 Power-down Shut down the operating system so that it will be safe to turn off the power to the machine. S Single-user Run the system in a single-user...

How to configure ssh in both Solaris and Linux

For Solaris #vi /etc/ssh/sshd_config Go down & change Permitrootlogin from “NO” to “YES” then start ssh service #svcadm restart ssh For Linux # vi /etc/ssh/sshd_config Go down and check the information is same as below...