1# 2# CDDL HEADER START 3# 4# The contents of this file are subject to the terms of the 5# Common Development and Distribution License (the "License"). 6# You may not use this file except in compliance with the License. 7# 8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9# or http://www.opensolaris.org/os/licensing. 10# See the License for the specific language governing permissions 11# and limitations under the License. 12# 13# When distributing Covered Code, include this CDDL HEADER in each 14# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15# If applicable, add the following below this CDDL HEADER, with the 16# fields enclosed by brackets "[]" replaced with your own identifying 17# information: Portions Copyright [yyyy] [name of copyright owner] 18# 19# CDDL HEADER END 20# 21 22# 23# Copyright 2010 Sun Microsystems, Inc. All rights reserved. 24# Use is subject to license terms. 25# 26 27# 28# This package will install successfully into any zone, global or 29# non-global. The files, directories, links, and hardlinks, however, 30# will only be installed into the global zone. 31# 32<include hollow_zone_pkg> 33set name=pkg.fmri value=pkg:/service/storage/avs/cache-management@$(PKGVERS) 34set name=pkg.description \ 35 value="Storage Cache Management of read-only bitmap volumes" 36set name=pkg.summary value="Sun StorageTek Availability Suite Cache Management" 37set name=info.classification \ 38 value="org.opensolaris.category.2008:System/Enterprise Management" 39set name=variant.arch value=$(ARCH) 40set name=variant.opensolaris.zone value=global value=nonglobal 41dir path=etc group=sys 42dir path=etc/init.d group=sys 43dir path=kernel group=sys 44dir path=kernel/kmdb group=sys 45dir path=kernel/kmdb/$(ARCH64) group=sys 46dir path=lib 47dir path=lib/svc 48dir path=lib/svc/method 49dir path=usr group=sys 50dir path=usr/bin 51dir path=usr/cluster group=sys 52dir path=usr/cluster/lib 53dir path=usr/cluster/lib/start 54dir path=usr/cluster/lib/stop 55dir path=usr/cluster/sbin group=other 56dir path=usr/kernel group=sys 57dir path=usr/kernel/drv group=sys 58dir path=usr/kernel/drv/$(ARCH64) group=sys 59dir path=usr/kernel/misc group=sys 60dir path=usr/kernel/misc/$(ARCH64) group=sys 61dir path=usr/lib 62dir path=usr/lib/mdb group=sys 63dir path=usr/lib/mdb/kvm group=sys 64dir path=usr/lib/mdb/kvm/$(ARCH64) group=sys 65dir path=usr/sbin 66dir path=lib/svc/manifest group=sys 67dir path=lib/svc/manifest/system group=sys 68driver name=ncall devlink=type=ddi_pseudo;name=ncall\t\D perms="* 0666 root sys" \ 69 privs=sys_config privs=sys_devices 70driver name=nsctl devlink=type=ddi_pseudo;name=nsctl\t\D perms="* 0666 root sys" \ 71 privs=sys_config privs=sys_devices 72driver name=nskern devlink=type=ddi_pseudo;name=nskern\t\D \ 73 perms="* 0666 root sys" privs=sys_config privs=sys_devices 74driver name=sdbc devlink=type=ddi_pseudo;name=sdbc\t\D perms="* 0666 root sys" \ 75 privs=sys_config privs=sys_devices 76file path=etc/dscfg_format group=sys mode=0744 77file path=etc/init.d/scm mode=0744 78file path=kernel/kmdb/$(ARCH64)/nsctl group=sys mode=0555 reboot-needed=true 79file path=kernel/kmdb/$(ARCH64)/sdbc group=sys mode=0555 reboot-needed=true 80$(i386_ONLY)file path=kernel/kmdb/nsctl group=sys mode=0555 reboot-needed=true 81$(i386_ONLY)file path=kernel/kmdb/sdbc group=sys mode=0555 reboot-needed=true 82file path=usr/bin/dsbitmap mode=0555 83file path=usr/bin/dscfg mode=0555 84file path=usr/bin/dscfg_reconfigure.cluster mode=0555 85file path=usr/bin/dscfgadm mode=0555 86file path=usr/bin/dscfglockd mode=0555 87file path=usr/bin/dsstat mode=0555 88file path=usr/bin/ncalladm mode=0555 89file path=usr/bin/nscadm mode=0555 90file path=usr/bin/nskernd mode=0555 91file path=usr/bin/scmadm mode=0555 92file path=usr/kernel/drv/$(ARCH64)/ncall group=sys 93file path=usr/kernel/drv/$(ARCH64)/nsctl group=sys 94file path=usr/kernel/drv/$(ARCH64)/nskern group=sys 95file path=usr/kernel/drv/$(ARCH64)/sdbc group=sys 96$(i386_ONLY)file path=usr/kernel/drv/ncall group=sys 97file path=usr/kernel/drv/ncall.conf group=sys 98$(i386_ONLY)file path=usr/kernel/drv/nsctl group=sys 99file path=usr/kernel/drv/nsctl.conf group=sys 100$(i386_ONLY)file path=usr/kernel/drv/nskern group=sys 101file path=usr/kernel/drv/nskern.conf group=sys 102$(i386_ONLY)file path=usr/kernel/drv/sdbc group=sys 103file path=usr/kernel/drv/sdbc.conf group=sys 104file path=usr/kernel/misc/$(ARCH64)/spuni group=sys mode=0755 105$(i386_ONLY)file path=usr/kernel/misc/spuni group=sys mode=0755 106file path=usr/lib/libdscfg.so.1 107file path=usr/lib/libnsctl.so.1 108file path=usr/lib/libunistat.so.1 109file path=usr/lib/mdb/kvm/$(ARCH64)/nsctl.so group=sys mode=0555 110file path=usr/lib/mdb/kvm/$(ARCH64)/sdbc.so group=sys mode=0555 111$(i386_ONLY)file path=usr/lib/mdb/kvm/nsctl.so group=sys mode=0555 112$(i386_ONLY)file path=usr/lib/mdb/kvm/sdbc.so group=sys mode=0555 113file path=lib/svc/manifest/system/nws_scm.xml group=sys mode=0444 114hardlink path=lib/svc/method/svc-scm target=../../../etc/init.d/scm 115hardlink path=usr/cluster/sbin/dscfg_reconfigure \ 116 target=../../bin/dscfg_reconfigure.cluster 117hardlink path=usr/lib/dscfglockd target=../bin/dscfglockd 118hardlink path=usr/lib/ncalladm target=../bin/ncalladm 119hardlink path=usr/lib/nskernd target=../bin/nskernd 120hardlink path=usr/sbin/dsbitmap target=../bin/dsbitmap 121hardlink path=usr/sbin/dscfg target=../bin/dscfg 122hardlink path=usr/sbin/dscfgadm target=../bin/dscfgadm 123hardlink path=usr/sbin/dsstat target=../bin/dsstat 124hardlink path=usr/sbin/nscadm target=../bin/nscadm 125hardlink path=usr/sbin/scmadm target=../bin/scmadm 126legacy pkg=SUNWscmr arch=$(ARCH) category=system \ 127 desc="Storage Cache Management of read-only bitmap volumes" \ 128 hotline="Please contact your local service provider" \ 129 name="Sun StorageTek Availability Suite Cache Management (root)" \ 130 vendor="Sun Microsystems, Inc." version=11.11,REV=2009.11.11 131legacy pkg=SUNWscmu arch=$(ARCH) category=system \ 132 desc="Storage Cache Management of read-only bitmap volumes" \ 133 hotline="Please contact your local service provider" \ 134 name="Sun StorageTek Availability Suite Cache Management (usr)" \ 135 vendor="Sun Microsystems, Inc." version=11.11,REV=2009.11.11 136license cr_Sun license=cr_Sun 137license lic_CDDL license=lic_CDDL 138