17c478bd9Sstevel@tonic-gate<?xml version='1.0'?> 27c478bd9Sstevel@tonic-gate<!DOCTYPE service_bundle SYSTEM '/usr/share/lib/xml/dtd/service_bundle.dtd.1'> 37c478bd9Sstevel@tonic-gate 47c478bd9Sstevel@tonic-gate<!-- 5*e3320f40Smarkfen Copyright 2007 Sun Microsystems, Inc. All rights reserved. 67c478bd9Sstevel@tonic-gate Use is subject to license terms. 77c478bd9Sstevel@tonic-gate 87c478bd9Sstevel@tonic-gate CDDL HEADER START 97c478bd9Sstevel@tonic-gate 107c478bd9Sstevel@tonic-gate The contents of this file are subject to the terms of the 11314609f3Smb158278 Common Development and Distribution License (the "License"). 12314609f3Smb158278 You may not use this file except in compliance with the License. 137c478bd9Sstevel@tonic-gate 147c478bd9Sstevel@tonic-gate You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 157c478bd9Sstevel@tonic-gate or http://www.opensolaris.org/os/licensing. 167c478bd9Sstevel@tonic-gate See the License for the specific language governing permissions 177c478bd9Sstevel@tonic-gate and limitations under the License. 187c478bd9Sstevel@tonic-gate 197c478bd9Sstevel@tonic-gate When distributing Covered Code, include this CDDL HEADER in each 207c478bd9Sstevel@tonic-gate file and include the License file at usr/src/OPENSOLARIS.LICENSE. 217c478bd9Sstevel@tonic-gate If applicable, add the following below this CDDL HEADER, with the 227c478bd9Sstevel@tonic-gate fields enclosed by brackets "[]" replaced with your own identifying 237c478bd9Sstevel@tonic-gate information: Portions Copyright [yyyy] [name of copyright owner] 247c478bd9Sstevel@tonic-gate 257c478bd9Sstevel@tonic-gate CDDL HEADER END 267c478bd9Sstevel@tonic-gate 277c478bd9Sstevel@tonic-gate ident "%Z%%M% %I% %E% SMI" 287c478bd9Sstevel@tonic-gate 297c478bd9Sstevel@tonic-gate NOTE: This service manifest is not editable; its contents will 307c478bd9Sstevel@tonic-gate be overwritten by package or patch operations, including 317c478bd9Sstevel@tonic-gate operating system upgrade. Make customizations in a different 327c478bd9Sstevel@tonic-gate file. 337c478bd9Sstevel@tonic-gate--> 347c478bd9Sstevel@tonic-gate 357c478bd9Sstevel@tonic-gate<service_bundle type='manifest' name='SUNWdcsr:dcs'> 367c478bd9Sstevel@tonic-gate 377c478bd9Sstevel@tonic-gate<service 387c478bd9Sstevel@tonic-gate name='platform/sun4u/dcs' 397c478bd9Sstevel@tonic-gate type='service' 407c478bd9Sstevel@tonic-gate version='1'> 417c478bd9Sstevel@tonic-gate 427c478bd9Sstevel@tonic-gate <create_default_instance enabled='false' /> 437c478bd9Sstevel@tonic-gate 442eaee53eSmb158278 <dependency 452eaee53eSmb158278 name='network' 462eaee53eSmb158278 grouping='require_all' 472eaee53eSmb158278 restart_on='none' 482eaee53eSmb158278 type='service'> 492eaee53eSmb158278 <service_fmri value='svc:/network/loopback' /> 502eaee53eSmb158278 </dependency> 512eaee53eSmb158278 52*e3320f40Smarkfen <!-- sckmd is required on OPL and Starcat but Not Starfile --> 532eaee53eSmb158278 <dependency 54*e3320f40Smarkfen name='sckmd' 55*e3320f40Smarkfen grouping='optional_all' 56314609f3Smb158278 restart_on='none' 57314609f3Smb158278 type='service'> 58*e3320f40Smarkfen <service_fmri value='svc:/platform/sun4u/sckmd' /> 59314609f3Smb158278 </dependency> 60314609f3Smb158278 61314609f3Smb158278 <dependency 62314609f3Smb158278 name='cryptosvc' 63314609f3Smb158278 grouping='require_all' 64314609f3Smb158278 restart_on='none' 65314609f3Smb158278 type='service'> 66314609f3Smb158278 <service_fmri value='svc:/system/cryptosvc' /> 67314609f3Smb158278 </dependency> 68314609f3Smb158278 69314609f3Smb158278 <dependency 70314609f3Smb158278 name='filesystem_usr' 71314609f3Smb158278 grouping='require_all' 72314609f3Smb158278 restart_on='none' 73314609f3Smb158278 type='service'> 74314609f3Smb158278 <service_fmri value='svc:/system/filesystem/usr' /> 75314609f3Smb158278 </dependency> 76314609f3Smb158278 77314609f3Smb158278 <dependency 782eaee53eSmb158278 name='nodename' 792eaee53eSmb158278 grouping='require_all' 802eaee53eSmb158278 restart_on='none' 812eaee53eSmb158278 type='service'> 822eaee53eSmb158278 <service_fmri value='svc:/system/identity:node' /> 832eaee53eSmb158278 </dependency> 847c478bd9Sstevel@tonic-gate 857c478bd9Sstevel@tonic-gate <exec_method 867c478bd9Sstevel@tonic-gate type='method' 872eaee53eSmb158278 name='start' 882eaee53eSmb158278 exec='/lib/svc/method/svc-dcs' 892eaee53eSmb158278 timeout_seconds='60'> 907c478bd9Sstevel@tonic-gate </exec_method> 917c478bd9Sstevel@tonic-gate 927c478bd9Sstevel@tonic-gate <exec_method 937c478bd9Sstevel@tonic-gate type='method' 942eaee53eSmb158278 name='stop' 952eaee53eSmb158278 exec=':kill -9' 962eaee53eSmb158278 timeout_seconds='60'> 977c478bd9Sstevel@tonic-gate </exec_method> 987c478bd9Sstevel@tonic-gate 992eaee53eSmb158278 <!-- these are passed to dcs in the method script --> 1002eaee53eSmb158278 <property_group name='dcs' type='application'> 1012eaee53eSmb158278 <propval name='ah_auth' type='astring' value='md5' /> 1022eaee53eSmb158278 <propval name='esp_encr' type='astring' value='none' /> 1032eaee53eSmb158278 <propval name='esp_auth' type='astring' value='none' /> 1047c478bd9Sstevel@tonic-gate </property_group> 1057c478bd9Sstevel@tonic-gate 1067c478bd9Sstevel@tonic-gate <stability value='Unstable' /> 1077c478bd9Sstevel@tonic-gate 1087c478bd9Sstevel@tonic-gate <template> 1097c478bd9Sstevel@tonic-gate <common_name> 1107c478bd9Sstevel@tonic-gate <loctext xml:lang='C'> 1117c478bd9Sstevel@tonic-gate domain configuration server 1127c478bd9Sstevel@tonic-gate </loctext> 1137c478bd9Sstevel@tonic-gate </common_name> 1147c478bd9Sstevel@tonic-gate <documentation> 1157c478bd9Sstevel@tonic-gate <manpage title='dcs' section='1M' 1167c478bd9Sstevel@tonic-gate manpath='/usr/share/man' /> 1177c478bd9Sstevel@tonic-gate </documentation> 1187c478bd9Sstevel@tonic-gate </template> 1197c478bd9Sstevel@tonic-gate</service> 1207c478bd9Sstevel@tonic-gate 1217c478bd9Sstevel@tonic-gate</service_bundle> 122