fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte# CDDL HEADER START
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte#
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte# The contents of this file are subject to the terms of the
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte# Common Development and Distribution License (the "License").
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte# You may not use this file except in compliance with the License.
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte#
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte# or http://www.opensolaris.org/os/licensing.
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte# See the License for the specific language governing permissions
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte# and limitations under the License.
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte#
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte# When distributing Covered Code, include this CDDL HEADER in each
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte# If applicable, add the following below this CDDL HEADER, with the
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte# fields enclosed by brackets "[]" replaced with your own identifying
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte# information: Portions Copyright [yyyy] [name of copyright owner]
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte#
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte# CDDL HEADER END
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte#
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte# Use is subject to license terms.
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte#
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn ForteEPERM = Must be super-user to execute
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn ForteEINVAL = Invalid flag %s
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn ForteALREADY = %s ==> %s not already enabled
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn ForteDISABLEPENDING = Disable pending on %s ==> %s, try again later
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn ForteENABLEPENDING = Enable pending on %s ==> %s, try again later
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn ForteOPNSECSRC = Host %s: Source %s, open remote host failed
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn ForteOPNPRISRC = Host %s: Source %s, open failed
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn ForteOPNSECTGT = Host %s: Target %s, open remote host failed
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn ForteOPNPRITGT = Host %s: Target %s, open failed
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn ForteNOLOCHOST = Disks %s,%s do not reside on host %s or host %s
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn ForteNOTREMOTE = Master %s and Slave %s have same id %s
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn ForteMASTERNOTLOCAL = Master %s does not reside on this host: %s
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn ForteYOUNGER = %s is failed from %s..cannot proceed
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn ForteNODISABLE = Currently syncing, unable to disable
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn ForteCONN = Unable to connect to %s: local disable complete, remote disable aborted
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn ForteFLUSH = Will disable when ATM queue flushes on %s ==> %s
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn ForteSYNCING = Request not serviced, %s is currently being synced.
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn ForteINITREMOTE = Could not initialize remote data structures on %s ==> %s set
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn ForteINITLOCAL = Could not initialize local data structures on %s ==> %s set
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn ForteNOSLAVE = Target %s is failed, cannot set up for sync operation
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn ForteSIZE = Size of Primary %s:%s(%s) must be less than or equal to size of Secondary %s:%s(%s)
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn ForteSIZCHG = Device size change in dual copy set
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn ForteNOBMAP = Recovery bitmaps not allocated
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn ForteINITAFTERSYNC = Could not initialize data structures on %s ==> %s set after sync
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn ForteFAIL = Dual copy failed, offset:%s
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn ForteMIRRORDOWN = Mirror node is down
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn ForteGETSIZE = %s:%s has invalid size (%s)..cannot proceed
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn ForteUPDATE = Update sync %s:%s ==> %s:%s only allowed for an rdc device set
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn ForteEQUAL = Illegal device set %s:%s to itself
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn ForteMATCH = Device %s:%s belongs to another RDC device set
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn ForteMASTER = Changing the primary SNDR device %s:%s to become secondary and the secondary SNDR device %s:%s to become primary is not allowed in advanced configs
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn ForteCONNOPEN = Could not open file %s:%s on remote node
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn ForteNOPROC = Could not create rdc_config process
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn ForteBITMAP = Allocation of bitmap device %s failed
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn ForteMIRRORUP = Change request denied, volume mirror is up
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn ForteVERSION = Change request denied, don't understand request version
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn ForteEMPTY = Empty string
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn ForteENABLED = %s:%s ==> %s:%s is already enabled
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn ForteOPEN = Unable to open %s:%s
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn ForteADDTOIF = Unable to add interface %s to %s
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn ForteREGISTER = Unable to register %s
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn ForteNOTPRIMARY = Not primary, cannot sync %s:%s and %s:%s
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn ForteRSYNCNEEDED = Reverse sync needed, cannot sync %s:%s ==> %s:%s
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn ForteNOTHREADS = Unable to initialize the kernel thread set
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn ForteNETCONFIG = NULL struct knetconfig passed down from user program
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn ForteNETBUF = NULL struct netbuf passed down from user program for %s
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn ForteSTATE = The state of %s:%s ==> %s:%s prevents this operation
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn ForteMANY2ONE = Cannot enable %s:%s ==> %s:%s, secondary in use in another set
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn ForteRSTATE = The remote state of %s:%s ==> %s:%s prevents this operation
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn ForteBMPINUSE = The bitmap %s is already in use
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn ForteVOLINUSE = The volume %s is already in use
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn ForteMULTI = Cannot use direct I/O on first leg of multi hop config
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn ForteGROUP = Cannot add %s:%s ==> %s:%s to group %s
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn ForteGROUPMODE = Cannot reconfigure sync/async on members of a group
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn ForteNOTLOGGING = Cannot reconfig %s:%s to %s:%s, Must be in logging mode
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn ForteBMPRECONFIG = Bitmap reconfig failed %s:%s
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn ForteBMAPLOGGING = Cannot overwrite bitmap as the set %s:%s is not in logging mode
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn ForteQDISABLEPEND = Disable pending on diskq %s, try again later
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn ForteQNOTLOGGING = Cannot change disk queue %s, all associated sets must be in logging mode
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn ForteQALREADY = %s:%s ==> %s:%s already has a disk queue attached
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn ForteQNOQUEUE = Disk queue does not exist for set %s:%s ==> %s:%s
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn ForteQFLUSHING = Operation not possible. Disk queue %s is flushing, try again later
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn ForteQWRONGMODE = Disk queue operations on synchronous sets not allowed
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn ForteDISKQINUSE = Disk queue %s is already in use
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn ForteQNOADD = Unable to enable disk queue %s
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn ForteQINITFAIL = Initialization of disk queue %s failed
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn ForteQNOTEMPTY = Operation not possible, disk queue %s is not empty.
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn ForteQUEISREP = Disk queue %s operation not possible, set is in replicating mode
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn ForteQNORSYNC = Cannot reverse sync %s:%s <== %s:%s, set is in queuing mode
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn ForteSETNOTLOGGING = can not start sync as set %s:%s is not logging
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn ForteBITMAP2SMALL = Allocation of bitmap device %s failed, volume is too small