DevTech101

DevTech101

SMF

Fix / Workaround For Solaris SMF pkg/repositories-setup Maintenance Due To Proxy Issue

The workaround below should fix the issue with the SMF Repositories-Setup going into maintenance. Below is a workaround I used to address/fix the issue with the svc:/application/pkg/system-repository:default going in to maintenance. So I am to trying to install a zone on a fresh Solaris 11.4 server, by running the below. zoneadm -z z1 install The …

Fix / Workaround For Solaris SMF pkg/repositories-setup Maintenance Due To Proxy Issue Read More »

Nginx SMF for Solaris – Allowing Users Starting Nginx With SMF

Assigning access to any user to start Nginx Below are the steps needed to a user that will be allowed to start Nginx with the Solaris SMF system. Add to /etc/user_attr nginx::::auths=solaris.smf.manage.nginx Or just run usermod -A solaris.smf.manage.nginx nginx Add to /etc/security/auth_attr.d/local-entries solaris.smf.manage.nginx:::enable, disable and refresh nginx:: Create the service

How to assign / allow users to start SMF service in Solaris

How to assign / allow users to start SMF service in Solaris Add to /etc/user_attr informix::::auths=solaris.smf.manage.informix Or just run usermod -A solaris.smf.manage.informix informix Add to /etc/security/auth_attr.d/local-entries solaris.smf.manage.informix:::enable, disable and refresh iwatch:: Create the service iWatch managed service Import the new service and enable svcadm import iwatch svcadm enable iwatch