Table of Contents

Technical Information: OpenIndiana Topics

IllumOS Topics
oi-userland

Common Tasks

Basic Installation

For VirtualBox guest installation, install the Solaris Guest Additions: pkgadd -d ./VBoxSolarisAdditions.pkg

Enable DNS: add “dns” to the hosts line in /etc/nsswitch.conf

Common Admin Tasks

Services

Services in maintenance state

Normally, when a service instance is in a maintenance state, all processes associated with that instance have stopped. However, you should make sure before you proceed.

Determine why the service is in maintenance: svcs -x servicename

The following command lists all of the processes that are associated with a service instance as well as the PIDs for those processes:
svcs -p servicename

(Optional) Kill any remaining processes …repeat this step for all processes that are displayed by the svcs command:
pkill -9 process-name

Restore the service: svcadm clear servicename

Zones

Basic

Here's a decent guide: building in a zone

Create ZFS pool for zones

Initialize the zone's basic local config

Set up DNS

Other zone operations

Removing a zone


Links: Tech InfoMantis Area