npiv_config.xml revision fcf3ce441efd61da9bb2884968af01cb7c1452cc
225N/A<?xml version="1.0"?>
225N/A<!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
225N/A
225N/A<!--
225N/A
225N/ACDDL HEADER START
225N/A
225N/AThe contents of this file are subject to the terms of the
225N/ACommon Development and Distribution License (the "License").
225N/AYou may not use this file except in compliance with the License.
225N/A
225N/AYou can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
225N/Aor http://www.opensolaris.org/os/licensing.
225N/ASee the License for the specific language governing permissions
225N/Aand limitations under the License.
225N/A
225N/AWhen distributing Covered Code, include this CDDL HEADER in each
225N/Afile and include the License file at usr/src/OPENSOLARIS.LICENSE.
225N/AIf applicable, add the following below this CDDL HEADER, with the
225N/Afields enclosed by brackets "[]" replaced with your own identifying
225N/Ainformation: Portions Copyright [yyyy] [name of copyright owner]
225N/A
3817N/ACDDL HEADER END
225N/A
225N/ACopyright 2008 Sun Microsystems, Inc. All rights reserved.
225N/AUse is subject to license terms.
225N/A
225N/A
225N/AService manifests for the NPIV configure
618N/A
225N/A
225N/A-->
844N/A
844N/A<!--
225N/A
1258N/A-->
225N/A
2899N/A<service_bundle type='manifest' name='SUNWfcprt:npiv_config'>
2899N/A
3817N/A<service
3817N/A name='network/npiv_config'
3817N/A type='service'
225N/A version='1'>
225N/A
225N/A <create_default_instance enabled='true' />
225N/A
225N/A <single_instance/>
225N/A
225N/A <dependency
225N/A name='npivsysevent'
1392N/A grouping='require_all'
225N/A restart_on='none'
225N/A type='service'>
225N/A <service_fmri value='svc:/system/sysevent' />
892N/A </dependency>
892N/A
892N/A <dependent
892N/A name='npiv-filesystem'
225N/A grouping='require_all'
3843N/A restart_on='none'>
225N/A <service_fmri value='svc:/system/filesystem/local' />
3843N/A </dependent>
3843N/A
3843N/A <dependent
225N/A name='npiv-fc'
1989N/A grouping='require_all'
1989N/A restart_on='none'>
225N/A <service_fmri value='svc:/system/device/fc-fabric' />
3477N/A </dependent>
3477N/A
892N/A <exec_method
225N/A type='method'
892N/A name='start'
225N/A exec='/lib/svc/method/npivconfig'
892N/A timeout_seconds='1200'>
225N/A </exec_method>
225N/A
225N/A <exec_method
225N/A type='method'
225N/A name='stop'
897N/A exec=':true'
225N/A timeout_seconds='60'>
897N/A </exec_method>
892N/A
225N/A <property_group name='startd' type='framework'>
3817N/A <propval name='duration' type='astring'
3817N/A value='transient' />
3817N/A </property_group>
3817N/A
3817N/A <stability value='Unstable' />
</service>
</service_bundle>