|
Backup
|
201001001 |
Backup failed to export data from the configuration store. |
|
201001002 |
Backup failed to format data for a successful restore. |
If the file exists, run the following command:
ldifReverse bkupfile_pre bkupfile
Replace bkupfile with the filename you specified for the backup file. It should create bkupfile which is the desired back up file. |
201001003 |
Backup failed to export certificates to the backup zip file. |
java -Djava.library.path=/opt/novell/lib -jar certtool.jar -edirTree your_tree -edirIP 000.000.000.000 -edirServer cn=!ServerName.0=novell -edirUser cn=admin.o=novell -edirPwd secret -bkup -file ServerName _20060828_0930.zip -pwd certsecret -trcontainer trustedRoots.access ManagerContainer.novell -caName "your_tree CA"
|
|
Restore
|
201002001 |
Backup file does not exist. |
|
201002002 |
Backup file does not appear to be valid. |
|
201002003 |
Restore failed to access the configuration store. |
|
201002004 |
Restore failed to format the current configuration store data. |
|
201002005 |
Restore failed to prepare the configuration store for data import. |
|
201002006 |
Restore failed to prepare the configuration store for data import. |
|
101002007 |
Restore failed to restore the backup data. |
ou=accessManagerContainer,o=novell
If it is not there, locate the recover.ldif file. It should be in the directory where you ran the restore command. Run ICE to recover the configuration store to the state it was in before you attempted the restore. Enter the following command:
/opt/novell/eDirectory/bin/ice -SLDIF -f recover.ldif -C -n -DLDAP -sxxx.xxx.xxx.xxx -p636 -k -dcn=admin, o=novell -wadmin_password -F
|
101002008 |
Failed to restore certificate from backup file. |
JAVA -classpath vcdnbkup.jar:cert tool.jar com.novell.nids.bkuputil. Util -userid cn=admin,o=novell -pwd secret -vcdnUser
|
101002009 |
Failed to reconfigure VCDN user objects. |
|
|
certtool utility
|
201003002 |
IP address is missing. |
|
201003005 |
eDirectory user id missing. |
|
201003006 |
eDirectory user password missing. |
|
201003009 |
File name missing. |
|
201003011 |
Encryption password missing. |
|
201003013 |
Name of trusted root container missing. |
|
201003040 |
Failed to open backup file for writing. |
|
201003041 |
Failed to retrieve certificate names from eDirectory. |
|
201003042 |
Failed to retrieve certificate xxxx from eDirectory. |
|
201003043 |
Failed to write certificate xxxx to backup file. |
|
301003044 |
Error closing backup. |
|
201003045 |
Failed to write trusted root xxxx to backup file. |
|
201003046 |
Failed to retrieve trusted root xxxx from eDirectory. |
|
201003048 |
Not all items were backed up. |
|
201003049 |
Failed to retrieve the CA xxxx from eDirectory. Likely a PKI or eDirectory error. |
|
201003050 |
Failed to write CA key xxxx to backup file. |
|
201003051 |
Failed to open backup file for reading. |
|
201003052 |
Not all items were restored. |
|
301003053 |
Error closing backup. |
|
201003056 |
Error importing CA key: xxxx |
|
201003057 |
Error importing key: xxxx |
|
201003058 |
Error importing trusted root: xxxx |
|
|
VCDN configuration
|
201004001 |
Failed to configure VCDN objects for data store access. |
The VCDN user objects were not restored with their passwords. Device Manager will not start up until the passwords have been properly set.
To fix enter the following command in the /opt/novell/devman/bin directory:
java -jar vcdnbkup.jar -userid cn=admin,o=novell -pwd admin_password -vcdnUser
|
201004002 |
Application Error. |
The VCDN user objects were not restored with their passwords. Device Manager will not start up until the passwords have been properly set. Accompanied by a stack trace with more information.
Fix the file by running the following command (in /opt/novell/devman/bin):
java -jar vcdnbkup.jar -userid cn=admin,o=novell -pwd admin_password -vcdnUser
|