ipagent.xml revision 99ba4d70906e5f67853c25ade6ebf4da3e5be4d6
4bff34e37def8a90f9194d81bc345c52ba20086athurlow<?xml version="1.0"?>
4bff34e37def8a90f9194d81bc345c52ba20086athurlow<!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
4bff34e37def8a90f9194d81bc345c52ba20086athurlow<!--
4bff34e37def8a90f9194d81bc345c52ba20086athurlow Copyright 2008 Sun Microsystems, Inc. All rights reserved.
4bff34e37def8a90f9194d81bc345c52ba20086athurlow Use is subject to license terms.
4bff34e37def8a90f9194d81bc345c52ba20086athurlow
4bff34e37def8a90f9194d81bc345c52ba20086athurlow CDDL HEADER START
4bff34e37def8a90f9194d81bc345c52ba20086athurlow
4bff34e37def8a90f9194d81bc345c52ba20086athurlow The contents of this file are subject to the terms of the
4bff34e37def8a90f9194d81bc345c52ba20086athurlow Common Development and Distribution License (the "License").
4bff34e37def8a90f9194d81bc345c52ba20086athurlow You may not use this file except in compliance with the License.
4bff34e37def8a90f9194d81bc345c52ba20086athurlow
4bff34e37def8a90f9194d81bc345c52ba20086athurlow You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
4bff34e37def8a90f9194d81bc345c52ba20086athurlow or http://www.opensolaris.org/os/licensing.
4bff34e37def8a90f9194d81bc345c52ba20086athurlow See the License for the specific language governing permissions
4bff34e37def8a90f9194d81bc345c52ba20086athurlow and limitations under the License.
4bff34e37def8a90f9194d81bc345c52ba20086athurlow
4bff34e37def8a90f9194d81bc345c52ba20086athurlow When distributing Covered Code, include this CDDL HEADER in each
4bff34e37def8a90f9194d81bc345c52ba20086athurlow file and include the License file at usr/src/OPENSOLARIS.LICENSE.
4bff34e37def8a90f9194d81bc345c52ba20086athurlow If applicable, add the following below this CDDL HEADER, with the
4bff34e37def8a90f9194d81bc345c52ba20086athurlow fields enclosed by brackets "[]" replaced with your own identifying
4bff34e37def8a90f9194d81bc345c52ba20086athurlow information: Portions Copyright [yyyy] [name of copyright owner]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow
4bff34e37def8a90f9194d81bc345c52ba20086athurlow CDDL HEADER END
4bff34e37def8a90f9194d81bc345c52ba20086athurlow
4bff34e37def8a90f9194d81bc345c52ba20086athurlow NOTE: This service manifest is not editable; its contents will
4bff34e37def8a90f9194d81bc345c52ba20086athurlow be overwritten by package or patch operations, including
4bff34e37def8a90f9194d81bc345c52ba20086athurlow operating system upgrade. Make customizations in a different
4bff34e37def8a90f9194d81bc345c52ba20086athurlow file.
4bff34e37def8a90f9194d81bc345c52ba20086athurlow-->
4bff34e37def8a90f9194d81bc345c52ba20086athurlow
4bff34e37def8a90f9194d81bc345c52ba20086athurlow<service_bundle type='manifest' name='SUNWxvmdom:ipagent'>
4bff34e37def8a90f9194d81bc345c52ba20086athurlow
4bff34e37def8a90f9194d81bc345c52ba20086athurlow<service
9c9af2590af49bb395bc8d2eace0f2d4ea16d165Gordon Ross name='system/xvm/ipagent' type='service' version='1'>
430b4c467020edf2445feb0c21db01c88b86243aGordon Ross <create_default_instance enabled='false'/>
a547be5daca7e465ca82df6d179f6b1f8e0cda72Gordon Ross <single_instance />
9c9af2590af49bb395bc8d2eace0f2d4ea16d165Gordon Ross
9c9af2590af49bb395bc8d2eace0f2d4ea16d165Gordon Ross <exec_method
4bff34e37def8a90f9194d81bc345c52ba20086athurlow type='method'
4bff34e37def8a90f9194d81bc345c52ba20086athurlow name='start'
4bff34e37def8a90f9194d81bc345c52ba20086athurlow exec='/lib/svc/method/svc-ipagent %m %{config/report_interval}'
613a2f6ba31e891e3d947a356daf5e563d43c1ceGordon Ross timeout_seconds='60'>
613a2f6ba31e891e3d947a356daf5e563d43c1ceGordon Ross <method_context>
613a2f6ba31e891e3d947a356daf5e563d43c1ceGordon Ross <method_credential user='root' />
613a2f6ba31e891e3d947a356daf5e563d43c1ceGordon Ross </method_context>
613a2f6ba31e891e3d947a356daf5e563d43c1ceGordon Ross </exec_method>
4bff34e37def8a90f9194d81bc345c52ba20086athurlow
4bff34e37def8a90f9194d81bc345c52ba20086athurlow <exec_method
4bff34e37def8a90f9194d81bc345c52ba20086athurlow type='method'
4bff34e37def8a90f9194d81bc345c52ba20086athurlow name='stop'
4bff34e37def8a90f9194d81bc345c52ba20086athurlow exec=':kill'
4bff34e37def8a90f9194d81bc345c52ba20086athurlow timeout_seconds='60' />
613a2f6ba31e891e3d947a356daf5e563d43c1ceGordon Ross
4bff34e37def8a90f9194d81bc345c52ba20086athurlow <property_group name='config' type='application'>
4bff34e37def8a90f9194d81bc345c52ba20086athurlow <stability value='Unstable' />
613a2f6ba31e891e3d947a356daf5e563d43c1ceGordon Ross <propval name='report_interval' type='integer' value='60' />
613a2f6ba31e891e3d947a356daf5e563d43c1ceGordon Ross </property_group>
4bff34e37def8a90f9194d81bc345c52ba20086athurlow
4bff34e37def8a90f9194d81bc345c52ba20086athurlow <stability value='Unstable' />
4bff34e37def8a90f9194d81bc345c52ba20086athurlow
4bff34e37def8a90f9194d81bc345c52ba20086athurlow <template>
4bff34e37def8a90f9194d81bc345c52ba20086athurlow <common_name>
4bff34e37def8a90f9194d81bc345c52ba20086athurlow <loctext xml:lang='C'>
4bff34e37def8a90f9194d81bc345c52ba20086athurlow xVM PV domU IP address reporting agent
4bff34e37def8a90f9194d81bc345c52ba20086athurlow </loctext>
4bff34e37def8a90f9194d81bc345c52ba20086athurlow </common_name>
613a2f6ba31e891e3d947a356daf5e563d43c1ceGordon Ross <documentation>
613a2f6ba31e891e3d947a356daf5e563d43c1ceGordon Ross <manpage title='xVM' section='5'
613a2f6ba31e891e3d947a356daf5e563d43c1ceGordon Ross manpath='/usr/share/man' />
613a2f6ba31e891e3d947a356daf5e563d43c1ceGordon Ross </documentation>
613a2f6ba31e891e3d947a356daf5e563d43c1ceGordon Ross </template>
613a2f6ba31e891e3d947a356daf5e563d43c1ceGordon Ross</service>
613a2f6ba31e891e3d947a356daf5e563d43c1ceGordon Ross
613a2f6ba31e891e3d947a356daf5e563d43c1ceGordon Ross</service_bundle>
613a2f6ba31e891e3d947a356daf5e563d43c1ceGordon Ross