-
svccfg import file.xmlimports a service manifest file -
svcadm enable [service]start service -
svcadm disable [service]stop service -
tail $(svcs -L [service])show logs for management of service
ndd /dev/udp upd_max_bufget the max UDP buffer sizendd -set /dev/udp udp_max_buf [value]set the max UDP buffer size to value
More params here: https://docs.oracle.com/cd/E23824_01/html/821-1450/chapter4-57.html and https://www.veritas.com/support/en_US/article.000066024
pkgin update- update package DBpgkin search [query]- find packagespkgin install [package]- install package
This uses the smartos-platform-upgrade tool from https://github.com/calmh/smartos-platform-upgrade.
platform-update /dev/dsk/c1t0d0p1- Check the disk contents (see the README from the tool repo)
umount /dev/dsk/c1t0d0p1reboot