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

Latest posts

How to create 1GB zeroed sparse file

A sparse file is a type of file that attempts to use file system space more efficiently when blocks allocated to the file are mostly empty.

Restoring original Solaris file permissions

In the event of drastic file permission or ownership changes, it is possible to restore the original permissions of the file(s)

Cloning a Solaris zone

The beauty of zones under Solaris for me is the ability to clone any zone and then easily adapt it for it's new resources and function.

How to Setup and Configure NIS/YP Services

This is a step-by-step tutorial that explains the installation and configuration of ypserv NIS server and client.

Configuring Solaris Link Aggregation

When we aggregate two or more network interfaces we are forming a new network interface on top of those physical interfaces.

Listing avilable Solaris 10 services

Under Solaris 10 we use the svcs command to provide information about services, including their status.

Troubleshooting a hung process

Using truss/strace is a simple method to verify if a running process is performing any activity or is in a hung state whilst making a system calls.