This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
tech:openindiana:start [2015/05/23 17:19] rk4n3 |
tech:openindiana:start [2017/05/03 22:17] (current) rk4n3 |
||
---|---|---|---|
Line 5: | Line 5: | ||
===== Common Tasks ===== | ===== 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 ==== | ==== Common Admin Tasks ==== | ||
Line 25: | Line 31: | ||
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//'' | 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'' | + | //(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//'' | Restore the service: ''svcadm clear //servicename//'' |