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=var group=sys 67dir path=var/svc group=sys 68dir path=var/svc/manifest group=sys 69dir path=var/svc/manifest/system group=sys 70driver name=ncall devlink=type=ddi_pseudo;name=ncall\t\D perms="* 0666 root sys" \ 71 privs=sys_config privs=sys_devices 72driver name=nsctl devlink=type=ddi_pseudo;name=nsctl\t\D perms="* 0666 root sys" \ 73 privs=sys_config privs=sys_devices 74driver name=nskern devlink=type=ddi_pseudo;name=nskern\t\D \ 75 perms="* 0666 root sys" privs=sys_config privs=sys_devices 76driver name=sdbc devlink=type=ddi_pseudo;name=sdbc\t\D perms="* 0666 root sys" \ 77 privs=sys_config privs=sys_devices 78file path=etc/dscfg_format group=sys mode=0744 79file path=etc/init.d/scm mode=0744 80file path=kernel/kmdb/$(ARCH64)/nsctl group=sys mode=0555 reboot-needed=true 81file path=kernel/kmdb/$(ARCH64)/sdbc group=sys mode=0555 reboot-needed=true 82$(i386_ONLY)file path=kernel/kmdb/nsctl group=sys mode=0555 reboot-needed=true 83$(i386_ONLY)file path=kernel/kmdb/sdbc group=sys mode=0555 reboot-needed=true 84file path=usr/bin/dsbitmap mode=0555 85file path=usr/bin/dscfg mode=0555 86file path=usr/bin/dscfg_reconfigure.cluster mode=0555 87file path=usr/bin/dscfgadm mode=0555 88file path=usr/bin/dscfglockd mode=0555 89file path=usr/bin/dsstat mode=0555 90file path=usr/bin/ncalladm mode=0555 91file path=usr/bin/nscadm mode=0555 92file path=usr/bin/nskernd mode=0555 93file path=usr/bin/scmadm mode=0555 94file path=usr/kernel/drv/$(ARCH64)/ncall group=sys 95file path=usr/kernel/drv/$(ARCH64)/nsctl group=sys 96file path=usr/kernel/drv/$(ARCH64)/nskern group=sys 97file path=usr/kernel/drv/$(ARCH64)/sdbc group=sys 98$(i386_ONLY)file path=usr/kernel/drv/ncall group=sys 99file path=usr/kernel/drv/ncall.conf group=sys 100$(i386_ONLY)file path=usr/kernel/drv/nsctl group=sys 101file path=usr/kernel/drv/nsctl.conf group=sys 102$(i386_ONLY)file path=usr/kernel/drv/nskern group=sys 103file path=usr/kernel/drv/nskern.conf group=sys 104$(i386_ONLY)file path=usr/kernel/drv/sdbc group=sys 105file path=usr/kernel/drv/sdbc.conf group=sys 106file path=usr/kernel/misc/$(ARCH64)/spuni group=sys mode=0755 107$(i386_ONLY)file path=usr/kernel/misc/spuni group=sys mode=0755 108file path=usr/lib/libdscfg.so.1 109file path=usr/lib/libnsctl.so.1 110file path=usr/lib/libunistat.so.1 111file path=usr/lib/mdb/kvm/$(ARCH64)/nsctl.so group=sys mode=0555 112file path=usr/lib/mdb/kvm/$(ARCH64)/sdbc.so group=sys mode=0555 113$(i386_ONLY)file path=usr/lib/mdb/kvm/nsctl.so group=sys mode=0555 114$(i386_ONLY)file path=usr/lib/mdb/kvm/sdbc.so group=sys mode=0555 115file path=var/svc/manifest/system/nws_scm.xml group=sys mode=0444 116hardlink path=lib/svc/method/svc-scm target=../../../etc/init.d/scm 117hardlink path=usr/cluster/sbin/dscfg_reconfigure \ 118 target=../../bin/dscfg_reconfigure.cluster 119hardlink path=usr/lib/dscfglockd target=../bin/dscfglockd 120hardlink path=usr/lib/ncalladm target=../bin/ncalladm 121hardlink path=usr/lib/nskernd target=../bin/nskernd 122hardlink path=usr/sbin/dsbitmap target=../bin/dsbitmap 123hardlink path=usr/sbin/dscfg target=../bin/dscfg 124hardlink path=usr/sbin/dscfgadm target=../bin/dscfgadm 125hardlink path=usr/sbin/dsstat target=../bin/dsstat 126hardlink path=usr/sbin/nscadm target=../bin/nscadm 127hardlink path=usr/sbin/scmadm target=../bin/scmadm 128legacy pkg=SUNWscmr arch=$(ARCH) category=system \ 129 desc="Storage Cache Management of read-only bitmap volumes" \ 130 hotline="Please contact your local service provider" \ 131 name="Sun StorageTek Availability Suite Cache Management (root)" \ 132 vendor="Sun Microsystems, Inc." version=11.11,REV=2009.11.11 133legacy pkg=SUNWscmu arch=$(ARCH) category=system \ 134 desc="Storage Cache Management of read-only bitmap volumes" \ 135 hotline="Please contact your local service provider" \ 136 name="Sun StorageTek Availability Suite Cache Management (usr)" \ 137 vendor="Sun Microsystems, Inc." version=11.11,REV=2009.11.11 138license cr_Sun license=cr_Sun 139license lic_CDDL license=lic_CDDL 140