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

Latest posts

Removing NIS from a Solaris system

This is a simple article providing a quick procedure to remove NIS completely from a Master Server, Slave Server, and NIS clients.

Solaris package management

Solaris 8 uses a number of commands to manage software installed on the OS. This short cheat sheet provides the basic package management commands.

Solaris Crash Dumps

If a Solaris system crashes (panic) it is possible to write the entire contents of memory to disk for later analysis.

Solaris Crash Dump Analysis (CDA)

Whatever the cause, the crash dump itself provides invaluable information to a support engineer to aid in diagnosing the problem.

Solaris backup and restore utilities

A brief overview of the various backup and restore utilities available under the Solaris operating system.

Components of a UFS file system

When you create a UFS file system, the disk slice is divided into cylinder groups.

soft links and hard links in Solaris

A link is a pointer to another file or directory. Links provide a mechanism for multiple file names to reference the same data on disk.