10Sstevel@tonic-gate<?xml version='1.0'?> 20Sstevel@tonic-gate<!DOCTYPE service_bundle SYSTEM '/usr/share/lib/xml/dtd/service_bundle.dtd.1'> 30Sstevel@tonic-gate 40Sstevel@tonic-gate<!-- 5*4235Smarkfen Copyright 2007 Sun Microsystems, Inc. All rights reserved. 60Sstevel@tonic-gate Use is subject to license terms. 70Sstevel@tonic-gate 80Sstevel@tonic-gate CDDL HEADER START 90Sstevel@tonic-gate 100Sstevel@tonic-gate The contents of this file are subject to the terms of the 112547Smb158278 Common Development and Distribution License (the "License"). 122547Smb158278 You may not use this file except in compliance with the License. 130Sstevel@tonic-gate 140Sstevel@tonic-gate You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 150Sstevel@tonic-gate or http://www.opensolaris.org/os/licensing. 160Sstevel@tonic-gate See the License for the specific language governing permissions 170Sstevel@tonic-gate and limitations under the License. 180Sstevel@tonic-gate 190Sstevel@tonic-gate When distributing Covered Code, include this CDDL HEADER in each 200Sstevel@tonic-gate file and include the License file at usr/src/OPENSOLARIS.LICENSE. 210Sstevel@tonic-gate If applicable, add the following below this CDDL HEADER, with the 220Sstevel@tonic-gate fields enclosed by brackets "[]" replaced with your own identifying 230Sstevel@tonic-gate information: Portions Copyright [yyyy] [name of copyright owner] 240Sstevel@tonic-gate 250Sstevel@tonic-gate CDDL HEADER END 260Sstevel@tonic-gate 270Sstevel@tonic-gate ident "%Z%%M% %I% %E% SMI" 280Sstevel@tonic-gate 290Sstevel@tonic-gate NOTE: This service manifest is not editable; its contents will 300Sstevel@tonic-gate be overwritten by package or patch operations, including 310Sstevel@tonic-gate operating system upgrade. Make customizations in a different 320Sstevel@tonic-gate file. 330Sstevel@tonic-gate--> 340Sstevel@tonic-gate 350Sstevel@tonic-gate<service_bundle type='manifest' name='SUNWdcsr:dcs'> 360Sstevel@tonic-gate 370Sstevel@tonic-gate<service 380Sstevel@tonic-gate name='platform/sun4u/dcs' 390Sstevel@tonic-gate type='service' 400Sstevel@tonic-gate version='1'> 410Sstevel@tonic-gate 420Sstevel@tonic-gate <create_default_instance enabled='false' /> 430Sstevel@tonic-gate 441120Smb158278 <dependency 451120Smb158278 name='network' 461120Smb158278 grouping='require_all' 471120Smb158278 restart_on='none' 481120Smb158278 type='service'> 491120Smb158278 <service_fmri value='svc:/network/loopback' /> 501120Smb158278 </dependency> 511120Smb158278 52*4235Smarkfen <!-- sckmd is required on OPL and Starcat but Not Starfile --> 531120Smb158278 <dependency 54*4235Smarkfen name='sckmd' 55*4235Smarkfen grouping='optional_all' 562547Smb158278 restart_on='none' 572547Smb158278 type='service'> 58*4235Smarkfen <service_fmri value='svc:/platform/sun4u/sckmd' /> 592547Smb158278 </dependency> 602547Smb158278 612547Smb158278 <dependency 622547Smb158278 name='cryptosvc' 632547Smb158278 grouping='require_all' 642547Smb158278 restart_on='none' 652547Smb158278 type='service'> 662547Smb158278 <service_fmri value='svc:/system/cryptosvc' /> 672547Smb158278 </dependency> 682547Smb158278 692547Smb158278 <dependency 702547Smb158278 name='filesystem_usr' 712547Smb158278 grouping='require_all' 722547Smb158278 restart_on='none' 732547Smb158278 type='service'> 742547Smb158278 <service_fmri value='svc:/system/filesystem/usr' /> 752547Smb158278 </dependency> 762547Smb158278 772547Smb158278 <dependency 781120Smb158278 name='nodename' 791120Smb158278 grouping='require_all' 801120Smb158278 restart_on='none' 811120Smb158278 type='service'> 821120Smb158278 <service_fmri value='svc:/system/identity:node' /> 831120Smb158278 </dependency> 840Sstevel@tonic-gate 850Sstevel@tonic-gate <exec_method 860Sstevel@tonic-gate type='method' 871120Smb158278 name='start' 881120Smb158278 exec='/lib/svc/method/svc-dcs' 891120Smb158278 timeout_seconds='60'> 900Sstevel@tonic-gate </exec_method> 910Sstevel@tonic-gate 920Sstevel@tonic-gate <exec_method 930Sstevel@tonic-gate type='method' 941120Smb158278 name='stop' 951120Smb158278 exec=':kill -9' 961120Smb158278 timeout_seconds='60'> 970Sstevel@tonic-gate </exec_method> 980Sstevel@tonic-gate 991120Smb158278 <!-- these are passed to dcs in the method script --> 1001120Smb158278 <property_group name='dcs' type='application'> 1011120Smb158278 <propval name='ah_auth' type='astring' value='md5' /> 1021120Smb158278 <propval name='esp_encr' type='astring' value='none' /> 1031120Smb158278 <propval name='esp_auth' type='astring' value='none' /> 1040Sstevel@tonic-gate </property_group> 1050Sstevel@tonic-gate 1060Sstevel@tonic-gate <stability value='Unstable' /> 1070Sstevel@tonic-gate 1080Sstevel@tonic-gate <template> 1090Sstevel@tonic-gate <common_name> 1100Sstevel@tonic-gate <loctext xml:lang='C'> 1110Sstevel@tonic-gate domain configuration server 1120Sstevel@tonic-gate </loctext> 1130Sstevel@tonic-gate </common_name> 1140Sstevel@tonic-gate <documentation> 1150Sstevel@tonic-gate <manpage title='dcs' section='1M' 1160Sstevel@tonic-gate manpath='/usr/share/man' /> 1170Sstevel@tonic-gate </documentation> 1180Sstevel@tonic-gate </template> 1190Sstevel@tonic-gate</service> 1200Sstevel@tonic-gate 1210Sstevel@tonic-gate</service_bundle> 122