1*fcf3ce44SJohn Forte# CDDL HEADER START 2*fcf3ce44SJohn Forte# 3*fcf3ce44SJohn Forte# The contents of this file are subject to the terms of the 4*fcf3ce44SJohn Forte# Common Development and Distribution License (the "License"). 5*fcf3ce44SJohn Forte# You may not use this file except in compliance with the License. 6*fcf3ce44SJohn Forte# 7*fcf3ce44SJohn Forte# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 8*fcf3ce44SJohn Forte# or http://www.opensolaris.org/os/licensing. 9*fcf3ce44SJohn Forte# See the License for the specific language governing permissions 10*fcf3ce44SJohn Forte# and limitations under the License. 11*fcf3ce44SJohn Forte# 12*fcf3ce44SJohn Forte# When distributing Covered Code, include this CDDL HEADER in each 13*fcf3ce44SJohn Forte# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 14*fcf3ce44SJohn Forte# If applicable, add the following below this CDDL HEADER, with the 15*fcf3ce44SJohn Forte# fields enclosed by brackets "[]" replaced with your own identifying 16*fcf3ce44SJohn Forte# information: Portions Copyright [yyyy] [name of copyright owner] 17*fcf3ce44SJohn Forte# 18*fcf3ce44SJohn Forte# CDDL HEADER END 19*fcf3ce44SJohn Forte# 20*fcf3ce44SJohn Forte# Copyright 2008 Sun Microsystems, Inc. All rights reserved. 21*fcf3ce44SJohn Forte# Use is subject to license terms. 22*fcf3ce44SJohn Forte# 23*fcf3ce44SJohn ForteEMPTY = Empty string 24*fcf3ce44SJohn ForteHDRBMP = Unable to read or write bitmap header 25*fcf3ce44SJohn ForteINVALBMP = Bitmap magic number is not valid 26*fcf3ce44SJohn ForteMISMATCH = Arguments inconsistent with current bitmap 27*fcf3ce44SJohn ForteSHDSIZE = Shadow too small 28*fcf3ce44SJohn ForteBMPSIZE = Bitmap too small 29*fcf3ce44SJohn ForteREGISTER = Registration failed 30*fcf3ce44SJohn ForteDIRTY = Bitmap is dirty 31*fcf3ce44SJohn ForteSHUTDOWN = Shadow shutting down 32*fcf3ce44SJohn ForteOPEN = nsc_open failed 33*fcf3ce44SJohn ForteINUSE = Volume in use 34*fcf3ce44SJohn ForteNOTFOUND = Volume not enabled 35*fcf3ce44SJohn ForteCOPYING = Volume copy in progress 36*fcf3ce44SJohn ForteIO = I/O error copying data 37*fcf3ce44SJohn ForteABORTED = Copy operation aborted 38*fcf3ce44SJohn FortePARTSIZE = nsc_partsize failed 39*fcf3ce44SJohn ForteDEPENDENCY = Volumes are not currently independent 40*fcf3ce44SJohn ForteMAPMEMORY = Could not allocate memory for bitmaps in interface library (malloc) 41*fcf3ce44SJohn ForteRSRVFAIL = nsc_reserve failed 42*fcf3ce44SJohn ForteOPACKAGE = Another package would not allow target to be changed at this moment 43*fcf3ce44SJohn ForteINCOMPLETE = Source shadow volume is not complete due to earlier overflow 44*fcf3ce44SJohn ForteNOTEXPORTED = Shadow volume is not exported 45*fcf3ce44SJohn ForteALREADY = Operation already successfully performed 46*fcf3ce44SJohn ForteWRONGTYPE = Wrong type of shadow group 47*fcf3ce44SJohn ForteOMAGIC = Overflow volume magic number or name does not match 48*fcf3ce44SJohn ForteODEPENDENCY = Volumes are currently dependent on overflow volume 49*fcf3ce44SJohn ForteOFFLINE = Volume offline 50*fcf3ce44SJohn ForteNOTLOCKED = Set not pid-locked 51*fcf3ce44SJohn ForteCNOTFOUND = Cluster resource group not found 52*fcf3ce44SJohn ForteGNOTFOUND = No such group defined 53*fcf3ce44SJohn ForteDISABLE = One or more sets failed to be disabled 54*fcf3ce44SJohn ForteISEXPORTED = Update or copy not allowed on an exported shadow volume 55