PDA

View Full Version : Creating SMF startup script for Solaris 10 environment


lsalas
06-09-2008, 10:36 PM
Solaris 10 uses SMF (Service Management Facility) for creating and managing services. To enable JSCAPE Secure FTP Server as a service you will need to do the following:

1. Create an SMF manifest file which describes the service.

2. Import SMF manifest file using "svccfg import service.xml" command.

3. Enable service using "svcadm enable svc:/application/servicename" command.

For more information on creating service using SMF please see the following links:

http://www.sun.com/software/solaris/howtoguides/smfmanifesthowto.jsp

http://www.sun.com/software/solaris/howtoguides/servicemgmthowto.jsp

To request a sample SMF manifest file, please submit a ticket to the Help Desk and this can be sent to you.