dmake: do not set MAKEFLAGS=k
[unleashed/tickless.git] / usr / src / cmd / fcinfo / npiv_config.xml
blobaa25861aa1287bebf2d4c43d8729aa69d76acaad
1 <?xml version="1.0"?>
2 <!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
4 <!--
6 CDDL HEADER START
8 The contents of this file are subject to the terms of the
9 Common Development and Distribution License (the "License").
10 You may not use this file except in compliance with the License.
12 You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
13 or http://www.opensolaris.org/os/licensing.
14 See the License for the specific language governing permissions
15 and limitations under the License.
17 When distributing Covered Code, include this CDDL HEADER in each
18 file and include the License file at usr/src/OPENSOLARIS.LICENSE.
19 If applicable, add the following below this CDDL HEADER, with the
20 fields enclosed by brackets "[]" replaced with your own identifying
21 information: Portions Copyright [yyyy] [name of copyright owner]
23 CDDL HEADER END
25 Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
26 Use is subject to license terms.
29 Service manifests for the NPIV configure
32 -->
34 <!--
36 -->
38 <service_bundle type='manifest' name='SUNWfcprt:npiv_config'>
40 <service
41         name='network/npiv_config'
42         type='service'
43         version='1'>
45         <create_default_instance enabled='true' />
47         <single_instance/>
49         <dependency
50                 name='npivsysevent'
51                 grouping='require_all'
52                 restart_on='none'
53                 type='service'>
54                 <service_fmri value='svc:/system/sysevent' />
55         </dependency>
57         <dependent
58                 name='npiv-filesystem'
59                 grouping='require_all'
60                 restart_on='none'>
61                 <service_fmri value='svc:/system/filesystem/local' />
62         </dependent>
64         <dependent
65                 name='npiv-fc'
66                 grouping='require_all'
67                 restart_on='none'>
68                 <service_fmri value='svc:/system/device/fc-fabric' />
69         </dependent>
71         <exec_method
72                 type='method'
73                 name='start'
74                 exec='/lib/svc/method/npivconfig'
75                 timeout_seconds='1200'>
76         </exec_method>
78         <exec_method
79                 type='method'
80                 name='stop'
81                 exec=':true'
82                 timeout_seconds='60'>
83         </exec_method>
85         <property_group name='startd' type='framework'>
86                 <propval name='duration' type='astring'
87                         value='transient' />
88         </property_group>
90         <stability value='Unstable' />
92 </service>
94 </service_bundle>