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