1fcf3ce44SJohn Forte<?xml version="1.0"?>
2fcf3ce44SJohn Forte<!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
3fcf3ce44SJohn Forte<!--
4772eca33SJason King
5fcf3ce44SJohn ForteCDDL HEADER START
6fcf3ce44SJohn Forte
7fcf3ce44SJohn ForteThe contents of this file are subject to the terms of the
8fcf3ce44SJohn ForteCommon Development and Distribution License (the "License").
9fcf3ce44SJohn ForteYou may not use this file except in compliance with the License.
10fcf3ce44SJohn Forte
11fcf3ce44SJohn ForteYou can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
12fcf3ce44SJohn Forteor http://www.opensolaris.org/os/licensing.
13fcf3ce44SJohn ForteSee the License for the specific language governing permissions
14fcf3ce44SJohn Forteand limitations under the License.
15fcf3ce44SJohn Forte
16fcf3ce44SJohn ForteWhen distributing Covered Code, include this CDDL HEADER in each
17fcf3ce44SJohn Fortefile and include the License file at usr/src/OPENSOLARIS.LICENSE.
18fcf3ce44SJohn ForteIf applicable, add the following below this CDDL HEADER, with the
19fcf3ce44SJohn Fortefields enclosed by brackets "[]" replaced with your own identifying
20fcf3ce44SJohn Forteinformation: Portions Copyright [yyyy] [name of copyright owner]
21fcf3ce44SJohn Forte
22fcf3ce44SJohn ForteCDDL HEADER END
23fcf3ce44SJohn Forte
24fcf3ce44SJohn ForteCopyright 2008 Sun Microsystems, Inc.  All rights reserved.
25fcf3ce44SJohn ForteUse is subject to license terms.
26fcf3ce44SJohn Forte
27fcf3ce44SJohn Forte
28fcf3ce44SJohn Forte-->
29fcf3ce44SJohn Forte
30fcf3ce44SJohn Forte<service_bundle type='manifest' name='devices-fc-fabric'>
31fcf3ce44SJohn Forte
32fcf3ce44SJohn Forte<service
33fcf3ce44SJohn Forte	name='system/device/fc-fabric'
34fcf3ce44SJohn Forte	type='service'
35fcf3ce44SJohn Forte	version='1'>
36fcf3ce44SJohn Forte
37fcf3ce44SJohn Forte	<create_default_instance enabled='true' />
38fcf3ce44SJohn Forte
39fcf3ce44SJohn Forte	<single_instance/>
40fcf3ce44SJohn Forte
41fcf3ce44SJohn Forte        <dependency
42fcf3ce44SJohn Forte                name='sysevent'
43fcf3ce44SJohn Forte                grouping='require_all'
44fcf3ce44SJohn Forte                restart_on='none'
45fcf3ce44SJohn Forte                type='service'>
46fcf3ce44SJohn Forte                <service_fmri value='svc:/system/sysevent' />
47fcf3ce44SJohn Forte        </dependency>
48fcf3ce44SJohn Forte
49fcf3ce44SJohn Forte	<dependent
50fcf3ce44SJohn Forte		name='devices'
51fcf3ce44SJohn Forte		grouping='require_all'
52fcf3ce44SJohn Forte		restart_on='none'>
53fcf3ce44SJohn Forte		<service_fmri value='svc:/milestone/devices' />
54fcf3ce44SJohn Forte	</dependent>
55fcf3ce44SJohn Forte
56fcf3ce44SJohn Forte	<exec_method
57fcf3ce44SJohn Forte		type='method'
58fcf3ce44SJohn Forte		name='start'
59fcf3ce44SJohn Forte		exec='/lib/svc/method/fc-fabric'
60fcf3ce44SJohn Forte		timeout_seconds='600' />
61fcf3ce44SJohn Forte
62fcf3ce44SJohn Forte	<exec_method
63fcf3ce44SJohn Forte		type='method'
64fcf3ce44SJohn Forte		name='stop'
65fcf3ce44SJohn Forte		exec=':true'
66fcf3ce44SJohn Forte		timeout_seconds='3' />
67fcf3ce44SJohn Forte
68fcf3ce44SJohn Forte	<property_group name='startd' type='framework'>
69fcf3ce44SJohn Forte		<propval name='duration' type='astring'
70fcf3ce44SJohn Forte			value='transient' />
71fcf3ce44SJohn Forte	</property_group>
72fcf3ce44SJohn Forte
73fcf3ce44SJohn Forte	<stability value='Unstable' />
74fcf3ce44SJohn Forte
75fcf3ce44SJohn Forte	<template>
76fcf3ce44SJohn Forte		<common_name>
77fcf3ce44SJohn Forte			<loctext xml:lang='C'>
78772eca33SJason King				FC fabric device configuration.
79fcf3ce44SJohn Forte			</loctext>
80fcf3ce44SJohn Forte		</common_name>
81fcf3ce44SJohn Forte                <documentation>
82*bbf21555SRichard Lowe                        <manpage title='cfgadm_fp' section='8'
83fcf3ce44SJohn Forte                                manpath='/usr/share/man' />
84fcf3ce44SJohn Forte                </documentation>
85fcf3ce44SJohn Forte	</template>
86fcf3ce44SJohn Forte</service>
87fcf3ce44SJohn Forte
88fcf3ce44SJohn Forte</service_bundle>
89fcf3ce44SJohn Forte
90