Import Upstream version 1.8.5
[hcoop/debian/openafs.git] / src / libadmin / adminutil / afs_AdminVosErrors.et
1 # Copyright 2000, International Business Machines Corporation and others.
2 # All Rights Reserved.
3 #
4 # This software has been released under the terms of the IBM Public
5 # License. For details, see the LICENSE file in the top-level source
6 # directory or online at http://www.openafs.org/dl/license10.html
7
8 error_table AV
9 ec ADMVOSSERVERNULL, "the volume server parameter cannot be NULL"
10 ec ADMVOSCELLHANDLENULL, "the cell handle parameter cannot be NULL"
11 ec ADMVOSCELLHANDLEBADMAGIC, "the cell handle parameter failed to pass the magic number test. Most likely the cell handle is invalid, or has been overwritten by mistake."
12 ec ADMVOSCELLHANDLEINVALID, "the cell handle parameter is marked as invalid."
13 ec ADMVOSCELLHANDLEINVALIDVOS, "the cell handle parameter is marked as invalid for volume server requests."
14 ec ADMVOSCELLHANDLENOAFSTOKENS, "the cell handle does not contain valid AFS tokens."
15 ec ADMVOSMUSTBERWVOL, "the volume identifier parameter must be a read write volume in order to make a backup volume."
16 ec ADMVOSBACKUPVOLWRONGSERVER, "a backup volume already exists for volume identifier, but it exists on a server different from the one that holds volumeidentifier."
17 ec ADMVOSSERVERHANDLENULL, "the server handle parameter cannot be NULL"
18 ec ADMVOSSERVERHANDLEINVALID, "the server handle parameter is marked as invalid"
19
20 ec ADMVOSSERVERHANDLEBADMAGIC, "the server handle parameter failed the magic number test. Most likely the server handle is invalid, or has been overwritten by mistake."
21 ec ADMVOSSERVERNOCONNECTION, "a connection with the server could not be established."
22 ec ADMVOSPARTITIONPNULL, "the partition parameter cannot be NULL"
23 ec ADMVOSPARTITIONTOOLARGE, "the partition parameter is too large"
24 ec ADMVOSVOLUMENAMETOOLONG, "the volume name parameter is too long"
25 ec ADMVOSVOLUMENAMENULL, "the volume name parameter cannot be NULL"
26 ec ADMVOSVOLUMENAMEINVALID, "the volume name parameter cannot end with .readonly or .backup"
27 ec ADMVOSVOLUMEID, "the volume identifier parameter cannot be NULL"
28 ec ADMVOSVOLUMEIDTOOBIG, "the volume identifier parameter cannot exceed VOLMAXPARTS"
29 ec ADMVOSVOLUMENOEXIST, "the volume identifier does not exist on the specified server and partition"
30 ec ADMVOSVOLUMENAMEDUP, "the volume name is already in use."
31 ec ADMVOSPARTITIONNAMENULL, "the partition name parameter cannot be NULL"
32 ec ADMVOSPARTITIONNAMEINVALID, "the partition name parameter must start with /vicep"
33 ec ADMVOSPARTITIONNAMETOOLONG, "the partition name parameter is too long."
34 ec ADMVOSPARTITIONNAMETOOSHORT, "the partition name parameter is too short."
35 ec ADMVOSPARTITIONNAMENOTLOWER, "the partition name parameter must be all lower case letters."
36 ec ADMVOSPARTITIONIDNULL, "the partition identifier parameter cannot be NULL"
37 ec ADMVOSPARTITIONIDTOOLARGE, "the resulting partition identifier exceeds VOLMAXPARTS"
38 ec ADMVOSEXCLUDEREQUIRESPREFIX, "the volume prefix parameter cannot be NULL when the exclude prefix is VOS_EXCLUDE"
39 ec ADMVOSSERVERADDRESSPNULL, "the server address parameter cannot be NULL"
40 ec ADMVOSSERVERENTRYPNULL, "the server entry parameter cannot be NULL"
41 ec ADMVOSSERVERTRANSACTIONSTATUSPNULL, "the server transaction status parameter cannot be NULL"
42 ec ADMVOSVLDBENTRYNULL, "the vldb entry parameter cannot be NULL"
43 ec ADMVOSVLDBDELETEALLNULL, "at least one of the arguments must not be null - server handle, partition, volume identifier."
44 ec ADMVOSNEWVOLUMENAMENULL, "the new volume name parameter cannot be NULL"
45 ec ADMVOSSERVERANDPARTITION, "both the server handle and the paritiion parameters must be specified."
46 ec ADMVOSDUMPFILENULL, "the dump file parameter cannot be NULL"
47 ec ADMVOSDUMPFILEWRITEFAIL, "an error occurred while trying to write more data to the dump file"
48 ec ADMVOSDUMPFILEOPENFAIL, "an error occurred while trying to open dump file"
49 ec ADMVOSRESTOREVOLEXIST, "the volume to be restored exists on a server different from the one specified and you specified an incremental restore. If you wish to restore this volume, specify a full restore."
50 ec ADMVOSRESTOREFILEOPENFAIL, "an error occurred while trying open restore file"
51 ec ADMVOSRESTOREFILECLOSEFAIL, "an error occurred while trying close restore file"
52 ec ADMVOSRESTOREFILEREADFAIL, "an error occurred while trying read the restore file"
53 ec ADMVOSRESTOREFILEWRITEFAIL, "an error occurred while trying send the contents of the restore file"
54 ec ADMVOSRESTOREVOLUMENAMETOOBIG, "the volume name is too big"
55 ec ADMVOSVOLUMENAMEANDVOLUMEIDNULL, "either the volume name or the volume identifier parameter must not be NULL"
56 ec ADMVOSVOLUMEPNULL, "the volume parameter cannot be NULL"
57 ec ADMVOSVOLUMEMOVERWONLY, "only read write volumes can be moved"
58 ec ADMVOSVOLUMERELEASERWONLY, "only read write volumes can be released"
59 ec ADMVOSVOLUMENOREPLICAS, "only replicated volumes can be released"
60 ec ADMVOSVOLUMENOREADWRITE, "unable to create a backup volume because no read write volume exists"
61 ec ADMVOSVLDBBADENTRY, "unable to create a backup volume because the vldb entry is invalid"
62 ec ADMVOSVLDBBADSERVER, "unable to get server's address from vldb"
63 ec ADMVOSVLDBDIFFERENTADDR, "skipping volume since read write is in a different location"
64 ec ADMVOSVLDBNOENTRIES, "there were no entries in the vldb retrieved."
65 end