A collection of system administration hints and tips, tricks and articles for the Solaris operating system in all its variants.

Latest posts

EFI and SUN Disk Labels

Have you ever got into a situation where you can't install a new system as you forgot to change the disk label from EFI prior to install?

Patching a Solaris System using Live Upgrade

Solaris Live Upgrade is not limited to only OS upgrades; you can use it to manage downtime and risk when patching a system.

Solaris Branded Zones

Branded zones are Solaris 8 or Solaris 9 containers created in a Solaris 10 global zone with BrandZ framework to extend the Solaris zones.

Automatic home directory creation

Using the executable maps feature in Solaris automounter we can create an authenticated users home directory automatically if it does not exist.

Identifying an ethernet (MAC) address in Solaris

Identifying a ethernet MAC address in Solaris as a non-root user is not as difficult as people think. arp, netstat and prtpicl are your friends.

Configuring link based IPMP on Solaris

IP network multipathing (IPMP) provides a mechanism for building redundant network interfaces to guard against failures with network interfaces.

How to unexpire a user login in Solaris

Using the usermod command on Solaris allows a sysadmin to unexpier/unlock a users login account

Reset lost Solaris root password using kmdb

Performing a Solaris root password recovery when neither local cd/dvd or jumpstart (netinstall) options are avilable.

Changing Solaris password with an expect script

Changing a users password without user input is easy under Linux using the chpasswd command. On Solaris this does not exist.