From 72c939b50428a2aa1f924a04ecdedee93e1383f4 Mon Sep 17 00:00:00 2001 From: kenneth_suter <kenneth_suter@localhost> Date: Thu, 13 Sep 2007 21:14:20 +0000 Subject: [PATCH] Introduces a utility 'manage-tasks' for monitoring and some management of tasks called 'manage-tasks'. It can be used in either one-time or menu-driven execution mode to print a summary of task information, print verbose information about a particular task, or cancel a running or pending task. --- opends/src/messages/messages/task.properties | 70 +++++++++++++++++++++++++++++++++++ 1 files changed, 70 insertions(+), 0 deletions(-) diff --git a/opends/src/messages/messages/task.properties b/opends/src/messages/messages/task.properties index dcbcaea..a751b3a 100644 --- a/opends/src/messages/messages/task.properties +++ b/opends/src/messages/messages/task.properties @@ -116,3 +116,73 @@ connection with connection ID %s INFO_TASK_DISCONNECT_MESSAGE_31=An administrator has terminated this client \ connection +INFO_TASK_ADD_SCHEMA_FILE_NAME_32=Add Schema File +INFO_TASK_BACKUP_NAME_33=Backup +INFO_TASK_DISCONNECT_CLIENT_NAME_34=Disconnect Client +INFO_TASK_ENTER_LOCKDOWN_MODE_NAME_35=Lockdown +INFO_TASK_EXPORT_NAME_36=Export +INFO_TASK_IMPORT_NAME_37=Import +INFO_TASK_INITIALIZE_TARGET_NAME_38=Initialize Backend +INFO_TASK_INITIALIZE_NAME_39=Initialize From Replica +INFO_TASK_LEAVE_LOCKDOWN_MODE_NAME_40=Leave Lockdown +INFO_TASK_REBUILD_NAME_41=Rebuild Index +INFO_TASK_RESTORE_NAME_42=Restore +INFO_TASK_SET_GENERATION_ID_NAME_43=Set Generation ID +INFO_TASK_SHUTDOWN_NAME_44=Shutdown +INFO_TASK_STATE_UNSCHEDULED_45=Unscheduled +INFO_TASK_STATE_DISABLED_46=Disabled +INFO_TASK_STATE_WAITING_ON_START_TIME_47=Waiting on start time +INFO_TASK_STATE_WAITING_ON_DEPENDENCY_48=Waiting on dependency +INFO_TASK_STATE_RUNNING_49=Running +INFO_TASK_STATE_COMPLETED_SUCCESSFULLY_50=Completed successfully +INFO_TASK_STATE_COMPLETED_WITH_ERRORS_51=Completed with errors +INFO_TASK_STATE_STOPPED_BY_SHUTDOWN_52=Stopped by shutdown +INFO_TASK_STATE_STOPPED_BY_ERROR_53=Stopped by error +INFO_TASK_STATE_STOPPED_BY_ADMINISTRATOR_54=Stopped by administrator +INFO_TASK_STATE_CANCELED_BEFORE_STARTING_55=Canceled before starting +INFO_BACKUP_ARG_BACKUPALL_56=Backup All +INFO_BACKUP_ARG_COMPRESS_57=Compress +INFO_BACKUP_ARG_ENCRYPT_58=Encrypt +INFO_BACKUP_ARG_HASH_59=Hash +INFO_BACKUP_ARG_INCREMENTAL_60=Incremental +INFO_BACKUP_ARG_SIGN_HASH_61=Sign Hash +INFO_BACKUP_ARG_BACKEND_IDS_62=Backend ID(s) +INFO_BACKUP_ARG_BACKUP_DIR_63=Backup Directory +INFO_BACKUP_ARG_BACKUP_ID_64=Backup ID +INFO_BACKUP_ARG_INC_BASE_ID_65=Incremental Base ID +INFO_EXPORT_ARG_LDIF_FILE_66=LDIF File +INFO_EXPORT_ARG_BACKEND_ID_67=Backend ID +INFO_EXPORT_ARG_APPEND_TO_LDIF_68=Append To LDIF +INFO_EXPORT_ARG_COMPRESS_LDIF_69=Comress LDIF +INFO_EXPORT_ARG_ENCRYPT_LDIF_70=Encrypt LDIF +INFO_EXPORT_ARG_SIGN_HASH_71=Sign Hash +INFO_EXPORT_ARG_INCL_ATTR_72=Include Attribute +INFO_EXPORT_ARG_EXCL_ATTR_73=Exclude Attribute +INFO_EXPORT_ARG_INCL_FILTER_74=Include Filter +INFO_EXPORT_ARG_EXCL_FILTER_75=Exclude Filter +INFO_EXPORT_ARG_INCL_BRANCH_76=Include Branch +INFO_EXPORT_ARG_EXCL_BRANCH_77=Exclude Branch +INFO_EXPORT_ARG_WRAP_COLUMN_78=Wrap Column +INFO_RESTORE_ARG_BACKUP_DIR_79=Backup Directory +INFO_RESTORE_ARG_BACKUP_ID_80=Backup ID +INFO_RESTORE_ARG_VERIFY_ONLY_81=Verify Only +INFO_IMPORT_ARG_LDIF_FILE_82=LDIF File +INFO_IMPORT_ARG_APPEND_83=Append +INFO_IMPORT_ARG_REPLACE_EXISTING_84=Replace Existing +INFO_IMPORT_ARG_BACKEND_ID_85=Backend ID +INFO_IMPORT_ARG_INCL_ATTR_86=Include Attribute +INFO_IMPORT_ARG_EXCL_ATTR_87=Exclude Attribute +INFO_IMPORT_ARG_INCL_FILTER_88=Include Filter +INFO_IMPORT_ARG_EXCL_FILTER_89=Exclude Filter +INFO_IMPORT_ARG_INCL_BRANCH_90=Include Branch +INFO_IMPORT_ARG_EXCL_BRANCH_91=Exclude Branch +INFO_IMPORT_ARG_REJECT_FILE_92=Reject File +INFO_IMPORT_ARG_SKIP_FILE_93=Skip File +INFO_IMPORT_ARG_OVERWRITE_94=Overwrite +INFO_IMPORT_ARG_SKIP_SCHEMA_VALIDATION_95=Skip Schema Validation +INFO_IMPORT_ARG_IS_COMPRESSED_96=Is Compressed +INFO_IMPORT_ARG_IS_ENCRYPTED_97=Is Encrypted +INFO_IMPORT_ARG_CLEAR_BACKEND_98=Clear Backend +INFO_FAILED_DEPENDENCY_ACTION_PROCESS_99=Process +INFO_FAILED_DEPENDENCY_ACTION_CANCEL_100=Cancel +INFO_FAILED_DEPENDENCY_ACTION_DISABLE_101=Disable \ No newline at end of file -- Gitblit v1.10.0