xref: /titanic_44/usr/src/pkg/manifests/storage-avs-remote-mirror.mf (revision c06fe975984a85c8ca4faa9dc8b176203f45e04b)
1ead1f93eSLiane Praza#
2ead1f93eSLiane Praza# CDDL HEADER START
3ead1f93eSLiane Praza#
4ead1f93eSLiane Praza# The contents of this file are subject to the terms of the
5ead1f93eSLiane Praza# Common Development and Distribution License (the "License").
6ead1f93eSLiane Praza# You may not use this file except in compliance with the License.
7ead1f93eSLiane Praza#
8ead1f93eSLiane Praza# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9ead1f93eSLiane Praza# or http://www.opensolaris.org/os/licensing.
10ead1f93eSLiane Praza# See the License for the specific language governing permissions
11ead1f93eSLiane Praza# and limitations under the License.
12ead1f93eSLiane Praza#
13ead1f93eSLiane Praza# When distributing Covered Code, include this CDDL HEADER in each
14ead1f93eSLiane Praza# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15ead1f93eSLiane Praza# If applicable, add the following below this CDDL HEADER, with the
16ead1f93eSLiane Praza# fields enclosed by brackets "[]" replaced with your own identifying
17ead1f93eSLiane Praza# information: Portions Copyright [yyyy] [name of copyright owner]
18ead1f93eSLiane Praza#
19ead1f93eSLiane Praza# CDDL HEADER END
20ead1f93eSLiane Praza#
21ead1f93eSLiane Praza
22ead1f93eSLiane Praza#
23ebbab6bbSDan Price# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
24ead1f93eSLiane Praza#
25ead1f93eSLiane Praza
26ead1f93eSLiane Praza#
27ebbab6bbSDan Price# The default for payload-bearing actions in this package is to appear in the
28ebbab6bbSDan Price# global zone only.  See the include file for greater detail, as well as
29ebbab6bbSDan Price# information about overriding the defaults.
30ead1f93eSLiane Praza#
31ebbab6bbSDan Price<include global_zone_only_component>
32ead1f93eSLiane Prazaset name=pkg.fmri value=pkg:/storage/avs/remote-mirror@$(PKGVERS)
33ead1f93eSLiane Prazaset name=pkg.description \
34ead1f93eSLiane Praza    value="Remote Mirror copy software provides replication across IP networks"
35ead1f93eSLiane Prazaset name=pkg.summary value="Sun StorageTek Availability Suite Remote Mirror"
36ebbab6bbSDan Priceset name=info.classification \
37ebbab6bbSDan Price    value=org.opensolaris.category.2008:System/Hardware
38ead1f93eSLiane Prazaset name=variant.arch value=$(ARCH)
39ead1f93eSLiane Prazadir path=etc group=sys
40ead1f93eSLiane Prazadir path=etc/init.d group=sys
41ead1f93eSLiane Prazadir path=kernel group=sys
42ead1f93eSLiane Prazadir path=kernel/kmdb group=sys
43ead1f93eSLiane Prazadir path=kernel/kmdb/$(ARCH64) group=sys
44ead1f93eSLiane Prazadir path=lib
45ead1f93eSLiane Prazadir path=lib/svc
46ebbab6bbSDan Pricedir path=lib/svc/manifest group=sys
47ebbab6bbSDan Pricedir path=lib/svc/manifest/system group=sys
48ead1f93eSLiane Prazadir path=lib/svc/method
49ead1f93eSLiane Prazadir path=usr group=sys
50ead1f93eSLiane Prazadir path=usr/bin
51ead1f93eSLiane Prazadir path=usr/cluster group=sys
52ead1f93eSLiane Prazadir path=usr/cluster/lib
53ead1f93eSLiane Prazadir path=usr/cluster/lib/dscfg
54ead1f93eSLiane Prazadir path=usr/cluster/lib/dscfg/start
55ead1f93eSLiane Prazadir path=usr/cluster/lib/dscfg/stop
56ead1f93eSLiane Prazadir path=usr/cluster/sbin group=other
57ead1f93eSLiane Prazadir path=usr/kernel group=sys
58ead1f93eSLiane Prazadir path=usr/kernel/drv group=sys
59ead1f93eSLiane Prazadir path=usr/kernel/drv/$(ARCH64) group=sys
60ead1f93eSLiane Prazadir path=usr/kernel/misc group=sys
61ead1f93eSLiane Prazadir path=usr/kernel/misc/$(ARCH64) group=sys
62ead1f93eSLiane Prazadir path=usr/lib
63ead1f93eSLiane Prazadir path=usr/lib/mdb group=sys
64ead1f93eSLiane Prazadir path=usr/lib/mdb/kvm group=sys
65ead1f93eSLiane Prazadir path=usr/lib/mdb/kvm/$(ARCH64) group=sys
66ead1f93eSLiane Prazadir path=usr/sbin
67*c10c16deSRichard Lowedir path=usr/share/man
68*c10c16deSRichard Lowedir path=usr/share/man/man1m
69*c10c16deSRichard Lowedir path=usr/share/man/man4
70ead1f93eSLiane Prazadriver name=rdc devlink=type=ddi_pseudo;name=rdc\t\D perms="* 0666 root sys" \
71ead1f93eSLiane Praza    privs=sys_config privs=sys_devices
72ead1f93eSLiane Prazafile path=etc/init.d/rdc mode=0744
73ead1f93eSLiane Prazafile path=etc/init.d/rdc.cluster mode=0744
74ead1f93eSLiane Prazafile path=etc/init.d/rdcfinish mode=0744
75ebbab6bbSDan Pricefile path=kernel/kmdb/$(ARCH64)/rdc group=sys mode=0555
76ebbab6bbSDan Pricefile path=lib/svc/manifest/system/nws_rdc.xml group=sys mode=0444
77ebbab6bbSDan Pricefile path=lib/svc/manifest/system/nws_rdcsyncd.xml group=sys mode=0444
78ead1f93eSLiane Prazafile path=usr/bin/sndradm mode=0555
79ead1f93eSLiane Prazafile path=usr/bin/sndrboot mode=0555
80ead1f93eSLiane Prazafile path=usr/bin/sndrd mode=0555
81ead1f93eSLiane Prazafile path=usr/bin/sndrsyncd mode=0555
82ead1f93eSLiane Prazafile path=usr/cluster/sbin/rdc mode=0744
83ead1f93eSLiane Prazafile path=usr/kernel/drv/$(ARCH64)/rdc group=sys
84ead1f93eSLiane Prazafile path=usr/kernel/drv/$(ARCH64)/rdcsrv group=sys
85ead1f93eSLiane Prazafile path=usr/kernel/drv/$(ARCH64)/rdcstub group=sys
86ead1f93eSLiane Prazafile path=usr/kernel/drv/rdc.conf group=sys \
87ead1f93eSLiane Praza    original_name=SUNWrdc:usr/kernel/drv/rdc.conf preserve=true
88ead1f93eSLiane Prazafile path=usr/lib/librdc.so.1
89ead1f93eSLiane Prazafile path=usr/lib/mdb/kvm/$(ARCH64)/rdc.so group=sys mode=0555
90*c10c16deSRichard Lowefile path=usr/share/man/man1m/sndradm.1m
91*c10c16deSRichard Lowefile path=usr/share/man/man1m/sndrd.1m
92*c10c16deSRichard Lowefile path=usr/share/man/man1m/sndrsyncd.1m
93*c10c16deSRichard Lowefile path=usr/share/man/man4/rdc.cf.4
94*c10c16deSRichard Lowefile path=usr/share/man/man4/sndr.4
95ead1f93eSLiane Prazahardlink path=lib/svc/method/svc-rdc target=../../../etc/init.d/rdc
96ead1f93eSLiane Prazahardlink path=lib/svc/method/svc-rdcsyncd target=../../../etc/init.d/rdcfinish
97ebbab6bbSDan Pricehardlink path=usr/kernel/misc/$(ARCH64)/rdcsrv \
98ebbab6bbSDan Price    target=../../drv/$(ARCH64)/rdcsrv
99ead1f93eSLiane Prazahardlink path=usr/kernel/misc/$(ARCH64)/rdcstub \
100ead1f93eSLiane Praza    target=../../drv/$(ARCH64)/rdcstub
101ead1f93eSLiane Prazahardlink path=usr/lib/sndrd target=../bin/sndrd
102ead1f93eSLiane Prazahardlink path=usr/lib/sndrsyncd target=../bin/sndrsyncd
103ead1f93eSLiane Prazahardlink path=usr/sbin/sndradm target=../bin/sndradm
104ead1f93eSLiane Prazahardlink path=usr/sbin/sndrboot target=../bin/sndrboot
10571e464e5SPeter Dennis - Sustaining Engineerlegacy pkg=SUNWrdcr \
106ead1f93eSLiane Praza    desc="Remote Mirror copy software provides replication across IP networks" \
10771e464e5SPeter Dennis - Sustaining Engineer    name="Sun StorageTek Availability Suite Remote Mirror (root)"
10871e464e5SPeter Dennis - Sustaining Engineerlegacy pkg=SUNWrdcu \
109ead1f93eSLiane Praza    desc="Remote Mirror copy software provides replication across IP networks" \
11071e464e5SPeter Dennis - Sustaining Engineer    name="Sun StorageTek Availability Suite Remote Mirror (usr)"
111ead1f93eSLiane Prazalicense cr_Sun license=cr_Sun
112ead1f93eSLiane Prazalicense lic_CDDL license=lic_CDDL
113ead1f93eSLiane Prazalink path=usr/cluster/lib/dscfg/start/10rdc target=../../../sbin/rdc
114ead1f93eSLiane Prazalink path=usr/cluster/lib/dscfg/stop/15rdc target=../../../sbin/rdc
115