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# 23*ebbab6bbSDan Price# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. 24ead1f93eSLiane Praza# 25ead1f93eSLiane Praza 26ead1f93eSLiane Praza# 27*ebbab6bbSDan Price# The default for payload-bearing actions in this package is to appear in the 28*ebbab6bbSDan Price# global zone only. See the include file for greater detail, as well as 29*ebbab6bbSDan Price# information about overriding the defaults. 30ead1f93eSLiane Praza# 31*ebbab6bbSDan Price<include global_zone_only_component> 32ead1f93eSLiane Prazaset name=pkg.fmri value=pkg:/service/storage/avs/cache-management@$(PKGVERS) 33ead1f93eSLiane Prazaset name=pkg.description \ 34ead1f93eSLiane Praza value="Storage Cache Management of read-only bitmap volumes" 35*ebbab6bbSDan Priceset name=pkg.summary \ 36*ebbab6bbSDan Price value="Sun StorageTek Availability Suite Cache Management" 37ead1f93eSLiane Prazaset name=info.classification \ 38ead1f93eSLiane Praza value="org.opensolaris.category.2008:System/Enterprise Management" 39ead1f93eSLiane Prazaset name=variant.arch value=$(ARCH) 40ead1f93eSLiane Prazadir path=etc group=sys 41ead1f93eSLiane Prazadir path=etc/init.d group=sys 42ead1f93eSLiane Prazadir path=kernel group=sys 43ead1f93eSLiane Prazadir path=kernel/kmdb group=sys 44ead1f93eSLiane Prazadir path=kernel/kmdb/$(ARCH64) group=sys 45ead1f93eSLiane Prazadir path=lib 46ead1f93eSLiane Prazadir path=lib/svc 47*ebbab6bbSDan Pricedir path=lib/svc/manifest group=sys 48*ebbab6bbSDan Pricedir path=lib/svc/manifest/system group=sys 49ead1f93eSLiane Prazadir path=lib/svc/method 50ead1f93eSLiane Prazadir path=usr group=sys 51ead1f93eSLiane Prazadir path=usr/bin 52ead1f93eSLiane Prazadir path=usr/cluster group=sys 53ead1f93eSLiane Prazadir path=usr/cluster/lib 54ead1f93eSLiane Prazadir path=usr/cluster/lib/start 55ead1f93eSLiane Prazadir path=usr/cluster/lib/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*ebbab6bbSDan Pricedriver name=ncall devlink=type=ddi_pseudo;name=ncall\t\D \ 68*ebbab6bbSDan Price perms="* 0666 root sys" privs=sys_config privs=sys_devices 69*ebbab6bbSDan Pricedriver name=nsctl devlink=type=ddi_pseudo;name=nsctl\t\D \ 70*ebbab6bbSDan Price perms="* 0666 root sys" privs=sys_config privs=sys_devices 71ead1f93eSLiane Prazadriver name=nskern devlink=type=ddi_pseudo;name=nskern\t\D \ 72ead1f93eSLiane Praza perms="* 0666 root sys" privs=sys_config privs=sys_devices 73ead1f93eSLiane Prazadriver name=sdbc devlink=type=ddi_pseudo;name=sdbc\t\D perms="* 0666 root sys" \ 74ead1f93eSLiane Praza privs=sys_config privs=sys_devices 75ead1f93eSLiane Prazafile path=etc/dscfg_format group=sys mode=0744 76ead1f93eSLiane Prazafile path=etc/init.d/scm mode=0744 77*ebbab6bbSDan Pricefile path=kernel/kmdb/$(ARCH64)/nsctl group=sys mode=0555 78*ebbab6bbSDan Pricefile path=kernel/kmdb/$(ARCH64)/sdbc group=sys mode=0555 79*ebbab6bbSDan Price$(i386_ONLY)file path=kernel/kmdb/nsctl group=sys mode=0555 80*ebbab6bbSDan Price$(i386_ONLY)file path=kernel/kmdb/sdbc group=sys mode=0555 81*ebbab6bbSDan Pricefile path=lib/svc/manifest/system/nws_scm.xml group=sys mode=0444 82ead1f93eSLiane Prazafile path=usr/bin/dsbitmap mode=0555 83ead1f93eSLiane Prazafile path=usr/bin/dscfg mode=0555 84ead1f93eSLiane Prazafile path=usr/bin/dscfg_reconfigure.cluster mode=0555 85ead1f93eSLiane Prazafile path=usr/bin/dscfgadm mode=0555 86ead1f93eSLiane Prazafile path=usr/bin/dscfglockd mode=0555 87ead1f93eSLiane Prazafile path=usr/bin/dsstat mode=0555 88ead1f93eSLiane Prazafile path=usr/bin/ncalladm mode=0555 89ead1f93eSLiane Prazafile path=usr/bin/nscadm mode=0555 90ead1f93eSLiane Prazafile path=usr/bin/nskernd mode=0555 91ead1f93eSLiane Prazafile path=usr/bin/scmadm mode=0555 92ead1f93eSLiane Prazafile path=usr/kernel/drv/$(ARCH64)/ncall group=sys 93ead1f93eSLiane Prazafile path=usr/kernel/drv/$(ARCH64)/nsctl group=sys 94ead1f93eSLiane Prazafile path=usr/kernel/drv/$(ARCH64)/nskern group=sys 95ead1f93eSLiane Prazafile path=usr/kernel/drv/$(ARCH64)/sdbc group=sys 96ead1f93eSLiane Praza$(i386_ONLY)file path=usr/kernel/drv/ncall group=sys 97ead1f93eSLiane Prazafile path=usr/kernel/drv/ncall.conf group=sys 98ead1f93eSLiane Praza$(i386_ONLY)file path=usr/kernel/drv/nsctl group=sys 99ead1f93eSLiane Prazafile path=usr/kernel/drv/nsctl.conf group=sys 100ead1f93eSLiane Praza$(i386_ONLY)file path=usr/kernel/drv/nskern group=sys 101ead1f93eSLiane Prazafile path=usr/kernel/drv/nskern.conf group=sys 102ead1f93eSLiane Praza$(i386_ONLY)file path=usr/kernel/drv/sdbc group=sys 103ead1f93eSLiane Prazafile path=usr/kernel/drv/sdbc.conf group=sys 104ead1f93eSLiane Prazafile path=usr/kernel/misc/$(ARCH64)/spuni group=sys mode=0755 105ead1f93eSLiane Praza$(i386_ONLY)file path=usr/kernel/misc/spuni group=sys mode=0755 106ead1f93eSLiane Prazafile path=usr/lib/libdscfg.so.1 107ead1f93eSLiane Prazafile path=usr/lib/libnsctl.so.1 108ead1f93eSLiane Prazafile path=usr/lib/libunistat.so.1 109ead1f93eSLiane Prazafile path=usr/lib/mdb/kvm/$(ARCH64)/nsctl.so group=sys mode=0555 110ead1f93eSLiane Prazafile path=usr/lib/mdb/kvm/$(ARCH64)/sdbc.so group=sys mode=0555 111ead1f93eSLiane Praza$(i386_ONLY)file path=usr/lib/mdb/kvm/nsctl.so group=sys mode=0555 112ead1f93eSLiane Praza$(i386_ONLY)file path=usr/lib/mdb/kvm/sdbc.so group=sys mode=0555 113ead1f93eSLiane Prazahardlink path=lib/svc/method/svc-scm target=../../../etc/init.d/scm 114ead1f93eSLiane Prazahardlink path=usr/cluster/sbin/dscfg_reconfigure \ 115ead1f93eSLiane Praza target=../../bin/dscfg_reconfigure.cluster 116ead1f93eSLiane Prazahardlink path=usr/lib/dscfglockd target=../bin/dscfglockd 117ead1f93eSLiane Prazahardlink path=usr/lib/ncalladm target=../bin/ncalladm 118ead1f93eSLiane Prazahardlink path=usr/lib/nskernd target=../bin/nskernd 119ead1f93eSLiane Prazahardlink path=usr/sbin/dsbitmap target=../bin/dsbitmap 120ead1f93eSLiane Prazahardlink path=usr/sbin/dscfg target=../bin/dscfg 121ead1f93eSLiane Prazahardlink path=usr/sbin/dscfgadm target=../bin/dscfgadm 122ead1f93eSLiane Prazahardlink path=usr/sbin/dsstat target=../bin/dsstat 123ead1f93eSLiane Prazahardlink path=usr/sbin/nscadm target=../bin/nscadm 124ead1f93eSLiane Prazahardlink path=usr/sbin/scmadm target=../bin/scmadm 125ead1f93eSLiane Prazalegacy pkg=SUNWscmr arch=$(ARCH) category=system \ 126ead1f93eSLiane Praza desc="Storage Cache Management of read-only bitmap volumes" \ 127ead1f93eSLiane Praza hotline="Please contact your local service provider" \ 128ead1f93eSLiane Praza name="Sun StorageTek Availability Suite Cache Management (root)" \ 129ead1f93eSLiane Praza vendor="Sun Microsystems, Inc." version=11.11,REV=2009.11.11 130ead1f93eSLiane Prazalegacy pkg=SUNWscmu arch=$(ARCH) category=system \ 131ead1f93eSLiane Praza desc="Storage Cache Management of read-only bitmap volumes" \ 132ead1f93eSLiane Praza hotline="Please contact your local service provider" \ 133ead1f93eSLiane Praza name="Sun StorageTek Availability Suite Cache Management (usr)" \ 134ead1f93eSLiane Praza vendor="Sun Microsystems, Inc." version=11.11,REV=2009.11.11 135ead1f93eSLiane Prazalicense cr_Sun license=cr_Sun 136ead1f93eSLiane Prazalicense lic_CDDL license=lic_CDDL 137