10Sstevel@tonic-gate<?xml version='1.0'?> 20Sstevel@tonic-gate<!DOCTYPE service_bundle SYSTEM '/usr/share/lib/xml/dtd/service_bundle.dtd.1'> 30Sstevel@tonic-gate<!-- 48823STruong.Q.Nguyen@Sun.COM Copyright 2009 Sun Microsystems, Inc. All rights reserved. 50Sstevel@tonic-gate Use is subject to license terms. 60Sstevel@tonic-gate 70Sstevel@tonic-gate CDDL HEADER START 80Sstevel@tonic-gate 90Sstevel@tonic-gate The contents of this file are subject to the terms of the 103837Sstevep Common Development and Distribution License (the "License"). 113837Sstevep You may not use this file except in compliance with the License. 120Sstevel@tonic-gate 130Sstevel@tonic-gate You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 140Sstevel@tonic-gate or http://www.opensolaris.org/os/licensing. 150Sstevel@tonic-gate See the License for the specific language governing permissions 160Sstevel@tonic-gate and limitations under the License. 170Sstevel@tonic-gate 180Sstevel@tonic-gate When distributing Covered Code, include this CDDL HEADER in each 190Sstevel@tonic-gate file and include the License file at usr/src/OPENSOLARIS.LICENSE. 200Sstevel@tonic-gate If applicable, add the following below this CDDL HEADER, with the 210Sstevel@tonic-gate fields enclosed by brackets "[]" replaced with your own identifying 220Sstevel@tonic-gate information: Portions Copyright [yyyy] [name of copyright owner] 230Sstevel@tonic-gate 240Sstevel@tonic-gate CDDL HEADER END 250Sstevel@tonic-gate 260Sstevel@tonic-gate NOTE: This service manifest is not editable; its contents will 270Sstevel@tonic-gate be overwritten by package or patch operations, including 280Sstevel@tonic-gate operating system upgrade. Make customizations in a different 290Sstevel@tonic-gate file. 300Sstevel@tonic-gate 310Sstevel@tonic-gate Service manifest for the SVM multi node communication daemon 320Sstevel@tonic-gate--> 330Sstevel@tonic-gate 340Sstevel@tonic-gate<service_bundle type='manifest' name='SUNWmdr:mdcommd'> 350Sstevel@tonic-gate 360Sstevel@tonic-gate<service 370Sstevel@tonic-gate name='network/rpc/mdcomm' 380Sstevel@tonic-gate type='service' 390Sstevel@tonic-gate version='1'> 400Sstevel@tonic-gate 410Sstevel@tonic-gate <create_default_instance enabled='false' /> 420Sstevel@tonic-gate 430Sstevel@tonic-gate <restarter> 440Sstevel@tonic-gate <service_fmri value='svc:/network/inetd:default' /> 450Sstevel@tonic-gate </restarter> 460Sstevel@tonic-gate 470Sstevel@tonic-gate <dependency name='rpcbind' 480Sstevel@tonic-gate grouping='require_all' 490Sstevel@tonic-gate restart_on='error' 500Sstevel@tonic-gate type='service'> 510Sstevel@tonic-gate <service_fmri value='svc:/network/rpc/bind' /> 520Sstevel@tonic-gate </dependency> 530Sstevel@tonic-gate 540Sstevel@tonic-gate <exec_method 550Sstevel@tonic-gate type='method' 560Sstevel@tonic-gate name='inetd_start' 570Sstevel@tonic-gate exec='/usr/sbin/rpc.mdcommd' 580Sstevel@tonic-gate timeout_seconds='0'> 590Sstevel@tonic-gate <method_context> 600Sstevel@tonic-gate <method_credential user='root' group='other' /> 610Sstevel@tonic-gate </method_context> 620Sstevel@tonic-gate </exec_method> 630Sstevel@tonic-gate 640Sstevel@tonic-gate <exec_method 650Sstevel@tonic-gate type='method' 663837Sstevep name='inetd_offline' 673837Sstevep exec=':kill_process' 683837Sstevep timeout_seconds='0'> 693837Sstevep </exec_method> 703837Sstevep 713837Sstevep <exec_method 723837Sstevep type='method' 730Sstevel@tonic-gate name='inetd_disable' 740Sstevel@tonic-gate exec=':kill' 750Sstevel@tonic-gate timeout_seconds='0'> 760Sstevel@tonic-gate </exec_method> 770Sstevel@tonic-gate 780Sstevel@tonic-gate <property_group name='inetd' type='framework'> 790Sstevel@tonic-gate <propval name='name' type='astring' value='100422' /> 800Sstevel@tonic-gate <propval name='endpoint_type' type='astring' value='tli' /> 810Sstevel@tonic-gate <propval name='wait' type='boolean' value='true' /> 820Sstevel@tonic-gate <propval name='isrpc' type='boolean' value='true' /> 838452SJohn.Wren.Kennedy@Sun.COM <propval name='rpc_low_version' type='integer' value='2' /> 848452SJohn.Wren.Kennedy@Sun.COM <propval name='rpc_high_version' type='integer' value='2' /> 850Sstevel@tonic-gate <propval name='proto' type='astring' value='tcp' /> 86*9017SJohn.Wren.Kennedy@Sun.COM <propval name='connection_backlog' type='integer' value='32' /> 870Sstevel@tonic-gate </property_group> 880Sstevel@tonic-gate 898823STruong.Q.Nguyen@Sun.COM <property_group name='firewall_config' type='com.sun,fw_configuration'> 908823STruong.Q.Nguyen@Sun.COM <propval name='policy' type='astring' value='use_global' /> 918823STruong.Q.Nguyen@Sun.COM <propval name='apply_to' type='astring' value='' /> 928823STruong.Q.Nguyen@Sun.COM <propval name='exceptions' type='astring' value='' /> 938823STruong.Q.Nguyen@Sun.COM <propval name='value_authorization' type='astring' 948823STruong.Q.Nguyen@Sun.COM value='solaris.smf.value.firewall.config' /> 958823STruong.Q.Nguyen@Sun.COM </property_group> 968823STruong.Q.Nguyen@Sun.COM 970Sstevel@tonic-gate <stability value='Unstable' /> 980Sstevel@tonic-gate 990Sstevel@tonic-gate <template> 1000Sstevel@tonic-gate <common_name> 1010Sstevel@tonic-gate <loctext xml:lang='C'> 1020Sstevel@tonic-gate SVM multi-node communications 1030Sstevel@tonic-gate </loctext> 1040Sstevel@tonic-gate </common_name> 1050Sstevel@tonic-gate <documentation> 1060Sstevel@tonic-gate <manpage title='rpc.mdcommd' section='1M' 1070Sstevel@tonic-gate manpath='/usr/share/man' /> 1080Sstevel@tonic-gate </documentation> 1090Sstevel@tonic-gate </template> 1100Sstevel@tonic-gate</service> 1110Sstevel@tonic-gate 1120Sstevel@tonic-gate</service_bundle> 113