xref: /titanic_41/usr/src/cmd/drd/drd.xml (revision 20046e4c1cecc35fec6e8881900a6a4fc194ac2a)
11d4b38e0Srsmaeda<?xml version="1.0"?>
21d4b38e0Srsmaeda<!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
31d4b38e0Srsmaeda<!--
41d4b38e0Srsmaeda Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
51d4b38e0Srsmaeda Use is subject to license terms.
61d4b38e0Srsmaeda
71d4b38e0Srsmaeda CDDL HEADER START
81d4b38e0Srsmaeda
91d4b38e0Srsmaeda The contents of this file are subject to the terms of the
101d4b38e0Srsmaeda Common Development and Distribution License (the "License").
111d4b38e0Srsmaeda You may not use this file except in compliance with the License.
121d4b38e0Srsmaeda
131d4b38e0Srsmaeda You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
141d4b38e0Srsmaeda or http://www.opensolaris.org/os/licensing.
151d4b38e0Srsmaeda See the License for the specific language governing permissions
161d4b38e0Srsmaeda and limitations under the License.
171d4b38e0Srsmaeda
181d4b38e0Srsmaeda When distributing Covered Code, include this CDDL HEADER in each
191d4b38e0Srsmaeda file and include the License file at usr/src/OPENSOLARIS.LICENSE.
201d4b38e0Srsmaeda If applicable, add the following below this CDDL HEADER, with the
211d4b38e0Srsmaeda fields enclosed by brackets "[]" replaced with your own identifying
221d4b38e0Srsmaeda information: Portions Copyright [yyyy] [name of copyright owner]
231d4b38e0Srsmaeda
241d4b38e0Srsmaeda CDDL HEADER END
251d4b38e0Srsmaeda
261d4b38e0Srsmaeda	ident	"%Z%%M%	%I%	%E% SMI"
271d4b38e0Srsmaeda
281d4b38e0Srsmaeda	NOTE:  This service manifest is not editable; its contents will
291d4b38e0Srsmaeda	be overwritten by package or patch operations, including
301d4b38e0Srsmaeda	operating system upgrade.  Make customizations in a different
311d4b38e0Srsmaeda	file.
321d4b38e0Srsmaeda
331d4b38e0Srsmaeda	Service manifest for drd.
341d4b38e0Srsmaeda-->
351d4b38e0Srsmaeda
361d4b38e0Srsmaeda<service_bundle type='manifest' name='SUNWldomu:drd'>
371d4b38e0Srsmaeda
381d4b38e0Srsmaeda<service
391d4b38e0Srsmaeda	name='platform/sun4v/drd'
401d4b38e0Srsmaeda	type='service'
411d4b38e0Srsmaeda	version='1'>
421d4b38e0Srsmaeda
431d4b38e0Srsmaeda	<create_default_instance enabled='false' />
441d4b38e0Srsmaeda
451d4b38e0Srsmaeda	<single_instance />
461d4b38e0Srsmaeda
471d4b38e0Srsmaeda	<dependency
48*20046e4cSjm22469	    name='filesystem-minimal'
491d4b38e0Srsmaeda	    grouping='require_all'
50*20046e4cSjm22469	    restart_on='none'
51*20046e4cSjm22469	    type='service'>
52*20046e4cSjm22469		<service_fmri value='svc:/system/filesystem/minimal' />
531d4b38e0Srsmaeda	</dependency>
541d4b38e0Srsmaeda
55d1a9c4c1Sjm22469	<!--
56d1a9c4c1Sjm22469	    This manifest for the DR daemon is delivered in the root ldoms
57d1a9c4c1Sjm22469	    package (SUNWldomr).  If the system is booted before the user
58d1a9c4c1Sjm22469	    ldoms package (SUNWldomu) is added, SMF will complain noisily.
59d1a9c4c1Sjm22469	    We add a depenency on the drd binary being present to prevent this.
60d1a9c4c1Sjm22469	-->
61d1a9c4c1Sjm22469	<dependency
62d1a9c4c1Sjm22469	    name='SUNWldomu'
63d1a9c4c1Sjm22469	    grouping='require_all'
64d1a9c4c1Sjm22469	    restart_on='none'
65d1a9c4c1Sjm22469	    type='path'>
66d1a9c4c1Sjm22469		<service_fmri value='file://localhost/usr/lib/ldoms/drd' />
67d1a9c4c1Sjm22469	</dependency>
68d1a9c4c1Sjm22469
691d4b38e0Srsmaeda	<exec_method
701d4b38e0Srsmaeda	    type='method'
711d4b38e0Srsmaeda	    name='start'
721d4b38e0Srsmaeda	    exec='/lib/svc/method/svc-drd'
731d4b38e0Srsmaeda	    timeout_seconds='60' />
741d4b38e0Srsmaeda
751d4b38e0Srsmaeda	<exec_method
761d4b38e0Srsmaeda	    type='method'
771d4b38e0Srsmaeda	    name='stop'
781d4b38e0Srsmaeda	    exec=':kill'
791d4b38e0Srsmaeda	    timeout_seconds='60' />
801d4b38e0Srsmaeda
811d4b38e0Srsmaeda	<stability value='Unstable' />
821d4b38e0Srsmaeda
831d4b38e0Srsmaeda	<template>
841d4b38e0Srsmaeda		<common_name>
851d4b38e0Srsmaeda			<loctext xml:lang='C'>
861d4b38e0Srsmaeda				logical domain dynamic reconfiguration
871d4b38e0Srsmaeda			</loctext>
881d4b38e0Srsmaeda		</common_name>
891d4b38e0Srsmaeda
901d4b38e0Srsmaeda		<documentation>
911d4b38e0Srsmaeda			<manpage title='drd' section='1M'
921d4b38e0Srsmaeda				manpath='/usr/share/man' />
931d4b38e0Srsmaeda		</documentation>
941d4b38e0Srsmaeda	</template>
951d4b38e0Srsmaeda</service>
961d4b38e0Srsmaeda
971d4b38e0Srsmaeda</service_bundle>
98