|
<< Previous: Installing Sun Grid Engine Software Interactively |
|
Sun Grid Engine Information Center Installing SMF ServicesThe Service Management Facility (SMF) is a new feature in Solaris 10. It provides a unified model for controlling services, replaces RC scripts, handles service dependencies, provides better service availability, and speeds up boot process. If you do not use at least Version 10 of the Solaris OS in your cluster, or you do not plan to use SMF, continue with Installing Sun Grid Engine Software Interactively.
Installing SMF services includes the following topics: Why Install SMF Services?SMF provides a unified administrative model of the persistent services. It solves many challenges of the previous approaches. All services have a common place for log files. Persistent services are automatically restarted on failure. For more information, see SMF documentation. Additional Setup RequiredIf you want unprivileged users to use SMF services, you should create a role sge_admin. Assign this role to the users who should be able to manipulate the Grid Engine SMF services as described here. Then, you can simply answer y when prompted to use SMF during the installation. How Do SMF Services Compare to the Normal Services?The biggest difference between SMF and normal services is that SMF does not consider kill -9 to be a correct service shutdown. SMF interprets kill -9 to restart the service. Within the SMF framework, a service is uniquely identified by its fault resource management identifier (FMRI). qmaster DaemonService name (FMRI) is svc:/application/sge/qmaster:$SGE_CLUSTER_NAME.
1 - Restart the daemon if RC scripts were installed shadowd DaemonService name (FMRI) is svc:/application/sge/shadowd:$SGE_CLUSTER_NAME.
1 - Restart the daemon if RC scripts were installed execd DaemonService name (FMRI) is svc:/application/sge/execd:$SGE_CLUSTER_NAME.
1 - Restart the daemon if RC scripts were installed Berkeley RPC ServerService name (FMRI) is svc:/application/sge/bdb:$SGE_CLUSTER_NAME.
1 - Restart the server if RC scripts were installed dbwriter SoftwareService name (FMRI) is svc:/application/sge/dbwriter:$SGE_CLUSTER_NAME.
1 - Restart the dbwriter if RC scripts were installed
|
|
<< Previous: Installing Sun Grid Engine Software Interactively |