O Solaris 10 e 11 usa o que é chamado de Service Management Facility (SMF). Os equivalentes ao Linux /etc/default/servicename
e /etc/sysconfig/servicename
seriam encontrados em algum lugar nos dados do SMF.
Uma visão geral do Solaris 11 está disponível:
Apresentando o básico sobre gerenciamento de serviços Recurso (SMF) no Oracle Solaris 11
The Service Management Facility (SMF), first introduced in Oracle Solaris 10, is a feature of the operating system for managing system and application services, replacing the legacy
init
scripting start-up mechanism common to prior releases of Oracle Solaris and other UNIX operating systems. SMF improves the availability of a system by ensuring that essential system and application services run continuously even in the event of hardware or software failures. SMF is one of the components of the wider Oracle Solaris Predictive Self Healing capability.This article gives an introduction to SMF and demonstrates some simple examples of administering services on Oracle Solaris 11. More advanced administration topics will be covered in another article. To learn more about SMF, check out a variety of content at the SMF technology page on Oracle Technology Network.
...
Se você estiver familiarizado com os scripts init
herdados nos diretórios /etc/rc?.d
, este tutorial sobre como migrar esses scripts legados para serviços baseados em SMF é provavelmente um bom lugar para saber onde as partes do SMF estão realmente localizadas :
Como migrar o controle de serviços do sistema de Scripts para o Service Management Facility
Em geral, você pode começar procurando /lib/svc
e /var/svc
.