xref: /titanic_41/usr/src/lib/libunistat/common/sdbc/sdbc.err (revision fcf3ce441efd61da9bb2884968af01cb7c1452cc)
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 ForteDUMMY = SDBC Place holder until definitions checked in by coresw dev.
24*fcf3ce44SJohn ForteOBSOLETE = Obsolete sdbc ioctl used
25*fcf3ce44SJohn ForteDISABLE = Cache deconfig failed.  Not initialized
26*fcf3ce44SJohn ForteCLUSTER_SIZE = Get cluster size operation failed.  Cache not initialized
27*fcf3ce44SJohn ForteCLUSTER_DATA = Get cluster data operation failed.  Cache not initialized
28*fcf3ce44SJohn ForteGLMUL_SIZE = Get global size operation failed.  Cache not initialized
29*fcf3ce44SJohn ForteGLMUL_INFO = Get global info operation failed.  Cache not initialized
30*fcf3ce44SJohn ForteTOGGLE_FLUSH = Cache flushing mode is (mode %s)
31*fcf3ce44SJohn ForteUNSUPPORTED = Unknown ioctl: unsupported (cmd %s)
32*fcf3ce44SJohn ForteDISABLEFAIL = Cache not deconfigured
33*fcf3ce44SJohn FortePINNED = Pinned data on %s
34*fcf3ce44SJohn ForteACTIVERDC = Active RDC pair not closed
35*fcf3ce44SJohn ForteUNREG = Could not unregister sdbc io module
36*fcf3ce44SJohn ForteALREADY = Cache enable failed.  Already initialized.
37*fcf3ce44SJohn ForteENABLEFAIL = Cache enable failed.
38*fcf3ce44SJohn ForteSIZE = Cache block size %s not supported.
39*fcf3ce44SJohn ForteMAGIC = Mismatched versions of scmadm and sdbc module.
40*fcf3ce44SJohn ForteNONETMEM = Insufficient memory for cache.
41*fcf3ce44SJohn ForteNOIOBMEM = No memory for iobuf hooks.
42*fcf3ce44SJohn ForteNOIOBCB = Missing iobuf driver callback.
43*fcf3ce44SJohn ForteNOHANDLEMEM = No memory for buffer handles.
44*fcf3ce44SJohn ForteMEMCONFIG = Cache memory initialzation error.
45*fcf3ce44SJohn ForteFLUSHTHRD = Flush threads create failure.
46*fcf3ce44SJohn ForteNOHASH = Cannot create hash table
47*fcf3ce44SJohn ForteNOCB = Cannot allocate cache block structures
48*fcf3ce44SJohn ForteNOCCTL = Cannot allocate cctl sync structures
49*fcf3ce44SJohn ForteNOCD = Cannot allocate cache data structures
50*fcf3ce44SJohn ForteNOMIRRORCD = Cannot allocate cache data structures for mirror areas
51*fcf3ce44SJohn ForteNOSHAREDFILE = Cannot allocate shared file area
52*fcf3ce44SJohn ForteNOSFNV = Cannot allocate shared file area in nvmem
53*fcf3ce44SJohn ForteNOREFRESH = Unable to refresh host memory
54*fcf3ce44SJohn ForteINVHOSTID = Hostid %s greater than maximum (%s)
55*fcf3ce44SJohn ForteNOTSAME = Self host %s and mirror host %s cannot be the same
56*fcf3ce44SJohn ForteNORMLOCKS = No RM locks configured
57*fcf3ce44SJohn ForteGLDMAFAIL = Global information transfer failed
58*fcf3ce44SJohn ForteMODELCONVERT = 64 bit conversion called on a 32 bit system
59*fcf3ce44SJohn ForteABUFS = Anonymous buffers currently allocated from sdbc
60*fcf3ce44SJohn ForteNODEVENABLED = Device not enabled in cache
61