Solaris: Virtual Interface Creation / Deletion

To add virtual interface 1. Add entry in /etc/hosts # ifconfig eri0 addif 10.100.10.20/24 broadcast 10.100.10.255 up 3. Create /etc/hostname.eri0:xx with domain name as its content (where xx is next available no for virtual NIC, verify that using ifconfig -a command) or 1. Add statement to /etc/hostname.ce5 file 2. # ifconfig hme0 addif ip_address netmask

Solaris: Virtual Interface Creation / Deletion Read More »

How to reset ALOM password on V440 Server

List all user in ALOM (SC Prompt): # /usr/platform/SUNW,Sun-Fire-V440/sbin/scadm usershow username            permissions        password ——–                ———–         ——– admin                   cuar                    Assigned Reset ALOM (SC Prompt) user password: # /usr/platform/SUNW,Sun-Fire-V440/sbin/scadm userpassword <username> Add a new user in ALOM (SC Prompt) # /usr/platform/SUNW,Sun-Fire-V440/sbin/scadm useradd e8611 # /usr/platform/SUNW,Sun-Fire-V440/sbin/scadm userpassword e8611

How to reset ALOM password on V440 Server Read More »

Scroll to Top