#
# Distributed Storage Manager
#
# OCO Source Materials
#
# (C) Copyright IBM Corporation 1990, 2021
#
#
# Symbolic Message ID and Message Definitions
#
# This file was generated by a program.
# ------> DO NOT MODIFY MANUALLY <------
#
# 0200
VMBACKUP_WITH_NEWER_VERSION=ANS0200E The virtual machine '{0}' was backed up with a later version of the backup-archive client.
VMBACKUP_WITH_NEWER_VERSION_EXPLANATION=The virtual machine was backed up with a later version of the backup-archive client. The objects of the virtual machine backup that were retrieved cannnot be correctly displayed.
VMBACKUP_WITH_NEWER_VERSION_SYSACT=The backup information for the virtual machine will not be displayed.
VMBACKUP_WITH_NEWER_VERSION_URESP=Query the virtual machine on a later version of the backup-archive client to view backup details. If a query of all virtual machines does not display virtual machines that were backed up at the same client version, issue the Query VM command for individual virtual machines.
# 0211
API_ObjName_Null=ANS0211E The object name pointer is NULL.
API_ObjName_Null_EXPLANATION=There is no value provided for the object name pointer.
API_ObjName_Null_SYSACT=The system returns to the calling procedure.
API_ObjName_Null_URESP=Provide an address for the dsmObjName structure.
# 0212
API_DataBlk_Null=ANS0212E The data block pointer is NULL.
API_DataBlk_Null_EXPLANATION=There is no value provided for the data block pointer.
API_DataBlk_Null_SYSACT=The system returns to the calling procedure.
API_DataBlk_Null_URESP=Provide an address for the DataBlk structure.
# 0213
API_ObjAttr_Null=ANS0213E The object attribute pointer is NULL.
API_ObjAttr_Null_EXPLANATION=There is no value provided for the object attribute pointer.
API_ObjAttr_Null_SYSACT=The system returns to the calling procedure.
API_ObjAttr_Null_URESP=Provide an address for the ObjAttr structure.
# 0214
API_No_Session_Info=ANS0214E There is no server session information.
API_No_Session_Info_EXPLANATION=The server did not respond with the session information.
API_No_Session_Info_SYSACT=The system returns to the calling procedure.
API_No_Session_Info_URESP=Verify the server status.
# 0215
API_No_Policy_Info=ANS0215E There is no server policy information.
API_No_Policy_Info_EXPLANATION=The server did not respond with the policy information.
API_No_Policy_Info_SYSACT=The system returns to the calling procedure.
API_No_Policy_Info_URESP=Verify the server policy definitions.
# 0216
API_Zero_BufferLen=ANS0216E The dataBlk bufferLen value is zero.
API_Zero_BufferLen_EXPLANATION=The value for the dataBlk bufferLen is zero.
API_Zero_BufferLen_SYSACT=The system returns to the calling procedure.
API_Zero_BufferLen_URESP=Provide a non-zero value for the bufferLen.
# 0217
API_BufferPtr_Null=ANS0217E The dataBlk bufferPtr is NULL.
API_BufferPtr_Null_EXPLANATION=There is no value provided for the dataBlk bufferPtr.
API_BufferPtr_Null_SYSACT=The system returns to the calling procedure.
API_BufferPtr_Null_URESP=Provide an address for the bufferPtr.
# 0218
API_Invalid_ObjType=ANS0218E The objType is invalid.
API_Invalid_ObjType_EXPLANATION=The value for the objType is invalid.
API_Invalid_ObjType_SYSACT=The system returns to the calling procedure.
API_Invalid_ObjType_URESP=The value for dsmObjName.objType must be: DSM_OBJ_FILE or DSM_OBJ_DIRECTORY for Backup, or DSM_OBJ_FILE for Archive.
# 0219
API_Invalid_Vote=ANS0219E The dsmEndTxn vote is invalid.
API_Invalid_Vote_EXPLANATION=The dsmEndTxn vote is invalid.
API_Invalid_Vote_SYSACT=The system returns to the calling procedure.
API_Invalid_Vote_URESP=The vote must be DSM_VOTE_COMMIT or DSM_VOTE_ABORT.
# 0221
API_Internal_Error=ANS0221E There was an error in the IBM Spectrum Protect API internals.
API_Internal_Error_EXPLANATION=The system encountered an error in the API internals.
API_Internal_Error_SYSACT=The system returns to the calling procedure.
API_Internal_Error_URESP=Shut down the process and retry the operation. Verify that any previous dsmInit calls were cleaned up and terminated by a dsmTerminate call. If the problem continues, contact your system administrator or service representative.
# 0222
API_Invalid_Repository=ANS0222E The repository type is invalid.
API_Invalid_Repository_EXPLANATION=The repository type is invalid.
API_Invalid_Repository_SYSACT=The system returns to the calling procedure.
API_Invalid_Repository_URESP=For dsmDeleteFS the repository must be one of the following:
DSM_ARCHIVE_REP DSM_BACKUP_REP DSM_REPOS_ALL.
# 0223
API_Invalid_Filespace_Name=ANS0223E Filespace name should start with the directory delimiter.
API_Invalid_Filespace_Name_EXPLANATION=The filespace name is invalid.
API_Invalid_Filespace_Name_SYSACT=The system returns to the calling procedure.
API_Invalid_Filespace_Name_URESP=Filespace name should start with the directory delimiter.
# 0224
API_Invalid_ObjName=ANS0224E The object name is either an empty string or has no leading delimiter.
API_Invalid_ObjName_EXPLANATION=The object name is invalid because of an empty string or there is no leading delimiter.
API_Invalid_ObjName_SYSACT=The system returns to the calling procedure.
API_Invalid_ObjName_URESP=Verify the format of the dsmObjName full path.
# 0225
API_Invalid_Lowlevel_Qualifier=ANS0225E Low level qualifier of the object name should start with the directory delimiter.
API_Invalid_Lowlevel_Qualifier_EXPLANATION=The low level qualifier for the object name is invalid.
API_Invalid_Lowlevel_Qualifier_SYSACT=The system returns to the calling procedure.
API_Invalid_Lowlevel_Qualifier_URESP=Start the low level qualifier of the object name with the directory delimiter.
# 0226
API_Invalid_ObjOwner=ANS0226E The object owner is invalid.
API_Invalid_ObjOwner_EXPLANATION=The object owner must be either the root user, or the object owner must be the same as the session owner.
API_Invalid_ObjOwner_SYSACT=The system returns to the calling procedure.
API_Invalid_ObjOwner_URESP=Verify the session owner and object owner.
# 0227
API_Invalid_Bind_Type=ANS0227E The dsmBindMC sendType is invalid.
API_Invalid_Bind_Type_EXPLANATION=The dsmBindMC sendType is invalid.
API_Invalid_Bind_Type_SYSACT=The system returns to the calling procedure.
API_Invalid_Bind_Type_URESP=The sendType must be one of the following: stBackup stArchive stBackupMountWait stArchiveMountWait
# 0228
API_Invalid_SendType=ANS0228E The dsmSendObj sendType is invalid.
API_Invalid_SendType_EXPLANATION=The dsmSendObj sendType is invalid.
API_Invalid_SendType_SYSACT=The system returns to the calling procedure.
API_Invalid_SendType_URESP=The sendType must be one of the following: stBackup stArchive stBackupMountWait stArchiveMountWait
# 0229
API_Invalid_DelType=ANS0229E The dsmDeleteObj delType is invalid.
API_Invalid_DelType_EXPLANATION=The dsmDeleteObj delType is invalid.
API_Invalid_DelType_SYSACT=The system returns to the calling procedure.
API_Invalid_DelType_URESP=The delType must be dtBackup or dtArchive.
# 0230
API_Invalid_ObjState=ANS0230E The query Backup objState is invalid.
API_Invalid_ObjState_EXPLANATION=The query Backup objState is invalid.
API_Invalid_ObjState_SYSACT=The system returns to the calling procedure.
API_Invalid_ObjState_URESP=The qryBackupData.objState must be one of the following: DSM_ACTIVE DSM_INACTIVE DSM_ANY_MATCH
# 0231
API_Mgmt_Class_Not_Found=ANS0231E The management class name was not found.
API_Mgmt_Class_Not_Found_EXPLANATION=A query or send operation is unable to find the management class name.
API_Mgmt_Class_Not_Found_SYSACT=The system returns to the calling procedure.
API_Mgmt_Class_Not_Found_URESP=Verify the management class name.
# 0232
API_Invalid_Drive=ANS0232E The drive letter is not an alphabetic character.
API_Invalid_Drive_EXPLANATION=The drive letter is not an alphabetic character. This return code is valid on Microsoft Windows only.
API_Invalid_Drive_SYSACT=The system returns to the calling procedure.
API_Invalid_Drive_URESP=Verify that the drive designation is an alphabetic character. The referenced field is dsmDosFSAttrib.driveLetter.
# 0233
API_Filespace_Name_NULL=ANS0233E The Register Filespace name is NULL.
API_Filespace_Name_NULL_EXPLANATION=There is no value provided for the Register Filespace name.
API_Filespace_Name_NULL_SYSACT=The system returns to the calling procedure.
API_Filespace_Name_NULL_URESP=Provide a filespace name on dsmRegisterFS.
# 0234
API_New_Password_Req=ANS0234E The new password value is NULL or blank.
API_New_Password_Req_EXPLANATION=There is no value provided for new password.
API_New_Password_Req_SYSACT=The system returns to the calling procedure.
API_New_Password_Req_URESP=Provide a new password on dsmChangePW.
# 0235
API_Old_Password_Req=ANS0235E The old password value is NULL or blank.
API_Old_Password_Req_EXPLANATION=There is no value provided for old password.
API_Old_Password_Req_SYSACT=The system returns to the calling procedure.
API_Old_Password_Req_URESP=Provide an old password on dsmChangePW.
# 0236
API_Owner_Not_Allowed=ANS0236E On dsmInit, the owner is not allowed to establish a session when PASSWORDACCESS=generate.
API_Owner_Not_Allowed_EXPLANATION=PASSWORDACCESS=GENERATE establishes a session with the current login user as the owner. The application should set clientOwnerNameP to NULL when PASSWORDACCESS=GENERATE is in effect. \n\n
API_Owner_Not_Allowed_SYSACT=The system returns to the calling procedure. Whether the application can continue processing depends on how the application handles the error.
API_Owner_Not_Allowed_URESP=This message applies to applications that utilize the IBM Spectrum Protect API, and is intended primarily for the vendor of the application for which the message is issued. Depending on the application, this could be a configuration issue.
# 0237
API_Node_Not_Allowed=ANS0237E On dsmInit, the node is not allowed when PASSWORDACCESS=generate.
API_Node_Not_Allowed_EXPLANATION=PASSWORDACCESS=generate establishes a session with the current hostname as the node.
API_Node_Not_Allowed_SYSACT=The system returns to the calling procedure.
API_Node_Not_Allowed_URESP=When using PASSWORDACCESS=generate, set clientNodeNameP to NULL.
# 0238
API_Invalid_Call_Sequence=ANS0238E The sequence of calls is invalid.
API_Invalid_Call_Sequence_EXPLANATION=Then API requires function calls to be made in a specific sequence. The function calls were not made in the expected sequence. The error can be triggered by the following issues: An error in the network. A bug in the IBM Spectrum Protect API. A bug in the IBM Spectrum Protect server. A bug in the application (IBM or third party) that uses the IBM Spectrum Protect API.
API_Invalid_Call_Sequence_SYSACT=The system returns to the calling procedure.
API_Invalid_Call_Sequence_URESP=An end user can respond in the following ways: Check the network for errors. Look for clues in the IBM Spectrum Protect server activity log file, client side dsierror.log log file, and log files that are specific to the problem application. Search the IBM support pages for APARs that match the problem. The support site is at If the API application is developed by a third party (not https://www.ibm.com/mysupport/s/topic/0TO50000000IQWvGAO/spectrum-protect If the API application is developed by a third party (not IBM), search that third party's support pages for known issues that match the problem.
# 0239
API_Wildcard_Not_Allowed=ANS0239E On dsmSendObj, wildcards are not allowed for the objName.
API_Wildcard_Not_Allowed_EXPLANATION=On dsmSendObj, wildcards are not allowed for the objName.
API_Wildcard_Not_Allowed_SYSACT=The system returns to the calling procedure.
API_Wildcard_Not_Allowed_URESP=Provide a fs, hl, and ll on the dsmObjName.
# 0240
API_Filespace_Not_Found=ANS0240E The filespace to delete/set access cannot be found.
API_Filespace_Not_Found_EXPLANATION=The filespace to delete cannot be found.
API_Filespace_Not_Found_SYSACT=The system returns to the calling procedure.
API_Filespace_Not_Found_URESP=Verify the filespace name.
# 0241
API_Filespace_Not_Registered=ANS0241E On dsmSendObj, dsmDeleteObj, or dsmUpdateFS the filespace is not registered.
API_Filespace_Not_Registered_EXPLANATION=On dsmSendObj, dsmDeleteObj, or dsmUpdateFS, the filespace is not registered.
API_Filespace_Not_Registered_SYSACT=The system returns to the calling procedure.
API_Filespace_Not_Registered_URESP=Verify the filespace name.
# 0242
API_FS_Already_Registered=ANS0242W On dsmRegisterFS the filespace is already registered.
API_FS_Already_Registered_EXPLANATION=On dsmRegisterFS the filespace is already registered.
API_FS_Already_Registered_SYSACT=The system returns to the calling procedure.
API_FS_Already_Registered_URESP=Verify the filespace name.
# 0243
API_No_ObjID=ANS0243E On dsmBeginGetData the objID is NULL.
API_No_ObjID_EXPLANATION=On dsmBeginGetData, the objID is NULL.
API_No_ObjID_SYSACT=The system returns to the calling procedure.
API_No_ObjID_URESP=Verify the following: The dsmGetList is not NULL. Each objID is not NULL. The dsmGetList numObjId is not zero.
# 0244
API_Wrong_Version=ANS0244E On dsmInit, the caller API version is different than the IBM Spectrum Protect library version.
API_Wrong_Version_EXPLANATION=On dsmInit, the caller API version is later than the IBM Spectrum Protect library version.
API_Wrong_Version_SYSACT=The system returns to the calling procedure.
API_Wrong_Version_URESP=Install the latest IBM Spectrum Protect API library.
# 0245
API_Wrong_Version_Parm=ANS0245E The caller's structure version is different than the IBM Spectrum Protect library version.
API_Wrong_Version_Parm_EXPLANATION=The caller's structure version is different than the IBM Spectrum Protect library version.
API_Wrong_Version_Parm_SYSACT=The system returns to the calling procedure.
API_Wrong_Version_Parm_URESP=Ensure that the stVersion field is set with the value in the header file. Recompile the application with the latest header files.
# 0246
API_Need_To_Call_EndTxn=ANS0246E Issue dsmEndTxn and then begin a new transaction session.
API_Need_To_Call_EndTxn_EXPLANATION=This transaction must be ended and a new one must be started due to one of the following reasons: The destination changed. The byte limit is exceeded The maximum number of objects is exceeded.
API_Need_To_Call_EndTxn_SYSACT=The system returns to the calling procedure.
API_Need_To_Call_EndTxn_URESP=Issue dsmEndTxn and start a new transaction session.
# 0247
API_Obj_Excluded=ANS0247E The backup or archive object is excluded from processing.
API_Obj_Excluded_EXPLANATION=The backup or archive object is excluded from processing.
API_Obj_Excluded_SYSACT=The system returns to the calling procedure.
API_Obj_Excluded_URESP=Verify the objName and Exclude lists.
# 0248
API_No_Backup_CG=ANS0248E The backup object does not have a copy group.
API_No_Backup_CG_EXPLANATION=The backup object does not have a copy group.
API_No_Backup_CG_SYSACT=The system returns to the calling procedure.
API_No_Backup_CG_URESP=Verify server policy definitions.
# 0249
API_No_Archive_CG=ANS0249E The archive object does not have a copy group.
API_No_Archive_CG_EXPLANATION=The archive object does not have a copy group.
API_No_Archive_CG_SYSACT=The system returns to the calling procedure.
API_No_Archive_CG_URESP=Verify server policy definitions.
# 0250
API_Internal_Mem_Error=ANS0250E Memory used by the IBM Spectrum Protect API has been corrupted.
API_Internal_Mem_Error_EXPLANATION=Memory used by the IBM Spectrum Protect API has been corrupted.
API_Internal_Mem_Error_SYSACT=The system returns to the calling procedure.
API_Internal_Mem_Error_URESP=Retry the operation. If the problem continues, contact your system administrator or service representative.
# 0251
API_Descr_Too_Long=ANS0251E The sendObj Archive description is too long.
API_Descr_Too_Long_EXPLANATION=The sendObj Archive description is too long.
API_Descr_Too_Long_SYSACT=The system returns to the calling procedure.
API_Descr_Too_Long_URESP=The sndArchiveData.descr string must be less than or equal to DSM_MAX_DESCR_LENGTH.
# 0252
API_ObjInfo_Too_Long=ANS0252E The sendObj ObjAttr.objInfo is too long.
API_ObjInfo_Too_Long_EXPLANATION=The sendObj ObjAttr.objInfo is too long.
API_ObjInfo_Too_Long_SYSACT=The system returns to the calling procedure.
API_ObjInfo_Too_Long_URESP=The objInfo field must be less than or equal to DSM_MAX_OBJINFO_LENGTH.
# 0253
API_HL_Too_Long=ANS0253E The sendObj dsmObjName.hl is too long.
API_HL_Too_Long_EXPLANATION=The sendObj dsmObjName.hl is too long.
API_HL_Too_Long_SYSACT=The system returns to the calling procedure.
API_HL_Too_Long_URESP=The hl field must be less than or equal to DSM_MAX_HL_LENGTH.
# 0254
API_Password_Too_Long=ANS0254E The password, or encryptionPassword string provided is too long.
API_Password_Too_Long_EXPLANATION=The value provided for password or encryptionPassword is too long.
API_Password_Too_Long_SYSACT=The system returns to the calling procedure.
API_Password_Too_Long_URESP=The password or encrypionPassword field must be less than DSM_MAX_VERIFIER_LENGTH.
# 0255
API_FS_Too_Long=ANS0255E The sendObj dsmObjName.fs is too long.
API_FS_Too_Long_EXPLANATION=The sendObj dsmObjName.fs is too long.
API_FS_Too_Long_SYSACT=The system returns to the calling procedure.
API_FS_Too_Long_URESP=The fs field must be less than or equal to DSM_MAX_FS_LENGTH.
# 0256
API_LL_Too_Long=ANS0256E The sendObj dsmObjName.ll is too long.
API_LL_Too_Long_EXPLANATION=The sendObj dsmObjName.ll is too long.
API_LL_Too_Long_SYSACT=The system returns to the calling procedure.
API_LL_Too_Long_URESP=The ll field must be less than or equal to DSM_MAX_LL_LENGTH.
# 0257
API_FSInfo_Too_Long=ANS0257E On RegisterFS or UpdateFS the fsAttr's fsInfo is too long.
API_FSInfo_Too_Long_EXPLANATION=On RegisterFS or UpdateFS the fsAttr's fsInfo is too long.
API_FSInfo_Too_Long_SYSACT=The system returns to the calling procedure.
API_FSInfo_Too_Long_URESP=The fsInfo field must be less than or equal to DSM_MAX_FSINFO_LENGTH.
# 0258
API_More_Data=ANS0258I On dsmGetNextQObj or dsmGetData there is more available data.
# 0259
API_Buff_Too_Small=ANS0259E The dataBlk buffer is too small for the query response.
API_Buff_Too_Small_EXPLANATION=The dataBlk buffer is too small for the query response.
API_Buff_Too_Small_SYSACT=The system returns to the calling procedure.
API_Buff_Too_Small_URESP=On dsmGetNextQObj ensure that the dataBlk buffer is at least as big as the query response structure.
# 0261
API_No_Config_File=ANS0261E The configuration file specified on dsmInit cannot be opened.
API_No_Config_File_EXPLANATION=The configuration file specified on dsmInit cannot be opened.
API_No_Config_File_SYSACT=The system returns to the calling procedure.
API_No_Config_File_URESP=Verify the file name.
# 0262
API_No_InclExcl_File=ANS0262E The Include/Exclude definition file was not found.\n
API_No_InclExcl_File_EXPLANATION=The Include/Exclude definition file was not found.
API_No_InclExcl_File_SYSACT=The system returns to the calling procedure.
API_No_InclExcl_File_URESP=Verify the file name on the Inclexcl option.
# 0263
API_No_Sys_Or_InclExcl_File=ANS0263E Either the dsm.sys file was not found, or the Inclexcl file specified in dsm.sys was not found.
API_No_Sys_Or_InclExcl_File_EXPLANATION=Either the dsm.sys file was not found, or the Inclexcl file specified in dsm.sys was not found.
API_No_Sys_Or_InclExcl_File_SYSACT=The system returns to the calling procedure.
API_No_Sys_Or_InclExcl_File_URESP=The dsm.sys file must be in the directory referenced by the environment variable DSMI_DIR. Verify the file name on the Inclexcl option in the dsm.sys file.
# 0264
API_Only_Root=ANS0264E Only a UNIX root user can execute dsmChangePW or dsmDeleteFS.
API_Only_Root_EXPLANATION=Only a UNIX root user can execute dsmChangePW or dsmDeleteFS.
API_Only_Root_SYSACT=The system returns to the calling procedure.
API_Only_Root_URESP=Run this program as a root user.
# 0265
API_Issue_BindMC=ANS0265E You must issue dsmBindMC before dsmSendObj.
API_Issue_BindMC_EXPLANATION=You must issue dsmBindMC before dsmSendObj.
API_Issue_BindMC_SYSACT=The system returns to the calling procedure.
API_Issue_BindMC_URESP=Modify your program.
# 0266
API_Check_Reason_Code=ANS0266I The dsmEndTxn vote is ABORT, so check the reason field.
# 0283
API_Invalid_Highlevel_Qualifier=ANS0283E High level qualifier of the object name should start with the directory delimiter.
API_Invalid_Highlevel_Qualifier_EXPLANATION=The high level qualifier for the object name is invalid.
API_Invalid_Highlevel_Qualifier_SYSACT=The system returns to the calling procedure.
API_Invalid_Highlevel_Qualifier_URESP=High level qualifier of the object name should start with the directory delimiter.
# 0284
API_Numobj_Exceed=ANS0284E The number of objects on dsmBeginGetData exceeds DSM_MAX_GET_OBJ | DSM_MAX_PARTIAL_GET_OBJ.
API_Numobj_Exceed_EXPLANATION=The number of objects (numObjId) specified on the dsmBeginGetData call exceeds DSM_MAX_GET_OBJ | DSM_MAX_PARTIAL_GET_OBJ.
API_Numobj_Exceed_SYSACT=The system returns to the calling procedure.
API_Numobj_Exceed_URESP=Check the number of objects before calling dsmBeginGetData. If it is greater than DSM_MAX_GET_OBJ | DSM_MAX_PARTIAL_GET_OBJ, then issue multiple Get call sequences.
# 0285
API_Invalid_Action=ANS0285E The update action is invalid.
API_Invalid_Action_EXPLANATION=The dsmUpdateFS or dsmUpdateObj action is invalid.
API_Invalid_Action_SYSACT=The system returns to the calling procedure.
API_Invalid_Action_URESP=Correct the action value. Valid values are defined in dsmapitd.h and documented in our Using the API book.
# 0286
API_Key_Missing=ANS0286E The key file is missing.
API_Key_Missing_EXPLANATION=The key file for Data Protection for Oracle cannot be found.
API_Key_Missing_SYSACT=The system returns to the calling procedure.
API_Key_Missing_URESP=Ensure that you have ordered the Data Protection for Oracle, and install the key file.
# 0287
API_Key_Bad=ANS0287E The key file content is invalid.
API_Key_Bad_EXPLANATION=The key file content for Data Protection for Oracle is invalid.
API_Key_Bad_SYSACT=The system returns to the calling procedure.
API_Key_Bad_URESP=Ensure that you have ordered the Data Protection for Oracle, and install the key file.
# 0288
DSI_RUNNING=running
# 0289
DSI_COMPLETED=completed
# 0290
DSI_CANCELLED=cancelled
# 0291
DSI_CANCEL_PENDING=cancel pending
# 0292
DSI_FAILED=failed
# 0293
DSI_PROC_NOT_FOUND=process not found
# 0294
DSI_INT_SERVER_ERROR=internal server error
# 0298
SESS_Reject_User_Id_Locked=ANS0298E Session Rejected: The specified user id is currently locked\n
SESS_Reject_User_Id_Locked_EXPLANATION=The user id you specified is currently locked on the server.
SESS_Reject_User_Id_Locked_SYSACT=Session was not started.
SESS_Reject_User_Id_Locked_URESP=Check with your system administrator to find out why your user id is locked.
# 0300
GUI_NAS_OBJECT=Nas Object
# 0304
COM_Password_Too_Short=ANS0304E The password is too short.\n
COM_Password_Too_Short_EXPLANATION=The new password does not have enough characters.
COM_Password_Too_Short_SYSACT=The password is not updated on the server.
COM_Password_Too_Short_URESP=Choose a different password. Contact your IBM Spectrum Protect administrator to lean the password requirements.
# 0305
COM_Password_Too_Young=ANS0305E It is too soon after the previous update to change the password.\n
COM_Password_Too_Young_EXPLANATION=The password cannot be changed since not enough time has elapsed since the last password update.
COM_Password_Too_Young_SYSACT=The password is not updated on the server.
COM_Password_Too_Young_URESP=Try to change your password again later.
# 0306
COM_Password_In_History=ANS0306E The password was previously used.\n
COM_Password_In_History_EXPLANATION=The new password that you entered was previously used.
COM_Password_In_History_SYSACT=The password is not updated on the server.
COM_Password_In_History_URESP=Choose a different password.
# 0307
COM_Password_Not_Complex=ANS0307E The password does not meet the requirements.\n
COM_Password_Not_Complex_EXPLANATION=The new password that you entered does not meet the requirements, such as the number of special characters or digits.
COM_Password_Not_Complex_SYSACT=The password is not updated on the server.
COM_Password_Not_Complex_URESP=Choose a different password. Contact your IBM Spectrum Protect administrator to learn the password requirements.
# 0308
GUI_REMOTE_OP_FAILED_TO_START_STATUS_REASON=ANS0308E Remote operation failed to start on {0}. Status: {1} reason: {2}
GUI_REMOTE_OP_FAILED_TO_START_STATUS_REASON_EXPLANATION=The request to start a remote operation has failed for the indicated node and file space. The status and the reason for the failure are shown.
GUI_REMOTE_OP_FAILED_TO_START_STATUS_REASON_SYSACT=Processing ends.
GUI_REMOTE_OP_FAILED_TO_START_STATUS_REASON_URESP=Contact your system administrator for more information.
# 0309
GUI_REMOTE_OP_FAILED_TO_START_STATUS=ANS0309E Remote operation failed to start on {0}. Status: {1}
GUI_REMOTE_OP_FAILED_TO_START_STATUS_EXPLANATION=The request to start a remote operation has failed for the indicated node and file space. The status of the failure is shown.
GUI_REMOTE_OP_FAILED_TO_START_STATUS_SYSACT=Current operation has ended.
GUI_REMOTE_OP_FAILED_TO_START_STATUS_URESP=Contact your system administrator for more information.
# 0310
CLI_TOC_MEDIA_WAIT=Media wait for table of contents.\n
# 0311
API_Invalid_Tsmbuffer=ANS0311E The tsmBuffHandle is invalid, or the value of dataPtr is invalid.
API_Invalid_Tsmbuffer_EXPLANATION=An invalid value for a handle or dataPtr has been passed into the API.
API_Invalid_Tsmbuffer_SYSACT=The system returns to the calling procedure.
API_Invalid_Tsmbuffer_URESP=There is a problem with the calling application. Verify the values of the tsmBuffHandle and dataptr passed to the API.
# 0312
API_Too_many_Bytes=ANS0312E The number of bytes copied into the tsmBuffer is larger than the allowed value.
API_Too_many_Bytes_EXPLANATION=An invalid number of bytes was copied to a tsmBuffer.
API_Too_many_Bytes_SYSACT=The system returns to the calling procedure.
API_Too_many_Bytes_URESP=There is a problem with the calling application. Verify the number of bytes copied into the tsmBuffer.
# 0313
API_Must_Release_Buffer=ANS0313E dsmTerminate cannot finish because the application is holding on to 1 or more tsmBuffers.
API_Must_Release_Buffer_EXPLANATION=An application is trying to terminate a session, but is still holding some tsmBuffers.
API_Must_Release_Buffer_SYSACT=The system returns to the calling procedure.
API_Must_Release_Buffer_URESP=The application must return all buffers for this session by calling tsmReleaseBuffer, and then issue dsmTerminate.
# 0314
API_Buff_Array_Error=ANS0314E An internal error occurred in the tsmBuffer array.
API_Buff_Array_Error_EXPLANATION=An internal API buffer array error occurred.
API_Buff_Array_Error_SYSACT=The system returns to the calling procedure.
API_Buff_Array_Error_URESP=Try the operation again. If the problem continues, contact your system administrator or service representative.
# 0321
API_Null_Msg=ANS0321E msg parameter for dsmRCMsg is a NULL pointer.
API_Null_Msg_EXPLANATION=The message parameter for dsmRCMsg is a NULL pointer.
API_Null_Msg_SYSACT=The system returns to the calling procedure.
API_Null_Msg_URESP=Allocate enough space for the message parameter.
# 0322
API_Invalid_Retcode=ANS0322E no text available for this return code.
API_Invalid_Retcode_EXPLANATION=The dsmRC parameter for dsmRCMsg is an unsupported return code.
API_Invalid_Retcode_SYSACT=The system returns to the calling procedure.
API_Invalid_Retcode_URESP=Specify a valid value.
# 0323
API_Invalid_Offset=ANS0323E partialObjOffset value for partial object retrieve is invalid.
API_Invalid_Offset_EXPLANATION=The partialObjOffset value for partial object retrieve is invalid.
API_Invalid_Offset_SYSACT=The system returns to the calling procedure.
API_Invalid_Offset_URESP=Specify a valid value.
# 0324
API_Invalid_Length=ANS0324E partialObjLength value for partial object retrieve is invalid.
API_Invalid_Length_EXPLANATION=partialObjLength value for partial object retrieve is invalid.
API_Invalid_Length_SYSACT=The system returns to the calling procedure.
API_Invalid_Length_URESP=Specify a valid value.
# 0325
API_POR_Not_Supported=ANS0325E Partial Object Retrieve is not supported on this server.
API_POR_Not_Supported_EXPLANATION=The IBM Spectrum Protect server specified by the user does not support partial object retrieve.
API_POR_Not_Supported_SYSACT=The system returns to the calling procedure.
API_POR_Not_Supported_URESP=Specify a IBM Spectrum Protect server which supports the partial object retrieve function.
# 0326
API_Exceed_Max_MP=ANS0326E This node has exceeded its maximum number of mount points.
API_Exceed_Max_MP_EXPLANATION=Either no tape or sequential disk mount points are permitted for this operation, or the maximum number of mount points allowed are already in use. The operation can not be completed. The IBM Spectrum Protect administrator defines the maximum number of mount points with the MAXNUMMP property of your node definition.
API_Exceed_Max_MP_SYSACT=The object is skipped
API_Exceed_Max_MP_URESP=If you are performing any other operations that might be using mount points, wait until those operations are complete, then try the failed operation again. Otherwise contact your IBM Spectrum Protect administrator for further assistance
# 0327
API_Duplicate_Object=ANS0327E A duplicate object was found, operation cannot complete.
API_Duplicate_Object_EXPLANATION=A duplicate object was found, operation cannot complete.
API_Duplicate_Object_SYSACT=The requested operation failed.
API_Duplicate_Object_URESP=Try the operation with a different file specification.
# 0329
GUI_MB_MOVED=MB Moved
# 0330
API_Invalid_Access_Type=ANS0330E The dsmSetAccess access Type is invalid.
API_Invalid_Access_Type_EXPLANATION=The dsmSetAccess accessType is invalid.
API_Invalid_Access_Type_SYSACT=The system returns to the calling procedure.
API_Invalid_Access_Type_URESP=The accessType must be one of the following: atBackup atArchive
# 0331
API_No_Files_Backed_Up=ANS0331E No files have been previously backed up for this filename/filespace.
API_No_Files_Backed_Up_EXPLANATION=You tried to set access to files when no files for the specified filename, drive or file system were previously backed up.
API_No_Files_Backed_Up_SYSACT=Processing stopped.
API_No_Files_Backed_Up_URESP=Ensure that the correct drive or file system was specified and that files are backed up for you to set access.
# 0332
API_No_Files_Archived=ANS0332E No files have been previously archived for this filename/filespace.
API_No_Files_Archived_EXPLANATION=You tried to set access to files when no files for the specified filename, drive or file system were previously archived.
API_No_Files_Archived_SYSACT=Processing stopped.
API_No_Files_Archived_URESP=Ensure that the correct drive or file system was specified and that files are archived for you to set access.
# 0333
CLI_Abort_Mover_Type=ANS0333E Unknown Remote Mover type
CLI_Abort_Mover_Type_EXPLANATION=The specified Remote Mover type is unknown.
CLI_Abort_Mover_Type_SYSACT=Current operation has ended.
CLI_Abort_Mover_Type_URESP=Contact your system administrator for more information.
# 0334
CLI_Abort_Item_In_Use=ANS0334E An Operation for the requested node and file space is already in progress.
CLI_Abort_Item_In_Use_EXPLANATION=A request has been made to use a data mover to perform an operation for the indicated node and file space. Since an operation for this node and file space is already in progress, the new operation cannot be performed.
CLI_Abort_Item_In_Use_SYSACT=Current operation has ended.
CLI_Abort_Item_In_Use_URESP=Retry the operation at a later time.
# 0335
CLI_Abort_Lock_Conflict=ANS0335E System resource in use
CLI_Abort_Lock_Conflict_EXPLANATION=A required resource is in use by another command or process.
CLI_Abort_Lock_Conflict_SYSACT=Current operation has ended.
CLI_Abort_Lock_Conflict_URESP=Retry the operation at a later time.
# 0336
CLI_Abort_Srv_Plugin_Comm_Error=ANS0336E Server plugin communication error
CLI_Abort_Srv_Plugin_Comm_Error_EXPLANATION=Communication between a server plugin module and a NAS filer failed.
CLI_Abort_Srv_Plugin_Comm_Error_SYSACT=Current operation has ended.
CLI_Abort_Srv_Plugin_Comm_Error_URESP=Contact your system administrator for more information.
# 0337
CLI_Abort_Srv_Plugin_Os_Error=ANS0337E Server plugin detected unsupported NAS filer operating system.
CLI_Abort_Srv_Plugin_Os_Error_EXPLANATION=A plugin module detected that a NAS filer is running an unsupported operating system or operating system level.
CLI_Abort_Srv_Plugin_Os_Error_SYSACT=Current operation has ended.
CLI_Abort_Srv_Plugin_Os_Error_URESP=Contact your system administrator for more information.
# 0338
CLI_Abort_Invalid_Operation=ANS0338E An invalid operation was attempted on a node
CLI_Abort_Invalid_Operation_EXPLANATION=The operation is not valid.
CLI_Abort_Invalid_Operation_SYSACT=Current operation has ended.
CLI_Abort_Invalid_Operation_URESP=Contact your system administrator for more information.
# 0339
CLI_Abort_Stgpool_Undefined=ANS0339E The specified target storage pool is not defined.
CLI_Abort_Stgpool_Undefined_EXPLANATION=The storage pool is not defined.
CLI_Abort_Stgpool_Undefined_SYSACT=Current operation has ended.
CLI_Abort_Stgpool_Undefined_URESP=Contact your system administrator for more information.
# 0340
CLI_Abort_Invalid_Data_Format=ANS0340E A target storage pool does not have the correct data format for the given node type.
CLI_Abort_Invalid_Data_Format_EXPLANATION=none
CLI_Abort_Invalid_Data_Format_SYSACT=Current operation has ended.
CLI_Abort_Invalid_Data_Format_URESP=Contact your system administrator for more information.
# 0341
CLI_Abort_Datamover_Undefined=ANS0341E No associated data mover is defined for the given node.\n
CLI_Abort_Datamover_Undefined_EXPLANATION=none
CLI_Abort_Datamover_Undefined_SYSACT=Current operation has ended.
CLI_Abort_Datamover_Undefined_URESP=Contact your system administrator for more information.
# 0342
CLI_Abort_Crc_Failed=ANS0342E The CRC received from the Server does not match the CRC calculated by the client.
CLI_Abort_Crc_Failed_EXPLANATION=The server sent a CRC for a buffer. The client calculated a CRC for the same buffer. These did not match. The mismatch indicates a communication failure.
CLI_Abort_Crc_Failed_SYSACT=In some cases, the client can indicate the failure to the server and retry the operation.
CLI_Abort_Crc_Failed_URESP=Check the trace log for additional information and retry the operation. If the problem persists, contact your system administrator.
# 0343
CLI_Abort_Invalid_Group_Action=ANS0343E An invalid operation was attempted on a group leader or group member.
CLI_Abort_Invalid_Group_Action_EXPLANATION=An invalid operation was attempted on a logical group.
CLI_Abort_Invalid_Group_Action_SYSACT=The current operation stops.
CLI_Abort_Invalid_Group_Action_URESP=Retry a valid operation.
# 0344
API_Senddata_With_Zero_Size=ANS0344E Cannot Send data with a zero byte sizeEstimate.
API_Senddata_With_Zero_Size_EXPLANATION=You cannot send data for an object with size estimate = 0.
API_Senddata_With_Zero_Size_SYSACT=The system returns to the calling procedure.
API_Senddata_With_Zero_Size_URESP=Set size estimate greater than 0 in dsmSendObj.
# 0345
CLI_Abort_Disk_Undefined=ANS0345E Remote disk not defined.
CLI_Abort_Disk_Undefined_EXPLANATION=An operation was attempted on a remote disk that is not defined.
CLI_Abort_Disk_Undefined_SYSACT=The current operation stops.
CLI_Abort_Disk_Undefined_URESP=Define the proper remote disk.
# 0346
CLI_Abort_Bad_Destination=ANS0346E Input destination does not match expected destination.
CLI_Abort_Bad_Destination_EXPLANATION=Input destination does not match expected destination.
CLI_Abort_Bad_Destination_SYSACT=The current operation stops.
CLI_Abort_Bad_Destination_URESP=Retry operation with proper destination.
# 0347
CLI_Abort_Datamover_Not_Available=ANS0347E Data mover is not available.
CLI_Abort_Datamover_Not_Available_EXPLANATION=Data mover is not available.
CLI_Abort_Datamover_Not_Available_SYSACT=The current operation stops.
CLI_Abort_Datamover_Not_Available_URESP=Retry operation with a proper Data mover.
# 0348
CLI_Abort_Stgpool_Copy_Cont_No=ANS0348E Operation failed because the copy continue option was set to NO.
CLI_Abort_Stgpool_Copy_Cont_No_EXPLANATION=Operation failed because the copy continue option was set to NO.
CLI_Abort_Stgpool_Copy_Cont_No_SYSACT=The current operation stops.
CLI_Abort_Stgpool_Copy_Cont_No_URESP=This abort code indicates that a store operation, like backup or archive failed because the copy continue option was set to NO. The sysadmin will need to resolve the problem on the server end.
# 0349
CLI_Abort_Retry_Single_Txn=ANS0349E Transaction failed because of a problem during a store operation.
CLI_Abort_Retry_Single_Txn_EXPLANATION=Transaction failed because of a problem during a store operation. This error is typical when the next storage pool has a different copy storage pool list and we switch to this pool in the middle of a transaction.
CLI_Abort_Retry_Single_Txn_SYSACT=Transaction is aborted.
CLI_Abort_Retry_Single_Txn_URESP=Resend objects in separate transactions.
# 0351
CLI_Abort_Node_Not_Authorized=ANS0351E The node or user does not have proper authority to perform this operation\n
CLI_Abort_Node_Not_Authorized_EXPLANATION=The node or user does not have proper authority to perform this operation.
CLI_Abort_Node_Not_Authorized_SYSACT=The transaction is ended.
CLI_Abort_Node_Not_Authorized_URESP=Check the authority for the specified object.
# 0352
CLI_Abort_License_Violation=ANS0352E The operation is not permitted due to server licenses values.\n
CLI_Abort_License_Violation_EXPLANATION=The node or user is trying to perform an operation that either exceeds license values, or is not licensed.
CLI_Abort_License_Violation_SYSACT=The session is rejected or the transaction is cancelled, ending the current operation.
CLI_Abort_License_Violation_URESP=See your system administrator.
# 0353
API_Invalid_DataBlk=ANS0353E When using useTsmBuffers, dataBlk must be NULL in calls to dsmSendObj and dsmGetObj.
API_Invalid_DataBlk_EXPLANATION=The value for dataBlk must be NULL when using useTsmBuffers.
API_Invalid_DataBlk_SYSACT=The system returns to the calling procedure.
API_Invalid_DataBlk_URESP=There is a problem with the calling application. Contact your application provider
# 0354
API_Encr_Not_Allowed=ANS0354E Encryption is not allowed when using useTsmBuffers.
API_Encr_Not_Allowed_EXPLANATION=useTsmBuffers does not support encryption.
API_Encr_Not_Allowed_SYSACT=The system returns to the calling procedure.
API_Encr_Not_Allowed_URESP=Try the operation again, without using useTsmBuffers, or disable encryption for this operation.
# 0355
API_Obj_Compressed=ANS0355E This object cannot be restored/retrieved using useTsmBuffers, because it is compressed.
API_Obj_Compressed_EXPLANATION=useTsmBuffers does not support compression.
API_Obj_Compressed_SYSACT=The system returns to the calling procedure.
API_Obj_Compressed_URESP=Try the operation again, without using useTsmBuffers.
# 0356
API_Obj_Encrypted=ANS0356E This object cannot be restored/retrieved using useTsmBuffers, because it is encrypted.
API_Obj_Encrypted_EXPLANATION=useTsmBuffers does not support encryption.
API_Obj_Encrypted_SYSACT=The system returns to the calling procedure.
API_Obj_Encrypted_URESP=Try the operation again, without using useTsmBuffers.
# 0357
API_POR_Not_Allowed=ANS0357E When using useTsmBuffers, a restore/retrieve with partial object restore is not allowed.
API_POR_Not_Allowed_EXPLANATION=useTsmBuffers does not support partial object restore.
API_POR_Not_Allowed_SYSACT=The system returns to the calling procedure.
API_POR_Not_Allowed_URESP=Make sure the calling application is either using Partial object restore or useTsmBuffers.
# 0358
API_No_Encryption_Key=ANS0358E No encryption key was found. If you are using -encryptkey=prompt make sure there is a value in the encryptionPasswordP field and that bEncryptKeyEnabled is set to true.
API_No_Encryption_Key_EXPLANATION=There was no encryption key found in the password file, or no key was provided by the application.
API_No_Encryption_Key_SYSACT=The system returns to the calling procedure.
API_No_Encryption_Key_URESP=If you are using -encryptkey=prompt, make sure there is a value in encryptionPasswordP and that bEncryptKeyEnabled is set to true.
# 0359
API_Encr_Conflict=ANS0359E Conflicting encryption key options have been specified.
API_Encr_Conflict_EXPLANATION=When using the ENABLEENCRYPTKEY option, the parameter bEncryptKeyEnabled for the IBM Spectrum Protect API dsmInitExIn_t and tsmInitExIn_t structures cannot be set to bTrue.
API_Encr_Conflict_SYSACT=The system returns to the calling procedure.
API_Encr_Conflict_URESP=Either remove the ENABLEENCRYPTKEY option from the options file, or set the parameter bEncryptKeyEnabled to bFalse in the program using the IBM Spectrum Protect API.
# 0361
CLI_Generic_Diag_LogMsg=ANS0361I DIAG:
# 0362
CLI_No_Server_Memory=ANS0362E There are insufficient Windows system resources to process this command.
CLI_No_Server_Memory_EXPLANATION=This problem can occur during backup of a shared directory. The most likely reason is the 'IRPStackSize' setting on the computer that hosts the shared directory is too small.
CLI_No_Server_Memory_SYSACT=The file is skipped.
CLI_No_Server_Memory_URESP=Check the Windows event viewer for event ID 2011 on the computer that hosts the shared directory. This event indicates that the configuration parameter IRPStackSize is too small. IRPStackSize is a setting of type DWORD located in Windows registry key HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\services\\LanmanServer\\Parameters. If the IRPStackSize value is less than 20, or IRPStackSize is not specified, then set the value to 20, restart the system, and try the operation again. The default IRPStackSize value is 15. Attention: Consult with your Windows system administrator before making changes to the Windows registry or the problem persists after changing the IRPStackSize value to 20.
# 0373
CLI_VM_SAN_POLICY_CHANGED=ANS0373I The SAN Policy of the system is set to '{0}'.\n
# 0374
BAREST_CAD_NOT_RUNNING=ANS0374E The CAD service is not running on the local node.\n
BAREST_CAD_NOT_RUNNING_EXPLANATION=The CAD service is not running.
BAREST_CAD_NOT_RUNNING_SYSACT=The operation cannot continue without a connection to the CAD service.
BAREST_CAD_NOT_RUNNING_URESP=Make sure that the CAD service is running and configured correctly.
# 0375
BAREST_FILESPACE_LENGTH=ANS0375E The fileSpace parameter is either not defined or too long.\n
BAREST_FILESPACE_LENGTH_EXPLANATION=The fileSpace parameter cannot be empty and cannot be longer than 1024 characters.
BAREST_FILESPACE_LENGTH_SYSACT=The operation cannot continue.
BAREST_FILESPACE_LENGTH_URESP=Make sure that the fileSpace parameter is used correctly.
# 0376
BAREST_CODEPAGE_INVALID=ANS0376E The value for the codePage parameter is incorrect.\n
BAREST_CODEPAGE_INVALID_EXPLANATION=The codePage parameter can only be "MBCS" or "UCS2".
BAREST_CODEPAGE_INVALID_SYSACT=The operation cannot continue.
BAREST_CODEPAGE_INVALID_URESP=Make sure that the codePage parameter is used correctly.
# 0377
BAREST_PATH_TO_LONG=ANS0377E The value for the path parameter is incorrect.\n
BAREST_PATH_TO_LONG_EXPLANATION=The path parameter cannot be longer than 6000 characters.
BAREST_PATH_TO_LONG_SYSACT=The operation cannot continue.
BAREST_PATH_TO_LONG_URESP=Make sure that the path parameter is used correctly.
# 0378
BAREST_INVALID_NAME=ANS0378E The value for the name parameter is incorrect.\n
BAREST_INVALID_NAME_EXPLANATION=The name parameter cannot be longer than 512 characters and cannot start with the directory delimiter.
BAREST_INVALID_NAME_SYSACT=The operation cannot continue.
BAREST_INVALID_NAME_URESP=Make sure that the name parameter is used correctly.
# 0379
BAREST_INVALID_STATUS=ANS0379E The value for the status parameter is incorrect.\n
BAREST_INVALID_STATUS_EXPLANATION=The status parameter can only be "ALL", "ACTIVE" or "INACTIVE".
BAREST_INVALID_STATUS_SYSACT=The operation cannot continue.
BAREST_INVALID_STATUS_URESP=Make sure that the status parameter is used correctly.
# 0380
BAREST_INVALID_TYPE=ANS0380E The value for the type parameter is incorrect.\n
BAREST_INVALID_TYPE_EXPLANATION=The type parameter can only be "FILE" or "DIR".
BAREST_INVALID_TYPE_SYSACT=The operation cannot continue.
BAREST_INVALID_TYPE_URESP=Make sure that the type parameter is used correctly.
# 0381
BAREST_INVALID_DATETIME=ANS0381E The value for either the startDateTime or endDateTime parameter is incorrect.\n
BAREST_INVALID_DATETIME_EXPLANATION=The startDateTime and endDateTime parameters can only be a valid JSON date time format.
BAREST_INVALID_DATETIME_SYSACT=The operation cannot continue.
BAREST_INVALID_DATETIME_URESP=Make sure that the startDateTime and endDateTime parameters are used correctly.
# 0382
BAREST_INVALID_JSON=ANS0382E The rest call JSON data is missing values.\n
BAREST_INVALID_JSON_EXPLANATION=The JSON data for the rest call are incorrect and cannot be processed.
BAREST_INVALID_JSON_SYSACT=The operation cannot continue.
BAREST_INVALID_JSON_URESP=Make sure that the JSON for the rest call is correct and has all needed values.
# 0400
API_Almgr_Open_Fail=ANS0400E License file could not be opened.
API_Almgr_Open_Fail_EXPLANATION=The license file was not found, or could not be opened because of permissions or the file is corrupted.
API_Almgr_Open_Fail_SYSACT=The system returns to the calling procedure.
API_Almgr_Open_Fail_URESP=Check permissions on file. See if the license file is in the correct place.
# 0401
API_Almgr_Read_Fail=ANS0401E Read failure on the license file.
API_Almgr_Read_Fail_EXPLANATION=The license file was not found, or could not be opened because of permissions, or the file is corrupted.
API_Almgr_Read_Fail_SYSACT=The system returns to the calling procedure.
API_Almgr_Read_Fail_URESP=Check permissions on file. See if the license file is in the correct place.
# 0402
API_Almgr_Write_Fail=ANS0402E Write failure on the license file.
API_Almgr_Write_Fail_EXPLANATION=The license file was not found, or could not be opened because of permissions or the file is corrupted.
API_Almgr_Write_Fail_SYSACT=The system returns to the calling procedure.
API_Almgr_Write_Fail_URESP=Check permissions on file. See if license file is in the correct place.
# 0403
API_Almgr_Data_Fmt=ANS0403E Data in the license file is not in a valid format.
API_Almgr_Data_Fmt_EXPLANATION=The license file is not valid.
API_Almgr_Data_Fmt_SYSACT=The system returns to the calling procedure.
API_Almgr_Data_Fmt_URESP=User needs to obtain a new license.
# 0404
API_Almgr_Cksum_bad=ANS0404E The checksum in the license file does not match the licenseregistration string.
API_Almgr_Cksum_bad_EXPLANATION=The registration string is not valid.
API_Almgr_Cksum_bad_SYSACT=The system returns to the calling procedure.
API_Almgr_Cksum_bad_URESP=User needs to obtain a new license.
# 0405
API_Almgr_Trial_exprd=ANS0405E This is an expired try and buy license.
API_Almgr_Trial_exprd_EXPLANATION=The registration string is not valid.
API_Almgr_Trial_exprd_SYSACT=The system returns to the calling procedure.
API_Almgr_Trial_exprd_URESP=User needs to obtain a new license.
# 0406
GUI_PCT_SIGN=%
# 0407
GUI_SHOW_IN_TASK_WINDOW=Show in Task Window
# 0408
GUI_REFRESH_BUTTON=Refresh
# 0409
GUI_DISMISSED=Window Dismissed. Process will continue.
# 0420
DSI_INACTIVE_SYSSTATE_Warning=ANS0420W Warning! Restoring inactive system state objects is not recommended.\n\nDo you wish to continue?\n
DSI_INACTIVE_SYSSTATE_Warning_EXPLANATION=Restoring inactive system state objects may cause system instability. Examples of possible problems include: Applications that were installed after the time the system state was backed up cannot function properly after restoring the inactive system state Critical operating system updates installed after the inactive system state backup was made can no longer be available, or may not function correctly. \nRestoring inactive system state objects is not recommended unless you are certain that this is what you need to do.
DSI_INACTIVE_SYSSTATE_Warning_SYSACT=If user responds with yes, the client will restore the object. If user responds with no, the client will cancel the operation.
DSI_INACTIVE_SYSSTATE_Warning_URESP=Reply to the prompt. If you are unsure, reply no, and consult your system administrator or operating system vendor before proceeding further.
# 0421
COM_Password_Not_Synchronized=ANS0421W Unable to synchronize the node password with the user id password provided.\n
COM_Password_Not_Synchronized_EXPLANATION=The node password was not updated due to the reason described in the error message preceding this one.
COM_Password_Not_Synchronized_SYSACT=The node password is not updated on the server. Next time you run the client you will be prompted for the password again.
COM_Password_Not_Synchronized_URESP=See the preceding error message.
# 0422
DSI_JOURNALWIZ_DBPATHNETWORK=ANS0422W The selected journal location is a network drive and might not be accessible from the journal service. Select a location on a local drive.
DSI_JOURNALWIZ_DBPATHNETWORK_EXPLANATION=It is not recommended to use a network device as the location where journal databases are stored. Placing journal databases on a network device can prevent the journal service from running.
DSI_JOURNALWIZ_DBPATHNETWORK_SYSACT=Processing continues.
DSI_JOURNALWIZ_DBPATHNETWORK_URESP=Choose a local drive where journal databases will be stored.
# 0423
CLI_Cannot_Create_Directory=ANS0423E Directory '{0}{1}{2}' cannot be created. Path does not exist.\n
CLI_Cannot_Create_Directory_EXPLANATION=The operating system returned a "path not found" status when IBM Spectrum Protect attempted to create the directory needed for Automated System Recovery (ASR). One possible reason is that a multi disk system is restored to a single disk system.
CLI_Cannot_Create_Directory_SYSACT=Processing stopped.
CLI_Cannot_Create_Directory_URESP=Please verify that you are restoring to identical hardware and try again.
# 0992
CLI_Invalid_DestFilespace=ANS0992E The destination filespace or drive letter is unavailable. For more details please see dsmerror.log.
CLI_Invalid_DestFilespace_EXPLANATION=The system is trying to restore or retrieve to a destination that cannot be reached. The specified filespace name or drive letter is not valid, or does not exist, or you are specifying a local share name that cannot be resolved.
CLI_Invalid_DestFilespace_SYSACT=Objects which are part of this filespace are not processed.
CLI_Invalid_DestFilespace_URESP=Try the command again, and specify a different destination for the object that was not processed.
# 0995
Img_Volume_Lock_Failure_Ex=ANS0995E Volume '{0}' could not be locked.\n
Img_Volume_Lock_Failure_Ex_EXPLANATION=The system call to lock the volume failed.
Img_Volume_Lock_Failure_Ex_SYSACT=Processing stopped.
Img_Volume_Lock_Failure_Ex_URESP=Please verify that no other application is accessing the volume. During restore of an image IBM Spectrum Protect must have exclusive use of the volume.
# 1001
Img_NOT_SYSDrive_Skip=ANS1001E Volume being backed up was not a system volume. Skipped.\n
Img_NOT_SYSDrive_Skip_EXPLANATION=User specified to back up system volume only. This volume was not backed up since this volume is not a system volume.
Img_NOT_SYSDrive_Skip_SYSACT=Volume was not backed up.
Img_NOT_SYSDrive_Skip_URESP=Use All option or use image backup command to backup this volume.
# 1009
CLI_OPERATING_SYSTEM_EXCLUDE_ERROR=ANS1009W An error occurred processing the operating system include/exclude statements.\nThe error was detected while processing: {0}.\n
CLI_OPERATING_SYSTEM_EXCLUDE_ERROR_EXPLANATION=The client encountered an error while obtaining the automatic include/exclude statements from the operating system. Possible reasons for this error include: The specified registry key cannot be opened for reading The entry under this key has incorrect data
CLI_OPERATING_SYSTEM_EXCLUDE_ERROR_SYSACT=Processing continues without the full list of operating system include/exclude statements.
CLI_OPERATING_SYSTEM_EXCLUDE_ERROR_URESP=Ensure that you have access to the specified registry key and that entries are a MULTISZ values that contain: Individual files Directories Wild card entries Environment variables /s switch (the /s switch is used on directory and/or wild card entries and signifies that all subdirectories of this directory should be excluded) If the cause of this message can not be determined or resolved, contact IBM technical support for further assistance.
# 1011
Img_Use_Snapshot_Image_Backup=Using {0} snapshot image backup for {1}.\n
# 1012
Img_Use_Static_Image_Backup=Using static image backup for volume '{0}'\n
# 1013
Img_Use_Dynamic_Image_Backup=Using dynamic image backup for volume '{0}'\n
# 1014
DSI_RC_UnsupportedFSOperation=Unsupported file system operation.
# 1015
SESS_Reject_Client_Not_Archretprot=ANS1015E The session is rejected. The server does not allow a signon of a client that is not archive-retention protection enabled.\n
SESS_Reject_Client_Not_Archretprot_EXPLANATION=The client cannot establish a connection to the server because the server is enabled for archive-retention protection enabled and the client is not.
SESS_Reject_Client_Not_Archretprot_SYSACT=The session is not started.
SESS_Reject_Client_Not_Archretprot_URESP=See your system administrator.
# 1019
Img_Open_Failure=ANS1019E The volume could not be opened.\n
Img_Open_Failure_EXPLANATION=An error occurred when IBM Spectrum Protect tried to open the volume for a backup or restore operation.
Img_Open_Failure_SYSACT=The requested operation does not run.
Img_Open_Failure_URESP=Examine the client error log for additional messages related to this error. Verify that the volume is available, and is not locked by another process. Try the operation again. If the problem persists, contact IBM technical support for further assistance.
# 1022
GUI_CancelFailed=ANS1022E Cancel failed for node: {0} filesystem: {1} operation: {2} error: {3}
GUI_CancelFailed_EXPLANATION=The request to cancel a remote operation has failed. The node, file space, operation and reason for the failure are shown.
GUI_CancelFailed_SYSACT=Operation not cancelled.
GUI_CancelFailed_URESP=Contact your system administrator for more information.
# 1023
SESS_Reject_Nodetype_Mismatch=ANS1023E Session rejected: Node type mismatch\n
SESS_Reject_Nodetype_Mismatch_EXPLANATION=Your node name is associated with a different type of operating system and cannot be used on this system.
SESS_Reject_Nodetype_Mismatch_SYSACT=Current operation has been cancelled.
SESS_Reject_Nodetype_Mismatch_URESP=If you need a new node name, see your system administrator to assign a new one to you. Generally, you have a unique node name for each machine and operating system pair that requires access to the server.
# 1026
SESS_Protocol_Error=ANS1026E The session is rejected: There was a communications protocol error.\n
SESS_Protocol_Error_EXPLANATION=An unexpected network message was received by the client. This could be caused by network problems or a programming error.
SESS_Protocol_Error_SYSACT=The current operation has been cancelled.
SESS_Protocol_Error_URESP=Verify that your communication path is functioning properly and try the operation again. If the problem persists, contact your IBM Spectrum Protect administrator for further assistance.
# 1027
GUI_NodeCannotBeSelected=This node cannot be selected.
# 1029
SESS_Communications_Severed=ANS1029E Communication with the IBM Spectrum Protect server is lost.\n
SESS_Communications_Severed_EXPLANATION=This message is issued after the session with the IBM Spectrum Protect server is unexpectedly lost. The client error log might contain additional information regarding this problem.
SESS_Communications_Severed_SYSACT=processing stops.
SESS_Communications_Severed_URESP= Restart the IBM Spectrum Protect client and retry the operation. If the problem persists, review the client error log for other messages that might be related to this problem. Verify that network connectivity exists between the IBM Spectrum Protect client machine and the IBM Spectrum Protect server machine. Contact your IBM Spectrum Protect administrator for further assistance. The IBM Spectrum Protect administrator can review the IBM Spectrum Protect server activity log for additional information about the problem.
# 1030
SESS_Memory_Exhausted=ANS1030E The operating system refused a request for memory allocation.
SESS_Memory_Exhausted_EXPLANATION=Access to memory is required in order to store information as processing proceeds. In this case, more memory was requested than the operating system would allocate. Possible reasons include: The system is low on memory. The process in which the program runs has exceeded the maximum memory that it is allowed to allocate. Some other error condition occurred that caused the program to think it is out of memory.
SESS_Memory_Exhausted_SYSACT=Requested operation cannot be completed.
SESS_Memory_Exhausted_URESP=Close all unneeded applications and try the operation again. If the operation still fails, try dividing the task into several smaller units. For example, if a file specification contains several high level directories, run the IBM Spectrum Protect task serially for each directory. If the IBM Spectrum Protect task is an incremental backup, use the option "-memoryefficientbackup=yes".
# 1035
COM_OptFileNotFound=ANS1035S Options file '{0}' could not be found, or it cannot be read. \n
COM_OptFileNotFound_EXPLANATION=Common reasons for this error include: The default options file does not exist. You specified the -OPTFILE option when starting the IBM Spectrum Protect client, but the options file you provided does not exist. The DSM_CONFIG (or DSMI_CONFIG if you are using the IBM Spectrum Protect API) environment variable specifies an options file that does not exist. You specified the -OPTFILE option when starting the IBM Spectrum Protect client, but the options file that you provided is not in the standard file encoding of the system. For example, on Windows the expected file encoding is ANSI. You specified the -OPTFILE option when starting the IBM Spectrum Protect client, but the options file that you provided does not have appropriate read permissions for the user that is running the operation.
COM_OptFileNotFound_SYSACT=IBM Spectrum Protect client processing stops.
COM_OptFileNotFound_URESP=Make sure that the options file you want to use exists, it has the read rights set for the user that is running the operation, and it is in the standard file encoding of the system. For example, on Windows the expected file encoding is ANSI. Review the configuration information in the IBM Spectrum Protect client manual specific to your operating system. If the problem persists, ask your IBM Spectrum Protect administrator for further assistance.
# 1036
COM_Options_Emsg=ANS1036S The option '{0}' or the value supplied for it is not valid. It was found in options file '{1}'\n\t at line number: {2}\n\t The complete entry: '{3}'\n\n
COM_Options_Emsg_EXPLANATION=The specified option or option value is not valid. For options that include a date or time specification, the format of the date or time might not match the formats specified by the DATEFORMAT or TIMEFORMAT options.
COM_Options_Emsg_SYSACT=Processing stops.
COM_Options_Emsg_URESP=Correct the option name or value. For options that specify dates or times, ensure that the specified date or time matches the DATEFORMAT and TIMEFORMAT settings. If -DATEFORMAT or -TIMEFORMAT are specified on the command line, they must precede the option that specifies the date or time. For example, use -DATEFORMAT=3 -FROMDATE=yyyy-mm-dd, instead of -FROMDATE=yyyy-mm-dd -DATEFORMAT=3.
# 1037
COM_Invalid_Keyword=ANS1037S Invalid keyword specified\n
COM_Invalid_Keyword_EXPLANATION=An incorrect keyword was found in the options file.
COM_Invalid_Keyword_SYSACT=Processing stopped.
COM_Invalid_Keyword_URESP=Correct the options file with valid entries.
# 1038
COM_Invalid_Option=ANS1038S Invalid option specified.\n
COM_Invalid_Option_EXPLANATION=An incorrect option was specified to IBM Spectrum Protect.
COM_Invalid_Option_SYSACT=Processing stopped.
COM_Invalid_Option_URESP=Correct the options used for running IBM Spectrum Protect.
# 1039
COM_Patt_Too_Complex=ANS1039S The include or exclude pattern cannot be parsed.\n
COM_Patt_Too_Complex_EXPLANATION=The pattern is formatted incorrectly or is too complex to be interpreted.
COM_Patt_Too_Complex_SYSACT=Processing stopped.
COM_Patt_Too_Complex_URESP=Verify that the include or exclude pattern is specified correctly. If the pattern is correct, then contact IBM technical support for further assistance.
# 1040
COM_Patt_Missing_Bracket=ANS1040S Include/Exclude pattern is missing a closing bracket\n
COM_Patt_Missing_Bracket_EXPLANATION=The include or exclude pattern is incorrectly constructed. The closing bracket is missing.
COM_Patt_Missing_Bracket_SYSACT=Processing stopped.
COM_Patt_Missing_Bracket_URESP=Correct the syntax for the pattern.
# 1042
COM_Patt_Missing_Delim=ANS1042S A beginning or ending directory delimiter is missing from the Include/Exclude pattern.\n
COM_Patt_Missing_Delim_EXPLANATION= The include/exclude pattern has a '...' without a beginning or ending directory delimiter. For Windows, the drive seperator is not immediately followed by a directory delimiter.
COM_Patt_Missing_Delim_SYSACT=Processing stopped.
COM_Patt_Missing_Delim_URESP=Correct the syntax for the pattern.
# 1043
COM_Unmatched_Quotes=ANS1043S Quotes are not matched\n
COM_Unmatched_Quotes_EXPLANATION=The quotes specified in the pattern are not the same and do not make a set.
COM_Unmatched_Quotes_SYSACT=Processing stopped.
COM_Unmatched_Quotes_URESP=Correct the pattern by using matching quotes in the syntax.
# 1048
Img_Device_Not_Local_Cl=ANS1048E Device '{0}' is not local\n
Img_Device_Not_Local_Cl_EXPLANATION=The selected path is not a local device and therefore is not a valid object for image operations.\n
Img_Device_Not_Local_Cl_SYSACT=The requested logical volume operation is not performed.
Img_Device_Not_Local_Cl_URESP=Choose another object.
# 1052
CLI_Direct_Storage_Agent_Unsupported=ANS1052E Direct connection to the Storage Agent is not allowed.\n
CLI_Direct_Storage_Agent_Unsupported_EXPLANATION=You cannot connect directly to the Storage Agent.
CLI_Direct_Storage_Agent_Unsupported_SYSACT=Processing stopped.
CLI_Direct_Storage_Agent_Unsupported_URESP=To perform Lanfree operations using the Storage Agent, specify the ENABLELANFREE option in your options file, and restart the process.
# 1056
CLI_Sharename_Path_Not_Found=ANS1056E Share/network path {0} cannot be resolved. Path does not exist.\n
CLI_Sharename_Path_Not_Found_EXPLANATION=For backup: Trying to backup share/network, which either does not exist or does not have the correct privilege to access the share. For restore : Trying to restore to a share/network path that cannot be resolved. The directory path does not exist.
CLI_Sharename_Path_Not_Found_SYSACT=Processing stopped.
CLI_Sharename_Path_Not_Found_URESP=Retry the command and specify a destination, or restore the directory tree first before trying to restore the share point.
# 1058
CLI_Invalid_Restore_Destination=ANS1058E The restore destination cannot be reached.\n
CLI_Invalid_Restore_Destination_EXPLANATION=Either the destination file system is invalid or it cannot be reached.
CLI_Invalid_Restore_Destination_SYSACT=Processing stopped.
CLI_Invalid_Restore_Destination_URESP=Try the command again using a different destination.
# 1060
Fs_Not_A_Mount_Point=ANS1060E The specified path is not a mounted filesystem\n
Fs_Not_A_Mount_Point_EXPLANATION=You entered a file system name that does not correspond to a mounted file system for this system. It is possible the file system name is misspelled, or simply that the file system is not currently mounted.
Fs_Not_A_Mount_Point_SYSACT=The requested logical volume operation is not performed.
Fs_Not_A_Mount_Point_URESP=Retry the operation, using name of a mounted file system.
# 1061
Dev_Is_Fs=ANS1061E The specified device corresponds to a mounted file system; you must specify the file system by name.\n
Dev_Is_Fs_EXPLANATION=You entered a logical device name that is mapped to a mounted file system. This volume must only be referenced by its file system name.
Dev_Is_Fs_SYSACT=The requested logical volume operation is not performed.
Dev_Is_Fs_URESP=Try the operation again, using the file system name instead of the device name.
# 1063
Img_Invalid_Drive=ANS1063E The specified path is not a valid file system or logical volume name.\n
Img_Invalid_Drive_EXPLANATION=None.
Img_Invalid_Drive_SYSACT=The logical volume operation is not performed.
Img_Invalid_Drive_URESP=Try the operation again using a valid path.
# 1064
Img_Internal_Err=ANS1064E An unexpected error occurred while processing the image operation.
Img_Internal_Err_EXPLANATION=None.
Img_Internal_Err_SYSACT=The requested operation does not run.
Img_Internal_Err_URESP=Examine the client error log for any additional messages that may have been issued before or after this message. Correct any problems, if possible. If the cause of this message can not be determined or resolved, contact IBM technical support for further assistance.
# 1065
Img_Caller_Pilib_High=ANS1065E Library version of the image utility does not match that of the IBM Spectrum Protect API\n
Img_Caller_Pilib_High_EXPLANATION=The current system has a mix of installed components.
Img_Caller_Pilib_High_SYSACT=The requested logical volume operation is not performed.
Img_Caller_Pilib_High_URESP=Re-install all IBM Spectrum Protect components
# 1066
Img_Rest_Ok_Mount_Fail=ANS1066E The restore operation completed successfully, but the file system could not be remounted.
Img_Rest_Ok_Mount_Fail_EXPLANATION=None.
Img_Rest_Ok_Mount_Fail_SYSACT=The file system is left unmounted.
Img_Rest_Ok_Mount_Fail_URESP=Use the mount command to mount the file system. On AIX, run fsck if requested by the operating system.
# 1067
Img_Os_Syscall_Err=ANS1067E A call to a system function returned an unexpected error.
Img_Os_Syscall_Err_EXPLANATION=If you are performing a JFS2 snapshot based operation, it is possible that the snapshot was not large enough to contain all the changes made to the filesystem after the snapshot was created. This could cause the snapshot to become invalid thereby preventing IBM Spectrum Protect client from reading the snapshot.
Img_Os_Syscall_Err_SYSACT=The requested operation does not run.
Img_Os_Syscall_Err_URESP=Examine the client error log for additional messages related to this error. Try the operation again. If the problem persists, contact IBM technical support for further assistance.
# 1068
Img_Device_Not_Local=ANS1068E The device is not local.\n
Img_Device_Not_Local_EXPLANATION=The selected path is not a valid object for image operations. The selected path is either a remote device or a partition that resides on a multipath device.\n
Img_Device_Not_Local_SYSACT=The requested logical volume operation is not performed.
Img_Device_Not_Local_URESP=Choose another object.
# 1069
Img_Read_Failure=ANS1069E An error occurred while reading data from the device\n
Img_Read_Failure_EXPLANATION=An error occurred while reading data from the device. Windows Only: This could be due to bad sectors on the drive.
Img_Read_Failure_SYSACT=The requested logical volume operation is not performed.
Img_Read_Failure_URESP=Retry the operation, then check the error log for more information. Windows Only: Please run chkdsk /r and retry the operation. If the problem persists, a possible workaround is to back up the entire drive using a regular (non-image) backup. Please ensure that all your data is backed up. Then format the drive using a full format (without the /q quick format option). Then restore the data and retry the image backup operation.
# 1070
Img_Write_Failure=ANS1070E Write error\n
Img_Write_Failure_EXPLANATION=An error occurred while writing data to the device.
Img_Write_Failure_SYSACT=The requested logical volume operation is not performed.
Img_Write_Failure_URESP=Re-try the operation, check error log for more information.
# 1071
CLI_Inv_Domain=ANS1071E Invalid domain name entered: '{0}'\n
CLI_Inv_Domain_EXPLANATION=You entered an invalid domain name. Verify whether the domain name is a file system and the file system is mounted. A directory cannot be specified in the domain option, unless it is a virtual mount point.
CLI_Inv_Domain_SYSACT=Processing continues if there are other file systems in the domain option to back up.
CLI_Inv_Domain_URESP=Enter a valid drive or file system name (domain).
# 1072
CLI_No_Volume_Label=ANS1072E Unable to continue operation; Drive '{0}' has no volume label.\n
CLI_No_Volume_Label_EXPLANATION=The specified drive-name in the domain list does not have a volume label.
CLI_No_Volume_Label_SYSACT=Processing stopped.
CLI_No_Volume_Label_URESP=Use the system format utility to place a unique volume label on all drives on which you intend to run IBM Spectrum Protect.
# 1077
GUI_LastImageBackup=Last Image Backup
# 1080
GUI_NAS=NAS
# 1085
VMBACKUP_VDDK_INVALID_SNAPSHOT_CONFIG=ANS1085E The VMware vStorage API reported an invalid snapshot configuration.\n
VMBACKUP_VDDK_INVALID_SNAPSHOT_CONFIG_EXPLANATION=A VMware vStorage API error occurred due to an invalid snapshot configuration.
VMBACKUP_VDDK_INVALID_SNAPSHOT_CONFIG_SYSACT=A VMware vStorage API error occurred, and the virtual machine backup failed.
VMBACKUP_VDDK_INVALID_SNAPSHOT_CONFIG_URESP=Check the VMware logs for possible causes of the error, and retry the operation.
# 1091
CLI_Comm_Error_During_Query=ANS1091E Communications error with server during object query\n
CLI_Comm_Error_During_Query_EXPLANATION=An unexpected communications error occurred during an object query to the server.
CLI_Comm_Error_During_Query_SYSACT=Processing stopped.
CLI_Comm_Error_During_Query_URESP=Verify that communications are active between the client and server machines. Server outages, processor outages, and communication controller outages can cause this error.
# 1092
CLI_No_Match_Found=ANS1092W No files matching search criteria were found\n
CLI_No_Match_Found_EXPLANATION=You entered a search pattern or file name that cannot be found in the server database.
CLI_No_Match_Found_SYSACT=Processing stopped.
CLI_No_Match_Found_URESP=Ensure that your search pattern is correct, or specify a new search string.
# 1094
VM_CREATE_SHARE_UNKNOWN_ERROR=ANS1094E An error occured trying to connect to the restore location on the virtual machine. Verify that the restore location exists on the virtual machine and that your account has access to it.
VM_CREATE_SHARE_UNKNOWN_ERROR_EXPLANATION=During restore processing, the system creates a share to access the restore location on the virtual machine.\u00a0In this situation, the system was unable to create a share. This error typically occurs if the restore location does not exist or the user account does not have access to the location.
VM_CREATE_SHARE_UNKNOWN_ERROR_SYSACT=The system was unable to create a share.
VM_CREATE_SHARE_UNKNOWN_ERROR_URESP=Verify that the restore location exists on the virtual machine and that your account has access to it.
# 1096
CLI_NO_PS_Data_Found=ANS1096S Either the node does not exist on the server or there is no active policy set for the node.\n
CLI_NO_PS_Data_Found_EXPLANATION=This error occurs when you try to access another node's data. Either the node is not registered with the IBM Spectrum Protect server, or there is no active policy set for the node.
CLI_NO_PS_Data_Found_SYSACT=Processing stops.
CLI_NO_PS_Data_Found_URESP=Verify that the node whose data you are trying to access is registered with the IBM Spectrum Protect server. If you have more than one IBM Spectrum Protect server, make sure you are connecting to the correct server, then try the operation again. If the problem persists, contact your IBM Spectrum Protect administrator for further assistance.
# 1101
CLI_Encrypt_Not_Authorized=ANS1101E User is not authorized to encrypt {0}{1}{2}.\n
CLI_Encrypt_Not_Authorized_EXPLANATION=The user is not authorized to encrypt the file. Normally, only a IBM Spectrum Protect authorized user or a root user can use IBM Spectrum Protect encryption. However, a certain combination of PASSWORDACCESS and ENCRYPTKEY options may allow encryption operations by a non-authorized user.
CLI_Encrypt_Not_Authorized_SYSACT=The file is not backed up or restored.
CLI_Encrypt_Not_Authorized_URESP=Log in as a root or IBM Spectrum Protect authorized user and try the operation again. See IBM Spectrum Protect Backup-Archive Client Installation and User's Guide for the correct usage of the ENCRYPTKEY option.
# 1103
CLI_Invalid_Management_Class=ANS1103E Invalid management class entered\n
CLI_Invalid_Management_Class_EXPLANATION=You entered an invalid management class.
CLI_Invalid_Management_Class_SYSACT=Requested operation is not possible.
CLI_Invalid_Management_Class_URESP=Retry the operation using a valid management class.
# 1105
CLI_MC_No_Back_CG=ANS1105E The management class for this file does not have a valid backup copy group.\nThis file will not be backed up.\n
CLI_MC_No_Back_CG_EXPLANATION=The management class for this file does not have a backup copy group specified. This file will not be backed up.
CLI_MC_No_Back_CG_SYSACT=Processing stopped.
CLI_MC_No_Back_CG_URESP=Add a valid backup copy group to the management class, and then retry the operation.
# 1111
CLI_Invalid_Local_Management_Class=ANS1111E The requested operation is not possible using the management class that was entered.\n
CLI_Invalid_Local_Management_Class_EXPLANATION=The management class is not valid because the Data Version Exists value is greater than 30. For local backups on a VVOL datastore, this value must be 1 - 30.
CLI_Invalid_Local_Management_Class_SYSACT=Processing stopped.
CLI_Invalid_Local_Management_Class_URESP=Retry the operation using a valid management class.
# 1113
Img_Snapshot_Cache_Location_Invalid=ANS1113E The snapshot cache location is not valid.\n
Img_Snapshot_Cache_Location_Invalid_EXPLANATION=The snapshot cache location must point to a local volume that is formatted with NTFS. The default cache location is on the same volume where the snapshot is being performed. The operation will continue without snapshot support.
Img_Snapshot_Cache_Location_Invalid_SYSACT=The client does not execute the snapshot backup operation.
Img_Snapshot_Cache_Location_Invalid_URESP=Specify a different snapshot cache location using the SNAPSHOTCACHELOCATION option.
# 1115
CLI_MC_Excluded=ANS1115W File '{0}{1}{2}' excluded by Include/Exclude list\n
CLI_MC_Excluded_EXPLANATION=You can not back up, archive, or migrate files that are excluded.
CLI_MC_Excluded_SYSACT=The file can not be processed.
CLI_MC_Excluded_URESP=If the file is intentionally excluded, then this message can be ignored. Otherwise modify the include/exclude list, restart the client, and try the operation again. Contact your IBM Spectrum Protect administrator for further assistance.
# 1124
DSI_PswdChangeNotAllowed=Password cannot be changed via this application when authentication is OFF on the server. Please try again when authentication is ON.
# 1130
CLI_No_Label=ANS1130E The drive has no label. The operation cannot continue.
CLI_No_Label_EXPLANATION=Backup or archive of removable media requires that the media have a volume label. An attempt was made to back up or archive data on a removable volume that has no label.
CLI_No_Label_SYSACT=The requested operation does not run.
CLI_No_Label_URESP=Create a volume label on the removable media, then try the operation again.
# 1134
CLI_Invalid_Drive_Spec=ANS1134E Drive {0} is an invalid drive specification\n
CLI_Invalid_Drive_Spec_EXPLANATION=The specified drive name is not valid; the drive probably has not been defined.
CLI_Invalid_Drive_Spec_SYSACT=Process skips the invalid drive and continues to the next drive.
CLI_Invalid_Drive_Spec_URESP=Check the invalid drive.
# 1135
CLI_SUBST_Drive=ANS1135E Drive {0} is a virtual drive of {1}. It cannot be backed up or archived.\n
CLI_SUBST_Drive_EXPLANATION=One drive is a substitute (SUBST) of the other drive. The SUBST drive cannot be backed up or archived.
CLI_SUBST_Drive_SYSACT=The SUBST drive is skipped. Processing continues with the next drive.
CLI_SUBST_Drive_URESP=Do not specify any file specifications for a drive that is a substitute of another drive. Remove any explicit substitute drives from the DOMAIN statement or use the - notation to remove a substitute drive if ALL-LOCAL is specified.
# 1140
CLI_Invalid_SetAccess=ANS1140E Invalid format for Set Access command.\n
CLI_Invalid_SetAccess_EXPLANATION=The SET ACCESS command must have at least three operands, the first of which must be either BACKUP or ARCHIVE. A validly formed file specification must follow.
CLI_Invalid_SetAccess_SYSACT=Processing stopped, the command is not executed.
CLI_Invalid_SetAccess_URESP=Use the HELP SET ACCESS command for complete details of usage, then enter the SET ACCESS command using the correct syntax.
# 1147
CLI_File_Unavailable=ANS1147E File is temporarily unavailable.\n
CLI_File_Unavailable_EXPLANATION=File is temporarily unavailable.
CLI_File_Unavailable_SYSACT=File skipped.
CLI_File_Unavailable_URESP=Check and see if file is locked by other process. If not, retry the command.
# 1149
CLI_NoFileSpaces=ANS1149E No domain is available for incremental backup. The domain may be empty or all file systems in the domain are excluded.\n
CLI_NoFileSpaces_EXPLANATION=An incremental backup was started, but no domain was selected. Possible reasons for this message include: An attempt was made to back up a file system that is excluded with the EXCLUDE.FS option. The DOMAIN is empty. That is, a DOMAIN statement excludes one or more file systems, but no DOMAIN statements include any file systems. DOMAIN ALL-LOCAL is in effect but the system has no local file systems.
CLI_NoFileSpaces_SYSACT=processing stops.
CLI_NoFileSpaces_URESP=Verify that the DOMAIN statements are properly configured and try the backup again. DOMAIN statements can be in client option files (dsm.opt, dsm.sys), client option sets, schedule definitions, and scripted IBM Spectrum Protect commands. Corrective actions include: Make sure the DOMAIN option settings specify the file systems you want to back up. If a file system that should be backed up is excluded by an EXCLUDE.FS statement, remove the EXCLUDE.FS statement. If a file system that should not be backed up is listed in a DOMAIN statement, remove the file system from the DOMAIN statement. Make sure the DOMAIN is not empty. That is, if any DOMAIN statements exclude file systems from backup, make sure the DOMAIN statements include the file systems that should be backed up.
# 1150
CLI_NTRunning_as_Local_System_Account=ANS1150E Unable to restore current user profile because you are running as\na local system account.\n
CLI_NTRunning_as_Local_System_Account_EXPLANATION=The local system account does not have a profile. Therefore you cannot restore its profile.
CLI_NTRunning_as_Local_System_Account_SYSACT=Processing stops.
CLI_NTRunning_as_Local_System_Account_URESP=Log on to the user whose profile you want to restore.
# 1151
CLI_NOT_CLUSTER_Disk1=ANS1151E '{0}' is not a cluster disk.\n
CLI_NOT_CLUSTER_Disk1_EXPLANATION=The indicated file system is not a cluster disk. Because the CLUSTERNODE option is set to YES, the file system cannot be backed up or archived.
CLI_NOT_CLUSTER_Disk1_SYSACT=Processing stops.
CLI_NOT_CLUSTER_Disk1_URESP=If the CLUSTERNODE option is incorrectly set to YES, then change the option to NO and try the operation again. Otherwise see the client manual for further information about configuring the client to run in a cluster environment.
# 1152
VMBACKUP_VDDK_FAILED_TO_QUIESCE_VM=ANS1152E The VMware vStorage API reported a failure to quiesce the virtual machine.\n
VMBACKUP_VDDK_FAILED_TO_QUIESCE_VM_EXPLANATION=A VDDK error occurred while quiescing the virtual machine.
VMBACKUP_VDDK_FAILED_TO_QUIESCE_VM_SYSACT=A VMware vStorage API error occurred, and the virtual machine backup failed.
VMBACKUP_VDDK_FAILED_TO_QUIESCE_VM_URESP=This error can occur if there is a lot of activity on the virtual machine at the time the snapshot is occurring. Try setting the INCLUDE.VMSNAPSHOTATTEMPTS option to resolve this issue. Also, check the VMware logs for possible causes of the error, and try the operation again.
# 1153
CLI_CLUSTER_Disk1=ANS1153E '{0}' is a cluster disk.\n
CLI_CLUSTER_Disk1_EXPLANATION=The indicated file system is a cluster disk. Because the CLUSTERNODE option is set to NO, the file system cannot be backed up or archived.
CLI_CLUSTER_Disk1_SYSACT=Processing stops.
CLI_CLUSTER_Disk1_URESP=If the CLUSTERNODE option is incorrectly set to NO, then change the option to YES and try the operation again. Otherwise see the client manual for further information about configuring the client to run in a cluster environment.
# 1155
CLI_NoImageDomain=ANS1155E No domain is available for image backup.\n
CLI_NoImageDomain_EXPLANATION=An image backup was started, but no domain was specified.
CLI_NoImageDomain_SYSACT=Processing stopped.
CLI_NoImageDomain_URESP=Choose a domain and restart the image backup. Set the image domain using the domain.image option in your dsm.opt file, either manually, or by using the GUI preferences editor.
# 1156
COM_Invalid_Nodename=ANS1156E NODENAME cannot be the local machine name when CLUSTERNODE is set to YES\n
COM_Invalid_Nodename_EXPLANATION=When IBM Spectrum Protect is running as a cluster node, the node name cannot be the local machine name.
COM_Invalid_Nodename_SYSACT=Processing stops.
COM_Invalid_Nodename_URESP=Change the node name either to the cluster name or to any other name, and restart IBM Spectrum Protect.
# 1162
Img_Mount_Failure=ANS1162E Filesystem could not be mounted\n
Img_Mount_Failure_EXPLANATION=The system call to mount the file system failed.
Img_Mount_Failure_SYSACT=The file system remains unmounted.
Img_Mount_Failure_URESP=Use the mount command to mount the file system. On AIX, run fsck if requested by the operating system.
# 1163
Img_Umount_Failure=ANS1163E Filesystem could not be unmounted.\n
Img_Umount_Failure_EXPLANATION=The system call to unmount the file system failed.
Img_Umount_Failure_SYSACT=The logical volume operation is not performed.
Img_Umount_Failure_URESP=Make sure the device or file system is not being accessed, then retry the operation.
# 1164
Img_Fs_Not_Mounted=ANS1164E Filesystem is not mounted\n
Img_Fs_Not_Mounted_EXPLANATION=The named file system is not currently mounted. It must be mounted for IBM Spectrum Protect to perform an image backup.
Img_Fs_Not_Mounted_SYSACT=The logical volume operation is not performed.
Img_Fs_Not_Mounted_URESP=Mount the file system.
# 1165
Img_Lv_Too_Small=ANS1165E Destination is smaller than source\n
Img_Lv_Too_Small_EXPLANATION=The space allocation for the selected destination is smaller than the source.
Img_Lv_Too_Small_SYSACT=The restore operation is not performed.
Img_Lv_Too_Small_URESP=Choose a different, bigger destination or increase the size of the destination file space.
# 1166
Img_Wrong_Fstype=ANS1166E Source and destination are not the same file system type.\n
Img_Wrong_Fstype_EXPLANATION=The source and destination file system types do not match.
Img_Wrong_Fstype_SYSACT=The requested logical volume operation is not performed.
Img_Wrong_Fstype_URESP=Choose a destination that has the same file system type as the source.
# 1180
CLI_Use_Journal=Using journal for '{0}'\n
# 1181
JOURNAL_NP_ERROR=ANS1181E There was a communication failure with the journal service.\n
JOURNAL_NP_ERROR_EXPLANATION=An error occurred using named pipe communication with the journal service.
JOURNAL_NP_ERROR_SYSACT=Processing stops.
JOURNAL_NP_ERROR_URESP=Restart the journal service, then try the operation again. If the problem persists, contact IBM technical support for further assistance.
# 1194
VMBACKUP_VDDK_ANOTHER_TASK_IN_PROGRESS=ANS1194E The VMware vStorage API reported another task was in progress for the virtual machine.\n
VMBACKUP_VDDK_ANOTHER_TASK_IN_PROGRESS_EXPLANATION=A VMware vStorage API error occurred due to another task in progress for the virtual machine.
VMBACKUP_VDDK_ANOTHER_TASK_IN_PROGRESS_SYSACT=A VMware vStorage API error occurred, and the virtual machine backup failed.
VMBACKUP_VDDK_ANOTHER_TASK_IN_PROGRESS_URESP=Wait for the other task to complete and try the operation again.
# 1195
DSI_NTSecurity_AccessDenied=An error occurred accessing NTFS security information\n
# 1196
DSI_NTPrivilege_NotHeld=A required NT privilege is not held\n
# 1197
VMBACKUP_VDDK_READ_ERROR_GENERAL=ANS1197E A VMware Virtual Disk Kit (VDDK) API read failure occurred while reading data for backup.\n
VMBACKUP_VDDK_READ_ERROR_GENERAL_EXPLANATION=There was a VMware Virtual Disk Kit (VDDK) API read error while reading data to backup.
VMBACKUP_VDDK_READ_ERROR_GENERAL_SYSACT=A VMware Virtual Disk Kit (VDDK) API read error occurred, and the virtual machine backup failed.
VMBACKUP_VDDK_READ_ERROR_GENERAL_URESP=Check the VMware logs for possible causes of the read error, and try the operation again.
# 1198
VMBACKUP_VDDK_READ_ERROR_NO_MEMORY=ANS1198E The VMware Virtual Disk Kit (VDDK) API reported an out-of-memory condition while reading data for backup.\n
VMBACKUP_VDDK_READ_ERROR_NO_MEMORY_EXPLANATION=A VMware Virtual Disk Kit (VDDK) API read error occurred due to out-of-memory condition while reading data to backup.
VMBACKUP_VDDK_READ_ERROR_NO_MEMORY_SYSACT=A VMware Virtual Disk Kit (VDDK) API read error occurred. The virtual machine backup failed.
VMBACKUP_VDDK_READ_ERROR_NO_MEMORY_URESP=Check the VMware logs for possible causes of the read error, and try the operation again.
# 1199
Img_Snapshot_PreCmd_Failed=ANS1199E The PRESNAPSHOTCMD command failed. The image snapshot backup will not be executed.\n
Img_Snapshot_PreCmd_Failed_EXPLANATION=The command specified by the PRESNAPSHOTCMD option must complete successfully in order to execute the image snapshot backup. If the command completed with a return code of 0 (zero), it is considered to have completed successfully. If the command completed with any other return code, it is considered to have failed. If the command failed then the image snapshot backup is not executed.
Img_Snapshot_PreCmd_Failed_SYSACT=The client does not execute the image snapshot backup operation.
Img_Snapshot_PreCmd_Failed_URESP=Identify and repair the problem that caused the command to fail. If a non-zero return code is normal for this command, then consider wrapping the command in a script that always exits with a return code of zero.
# 1200
Img_Snapshot_PostCmd_Failed=ANS1200W The POSTSNAPSHOTCMD command completed with a non-zero return code.\n
Img_Snapshot_PostCmd_Failed_EXPLANATION=If the command specified by the POSTSNAPSHOTCMD option completed with a non-zero return code, then the image snapshot backup operation will continue, but with a warning-level result. Note that the result of the POSTSNAPSHOTCMD command will not supercede a higher result from the image snapshot backup command. For example, if the image snapshot backup command completed with a return code of 12, the image snapshot backup will be considered to have completed with a return code of 12, regardless of the outcome of the POSTSNAPSHOTCMD command.
Img_Snapshot_PostCmd_Failed_SYSACT=The image snapshot backup continues, but with a warning return code of at least 8.
Img_Snapshot_PostCmd_Failed_URESP=Identify and repair the problem that caused the command to fail. If a non-zero return code is normal for this command, then consider wrapping the command in a script that always exits with a return code of zero.
# 1202
Img_Toc_Send_Fail=ANS1202E TOC backup for the image failed. Check log files.\n
Img_Toc_Send_Fail_EXPLANATION=An error occurred during backup of the table of contents. Check the error log for more information.
Img_Toc_Send_Fail_SYSACT=The requested logical volume operation is not performed.
Img_Toc_Send_Fail_URESP=Check error log.
# 1203
DSJ_EXPRESS_BSET_LOADTOC_ERROR=ANS1203E Table of Contents not available for selected backup set. Please contact server administrator.
DSJ_EXPRESS_BSET_LOADTOC_ERROR_EXPLANATION=There is no TOC for selected backup set
DSJ_EXPRESS_BSET_LOADTOC_ERROR_SYSACT=Expansion of selected backup set will not be possible. Will only be able to restore the whole backup set.
DSJ_EXPRESS_BSET_LOADTOC_ERROR_URESP=Please contact server administrator to regenerate TOC for backup set before backup set can be expanded.
# 1204
Express_Client_Not_Supported=ANS1204E This client is not supported by the IBM Spectrum Protect express server\n
Express_Client_Not_Supported_EXPLANATION=This client is not supported by the IBM Spectrum Protect express server. This can occur if: the client is configured as an IBM Spectrum Protect express client using the CLIENTVIEW option the client is trying to connect to an IBM Spectrum Protect express server.
Express_Client_Not_Supported_SYSACT=Processing stops.
Express_Client_Not_Supported_URESP=Log in using a supported IBM Spectrum Protect express client.
# 1205
Express_Platform_Not_Supported=ANS1205E This is not a supported IBM Spectrum Protect express platform\n
Express_Platform_Not_Supported_EXPLANATION=This is not a supported IBM Spectrum Protect express platform.
Express_Platform_Not_Supported_SYSACT=Processing stops.
Express_Platform_Not_Supported_URESP=Log in using a supported IBM Spectrum Protect express client.
# 1206
Img_Raw_Ok_Toc_Notsupp=ANS1206E TOC backup of a raw device is not supported. But the raw device is backed up.\n
Img_Raw_Ok_Toc_Notsupp_EXPLANATION=TOC backup of a raw device is not supported. But the raw device is backed up.
Img_Raw_Ok_Toc_Notsupp_SYSACT=Raw device is backed up with no TOC object.
Img_Raw_Ok_Toc_Notsupp_URESP=NONE.
# 1207
Img_No_Tocbkup_Found=ANS1207E No TOC has been previously backed up for this file system.
Img_No_Tocbkup_Found_EXPLANATION=The user is trying to query the TOC of a file system. TOC backup for that file system has not been previously done.
Img_No_Tocbkup_Found_SYSACT=Query stopped.
Img_No_Tocbkup_Found_URESP=Backup the file system again with -TOC option.
# 1208
GUI_Rest_Nas_Confirm=You are about to restore a file system to a destination that might already contain data. The final contents of this destination after the restore is completed will be dependent on the NAS appliance. Are you sure you want to replace File System/Volume: '{0}'?
# 1214
Img_Snapshot_Too_Large=ANS1214E The logical volume group does not have enough free space to contain the volume snapshot.
Img_Snapshot_Too_Large_EXPLANATION=The snapshot is created in the volume group that contains the logical volume being backed up. There is insufficient free space in the volume group to contain the snapshot.
Img_Snapshot_Too_Large_SYSACT=The operation ends.
Img_Snapshot_Too_Large_URESP=Decrease the SNAPSHOTCACHESIZE value or make additional space available in the logical volume group. Then try the operation again.
# 1215
Img_Snapshot_Cache_Location_Conflict=ANS1215E On volumes that are RAW or formatted FAT32 the snapshot cache location cannot be located on the same volume that is being backed up.\n
Img_Snapshot_Cache_Location_Conflict_EXPLANATION=When the snapshot cache location is located on the same volume that is being backed up the volume must be formatted with NTFS. The default cache location is on the same volume where the snapshot is being performed.
Img_Snapshot_Cache_Location_Conflict_SYSACT=The client does not execute the image snapshot backup operation.
Img_Snapshot_Cache_Location_Conflict_URESP=Specify a different snapshot cache location using the SNAPSHOTCACHELOCATION option.
# 1216
CLI_Abort_No_Auth=ANS1216E Not authorized to run IBM Spectrum Protect. See the administrator for your system.\n
CLI_Abort_No_Auth_EXPLANATION=The system options file for the server that you are attempting to connect to contains a user entry, a group entry, or both a user and group entry. Your user ID, or group ID, was not found in any of the entries. You are currently not authorized to run IBM Spectrum Protect to this server.
CLI_Abort_No_Auth_SYSACT=IBM Spectrum Protect initialization fails and the program ends.
CLI_Abort_No_Auth_URESP=See the IBM Spectrum Protect administrator for your system, and ask to be added to the user or group list for this server.
# 1217
CLI_Abort_No_Server=ANS1217E Server name not found in System Options File\n
CLI_Abort_No_Server_EXPLANATION=The system options file does not contain the SERVERNAME option.
CLI_Abort_No_Server_SYSACT=IBM Spectrum Protect initialization fails and the program ends.
CLI_Abort_No_Server_URESP=See the IBM Spectrum Protect administrator for your system, and make sure that the system options file contains the server name.
# 1218
CLI_Abort_No_Host_Addr=ANS1218E TCPSERVERADDRESS not defined for this server in the System Options File\n
CLI_Abort_No_Host_Addr_EXPLANATION=The TCPSERVERADDRESS for this server is not defined in the server name stanza in the system options file.
CLI_Abort_No_Host_Addr_SYSACT=IBM Spectrum Protect initialization fails and the program ends.
CLI_Abort_No_Host_Addr_URESP=See the IBM Spectrum Protect administrator for your system, and make sure that the server to which you are trying to connect, has a valid TCPSERVERADDRESS defined in the system options file.
# 1219
CLI_Abort_Machine_Same=ANS1219E A virtual node name must not equal either a node name or the system host name.\n
CLI_Abort_Machine_Same_EXPLANATION=A VIRTUALNODENAME option was entered with a name the same as either a NODENAME option or the system host name.
CLI_Abort_Machine_Same_SYSACT=Initialization fails and the program ends.
CLI_Abort_Machine_Same_URESP=If the virtual node name entered was the same as the host name, remove the virtual node name option. If it was the same as the node name option, you can remove either one, depending upon the intended usage. Node name is used to assign an alternate name to your system. Virtual node name is used to access another system's server data.
# 1229
Img_Invalid_Incr=ANS1229E MODE=INCREMENTAL is not valid on {0}. Image backup not processed.\n
Img_Invalid_Incr_EXPLANATION=Because the file space has been the subject of at least one progressive incremental backup, the MODE=INCREMENTAL option (incremental by image date) cannot be used with the backup image command.
Img_Invalid_Incr_SYSACT=File system skipped.
Img_Invalid_Incr_URESP=If an image backup of the named file space is desired, retry the command without the MODE=INCREMENTAL option. To prevent this behavior in the future, delete the file space from the server and do only BACKUP IMAGE -mode=selective and BACKUP IMAGE -mode=incremental from that point on.
# 1230
CLI_Stale_File=ANS1230E Stale NFS File Handle\n
CLI_Stale_File_EXPLANATION=An NFS file system becomes stale.
CLI_Stale_File_SYSACT=File system skipped.
CLI_Stale_File_URESP=Check the NFS mounted filesystem.
# 1237
CLI_Serv_Prob_See_Error_Log=ANS1237E A problem has occurred on the IBM Spectrum Protect server.
CLI_Serv_Prob_See_Error_Log_EXPLANATION=The client error log and the IBM Spectrum Protect server activity log might contain additional information about this error.
CLI_Serv_Prob_See_Error_Log_SYSACT=Processing stops.
CLI_Serv_Prob_See_Error_Log_URESP=Try the operation again. If the problem persists, examine the client error log and IBM Spectrum Protect server activity log for additional information about this error. If the problem cannot be resolved, then obtain a SERVICE trace that captures the problem and contact IBM technical support for additional assistance. Your IBM Spectrum Protect administrator can help you configure the trace.
# 1238
CLI_Int_Error_See_Error_Log=ANS1238S A policy management problem has occurred on the IBM Spectrum Protect server.\n
CLI_Int_Error_See_Error_Log_EXPLANATION=The client error log and IBM Spectrum Protect server activity log may contain additional information about this error.
CLI_Int_Error_See_Error_Log_SYSACT=Processing is stops.
CLI_Int_Error_See_Error_Log_URESP=Try the operation again. If the problem persists, examine the client error log and IBM Spectrum Protect server activity log for additional information about this error. If the problem cannot be resolved, then obtain a SERVICE trace that captures the problem and contact IBM technical support for additional assistance. Your IBM Spectrum Protect administrator can help you configure the trace.
# 1252
Invalid_Server_Msg=ANS1252W The server that you are connected to does not support this function.\n
Invalid_Server_Msg_EXPLANATION=You attempted to run a backup-archive client operation when connected to the virtual server. Backup-archive client operations are not supported when connected to the virtual server.
Invalid_Server_Msg_SYSACT=The operation fails.
Invalid_Server_Msg_URESP=Connect to a valid server before attempting this function.
# 1256
CLI_Cannot_Make=ANS1256E Cannot make file/directory\n
CLI_Cannot_Make_EXPLANATION=The directory path for files being restored or retrieved cannot be created.
CLI_Cannot_Make_SYSACT=File skipped.
CLI_Cannot_Make_URESP=Ensure that you have the proper authorization to create the directory for file being restored or retrieved. Make sure that you have write access.
# 1258
Img_Snapshot_Failed=ANS1258E The image snapshot operation failed.\n
Img_Snapshot_Failed_EXPLANATION=The process was not able to take a snapshot of the specified volume.
Img_Snapshot_Failed_SYSACT=Processing stopped.
Img_Snapshot_Failed_URESP=Check the error log for any other messages that might indicate a reason for the failure. Try to correct any indicated problems, then try the operation again. If the problem persists, contact IBM technical support for further assistance.
# 1260
CLI_SM_Already_Recalled=ANS1260E File is being recalled or has been recalled.\n
CLI_SM_Already_Recalled_EXPLANATION=The file is being recalled by another process or has been recalled.
CLI_SM_Already_Recalled_SYSACT=File skipped.
CLI_SM_Already_Recalled_URESP=None
# 1265
CLI_Getmnt_Failed=ANS1265E Encountered bad mount or filesystem, processing stopped.\n
CLI_Getmnt_Failed_EXPLANATION=The getmnt system call returned an error indication. Error was encountered trying to determine what the mounted file systems are.
CLI_Getmnt_Failed_SYSACT=Processing stopped. Cannot recover.
CLI_Getmnt_Failed_URESP=There is a bad file system or mount point on your system. Look at file systems and mounts, and correct any errors. If unsuccessful, see your system administrator for more information.
# 1266
CLI_Mounts_Failed=ANS1266E Encountered bad mount or filesystem, processing stopped.\n
CLI_Mounts_Failed_EXPLANATION=An error was encountered trying to determine what the mounted file systems are.
CLI_Mounts_Failed_SYSACT=Processing stopped. Cannot recover.
CLI_Mounts_Failed_URESP=Please, see your system administrator for more information.
# 1267
CLI_MC_SM_Tech_None=ANS1267E The management class for file {0}\ndoes not allow migration. This file will not be migrated.\n
CLI_MC_SM_Tech_None_EXPLANATION=The management class for this file does not allow migration
CLI_MC_SM_Tech_None_SYSACT=File is skipped.
CLI_MC_SM_Tech_None_URESP=Either have the IBM Spectrum Protect administrator change the Space Management Technique within the management class to a value other than NONE or change the include/exclude list to specify a management class with the appropriate Space Management Technique value.
# 1268
CLI_SM_Already_Migrated=ANS1268E This file has been migrated.\n
CLI_SM_Already_Migrated_EXPLANATION=The error can result from migrating a file with hard links. After a file with hard links is migrated, attempts to migrate the alias files yield an error.
CLI_SM_Already_Migrated_SYSACT=The file is skipped.
CLI_SM_Already_Migrated_URESP=If this error is not a result of a hard linked file migration, then this error might be due to the previous cancelled migration or recall operation. In this case, restart the dsmrecalld daemon and try the operation again.
# 1270
CLI_Snapdiff_Invalid_License=ANS1270E Running this command requires a valid NetApp Snapshot Differential c-mode license file.\n
CLI_Snapdiff_Invalid_License_EXPLANATION=A NetApp Snapshot Differential c-mode license file either does not exist or is not valid.
CLI_Snapdiff_Invalid_License_SYSACT=Processing stops.
CLI_Snapdiff_Invalid_License_URESP=Contact IBM support.
# 1273
CLI_Hotfix_Not_Installed=ANS1273I Microsoft Windows hotfix '{0}' is not installed.\n
# 1277
VMBACKUP_VDDK_FILE_NOT_FOUND=ANS1277E The VMware vStorage API reported that a file was not found for the virtual machine.\n
VMBACKUP_VDDK_FILE_NOT_FOUND_EXPLANATION=A VMware vStorage API error occurred due to a file not found on the virtual machine.
VMBACKUP_VDDK_FILE_NOT_FOUND_SYSACT=A VMware vStorage API error occurred, and the virtual machine backup failed.
VMBACKUP_VDDK_FILE_NOT_FOUND_URESP=Check the VMware logs for possible causes of the error, and try the operation again.
# 1287
Img_Volume_Lock_Failure=ANS1287E Volume could not be locked.\n
Img_Volume_Lock_Failure_EXPLANATION=The system call to lock the volume failed.
Img_Volume_Lock_Failure_SYSACT=Processing stopped.
Img_Volume_Lock_Failure_URESP=Please verify that no other application is accessing the volume. If this volume is being accessed by applications that can not be shutdown during backup then perform an online image backup (snapshot) instead. During restore of an image IBM Spectrum Protect must have exclusive use of the volume.
# 1299
CLI_Unable_To_Generate_Encryption_Key=ANS1299E Unable to generate an encryption key for storing password\n
CLI_Unable_To_Generate_Encryption_Key_EXPLANATION=You tried to start an operation that led to storing password on the IBM Spectrum Protect client side but the client was unable to generate an encryption key very likely due to a configured FIPS-enabled operating system environment.
CLI_Unable_To_Generate_Encryption_Key_SYSACT=Processing stops.
CLI_Unable_To_Generate_Encryption_Key_URESP=The IBM Spectrum Protect client doesn't support the Federal Information Processing Standard (FIPS) enabled operating system environmnet for locally stored passwords. See your system administrator for assistance in reconfiguring the FIPS-enabled operating system environment. For more details on FIPS support, see the following techdoc: http://www-01.ibm.com/support/docview.wss?uid=swg22007756
# 1327
Snapshot_Failed_With_Error=ANS1327W The snapshot operation for '{0}' failed with error code: {1}.\n
Snapshot_Failed_With_Error_EXPLANATION=A snapshot could not be taken of the specified volume.
Snapshot_Failed_With_Error_SYSACT=Snapshot processing stopped.
Snapshot_Failed_With_Error_URESP=Check the client error log for any other messages that might help identify the problem. If the problem cannot be resolved, contact IBM technical support for additional assistance.
# 1328
DSM_DELTAFILE_GENERATES_ERROR=ANS1328W An error occurred generating delta file for '{0}'. The return code is {1}.\n
DSM_DELTAFILE_GENERATES_ERROR_EXPLANATION=An error occurred that prevented the creation of the delta file. Possible reasons for this error include: The base file cannot be opened for reading The file being backed up cannot be opened for reading The delta file cannot be opened for writing The file being backed up has grown to a size larger than 2 GB A memory file mapping of the file cannot be created
DSM_DELTAFILE_GENERATES_ERROR_SYSACT=A full backup of the file is made, and a new version of the reference file is stored in the subfile cache.
DSM_DELTAFILE_GENERATES_ERROR_URESP=If the message indicates return code 4504, check the delta subfile cache directory for any residual delta files. The delta subfile cache directory is specified by the client option SUBFILECACHEPATH. Search the directory for files named \".dXXXXXXXX\" where \"XXXXXXXX"\\ is an eight-digit number. If there are no backup operations in progress, there should not be any files in the SUBFILECACHEPATH with this name. If there are no backup operations in progress and these files exist, they can safely be removed.\n\nIf you continue to receive this message but there are no residual delta files in the subfile cache directory and the file has not grown to a size larger than 2 GB, then contact IBM technical support for further assistance.
# 1342
CLI_Client_Cache_Locked=ANS1342E Client cache is locked; unable to continue with operation.
CLI_Client_Cache_Locked_EXPLANATION=The client cache is currently locked by another process.
CLI_Client_Cache_Locked_SYSACT=Processing stopped.
CLI_Client_Cache_Locked_URESP=Report the program error to your service representative.
# 1344
CLI_Client_Back_Ground_Process=ANS1344E Job is running in the background. Cannot prompt for the Key.
CLI_Client_Back_Ground_Process_EXPLANATION=When jobs are run in the background, the client cannot prompt for the key.
CLI_Client_Back_Ground_Process_SYSACT=Processing stopped.
CLI_Client_Back_Ground_Process_URESP=Run the Job in the foreground.
# 1345
CLI_Restore_Abort_No_Match=ANS1345E No objects on the server match '{0}{1}{2}'\n
CLI_Restore_Abort_No_Match_EXPLANATION=The specified file does not have a match on the server.
CLI_Restore_Abort_No_Match_SYSACT=The file is skipped.
CLI_Restore_Abort_No_Match_URESP=Back up the file and try the operation again. If the problem continues, see your system administrator to isolate the problem through use of the server console.
# 1346
Img_Snapshot_CacheLocation_Full=ANS1346E The image snapshot operation failed. The SNAPSHOTCACHELocation does not contain enough space for this snapshot image backup.\n
Img_Snapshot_CacheLocation_Full_EXPLANATION=IBM Spectrum Protect was not able to take a snapshot of the specified volume. The SNAPSHOTCACHELocation points to a location which does not contain the space necessary to manage the snapshot. This could be due to an unexpected amount of disk activity which is generating more changes than can be contained in the available space at this particular point in time, or the SNAPSHOTCACHELocation needs to be changed because the specified location is not large enough to handle the usual amount of changes to the volume. Another reason for this failure can be that the specified SNAPSHOTCACHESize is not set to a large enough value to handle the usual amount of changes to the volume during snapshot image backup.
Img_Snapshot_CacheLocation_Full_SYSACT=Processing stopped.
Img_Snapshot_CacheLocation_Full_URESP=If the problem persists please increase the SNAPSHOTCACHESize and/or change the value of the SNAPSHOTCACHELocation.
# 1347
Img_Snapshot_CacheLocation_Percent_Exceeded=ANS1347E The image snapshot operation failed. The percent of space to use, specified via the SNAPSHOTCACHESize, has been exceeded.\n
Img_Snapshot_CacheLocation_Percent_Exceeded_EXPLANATION=IBM Spectrum Protect was not able to take a snapshot of the specified volume. The percent of space allotted via the SNAPSHOTCACHESize option was not enough to perform this snapshot image backup. This could be due to an unexpected amount of disk activity which is generating more changes than can be contained in the allotted space at this particular point in time. Another reason for this failure can be that the specified SNAPSHOTCACHESize is not set to a large enough value to handle the usual amount of changes to the volume during snapshot image backup.
Img_Snapshot_CacheLocation_Percent_Exceeded_SYSACT=Processing stopped.
Img_Snapshot_CacheLocation_Percent_Exceeded_URESP=If the problem persists please increase the SNAPSHOTCACHESize or, for Windows, change the value of the SNAPSHOTCACHELocation.
# 1348
Img_Snapshot_Too_Many_FS_Writes=ANS1348E Unable to satisfy the SNAPSHOTFSIDLEWait and SNAPSHOTFSIDLERetries options due to volume write activity.\n
Img_Snapshot_Too_Many_FS_Writes_EXPLANATION=IBM Spectrum Protect was not able to take a snapshot of the specified volume. The Logical Volume Snapshot Agent was not able to satisfy the SNAPSHOTFSIDLEWait and SNAPSHOTFSIDLERetries options before starting the snapshot of the specified volume.
Img_Snapshot_Too_Many_FS_Writes_SYSACT=Processing stopped.
Img_Snapshot_Too_Many_FS_Writes_URESP=If the problem persists please modify the SNAPSHOTFSIDLEWait and SNAPSHOTFSIDLERetries options to better fit the normal disk write activity of the volume being backed up.
# 1349
LVSA_Snapshot_Driver_Error=ANS1349E An error occurred during Logical Volume Snapshot Agent snapshot processing.\n
LVSA_Snapshot_Driver_Error_EXPLANATION=An unrecoverable error occurred during snapshot processing. This can be caused by a variety of errors, so the error and system event logs should be checked for additional messages.
LVSA_Snapshot_Driver_Error_SYSACT=Processing stopped.
LVSA_Snapshot_Driver_Error_URESP=Check the client error log and the system event log for any other messages that might help identify the problem. Try the operation again. If the problem persists, contact IBM technical support for further assistance.
# 1350
LVSA_Driver_Busy_With_Same_Volume=ANS1350E The logical volume snapshot agent (LVSA) is currently busy performing a snapshot on this same volume.\n
LVSA_Driver_Busy_With_Same_Volume_EXPLANATION=Another IBM Spectrum Protect process is already performing a snapshot of this volume.
LVSA_Driver_Busy_With_Same_Volume_SYSACT=The operation is stopped.
LVSA_Driver_Busy_With_Same_Volume_URESP=Please wait until the other IBM Spectrum Protect process finishes with the volume and then retry the operation.
# 1353
SESS_Reject_Id_Unknown=ANS1353E Session rejected: User ID is incorrect, does not have admin authority, or is not known by the server\n
SESS_Reject_Id_Unknown_EXPLANATION=The user ID, which is either IBM Spectrum Protect node name or administrative user ID, is not known by the server. Possible reasons for this include: Your node name is not registered with the IBM Spectrum Protect server The node name is correct but does not have a corresponding administrative ID with the same name and client owner authority you are attempting to access a file that was migrated to a different node.
SESS_Reject_Id_Unknown_SYSACT=Current operation has been cancelled.
SESS_Reject_Id_Unknown_URESP=Do the following checks: Check that your IBM Spectrum Protect user ID is entered correctly. Check the administrative ID associated with your IBM Spectrum Protect node and verify that the IBM Spectrum Protect node name has a matching administrative ID with client owner authority for the node. If it does not, your IBM Spectrum Protect administrator needs to create it. Check that the server is using closed registration and that your node name is registered with the server. If attempting to access a migrated file, your node name must be the same node that migrated the file.
# 1361
SESS_Reject_Id_Locked=ANS1361E Session Rejected: The specified node name is currently locked.\n
SESS_Reject_Id_Locked_EXPLANATION=The node name you specified is currently locked on the server.
SESS_Reject_Id_Locked_SYSACT=Session was not started.
SESS_Reject_Id_Locked_URESP=Check with your system administrator to find out why your node name is locked.
# 1366
SESS_Reject_Internal_Error=ANS1366E The session is rejected. The IBM Spectrum Protect server has an internal error.\n
SESS_Reject_Internal_Error_EXPLANATION=The client cannot establish a connection to the IBM Spectrum Protect server because of an internal server error.
SESS_Reject_Internal_Error_SYSACT=The session was not started.
SESS_Reject_Internal_Error_URESP=Notify your IBM Spectrum Protect administrator of this error.
# 1369
SESS_Reject_Session_Canceled=ANS1369E Session Rejected: The session was canceled by the server administrator.\n
SESS_Reject_Session_Canceled_EXPLANATION=The server administrator canceled the current client session.
SESS_Reject_Session_Canceled_SYSACT=Execution of the client connection request ends.
SESS_Reject_Session_Canceled_URESP=See your system administrator.
# 1370
SESS_Reject_Id_Not_Authorized=ANS1370E The user ID entered does not have the correct level of authority to access the client machine.
SESS_Reject_Id_Not_Authorized_EXPLANATION=The user ID entered cannot access this IBM Spectrum Protect client.
SESS_Reject_Id_Not_Authorized_SYSACT=Operation ends.
SESS_Reject_Id_Not_Authorized_URESP=Grant authority to this user ID on the IBM Spectrum Protect server so that it can access this IBM Spectrum Protect client.
# 1372
SESS_Reject_Invalid_Node_Type=ANS1372E An inconsistency was detected between the client node and\nthe node that is registered to the IBM Spectrum Protect server.
SESS_Reject_Invalid_Node_Type_EXPLANATION=The user has probably coded the node option incorrectly. For instance, the node that is registered to the IBM Spectrum Protect server might be a type of NAS, but the node is actually a non-NAS client.
SESS_Reject_Invalid_Node_Type_SYSACT=Operation ends.
SESS_Reject_Invalid_Node_Type_URESP=Ensure that the node name is correct in the client options file. Make sure to use a node of type NAS only with the nasnodename option.
# 1373
Snapshot_PreCmd_Failed=ANS1373W The PRESNAPSHOTCMD command for volume {0} completed with a non-zero return code.\n
Snapshot_PreCmd_Failed_EXPLANATION=The command specified by the PRESNAPSHOTCMD option must complete successfully in order to perform the snapshot backup/archive operation. If the command completed with a return code of 0 (zero), it has completed successfully. If the command completed with any other return code, it has failed. If the command failed, then the backup is still performed, but without the benefit of the snapshot technology.
Snapshot_PreCmd_Failed_SYSACT=The client executes the backup/archive operation, but without using a snapshot.
Snapshot_PreCmd_Failed_URESP=Identify and fix the problem that caused the command to fail. If a non-zero return code is normal for this command, then consider wrapping the command in a script that always exits with a return code of zero.
# 1374
Snapshot_PostCmd_Failed=ANS1374W The POSTSNAPSHOTCMD command for volume {0} completed with a non-zero return code.\n
Snapshot_PostCmd_Failed_EXPLANATION=The command specified by the POSTSNAPSHOTCMD option completed with a non-zero return code. The snapshot-based backup operation yields a return code of at least 8.
Snapshot_PostCmd_Failed_SYSACT=The snapshot-based backup operation continues.
Snapshot_PostCmd_Failed_URESP=Identify and resolve the problem that caused the post-snapshot command to fail. If a non-zero return code is normal for this command, then consider wrapping the post-snapshot command in a script that always exits with a return code of zero.
# 1376
CLI_Digest_Validation_Error=ANS1376E Error processing '{0}{1}{2}'; end-to-end digest validation failed.\n
CLI_Digest_Validation_Error_EXPLANATION=Cryptographic digest of the restored or retrieved data did not match the digest generated during the backup or archive operation. Possible causes are a transmission error, data corruption, or a hash collision.
CLI_Digest_Validation_Error_SYSACT=Processing stops
CLI_Digest_Validation_Error_URESP=Try the restore operation again. If the problem persists, contact IBM technical support for additional assistance.
# 1377
Snapshot_Failed_Continue_Vol_No_Snap=ANS1377W The client was unable to obtain a snapshot of '{0}'. The operation will continue without snapshot support.\n
Snapshot_Failed_Continue_Vol_No_Snap_EXPLANATION=IBM Spectrum Protect client was unable to create a snapshot of the volume due to some reason. Instead of failing the operation, IBM Spectrum Protect client will perform a non-snapshot based backup.
Snapshot_Failed_Continue_Vol_No_Snap_SYSACT=Snapshot processing stops.
Snapshot_Failed_Continue_Vol_No_Snap_URESP=Check the client error log for any other messages that might help identify the problem. Try the operation again. If the problem persists, contact IBM technical support for further assistance.
# 1378
Snapshot_CacheLocation_Full=ANS1378E The snapshot operation failed. The SNAPSHOTCACHELocation does not contain enough space for this snapshot operation.\n
Snapshot_CacheLocation_Full_EXPLANATION=IBM Spectrum Protect was not able to take a snapshot of the specified volume. The SNAPSHOTCACHELocation points to a location which does not contain the space necessary to manage the snapshot. Reasons for failure include: An unexpected amount of disk activity which is generating more changes than can be contained in the available space at this particular point in time. The SNAPSHOTCACHELocation is not large enough to handle the usual amount of changes to the volume. The specified SNAPSHOTCACHESize is not set to a large enough value to handle the usual amount of changes to the volume during snapshot backup or archive operation.
Snapshot_CacheLocation_Full_SYSACT=Processing stopped.
Snapshot_CacheLocation_Full_URESP=If the problem persists, increase the SNAPSHOTCACHESize or change the value of the SNAPSHOTCACHELocation.
# 1379
Snapshot_CacheLocation_Percent_Exceeded=ANS1379E The snapshot operation failed. The percent of space to use for the SNAPSHOTCACHELocation, specified via the SNAPSHOTCACHESize, has been exceeded.\n
Snapshot_CacheLocation_Percent_Exceeded_EXPLANATION=IBM Spectrum Protect was not able to take a snapshot of the specified volume. The percent of space allotted via the SNAPSHOTCACHESize option was not enough to perform this snapshot backup/archive operation. Reasons for failure include: The SNAPSHOTCACHELocation is not large enough to handle the usual amount of changes to the volume. The specified SNAPSHOTCACHESize is not set to a large enough value to handle the usual amount of changes to the volume during snapshot backup or archive operation.
Snapshot_CacheLocation_Percent_Exceeded_SYSACT=Processing stopped.
Snapshot_CacheLocation_Percent_Exceeded_URESP=If the problem persists, increase the SNAPSHOTCACHESize or change the value of the SNAPSHOTCACHELocation.
# 1380
Snapshot_Too_Many_FS_Writes=ANS1380W The snapshot operation failed. The filesystem write activity prevented the Logical Volume Snapshot Agent from satisfying the SNAPSHOTFSIDLEWait and SNAPSHOTFSIDLERetries options.\n
Snapshot_Too_Many_FS_Writes_EXPLANATION=IBM Spectrum Protect was not able to take a snapshot of the specified volume. The Logical Volume Snapshot Agent was not able to satisfy the SNAPSHOTFSIDLEWait and SNAPSHOTFSIDLERetries options before starting the snapshot of the specified volume.
Snapshot_Too_Many_FS_Writes_SYSACT=Snapshot processing stops.
Snapshot_Too_Many_FS_Writes_URESP=If the problem persists, modify the SNAPSHOTFSIDLEWait and SNAPSHOTFSIDLERetries options to better fit the normal disk write activity of the volume being backed up.
# 1381
Snapshot_Cache_Location_Conflict=ANS1381W On volumes that are RAW or formatted FAT32 the snapshot cache location cannot be located on the same volume that is being backed up.\n
Snapshot_Cache_Location_Conflict_EXPLANATION=When the snapshot cache location is located on the same volume that is being backed up the volume must be formatted with NTFS. The default cache location is on the same volume where the snapshot is being performed. The operation will continue without snapshot support.
Snapshot_Cache_Location_Conflict_SYSACT=The client does not execute the snapshot operation.
Snapshot_Cache_Location_Conflict_URESP=Specify a different snapshot cache location, using the SNAPSHOTCACHELOCATION option.
# 1382
SESS_Reject_Invalid_SessionInit=ANS1382E Server does not allow client-initiated connections for this node.
SESS_Reject_Invalid_SessionInit_EXPLANATION=The node is not allowed to initiate connections due to the configuration parameters for this node on the server. Server is able to initiate connections to the client scheduler running in prompted mode.
SESS_Reject_Invalid_SessionInit_SYSACT=The IBM Spectrum Protect operation ends.
SESS_Reject_Invalid_SessionInit_URESP=Contact your systems administrator to enable client-initiated sessions for your node or update the SESSIONINITIATION option and run the client scheduler.
# 1383
SESS_Reject_Wrong_Port=ANS1383E Wrong server port.
SESS_Reject_Wrong_Port_EXPLANATION=You were trying to open a backup/archive client session on the server port set up for administrative sessions only.
SESS_Reject_Wrong_Port_SYSACT=The IBM Spectrum Protect operation ends.
SESS_Reject_Wrong_Port_URESP=Contact your systems administrator and/or use the correct values for TCP port and TCP Admin Port.
# 1384
CLI_Abort_Invalid_Pol_Bind=ANS1384E An object in the transaction has been bound to an invalid management class.\n
CLI_Abort_Invalid_Pol_Bind_EXPLANATION=One of the objects in the transaction is bound to a management class that is not part of this node's policy, or the management class type is not supported for this client level.
CLI_Abort_Invalid_Pol_Bind_SYSACT=The current operation ends.
CLI_Abort_Invalid_Pol_Bind_URESP=Make sure all objects are bound to a valid management class, or upgrade the client to the proper level.
# 1385
CLI_Abort_Insert_Not_Allowed=ANS1385E This server does not support backup operations.\n
CLI_Abort_Insert_Not_Allowed_EXPLANATION=This server only supports archive operations, backup is not allowed.
CLI_Abort_Insert_Not_Allowed_SYSACT=The current operation ends.
CLI_Abort_Insert_Not_Allowed_URESP=Use only archive operations with this server.
# 1386
CLI_Abort_Delete_Not_Allowed=ANS1386E Deleting this object: "{0}{1}{2}" is not allowed.\n
CLI_Abort_Delete_Not_Allowed_EXPLANATION=The object is either under a hold and cannot be deleted, or it is on a retention-protection enabled server and has not expired.
CLI_Abort_Delete_Not_Allowed_SYSACT=The object is skipped and processing continues.
CLI_Abort_Delete_Not_Allowed_URESP=Check the status of the object through a query to see if it is held, or when it expires.
# 1387
CLI_Abort_Txn_Limit_Exceeded=ANS1387E The number of objects in this transaction exceed TXNGROUPMAX values.\n
CLI_Abort_Txn_Limit_Exceeded_EXPLANATION=There are too many objects in this transaction.
CLI_Abort_Txn_Limit_Exceeded_SYSACT=The current operation ends.
CLI_Abort_Txn_Limit_Exceeded_URESP=Try the operation again with fewer objects in the transaction, or increase the TXNGROUPMAX value on the server.
# 1388
CLI_Abort_Object_Aready_Held=ANS1388E {0}{1}{2} is already under hold.\n
CLI_Abort_Object_Aready_Held_EXPLANATION=The specified object
CLI_Abort_Object_Aready_Held_SYSACT=This object is skipped and processing continues.
CLI_Abort_Object_Aready_Held_URESP=Issue a query to see the status of the objects, and try the operation again, without the object that is already held.
# 1395
CLI_Invalid_Destination_Filespace=ANS1395E The destination filespace or drive letter is unavailable. The following object was not processed:\nFilespace:'{0}'\n
CLI_Invalid_Destination_Filespace_EXPLANATION=The system is trying to restore or retrieve to a destination that cannot be reached. The specified filespace name or drive letter is not valid, or does not exist, or you are specifying a local share name that cannot be resolved.
CLI_Invalid_Destination_Filespace_SYSACT=Objects which are part of this filespace are not processed.
CLI_Invalid_Destination_Filespace_URESP=Try the command again, and specify a different destination for the object that was not processed.
# 1397
Snapshot_Unable_Create_CacheFiles=ANS1397W The snapshot cannot be taken because the SNAPSHOTCACHELocation does not have enough space for this snapshot operation.\n
Snapshot_Unable_Create_CacheFiles_EXPLANATION=IBM Spectrum Protect was not able to take a snapshot of the specified volume. The SNAPSHOTCACHELocation points to a location which does not contain the space necessary to create the snapshot; the disk is probably full. The operation continues without snapshot support.
Snapshot_Unable_Create_CacheFiles_SYSACT=The client does not execute the snapshot operation.
Snapshot_Unable_Create_CacheFiles_URESP=Change the value of the SNAPSHOTCACHELocation, or clean the disk to which the SNAPSHOTCACHELocation points.
# 1399
OFS_LVSA_Driver_Busy_With_Same_Volume=ANS1399W The logical volume snapshot agent (LVSA) is currently busy performing a snapshot on this same volume.\n
OFS_LVSA_Driver_Busy_With_Same_Volume_EXPLANATION=IBM Spectrum Protect was not able to take a snapshot of the specified volume because another process is already performing a snapshot of this volume. The operation continues without snapshot support.
OFS_LVSA_Driver_Busy_With_Same_Volume_SYSACT=Snapshot processing stops.
OFS_LVSA_Driver_Busy_With_Same_Volume_URESP=Wait until the other IBM Spectrum Protect process finishes with the volume and then try the operation again.
# 1400
OFS_Snapshot_Cache_Location_Invalid=ANS1400W The snapshot cache location is not valid.\n
OFS_Snapshot_Cache_Location_Invalid_EXPLANATION=The snapshot cache location must point to a local volume that is formatted with NTFS. The default cache location is on the same volume where the snapshot is being performed. The operation will continue without snapshot support.
OFS_Snapshot_Cache_Location_Invalid_SYSACT=Snapshot processing stops.
OFS_Snapshot_Cache_Location_Invalid_URESP=Specify a different snapshot cache location using the SNAPSHOTCACHELOCATION option.
# 1401
OFS_Snapshot_Virtual_Vol_Inaccessible=ANS1401W The snapshot virtual volume is not accessible.\n
OFS_Snapshot_Virtual_Vol_Inaccessible_EXPLANATION=The logical volume snapshot agent (LVSA) cannot access the virtual volume during OFS-enabled backup/archive operation because IBM Spectrum Protect was probably started via terminal services. The operation continues without snapshot support.
OFS_Snapshot_Virtual_Vol_Inaccessible_SYSACT=Snapshot processing stops.
OFS_Snapshot_Virtual_Vol_Inaccessible_URESP=Do not use terminal services for the snapshot. Try the operation again on the local machine.
# 1402
OFS_Snapshot_Notsupported_On_Vol=ANS1402W The snapshot is not supported on a remote, removable, or SAN drive.\n
OFS_Snapshot_Notsupported_On_Vol_EXPLANATION=IBM Spectrum Protect was not able to take a snapshot of the specified volume because open file support is only supported on local fixed volumes, including volume mountpoints. The operation continues without snapshot support.
OFS_Snapshot_Notsupported_On_Vol_SYSACT=The client does not execute the snapshot operation.
OFS_Snapshot_Notsupported_On_Vol_URESP=To take advantage of the open file support, you may try the operation again on the local machine.
# 1403
SESS_DLL_LoadFailure=ANS1403E Error loading a required {0} DLL\n
SESS_DLL_LoadFailure_EXPLANATION=An error occurred while loading a dynamic link library. The DLL load failed.
SESS_DLL_LoadFailure_SYSACT=Processing stopped.
SESS_DLL_LoadFailure_URESP=Verify that your system software is up to date and that all DLLs required by the IBM Spectrum Protect client are present.
# 1404
SESS_DLL_Function_LoadFailure=ANS1404E Error loading one or more functions from a required {0} DLL\n
SESS_DLL_Function_LoadFailure_EXPLANATION=An error occurred while loading a function from a dynamic link library. The DLL load failed.
SESS_DLL_Function_LoadFailure_SYSACT=Processing stopped.
SESS_DLL_Function_LoadFailure_URESP=Verify that your system software is up to date.
# 1408
CLI_OFS_Reboot_Required_Before_Continuing=ANS1408W Previous changes have not been commited.\n The machine must be restarted before the snapshot can be taken
CLI_OFS_Reboot_Required_Before_Continuing_EXPLANATION=IBM Spectrum Protect was not able to take a snapshot of the specified volume because a previous operation required the machine to be restarted for the changes to take effect, but the machine has not been restarted. The operation will continue without snapshot support.
CLI_OFS_Reboot_Required_Before_Continuing_SYSACT=The client does not execute the snapshot operation.
CLI_OFS_Reboot_Required_Before_Continuing_URESP=Restart the machine and then try the operation again.
# 1409
VMBACKUP_INCLUDE_RESETCBT=ANS1409I A full backup for the {0} virtual machine will be performed because an include.resetcbt option was specified for the virtual machine.\n
# 1410
CLI_BAD_NETPATH=ANS1410E Unable to access the network path.\n
CLI_BAD_NETPATH_EXPLANATION=The network path cannot be accessed due to a possible network problem.
CLI_BAD_NETPATH_SYSACT=The client terminates.
CLI_BAD_NETPATH_URESP=Ensure that the network is up and the path can be accessed using a system command, and retry the operation.
# 1411
CLI_SESS_DROP=ANS1411E A communication session was dropped.\n
CLI_SESS_DROP_EXPLANATION=A communication session was dropped due to a possible network problem.
CLI_SESS_DROP_SYSACT=The client terminates.
CLI_SESS_DROP_URESP=Ensure that the network is up and retry the operation.
# 1412
CLI_BAD_EADATA=ANS1412E Directory or file has bad EA data or inconsistent data.\n
CLI_BAD_EADATA_EXPLANATION=Directory or file has bad EA data or inconsistent data.
CLI_BAD_EADATA_SYSACT=The client terminates.
CLI_BAD_EADATA_URESP=Check failing directory or file for bad EA data. Copy the directory to a new location and retry the operation.
# 1415
CLI_VSS_ASR_PreRestore_Wait=Waiting for pre-restore to complete ['{0}'].
# 1416
CLI_VSS_ASR_PostRestore_Wait=Waiting for post-restore to complete ['{0}'].
# 1418
MSG_AUTH_PASSWORD_EXPIRED=ANS1418E Authentication error. The Admin and/or Node password for {0} has expired.\n
MSG_AUTH_PASSWORD_EXPIRED_EXPLANATION=Session authentication failed with the server because either the admin or node password for the node has expired.
MSG_AUTH_PASSWORD_EXPIRED_SYSACT=Processing of the current operation is stopped.
MSG_AUTH_PASSWORD_EXPIRED_URESP=Update your admin and/or node password for the node identified.
# 1448
CLI_Invalid_Command_For_Server=ANS1448E The {0} command is not supported by the current server.\n
CLI_Invalid_Command_For_Server_EXPLANATION=The server to which the client is connected does not support the command. If the command is "set event," the server does not support event-based policy. This command requires that the server supports event-based policy. That support is available only at IBM Spectrum Protect Server levels 5.2.2 and above. If the message displays any other command, the server is configured to support archive retention protection and cannot process operations that are not associated with that facility.
CLI_Invalid_Command_For_Server_SYSACT=The command is skipped and other processing continues.
CLI_Invalid_Command_For_Server_URESP=Log in to an appropriate server and run the command again.
# 1451
MoreInfo_Msg=More Information
# 1452
LessInfo_Msg=Less Information
# 1455
VMNAME_OPTION_VALUE_INVALID_FOR_RESTORE=ANS1455E The value of the -vmname option '{0}' would result in the restoration of multiple virtual machines with the same name. Use the keywords '*', , or to differentiate the restored virtual machine names.\n
VMNAME_OPTION_VALUE_INVALID_FOR_RESTORE_EXPLANATION=The virtual machine restore command specified two or more virtual machines. The value of the -vmname option would result in the restored virtual machines having the same name.
VMNAME_OPTION_VALUE_INVALID_FOR_RESTORE_SYSACT=The restore was stopped.
VMNAME_OPTION_VALUE_INVALID_FOR_RESTORE_URESP=Use the keywords '*', '', or '' in the -vmname option so that each virtual machine is restored with a different name. If the -vmname option is not specified, each virtual machine is restored with the original name.
# 1461
CLI_Encryption_Type_Unknown=ANS1461E Error processing '{0}{1}{2}': unsupported encryption type.\n
CLI_Encryption_Type_Unknown_EXPLANATION=The files you are trying to restore or retrieve have been backed up or archived by a later version of the IBM Spectrum Protect client. The file encryption method is not supported by the current client.
CLI_Encryption_Type_Unknown_SYSACT=Object skipped.
CLI_Encryption_Type_Unknown_URESP=Restore or retrieve the file with the most recent version of the IBM Spectrum Protect client.
# 1463
Crypto_ICC_Error=ANS1463E Unexpected error in cryptography library.\n
Crypto_ICC_Error_EXPLANATION=There was an unexpected error in the cryptography library. See the error log for more information.
Crypto_ICC_Error_SYSACT=processing stops.
Crypto_ICC_Error_URESP=Check the error log for ANS1467E to determine the cause of failure. Verify you IBM Spectrum Protect client is installed properly. If needed, reinstall client and/or API. If the problem still exists, contact IBM Spectrum Protect technical support.
# 1464
Crypto_ICC_Cannot_Load=ANS1464S Cannot load ICC encryption library.\n
Crypto_ICC_Cannot_Load_EXPLANATION=The process is using a cryptography library which is installed automatically with the client and is being loaded at runtime. The client cannot proceed if the library is not loaded.
Crypto_ICC_Cannot_Load_SYSACT=Client exits.
Crypto_ICC_Cannot_Load_URESP=Check the error log for ANS1467E to determine the cause of failure. Verify your IBM Spectrum Protect client is installed properly. If needed, reinstall the client and/or API. If the problem still exists, contact IBM Spectrum Protect technical support.
# 1465
CLI_ErrorLog_Conflict=ANS1465E Conflicting options ERRORLOGMAX and ERRORLOGRETENTION were specified.\n
CLI_ErrorLog_Conflict_EXPLANATION=Values were specified for both the ERRORLOGMAX and the ERRORLOGRETENTION options. These options are mutually exclusive.
CLI_ErrorLog_Conflict_SYSACT=Processing stops.
CLI_ErrorLog_Conflict_URESP=Specify a nonzero value for the ERRORLOGMAX option if you want the error log to wrap when it reaches the specified maximum value. Use the ERRORLOGRETENTION option if you want the error log limited in size on a time-based schedule.
# 1466
CLI_SchedLog_Conflict=ANS1466E Conflicting options SCHEDLOGMAX and SCHEDLOGRETENTION were specified.\n
CLI_SchedLog_Conflict_EXPLANATION=Values were specified for both the SCHEDLOGMAX and the SCHEDLOGRETENTION options. These options are mutually exclusive.
CLI_SchedLog_Conflict_SYSACT=Processing stops.
CLI_SchedLog_Conflict_URESP=Specify a nonzero value for SCHEDLOGMAX if you wish to have the IBM Spectrum Protect scheduler log wrap when it reaches the specified maximum value. Use SCHEDLOGRETENTION if you wish you have the scheduler log limited in size on a time-based schedule.
# 1469
CLI_Client_Wrong_Key_Pass_To_Restore=ANS1469E Error processing '{0}{1}{2}'; invalid encryption key.\n
CLI_Client_Wrong_Key_Pass_To_Restore_EXPLANATION=The key you entered does not match the key that was used to encrypt the file during backup. The file can not be restored unless the matching key is entered.
CLI_Client_Wrong_Key_Pass_To_Restore_SYSACT=processing stops.
CLI_Client_Wrong_Key_Pass_To_Restore_URESP=Try the restore operation again and provide the correct key.
# 1473
SESS_SHM_TCPIP_Failure=ANS1473E Session rejected: TCP/IP connection failure for Shared Memory\n
SESS_SHM_TCPIP_Failure_EXPLANATION=An attempt to connect to the local server using the Shared Memory protocol has failed during initial TCP/IP communications. This error can occur if the server is not listening on the correct port, or if the server is down.
SESS_SHM_TCPIP_Failure_SYSACT=Session rejected. Processing stopped.
SESS_SHM_TCPIP_Failure_URESP=Retry the operation, or wait until the server comes back up and retry the operation. If the problem continues, see your system administrator for further help.
# 1474
SESS_SHM_Failure=ANS1474E An error occurred using the Shared Memory protocol\n
SESS_SHM_Failure_EXPLANATION=An error has occurred while reading or writing data through the Shared Memory communications protocol.
SESS_SHM_Failure_SYSACT=IBM Spectrum Protect cannot complete the requested operation.
SESS_SHM_Failure_URESP=Check the trace log for additional information and retry the operation. If the problem continues, see your system administrator for further help.
# 1475
SESS_SHM_Not_Auth=ANS1475E Insufficient authority to connect to the shared memory region\n
SESS_SHM_Not_Auth_EXPLANATION=The user issuing the command does not have authority to connect to the shared memory segment. When the shared memory segment is created by the server, it will be owned by the effective uid of the server process (dsmserv). Only processes running under this uid or root will be allowed to connect to the segment (and thus to the server).
SESS_SHM_Not_Auth_SYSACT=The session is rejected and processing stops.
SESS_SHM_Not_Auth_URESP=Run the command under the uid of the processing running dsmserv, if possible. Otherwise contact your system administrator for further help.
# 1485
DSI_Restoring_VMP_To_Non_Empty_Dir=Volume mount point was not restored because the target directory is not empty.\n
# 1499
CLI_Abort_Toc_Creation_Fail=ANS1499E Creation of table of contents failed.\n
CLI_Abort_Toc_Creation_Fail_EXPLANATION=A failure occurred on the server during creation of the table of contents.
CLI_Abort_Toc_Creation_Fail_SYSACT=The table of contents was not created.
CLI_Abort_Toc_Creation_Fail_URESP=This abort code indicates there was a problem creating a table of contents on the server. The sysadmin will need to consult the activity log on the server to determine the cause.
# 1500
COM_TCA_Not_Found=ANS1500E The dsmtca module is not found in the installation directory.\n
COM_TCA_Not_Found_EXPLANATION=IBM Spectrum Protect cannot find the dsmtca module in the appropriate directory.
COM_TCA_Not_Found_SYSACT=Processing ends.
COM_TCA_Not_Found_URESP=Reinstall the product.
# 1501
COM_TCA_Not_Valid=ANS1501E The dsmtca execution/owner permissions are invalid\n
COM_TCA_Not_Valid_EXPLANATION=The dsmtca execution/owner permissions are invalid.
COM_TCA_Not_Valid_SYSACT=IBM Spectrum Protect ends.
COM_TCA_Not_Valid_URESP=Have your system administrator check the installation instructions for the client to ensure that the dsmtca permissions are set correctly.
# 1502
COM_TCA_Access_Denied=ANS1502E Access to run the the dsmtca or dsmenc module is denied.\n
COM_TCA_Access_Denied_EXPLANATION=The user of the backup-archive client does not have permission to run the dsmtca or dsmenc module.
COM_TCA_Access_Denied_SYSACT=Processing ends.
COM_TCA_Access_Denied_URESP=See your system administrator.
# 1504
COM_TCA_Fork_Failed=ANS1504E Error starting the dsmtca or dsmenc process.\n
COM_TCA_Fork_Failed_EXPLANATION=An error has occurred starting the dsmtca or dsmenc process; specifically, the fork() function has failed.
COM_TCA_Fork_Failed_SYSACT=Processing ends.
COM_TCA_Fork_Failed_URESP=Probable system error. If the problem persists, restart the workstation.
# 1506
COM_TCA_Invalid_Request=ANS1506E The IBM Spectrum Protect dsmtca received an invalid request.\n
COM_TCA_Invalid_Request_EXPLANATION=The dsmtca or dsmenc process was invoked by the backup-archive client and received an unknown request argument in the call.
COM_TCA_Invalid_Request_SYSACT=Processing ends.
COM_TCA_Invalid_Request_URESP=It is possible that the dsmtca or dsmenc process was mistakenly invoked by a process other than the backup-archive client. If that is not the case, then this is an internal error. If the problem recurs, contact your IBM service representative.
# 1507
COM_Not_Adsm_Admin=ANS1507E This action requires IBM Spectrum Protect administrative authority on this system.\n
COM_Not_Adsm_Admin_EXPLANATION=An activity has been attempted that must be performed by the IBM Spectrum Protect administrator (for example, open registration, file space delete or password update).
COM_Not_Adsm_Admin_SYSACT=Processing ends.
COM_Not_Adsm_Admin_URESP=If the activity is required, the administrator for this system must perform it.
# 1508
COM_TCA_SemGet_Error=ANS1508E Error allocating semaphores.\n
COM_TCA_SemGet_Error_EXPLANATION=An error has occurred because the semaphores you are attempting to allocate have become insufficient.
COM_TCA_SemGet_Error_SYSACT=Processing ends.
COM_TCA_SemGet_Error_URESP=Ask your system administrator for assistance, and possibly increase the number of semaphores in your system.
# 1509
COM_TCA_Sem_Operation_Error=ANS1509E Error setting semaphore value or waiting on semaphore.\n
COM_TCA_Sem_Operation_Error_EXPLANATION=An error has occurred while attempting to set or wait on a semaphore.
COM_TCA_Sem_Operation_Error_SYSACT=Processing ends.
COM_TCA_Sem_Operation_Error_URESP=Probable system error. If the problem persists, restart the workstation.
# 1514
DSI_ENCRYPTION_NOTMATCH=ANS1514W Encryption key passwords are not the same.
DSI_ENCRYPTION_NOTMATCH_EXPLANATION=The key passwords are different.
DSI_ENCRYPTION_NOTMATCH_SYSACT=The process allows you to try again.
DSI_ENCRYPTION_NOTMATCH_URESP=Enter the correct password.
# 1515
CLI_Abort_Toc_Load_Fail=ANS1515E Loading a table of contents failed.\n
CLI_Abort_Toc_Load_Fail_EXPLANATION=A failure occurred on the server during loading of the table of contents.
CLI_Abort_Toc_Load_Fail_SYSACT=The table of contents was not loaded.
CLI_Abort_Toc_Load_Fail_URESP=This abort code indicates there was a problem loading a table of contents on the server. The sysadmin will need to consult the activity log on the server to determine the cause.
# 1522
DSM_MacosFSNotSupport=ANS1522W The type of {0} file system is too old and only restore can be performed
DSM_MacosFSNotSupport_EXPLANATION=The file system is old only restore is supported by backup-archive client
DSM_MacosFSNotSupport_SYSACT=Only restore can be performed for this file system.
DSM_MacosFSNotSupport_URESP=This file system is not supported anymore by Apple, so only restore operation can be performed for this file system.
# 1524
CLI_Query_Journal=Querying Journal for '{0}'\n
# 1525
CLI_JBB_InProgress=Another Journal Based Backup is currently in progress for '{0}'\n
# 1526
CLI_JBB_WaitToComplete=Waiting for other Journal Based Backup to complete\n
# 1527
CLI_Process_Journal=Processing {0} Journal entries for '{1}'\n
# 1531
DSI_BackDelChoice_All=Delete All Objects
# 1532
Proxy_Reject_Id_Not_Authorized=ANS1532E Proxy Rejected: Proxy authority has not been granted to this node.
Proxy_Reject_Id_Not_Authorized_EXPLANATION=The node has not been granted proxy authority to access the node named by the ASNODENAME option. The IBM Spectrum Protect administrator must first grant proxy authority.
Proxy_Reject_Id_Not_Authorized_SYSACT=The IBM Spectrum Protect operation ends.
Proxy_Reject_Id_Not_Authorized_URESP=The IBM Spectrum Protect server administrator must grant proxy authority for this node. See the administrator command "Grant Proxynode".
# 1533
Proxy_Reject_Id_In_Use=ANS1533E Proxy Rejected: The node name you specified in the ASNODENAME option is locked.
Proxy_Reject_Id_In_Use_EXPLANATION=The IBM Spectrum Protect administrator has locked the node you specified as the ASNODENAME option.
Proxy_Reject_Id_In_Use_SYSACT=The IBM Spectrum Protect operation ends.
Proxy_Reject_Id_In_Use_URESP=The IBM Spectrum Protect server administrator must unlock the node before you can access it. Try the operation later, or check with your IBM Spectrum Protect administrator.
# 1534
Proxy_Reject_No_Resources=ANS1534E Proxy Rejected: The IBM Spectrum Protect server has run out of memory.
Proxy_Reject_No_Resources_EXPLANATION=There is not enough memory available to allow this operation to continue.
Proxy_Reject_No_Resources_SYSACT=Current operation has been cancelled.
Proxy_Reject_No_Resources_URESP=Try the operation again. If the problem continues, see your system administrator to increase the amount of memory of the server.
# 1535
Proxy_Reject_Duplicate_Id=ANS1535E Proxy Rejected: The ASNODENAME and NODENAME options have the same value.
Proxy_Reject_Duplicate_Id_EXPLANATION=The ASNODENAME and NODENAME options cannot have the same value.
Proxy_Reject_Duplicate_Id_SYSACT=The current operation is cancelled.
Proxy_Reject_Duplicate_Id_URESP=Use the ASNODENAME option only to access another node. It is not necessary to set the ASNODENAME option to access your own node. Remove the ASNODENAME option from your option file unless you are actually trying to access a node that you have been granted authority to access with the administrative command "Grant Proxynode".
# 1536
Proxy_Reject_Internal_Error=ANS1536E Proxy Rejected: The server has an internal error.
Proxy_Reject_Internal_Error_EXPLANATION=The client cannot proxy to the node named by the ASNODENAME option because of an internal server error.
Proxy_Reject_Internal_Error_SYSACT=Current operation has been cancelled.
Proxy_Reject_Internal_Error_URESP=See your system administrator immediately.
# 1537
Asnode_Invalid_Option=ANS1537E The ASNODENAME option is not valid with the FROMNODE option.\n
Asnode_Invalid_Option_EXPLANATION=None.
Asnode_Invalid_Option_SYSACT=Processing stops.
Asnode_Invalid_Option_URESP=Remove the ASNODENAME option from the options file or do not use the FROMNODE option.
# 1538
Asnode_Invalid_Function=ANS1538E The operation that is being attempted cannot be invoked using the ASNODENAME option.\n
Asnode_Invalid_Function_EXPLANATION=None.
Asnode_Invalid_Function_SYSACT=Processing stops.
Asnode_Invalid_Function_URESP=Remove the ASNODENAME option and retry the operation.
# 1539
Asnode_Cluster_Invalid_Option=ANS1539E The ASNODENAME option cannot be used with the CLUSTERNODE option.
Asnode_Cluster_Invalid_Option_EXPLANATION=None.
Asnode_Cluster_Invalid_Option_SYSACT=Processing stops.
Asnode_Cluster_Invalid_Option_URESP=Remove the ASNODENAME option and retry the operation.
# 1541
CLI_VMBACKUP_IBMDP_DMTAG_OPERATION_NEEDS_TAGDM=ANS1541E The operation requires a tag enabled data mover.\n
CLI_VMBACKUP_IBMDP_DMTAG_OPERATION_NEEDS_TAGDM_EXPLANATION=The client option 'VMTAGDATAMOVER' must be set to YES so that IBM categories and tags can be applied to virtual machines. The active data mover is not a tag enabled data mover.
CLI_VMBACKUP_IBMDP_DMTAG_OPERATION_NEEDS_TAGDM_SYSACT=The data mover operation stops.
CLI_VMBACKUP_IBMDP_DMTAG_OPERATION_NEEDS_TAGDM_URESP=Enable tag support on this data mover by setting the 'VMTAGDATAMOVER' option to 'YES' then retry the operation.
# 1544
Was_FS_BADERROR=ANS1544E An error in WAS processing has occurred.\n
Was_FS_BADERROR_EXPLANATION=None.
Was_FS_BADERROR_SYSACT=None
Was_FS_BADERROR_URESP=Run the following command to see the nodes that can be backed up: \ndsmc query was -wastype=local \nMake sure the results are correct for your environment, then try the operation again. If the problem persists, contact IBM Spectrum Protect technical support for further assistance.
# 1546
Was_LOCK_FAILED=ANS1546W IBM Spectrum Protect failed to lock the WebSphere configuration repository.
Was_LOCK_FAILED_EXPLANATION=None.
Was_LOCK_FAILED_SYSACT=The lock of the WebSphere configuration repository fails.
Was_LOCK_FAILED_URESP=Ensure that the WebSphere server is running. If the server is already running, ensure that the repository is unlocked. Ensure that you are backing up the correct node. To see a list of available nodes that can be backed up, enter: 'dsmc q was -wastype=local'.
# 1547
Was_UNLOCK_FAILED=ANS1547W IBM Spectrum Protect failed to unlock the WebSphere Configuration Repository.
Was_UNLOCK_FAILED_EXPLANATION=None.
Was_UNLOCK_FAILED_SYSACT=The unlock of the WebSphere Configuration Repository fails.
Was_UNLOCK_FAILED_URESP=Make sure that the WebSphere server is running. If the repository is locked, then unlock it and try the operation again. Ensure that the correct node is being backed up. To see a list of available nodes that can be backed up, run: 'dsmc q was -wastype=local'.
# 1548
Was_NOT_INSTALLED=ANS1548E A supported version of WebSphere is not installed on this machine.\n
Was_NOT_INSTALLED_EXPLANATION=A supported version of WebSphere is not installed on this machine. The only version of WebSphere that is supported is 5.0.x.
Was_NOT_INSTALLED_SYSACT=None
Was_NOT_INSTALLED_URESP=Install WebSphere 5.0 on the machine.
# 1549
DSI_NOAPPINST=ANS1549E No application server instances were found. Unable to perform backup.
DSI_NOAPPINST_EXPLANATION=The application server is not installed on this machine.
DSI_NOAPPINST_SYSACT=Backup is not performed.
DSI_NOAPPINST_URESP=Install the application server.
# 1550
DSI_NONDINST=ANS1550E No network deployment manager instances were found to back up.
DSI_NONDINST_EXPLANATION=Deployment manager is not installed on this machine.
DSI_NONDINST_SYSACT=Back up is not performed.
DSI_NONDINST_URESP=Install the network deployment manager.
# 1551
DSI_SEARCHLOCALFS_MAXSEARCH_RESULTS_EXCEEDED=ANS1551E The maximum number of search responses was exceeded.\n
DSI_SEARCHLOCALFS_MAXSEARCH_RESULTS_EXCEEDED_EXPLANATION=The local file system search results exceeded the maximum allowed.
DSI_SEARCHLOCALFS_MAXSEARCH_RESULTS_EXCEEDED_SYSACT=Processing stops.
DSI_SEARCHLOCALFS_MAXSEARCH_RESULTS_EXCEEDED_URESP=Refine the search criteria to return fewer results or increase the configured maximum.
# 1552
DSI_SEARCHLOCALFS_SEARCH_TIMEOUT=ANS1552E The local file system search timed out.\n
DSI_SEARCHLOCALFS_SEARCH_TIMEOUT_EXPLANATION=The local file system search did not complete in the allotted amount of time.
DSI_SEARCHLOCALFS_SEARCH_TIMEOUT_SYSACT=Processing stops.
DSI_SEARCHLOCALFS_SEARCH_TIMEOUT_URESP=Refine the search criteria or increase the configured timeout.
# 1553
Was_INVALID_SECURITY_PROPS=ANS1553W The user name and password that have been provided to Data Protection for WebSphere are invalid.\n
Was_INVALID_SECURITY_PROPS_EXPLANATION=None.
Was_INVALID_SECURITY_PROPS_SYSACT=Data Protection for WebSphere cannot run.
Was_INVALID_SECURITY_PROPS_URESP=Run the dsmc set WASPassword command to set the WebSphere security user name and password.
# 1556
Was_SET_PWD_FAILED=ANS1556E Setting the WAS user and password failed.\n
Was_SET_PWD_FAILED_EXPLANATION=Password validation for the WAS user and password failed.
Was_SET_PWD_FAILED_SYSACT=WAS password validation fails.
Was_SET_PWD_FAILED_URESP=Rerun the set WASPassword command with the correct values for user and password.
# 1557
Was_PWD_NOT_VALIDATED=ANS1557W The WAS Server was not running, and the password file was saved without validation.\n
Was_PWD_NOT_VALIDATED_EXPLANATION=If the WAS server is down, then it is not possible to connect to the server and validate the user-entered password. The password has still been saved, but no validation has been performed.
Was_PWD_NOT_VALIDATED_SYSACT=The set WAS password command did not validate the password. The password has still been saved, but no validation has been performed. The password may be incorrect.
Was_PWD_NOT_VALIDATED_URESP=There are two options: Try a backup. If the backup performs a failover, and there is a incorrect password message in the error log, then the password that was entered is incorrect. Start the WAS server and rerun the set password command. Since the server is now up, validation will be performed as normal and the user notified if a good/bad password was entered.
# 1560
Was_SERVER_DOWN=ANS1560W The WebSphere server is not running.\n
Was_SERVER_DOWN_EXPLANATION=The WebSphere server is not running. The WAS server is running for backup operations.
Was_SERVER_DOWN_SYSACT=The WebSphere server is not running.
Was_SERVER_DOWN_URESP=Start the WAS server and run the backup again.
# 1562
Was_EAR_EXPANSION_FAILED=ANS1562E WAS Restore failed during EAR Expansion.\n
Was_EAR_EXPANSION_FAILED_EXPLANATION=EAR Expansion is performed for a WebSphere Application server after the files have been restored.
Was_EAR_EXPANSION_FAILED_SYSACT=WAS restore fails.
Was_EAR_EXPANSION_FAILED_URESP=Run the restore again.
# 1565
Was_NO_EAR_EXPANDER=ANS1565E No WebSphere EARExpander was found. Copy the EARExpander tool from the base WebSphere bin directory to the instance bin directory, then run the restore operation again.\n
Was_NO_EAR_EXPANDER_EXPLANATION=The EAR files are expanded for an instance of an Application server and the EARExpander tool does not exist in the instance bin directory.
Was_NO_EAR_EXPANDER_SYSACT=No WebSphere EARExpander found.
Was_NO_EAR_EXPANDER_URESP=Copy the WAS EARExpander tool from the base install's bin directory to the bin directory of the instance. Then run the WAS restore operation again, after the EARExpander tool has been copied.
# 1566
Was_REST_VER_MISMATCH=ANS1566E The version of WebSphere on the machine does not match the version of WebSphere that was backed up. These versions must match for a WAS restore operation.\n
Was_REST_VER_MISMATCH_EXPLANATION=The version of WebSphere on the machine does not match the version of WebSphere that was backed up. These versions must match for a WAS restore operation.
Was_REST_VER_MISMATCH_SYSACT=The WAS restore operation fails.
Was_REST_VER_MISMATCH_URESP=Install the correct version of WebSphere on the machine before performing the restore operation.
# 1574
CLI_JOURNAL_QUERY_ERROR=ANS1574E Journal Query Failed.\n
CLI_JOURNAL_QUERY_ERROR_EXPLANATION=The journal daemon was unable to process the requested journal query.
CLI_JOURNAL_QUERY_ERROR_SYSACT=Journal backup processing is interrupted.
CLI_JOURNAL_QUERY_ERROR_URESP=Retry the backup, check the journal daemon errorlog for the cause of the failure. Backup of other file systems in the domain will continue.
# 1575
CLI_JOURNAL_COMM_ERROR=ANS1575E Journal Daemon Communications Error.\n
CLI_JOURNAL_COMM_ERROR_EXPLANATION=An error occurred communicating with the journal daemon.
CLI_JOURNAL_COMM_ERROR_SYSACT=Journal backup processing is interrupted.
CLI_JOURNAL_COMM_ERROR_URESP=Retry the backup, check the journal daemon and client errorlogs for the cause of the failure.
# 1578
CLI_Special_FS=ANS1578E The specified path '{0}' is not valid for backup or archive.\n
CLI_Special_FS_EXPLANATION=The specified path is a special file system or part of a special file system. Special file systems contain dynamic information generated by the operating system and should not be backed up or archived. Refer to the IBM Spectrum Protect client manual for a complete list of special file systems for your operating system.
CLI_Special_FS_SYSACT=Processing continues if there are other file systems to back up.
CLI_Special_FS_URESP=Do not specify special file systems for backup or archive.
# 1580
DSI_PREFP_DUPLICATEFS_REPLACE=ANS1580W An Include.Fs statement with performance algorithm set already exists for the drive specified. Do you want to replace the statement?
DSI_PREFP_DUPLICATEFS_REPLACE_EXPLANATION=The user tried to create a duplicate Include.Fs entry on a drive that already has a performance algorithm associated with it. This is applicable to the Preference Editor on the MFC GUI
DSI_PREFP_DUPLICATEFS_REPLACE_SYSACT=The user can replace the statement with the new one or they can cancel out of this operation
DSI_PREFP_DUPLICATEFS_REPLACE_URESP=The user is prompted to replace the statement with the new one or they can say No to cancel out of this operation.
# 1582
WB_CANNOT_CONNECT_TO_SERVER=ANS1582E The web client is no longer supported when connecting to IBM Spectrum Protect V7.1.8 or V8.1.2 and later servers.\n
WB_CANNOT_CONNECT_TO_SERVER_EXPLANATION=The web client functionality is no longer supported and is unavailable for connecting to IBM Spectrum Protect V7.1.8 or V8.1.2 and later servers.
WB_CANNOT_CONNECT_TO_SERVER_SYSACT=Processing stopped
WB_CANNOT_CONNECT_TO_SERVER_URESP=Use one of the other supported client interfaces to perform your IBM Spectrum Protect operations. Refer to IBM Spectrum Protect documentation for information on the supported client interfaces.
# 1585
DSI_DPREFP_FSALGO_LABEL=Select a filespace and algorithm
# 1586
DSI_DPREFP_SELECTFS_GROUP=Select Filesystem
# 1591
DSJ_OBJINFO_NAMESPACE_LONGUTF8=Long UTF-8
# 1592
SSL_Initialization_Failure=ANS1592E Failed to initialize SSL protocol.\n
SSL_Initialization_Failure_EXPLANATION=The process was unable to initialize the SSL protocol. This could be because the node is in a strict 'sessionsecurity' state and the client certificate key database could not be found.
SSL_Initialization_Failure_SYSACT=Processing stopped
SSL_Initialization_Failure_URESP=Check for GSKit related messages in the error log. Make sure you have configured the key database for SSL communication as described in the documentation. You must manually import the client certificate by using the dsmcert utility. If the problem persists, contact IBM Spectrum Protect customer support.
# 1593
SSL_Keyfile_Open_Failed=ANS1593E Cannot open the key database.\n
SSL_Keyfile_Open_Failed_EXPLANATION=The process was unable to open the keyfile that is expected to contain the server certificate for SSL communications.
SSL_Keyfile_Open_Failed_SYSACT=Processing stopped
SSL_Keyfile_Open_Failed_URESP=Make sure you have configured the key database for SSL communication as described in the documentation. If the problem persists, contact IBM Spectrum Protect customer support.
# 1594
SSL_Keyfile_Bad_Password=ANS1594E The key database password is incorrect or unavailable.\n
SSL_Keyfile_Bad_Password_EXPLANATION=The client was unable to open the certificate key database using the stored password, or the stored password could not be read.
SSL_Keyfile_Bad_Password_SYSACT=Processing stops.
SSL_Keyfile_Bad_Password_URESP=Make sure that you configure the key database for SSL communication as described in the Client Installation and User's Guide. Also make sure that the stash file, dsmcert.sth, is readable by the current user.
# 1595
SSL_Bad_Certificate=ANS1595E Bad server certificate.\n
SSL_Bad_Certificate_EXPLANATION=The process was unable to open SSL connection to server because of a bad certificate. This error usually occurs when the server certificate cannot be verified by the client.
SSL_Bad_Certificate_SYSACT=Processing stopped
SSL_Bad_Certificate_URESP=Make sure you have configured the key database for SSL communication as described in the documentation. Make sure to import the correct certificate from the IBM Spectrum Protect server you are trying to connect to.
# 1596
SSL_Not_Supported=ANS1596E SSL protocol is not supported.\n
SSL_Not_Supported_EXPLANATION=SSL protocol is not supported on this platform.
SSL_Not_Supported_SYSACT=Processing stopped
SSL_Not_Supported_URESP=Refer to IBM Spectrum Protect documentation for the list of supported platforms.
# 1599
SSL_Cannot_Load_Library=ANS1599E Cannot load SSL runtime library.\n
SSL_Cannot_Load_Library_EXPLANATION=IBM Spectrum Protect failed to dynamically load SSL runtime library necessary for SSL protocol
SSL_Cannot_Load_Library_SYSACT=Processing stopped
SSL_Cannot_Load_Library_URESP=Make sure IBM Spectrum Protect client is properly installed. Try to reinstall the client software. If the problem persists, contact IBM Spectrum Protect customer support.
# 1600
Dom_Unable_to_load_library=ANS1600E Unable to load the Data Protection for Lotus Domino library.\n
Dom_Unable_to_load_library_EXPLANATION=The Datt Protection for Lotus Domino library could not be loaded.
Dom_Unable_to_load_library_SYSACT=Processing ends.
Dom_Unable_to_load_library_URESP=Ensure that Domino plugin is properly configured and check the error log on the client machine for more information.
# 1601
Dom_PI_internal_error=ANS1601E The Domino plugin operation failed because of an internal error.\n
Dom_PI_internal_error_EXPLANATION=A Domino plugin internal error has occurred.
Dom_PI_internal_error_SYSACT=Processing ends.
Dom_PI_internal_error_URESP=Check the error log on the client machine for more information.
# 1602
Dom_Cfg_File_not_found=ANS1602E The Domino plugin operation failed because the preferences file was not found.\n
Dom_Cfg_File_not_found_EXPLANATION=The Data Protection for Lotus Domino preference file could not be found.
Dom_Cfg_File_not_found_SYSACT=Processing ends.
Dom_Cfg_File_not_found_URESP=The Data Protection for Lotus for Domino configuration file (default name domdsm.cfg) could not be found. Check the error log on the client machine for more information.
# 1603
Dom_TCP_error=ANS1603E The Domino plugin operation failed because of an internal TCP/IP error.\n
Dom_TCP_error_EXPLANATION=A TCP/IP error has occurred.
Dom_TCP_error_SYSACT=Processing ends.
Dom_TCP_error_URESP=Check the error log on the client machine for more information.
# 1604
Dom_Fork_error=ANS1604E The Domino plugin operation failed trying to start the dsmdomp address space.\n
Dom_Fork_error_EXPLANATION=The dsmdomp address space could not be started. This is probably an installation error.
Dom_Fork_error_SYSACT=Processing ends.
Dom_Fork_error_URESP=Ensure that the lotus/bin directory has a symbolic link to the tools directory for dsmdomp and the lotus/notes directory has a symbolic link to the dsmdomp executable. If the problem persists, contact your System Administrator for further assistance.
# 1605
Dom_Child_error=ANS1605E The Domino plugin operation failed while initializing communications with the dsmdomp address space.\n
Dom_Child_error_EXPLANATION=The Domino plugin communication initialization failed.
Dom_Child_error_SYSACT=Processing ends.
Dom_Child_error_URESP=The dsmdomp address space failed during its initialization. This is likely to be an installation error. Ensure that the lotus/bin directory has a symbolic link to the tools directory for dsmdomp and the lotus/notes directory has a symbolic link to the dsmdomp executable. If the problem persists, contact your System Administrator for further assistance.
# 1606
Dom_Child_startup_error=ANS1606E The Domino plugin operation failed while starting up the dsmdomp address space.\n
Dom_Child_startup_error_EXPLANATION=The dsmdomp address space could not be started.
Dom_Child_startup_error_SYSACT=Data Protection for Domino processing stops.
Dom_Child_startup_error_URESP=The dsmdomp address space failed during its initialization. This is likely to be an installation error. Ensure that the lotus/bin directory has a symbolic link to the tools directory for dsmdomp and the lotus/notes directory has a symbolic link to the dsmdomp executable. Examine the file /tmp/dsmdomp* for more information. If the problem persists, contact your System Administrator for further assistance.
# 1607
PI_NotSupported=ANS1607E A plugin found in the plugins library is not supported by the current level of the IBM Spectrum Protect client.\n
PI_NotSupported_EXPLANATION=The plugin is not loaded, and processing continues.
PI_NotSupported_SYSACT=The plugin is not loaded, and processing continues.
PI_NotSupported_URESP=This probably is an installation error. Ensure that the plugins directory contains valid plugin libraries, and that the correct level of the IBM Spectrum Protect client has been installed. If the problem persists, contact your System Administrator for further assistance.
# 1611
PI_InternalError=ANS1611E A plugin operation failed because of an internal error.\n
PI_InternalError_EXPLANATION=A plugin internal error has occurred.
PI_InternalError_SYSACT=The plugin operation stops.
PI_InternalError_URESP=If the error persists, run with tracing enabled and contact your System Administrator and IBM for further assistance.
# 1612
Dom_ADSM_API_Error=ANS1612E The Domino plugin operation failed because of a IBM Spectrum Protect API error.\n
Dom_ADSM_API_Error_EXPLANATION=An IBM Spectrum Protect API error occurred .
Dom_ADSM_API_Error_SYSACT=Processing ends.
Dom_ADSM_API_Error_URESP=Check error log on the client machine for more information.
# 1613
Dom_Could_Not_Load_ADSM_DLL=ANS1613E >Could not load the IBM Spectrum Protect API.\n
Dom_Could_Not_Load_ADSM_DLL_EXPLANATION=The IBM Spectrum Protect API could not be loaded.
Dom_Could_Not_Load_ADSM_DLL_SYSACT=Processing ends.
Dom_Could_Not_Load_ADSM_DLL_URESP=Check error log on the client machine for more information.
# 1614
Dom_Almgr_Trial_Expired=ANS1614E The Domino plugin 'Try and Buy' license has expired.\n
Dom_Almgr_Trial_Expired_EXPLANATION=The 'Try and Buy' license that was detected has expired.
Dom_Almgr_Trial_Expired_SYSACT=Processing ends.
Dom_Almgr_Trial_Expired_URESP=This product is no longer valid for use. A valid license must be obtained before running the product.
# 1615
Dom_License_Error=ANS1615E The Domino plugin operation failed due to a license error.\n
Dom_License_Error_EXPLANATION=Domino plugin license verification failed.
Dom_License_Error_SYSACT=Processing ends.
Dom_License_Error_URESP=Check the error log for further information.
# 1616
Dom_Could_Not_Load_Notes_DLL=ANS1616E The Domino plugin operation failed because the Lotus Domino API could not be loaded.\n
Dom_Could_Not_Load_Notes_DLL_EXPLANATION=The Lotus Domino API could not be loaded.
Dom_Could_Not_Load_Notes_DLL_SYSACT=Processing ends.
Dom_Could_Not_Load_Notes_DLL_URESP=Ensure the Lotus Domino Server is installed correctly.
# 1617
Dom_TDP_API_Error=ANS1617E The Domino plugin operation failed because of a Data Protection for Domino API error.\n
Dom_TDP_API_Error_EXPLANATION=A Data Protection for Domino API error occurred during a Domino plugin operation.
Dom_TDP_API_Error_SYSACT=Processing ends.
Dom_TDP_API_Error_URESP=For more details, view the following IBM Spectrum Protect error logs.
# 1618
Dom_Operation_In_Progress=ANS1618E A Domino plugin operation is already in progress. Please wait for operation to complete.\n
Dom_Operation_In_Progress_EXPLANATION=A Domino plugin operation is in progress.
Dom_Operation_In_Progress_SYSACT=The Domino plugin operation stops.
Dom_Operation_In_Progress_URESP=Please wait for the Domino plugin operation to complete before starting a new Domino plugin operation.
# 1619
Dom_Low_Struct_Level=ANS1619E The IBM Spectrum Protect application client cannot work with the version of the Domino plugin you have installed.\n
Dom_Low_Struct_Level_EXPLANATION=The version of the Domino plugin currently installed on the system is older than the version used to build the IBM Spectrum Protect application client.
Dom_Low_Struct_Level_SYSACT=Processing ends.
Dom_Low_Struct_Level_URESP=Install a version of the Domino plugin at or later than the level of the IBM Spectrum Protect application client.
# 1623
Dom_NSFDB2_Skipped=ANS1623W Backup of NSF Db2 database was skipped. NSF Db2 databases not supported.\n
Dom_NSFDB2_Skipped_EXPLANATION=This version of DP for Domino plugin does not support NSF Db2 databases.
Dom_NSFDB2_Skipped_SYSACT=Backup of NSF Db2 databases is skipped.
Dom_NSFDB2_Skipped_URESP=Exclude NSF Db2 databases from backup.
# 1648
CLI_Incorrect_PreviewSize=ANS1648W PREViewsize option value is greater than the specified stub size.\n
CLI_Incorrect_PreviewSize_EXPLANATION=The PREViewsize CLI option value specified must not be greater than the stub size for the file.
CLI_Incorrect_PreviewSize_SYSACT=Operation stopped. File skipped.
CLI_Incorrect_PreviewSize_URESP=Change the value of the PREViewsize accordingly.
# 1649
CLI_InconsistentOptions=ANS1649E The option '{0}' is inconsistent with the option '{1}'.\n
CLI_InconsistentOptions_EXPLANATION=The command failed because the the two options cannot be used at the same time.
CLI_InconsistentOptions_SYSACT=The command is stopped.
CLI_InconsistentOptions_URESP=Run the command and do not specify both options.
# 1662
SESS_Proxy_Nodes_Info=ANS1662I Agent Node: '{0}' Target Node: '{1}'
# 1668
CLI_NOT_LOCAL_CLUSTER_Disk=ANS1668E The '{0}' is not a local disk.\n
CLI_NOT_LOCAL_CLUSTER_Disk_EXPLANATION=The specified file system is network disk or network share. Because the CLUSTERNODE option is set to YES, the file system cannot be backed up or archived.
CLI_NOT_LOCAL_CLUSTER_Disk_SYSACT=Processing stops.
CLI_NOT_LOCAL_CLUSTER_Disk_URESP=If the CLUSTERNODE option is incorrectly set to YES, then change the option to NO and try the operation again. Otherwise see the client manual for further information about configuring the IBM Spectrum Protect client to run in a cluster environment.
# 1672
CLI_Cluster_Take_Resource_Offline_Failed=ANS1672I Could not take the cluster resource {0} offline. MS rc {1}. Error is ignored.\n
# 1673
CLI_Cluster_Start_Service_Failed=ANS1673W Cluster service on node {0} could not be started. You must manually start the service.\n
CLI_Cluster_Start_Service_Failed_EXPLANATION=The cluster database has been restored. During the restore, the cluster service was taken offline. IBM Spectrum Protect failed to restart the cluster service.
CLI_Cluster_Start_Service_Failed_SYSACT=Processing continues.
CLI_Cluster_Start_Service_Failed_URESP=You can manually start the service for this node.
# 1674
CLI_Cluster_Restart_Services_Manually=ANS1674I The cluster database has been restored but the cluster service on some nodes could not be started. Use the Failover Cluster Management tool to manually start the nodes.\n
# 1675
CLI_Cluster_Services_Must_Start_Manually=ANS1675W Unable to obtain a list of cluster nodes to restart after the cluster database is restored. The call '{0}' returned with MS rc {1}. You must restart the cluster service on all the nodes after the restore is finished.\n
CLI_Cluster_Services_Must_Start_Manually_EXPLANATION=Due to an error, IBM Spectrum Protect could not retrieve a list of nodes in the cluster to restart. The cluster services on these nodes need to be started manually. The client error log might contain additional information depending on where the failure occured.
CLI_Cluster_Services_Must_Start_Manually_SYSACT=Processing continues.
CLI_Cluster_Services_Must_Start_Manually_URESP=Manually start the cluster services on all nodes.
# 1676
CLI_Cluster_Authoritative_Restore_Warning=ANS1676W You are doing an authoritative cluster database restore. The process may seem to be hang before and after the file is restored. This is because it may need to start the cluster service if it is not up and take all the resources offline. After the cluster database is restored, the cluster service will be restarted for changes to be in effect. The cluster service on all other nodes also have been shutdown. They will be restarted. This may take a few minutes.\n
CLI_Cluster_Authoritative_Restore_Warning_EXPLANATION=The restore will seem to be paused at time because before the restore, IBM Spectrum Protect ensures the cluster service is up on the restoring node and all the resources are taken offline. After the cluster database is restored, the cluster service on the restoring node is in a paused state. The cluster service on other nodes were shutdown. All services need to be retarted. If some of the services cannot be started automatically, you can try to restart them.
CLI_Cluster_Authoritative_Restore_Warning_SYSACT=Processing continues.
CLI_Cluster_Authoritative_Restore_Warning_URESP=No action.
# 1680
CLI_SNAPDIFF_NETAPP_LICENSE_COMPLIANCE_ERROR=ANS1680E Snapshot Differential Backup is only available for data protection (SnapVault or SnapMirror) volumes.\nVolume '{0}' is not a SnapVault or SnapMirror volume.\n
CLI_SNAPDIFF_NETAPP_LICENSE_COMPLIANCE_ERROR_EXPLANATION=The NetApp License only allows using snapshot differencing for data protection (SnapVault or SnapMirror) volumes.
CLI_SNAPDIFF_NETAPP_LICENSE_COMPLIANCE_ERROR_SYSACT=The command is not processed.
CLI_SNAPDIFF_NETAPP_LICENSE_COMPLIANCE_ERROR_URESP=None.
# 1682
CLI_SNAPDIFF_READONLY_VOLUME=ANS1682E Volume '{0}' is a read only data protection (SnapMirror or SnapVault) volume.\nSnapshot Differential Backup snapshots cannot be created on a read only volume, the USEEXISTINGBASE and DIFFSNAPSHOT=latest\noptions must be specified to select existing snapshots for use by the backup.\n
CLI_SNAPDIFF_READONLY_VOLUME_EXPLANATION=The specified NetApp volume is read only which prohibits snapshots used by Snapshot Differential Backup from being created. The USEEXISTINGBASE and DIFFSNAPSHOT=latest options specify using existing snapshots and may be used in conjunction with the BASESNAPSHOTNAME and DIFFSNAPSHOTNAME options.
CLI_SNAPDIFF_READONLY_VOLUME_SYSACT=The command is not processed.
CLI_SNAPDIFF_READONLY_VOLUME_URESP=Use appropriate options for specifying existing snapshots.
# 1684
SubfileCache_DiskFull_Error=ANS1684W Disk Full Error Accessing Subfile Cache: {0}\n
SubfileCache_DiskFull_Error_EXPLANATION=A disk full error occurred attempting to access or write to the specified subfile cache file during a subfile incremental backup. See the client error log for more detailed information.
SubfileCache_DiskFull_Error_SYSACT=Processing continues without subfile.
SubfileCache_DiskFull_Error_URESP=None.
# 1685
SnapDiff_Not_Netapp_Fs=ANS1685E Incremental backup operation using snapshot difference is only available for N series/NetApp filer volumes, {0} is not a NetApp volume.
SnapDiff_Not_Netapp_Fs_EXPLANATION=Cannot perform NAS NFS/CIFS incremental backup operation using snapshot difference on the mounted or mapped volume because the volume is not a N series/NetApp filer volume.
SnapDiff_Not_Netapp_Fs_SYSACT=Processing stops.
SnapDiff_Not_Netapp_Fs_URESP=Retry the incremental backup operation by specifying an entire NAS NFS or CIFS volume.
# 1686
CLI_SIS_Limitation=ANS1686I Single Instance Store link '{0}' will be restored or retrieved as a normal file.\n
# 1690
SNAPDIFF_LICENSE_COMPLIANCE_ERROR=ANS1690E Snapshot Differential Backup is only available for data protection (SnapVault or SnapMirror) volumes. Volume '{0}' is not a SnapVault or SnapMirror volume.\n
SNAPDIFF_LICENSE_COMPLIANCE_ERROR_EXPLANATION=The NetApp licensing agreement for using snapshot differencing only allows backing up data protection (SnapVault or SnapMirror) volumes.
SNAPDIFF_LICENSE_COMPLIANCE_ERROR_SYSACT=Processing stopped.
SNAPDIFF_LICENSE_COMPLIANCE_ERROR_URESP=none
# 1692
SSL_Cert_Not_Trusted=ANS1692E The certificate is not trusted.\n
SSL_Cert_Not_Trusted_EXPLANATION=The client was unable to open SSL connection to the server because the server certificate was not trusted.
SSL_Cert_Not_Trusted_SYSACT=Processing stopped
SSL_Cert_Not_Trusted_URESP=Make sure that you have configured the key database for SSL communication as described in the documentation. If the IBM Spectrum Protect server is using a self-signed certificate, make sure that you import the correct certificate from the server you are trying to connect to. When the server is using a certificate signed by an authority, make sure that the root certificate of the authority is imported into the client key database.
# 1693
SSL_Cert_Validity_Incorrect=ANS1693E The certificate validity period is incorrect.\n
SSL_Cert_Validity_Incorrect_EXPLANATION=The client was unable to open an SSL connection to the server because the certificate validity period is incorrect.
SSL_Cert_Validity_Incorrect_SYSACT=Processing stopped
SSL_Cert_Validity_Incorrect_URESP=Report this to the IBM Spectrum Protect server administrator. The server must have the correct certificate installed.
# 1694
SSL_Cert_Identity_Wrong=ANS1694E The certificate identity could not be verified.\n
SSL_Cert_Identity_Wrong_EXPLANATION=The process was unable to open an SSL connection to the server because the certificate identity could not be verified. This happens when the certificate ownership information does not match the IBM Spectrum Protect domain name or IP address.
SSL_Cert_Identity_Wrong_SYSACT=Processing stopped
SSL_Cert_Identity_Wrong_URESP=Make sure that the server domain name or the IP address (the value of the TCPSERVERADDRESS option) is correct. If the problem persists, report it to your IBM Spectrum Protect server administrator.
# 1695
SSL_Cert_Invalid=ANS1695E The certificate is not valid.\n
SSL_Cert_Invalid_EXPLANATION=The process was unable to open an SSL connection to the server because of an invalid certificate. The client was unable to determine the exact cause of the failure.
SSL_Cert_Invalid_SYSACT=Processing stopped
SSL_Cert_Invalid_URESP=Further analysis of the server certificate, the client key database, or both, is needed. Refer to IBM Spectrum Protect documentation for more information.
# 1697
DSI_Auto_Client_Deploy_Label=Automatic Client Deployment
# 1701
DSI_PREFERG_AUTODEPLOY_YES_FDA_DESC=Yes
# 1702
DSI_PREFERG_AUTODEPLOY_YES_NOREBOOT_FDA_DESC=Yes, if no reboot is required
# 1703
DSI_PREFERG_AUTODEPLOY_NO_FDA_DESC=No
# 1708
CLI_Abort_Not_Root=ANS1708E Backup operation failed. Only a root user can do this operation.\n
CLI_Abort_Not_Root_EXPLANATION=Backups initiated by non-root users are disabled by IBM Spectrum Protect administrator.
CLI_Abort_Not_Root_SYSACT=The operation stops.
CLI_Abort_Not_Root_URESP=Request the IBM Spectrum Protect administrator to enable non-root backups.
# 1712
WARN_SNAP_OF_A_SNAP_NOT_AVAILABLE=ANS1712W Operation on snapshot of a snapshot volume '{0}' is not supported for the disk provider type '{1}' ({2}).\n
WARN_SNAP_OF_A_SNAP_NOT_AVAILABLE_EXPLANATION=Functionality is not available on this type of LUN.
WARN_SNAP_OF_A_SNAP_NOT_AVAILABLE_SYSACT=Operation continues.
WARN_SNAP_OF_A_SNAP_NOT_AVAILABLE_URESP=Delete manually the LUN on the storage device or subsystem.
# 1714
VM_Filespace_Exists_Uuid_Collision=ANS1714E A file space already exists for virtual machine ({0}), but with a different virtual machine UUID, than the current virtual machine UUID.\n
VM_Filespace_Exists_Uuid_Collision_EXPLANATION=A virtual machine with this name was backed up, and it has a different virtual machine UUID than the virtual machine that is backed up now. This can occur if there are two virtual machines with the same name that are backed up to the same data center node name. In this case, the backup can not continue because the backup-archive client uses the virtual machine name to uniquely reference the virtual machine on the IBM Spectrum Protect server.
VM_Filespace_Exists_Uuid_Collision_SYSACT=The backup of this virtual machine fails. The backup process can continue with other virtual machines.
VM_Filespace_Exists_Uuid_Collision_URESP=If there are two or more virtual machines with the same name in the data center inventory, you can complete either of the following actions: Rename the virtual machines so that all names in the data center inventory are unique. Backup up virtual machines with the same name to different IBM Spectrum Protect servers.
# 1715
VM_Filespace_Exists_Different_VM_Uuid=ANS1715E A file space already exists for virtual machine ({0}), but with a different virtual machine UUID ({1}) than the current virtual machine UUID ({2}).\n
VM_Filespace_Exists_Different_VM_Uuid_EXPLANATION=A virtual machine with this name was backed up, and it has a different virtual machine UUID than the virtual machine that is backed up now. This can occur if there are two virtual machines with the same name that are backed up to the same data center node name. In this case, the backup can not continue because the backup-archive client uses the virtual machine name to uniquely reference the virtual machine on the IBM Spectrum Protect server.
VM_Filespace_Exists_Different_VM_Uuid_SYSACT=The backup of this virtual machine fails. The backup process can continue with other virtual machines.
VM_Filespace_Exists_Different_VM_Uuid_URESP=If there are two or more virtual machines with the same name in the data center inventory, you can complete either of the following actions: Rename the virtual machines so that all names in the data center inventory are unique. Backup up virtual machines with the same name to different IBM Spectrum Protect servers.
# 1734
VMBACKUP_VSTORAGE_INDEPENDENT_ONLINE=ANS1734W The virtual machine '{0}' contains one or more independent disks. Backups are not supported in this configuration. Specify the '-vmprocessvmwithindependent=yes' option to exclude these disks from the backup.\n
VMBACKUP_VSTORAGE_INDEPENDENT_ONLINE_EXPLANATION=Independent disks are not affected by snapshots so the IBM Spectrum Protect client does not support backing them up.
VMBACKUP_VSTORAGE_INDEPENDENT_ONLINE_SYSACT=The virtual machine is not backed up.
VMBACKUP_VSTORAGE_INDEPENDENT_ONLINE_URESP=Turn off the virtual machine and change the disk independent mode or remove them from the virtual machine. Or specify the '-vmprocessvmwithindependent=yes' option to exclude these disks from the backup.
# 1735
VMBACKUP_VSTORAGE_PHYRDM_ONLINE=ANS1735W The virtual machine '{0}' contains one or more physical Raw Device Mappings (RDMs). Backups are not supported in this configuration. Specify the '-vmprocessvmwithprdm=yes' option to exclude these disks from the backup.\n
VMBACKUP_VSTORAGE_PHYRDM_ONLINE_EXPLANATION=Physical RDMs are not included in snapshots so the IBM Spectrum Protect client does not support backing them up.
VMBACKUP_VSTORAGE_PHYRDM_ONLINE_SYSACT=The virtual machine is not backed up.
VMBACKUP_VSTORAGE_PHYRDM_ONLINE_URESP=Turn off the virtual machine and change the RDMs to virtual mode or remove them from the virtual machine. Or specify the '-vmprocessvmwithprdm=yes' option to exclude these disks from the backup.
# 1736
VMBACKUP_VSTORAGE_UNKNOWN_DISK_TYPE=ANS1736W The virtual machine '{0}' cannot be backed up because it contains one or more disks of an unsupported type.\n
VMBACKUP_VSTORAGE_UNKNOWN_DISK_TYPE_EXPLANATION=IBM Spectrum Protect does not support virtual machines with unsupported disk types.
VMBACKUP_VSTORAGE_UNKNOWN_DISK_TYPE_SYSACT=The virtual machine is not backed up.
VMBACKUP_VSTORAGE_UNKNOWN_DISK_TYPE_URESP=Convert unsupported disks to a supported type, or remove the unsupported disks from the virtual machine, or exclude the virtual machine from backup.
# 1740
CLI_Unable_To_Get_ACLS=ANS1740W Unable to read ACLs for object: {0}{1}{2}. Check dsmerror.log for more information.\n
CLI_Unable_To_Get_ACLS_EXPLANATION=The ACLs of the object are not read.
CLI_Unable_To_Get_ACLS_SYSACT=The object is skipped. Processing continues with the next object.
CLI_Unable_To_Get_ACLS_URESP=Examine the client error log for additional messages that might indicate the reason for the problem. Try to follow the suggested corrective actions (if any) and try the operation again.
# 1741
CLI_Unable_To_Get_XATTRS=ANS1741W Unable to read extended attributes for {0}{1}{2}. Check dsmerror.log for more information.\n
CLI_Unable_To_Get_XATTRS_EXPLANATION=The extended attributes of the object are not read.
CLI_Unable_To_Get_XATTRS_SYSACT=The object is skipped. Processing continues with the next object.
CLI_Unable_To_Get_XATTRS_URESP=Examine the client error log for additional messages that might indicate the reason for the problem. Follow the suggested corrective actions (if any) and try the operation again.
# 1747
COM_No_Encryption_Key_password=ANS1747E Encryption key password is not available.
COM_No_Encryption_Key_password_EXPLANATION=The client is not enabled for encrypted backup/restore operations by non-authorized users or the encryption key password is not stored by the administrator.
COM_No_Encryption_Key_password_SYSACT=Objects that cannot be encrypted or decrypted are skipped.
COM_No_Encryption_Key_password_URESP=Contact the administrator for your system to configure encrypted operations for non-authorized users.
# 1750
Use_Existing_Snap_Volume=ANS1750I Volume mount point '{0}' is mounted to volume '{1}'. Using snapshot volume for '{2}' to backup.\n
# 1751
CLI_FS_Inaccessible=ANS1751E Error processing '{0}': The file system can not be accessed.
CLI_FS_Inaccessible_EXPLANATION=The client is unable to access the file system. Two common reasons for this are the account under which the client is running does not have access to the root of the file system, or the file system does not exist.
CLI_FS_Inaccessible_SYSACT=The inaccessible file system is skipped. Processing continues with the next file system.
CLI_FS_Inaccessible_URESP=Check the error log for additional messages that might yield additional information about the problem that prevents access to the file system. Correct the problem, then retry the operation. If the account does not have access to the file system, then either the system administrator needs to grant access, or an account that has access to the file system must be used. If the file system does not exist, then remove or correct the file system specification.
# 1752
CLI_Generic_FS_Inaccessible=ANS1752E The file system can not be accessed.
CLI_Generic_FS_Inaccessible_EXPLANATION=The client is unable to access the file system. Two common reasons for this are the account under which the client is running does not have access to the root of the file system, or the file system does not exist.
CLI_Generic_FS_Inaccessible_SYSACT=The inaccessible file system is ignored.
CLI_Generic_FS_Inaccessible_URESP=Check the error log for additional messages that might yield additional information about the problem that prevents access to the file system. Correct the problem, then retry the operation. If the account does not have access to the file system, then either the system administrator needs to grant access, or an account that has access to the file system must be used. If the file system does not exist, then remove or correct the file system specification.
# 1753
CLI_BackupSet_Not_Supported_FSType=ANS1753E File space '{0}' was backed up by an older client version, and cannot be restored with this client version. The file space will be skipped.
CLI_BackupSet_Not_Supported_FSType_EXPLANATION=The backup set format in earlier client versions for SYSTEM STATE and SYSTEM SERVICES is incompatible with the current client version. Those file spaces will be skipped. The restore might appear to pause while the client skips past the objects in those file spaces. Other remaining file space data will be restored.
CLI_BackupSet_Not_Supported_FSType_SYSACT=Objects in this file space are skipped. Other remaining file space data will be restored.
CLI_BackupSet_Not_Supported_FSType_URESP=Restore this specific file space in the backupset with a prior level client.
# 1754
Proxy_Skip_SystemState_FS=ANS1754E File space '{0}' cannot be restored when ASNODENAME option is in affect. The file space will be skipped.
Proxy_Skip_SystemState_FS_EXPLANATION=System state data of another node should not be restored to a different node. Those file spaces will be skipped. The restore might appear to pause while the client skips past the objects in those file spaces. Other remaining file space data will be restored.
Proxy_Skip_SystemState_FS_SYSACT=Objects in this file space are skipped. Other remaining file space data will be restored.
Proxy_Skip_SystemState_FS_URESP=Remove ASNODENAME option before restoring this specific file space in the backupset or use the node name that was used to backup system state data to restore.
# 1755
DSI_USEDIROVERRIDE_FAILED=ANS1755W An error communicating with Active Directory has occurred. The USEDIRECTORY option will be ignored and processing will continue.
DSI_USEDIROVERRIDE_FAILED_EXPLANATION=The process attempted to query Active Directory for IBM Spectrum Protect server parameters but an error has occurred. This could be caused by Active Directory or the IBM Spectrum Protect server configuration.
DSI_USEDIROVERRIDE_FAILED_SYSACT=IBM Spectrum Protect will ignore the USEDIRECTORY option and continue with client processing.
DSI_USEDIROVERRIDE_FAILED_URESP=Make sure your computer is properly set up to the domain with Active Directory. Also, make sure your IBM Spectrum Protect Administrator has properly configured the IBM Spectrum Protect server for your node.
# 1756
CLI_Journal_No_FS=ANS1756W The Journal for '{0}' has been reset: The server filespace was deleted since the last backup completed.\n
CLI_Journal_No_FS_EXPLANATION=The client has reset the journal because the corresponding server filespace was deleted since the last backup completed.
CLI_Journal_No_FS_SYSACT=The journal is reset, the current backup won't use the journal, and the journal won't be available for backup until a full incremental backup successfully completes.
CLI_Journal_No_FS_URESP=None.
# 1757
CLI_Journal_Incr_Date=ANS1757W The Journal for '{0}' has been reset: The server filespace was deleted since the last backup completed.\n
CLI_Journal_Incr_Date_EXPLANATION=The client has reset the journal because the corresponding server filespace was deleted since the last backup completed.
CLI_Journal_Incr_Date_SYSACT=The journal is reset, the current backup won't use the journal, and the journal won't be available for backup until a full incremental backup successfully completes.
CLI_Journal_Incr_Date_URESP=None.
# 1758
CLI_Journal_Del_Date=ANS1758W The Journal for '{0}' has been reset: The server filespace was deleted since the last backup completed.\n
CLI_Journal_Del_Date_EXPLANATION=The client has reset the journal because the corresponding server filespace was deleted since the last backup completed.
CLI_Journal_Del_Date_SYSACT=The journal is reset, the current backup won't use the journal, and the journal won't be available for backup until a full incremental backup successfully completes.
CLI_Journal_Del_Date_URESP=None.
# 1759
CLI_Journal_Pol_Date=ANS1759W The Journal for '{0}' has been reset: The policy set was updated since the last backup completed.\n
CLI_Journal_Pol_Date_EXPLANATION=The client has reset the journal for the specified file system because the node policy set was updated since the last backup completed.
CLI_Journal_Pol_Date_SYSACT=The journal is reset, the current backup won't use the journal, and the journal won't be available for backup until a full incremental backup successfully completes.
CLI_Journal_Pol_Date_URESP=None.
# 1760
CLI_Journal_Validated=ANS1760I Journal for '{0}' enabled for node '{1}' and server '{2}'\n
# 1761
CLI_Journal_Initial_Backup=ANS1761I Journal for '{0}' will be enabled upon successful completion of the backup.\n\n
# 1762
DSI_PREFP_SELECTFS_FROMLIST=Please select a Filespace from the List to update.
# 1769
SnapDiff_Ontap_Version_Not_Supported=ANS1769E NetApp file server '{0}' at Data ONTAP version '{1}.{2}.{3}' is not supported for performing incremental backups using snapshot difference.\n
SnapDiff_Ontap_Version_Not_Supported_EXPLANATION=Incremental backup using Snapshot difference requires Data ONTAP V7.3 or later. However, if you are upgrading from Data ONTAP V7.3.3 or later to V8.0, you will lose snapshot difference support for unicode file names. Upgrade to Data ONTAP V8.1 or later.
SnapDiff_Ontap_Version_Not_Supported_SYSACT=Processing stops.
SnapDiff_Ontap_Version_Not_Supported_URESP=Upgrade the file server to a supported level of Data ONTAP, then retry the operation.
# 1771
CLI_Skip_SystemState_FS=ANS1771W The system state filespace '{0}' cannot be restored to a different location.\n
CLI_Skip_SystemState_FS_EXPLANATION=The system state file space cannot be restored to a different location. This file space is skipped.
CLI_Skip_SystemState_FS_SYSACT=Objects in the system state file space are skipped. Other remaining file spaces are restored. The restore might appear to pause while the client skips past the objects in this file space.
CLI_Skip_SystemState_FS_URESP=Restore system state to its original location.
# 1784
SnapDiff_vFiler_Not_Supported=ANS1784E Incremental by snapshot difference cannot be performed on '{0}' as it is a vFiler volume.\n
SnapDiff_vFiler_Not_Supported_EXPLANATION=Snapshot difference incremental backup is not supported on vFiler volumes.
SnapDiff_vFiler_Not_Supported_SYSACT=Processing stops.
SnapDiff_vFiler_Not_Supported_URESP=Perform snapshot difference incremental backup on normal NetApp/N-Series volumes only.
# 1807
CLI_SM_Unable_To_Recall=ANS1807E Unable to recall file from server due to error from recall daemon.\n
CLI_SM_Unable_To_Recall_EXPLANATION=Unable to recall file. The recall daemon reported an error while trying to recall a file. Look in the recall daemon's error log for more information. This can happen if the server is down, the connection is broken, or the file is missing on the server. It is also possible that the migration server in the system option file has been changed to a different server. The recall daemon does not check the system option file for changes once it has started.
CLI_SM_Unable_To_Recall_SYSACT=File skipped.
CLI_SM_Unable_To_Recall_URESP=See if the server is up, and retry. If the problem still exists, look in the error log. Also have the workstation administrator run dsmreconcile against the file system and see if the file shows up in the .SpaceMan/orphan.stubs file. If system option file has been changed, stop all recall daemons and restart the master recall daemon to pick up the changes.
# 1808
DSI_Lvsa_Incorrect_Version=ANS1808E The Logical Volume Snapshot Agent is not at the correct level. It is possible that the Client was upgraded to a newer level but the LVSA driver was not updated at the same time. Use the Setup Wizard to configure either Online Image or Open File support and choose Update the Logical Volume Snapshot Agent.
DSI_Lvsa_Incorrect_Version_EXPLANATION=The selected operation requires the current level of the Logical Volume Snapshot Agent. Use the Setup Wizard to update the LVSA.
DSI_Lvsa_Incorrect_Version_SYSACT=The selected operation is not performed.
DSI_Lvsa_Incorrect_Version_URESP=Retry the operation after updating the Logical Volume Snapshot Agent.
# 1822
DSI_MaxRestObjsExceeded=ANS1822E Too many objects were selected for restore. Please select less than {0} objects
DSI_MaxRestObjsExceeded_EXPLANATION=The restore cannot be performed, because too many objects were selected.
DSI_MaxRestObjsExceeded_SYSACT=The restore is not performed.
DSI_MaxRestObjsExceeded_URESP=Retry the operation after reducing the number of objects selected.
# 1823
COM_Inv_Trace_Keyword=ANS1823E The TESTFLAGS or TRACEFLAGS option specifies unknown flag name '{0}' or the value supplied is invalid for the named keyword.\n
COM_Inv_Trace_Keyword_EXPLANATION=Either the testflag or traceflag name is incorrectly spelled, or the value supplied for that flag is not valid.
COM_Inv_Trace_Keyword_SYSACT=If the TESTFLAGS or TRACEFLAGS option was specified in the client options file or on the command line during client initialization, the the client program does not start. If the option was specified from the command line client while running in LOOP (interactive) mode, then the operation does not run.
COM_Inv_Trace_Keyword_URESP=Correct the TESTFLAGS or TRACEFLAGS flag name or correct the value specified for the TESTFLAG keyword shown in the message. These options are typically used at the direction of IBM technical support or as specified in the IBM Spectrum Protect Problem Determination Guide. If you are not sure which flag names to use, review the IBM Spectrum Protect Problem Determination Guide for additional information or contact IBM technical support for further assistance.
# 1825
DSI_CREATE_NEW_FILE_PROMPT=File '{0}' could not be found. Do you want to create it?
# 1827
DSI_CannotSelectNdmpDir=ANS1827W Directories cannot be selected with the table of contents currently loaded on the server.
DSI_CannotSelectNdmpDir_EXPLANATION=The table of contents that is currently loaded on the server for this volume does not contain objects corresponding to the one and only point-in-time backup. It contains an incomplete point in time or multiple points in time.
DSI_CannotSelectNdmpDir_SYSACT=The directory is not selected for restore.
DSI_CannotSelectNdmpDir_URESP=To be able to select an entire directory for restore, select "Use Latest" or "Use Point in Time" from the Point in Time dialog.
# 1838
COM_OptFile_Open_Failure=ANS1838E An error occurred while opening user-specified options file '{0}'.\n
COM_OptFile_Open_Failure_EXPLANATION=The specified options file could not be located or opened.
COM_OptFile_Open_Failure_SYSACT=The process attempts to open the default options file.
COM_OptFile_Open_Failure_URESP=Ensure that the specified options file exists and is valid.
# 1848
DSI_LoadTocTitle=Load Table of Contents
# 1849
DSI_BACKUP_DATE=Backup Date
# 1850
DSI_LoadTocCancelPrompt=Do you want to cancel loading the table of contents?
# 1851
DSI_ServerLoadingToc=The server is loading a table of contents. Please wait.
# 1853
DSI_TocLoadFail=ANS1853E Server could not load the Table of Contents. Status: {0}
DSI_TocLoadFail_EXPLANATION=A failure occurred when the server attempted to load a file-level Table of contents for an NDMP volume. No file-level queries can be performed against the volume until the problem is solved.
DSI_TocLoadFail_SYSACT=The table of contents is not loaded.
DSI_TocLoadFail_URESP=Check the server Activity Log to determine the cause of failure. Retry the operation after correcting the problem.
# 1854
DSI_UsePointInTime=Use Point in Time Date
# 1855
DSI_UseLatestDate=Use Latest Date
# 1856
DSI_SelectImages=Select Images
# 1857
DSI_UseSelectedImages=Use Selected Images
# 1858
DSI_NdmpSelectImagesTitle=Select Images for {0}/{1}
# 1859
DSI_SelectBackupImagesDescription=Choose from available backup images to display files.\n\nNote: Differential images contain all files added or modified since the preceding full backup image. The resulting tree will contain all versions of files in selected images.
# 1860
DSI_Clear=Clear
# 1861
DSI_NasSelectiveRestore=Nas Selective Restore
# 1862
DSI_NoTocInfo=ANS1862W No table of contents information is available on the server for this volume.
DSI_NoTocInfo_EXPLANATION=No objects for the selected volume exist on the server that were backed up with table of contents information. Consequently no file-level queries can be performed against the volume.
DSI_NoTocInfo_SYSACT=none
DSI_NoTocInfo_URESP=If file-level information is desired, use TOC option during backup.
# 1863
DSI_NdmpPitTitle=Set Point in Time for {0}/{1}.
# 1864
DSI_SelectABackupDateDescription=Select a backup date or backed-up images to be used for files.\n\nNote: Changing the date or images will cancel any current file selections, and cause the table of contents to be reloaded on the server.
# 1865
SESS_NP_ERROR=ANS1865E Session rejected: Named Pipes connection failure.\n
SESS_NP_ERROR_EXPLANATION=An attempt to connect to the server using Named Pipes communications failed. This might have occurred if an incorrect NAMEDPIPENAME was specified in the options files or if your system administrator canceled a backup operation.
SESS_NP_ERROR_SYSACT=Processing stopped.
SESS_NP_ERROR_URESP=Retry the operation, or wait until the server comes back up and retry the operation. Ensure that the value specified on the NAMEDPIPENAME option is the same as the one used by the server. If the problem continues, contact your system administrator for further help.
# 1866
DSI_Transferred={0} transferred
# 1904
CLI_Archive_Descr_Invalid=ANS1904E The archive description may not contain any wildcard characters\nlike '?' or '*'.\n
CLI_Archive_Descr_Invalid_EXPLANATION=Descriptions for archive files must not contain wildcard characters.
CLI_Archive_Descr_Invalid_SYSACT=Processing stopped.
CLI_Archive_Descr_Invalid_URESP=Enter an archive description that does not contain wildcard characters.
# 1927
DSI_SelectFullPrompt=Do you want to also select the full image corresponding to this differential image?
# 1930
ExpressClient_To_EnterpriseServer_Warning=ANS1930W IBM Spectrum Protect Express client view not supported with a IBM Spectrum Protect Enterprise server. CLIENTVIEW option ignored.
ExpressClient_To_EnterpriseServer_Warning_EXPLANATION=The IBM Spectrum Protect Express client view is only supported when going to a IBM Spectrum Protect Express server. When a IBM Spectrum Protect Express client connects to a IBM Spectrum Protect Enterprise server, the CLIENTVIEW option is ignored, and the IBM Spectrum Protect Standard client view is displayed instead.
ExpressClient_To_EnterpriseServer_Warning_SYSACT=The CLIENTVIEW option is ignored and the IBM Spectrum Protect Enterprise client view is displayed.
ExpressClient_To_EnterpriseServer_Warning_URESP=If you intend to use the IBM Spectrum Protect Enterprise server, then update your CLIENTVIEW option to a value of STANDARD. Otherwise, update your TCPSERVERADDRESS option to point to your IBM Spectrum Protect Express server.
# 1933
DSC_RC_OBJECTSET_LOCAL_ACCESS_ERROR=ANS1933E Error accessing file or device '{0}'.\n
DSC_RC_OBJECTSET_LOCAL_ACCESS_ERROR_EXPLANATION=An error has occurred while accessing the file or device.
DSC_RC_OBJECTSET_LOCAL_ACCESS_ERROR_SYSACT=Backup set operation is not completed.
DSC_RC_OBJECTSET_LOCAL_ACCESS_ERROR_URESP=Verify that the file or device exists and is accessible.
# 1946
CLI_File_Exists_Skipping=ANS1946W File {0}{1}{2} exists, skipping\n
CLI_File_Exists_Skipping_EXPLANATION=The client tried to restore or retrieve the specified file, but the file already existed in the target restore location and the user chose not to replace the existing file.
CLI_File_Exists_Skipping_SYSACT=The file is skipped, a message is logged in dsmerror.log, and restore or retrieve processing continues with the next object.
CLI_File_Exists_Skipping_URESP=The file was skipped because either REPLACE NO was in effect, causing all existing files and directories to be skipped, or REPLACE PROMPT was in effect, and when prompted, the user chose to skip this file or all existing directories and files. No additional action is necessary if the decision to skip the file was deliberate. Otherwise the operation can be retried using either REPLACE ALL (automatically replace existing directories and files) or REPLACE PROMPT (prompt the user whether to replace the file).
# 1947
CLI_Dir_Exists_Skipping=ANS1947W The following directory exists and is skipped: {0}{1}{2}\n
CLI_Dir_Exists_Skipping_EXPLANATION=The client tried to restore or retrieve the specified directory. The directory exists in the target restore location and the user chose not to replace the existing directory.
CLI_Dir_Exists_Skipping_SYSACT=The directory is skipped, a message is logged in the dsmerror.log log file, and restore or retrieve processing continues with the next object.
CLI_Dir_Exists_Skipping_URESP=No additional action is necessary.
# 1948
CLI_VSS_Query_SystemWriters_Failed=ANS1948E The Microsoft volume shadow copy system components could not be queried.\n
CLI_VSS_Query_SystemWriters_Failed_EXPLANATION=IBM Spectrum Protect encountered an error while querying the system writers under control of the Windows volume shadow copy service. The error log and Windows event log might contain additional information about this error.
CLI_VSS_Query_SystemWriters_Failed_SYSACT=Processing stops.
CLI_VSS_Query_SystemWriters_Failed_URESP=Try the operation again. If the error persists, review the error log and Windows event log for information related to this error. You might need to restart the volume shadow copy service, then try the operation again. It might be necessary to reboot the machine to clear the volume shadow copy error state.
# 1949
CLI_VSS_Initialize_For_Snapshot_Failed=ANS1949E Microsoft volume shadow copy snapshot initialization failed.\n
CLI_VSS_Initialize_For_Snapshot_Failed_EXPLANATION=IBM Spectrum Protect encountered an error while initializing the Microsoft Volume Shadow Copy Service for backup or restore. The error log and Windows event log can contain additional information about this error.
CLI_VSS_Initialize_For_Snapshot_Failed_SYSACT=processing stops.
CLI_VSS_Initialize_For_Snapshot_Failed_URESP=Try the operation again. If the error persists, review the error log and Windows event log for information related to this error. Use the Windows command 'vssadmin list writers' to determine the status of the Volume Shadow Copy service. You can reboot the machine to clear the volume shadow copy error state. If the system is a Domain Controller and the Active Directory service is stopped, restarting the Active Directory service will resolve the issue.
# 1950
CLI_VSS_Backup_Failed=ANS1950E Backup using Microsoft volume shadow copy failed.\n
CLI_VSS_Backup_Failed_EXPLANATION=IBM Spectrum Protect encountered an error while performing a backup operation using the Microsoft volume shadow copy service. The error log and Windows event log might contain additional information about this error.
CLI_VSS_Backup_Failed_SYSACT=processing stops.
CLI_VSS_Backup_Failed_URESP=Review the error log and Windows event log for information related to this error. Restart any failing system service indicated in the Windows event log. Restart the volume shadow copy Service. You can use the Windows command 'vssadmin list writers' to determine the status of the volume shadow copy service. It might be necessary to reboot the machine to clear the Volume Shadow Copy error state.
# 1951
CLI_VSS_Restore_Failed=ANS1951E Restore using Microsoft volume shadow copy failed.\n
CLI_VSS_Restore_Failed_EXPLANATION=IBM Spectrum Protect encountered an error while restoring with the Microsoft Volume Shadow Copy Service.
CLI_VSS_Restore_Failed_SYSACT=processing stops.
CLI_VSS_Restore_Failed_URESP=Review the error log and Windows event log for information related to this error. Restart any failing system service indicated in the Windows event log. Restart the volume shadow copy Service. You can use the Windows command 'vssadmin list writers' to determine the status of the volume shadow copy service. It might be necessary to reboot the machine to clear the Volume Shadow Copy error state.
# 1965
DSJ_JAVA_DIAGNOSTIC_TITLE=Java GUI Diagnostic
# 1966
DSJ_JAVA_DIAGNOSTIC_NODE=Note: The changes to the settings in this dialog are in effect only for this invocation of the application.
# 1967
DSJ_JAVA_DIAGNOSTIC_TRACE=Java GUI Trace
# 1968
DSJ_JAVA_DIAGNOSTIC_ENABLE_TRACEFLAGS=Enable traceflags
# 1969
DSJ_JAVA_DIAGNOSTIC_ENTER_TRACEFLAGS=Enter traceflags:
# 1970
DSJ_JAVA_DIAGNOSTIC_ENTER_TRACEFILE=Enter tracefile name:
# 1971
DSJ_AGENT_NOT_START_EXCEPTION=ANS1971E The remote client agent (dsmagent) could not be started.
DSJ_AGENT_NOT_START_EXCEPTION_EXPLANATION=The remote client agent cannot be started. This error message is usually preceded or followed by other messages.
DSJ_AGENT_NOT_START_EXCEPTION_SYSACT=Processing is stopped.
DSJ_AGENT_NOT_START_EXCEPTION_URESP=Check the error log for any other messages that might indicate a reason for the failure. Verify that the web client is installed correctly. Try to correct any indicated problems, then try the operation again. If the problem persists, contact IBM technical support for further assistance.
# 1972
DSJ_AGENT_PORTNUM_NOT_READ=ANS1972E The connection to the remote client agent (dsmagent) failed. Either the port number could not be read, or the port number is invalid.
DSJ_AGENT_PORTNUM_NOT_READ_EXPLANATION=An error occurred when trying to read the port number. A connection to the remote client agent cannot be made.
DSJ_AGENT_PORTNUM_NOT_READ_SYSACT=Processing stopped.
DSJ_AGENT_PORTNUM_NOT_READ_URESP=Check the error log for any other messages that might indicate a reason for the failure. Verify that the web client is installed correctly. Try to correct any indicated problems, then try the operation again. If the problem persists, contact IBM technical support for further assistance.
# 1973
CLI_VSS_Restore_Sysobj_Skip=ANS1973I VSS writer for system object '{0}' does not exist. Restore skipped.\n
# 1978
CLI_Server_DownLevel_func=ANS1978E The IBM Spectrum Protect server is downlevel and does not support the requested function. See error log for version information.
CLI_Server_DownLevel_func_EXPLANATION=The function being used requires a more current IBM Spectrum Protect Server.
CLI_Server_DownLevel_func_SYSACT=The operation fails.
CLI_Server_DownLevel_func_URESP=Upgrade your IBM Spectrum Protect Server to a level that supports this function. See error log for version information.
# 1979
CLI_StorageAgent_DownLevel=ANS1979E The IBM Spectrum Protect Storage Agent is downlevel and does not support the requested function. See error log for version information.
CLI_StorageAgent_DownLevel_EXPLANATION=The function being used requires a more current IBM Spectrum Protect Storage Agent.
CLI_StorageAgent_DownLevel_SYSACT=The operation fails.
CLI_StorageAgent_DownLevel_URESP=Upgrade your IBM Spectrum Protect Storage Agent to a level that supports this function. See error log for version information.
# 1980
CLI_Server_And_StorageAgent_DownLevel=ANS1980E The IBM Spectrum Protect Server and IBM Spectrum Protect Storage agent are downlevel and do not support the requested function. See error log for version information.
CLI_Server_And_StorageAgent_DownLevel_EXPLANATION=The function being used requires a more current IBM Spectrum Protect Server and IBM Spectrum Protect Storage agent
CLI_Server_And_StorageAgent_DownLevel_SYSACT=The operation fails.
CLI_Server_And_StorageAgent_DownLevel_URESP=Upgrade your IBM Spectrum Protect Server and IBM Spectrum Protect Storage agent to a level that supports this function. See error log for version information.
# 1981
CLI_Server_And_StorageAgent_VRLM=ANS1981E Server :Version {0}, Release {1}, Level {2}.{3}\nStorage Agent:Version {4}, Release {5}, Level {6}.{7}
CLI_Server_And_StorageAgent_VRLM_EXPLANATION=This message supplies extra detail to downlevel messages.
CLI_Server_And_StorageAgent_VRLM_SYSACT=The operation fails.
CLI_Server_And_StorageAgent_VRLM_URESP=This message supplies extra detail to downlevel messages.
# 1985
DSI_CONN_SA_INFORMATION=Storage Agent Information
# 1986
TRACEFILE_Cannot_Open=ANS1986E Initialization functions cannot open the trace file specified.\n
TRACEFILE_Cannot_Open_EXPLANATION=The file could not be opened during initialization. The specified path might be incorrect. It is also possible that the current user does not have permission to write to the tracefile in the directory specified. It is also possible that no space is available at the tracefile location.
TRACEFILE_Cannot_Open_SYSACT=Processing stops.
TRACEFILE_Cannot_Open_URESP=Make sure the tracefile option points to a valid path and that the user has proper permissions to write to the specified file.
# 1989
LOGFILE_Cannot_Open=ANS1989E Initialization functions cannot open the error log file specified.\n
LOGFILE_Cannot_Open_EXPLANATION=The error log file could not be opened during initialization. The specified path may be incorrect. It is also possible that the current user does not have permission to write to the logfile in the directory specified. It is also possible that no space is available at the given logfile location.
LOGFILE_Cannot_Open_SYSACT=Processing terminates.
LOGFILE_Cannot_Open_URESP=Make sure the logfile option points to a valid path and that the user has proper permissions to write to the file specified.
# 1990
CLI_MP_INACCESSIBLE=ANS1990W The '{0}' volume mount point can not be accessed. The IBM Spectrum Protect return code is '{1}'.\n
CLI_MP_INACCESSIBLE_EXPLANATION=The client is unable to access volume mount point. The common reasons for this are that the account under which the client is running does not have access to the volume mount point, or the volume is mounted onto a cluster volume which is currently not available.
CLI_MP_INACCESSIBLE_SYSACT=The inaccessible mount point is skipped and processing continues. with the next mount point or volume.
CLI_MP_INACCESSIBLE_URESP=Check the error log for additional messages that might yield additional information about the problem that prevents access to the volume mount point. Ensure that the IBM Spectrum Protect client is running under an account which as access to the volume mount point. Ensure that the mount point is not accessing a clustered volume. Please refer to Microsoft KB Article 280297 for more information about how to configure volume mount points on a clustered server.
# 1992
DSI_PREFERS_SCHED_CMD=Scheduled Operating System commands
# 1993
DSI_PREFERS_SCHED_RESTRETR=Scheduled Restore/Retrieve operations
# 1995
DSI_DELETE_ONE_OBJECT_TYPE=ANS1995W Objects of different types cannot be deleted at the same time.
DSI_DELETE_ONE_OBJECT_TYPE_EXPLANATION=Deleting objects of different types is not allowed. For example, deleting Backup Sets and regular file objects at the same time is not possible.
DSI_DELETE_ONE_OBJECT_TYPE_SYSACT=No processing takes place.
DSI_DELETE_ONE_OBJECT_TYPE_URESP=Select objects of the same type to perform delete operation.
# 1996
CLI_MP_ENUMERATING_FAILED=ANS1996W The volume mount points enumeration on '{0}' volume failed. Windows system error code: {1}; reason: '{2}'.\n
CLI_MP_ENUMERATING_FAILED_EXPLANATION=The client was unable to scan the specified volume for volume mount points. The error information captured indicates the reason for the failure. A common reason is that the account under which the client is running does not have access to the volume.
CLI_MP_ENUMERATING_FAILED_SYSACT=The processing continues with the next volume.
CLI_MP_ENUMERATING_FAILED_URESP=Ensure that the client is running under an account which has access to the volume and volume mount points. Correct the condition causing the error and try the operation again. If the problem persists, contact your system administrator or IBM Spectrum Protect administrator for further help.
# 2029
dsmEvent_Restore_Complete_No_Failures=Restore complete with no reported failures.\n
# 2030
dsmEvent_Restore_Complete_With_Failures=Restore complete with failures.\n
# 2038
COM_Invalid_Cloptset_Option=ANS2038W Invalid option '{0}' received from the IBM Spectrum Protect server client options set.\n
COM_Invalid_Cloptset_Option_EXPLANATION=The client received an invalid option from the IBM Spectrum Protect server's client option set. Although most syntax checking for client option set options is done by the server, there are still errors that can only be detected by the client. These errors include: Option value is not correct. Options that have been retired by newer versions of the IBM Spectrum Protect client. Missing brackets or directory delimiters. Include and exclude patterns that are too complex.
COM_Invalid_Cloptset_Option_SYSACT=The option is ignored by the IBM Spectrum Protect client.
COM_Invalid_Cloptset_Option_URESP=Contact the IBM Spectrum Protect server administrator to determine if the option can be removed from the client option set.
# 2040
IC_Version_Mismatch_generic=ANS2040E While attempting to communicate with the remote client, a version check reveals that the versions do not match. The version is {0} but the expected version is {1}.\n
IC_Version_Mismatch_generic_EXPLANATION=During initialization between the local client and the remote client, version checking reveals that the versions do not match. This is usually the result of an upgrade of one client module without upgrading other client modules that are part of product solution.
IC_Version_Mismatch_generic_SYSACT=The calling procedure returns and control is passed back the user.
IC_Version_Mismatch_generic_URESP=Check the versions of all IBM Spectrum Protect Client products that communicate with each other and ensure that they are all at the same version, release, and level.
# 2041
SnapDiff_Api_NotAvailable=ANS2041E Snapshot Differencing support is not available on the specified NetApp filer.\n
SnapDiff_Api_NotAvailable_EXPLANATION=Incremental by snapshot difference backup cannot be performed because required support on the specified NetApp filer is not availble. .
SnapDiff_Api_NotAvailable_SYSACT=Processing terminates.
SnapDiff_Api_NotAvailable_URESP=None.
# 2044
VSTORAGE_SKIPPING_TEMPLATE_RESTORE=ANS2044E The template virtual machine '{0}' cannot be restored when the IBM Spectrum Protect data mover node on the vStorage Backup Server is connected directly to an ESX/ESXi host.\n
VSTORAGE_SKIPPING_TEMPLATE_RESTORE_EXPLANATION=The VMware vStorage API do not support template virtaul machine operations when connected directly to an ESX/ESXi host.
VSTORAGE_SKIPPING_TEMPLATE_RESTORE_SYSACT=Processing stops for this template virtual machine
VSTORAGE_SKIPPING_TEMPLATE_RESTORE_URESP=Virtual machine template operations are supported when the IBM Spectrum Protect data mover node connects directly to a ESX/ESXi host. Modify the VMCHOST to connect the IBM Spectrum Protect data mover to a vCenter Server.
# 2045
VSTORAGE_SKIPPING_TEMPLATE=ANS2045E The VMENABLETEMPLATEBACKUPS option is not specified. The virtual machine template '{0}' can not be backed up.\n
VSTORAGE_SKIPPING_TEMPLATE_EXPLANATION=The VMENABLETEMPLATEBACKUPS template option must specify YES in order for a virtual machine template to be included in a backup operation. The default value is NO.
VSTORAGE_SKIPPING_TEMPLATE_SYSACT=Processing stops for this template virtual machine
VSTORAGE_SKIPPING_TEMPLATE_URESP=Use the option -vmenabletemplatebackups=yes and run the operation again.
# 2074
LSM_Cannot_Open_Input_FCT=ANS2074E Cannot open user input FlashCopy target file '{0}'.\n
LSM_Cannot_Open_Input_FCT_EXPLANATION=The FlashCopy target file that the user provided cannot be read.
LSM_Cannot_Open_Input_FCT_SYSACT=The operation fails.
LSM_Cannot_Open_Input_FCT_URESP=Run the client configuration utility and provide a valid FlashCopy target user input file.
# 2079
CLI_VSS_Snapshot_File_Not_Found=ANS2079E Error processing '{0}{1}{2}': error scanning snapshot
CLI_VSS_Snapshot_File_Not_Found_EXPLANATION=This message is issued when the IBM Spectrum Protect client is unable to read data from a snapshot used for the backup. If you are performing the Microsoft Volume Shadowcopy Service (VSS) snapshot backup one possible cause is that the operating system deleted a VSS snapshot because the shadow copy storage could not grow. If you are performing the snapshot difference incremental backup on normal NetApp/N-Series volumes one possible cause is that the base snapshot was accidentally removed from the NetApp file server.
CLI_VSS_Snapshot_File_Not_Found_SYSACT=Backup processing for the file system stops.
CLI_VSS_Snapshot_File_Not_Found_URESP=If you were performing VSS snapshot-based backup, examine the client error log and the Microsoft Windows system event log for any other messages that might help identify the problem. If there are no obvious reasons for the failure, try the operation again,the problem might be caused by temporary I/O conflicts between VSS and other system disk I/O activities. If you were performing snapshot difference incremental backup, contact your IBM Spectrum Protect administrator to verify that base snapshot was not accidentally deleted.
# 2085
VMBACKUP_VSTORAGE_FAULT_TOLERANT=ANS2085E The virtual machine is configured as a fault tolerant virtual machine. As a result, it cannot be backed up.
VMBACKUP_VSTORAGE_FAULT_TOLERANT_EXPLANATION=vSphere does not allow for the snapshot or backup of fault tolerant virtual machines with vStorage API for Data Protection.
VMBACKUP_VSTORAGE_FAULT_TOLERANT_SYSACT=The virtual machine is not backed up.
VMBACKUP_VSTORAGE_FAULT_TOLERANT_URESP=To back up a fault tolerant virtual machine with vStorage API for Data Protection, first disable fault tolerant. Then, after the backup completes, enable fault tolerant.
# 2088
SESS_Rejected_Unicode_Mismatch=ANS2088E Session rejected: The client does not use unicode.\n
SESS_Rejected_Unicode_Mismatch_EXPLANATION=The server cannot accept the client session because the client does not use unicode and the node already contains a unicode filespace. The server records whether or not the client's data is unicode, and does not let the node change this attribute.
SESS_Rejected_Unicode_Mismatch_SYSACT=Processing stops.
SESS_Rejected_Unicode_Mismatch_URESP=Logon to the server from a client with a platform that uses unicode data. For example, the original platform that was used to create the existing filespaces for this node. Alternatively, if the client node needs to change to the platform that is currently being attempted, contact the server administrator to remove the existing filespaces that contain unicode data and try the node connection again.
# 2089
CLI_Invalid_Multibyte_Sequence=ANS2089E The string {0} can not be converted to Unicode.
CLI_Invalid_Multibyte_Sequence_EXPLANATION=An object contains a multibyte sequence that is invalid for the current locale.
CLI_Invalid_Multibyte_Sequence_SYSACT=The operation stops.
CLI_Invalid_Multibyte_Sequence_URESP=Verify that the locale is appropriate for the objects that are processed.
# 2090
VSTORAGE_FAILED_VMFOLDER_PATH=ANS2090I The virtual machine folder could not be found in this path: '{0}'.\n
# 2091
VSTORAGE_FAILED_RESOURCE_PATH=ANS2091I The virtual machine resource could not be found in this path: '{0}'.\n
# 2092
VSTORAGE_OVERRIDE_INVENTORY_PATH=ANS2092I The restore process will override the original inventory path that was saved with this virtual machine.\n
# 2093
CLI_FSAgent_Downlevel=ANS2093E The remote file system agent is downlevel and does not support this operation.\n NODENAME : {0}\n MULTI-NODE NAME : {1}\n hostname : {2}\n TCP/IP address : {3}:{4}\n version : {5}.{6}.{7}.{8}\n
CLI_FSAgent_Downlevel_EXPLANATION=None.
CLI_FSAgent_Downlevel_SYSACT=The operation fails.
CLI_FSAgent_Downlevel_URESP=Upgrade the remote file system agent to a supported level.
# 2100
VM_INVALID_EXTENT_FROM_HYPERVISOR=ANS2100E Backup of virtual machine '{0}' cannot continue because an invalid disk area was encountered during backup.\n
VM_INVALID_EXTENT_FROM_HYPERVISOR_EXPLANATION=During a backup of the virtual machine, one or more virtual hard disks indicated an invalid disk area for backup such as a length of zero, a length greater than the size of the disk, invalid starting position, or negative values.
VM_INVALID_EXTENT_FROM_HYPERVISOR_SYSACT=The backup was stopped.
VM_INVALID_EXTENT_FROM_HYPERVISOR_URESP=Check that the virtual machine's storage is configured properly, working correctly, and all storage hardware is properly connected to the virtual machine. Try the command again. If the problem persists contact IBM Spectrum Protect customer support.
# 2106
REPL_PRIMARY_SERVER_FAILED=ANS2106I Connection to primary IBM Spectrum Protect server {0} failed\n
# 2107
REPL_FAILOVER_SERVER_ATTEMPT=ANS2107I Attempting to connect to failover server {0} at {1} : {2}\n
# 2108
REPL_FAILOVER_SERVER_CONNECTED=ANS2108I Connected to failover server {0}.\n
# 2110
REPL_FAILOVER_SERVER_FAILED=ANS2110I Connection to failover server IBM Spectrum Protect {0} failed\n
# 2111
CLI_INVALID_USEREPLSERVER=ANS2111E The REPLSERVERNAME entry for the specified MYREPLICATIONSERVER option was not found.\n
CLI_INVALID_USEREPLSERVER_EXPLANATION=The MYREPLICATIONSERVER option must have a matching REPLSERVERNAME entry in the options file. The REPLSERVERGUID, REPLTCPPORT, and REPLTCPSERVERADDRESS must also be specified. These options are normally set by the IBM Spectrum Protect server administrator and saved to the options file during logon to the primary server.
CLI_INVALID_USEREPLSERVER_SYSACT=Processing stops.
CLI_INVALID_USEREPLSERVER_URESP=Manually edit the options file to either correct or remove the options.
# 2112
REPLSERVER_READONLY=ANS2112I failover server is configured as 'read-only'. Backup and Archive operations are not supported when the failover server is in 'read-only' mode\n
# 2113
REPLSERVER_COMMAND_DISABLED=ANS2113E The command is not enabled when connected to the failover server in failover mode.\n
REPLSERVER_COMMAND_DISABLED_EXPLANATION=The IBM Spectrum Protect client has failed over and established a session with a failover server. The IBM Spectrum Protect server is configured as a replication server and will not accept data from this node. Commands that store data on the server are disabled.
REPLSERVER_COMMAND_DISABLED_SYSACT=Processing continues.
REPLSERVER_COMMAND_DISABLED_URESP=You can use the IBM Spectrum Protect client for Restore, Retrieve, and Query operations. Backup and Archive operations will fail.
# 2117
Img_Lv_Too_Small_And_Different_Subtypes=ANS2117E Source volume is of subtype {0} and destination is of subtype {1}. Destination must be larger than source.\n
Img_Lv_Too_Small_And_Different_Subtypes_EXPLANATION=Logical volumes from scalable volume groups (subtype DS_LVZ) do not contain an LVCB. That is, the very first block contains user data.\n\nAIX LVM volumes from original volume groups (subtype LVM) contain a Logical Volume Control Block (LVCB) on the first block (512 bytes) of the volume. When restoring to a volume of subtype LVM, the first block must be skipped in order to preserve the existing LVCB of the destination volume. That is, the restore operation begins writing at the second block of the volume.\n\nThis means that given two volumes of identical size, one of subtype DS_LVZ and the other is of subtype LVM, the latter has one less 512-byte block in which to store user data. Thus when you restore a volume of subtype DS_LVZ to a volume of subtype LVM, it is not sufficient for the destination volume to be the same size as the source volume. Instead, the destination volume must be at least one 512-block larger than the source volume.
Img_Lv_Too_Small_And_Different_Subtypes_SYSACT=The restore operation is not performed.
Img_Lv_Too_Small_And_Different_Subtypes_URESP=Make sure that both source and destination logical volumes are of the same type, or choose a larger destination volume, or increase the size of the destination volume.
# 2118
REPL_OPTION_WRITE_FAILURE=ANS2118I A write failure occurred while attempting to save node replication failover values to the options file. \n
# 2119
REPL_INVALID_SERVER_ADDR_RC=ANS2119I An invalid replication server address return code rc value = {0} was received from the server. \n
# 2120
REPL_LAST_STORE_DATES_DO_NOT_MATCH=ANS2120W The last store operation date reported by the server {0} of {1} UTC does not match the last store operation date of {2} UTC stored by the client for the filespace {3}. \n
REPL_LAST_STORE_DATES_DO_NOT_MATCH_EXPLANATION=The last store operation date reported on the server does not match the date stored locally on the client. If connected to the replication server it is likely that the replication was done before the last store operation from the client to the primary server. Hence, the replication is out of date. If connected to the primary server it is likely that the previous backup was done from another machine.
REPL_LAST_STORE_DATES_DO_NOT_MATCH_SYSACT=Processing continues.
REPL_LAST_STORE_DATES_DO_NOT_MATCH_URESP=Contact the IBM Spectrum Protect server administrator. Restoring from an out of date replica may lead to loss of data. If the primary server cannot be recovered, a full backup to the replica may be appropriate. If connected to the primary server, the message can be ignored.
# 2130
CLI_VMRestore_Protecting_AD= Protecting Active Directory Domain Controller on VM '{0}' from USN rollback. Please Wait...\n\n
# 2131
CLI_VMRestore_Boot_Volume_Discovery= Discovery of Boot Volume for VM '{0}' in progress. Please Wait...\n
# 2132
CLI_VMRestore_Boot_Volume_Discovery_Successful= Discovery of Boot Volume for VM '{0}' was Successful.\n
# 2133
CLI_VMRestore_Boot_Volume_Discovery_failed= Discovery of Boot Volume for VM '{0}' failed.\n\n
# 2134
CLI_VMRestore_Boot_Volume= Boot Volume for VM '{0}' is '{1}'.\n
# 2135
REPL_NODE_IS_READONLY=ANS2135E The node on the IBM Spectrum Protect server is in read only mode. \n
REPL_NODE_IS_READONLY_EXPLANATION=The server has prevented a store operation on the IBM Spectrum Protect server. The most likely explaination for this is the node has failed over to the failover server.
REPL_NODE_IS_READONLY_SYSACT=Processing stops.
REPL_NODE_IS_READONLY_URESP=Contact the IBM Spectrum Protect server administrator to verify if the primary server is available. If the primary server is available, check the error log for communications failures and correct any configuration issues.
# 2136
REPL_PRIMARY_SERVER_IS_UP=ANS2136E Operation not permitted. The failover server reports the primary server is available. Quit and restart the IBM Spectrum Protect client and retry the command. \n
REPL_PRIMARY_SERVER_IS_UP_EXPLANATION=The server has prevented a store operation on the failover IBM Spectrum Protect server. The failover server reports that the primary server is available. However, the IBM Spectrum Protect client failed over to the failover server.
REPL_PRIMARY_SERVER_IS_UP_SYSACT=Processing stops.
REPL_PRIMARY_SERVER_IS_UP_URESP=Restart the IBM Spectrum Protect client and verify the primary server connection is made. If the IBM Spectrum Protect client is unable to connect to the primary server, contact the IBM Spectrum Protect server administrator to verify if the primary server is available. If the primary server is available, check the error log for communications failures and correct any configuration issues.
# 2137
REPL_WRITE_DELAY_TIME=The fail over write delay time has not expired. Retry the command in '{0}' minutes. \n
# 2142
CLI_REPL_NO_DATA=No Date Available
# 2145
VSTORAGE_VM_EXISTING_NAME=ANS2145W Warning - updating an existing virtual machine named '{0}'. The restore operation continues.\n
VSTORAGE_VM_EXISTING_NAME_EXPLANATION=The virtual machine exists and will be updated with the disks specified.
VSTORAGE_VM_EXISTING_NAME_SYSACT=The virtual machine will be updated by the restore operation.
VSTORAGE_VM_EXISTING_NAME_URESP=No user action is necessary.
# 2146
VSTORAGE_UNSUPPORTED_HOST_BACKUP=ANS2146E The target vCenter or ESX/ESXi host is no longer supported, for virtual machine backups, by this version of IBM Spectrum Protect.\n
VSTORAGE_UNSUPPORTED_HOST_BACKUP_EXPLANATION=The target vCenter or ESX/ESXi host is no longer supported, for virtual machine backups, by this version of IBM Spectrum Protect.
VSTORAGE_UNSUPPORTED_HOST_BACKUP_SYSACT=Processing stops for this virtual machine.
VSTORAGE_UNSUPPORTED_HOST_BACKUP_URESP=Specify another target vCenter or ESX/ESXi host that is supported by this version of IBM Spectrum Protect.
# 2147
VSTORAGE_VM_WITH_DUPLICATE_NAME=ANS2147E The virtual machine named '{0}' already exists on the target system.\n
VSTORAGE_VM_WITH_DUPLICATE_NAME_EXPLANATION=The virtual machine cannot be restored because the name already exists on the target system.
VSTORAGE_VM_WITH_DUPLICATE_NAME_SYSACT=Processing stops for this virtual machine
VSTORAGE_VM_WITH_DUPLICATE_NAME_URESP=Use the -vmname option to rename the virtual machine.
# 2149
VSTORAGE_SKIPPING_DOWNLEVEL_RESTORE=ANS2149E The restore operation for this virtual machine to the target ESX/ESXi host is not supported because virtual machine hardware version is incompatible.\n
VSTORAGE_SKIPPING_DOWNLEVEL_RESTORE_EXPLANATION=The target ESX/ESXi host does not support the virtual hardware version of the virtual machine. As a result, a restore of the specified virtual machine to this host is not supported.
VSTORAGE_SKIPPING_DOWNLEVEL_RESTORE_SYSACT=Processing stops for this virtual machine.
VSTORAGE_SKIPPING_DOWNLEVEL_RESTORE_URESP=Specify another virtual machine to restore or specify another target ESX/ESXi host that supports virtual hardware version of the virtual machine.
# 2173
AIX_Vfiler_NFS4_SnapDiff_Not_Supported=ANS2173E Volume '{0}' from vFiler '{1}' is mounted using AIX NFS version 4. This configuration is not supported for snapshot difference incremental backups.\n
AIX_Vfiler_NFS4_SnapDiff_Not_Supported_EXPLANATION=Snapshot difference incremental backups are not supported for vFiler volumes mounted using AIX NFS version 4.
AIX_Vfiler_NFS4_SnapDiff_Not_Supported_SYSACT=Snapshot difference incremental backup fails.
AIX_Vfiler_NFS4_SnapDiff_Not_Supported_URESP=This problem is documented by NetApp BURT 630200. Apply the fix for this once it is available from NetApp. Specify "testflag snapdiffenablevfilernfs4" in dsm.opt file and retry the snapshot difference incremental backup.
# 2174
CLI_HsmLog_Conflict=ANS2174E Conflicting options HSMLOGMAX and HSMLOGRETENTION were specified.\n
CLI_HsmLog_Conflict_EXPLANATION=Values were specified for both the HSMLOGMAX and the HSMLOGRETENTION options. These options are mutually exclusive.
CLI_HsmLog_Conflict_SYSACT=Processing stops.
CLI_HsmLog_Conflict_URESP=Specify a nonzero value for HSMLOGMAX if you wish to have the IBM Spectrum Protect hsm log wrap when it reaches the specified maximum value. Use HSMLOGRETENTION if you wish you have the hsm log limited in size on a time-based schedule.
# 2176
DSI_JOURNALWIZ_SAMPLEINIFILE_NOT_COPIED=ANS2176E The sample journal configuration file '{0}' could not be copied to '{1}'.
DSI_JOURNALWIZ_SAMPLEINIFILE_NOT_COPIED_EXPLANATION=The IBM Spectrum Protect Journal Engine setup wizard tried to create a new journal configuration file by copying the sample configuration file. However the sample configuration file could not be successfully copied.
DSI_JOURNALWIZ_SAMPLEINIFILE_NOT_COPIED_SYSACT=The IBM Spectrum Protect Journal Engine setup wizard stops.
DSI_JOURNALWIZ_SAMPLEINIFILE_NOT_COPIED_URESP=Manually copy the sample journal configuration file "config\\tsmjbbd.ini.smp" to "baclient\\tsmjbbd.ini", then try the IBM Spectrum Protect Journal Engine setup wizard. The "baclient" and "config" directories can be found in the directory where you installed the IBM Spectrum Protect Backup-Archive Client. For example, "C:\\Program Files\\Tivoli\\TSM\\baclient" and "C:\\Program Files\\Tivoli\\TSM\\config"
# 2178
CLI_NOT_CURRENT=Not Current
# 2179
CLI_CURRENT=Current
# 2183
error_org_not_found=ANS2183E Organization '{0}' not found in the vCloud Director.\n
error_org_not_found_EXPLANATION=The specified Organization is not recognized by the vCloud Director.
error_org_not_found_SYSACT=The action requested for the organization is canceled.
error_org_not_found_URESP=Verify that an organization by the specified name exists in the vCloud. Organization names are case-sensitive.
# 2184
error_org_vdc_not_found=ANS2184E Organization VDC '{0}' not found in organization '{1}'.\n
error_org_vdc_not_found_EXPLANATION=The specified organization VDC is not part of the specified organization.
error_org_vdc_not_found_SYSACT=The action requested for the organization VDC is canceled.
error_org_vdc_not_found_URESP=Verify that an organization VDC by the specified name exists in the specified organization. Organization and organization VDC names are case-sensitive.
# 2185
error_vcd_wrong_credentials=ANS2185E Failed to log on to the vCloud Director on '{0}' with user name '{1}': Authentication failed.\n
error_vcd_wrong_credentials_EXPLANATION=The vCloud credentials specified in the VCDUser and VCDPass options were rejected by the vCloud director.
error_vcd_wrong_credentials_SYSACT=vCloud operations cannot be performed.
error_vcd_wrong_credentials_URESP=Update the VCDUser and VCDPass options with valid credentials for the vCloud Director.
# 2187
error_cannot_connect_to_vcd=ANS2187E Failed to establish connection to the vCloud Director on '{0}'.\n
error_cannot_connect_to_vcd_EXPLANATION=A connection cannot be established to the vCloud Director on the host that is specified by the VCDHost and VCDPort options.
error_cannot_connect_to_vcd_SYSACT=vCloud operations cannot be performed.
error_cannot_connect_to_vcd_URESP=Verify that the values of the VCDHOst and VCDPort options are valid, network connectivity to the host exists, and that the vCloud Director service is running.
# 2188
error_vcd_plugin_not_found=ANS2188E The vCloud protection runtime library is not installed or failed to load.\n
error_vcd_plugin_not_found_EXPLANATION=The vCloud runtime library is not installed or cannot be loaded.
error_vcd_plugin_not_found_SYSACT=vCloud operations cannot be performed.
error_vcd_plugin_not_found_URESP=Verify that the IBM Spectrum Protect for Virtual Environments vCloud runtime library is installed. If neccessary, reinstall IBM Spectrum Protect for Virtual Environments.
# 2189
error_vcd_plugin_init_failed=ANS2189E The vCloud protection runtime library cannot be initialized.\n
error_vcd_plugin_init_failed_EXPLANATION=The vCloud protection runtime library failed to initialize. This issue might be caused by the Java runtime not being installed.
error_vcd_plugin_init_failed_SYSACT=vCloud operations cannot be performed.
error_vcd_plugin_init_failed_URESP=Verify that Java is installed.
# 2190
error_vcd_internal_error=ANS2190E The vCloud protection runtime library encountered an internal error.\n
error_vcd_internal_error_EXPLANATION=An internal error had occured in the vCloud runtime library.
error_vcd_internal_error_SYSACT=vCloud operations cannot be performed.
error_vcd_internal_error_URESP=Check the dsmerror.log file for any additional messages that might be related to this problem. Try the operation again. If the problem persists, visit the IBM Support Portal for additional information at http://www.ibm.com/support/entry/portal/.
# 2191
Cli_VSS_Staging_Path_failed=ANS2191E An error occurred creating the default VSS staging directory '{0}'.\n
Cli_VSS_Staging_Path_failed_EXPLANATION=The IBM Spectrum Protect client uses an VSS staging directory to store files related to to VSS snapshot operations. The IBM Spectrum Protect client was unable to create this directory structure.
Cli_VSS_Staging_Path_failed_SYSACT=The IBM Spectrum Protect client stopped.
Cli_VSS_Staging_Path_failed_URESP=If the problem persists, contact IBM technicalsupport for further assistance.
# 2192
error_no_mapping_found_in_node=ANS2192E Failed to read the node configuration information from node '{0}'.\n
error_no_mapping_found_in_node_EXPLANATION=Node mapping information is required for this vCloud operation. However, the mapping information either does not exist or cannot be read from the specified node.
error_no_mapping_found_in_node_SYSACT=The operation is canceled.
error_no_mapping_found_in_node_URESP=Make sure that you are accessing the correct node. The node mapping information is stored in the Provider VDC node. If necessary, go to the Configuration page and click 'Run the Configuration Wizard' to make corrections to the node mapping.
# 2196
dsmEvent_VM_VSS_UNSUPPORTED_DISK_CONFIG=ANS2196W An incompatible disk configuration is detected for the following disk: '{0}'. The individual database restore for the following database is not supported:'{1}'.\n
dsmEvent_VM_VSS_UNSUPPORTED_DISK_CONFIG_EXPLANATION=One or more database files in this operation are located on the dynamic or GUID Partition Table (GPT) disks. In this configuration, individual database restore is not supported.
dsmEvent_VM_VSS_UNSUPPORTED_DISK_CONFIG_SYSACT=Backup of the full VM continues.
dsmEvent_VM_VSS_UNSUPPORTED_DISK_CONFIG_URESP=To restore the environment to the previous statue, issue a full VM restore.
# 2199
dsmEvent_VM_UPDATE_EXC_MAILBOXHIST_INFO=Starting to back up Exchange mailbox history from virtual machine '{0}'\n
# 2201
CLI_ExaminingInDiskCache=ANS2201I ***** Inspecting Cache {0} files *****\n
# 2202
DiskCache_DiskFull_Error=ANS2202E Disk Full Error Accessing Disk Cache.
DiskCache_DiskFull_Error_EXPLANATION=A disk full error occurred attempting to access or write to the specified disk cache file during a disk cache incremental backup. See the client error log for more detailed information.
DiskCache_DiskFull_Error_SYSACT=Processing stops.
DiskCache_DiskFull_Error_URESP=This error can be resolved by freeing up space in the file system containing the cache file, or specifying a different location for the cache file. Use the diskcachelocation option to specify the location of the cache file.
# 2203
DiskCache_Access_Error=ANS2203E Error Accessing Disk Cache.
DiskCache_Access_Error_EXPLANATION=An error occurred attempting to access the specified disk cache file during a disk cache incremental backup. See the client error log for more detailed information. IBM Spectrum Protect.
DiskCache_Access_Error_SYSACT=Processing stops.
DiskCache_Access_Error_URESP=None.
# 2204
DiskCache_NameLength_Exceeds_Key=ANS2204E Disk cache restarted.
DiskCache_NameLength_Exceeds_Key_EXPLANATION=The length of an object name exceeded the configured disk cache key length during a disk cache incremental backup. The backup must be restarted.. IBM Spectrum Protect.
DiskCache_NameLength_Exceeds_Key_SYSACT=Backup is restarted with a larger key length to accommodate the object name.
DiskCache_NameLength_Exceeds_Key_URESP=None required. The name of the object that caused the failure can be found in the dsmerror.log file.
# 2205
CLI_Using_DiskCache=Using disk caching for backup of filespace {0}\n
# 2206
DiskCache_User_Must_Be_Root=ANS2206W The user must have root authority to use the memory efficient backup disk cache method. The operation will continue using memory efficient backup method without disk caching.\n
DiskCache_User_Must_Be_Root_EXPLANATION=None.
DiskCache_User_Must_Be_Root_SYSACT=The operation continues without using disk caching.
DiskCache_User_Must_Be_Root_URESP=None.
# 2207
CLI_ACTIVE_STATUS_CACHE_FILL=Filling Cache: {0}
# 2208
CLI_ACTIVE_STATUS_EXPIRE_WALK=Inspecting Cache: {0}
# 2209
DSI_PREFERR_PERFORMANCE_TUNING_PREFERENCES=Performance Tuning Preferences
# 2212
DSI_PREFERR_PERFORMANCE_TUNING=Performance Tuning
# 2214
DSI_PREFERR_MEMORY_RESIDENT=Use memory-resident method
# 2215
DSI_PREFERR_MEMORY_SAVING_INCR=Use memory saving method
# 2216
DSI_PREFERR_MEMORY_DISKCACHE=Use disk cache method
# 2217
DSI_PREFERR_MEMORY_METHOD=Memory Usage Algorithm to be used during backup
# 2220
Img_Vol_Set_Maint_Mode_Failure=ANS2220E The cluster disk could not be put in maintenance mode.\n
Img_Vol_Set_Maint_Mode_Failure_EXPLANATION=The system call to put the cluster disk in maintenance mode failed.
Img_Vol_Set_Maint_Mode_Failure_SYSACT=Processing stopped.
Img_Vol_Set_Maint_Mode_Failure_URESP=Try the operation again. If the problem continues, check the client error log for any other messages that might have been logged when this message was written, and take the corrective action (if any) suggested by those messages. Examine the Windows event log which may contain additional information. See your system administrator or IBM Spectrum Protect administrator for further help.
# 2221
DSI_HOST_ADDRESS_CONFIGURATION=ANS2221W Java was not able to resolve the IP address of your local machine\ndue to network misconfiguration problems!\n\nPlease verify your network and DNS configuration are setup correctly.\nNote that on UNIX machines the hostname must be reported correctly (the same)\nfor IPv4 and IPv6 communication methods in the /etc/hosts configuration file.\n\nIBM Spectrum Protect processing continues.\n
DSI_HOST_ADDRESS_CONFIGURATION_EXPLANATION=Java was not able to get the local host address due to network misconfiguration problems.
DSI_HOST_ADDRESS_CONFIGURATION_SYSACT=Processing continues.
DSI_HOST_ADDRESS_CONFIGURATION_URESP=Please verify your network and DNS configuration are setup correctly. Note that on UNIX machines the hostname must be reported correctly (the same) for IPv4 and IPv6 communication methods in the /etc/hosts configuration file. See your system administrator or IBM Spectrum Protect administrator for further help.
# 2222
DSI_PREFERR_APPLY_ALL_FILESPACES=Apply algorithm to all the filespaces
# 2224
DSI_PREFERR_APPLY_ONE_FILESPACE=Select individual filespaces
# 2234
dsmEvent_VM_VSS_UNSUPPORTED_CONFIG=ANS2234W Restore from virtual machine backup '{0}' is not available for database '{1}'. {2}\n
dsmEvent_VM_VSS_UNSUPPORTED_CONFIG_EXPLANATION=Restore from virtual machine backup is not supported for in-guest application databases for one of the following reasons: Database files are located on the dynamic disks, GUID Partition Table (GPT) disks, iSCSI disks or other Network Attached Storage devices. Microsoft Exchange Server databases are in the dismounted state during virtual machine backup. Microsoft Exchange Server databases are in the unhealthy state or with unhealthy database copies. Microsoft Exchange Server databases are being backed up by a different server at the same time. When vmPreferDagPassive option is set to YES, Microsoft Exchange Server databases are active copies on the current server and have a healthy passive copy on another server. Microsoft Exchange Server Exchange databases are in the unknown state because IBM Spectrum Protect is not able to determine the database health status during virtual machine backup.
dsmEvent_VM_VSS_UNSUPPORTED_CONFIG_SYSACT=The backup operation of the full virtual machine continues.
dsmEvent_VM_VSS_UNSUPPORTED_CONFIG_URESP=Take one or more of the following actions to resolve the issue: Move the database files to disks that are supported by in-guest application protection. Mount the dismounted Microsoft Exchange Server databases before the virtual machine backup. Repair the Microsoft Exchange Server databases in the unhealthy states. Use the VMTSMVSS trace flag on the data mover to trace database health status processing during virtual machine backup operations.
# 2236
VMBACKUP_Max_VMDK_Exceeded_Info=ANS2236I The virtual machine '{0}' contains one or more disks that exceed the maximum size set by the VMMAXVIRTUALDISKS option. These disks will be excluded from the backup.\n
# 2238
DSI_RC_VAPP_OPTION_MISSING=ANS2238E VCDHOST option must be set before running this operation.
DSI_RC_VAPP_OPTION_MISSING_EXPLANATION=VCDHOST option is missing.
DSI_RC_VAPP_OPTION_MISSING_SYSACT=Operation cannot continue without this option being set.
DSI_RC_VAPP_OPTION_MISSING_URESP=Add the option to the client options file, either via the preferences editor or by manually editing the file, or specify the option on the command line.
# 2244
VMBACKUP_VMDK_Over_Limit=ANS2244W The virtual machine contains one or more disks that exceed the maximum size set by the VMMAXVIRTUALDISKS option. You can use the VMMAXVIRTUALDISKS option to change the maximum size or specify the '-VMSKIPMAXVIRTUALDISKS=yes' option to exclude these disks from the backup.\n
VMBACKUP_VMDK_Over_Limit_EXPLANATION=The IBM Spectrum Protect client does not back up VMDKs or VHDXs that are larger than the maximum size.
VMBACKUP_VMDK_Over_Limit_SYSACT=The virtual machine is not backed up.
VMBACKUP_VMDK_Over_Limit_URESP=Use the VMMAXVIRTUALDISKS option to change the maximum size or specify the '-VMSKIPMAXVIRTUALDISKS=yes' option to exclude these disks from the backup.
# 2245
VMBACKUP_VSTORAGE_COMMAND_NOT_SUPPORTED=ANS2245E Virtual machine backups and restores are not supported on 32 bit data movers.
VMBACKUP_VSTORAGE_COMMAND_NOT_SUPPORTED_EXPLANATION=Virtual machine operations such as backups and restores are not supported on 32 bit Data Movers.
VMBACKUP_VSTORAGE_COMMAND_NOT_SUPPORTED_SYSACT=The operation is not performed.
VMBACKUP_VSTORAGE_COMMAND_NOT_SUPPORTED_URESP=Update to a 64 bit Data Mover and retry the operation.
# 2246
VAPP_DISABLE_MAINTENANCE_FAILED=ANS2246W Failed to disable maintenance mode for vApp {0}.
VAPP_DISABLE_MAINTENANCE_FAILED_EXPLANATION=The client has tried to disable the maintenance mode of this vApp. This operation failed.
VAPP_DISABLE_MAINTENANCE_FAILED_SYSACT=Operation continues.
VAPP_DISABLE_MAINTENANCE_FAILED_URESP=Check whether the vApp is still in maintenance mode. If yes, disable it manually.
# 2247
DSI_RC_VAPP_ASNODE_MISSING=ANS2247E ASNODENAME option must be specified when running this command.
DSI_RC_VAPP_ASNODE_MISSING_EXPLANATION=When running vCloud-related commands, ASNODENAME option must specify the Provider vDC node.
DSI_RC_VAPP_ASNODE_MISSING_SYSACT=Operation cannot continue.
DSI_RC_VAPP_ASNODE_MISSING_URESP=Specify the Provider vDC node as ASNODENAME to the command.
# 2248
error_vcd_jre_init_failed=ANS2248E Failed to load or initialize the Java runtime library.\n
error_vcd_jre_init_failed_EXPLANATION=The Java runtime library (libjvm), required by the vCloud Protection environment, cannot be loaded, or initialization of Java runtime environment failed
error_vcd_jre_init_failed_SYSACT=Operation is stopped
error_vcd_jre_init_failed_URESP=For Linux operating system, verify that a link named 'jre', referencing the 'jre' directory under your Java installation path, exists in the backup-archive client installation directory. If a link does not exist, create the link (e.g. ln -s /opt/ibm/java-x86_64-70/jre /opt/tivoli/tsm/client/ba/bin/jre). Alternatively, modify LD_LIBRARY_PATH to include the path to libjvm.so (e.g. export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/tivoli/tsm/client/ba/bin:/opt/ibm/java-x86_64-70/jre/bin/classic). For Windows operating system, verify that the JRE directory exists under the client installation directory. Reinstall the backup-archive client if necessary.
# 2249
DSI_VM_EXISTS_DESCRIPTION=ANS2249W A virtual machine named '{0}' exists on this system. \n\nDo you want to replace the existing virtual machine?
DSI_VM_EXISTS_DESCRIPTION_EXPLANATION=Restoring this virtual machine will stop and delete the existing virtual machine and all of its files. To protect application data, stop any applications that are running, and then shut down the virtual machine before you restore it.
DSI_VM_EXISTS_DESCRIPTION_SYSACT=If the user chooses to continue, the system will stop and delete the existing virtual machine and all of its files.
DSI_VM_EXISTS_DESCRIPTION_URESP=Choose whether to replace the existing virtual machine.
# 2261
Unable_To_Lock_OptionsFile=ANS2261E IBM Spectrum Protect client failed to lock options file.\n
Unable_To_Lock_OptionsFile_EXPLANATION=In multi-process environment IBM Spectrum Protect client locks the options file during initialization to avoid conflicts on reading or adding an option.
Unable_To_Lock_OptionsFile_SYSACT=processing continue
Unable_To_Lock_OptionsFile_URESP=Try to decrease a number of IBM Spectrum Protect client processes
# 2262
SERVICE_STARTING=ANS2262I The service is starting.
# 2263
SERVICE_STARTED=ANS2263I The service started.
# 2264
SHUTDOWN_IN_PROGRESS=ANS2264I The shutdown is in progress.
# 2265
SHUTTING_DOWN=ANS2265I The service is shutting down.
# 2266
SETTING_OPTION_TO_DEFAULT=ANS2266I The option '{0}' is set to the default value of '{1}'.
# 2267
INVALID_VALUE_FOR_OPTION=ANS2267W The '{0}' option value '{1}' is invalid.
INVALID_VALUE_FOR_OPTION_EXPLANATION=An error was detected with the option value.
INVALID_VALUE_FOR_OPTION_SYSACT=The default setting is used.
INVALID_VALUE_FOR_OPTION_URESP=To use a non-default value, correct the option value in the frConfig.props file. Then, restart the web server that is hosting the file restore interface.
# 2268
CAD_PORT_NOT_FOUND_ERROR=ANS2268W The TCP/IP port address on the mount proxy node cannot be located or is invalid.
CAD_PORT_NOT_FOUND_ERROR_EXPLANATION=The mount proxy node requires a TCP/IP port address. This address is used for communication by the client acceptor on the mount proxy node. If a local mount proxy node is used, the TCP/IP port address that was specified with the configuration wizard or notebook is invalid. If a remote mount proxy node is used, the default_mp_httpport option in the frConfig.props file is either not specified or is invalid. Communication with the client acceptor cannot start.
CAD_PORT_NOT_FOUND_ERROR_SYSACT=Processing stops.
CAD_PORT_NOT_FOUND_ERROR_URESP=If a local mount proxy node is used, use the Mount Proxy Node Pairs page in the configuration wizard or notebook to remove the mount proxy node. Then, add the mount proxy node again to resolve this issue.
# 2269
VMFL_MAX_MOUNT_COUNT_REACHED=ANS2269E The maximum number of backups were loaded. If a restore is running, wait for it to complete and load the backup again. If the backup is loaded in another browser window, close that browser.
VMFL_MAX_MOUNT_COUNT_REACHED_EXPLANATION=To mount another backup, one of the mounted backups must be dismounted.
VMFL_MAX_MOUNT_COUNT_REACHED_SYSACT=Processing stops.
VMFL_MAX_MOUNT_COUNT_REACHED_URESP=Dismount one of the mounted backups and try the operation again.
# 2271
CLI_Unsuc_Deletion_Arch_File=ANS2271W Unsuccessful deletion of archived file {0}{1}{2}\n
CLI_Unsuc_Deletion_Arch_File_EXPLANATION=An attempt to delete the archived file was unsuccessful.
CLI_Unsuc_Deletion_Arch_File_SYSACT=Processing continues.
CLI_Unsuc_Deletion_Arch_File_URESP=Check the console or schedule log for additional information. Retry the operation at a later time.
# 2307
error_vcs_plugin_missing_category_or_tag=ANS2307I IBM Spectrum Protect category or tag can not be found on vCeter. Category: {0}, tags: {1}\n
# 2308
error_vcs_plugin_java_exception=ANS2308E The VMware vCloud Suite API reported the following error message: '{0}'.\n
error_vcs_plugin_java_exception_EXPLANATION=The VMware vCloud Suite API reported an error with the specified message.
error_vcs_plugin_java_exception_SYSACT=Processing stops.
error_vcs_plugin_java_exception_URESP=Check the vcsplugin.log file for additional information and contact the IBM Spectrum Protect administrator if you require further assistance.
# 2309
VM_SSO_LOGIN_FAILED=ANS2309I Single Sign On login to the vSphere Server failed in function {0}.\n{1} A credential login is now attempted.\n\n
# 2310
VMBACKUP_VSTORAGE_SNAPSHOT_DISABLED_NAME=ANS2310E The create snapshot task is disabled on the virtual machine '{0}'. As a result, the virtual machine cannot be backed up.
VMBACKUP_VSTORAGE_SNAPSHOT_DISABLED_NAME_EXPLANATION=Virtual machines that are managed or replicated by another application disable the create snapshot task. The vSphere client or another application disabled the create snapshot task on this virtual machine. As a result, this virtual machine cannot be backed up.
VMBACKUP_VSTORAGE_SNAPSHOT_DISABLED_NAME_SYSACT=The backup operation skips the virtual machine with the disabled create snapshot task and continues processing the remaining virtual machines.
VMBACKUP_VSTORAGE_SNAPSHOT_DISABLED_NAME_URESP=None.
# 2311
VMBACKUP_VSTORAGE_SNAPSHOT_DISABLED=ANS2311E The create snapshot task is disabled on the virtual machine. As a result, the virtual machine cannot be backed up.
VMBACKUP_VSTORAGE_SNAPSHOT_DISABLED_EXPLANATION=Virtual machines that are managed or replicated by another application disable the create snapshot task. The vSphere client or another application disabled the create snapshot task on this virtual machine. As a result, this virtual machine cannot be backed up.
VMBACKUP_VSTORAGE_SNAPSHOT_DISABLED_SYSACT=The backup operation skips the virtual machine with the disabled create snapshot task and continues processing the remaining virtual machines.
VMBACKUP_VSTORAGE_SNAPSHOT_DISABLED_URESP=None.
# 2323
error_vcd_pwd_not_found=ANS2323E The user ID and password for VMware vCloud Director '{0}' are not set.\n
error_vcd_pwd_not_found_EXPLANATION=The user ID and password for VMware vCloud Director could not be read from encrypted password file.
error_vcd_pwd_not_found_SYSACT=Processing stops.
error_vcd_pwd_not_found_URESP=Issue the dsmc SET PASSWORD -type=VCD 'vCloud Director hostname' 'userid' 'password' command to save an encrypted password.
# 2324
warning_vcd_userid_mismatch=ANS2324W WARNING: The VMware vCloud Director user ID <{0}> read from the password file is different from the VCDUser option value <{1}>. Using stored value.\n
warning_vcd_userid_mismatch_EXPLANATION=All user IDs that are specified in the TSM.PWD file and in the VCDUSER option must be the same.
warning_vcd_userid_mismatch_SYSACT=Processing stops.
warning_vcd_userid_mismatch_URESP=Contact the IBM Spectrum Protect administrator with the information that is provided in this message.
# 2330
dsmEvent_VM_VSS_THAW_WRITERS_FAIL_MSG=ANS2330E Failed to unfreeze the VSS writers because the snapshot time exceeded the 10 second timeout limitation.\n
dsmEvent_VM_VSS_THAW_WRITERS_FAIL_MSG_EXPLANATION=Microsoft VSS has a 10 second timeout limitation between freeze and thaw events for VSS writers on a VM. When the snapshot time exceeds the 10 second timeout limit, the VSS writers return to a 'failed' state. This failed state occurs because the VSS provider did not thaw the VSS writers within the allowed time.
dsmEvent_VM_VSS_THAW_WRITERS_FAIL_MSG_SYSACT=Processing stops.
dsmEvent_VM_VSS_THAW_WRITERS_FAIL_MSG_URESP=Check the event log. Ensure that the writers on the guest VM are in 'stable' state before trying an application protection VM backup operation again. A snapshot operation must be completed within 10 seconds.
# 2331
CLI_HyperV_VMname_not_found_on_server=ANS2331W No match found on the server for the Hyper-V VM name or VMList '{0}' entered\n
CLI_HyperV_VMname_not_found_on_server_EXPLANATION=No match found on the server for the Hyper-V VM name or VMList parameter entered.
CLI_HyperV_VMname_not_found_on_server_SYSACT=None.
CLI_HyperV_VMname_not_found_on_server_URESP=Specify another Hyper-V VM name or VMList parameter that exists on the server.
# 2338
CLI_HYPERV_REPLICA_BACKUP_WARNING=ANS2338W The process has detected a request to backup a virtual machine replica. The state of the replica '{0}', ID='{1}' may differ from the original virtual machine. If the names of the original virtual machine and the replica are identical the same file space will be used. The data may become unrecoverable because the state of the original virtual machine and the replica may differ.
CLI_HYPERV_REPLICA_BACKUP_WARNING_EXPLANATION=Backups of an original virtual machine and their replica overwrite each other as their name and ID are usually identical. Virtual machine replicas are taken in definite time intervals. Between these intervals the data on the original and the replica may differ. In some occasions the difference may cause data corruption if a backup of the original is followed by a backup of the replica.
CLI_HYPERV_REPLICA_BACKUP_WARNING_SYSACT=A backup request of a virtual machine replica is being processed.
CLI_HYPERV_REPLICA_BACKUP_WARNING_URESP=Configure IBM Spectrum Protect to back up only the original virtual machine or the replica. Alternatively, one can change the name of the replica compared to the original virtual machine; and the replica will back up to a separate file space.
# 2339
CLI_HYPERV_BRANCHED_VM_WARNING=ANS2339W The Hyper-V VM '{0}' is in a "branch" state compared to the last backup. Incremental Forever - Incremental backup cannot be performed. An Incremental Forever - Full backup will be performed instead.
CLI_HYPERV_BRANCHED_VM_WARNING_EXPLANATION=The VM state is in a "branch" compared to the last backup. This causes a fallback to Incremental Forever - Full as backup consistency in this state is not guaranteed.
CLI_HYPERV_BRANCHED_VM_WARNING_SYSACT=An Incremental Forever - Full backup will be performed.
CLI_HYPERV_BRANCHED_VM_WARNING_URESP=None.
# 2340
HYPERV_VMEXIST_SKIPPED_BYUSER=ANS2340W The target virtual machine '{0}' exists, use the REPLACE option to overwrite.\n
HYPERV_VMEXIST_SKIPPED_BYUSER_EXPLANATION=The specified target VM exists and the user specified not to allow restore to replace existing machines.
HYPERV_VMEXIST_SKIPPED_BYUSER_SYSACT=The virtual machine is not restored.
HYPERV_VMEXIST_SKIPPED_BYUSER_URESP=Specify a different virtual machine as a restore target or specify that existing virtual machines can be replaced.
# 2341
HYPERV_MATCHINGNAME_DIFFERENTGUID=ANS2341E The target virtual machine '{0}' cannot be restored: The guid differs from the backup copy.\n
HYPERV_MATCHINGNAME_DIFFERENTGUID_EXPLANATION=The specified target VM exists and has a different guid than the virtual machine was backed up with..
HYPERV_MATCHINGNAME_DIFFERENTGUID_SYSACT=The virtual machine is not restored.
HYPERV_MATCHINGNAME_DIFFERENTGUID_URESP=Specify a different virtual machine as a restore target or delete the specified target virtual machine.
# 2342
HYPERV_AMBIGUOUS_RESTORETARGET=ANS2342E The specified restore target '{0}' is ambiguous: Multiple virtual machines with the same name exist.\n
HYPERV_AMBIGUOUS_RESTORETARGET_EXPLANATION=The specifed restore target is ambiguous, multiple virtual machine with the same name exist.
HYPERV_AMBIGUOUS_RESTORETARGET_SYSACT=The virtual machine is not restored.
HYPERV_AMBIGUOUS_RESTORETARGET_URESP=Specify a different virtual machine as a restore target.
# 2343
HYPERV_PHYRDM_DISK=ANS2343E A snapshot of Virtual machine '{0}' cannot be taken because a physical disk attached.\n
HYPERV_PHYRDM_DISK_EXPLANATION=The Volume Snapshot Service (VSS) is unable to snapshot a virtual machine with a physical disk.
HYPERV_PHYRDM_DISK_SYSACT=The full backup of the the virtual machine finished with failures. The next virtual machine in the backup will be processed.
HYPERV_PHYRDM_DISK_URESP=Do not include this virtual machine in domain.vmfull for backup. A snapshot of this virtual machine cannot be taken.
# 2344
CLI_WITNESS_DISK=ANS2344E '{0}' is a disk witness.\n
CLI_WITNESS_DISK_EXPLANATION=The indicated volume is a disk witness. Because the CLUSTERNODE option is set to YES, the volume cannot be backed up or archived.
CLI_WITNESS_DISK_SYSACT=Processing stops.
CLI_WITNESS_DISK_URESP=If the CLUSTERNODE option is incorrectly set to YES, then change the option to NO and try the operation again. Otherwise see the client manual for further information about configuring the IBM Spectrum Protect client to run in a cluster environment.
# 2345
VMBACKUP_FOUND_OLD_SNAPSHOTS=ANS2345W The virtual machine named '{0}' was found to have an old snapshot '{1}'. A command was sent to the vCenter to remove it.\n
VMBACKUP_FOUND_OLD_SNAPSHOTS_EXPLANATION=During the snapshot clean-up process the backup-archive client found old snapshots on the virtual machine. A remove snapshot command was sent to the VMware vCenter to remove the old snapshots.
VMBACKUP_FOUND_OLD_SNAPSHOTS_SYSACT=Processing continues
VMBACKUP_FOUND_OLD_SNAPSHOTS_URESP=Confirm that the the virtual machine is free of all snapshots before the next scheduled backup.
# 2347
dsmEvent_VM_VSS_JAVA_VERSION_ERROR_MSG=ANS2347E IBM Spectrum Protect application protection cannot be used. The correct Java Runtime Environment version has not been detected on {0}. A Java Runtime Environment {1} or higher is required to run this program. If you have already installed this level of Java version on this machine, please ensure that the correct Java executable is on your PATH and start the program again.\n
dsmEvent_VM_VSS_JAVA_VERSION_ERROR_MSG_EXPLANATION=IBM Spectrum Protect application protection vm backup cannot be started because the Java runtime environment does not meet the requirements.
dsmEvent_VM_VSS_JAVA_VERSION_ERROR_MSG_SYSACT=Processing stops.
dsmEvent_VM_VSS_JAVA_VERSION_ERROR_MSG_URESP=Verify that the correct java executable is on your PATH or install the required version of Java runtime environment and run the backup again.
# 2348
UNSUPPORTED_MOUNT_PROXY_OS=ANS2348E Mount proxy host '{0}' does not have a supported operating system.\n
UNSUPPORTED_MOUNT_PROXY_OS_EXPLANATION=The mount proxy node needs to be configured on a supported operating system.
UNSUPPORTED_MOUNT_PROXY_OS_SYSACT=The calling procedure returns and control is passed back the user.
UNSUPPORTED_MOUNT_PROXY_OS_URESP=Check the documentation for a list of supported operating systems. Configure the mount proxy node on a supported operating system.
# 2349
VMBACKUP_VM_NEEDS_CONSOLIDATION=ANS2349W The virtual machine named '{0}' was found to need snapshot consolidation. A command was sent to the VMware vCenter to perform consolidation.\n
VMBACKUP_VM_NEEDS_CONSOLIDATION_EXPLANATION=During the virtual machine backup process the backup-archive client found the virtual machine needed snapshot consolidation. A command was sent to the VMware vCenter to perform consolidation.
VMBACKUP_VM_NEEDS_CONSOLIDATION_SYSACT=Processing continues
VMBACKUP_VM_NEEDS_CONSOLIDATION_URESP=Confirm that the virtual machine is clean of all snapshots and snapshot delta files before the next scheduled backup.
# 2350
VMBACKUP_HyperV_VMName_Contains_Unsupported_Chars=ANS2350E Virtual machine '{0}' will not be backed up because it contains at least one of the following unsupported special characters \\ / : ; , * ? " ' < > |\n
VMBACKUP_HyperV_VMName_Contains_Unsupported_Chars_EXPLANATION=The specified virtual machine contains characters that are not supported for virtual machine backup and restore operations.
VMBACKUP_HyperV_VMName_Contains_Unsupported_Chars_SYSACT=The backup for the specified virtual machine fails.
VMBACKUP_HyperV_VMName_Contains_Unsupported_Chars_URESP=Rename the virtual machine so that it does not contain any of the specified special characters.
# 2351
VMBACKUP_HyperV_Dup_VMName=ANS2351E Duplicate virtual machine name '{0}' was detected in the same backup operation. Backups of a virtual machine can not continue without a unique object name.
VMBACKUP_HyperV_Dup_VMName_EXPLANATION=The backup of the virtual machine failed because no unique object name is available.
VMBACKUP_HyperV_Dup_VMName_SYSACT=The backup for the specified virtual machine fails. The next virtual machine to back up will be processed.
VMBACKUP_HyperV_Dup_VMName_URESP=Rename the virtual machine so that it is unique among virtual machines for the node.
# 2352
HYPERV_RESTORE_VALIDATION_ERROR=ANS2352E Validation of virtual machine '{0}' configuration returned the following message from Hyper-V:\n{1}\nThis message indicated that the virtual machine could not be restored until the message from Hyper-V is addressed.\n
HYPERV_RESTORE_VALIDATION_ERROR_EXPLANATION=When validating the virtual machine with Hyper-V a message was returned that prevents the virtual machine restore from continuing.
HYPERV_RESTORE_VALIDATION_ERROR_SYSACT=Cannot continue with restore until the issue is resolved.
HYPERV_RESTORE_VALIDATION_ERROR_URESP=Resolve the issue outlined by the message.
# 2353
HYPERV_RESTORE_SET_CPUMEMORY=ANS2353W The virtual machine to be restored '{0}' exceeds the amount of vCPUs, virtual memory, or both, that are allowed by the host. The virtual machine was reset to the minimum amount that is allowed by the host so that the restore operation can continue.\n\n
HYPERV_RESTORE_SET_CPUMEMORY_EXPLANATION=The virtual machine to be restored is configured for more vCPUs, virtual memory, or both, than are allowed by the host. The amount of vCPUs and virtual memory can be adjusted after the restore operation completes.
HYPERV_RESTORE_SET_CPUMEMORY_SYSACT=The vCPUs, virtual memory, or both, are reset to the minimum amount that are allowed by the host. The restore operation continues.
HYPERV_RESTORE_SET_CPUMEMORY_URESP=Adjust the amount of vCPUs, virtual memory, or both, after the restore operation completes.
# 2373
error_cannot_connect_to_psc_server=ANS2373E The VMware vCloud Suite plug-in library failed to connect to the Platform Services Controller (PSC) and perform a single sign-on session.\n
error_cannot_connect_to_psc_server_EXPLANATION=A connection cannot be established with the Platform Services Controller.
error_cannot_connect_to_psc_server_SYSACT=vCloud Suite API operations cannot be performed.
error_cannot_connect_to_psc_server_URESP=Verify that the value of the VMCHOST option is correct, that network connectivity to the host exists, and that the Platform Services Controller is running either embedded or external.To receive any additional messages that might be related to this problem, enable TRACEFLAGS VCLOUD tracing in the client options file. To determine which Platform Services Controller the vCenter Server is referencing, examine the vCenter Server's Advanced Settings key 'config.vpxd.sso.sts.uri'. Confirm the system time between the PSC, vCenter and the client on the data mover node are in sync. Also, check the vCloud Suite plug-in error file vcsplugin.log.
# 2374
error_cannot_connect_to_vcs_server=ANS2374E The VMware vCloud Suite plug-in library failed to connect to the vCenter Management Server.\n
error_cannot_connect_to_vcs_server_EXPLANATION=A connection cannot be established with the vCenter Management Server.
error_cannot_connect_to_vcs_server_SYSACT=vCloud Suite API operations cannot be performed.
error_cannot_connect_to_vcs_server_URESP=Verify that the value of the VMCHOST option is correct, and that network connectivity to the host exists. To receive any additional messages that might be related to this problem, enable TRACEFLAGS VCLOUD tracing in the client options file. Also, check the vCloud Suite plug-in log file vcsplugin.log.
# 2375
error_vcs_server_not_found=ANS2375E The VMware vCloud Suite plug-in library failed to connect to the vCenter Management Server because the instance name could not be found.\n
error_vcs_server_not_found_EXPLANATION=A connection cannot be established with the vCenter Management Server because the instance name could not be found. This could be a spelling error in the host name or the Domain Name System (DNS) is not functioning.
error_vcs_server_not_found_SYSACT=vCloud Suite API operations cannot be performed.
error_vcs_server_not_found_URESP=Verify that the value of the VMCHOST option is correct and matches the name used to register the vCenter with the Platform Services Controller often this is the fully qualified domain name (FQDN). To receive any additional messages that might be related to this problem, enable TRACEFLAGS VCLOUD tracing in the client options file.
# 2378
VM_SSOERROR_LOGIN_FAILED=ANS2378W The single sign-on session to the Platform Services Controller (PSC) failed with the following message:\n{0}
VM_SSOERROR_LOGIN_FAILED_EXPLANATION=The single sign-on session to the Platform Services Controller (PSC) failed. The possible reasons for this failure include the following situations: This issue might occur when the system clock on the on PSC host, vCenter Server host, and client host are out of sync, or the time zones settings are incorrect. The PSC single sign-on server accesses a non-default port. This issue might occur when the single sign-on server is installed on the same system as the VMware vCenter.
VM_SSOERROR_LOGIN_FAILED_SYSACT=The client on the data mover node will attempt a credential login as a result of the single sign-on login failure.
VM_SSOERROR_LOGIN_FAILED_URESP=Check the dsmerror.log file for details about why the single sign-on login attempt failed. Then, take any corrective action, if needed.
# 2398
VMBACKUP_VSTORAGE_PLACEHOLDERVM_NAME=ANS2398I The virtual machine '{0}' is configured as a VMware Site Recovery Manager placeholder virtual machine on the recovery site. As a result, the virtual machine will be skipped.\n
# 2399
VMBACKUP_VSTORAGE_PLACEHOLDERVM=ANS2399I The virtual machine is configured as a VMware Site Recovery Manager placeholder virtual machine on the recovery site. As a result, the virtual machine will be skipped.\n
# 2442
MPNODE_INFO_NOT_AVAILABLE=ANS2442W The Linux mount proxy node information is not available.
MPNODE_INFO_NOT_AVAILABLE_EXPLANATION=The Windows mount proxy was unable to retrieve its partner Linux mount proxy node information.
MPNODE_INFO_NOT_AVAILABLE_SYSACT=A connection to the Linux mount proxy is not established.
MPNODE_INFO_NOT_AVAILABLE_URESP=Ensure that the Linux mount proxy node is set up and the DSMCAD service is running on the Linux mount proxy node. Then, try this operation again.
# 2526
CLI_VM_testflag_VM_DONT_QUIESCE_ON_SNAPSHOT_deprecated=ANS2526W The VM_DONT_QUIESCE_ON_SNAPSHOT testflag is deprecated for full VM backups.\nUse the INCLUDE.VMSNAPSHOTATTEMPTS option to attempt snapshots with "VMware Tools file system quiescing and application (VSS) quiescing disabled".\n
CLI_VM_testflag_VM_DONT_QUIESCE_ON_SNAPSHOT_deprecated_EXPLANATION=The VM_DONT_QUIESCE_ON_SNAPSHOT testflag overrides the INCLUDE.VMSNAPSHOTATTEMPTS option. As a result, all snapshot attempts are with VMware Tools file system quiescing and application (VSS) quiescing disabled.
CLI_VM_testflag_VM_DONT_QUIESCE_ON_SNAPSHOT_deprecated_SYSACT=Use the INCLUDE.VMSNAPSHOTATTEMPTS option to specify snapshot attempts with VMware Tools file system quiescing and application (VSS) quiescing disabled.
CLI_VM_testflag_VM_DONT_QUIESCE_ON_SNAPSHOT_deprecated_URESP=See the INCLUDE.VMSNAPSHOTATTEMPTS documentation for information about how to set this option.
# 2527
FLR_REQUEST_START_LOGIN=ANS2527I The login request started.
# 2528
FLR_REQUEST_FINISH_LOGIN_SUCCESS=ANS2528I The login request was completed successfully.\nVM-OS={0} Data-Center={1}
# 2529
FLR_REQUEST_FINISH_LOGIN_FAILED=ANS2529I The login request failed.
# 2530
FLR_REQUEST_START_LOGOUT=ANS2530I The log out request started.
# 2531
FLR_REQUEST_FINISH_LOGOUT_SUCCESS=ANS2531I The log out request was completed successfully.
# 2532
FLR_REQUEST_FINISH_LOGOUT_FAILED=ANS2532I The log out request failed.
# 2533
FLR_REQUEST_START_MOUNT=ANS2533I The mount request started.\nBackup-ID={0}
# 2534
FLR_REQUEST_FINISH_MOUNT_SUCCESS=ANS2534I The mount request was completed successfully.\nBackup-Date={0} Mount-ID={1}
# 2535
FLR_REQUEST_FINISH_MOUNT_FAILED=ANS2535I The mount request failed.\nBackup-Date={0} Mount-ID={1}
# 2536
FLR_REQUEST_START_DISMOUNT=ANS2536I The dismount request started.\nBackup-ID={0} Backup-Date={1} Mount-ID={2}
# 2537
FLR_REQUEST_FINISH_DISMOUNT_SUCCESS=ANS2537I The dismount request was completed successfully.\nBackup-ID={0} Backup-Date={1} Mount-ID={2}
# 2538
FLR_REQUEST_FINISH_DISMOUNT_FAILED=ANS2538I The dismount request failed.\nBackup-ID={0} Backup-Date={1} Mount-ID={2}
# 2539
FLR_REQUEST_START_RESTORE=ANS2539I The restore request started.\nSelection-Size={0} Alt-Destination={1}
# 2540
FLR_REQUEST_FINISH_RESTORE_SUCCESS=ANS2540I The restore request was completed successfully.
# 2541
FLR_REQUEST_FINISH_RESTORE_FAILED=ANS2541I The restore request failed.
# 2542
FLR_REQUEST_STATS_RESTORE=ANS2542I The final restore processing statistics are available.\nTotal Objects={0} Total Restored={1} Total Failed={2} Total Bytes={3} Completion Code={4}
# 2552
CLI_HYPERV_SHARED_VHDX_NOT_SUPPORT=ANS2552E Backup of a virtual machine that has a shared virtual hard disk is not supported.
CLI_HYPERV_SHARED_VHDX_NOT_SUPPORT_EXPLANATION=IBM Spectrum Protect does not support backup of a virtual machine that has a shared virtual hard disk.
CLI_HYPERV_SHARED_VHDX_NOT_SUPPORT_SYSACT=The backup will not occur.
CLI_HYPERV_SHARED_VHDX_NOT_SUPPORT_URESP=Use alternative backup method, such as in-guest backup.
# 2557
VMBACKUP_HyperV_PHYDISK_ONLINE=ANS2557E The virtual machine '{0}' contains one or more physical (pass-through) disks. Backups are not supported in this configuration. Specify the 'vmprocessvmwithphysdisks=yes' option to exclude these disks from the backup.\n
VMBACKUP_HyperV_PHYDISK_ONLINE_EXPLANATION=Physical disks are not included in Resilient Change Tracking (RCT) backup operations so they cannot be backed up by the IBM Spectrum Protect client.
VMBACKUP_HyperV_PHYDISK_ONLINE_SYSACT=The virtual machine is not backed up.
VMBACKUP_HyperV_PHYDISK_ONLINE_URESP=Turn off the virtual machine and change the physical disks to virtual mode or remove them from the virtual machine. Alternatively, specify the 'vmprocessvmwithphysdisks=yes' option to exclude these disks from backup operations.
# 2561
VM_Snapshot_Failed_With_Error_Retryable=ANS2561I The snapshot for virtual machine '{0}' failed due to a temporary condition. The snapshot will be retried.
# 2563
VM_Snapshot_Retry_Started=ANS2563I Starting retry snapshot number {0} for virtual machine '{1}'.
# 2564
VM_Information_Gathering=ANS2564I Gathering virtual machine information...\n
# 2565
VM_Snapshot_Creating=ANS2565I Creating virtual machine snapshot...\n
# 2566
VM_Snapshot_Failed_After_Max_Retry=ANS2566E The snapshot of virtual machine '{0}' failed after the maximum number of retries ({1}) was reached.
VM_Snapshot_Failed_After_Max_Retry_EXPLANATION=Several attempts to take a snapshot failed. Because the maximum number of retries was reached, the operation will not be retried.
VM_Snapshot_Failed_After_Max_Retry_SYSACT=The snapshot of the virtual machine finished with an error. Processing continues to the next virtual machine..
VM_Snapshot_Failed_After_Max_Retry_URESP=Check the Windows event log for the reason for the failure. Resolve the problem, and run the backup operation again.
# 2567
VM_HYPERV_CONCURRENT_BACKUP=ANS2567E The backup of {0} failed because another backup is currently in progress on the Hyper-V manager host machine.\n
VM_HYPERV_CONCURRENT_BACKUP_EXPLANATION=There is a concurrent backup going on the Hyper-V manager host machine.
VM_HYPERV_CONCURRENT_BACKUP_SYSACT=The backup operation stops.
VM_HYPERV_CONCURRENT_BACKUP_URESP=Try the backup operation again after the current backup ends. Alternatively, if no other backups are in progress, there might be a recovery checkpoint created by a previous failed backup. In that case, remove the checkpoint with the Remove-VMCheckPoint cmdlet, and try the backup operation again.
# 2568
FLR_REQUEST_START_BACKUP=ANS2568I The backup request for VM '{0}' started.\n
# 2569
FLR_REQUEST_FINISH_BACKUP_SUCCESS=ANS2569I The backup request was completed successfully.
# 2570
FLR_REQUEST_FINISH_BACKUP_FAILED=ANS2570I The backup request failed.
# 2572
FLR_REQUEST_START_RESTORE_VM=ANS2572I The restore request started for vm '{0}'.\n
# 2575
BA20_DOWNLOAD_SYSTEM_LOG_STARTED=ANS2575I The process to collect the system logs is started in background.\nDepending on the size of the log files, this might take some time to complete. As soon as this process is complete, you will be prompted by your browser to download the following file:\n{0}\n
# 2576
BA20_DOWNLOAD_SYSTEM_LOG_IN_PROGRESS=ANS2576I The process to collect the system logs is still running in background.\nDepending on the size of the log files, this might take some time to complete. As soon as this process is complete, you will be prompted by your browser to download the following file:\n{0}\n
# 2577
BA20_DOWNLOAD_SYSTEM_LOG_DISABLED=ANS2577I The download of system logs is currently disabled.\nYou can ask the system administrator to enable it by setting the option '{0}' in the '{1}' configuration file.\nPlease note that you have to sign in again for the option to take effect.\n
# 2586
HYPERV_SNAPSHOT_FAILED_VSS_DISABLE=ANS2586E The application consistent snapshot of virtual machine '{0}' failed because the volume shadow copy requestor integration service is not enabled on the guest virtual machine. \n
HYPERV_SNAPSHOT_FAILED_VSS_DISABLE_EXPLANATION=The volume shadow copy requestor integration service must be enabled on the guest virtual machine in order to take application consistent snapshots.
HYPERV_SNAPSHOT_FAILED_VSS_DISABLE_SYSACT=The snapshot of the virtual machine finished with an error. Processing continues to the next virtual machine.
HYPERV_SNAPSHOT_FAILED_VSS_DISABLE_URESP=Contact the Hyper-V administrator to turn on the volume shadow copy requestor integration service of the Hyper-V virtual machine. When the service is enabled, run the VM backup operation again.
# 2587
HYPERV_SNAPSHOT_FAILED_GENERAL=ANS2587E The application consistent snapshot of virtual machine '{0}' failed, possibly because the volume shadow copy requestor integration service is not installed or is not running on the guest virtual machine. \n
HYPERV_SNAPSHOT_FAILED_GENERAL_EXPLANATION=The volume shadow copy requestor integration service must be installed and enabled on the guest virtual machine in order to take an application consistent snapshot.
HYPERV_SNAPSHOT_FAILED_GENERAL_SYSACT=The snapshot of the virtual machine finished with an error. Processing continues to the next virtual machine.
HYPERV_SNAPSHOT_FAILED_GENERAL_URESP=Contact the Hyper-V administrator to install and configure the volume shadow copy requestor integration service on the Hyper-V virtual machine. When the service is installed and enabled, run the VM backup operation again. Alternatively, perform a crash consistent snapshot of the virtual machine.
# 2600
DSJ_CONNECT_SOCKETEXCEPTION=ANS2600S Browser trying to establish connection to client; received socket exception: {0}
DSJ_CONNECT_SOCKETEXCEPTION_EXPLANATION=The browser received the exception when trying to connect to the IBM Spectrum Protect client computer.
DSJ_CONNECT_SOCKETEXCEPTION_SYSACT=The operation ends.
DSJ_CONNECT_SOCKETEXCEPTION_URESP=Validate that the LAN is up and that you are trying to connect to the correct port number.
# 2601
DSJ_CONNECT_UNKNOWNHOSTEXCEPTION=ANS2601S The browser tried to connect to the client and received unknown host exception: {0}
DSJ_CONNECT_UNKNOWNHOSTEXCEPTION_EXPLANATION=The browser received the exception when trying to connect to the IBM Spectrum Protect client machine.
DSJ_CONNECT_UNKNOWNHOSTEXCEPTION_SYSACT=The operation ends.
DSJ_CONNECT_UNKNOWNHOSTEXCEPTION_URESP=Try the operation again. If it persists, determine what might be causing this kind of problem. For example, determine if your LAN went down, or verify if you are trying to connect to the correct IBM Spectrum Protect client machine.
# 2602
DSJ_CONNECT_IOEXCEPTION=ANS2602S The browser tried to connect to the client and received I/O exception: {0}
DSJ_CONNECT_IOEXCEPTION_EXPLANATION=The browser received the exception when trying to connect to the IBM Spectrum Protect client machine.
DSJ_CONNECT_IOEXCEPTION_SYSACT=The IBM Spectrum Protect operation ends.
DSJ_CONNECT_IOEXCEPTION_URESP=Determine what might be causing this kind of exception. Try the operation again, and check if the LAN is down.
# 2603
DSJ_CONNECT_EXCEPTION=ANS2603S The browser tried to connect to the client and received exception: {0}
DSJ_CONNECT_EXCEPTION_EXPLANATION=The browser received the exception when trying to connect to the IBM Spectrum Protect client machine.
DSJ_CONNECT_EXCEPTION_SYSACT=The IBM Spectrum Protect operation ends.
DSJ_CONNECT_EXCEPTION_URESP=Determine what might be causing this kind of an exception. Determine if the LAN is down, or if the IBM Spectrum Protect client acceptor on the IBM Spectrum Protect machine is up and running.
# 2604
DSJ_AGENT_AUTH_FAILED=ANS2604S The Web client agent was unable to authenticate with the server.
DSJ_AGENT_AUTH_FAILED_EXPLANATION=The Web client agent was unable to authenticate with the IBM Spectrum Protect server.
DSJ_AGENT_AUTH_FAILED_SYSACT=The operation ends.
DSJ_AGENT_AUTH_FAILED_URESP=One possible solution is to run the command line client so that the client password can be re-entered. Another approach is to check the error log on the IBM Spectrum Protect Web client agent system for any relevant messages.
# 2605
DSJ_CHECKSESS_PROTOCOL_ERROR=ANS2605S Browser could not re-establish connection to client; received protocol error.
DSJ_CHECKSESS_PROTOCOL_ERROR_EXPLANATION=The browser received a protocol error trying to re-connect to the client machine.
DSJ_CHECKSESS_PROTOCOL_ERROR_SYSACT=The operation ends.
DSJ_CHECKSESS_PROTOCOL_ERROR_URESP=Determine what might be causing this kind of an error. Determine if the browser and the IBM Spectrum Protect client code might be out of sync.
# 2606
DSJ_ABORT_BAD_VERIFIER=ANS2606S An invalid password was sent to the server.
DSJ_ABORT_BAD_VERIFIER_EXPLANATION=The password that was sent to the IBM Spectrum Protect server was invalid.
DSJ_ABORT_BAD_VERIFIER_SYSACT=The operation ends.
DSJ_ABORT_BAD_VERIFIER_URESP=Make sure that you have the correct password. Also make sure that it is valid, for example it is not too short.
# 2607
DSJ_CONNECT_FAILURE=ANS2607S Browser could not establish connection to client.
DSJ_CONNECT_FAILURE_EXPLANATION=The browser could not connect to the IBM Spectrum Protect client machine.
DSJ_CONNECT_FAILURE_SYSACT=The operation ends.
DSJ_CONNECT_FAILURE_URESP=Determine what might be causing this kind of a problem. Determine if the LAN is down, or if the IBM Spectrum Protect client acceptor on the IBM Spectrum Protect machine is up and running.
# 2609
DSJ_TCPIP_BROWSER_FAILURE=ANS2609S TCP/IP communications failure between the browser and the client machine.
DSJ_TCPIP_BROWSER_FAILURE_EXPLANATION=This error can occur due to any of the following: The LAN connection to the IBM Spectrum Protect client machine went down. You are trying to connect to the IBM Spectrum Protect client machine using the wrong port number. The client acceptor on the IBM Spectrum Protect client machine is not up and running and accepting connections.
DSJ_TCPIP_BROWSER_FAILURE_SYSACT=The IBM Spectrum Protect operation ends.
DSJ_TCPIP_BROWSER_FAILURE_URESP=Retry the operation and make sure the LAN is up. Also check that the port number is correct, and that the client acceptor is started and running on the IBM Spectrum Protect client machine, and that it is listening on the correct port number.
# 2610
DSJ_TCPIP_CLIENT_FAILURE=ANS2610S TCP/IP communications failure between the client and the server machine.
DSJ_TCPIP_CLIENT_FAILURE_EXPLANATION=An attempt to connect to the server using TCP/IP communications failed. This can be a result of incorrect TCP/IP option settings in your client options file. This error can also occur if the LAN connection went down or if your system administrator canceled a backup operation.
DSJ_TCPIP_CLIENT_FAILURE_SYSACT=The IBM Spectrum Protect client ends.
DSJ_TCPIP_CLIENT_FAILURE_URESP=Retry the operation and make sure the LAN is up. Make sure that both the IBM Spectrum Protect server and the IBM Spectrum Protect client are up and running.
# 2611
DSJ_UNKNOWN_BROWSER_ERROR=ANS2611S An unknown error occurred in the browser.
DSJ_UNKNOWN_BROWSER_ERROR_EXPLANATION=An unknown error occurred in the applet running in the browser.
DSJ_UNKNOWN_BROWSER_ERROR_SYSACT=The IBM Spectrum Protect operation ends.
DSJ_UNKNOWN_BROWSER_ERROR_URESP=Retry the operation. If the problem persists, turn on tracing and see if the trace to the browser console gives the reason for the error.
# 2612
DSJ_UNKNOWN_CLIENT_ERROR=ANS2612S An unknown error occurred in the client\nPlease check the IBM Spectrum Protect error eog for any additional information
DSJ_UNKNOWN_CLIENT_ERROR_EXPLANATION=An unknown error occurred in the IBM Spectrum Protect client.
DSJ_UNKNOWN_CLIENT_ERROR_SYSACT=The IBM Spectrum Protect client ends.
DSJ_UNKNOWN_CLIENT_ERROR_URESP=Retry the operation. If the problem persists, check the IBM Spectrum Protect error log for any additional information.
# 2613
DSJ_COMM_BROWSER_PROTOCOL_ERROR=ANS2613S A communications protocol error occurred between the web browser and the client.
DSJ_COMM_BROWSER_PROTOCOL_ERROR_EXPLANATION=None.
DSJ_COMM_BROWSER_PROTOCOL_ERROR_SYSACT=The operation ends.
DSJ_COMM_BROWSER_PROTOCOL_ERROR_URESP=Try the operation again. If the problem occurs again, verify that the IBM Spectrum Protect web client is installed and configured correctly, and make sure you are using a supported browser. Flush the browser cache. Then try the operation again. If the problem persists, enable SERVICE traces on the web client on the target machine and the IBM Spectrum Protect Java applet, then reproduce the problem. Collect the traces and contact IBM for further assistance.
# 2614
DSJ_COMM_CLIENT_PROTOCOL_ERROR=ANS2614S A protocol error occurred in communications between the client and the server.
DSJ_COMM_CLIENT_PROTOCOL_ERROR_EXPLANATION=A protocol error happened between the IBM Spectrum Protect client and the IBM Spectrum Protect server.
DSJ_COMM_CLIENT_PROTOCOL_ERROR_SYSACT=The IBM Spectrum Protect client ends.
DSJ_COMM_CLIENT_PROTOCOL_ERROR_URESP=Retry the operation. If the problem persists, check the IBM Spectrum Protect error log for any additional information. Verify that you are running the correct applet with the appropriate level of the client.
# 2615
DSJ_INCORRECT_NODENAME=ANS2615S The user ID entered does not match the node name configured on the client machine.
DSJ_INCORRECT_NODENAME_EXPLANATION=The user ID that was entered is not the same as the node name on this IBM Spectrum Protect client.
DSJ_INCORRECT_NODENAME_SYSACT=The IBM Spectrum Protect operation ends.
DSJ_INCORRECT_NODENAME_URESP=Verify that the node name entered is configured correctly on the IBM Spectrum Protect client.
# 2616
DSJ_Reboot_Machine=ANS2616I The machine must be rebooted for the changes to take effect
# 2617
DSJ_INVALID_DESTINATION_DIRECTORY=ANS2617S The destination directory specified is invalid.
DSJ_INVALID_DESTINATION_DIRECTORY_EXPLANATION=The user specified a destination target directory for restore or retrieve which is invalid.
DSJ_INVALID_DESTINATION_DIRECTORY_SYSACT=The IBM Spectrum Protect operation ends.
DSJ_INVALID_DESTINATION_DIRECTORY_URESP=Retry the operation specifying a valid directory name.
# 2619
DSJ_ERROR_STARTING_AGENT=ANS2619S The client acceptor was unable to start the Remote Client Agent.
DSJ_ERROR_STARTING_AGENT_EXPLANATION=The IBM Spectrum Protect client acceptor could not start the IBM Spectrum Protect Remote Client Agent.
DSJ_ERROR_STARTING_AGENT_SYSACT=The IBM Spectrum Protect operation ends.
DSJ_ERROR_STARTING_AGENT_URESP=Check the error log on the IBM Spectrum Protect Web client agent for any relevant messages. Then correct the problem and retry.
# 2620
DSJ_Expand_Entire_Warning=ANS2620W The expand entire branch operation may take a long time,\nand cannot be canceled once it has started.\n\nAre you willing to wait for the operation to complete?
DSJ_Expand_Entire_Warning_EXPLANATION=The expand entire branch operation could take a long time and cannot be canceled once it is started.
DSJ_Expand_Entire_Warning_SYSACT=Processing stopped; waiting for user intervention.
DSJ_Expand_Entire_Warning_URESP=Answer 'Yes' to start the expand entire branch operation. If you answer 'No', the current operation will be canceled.
# 2622
DSJ_ID_OR_PW_UNKNOWN=ANS2622S An invalid ID or password submitted.
DSJ_ID_OR_PW_UNKNOWN_EXPLANATION=Either the ID is not registered on the IBM Spectrum Protect server, or the password for the ID is incorrect.
DSJ_ID_OR_PW_UNKNOWN_SYSACT=The operation ends.
DSJ_ID_OR_PW_UNKNOWN_URESP=Verify that the ID you are using exists on the IBM Spectrum Protect server to which the remote client node connects. The ID must have sufficient privileges to access the remote client node's data. Also make sure that you have the correct password for the ID. If the ID does not exist or if the password is unknown, contact your IBM Spectrum Protect administrator. If the ID does not exist, then the IBM Spectrum Protect administrator can use the REGISTER ADMIN and GRANT AUTHORITY commands to register an ID that can access the remote client node's data. If the password is unknown, the IBM Spectrum Protect administrator can use the UPDATE ADMIN command to reset the password.
# 2623
DSJ_APPLET_AGENT_OUT_OF_SYNC=ANS2623S Web Client applet level is out of sync with Web Client agent.
DSJ_APPLET_AGENT_OUT_OF_SYNC_EXPLANATION=The Web Client applet and Web Client agents are at incompatible levels.
DSJ_APPLET_AGENT_OUT_OF_SYNC_SYSACT=The operation ends.
DSJ_APPLET_AGENT_OUT_OF_SYNC_URESP=Verify that you have the correct level of the applet installed with the client, and that an incorrect level of the applet was not placed in the install directory.
# 2624
DSJ_OPERATION_REQUIRES_CLIENT_OWNER=ANS2624E This operation requires client owner authority.
DSJ_OPERATION_REQUIRES_CLIENT_OWNER_EXPLANATION=Your user ID has insufficient authority to perform this operation.
DSJ_OPERATION_REQUIRES_CLIENT_OWNER_SYSACT=Processing continues, but the user is not allowed to do this operation.
DSJ_OPERATION_REQUIRES_CLIENT_OWNER_URESP=Do not perform this operation, or get a higher authority level for your user ID in order to perform this operation.
# 2625
DSJ_IMAGE_OPERATION_NOT_SUPPORTED=ANS2625E Node does not support this image operation.
DSJ_IMAGE_OPERATION_NOT_SUPPORTED_EXPLANATION=Node does not support or is not configured to perform this image operation.
DSJ_IMAGE_OPERATION_NOT_SUPPORTED_SYSACT=Processing continues, but the user is not allowed to do this operation.
DSJ_IMAGE_OPERATION_NOT_SUPPORTED_URESP=Verify whether this image related operation is supported or configured on the target platform.
# 2626
DSI_InvCharsIn_Statement=ANS2626E The Include-Exclude statement:\n {0}\ncontains invalid characters.
DSI_InvCharsIn_Statement_EXPLANATION=The specified Include-Exclude statement has invalid characters.
DSI_InvCharsIn_Statement_SYSACT=IBM Spectrum Protect will not add the specified Include-Exclude statement to the list.
DSI_InvCharsIn_Statement_URESP=Retry the operation with another statement that has valid characters.
# 2641
error_vcs_plugin_lib_is_not_loaded=ANS2641E The client failed to load the VMware vCloud Suite plug-in library 'piVcloudSuiteJNI'.\n
error_vcs_plugin_lib_is_not_loaded_EXPLANATION=The VMware vCloud Suite plug-in library 'piVcloudSuiteJNI' could not be found or could not be loaded. This issue might be caused by the library being corrupted or an incomplete installation.
error_vcs_plugin_lib_is_not_loaded_SYSACT=The operation cannot be completed without the VMware vCloud Suite plug-in library.
error_vcs_plugin_lib_is_not_loaded_URESP=Verify that the VMware vCloud Suite plug-in library 'piVcloudSuiteJNI' is in the 'plugins' folder in the client installation folder or disable the clinet option 'VMTAGDATAMOVER'.
# 2642
error_vcs_plugin_java_classmethod_failed=ANS2642E The VMware vCloud Suite plug-in library could not find a required Java class or method.\n
error_vcs_plugin_java_classmethod_failed_EXPLANATION=The VMware vCloud Suite plug-in library failed to find a required Java class or method. This issue might be caused by an incomplete installation, missing VMware vCloud Suite plug-in JAR 'piVcloudSuiteJwrapper.jar' file or the JAR files are not in the Java classpath.
error_vcs_plugin_java_classmethod_failed_SYSACT=The operation cannot be completed without the VMware vCloud Suite plug-in library.
error_vcs_plugin_java_classmethod_failed_URESP=Verify that the VMware vCloud Suite plug-in library JAR 'piVcloudSuiteJwrapper.jar' is in the 'plugins' and the other JAR files are in 'plugins/sdk' in the client installation folder or disable the clinet option 'VMTAGDATAMOVER'.
# 2652
VMBACKUP_REBALANCE_BREAK=----------------\n
# 2653
VMBACKUP_REBALANCE_DATAMOVER_STATS= Data Mover Name : {0}\n
# 2654
VMBACKUP_REBALANCE_PROTECTED_VMS_STATS= Virtual Machines Protected : {0}\n
# 2655
VMBACKUP_REBALANCE_PROTECTEDSIZE_STATS= Total Bytes Protected : {0}\n
# 2666
DSI_SNAP_INVALID_PAIR=ANS2666S Either the ource or target volumes are duplicated. The same volume is mounted on more volume paths.\n
DSI_SNAP_INVALID_PAIR_EXPLANATION=This error can occur when a source volume is mapped on more volume paths, for example, a drive letter and one or more mount point directories. Because IBM Spectrum Protect uses the volume path to keep track of backup information in its internal backups database, it cannot back up the same volume with a duplicate volume path. See addition information in the error log.
DSI_SNAP_INVALID_PAIR_SYSACT=IBM Spectrum Protect cannot select the volume.
DSI_SNAP_INVALID_PAIR_URESP=Delete the last snapshots created as they are not managed by IBM Spectrum Protect. Unmount the duplicate volume path in order to have a single mount point to the same source volume. Restart IBM Spectrum Protect and retry the operation.
# 2687
VMBACKUP_Max_VMDK_Exceeded=ANS2687W The virtual machine '{0}' contains one or more disks that exceed the maximum size set by the VMMAXVIRTUALDISKS option. You can use the VMMAXVIRTUALDISKS option to change the maximum size or specify the '-VMSKIPMAXVIRTUALDISKS=yes' option to exclude these disks from the backup.\n
VMBACKUP_Max_VMDK_Exceeded_EXPLANATION=The IBM Spectrum Protect client does not back up VMDKs that are larger than the maximum size.
VMBACKUP_Max_VMDK_Exceeded_SYSACT=The virtual machine is not backed up.
VMBACKUP_Max_VMDK_Exceeded_URESP=Use the VMMAXVIRTUALDISKS option to change the maximum size or specify the '-VMSKIPMAXVIRTUALDISKS=yes' option to exclude these disks from the backup.
# 2690
CLI_Hyperv_IFIncr_No_License=ANS2690E A Hyper-V BACKUP VM command with mode IFFULL or IFINCR was specified but the Data Protection for Microsoft Hyper-V license file does not exist or is not valid\n
CLI_Hyperv_IFIncr_No_License_EXPLANATION=The Data Protection for Microsoft Hyper-V license file is required to issue Hyper-V BACKUP VM commands with mode IFFULL or IFINCR. Make sure the Data Protection for Microsoft Hyper-V file is installed.
CLI_Hyperv_IFIncr_No_License_SYSACT=The backup does not start.
CLI_Hyperv_IFIncr_No_License_URESP=Try the operation again from a host that has the Data Protection for Microsoft Hyper-V license file installed. Or, issue the BACKUP VM command and specify mode FULL.
# 2692
VM_Filespace_Register_Failure=ANS2692E An error occurred while registering the filespace for virtual machine ({0}).\n
VM_Filespace_Register_Failure_EXPLANATION=An error occurred while registering the filespace for the specified virtual machine.
VM_Filespace_Register_Failure_SYSACT=The backup of this virtual machine fails. The backup process can continue with other virtual machines.
VM_Filespace_Register_Failure_URESP=Check the error log for information about how to resolve this issue.
# 2693
VM_Filespace_Register_Failure_Delete_Filespace_In_Progress=ANS2693E An error occurred while registering the filespace for virtual machine ({0}). There is a filespace with the same name that is currently being deleted.\n
VM_Filespace_Register_Failure_Delete_Filespace_In_Progress_EXPLANATION=An error occurred while registering the filespace for the specified virtual machine. A filespace with the same name is currently being deleted on the IBM Spectrum Protect server
VM_Filespace_Register_Failure_Delete_Filespace_In_Progress_SYSACT=The backup of this virtual machine fails. The backup process can continue with other virtual machines.
VM_Filespace_Register_Failure_Delete_Filespace_In_Progress_URESP=Wait for the delete filespace to finish and run the backup command again.
# 2694
VMBACKUP_Max_VMDK_Exceeded_With_AppProtection=ANS2694W Application protection is enabled for virtual machine '{0}'; however, this virtual machine contains one or more disks that exceed the maximum size of 2 TB allowed for application protection operations. Application protection needs to be disabled in order to backup this virtual machine.\n
VMBACKUP_Max_VMDK_Exceeded_With_AppProtection_EXPLANATION=The IBM Spectrum Protect client does not back up VMDKs that are larger than 2 TB when application protection is being used.
VMBACKUP_Max_VMDK_Exceeded_With_AppProtection_SYSACT=The virtual machine is not backed up.
VMBACKUP_Max_VMDK_Exceeded_With_AppProtection_URESP=Application protection must be disabled in order to backup the specified virtual machine.
# 2695
VMBACKUP_Max_VMDK_Exceeded_With_PeriodicFull=ANS2695W The periodic full backup mode is being used; however, the virtual machine '{0}' contains one or more disks that exceed the maximum size of 2 TB allowed for the periodic full backup mode. You can use the '-VMSKIPMAXVIRTUALDISKS=yes' option to exclude these disks from the backup, or change to the incremental forever backup mode.\n
VMBACKUP_Max_VMDK_Exceeded_With_PeriodicFull_EXPLANATION=The IBM Spectrum Protect client does not back up VMDKs that are larger than 2 TB when the periodic full backup mode is being used.
VMBACKUP_Max_VMDK_Exceeded_With_PeriodicFull_SYSACT=The virtual machine is not backed up.
VMBACKUP_Max_VMDK_Exceeded_With_PeriodicFull_URESP=Use the '-VMSKIPMAXVIRTUALDISKS=yes' option to exclude these disks from the backup, or change to the incremental forever backup mode.
# 2696
VMVERIFY_INVALID_COMPRESSDEDUP_STATE=ANS2696E Control or data files were found to be compressed but not deduplicated for vm {0}.\n
VMVERIFY_INVALID_COMPRESSDEDUP_STATE_EXPLANATION=During a verify operation, the data mover detected that one or more control or data files on the server are compressed, but not deduplicated. This is an invalid state because data that is compressed, but not deduplicated, cannot be recovered. An incremental forever full backup of the VM is needed before incremental forever incremental backups can resume.
VMVERIFY_INVALID_COMPRESSDEDUP_STATE_SYSACT=The backup operation for this VM continues based on the VMVERIFYIFAction option.
VMVERIFY_INVALID_COMPRESSDEDUP_STATE_URESP=Perform a full VM backup for this virtual machine or specify the VMVERIFYAction option to force a full VM backup.
# 2697
VSTORAGE_VM_MISSING_DATASTORE=ANS2697E The virtual machine cannot be restored because the datastore named '{0}' does not exist or is inactive.\n
VSTORAGE_VM_MISSING_DATASTORE_EXPLANATION=The datastore referenced by virtual machine when it was backed up does not exist or is inactive on the ESX/ESXi that you are restoring the virtual machine to.
VSTORAGE_VM_MISSING_DATASTORE_SYSACT=The virtual machine cannot be restored.
VSTORAGE_VM_MISSING_DATASTORE_URESP=Find the missing datastore or specify the -datastore option on the Restore VM command to specify an existing datastore to restore the virtual machine files to.
# 2702
GUI_NodeCannotBeSelected_VM_Restore=This node cannot be selected for restore.\n\nClick on a virtual machine node in the tree and wait for its backup versions to be displayed. Then, select one of the backup versions for restore.
# 2703
GUI_NodeCannotBeSelected_VM_Backup=This node cannot be selected for backup.\n\nSelect one or more virtual machine nodes for backup.
# 2704
VMBACKUP_VCENTER_DOWN_LEVEL_OR_PERMISSION_PROBLEM=ANS2704E Error: The vCenter server version is at a lower level than the ESX host version, or the user ID specified by the VMCUser option does not have sufficient permission to perform the operation.\n
VMBACKUP_VCENTER_DOWN_LEVEL_OR_PERMISSION_PROBLEM_EXPLANATION=The vCenter returned an error indicating there is a problem with the license. This error can occur when the vCenter server version is at a lower level than the ESX host version. The vCenter server version must be at the same (or later) level as the ESX host version. This error can also occur when the user ID specified by the VMCUser option does not have sufficient permission to perform the operation or the permissions are not applied at the vCenter server level.
VMBACKUP_VCENTER_DOWN_LEVEL_OR_PERMISSION_PROBLEM_SYSACT=Processing stops.
VMBACKUP_VCENTER_DOWN_LEVEL_OR_PERMISSION_PROBLEM_URESP=Verify the vCenter server is at the correct level, and verify that the user ID specified by the VMCUser option has sufficient permission to perform the operation.
# 2706
VMBACKUP_VMBACKUPLOCATION_OPTION_NOT_ALLOWED=ANS2706E The option VMBACKUPLOCATION={1} is not allowed with restore type operation '{0}'.\n
VMBACKUP_VMBACKUPLOCATION_OPTION_NOT_ALLOWED_EXPLANATION=Operation failed.
VMBACKUP_VMBACKUPLOCATION_OPTION_NOT_ALLOWED_SYSACT=Processing stopped.
VMBACKUP_VMBACKUPLOCATION_OPTION_NOT_ALLOWED_URESP=Remove option VMBACKUPLOCATION from the command line and try again.
# 2707
VMBACKUP_Local_Backup_Failed_Server_Backup_Success=ANS2707W The VMBACKUPLOCATION option value BOTH was specified. The local backup for virtual machine '{0}' failed, but the backup to the server completed.\n
VMBACKUP_Local_Backup_Failed_Server_Backup_Success_EXPLANATION=The local backup failed. Only the server backup was successful.
VMBACKUP_Local_Backup_Failed_Server_Backup_Success_SYSACT=Processing completed.
VMBACKUP_Local_Backup_Failed_Server_Backup_Success_URESP=Contact your system administrator to resolve issues that cause the local backup to fail.
# 2708
VMBACKUP_ONE_OR_MORE_DISKS_ARE_NOT_VVOL=ANS2708E One or more disks of the virtual machine '{0}' are not in a virtual volumes datastore. Local backup is not allowed. If the VMBACKUPLOCATION option value BOTH was specified, the backup to the server will continue.\n
VMBACKUP_ONE_OR_MORE_DISKS_ARE_NOT_VVOL_EXPLANATION=Local backup is only supported for virtual machines that are in a virtual volumes datastore.
VMBACKUP_ONE_OR_MORE_DISKS_ARE_NOT_VVOL_SYSACT=Processing continues if VMBACKUPLOCATION=BOTH was specified.
VMBACKUP_ONE_OR_MORE_DISKS_ARE_NOT_VVOL_URESP=If you want local backup, contact your system administrator to reconfigure the virtual machine and then try the backup again.
# 2709
VMBACKUP_VSTORAGE_SNAPSHOT_REMOVED_AFTER_BACKUP=ANS2709E The snapshot of virtual machine '{0}' was removed after the backup.\n
VMBACKUP_VSTORAGE_SNAPSHOT_REMOVED_AFTER_BACKUP_EXPLANATION=The virtual machine snapshot was removed by another application or process after the backup. This removal corrupted the backup and it cannot be restored or mounted.
VMBACKUP_VSTORAGE_SNAPSHOT_REMOVED_AFTER_BACKUP_SYSACT=Processing stopped.
VMBACKUP_VSTORAGE_SNAPSHOT_REMOVED_AFTER_BACKUP_URESP=Delete the local backup from the IBM Spectrum Protect server for this virtual machine.
# 2710
VMBACKUP_VSTORAGE_VM_REMOVED_AFTER_BACKUP=ANS2710E The virtual machine '{0}' was removed from the inventory.\n
VMBACKUP_VSTORAGE_VM_REMOVED_AFTER_BACKUP_EXPLANATION=The virtual machine was removed from the inventory. This removal invalidates all local backups.
VMBACKUP_VSTORAGE_VM_REMOVED_AFTER_BACKUP_SYSACT=Processing stopped.
VMBACKUP_VSTORAGE_VM_REMOVED_AFTER_BACKUP_URESP=Delete all the local backups from the IBM Spectrum Protect server for this virtual machine.
# 2711
VMBACKUP_VSTORAGE_SNAPSHOT_REMOVED_DURING_BACKUP=ANS2711E The snapshot of virtual machine '{0}' was removed during the backup.\n
VMBACKUP_VSTORAGE_SNAPSHOT_REMOVED_DURING_BACKUP_EXPLANATION=The virtual machine snapshot was removed by another application or process during the backup. This removal corrupts the backup and it becomes unusable.
VMBACKUP_VSTORAGE_SNAPSHOT_REMOVED_DURING_BACKUP_SYSACT=The virtual machine is not backed up.
VMBACKUP_VSTORAGE_SNAPSHOT_REMOVED_DURING_BACKUP_URESP=Ensure that another application or process does not remove or modify the virtual machine during the backup.
# 2712
VMBACKUP_VSTORAGE_VMWARETOOLS_STATE=ANS2712W The virtual machine '{0}' has a VMware Tools running, but VMware Tools is out of date.\n
VMBACKUP_VSTORAGE_VMWARETOOLS_STATE_EXPLANATION=A supported version of VMware Tools must be installed, running and current to complete a virtual machine backup.
VMBACKUP_VSTORAGE_VMWARETOOLS_STATE_SYSACT=The backup operation fails.
VMBACKUP_VSTORAGE_VMWARETOOLS_STATE_URESP=Verify that a supported version of VMware Tools is installed, current and running. Then, try the backup operation again.
# 2713
VMBACKUP_VSTORAGE_INVALID_CONNECTION_STATE=ANS2713E The virtual machine '{0}' is in an invalid connection state '{1}'. As a result, it cannot be backed up.\n
VMBACKUP_VSTORAGE_INVALID_CONNECTION_STATE_EXPLANATION=To back up a virtual machine it must be in the 'connected' state to be accessed.
VMBACKUP_VSTORAGE_INVALID_CONNECTION_STATE_SYSACT=The virtual machine is not backed up.
VMBACKUP_VSTORAGE_INVALID_CONNECTION_STATE_URESP=Return the virtual machine to the 'connected' state and try the backup again.
# 2715
VMBACKUP_VSTORAGE_FAULT_TOLERANCE=ANS2715E The virtual machine '{0}' is configured as a fault tolerant virtual machine. As a result, it cannot be backed up.\n
VMBACKUP_VSTORAGE_FAULT_TOLERANCE_EXPLANATION=vSphere does not allow for the snapshot or backup of fault tolerant virtual machines with vStorage API for Data Protection.
VMBACKUP_VSTORAGE_FAULT_TOLERANCE_SYSACT=The virtual machine is not backed up.
VMBACKUP_VSTORAGE_FAULT_TOLERANCE_URESP=To back up a fault tolerant virtual machine with vStorage API for Data Protection, first disable fault tolerant. Then, after the backup completes, enable fault tolerant.
# 2718
VMBACKUP_VSTORAGE_CONSOLIDATIONNEEDED=ANS2718W The virtual machine '{0}' requires snapshot consolidation.\n
VMBACKUP_VSTORAGE_CONSOLIDATIONNEEDED_EXPLANATION=Snapshot consolidation is required when a snapshot is deleted but its associated disk is not committed back to the base disk. If consolidation is not completed, snapshot disks might grow and eventually fill the data store.
VMBACKUP_VSTORAGE_CONSOLIDATIONNEEDED_SYSACT=The virtual machine backup continues.
VMBACKUP_VSTORAGE_CONSOLIDATIONNEEDED_URESP=Consolidate the virtual machine snapshots according to instructions provided in the appropriate VMware vSphere documentation.
# 2721
VMBACKUP_INVALID_CONNECTION_STATE=ANS2721E The virtual machine is in an invalid connection state. As a result, it cannot be backed up.\n
VMBACKUP_INVALID_CONNECTION_STATE_EXPLANATION=One or more virtual machine backups failed because of an invalid connection state. A virtual machine must be in the 'connected' state to be accessed for backup.
VMBACKUP_INVALID_CONNECTION_STATE_SYSACT=Processing stops for this virtual machine
VMBACKUP_INVALID_CONNECTION_STATE_URESP=Check the console output and error logs for information about why the connection state was invalid. Correct any issues and try backing up the failed virtual machines.
# 2723
CLI_RSR_Undef_in_TSM=ANS2723E A value of UNDEF for the REAdstartsrecall option is not valid when the HSMBACKENDMODE option is set to IBM Spectrum Protect.\n
CLI_RSR_Undef_in_TSM_EXPLANATION=A value of UNDEF for the REAdstartsrecall option is valid only when the HSMBACKENDMODE option is set to TSMFREE.
CLI_RSR_Undef_in_TSM_SYSACT=The operation stops. The file is skipped.
CLI_RSR_Undef_in_TSM_URESP=If the HSMBACKENDMODE option is set to IBM Spectrum Protect, set the REAdstartsrecall option to YES or NO.
# 2725
dsmEvent_VM_VSS_REGISTER_ERROR=ANS2725E IBM Spectrum Protect application protection could not register the IBM Spectrum Protect VSS provider on the guest VM '{0}'.\n
dsmEvent_VM_VSS_REGISTER_ERROR_EXPLANATION=The guest vm credentials speficied on the datamover do not have the correct required Windows permissions for application protection.
dsmEvent_VM_VSS_REGISTER_ERROR_SYSACT=The application protection vm backup processing stops.
dsmEvent_VM_VSS_REGISTER_ERROR_URESP=Make sure that the credentials specified for the guest VM have the correct required Windows permissions for application protection type vm backups. The user guide outlines the correct permissions that are required for backuping and restoring application data for Microsoft Exchange and Microsoft SQL Servers.
# 2731
CLI_BACKUPVM_FAILED_NO_DP4VMWARE_LICENSE=ANS2731E The BACKUP VM command failed because the Data Protection for VMware license file does not exist or is not valid.\n
CLI_BACKUPVM_FAILED_NO_DP4VMWARE_LICENSE_EXPLANATION=The Data Protection for VMware license file is required for the BACKUP VM command.
CLI_BACKUPVM_FAILED_NO_DP4VMWARE_LICENSE_SYSACT=The command is not processed.
CLI_BACKUPVM_FAILED_NO_DP4VMWARE_LICENSE_URESP=Install Data Protection for VMware or the license file for Data Protection for VMware, and retry the command. Or retry the operation from a host that has the Data Protection for VMware license file installed.
# 2745
CLI_HYPERV_VDISK_NOT_FOUND=ANS2745E An assigned virtual disk to Hyper-V Virtual Machine '{0}' cannot be found.
CLI_HYPERV_VDISK_NOT_FOUND_EXPLANATION=The IBM Spectrum Protect client detected that a Virtual Machine has assigned a disk that is unreachable. The disk may have been moved or deleted. A snapshot cannot be taken while the disk cannot be found.
CLI_HYPERV_VDISK_NOT_FOUND_SYSACT=The IBM Spectrum Protect could not find a virtual disk at the assigned path.
CLI_HYPERV_VDISK_NOT_FOUND_URESP=Check that the virtual disk has not been moved or deleted and update the virtual machine configuration to match any changes to the file system.
# 2746
CLI_HYPERV_VDISK_INVALID_FORMAT=ANS2746E An assigned virtual disk to Hyper-V virtual machine '{0}' is a VHD or invalid format. Only virtual disks in VHDX format can be backed up.\n\n
CLI_HYPERV_VDISK_INVALID_FORMAT_EXPLANATION=The IBM Spectrum Protect client detected that a virtual machine has assigned a disk that is in the VHD format or is in an unrecognisable or unsupported format. If the disk is in VHDX format it may be corrupted.
CLI_HYPERV_VDISK_INVALID_FORMAT_SYSACT=The IBM Spectrum Protect found a virtual disk in VHD or unrecognisable format while preparing for a backup of a virtual machine.
CLI_HYPERV_VDISK_INVALID_FORMAT_URESP=If the virtual disk is in VHD format there are several options: Remove the VHD from the virtual machine, convert the virtual disk from VHD format to VHDX format, or adjust DOMAIN.VMFULL to skip the virtual machine from backup. If the disk is in VHDX format, check that the disk has not been corrupted.
# 2747
CLI_HYPERV_AVHDX_PARENT_NOT_FOUND=ANS2747E An assigned AVHDX virtual disk to Hyper-V virtual machine '{0}' cannot find the parent disk. Snapshots can be taken only if the parent can be found.
CLI_HYPERV_AVHDX_PARENT_NOT_FOUND_EXPLANATION=The AVHDX format specifies an internal field that points to a parent AVHDX or VHDX file. If the parent cannot be found the disk is invalid and a snapshot will fail.
CLI_HYPERV_AVHDX_PARENT_NOT_FOUND_SYSACT=The process discovered an AVHDX attached to a virtual machine and attempted to find the parent AVHDX or VHDX file.
CLI_HYPERV_AVHDX_PARENT_NOT_FOUND_URESP=Check that the parent AVHDX or VHDX file still exists and has not been moved or deleted. Return the parent AVHDX and/or VHDX file.
# 2748
CLI_HYPERV_DISK_SIZE_LIMIT_EXCEEDED=ANS2748E An assigned virtual disk to Hyper-V virtual machine '{0}' exceeds the maximum capacity limit. The IBM Spectrum Protect client cannot backup virtual machines with disks that exceed the limit of two terabytes.
CLI_HYPERV_DISK_SIZE_LIMIT_EXCEEDED_EXPLANATION=The IBM Spectrum Protect client detected that a Virtual Machine has assigned a disk whose capacity exceeds two terabytes. Virtual disks that exceed 2 terabytes are currently not supported by incremental forever backups.
CLI_HYPERV_DISK_SIZE_LIMIT_EXCEEDED_SYSACT=The IBM Spectrum Protect found a virtual disk whose capacity exceeds two terabytes on a virtual machine scheduled for back up.
CLI_HYPERV_DISK_SIZE_LIMIT_EXCEEDED_URESP=There are several options available: Remove the disk from the virtual machine, shrink the disk to under two terabytes, copy the data to virtual disk with a capacity under two terabytes. Even though incremental backup is not available, the always full backup type is compatible with disks over two terabytes.
# 2749
CLI_HYPERV_CSV_AND_NONCSV_MIXED=ANS2749E See Microsoft Technote KB2771882. An assigned virtual disk to Hyper-V Virtual Machine '{0}' contains files that are on a Cluster Shared Volume and local volumes. A snapshot of a Virtual Machine in this configuration cannot be taken.\n\n
CLI_HYPERV_CSV_AND_NONCSV_MIXED_EXPLANATION=The IBM Spectrum Protect client detected that a Virtual Machine has files involved in the snapshot on both local volumes and Cluster Shared Volumes. Attempting to snapshot a virtual machine in this configuration always results in failure. This error is documented in Microsoft Technote KB2771882.
CLI_HYPERV_CSV_AND_NONCSV_MIXED_SYSACT=The IBM Spectrum Protect client discovered the virtual machine has files on local volumes and cluster shared volumes prior to taking a snapshot.
CLI_HYPERV_CSV_AND_NONCSV_MIXED_URESP=Check that all of the disks and the configuration files are all on local volumes or cluster shared volumes. If necessary, perform a storage migration to move the disks and/or configuration files.
# 2750
CLI_HYPERV_BAD_SNAPSHOT_OP=ANS2750E The Hyper-V Virtual Machine '{0}' is currently undergoing one of the following operations:\n* Creating Local Snapshot\n* Applying Local Snapshot\n* Deleting Local Snapshot\n* Exporting Virtual Machine\n* Migrating Virtual Machine\n* Volume Snapshot Service (VSS) Snapshot\n* Restore\n* Merging Differencing Disks\nThe above operations prevent a Hyper-V VSS snapshot from taking place. Wait for the operation to finish or cancel to perform a backup. \n\n
CLI_HYPERV_BAD_SNAPSHOT_OP_EXPLANATION=Some virtual machine management tasks interfere with a virtual machine VSS snapshot. One of these operations was detected during a back up request.
CLI_HYPERV_BAD_SNAPSHOT_OP_SYSACT=The IBM Spectrum Protect client discovered the virtual machine is currently undergoing an operation that will prevent a Volume Snapshot Service snapshot from occuring.
CLI_HYPERV_BAD_SNAPSHOT_OP_URESP=Cancel or wait for the current virtual machine management task to finish and then retry the back up.
# 2790
Snap_Invalid_Svm=ANS2790E Error Accessing Storage Virtual Machine '{0}' on NetApp Filer '{1}'.\n
Snap_Invalid_Svm_EXPLANATION=The specified Storage Virtual Machine could not be accessed on the specified filer. Make sure that the storage virtual machine exists and is running on the specified filer and that the storage virtual machine has been correctly associated with the filer with the SET NETAPPSVM command.
Snap_Invalid_Svm_SYSACT=Processing stops.
Snap_Invalid_Svm_URESP=Make sure that the storage virtual machine is running on the specified filer and that the association between the filer and the storage virtual machine has been defined correctly with the dsmc set netappsvm command.
# 2808
SnapDiff_Using_OlderBaseSnapshot=ANS2808W Incremental by snapshot difference backup did not locate the registered base snapshot '{0}' on NetApp/N-Series filer volume '{1}'. Snapshot '{2}' is used as the base snapshot.\n
SnapDiff_Using_OlderBaseSnapshot_EXPLANATION=Incremental by snapshot difference backup did not locate the specified registered base snapshot on the specified NetApp/N-Series filer volume. The most recent existing snapshot which is older than the registered base snapshot is used as the current base snapshot.
SnapDiff_Using_OlderBaseSnapshot_SYSACT=Processing continues.
SnapDiff_Using_OlderBaseSnapshot_URESP=None.
# 2819
DSI_CLUSTERCW_DRIVE_NOT_FROM_DOMAINLIST=The specified drive is invalid. Specify a valid drive from the selected domain list.
# 2828
Img_FS_Not_Supported=ANS2828E Image operations are not supported for the specified file system.\n
Img_FS_Not_Supported_EXPLANATION=Image backup and restore are not supported for the specified file system.\n
Img_FS_Not_Supported_SYSACT=The requested image operation is not performed.
Img_FS_Not_Supported_URESP=Choose another object.
# 2829
Img_GPFS_Not_Supported=ANS2829E Image operations are not supported for GPFS.\n
Img_GPFS_Not_Supported_EXPLANATION=Image backup and restore are not supported for GPFS volumes.\n
Img_GPFS_Not_Supported_SYSACT=The requested image operation is not performed.
Img_GPFS_Not_Supported_URESP=Choose another object.
# 2831
SnapDiff_Not_Supported=ANS2831E Incremental by snapshot difference cannot be performed on '{0}' as it is of type '{1}' and is not a NetApp/N-Series '{2}' volume.\n
SnapDiff_Not_Supported_EXPLANATION=The volume specified cannot be used for performing NetApp/N-Series snapshot difference incremental operation. The volume does not correspond to the NFS mount point or the CIFS shared drive for a Network Appliance or N-Series NAS volume. One possible reason for this failure is that snapshot difference incremental backups can only be performed against NetApp/N-Series NFS volumes on AIX/Linux platforms, or CIFS volumes on Windows platforms.
SnapDiff_Not_Supported_SYSACT=Processing stops.
SnapDiff_Not_Supported_URESP=Try the command again with a NetApp/N-Series NFS or CIFS volume with the correct security style.
# 2832
SnapDiff_Operation_Failed=ANS2832E Incremental by snapshot difference failed for {0}. See the error log for details.\n
SnapDiff_Operation_Failed_EXPLANATION=Failed to perform NAS NFS/CIFS Incremental by snapshot difference operation.
SnapDiff_Operation_Failed_SYSACT=Processing stops.
SnapDiff_Operation_Failed_URESP=Take appropriate action based on the information in the error log. If the problem persists please contact your IBM Spectrum Protect administrator.
# 2835
SnapDiff_Operation_Failed_Not_Supported=ANS2835E Incremental backup using snapshot difference is not supported on this platform.\n
SnapDiff_Operation_Failed_Not_Supported_EXPLANATION=NetApp NFS/CIFS incremental backup operation using snapshot difference is only supported on Linux and Windows platforms.
SnapDiff_Operation_Failed_Not_Supported_SYSACT=Processing stops.
SnapDiff_Operation_Failed_Not_Supported_URESP=Retry the incremental operation without the snapdiff option.
# 2836
SnapDiff_Not_Supported_For_Qtrees=ANS2836E Incremental backup operation using snapshot difference is only available for full volumes.\n{0} is a partial volume or qtree.\n
SnapDiff_Not_Supported_For_Qtrees_EXPLANATION=Cannot perform NAS NFS/CIFS incremental backup operation using snapshot difference on the mounted or mapped volume due to one of the following reasons: 1) The volume is actually a qtree. 2) The volume is not a full volume, it is not mounted or mapped to the root of the volume.
SnapDiff_Not_Supported_For_Qtrees_SYSACT=Processing stops.
SnapDiff_Not_Supported_For_Qtrees_URESP=Retry the incremental backup operation by specifying an entire NAS NFS or CIFS volume.
# 2837
SnapDiff_No_Password_Found=ANS2837E Unable to access the required stored NetApp filer credentials (user id and password) for filer '{0}'.\n Make sure the SET PASSWORD -TYPE=FILER command was specified correctly to store the credentials.\n
SnapDiff_No_Password_Found_EXPLANATION=The user id and password for the specified NetApp Filer have been either not configured or have been specified incorrectly.
SnapDiff_No_Password_Found_SYSACT=Processing stops.
SnapDiff_No_Password_Found_URESP=Use the 'set password -type=filer' command to define the user id and password for the specified NetApp Filer and retry the snapshot differential backup operation.
# 2839
Snap_Authetication_Failure=ANS2839E Failed with ONTAPI error '{0}' while connecting to NetApp Filer '{1}' using user id '{2}'. You might have provided credentials incorrectly for this Filer.\n
Snap_Authetication_Failure_EXPLANATION=The user ID and password have been configured incorrectly for the specified Filer.
Snap_Authetication_Failure_SYSACT=Processing stops.
Snap_Authetication_Failure_URESP=Make sure that the credentials you have specified for the Filer are the correct ones. Use the dsmc set password command to specify the correct credentials for your Filer and try the command again.
# 2840
SnapDiff_Not_Supported_For_Filer_Version=ANS2840E Incremental backup using snapshot difference is not supported for NetApp file server '{0}' at Data ONTAP version '{1}.{2}.{3}'.\n
SnapDiff_Not_Supported_For_Filer_Version_EXPLANATION=The file server specified is not at the Data ONTAP version that supports snapshot difference API. Current supported versions of Data ONTAP are 7.3 - 9.8.
SnapDiff_Not_Supported_For_Filer_Version_SYSACT=Processing stops.
SnapDiff_Not_Supported_For_Filer_Version_URESP=Upgrade the file server to supported Data ONTAP version and retry the operation.
# 2841
SnapDiff_Not_Supported_For_OS_Platform=ANS2841E Incremental by snapshot difference is only supported on AIX 64 bit and Linux 86 bit clients.\n
SnapDiff_Not_Supported_For_OS_Platform_EXPLANATION=Incremental backup using snapshot difference feature is only available on IBM Spectrum Protect AIX 64 bit and Linux 86 clients.
SnapDiff_Not_Supported_For_OS_Platform_SYSACT=Processing stops.
SnapDiff_Not_Supported_For_OS_Platform_URESP=Try the command again with an IBM Spectrum Protect AIX 64 bit or Linux 86 client.
# 2850
SnapDiff_Snapmirror_Destination_Volume=ANS2850E Error Creating Snapshot: Volume {0} is a snapmirror destination volume.\n
SnapDiff_Snapmirror_Destination_Volume_EXPLANATION=An attempt was made to create a snapshot on a read only snapmirror destination volume.
SnapDiff_Snapmirror_Destination_Volume_SYSACT=Processing stops.
SnapDiff_Snapmirror_Destination_Volume_URESP=Rety the operation using the USEEXISTINGBASE and DIFFSNAPSHOT=latest options.
# 2851
SnapDiff_Failed=ANS2851E Snapshot Processing Error: {0}.\n
SnapDiff_Failed_EXPLANATION=An error occurred due to the reason specified in the message
SnapDiff_Failed_SYSACT=Processing stops.
SnapDiff_Failed_URESP=Ensure that the specified volume is online and allows write access.
# 2860
Snapdiff_Snapshot_PreCmd_Failed=ANS2860E The PRESNAPSHOTCMD command failed. The snapshot differential backup will not be executed.\n
Snapdiff_Snapshot_PreCmd_Failed_EXPLANATION=The command specified by the PRESNAPSHOTCMD option must complete successfully in order to execute the snapshot differential backup. If the command completed with a return code of 0 (zero), it is considered to have completed successfully. If the command completed with any other return code, it is considered to have failed. If the command failed then the snapshot differential backup is not executed.
Snapdiff_Snapshot_PreCmd_Failed_SYSACT=The client does not execute the snapshot differential backup operation.
Snapdiff_Snapshot_PreCmd_Failed_URESP=Identify and repair the problem that caused the command to fail. If a non-zero return code is normal for this command, then consider wrapping the command in a script that always exits with a return code of zero.
# 2864
HYPERV_ROLE_NOT_DETECTED=ANS2864E A Hyper-V operation was attempted, but the Hyper-V role was not detected on the host system.\n
HYPERV_ROLE_NOT_DETECTED_EXPLANATION=The Hyper-V role must be enabled on the host system where the Hyper-V operation occurs. The current host system either does not have the Hyper-V role enabled or does not support Hyper-V.
HYPERV_ROLE_NOT_DETECTED_SYSACT=The operation does not start.
HYPERV_ROLE_NOT_DETECTED_URESP=If the host system supports Hyper-V then enable the Hyper-V role. Otherwise, try the operation again from a host system that supports Hyper-V and has the Hyper-V role enabled.
# 2865
HYPERV_RESTORE_VDISK_ERROR=ANS2865E An error occurred creating or accessing a virtual disk for virtual machine '{0}'.\n
HYPERV_RESTORE_VDISK_ERROR_EXPLANATION=An error occurred creating or accessing a virtual disk while restoring a virtual machine.
HYPERV_RESTORE_VDISK_ERROR_SYSACT=The virtual machine is not restored.
HYPERV_RESTORE_VDISK_ERROR_URESP=See the client error log for more detailed information about the error.
# 2866
HYPERV_RESTORE_VMCREATE_ERROR=ANS2866E An error occurred creating virtual machine '{0}'.\n
HYPERV_RESTORE_VMCREATE_ERROR_EXPLANATION=An error occurred creating the virtual machine during the restore operation.
HYPERV_RESTORE_VMCREATE_ERROR_SYSACT=The virtual machine is not restored.
HYPERV_RESTORE_VMCREATE_ERROR_URESP=See the client error log for more detailed information about the error.
# 2867
HYPERV_RESTORE_VMQUERY_ERROR=ANS2867E An error occurred querying virtual machine '{0}'.\n
HYPERV_RESTORE_VMQUERY_ERROR_EXPLANATION=An error occurred querying the virtual machine during the restore operation.
HYPERV_RESTORE_VMQUERY_ERROR_SYSACT=The virtual machine is not restored.
HYPERV_RESTORE_VMQUERY_ERROR_URESP=See the client error log for more detailed information about the error.
# 2868
HYPERV_RESTORE_VMDESTROY_ERROR=ANS2868E An error occurred removing virtual machine '{0}'.\n
HYPERV_RESTORE_VMDESTROY_ERROR_EXPLANATION=An error occurred removing the virtual machine during the restore operation.
HYPERV_RESTORE_VMDESTROY_ERROR_SYSACT=The virtual machine is not restored.
HYPERV_RESTORE_VMDESTROY_ERROR_URESP=See the client error log for more detailed information about the error.
# 2869
HYPERV_DIFFERENTNAME_SAMEGUID=ANS2869E A virtual machine on the hypervisor has a different name but the same ID as virtual machine to restore '{0}' has. Restore not allowed.\n
HYPERV_DIFFERENTNAME_SAMEGUID_EXPLANATION=A virtual machine with a different name and the same ID than the virtual machine being restored exists on the hypervisor.
HYPERV_DIFFERENTNAME_SAMEGUID_SYSACT=The virtual machine is not restored.
HYPERV_DIFFERENTNAME_SAMEGUID_URESP=Choose a different virtual machine to restore to or delete the existing virtuual machine.
# 2870
HYPERV_NO_BACKUP_SNAPSHOT_FOUND=ANS2870W An incremental backup of virtual machine '{0}' was requested, but the virtual machine lacks an existing recovery snapshot. A full backup will be taken to prevent data loss.\n
HYPERV_NO_BACKUP_SNAPSHOT_FOUND_EXPLANATION=Removal of the recovery snapshot of a virtual machine does not reset the last successful backup time maintained internally. The lack of a reset creates an inconsistency between the backup time and the hard disk configuration of the virtual machine. A full backup fixes the ambiguity and prevent data loss.
HYPERV_NO_BACKUP_SNAPSHOT_FOUND_SYSACT=An inconsistency in the virtual machine configuration was detected.
HYPERV_NO_BACKUP_SNAPSHOT_FOUND_URESP=Avoid deleting the recovery snapshot between back up operations.
# 2872
HYPERV_UNABLE_RESTORE_METADATA=ANS2872E The process was unable to restore a virtual disk user metadata entry of virtual machine '{0}' to disk '{1}'.
HYPERV_UNABLE_RESTORE_METADATA_EXPLANATION=An attempt to restore a user metadata entry of a disk failed. The user metadata of the disk may inaccessible or unreachable.
HYPERV_UNABLE_RESTORE_METADATA_SYSACT=A restore of a virtual disk.
HYPERV_UNABLE_RESTORE_METADATA_URESP=Check the user privileges include access to virtual disk writes or move the disk to an accessible location.
# 2873
HYPERV_USER_SET_HIGHLY_AVAILABLE=ANS2873I Virtual machine '{0}' was successfully restored. If this virtual machine was restored to a cluster, ensure that the cluster settings enable the restored virtual machine to operate in high availability mode. High availability settings, and the preferred set of hypervisor nodes that can operate in high availability mode, might not be set automatically.\n
# 2876
SnapDiff_No_Password_Found_For_SVM=ANS2876E Unable to access the required stored NetApp Management Filer credentials (user id and password) for filer '{0}'\nassociated with storage virtual machine '{1}' .\nMake sure the SET PASSWORD -TYPE=FILER command was specified correctly to store the credentials.\n
SnapDiff_No_Password_Found_For_SVM_EXPLANATION=The user id and password for the specified NetApp management filer associated with the specified storage virtual machine have been either not configured or have been specified incorrectly.
SnapDiff_No_Password_Found_For_SVM_SYSACT=Processing stops.
SnapDiff_No_Password_Found_For_SVM_URESP=Use the 'set password -type=filer' command to define the user id and password for the specified NetApp Management Filer. Use the 'set netappsvm' command to associated a storage virtual machine with a management filer. Ensure that both of these commands were specified correctly and retry the snapshot differential backup operation.
# 2877
HYPERV_SET_RESTARTACTION_PROP=ANS2877I Restart action for cluster resource '{0}' is changed from '{1}' to '{2}' \n
# 2878
HYPERV_FAILED_SET_RESTARTACTION_PROP=ANS2878E Failed to change restart action for cluster resources '{0}' from '{1}' to '{2}'\n
HYPERV_FAILED_SET_RESTARTACTION_PROP_EXPLANATION=IBM Spectrum Protect was unable to alter the "RestartAction" policy of the specified cluster resource. The specified virtual machine is configured for high availability, but must be deleted before it is restored. To prevent the cluster service from attempting a failover of the virtual machine to another cluster node, IBM Spectrum Protect tries to set the RestartAction policy of the indicated resource to "ClusterResourceDontRestart". After the restore is finished, IBM Spectrum Protect tries to set the RestartAction to its original value. However, an attempt to alter the RestartAction policy was unsuccessful.
HYPERV_FAILED_SET_RESTARTACTION_PROP_SYSACT=Processing continues.
HYPERV_FAILED_SET_RESTARTACTION_PROP_URESP=After the restore is finished, the RestartAction policy of the resource must be manually changed to its original value. Use the information in this message to update the RestartAction policy to its original value.
# 2888
Missing_License_File=ANS2888E Backup VM Full VM Incremental is unable to run.\nA valid IBM Spectrum Protect for Virtual Environments license file ({0}) cannot be located.\n
Missing_License_File_EXPLANATION=The license file was not found, or cannot be opened because of permissions, or the file is corrupted.
Missing_License_File_SYSACT=The system returns to the calling procedure.
Missing_License_File_URESP=Check permissions on file. See if the license file is in the correct place.
# 2890
BAREST_FILE_RESTORE_COPIES_REACHED=ANS2890E The file to restore already exist and the number of copies with same backup date has been reached on the specified target location!\n
BAREST_FILE_RESTORE_COPIES_REACHED_EXPLANATION=On the specified target location the file to restore already exist, a copy of the file with appended the backup date exist and the number of files with same backup date has been reached.
BAREST_FILE_RESTORE_COPIES_REACHED_SYSACT=The file is skipped.
BAREST_FILE_RESTORE_COPIES_REACHED_URESP=Check on the target location if copies of the same file can be removed or restore the file to a different location.
# 2999
DSI_CLUSTER_PROTECTION_CONFIRM_AND_APPLY_DESC=You have completed the configurations of the Cluster Protection. Click on the 'Apply' button to confirm your configuration.
# 3001
FLR_LOCALE_NOT_SUPPORTED=ANS3001W The default locale, English (United States), is used because the selected locale "{0}" is not supported. The supported locales are as follows: {1}\n
FLR_LOCALE_NOT_SUPPORTED_EXPLANATION=The locale on the user's system or browser is not supported.
FLR_LOCALE_NOT_SUPPORTED_SYSACT=The system defaults to the English (United States) locale.
FLR_LOCALE_NOT_SUPPORTED_URESP=Use the default locale or switch to one of the supported locales.
# 3003
COM_New_Password_Case_Sensitive=ANS3003I The new password is case sensitive.\n
# 3010
DSI_Snapshot_Wizard_Failed=ANS3010E The snapshot wizard operation failed.
DSI_Snapshot_Wizard_Failed_EXPLANATION=The snapshot wizard operation failed with a non-zero return code. Check the error log for additional information.
DSI_Snapshot_Wizard_Failed_SYSACT=The selected operation is not performed.
DSI_Snapshot_Wizard_Failed_URESP=Review the error log for any error messages, and then retry the operation after correcting the cause for failure.
# 3011
CLI_Reboot_Required_Before_Continuing=ANS3011E Previous changes have not been commited.\n The machine must be rebooted before this operation can be performed
CLI_Reboot_Required_Before_Continuing_EXPLANATION=A previous operation required the machine to be rebooted for the changes to take effect, but the machine has not been rebooted. The machine must be rebooted before this selected operation can be performed.
CLI_Reboot_Required_Before_Continuing_SYSACT=The selected operation is not performed.
CLI_Reboot_Required_Before_Continuing_URESP=Reboot the machine and then retry the operation.
# 3012
DSI_Lvsa_Not_Installed=ANS3012E The Logical Volume Snapshot Agent is not installed. Use the Setup Wizard to configure either Online Image or Open File support and choose the Logical Volume Snapshot Agent as the snapshot provider.
DSI_Lvsa_Not_Installed_EXPLANATION=The selected operation requires the Logical Volume Snapshot Agent, but it is not installed. Use the Setup Wizard to install the LVSA.
DSI_Lvsa_Not_Installed_SYSACT=The selected operation is not performed.
DSI_Lvsa_Not_Installed_URESP=Retry the operation after installing the Logical Volume Snapshot Agent.
# 3013
DSI_Snapshot_Provider_Not_Valid_OS=ANS3013E The specified snapshot provider is not supported on this version of the operating system.
DSI_Snapshot_Provider_Not_Valid_OS_EXPLANATION=The specified snapshot provider is not supported on the version of the operating system you are currently running. If another snapshot provider is available, select it and retry the operation.
DSI_Snapshot_Provider_Not_Valid_OS_SYSACT=The selected operation is not performed.
DSI_Snapshot_Provider_Not_Valid_OS_URESP=If another snapshot provider is available, select it and retry the operation.
# 3109
FLR_MOUNT_ID_NOT_FOUND=ANS3109E The mount cannot be retrieved because the following mount ID cannot be found: {0}\n
FLR_MOUNT_ID_NOT_FOUND_EXPLANATION=An error occurred while retrieving the mount with the mount ID that is specified.
FLR_MOUNT_ID_NOT_FOUND_SYSACT=Processing stops.
FLR_MOUNT_ID_NOT_FOUND_URESP=No response is required.
# 3124
FLR_CONTEXT_ID_NOT_FOUND=ANS3124E The user session cannot be retrieved because the context ID cannot be found\n
FLR_CONTEXT_ID_NOT_FOUND_EXPLANATION=An error occurred while retrieving the current user session. The error might be caused by a session that timed out.
FLR_CONTEXT_ID_NOT_FOUND_SYSACT=Processing stops.
FLR_CONTEXT_ID_NOT_FOUND_URESP=If the session timed out, log in again.
# 3174
CLI_VM_Mount_Error_Short=ANS3174E The virtual machine mount failed.\n
CLI_VM_Mount_Error_Short_EXPLANATION=An error occurred during the mount operation.
CLI_VM_Mount_Error_Short_SYSACT=Processing stops.
CLI_VM_Mount_Error_Short_URESP=Check the command-line output for the messages that specify what problems were encountered during the operation.
# 4000
DSI_PREFER_PREFERENCES_EDITOR=Preferences Editor
# 4001
DSI_PREFERG_GENERAL_PREFERENCES=General Preferences
# 4002
DSI_PREFERB_BACKUP_PREFERENCES=Backup Preferences
# 4003
DSI_PREFERR_RESTORE_PREFERENCES=Restore Preferences
# 4004
DSI_PREFERW_CLIENT_PREFERENCES=Web Client Preferences
# 4005
DSI_PREFERD_DIAGNOSTIC_PREFERENCES=Diagnostic Preferences
# 4006
DSI_PREFERIS_SNAPSHOT_PREFERENCES=Image Snapshot Preferences
# 4007
DSI_PREFERI_INCLUDE_EXCLUDE_PREFERENCES=Include Exclude Preferences
# 4008
DSI_PREFERC_GEN_COMMUNICATION_PREF=Communication Preferences
# 4009
DSI_PREFERS_SCHEDULE_PREF=Scheduler Preferences
# 4010
DSI_PREFERM_COMMANDLINE_PREF=Command Line Interface Preferences
# 4011
DSI_PREFERR_MISCELLANEOUS=Miscellaneous
# 4012
DSI_PREFERG_BYTE_PER_TRANSFER_FORMAT=Transaction Buffer Size Format
# 4013
DSI_PREFERG_ERROR_LOG_RETENTION_FORMAT=Retention Format
# 4016
DSI_PREFERG_GENERAL_SAVING=Saving general preferences to IBM Spectrum Protect configuration files...
# 4017
DSI_PREFERG_GENERAL_SAVED=Your general preferences setting has been saved.
# 4018
DSI_PREFERG_BYTES_PER_TRANS_FORMAT=Transaction Buffer Size Format
# 4019
DSI_PREFERG_ERROR_LOG_KEEP_ENTRIES_FORMAT=Keep Entries Format
# 4022
DSI_PREFERG_CHOOSE_ERROR_LOG_FILE_NAME=Choose the error log file name
# 4023
DSI_PREFERB_VIRTUAL_MOUNT_ADD=Add button
# 4024
DSI_PREFERB_VIRTUAL_MOUNT_REMOVE=Remove button
# 4025
DSI_PREFERB_BACKUP_SAVING=Saving backup preferences to IBM Spectrum Protect configuration files...
# 4026
DSI_PREFERB_BACKUP_SAVED=Your backup preferences setting has been saved.
# 4028
DSI_PREFERB_CHOOSE_VIRTUAL_MOUNT=Choose a Virtual Mount Point
# 4029
DSI_PREFERI_STATEMENT_LIST=Statement List
# 4030
DSI_PREFERI_INCLEXCL_SAVING=Saving Include/Exclude preferences to IBM Spectrum Protect configuration files...
# 4031
DSI_PREFERI_INCLEXCL_SAVED=Your Include/Exclude preferences setting has been saved.
# 4032
DSI_PREFERR_RESTORE_SAVING=Saving restore preferences to IBM Spectrum Protect configuration files...
# 4033
DSI_PREFERR_RESTORE_SAVED=Your restore preferences setting has been saved.
# 4035
DSI_PREFERW_PORTS=Ports
# 4037
DSI_PREFERD_CHOOSE_TRACE_FILE_NAME=Choose the Trace File
# 4042
DSI_PREFERIS_CHACE_SETTINGS=Cache Settings
# 4043
DSI_PREFERC_GEN_COMMSETTINGS=Communication Settings
# 4044
DSI_PREFERC_TCPIP_ADMIN_PORT=Admin Port
# 4045
DSI_PREFERS_SESSION_INIT=Session Initiation
# 4046
DSI_PREFERS_SESSION_CLIENT=Client
# 4047
DSI_PREFERS_SESSION_SERVER=Server Only
# 4048
DSI_PREFERS_RETRY_SETTINGS=Retry Settings
# 4049
DSI_PREFERS_PREVENT_ANY_PRESCHEDULE_CMD=Prevent any preschedule commands
# 4050
DSI_PREFERS_PREVENT_ANY_POSTSCHEDULE_CMD=Prevent any postschedule commands
# 4051
DSI_PREFERA_AUTHORIZATION_PREF=Authorization Preferences
# 4052
DSI_PREFERA_SERVICES=Authorization for IBM Spectrum Protect services
# 4053
DSI_PREFERA_SERVICES_ALL=All groups and users can request IBM Spectrum Protect services
# 4055
DSI_PREFERC_NLS_FORMAT=Format Settings
# 4056
DSI_PREFERH_HSM_PREF=HSM Preferences
# 4057
DSI_PREFERH_NUMBER_RECALL_DAEMONS=Number of Recall Daemons
# 4058
DSI_GENERIC_MINIMUM=Minimum
# 4059
DSI_GENERIC_MAXIMUM=Maximum
# 4060
DSI_PREFERH_MAX_NUMBER_PROC=Number of Maximum Processes
# 4064
DSI_PREFERH_HSM_PERIOD=Period Settings
# 4065
DSI_PREFERH_HSM_MAX_MIN=Processes/Daemons Settings
# 4066
DSI_PREFERD_DIAGNOSTIC_SAVING=Saving diagnostic preferences to IBM Spectrum Protect configuration files...
# 4067
DSI_PREFERD_DIAGNOSTIC_SAVED=Your diagnostic preferences setting has been saved.
# 4084
DSI_PREFER_GENERAL_LOADING=Loading General Preferences from IBM Spectrum Protect configuration files...
# 4085
DSI_PREFER_GENERAL_LOADED=General Preferences has been loaded from IBM Spectrum Protect configuration files.
# 4086
DSI_PREFER_BACKUP_LOADING=Loading Backup Preferences from IBM Spectrum Protect configuration files...
# 4087
DSI_PREFER_BACKUP_LOADED=Backup Preferences has been loaded from IBM Spectrum Protect configuration files.
# 4088
DSI_PREFER_RESTORE_LOADING=Loading Restore Preferences from IBM Spectrum Protect configuration files...
# 4089
DSI_PREFER_RESTOREP_LOADED=Restore Preferences has been loaded from IBM Spectrum Protect configuration files.
# 4090
DSI_PREFER_INCLUDE_EXCLUDE_LOADING=Loading Include-Exclude Preferences from IBM Spectrum Protect configuration files...
# 4091
DSI_PREFER_INCLUDE_EXCLUDE_LOADED=Include-Exclude Preferences has been loaded from IBM Spectrum Protect configuration files.
# 4092
DSI_PREFER_IMAGE_SNAPSHOT_LOADING=Loading Image Snapshot Preferences from IBM Spectrum Protect configuration files...
# 4093
DSI_PREFER_IMAGE_SNAPSHOT_LOADED=Image Snapshot Preferences has been loaded from IBM Spectrum Protect configuration files.
# 4094
DSI_PREFER_SCHEDULER_LOADING=Loading Scheduler Preferences from IBM Spectrum Protect configuration files...
# 4095
DSI_PREFER_SCHEDULER_LOADED=Scheduler Preferences has been loaded from IBM Spectrum Protect configuration files.
# 4096
DSI_PREFER_REGIONAL_SETTING_LOADING=Loading Regional Setting Preferences from IBM Spectrum Protect configuration files...
# 4097
DSI_PREFER_REGIONAL_SETTING_LOADED=Regional Setting Preferences has been loaded from IBM Spectrum Protect configuration files.
# 4098
DSI_PREFER_COMMUNICATION_LOADING=Loading Communication Preferences from IBM Spectrum Protect configuration files...
# 4099
DSI_PREFER_COMMUNICATION_LOADED=Communication Preferences has been loaded from IBM Spectrum Protect configuration files.
# 4100
DSI_PREFER_AUTHORIZATION_LOADING=Loading Authorization Preferences from IBM Spectrum Protect configuration files...
# 4101
DSI_PREFER_AUTHORIZATION_LOADED=Authorization Preferences has been loaded from IBM Spectrum Protect configuration files.
# 4102
DSI_PREFER_WEB_CLIENT_LOADING=Loading Web Client Preferences from IBM Spectrum Protect configuration files...
# 4103
DSI_PREFER_WEB_CLIENT_LOADED=Web Client Preferences has been loaded from IBM Spectrum Protect configuration files.
# 4104
DSI_PREFER_HSM_LOADING=Loading HSM Preferences from IBM Spectrum Protect configuration files...
# 4105
DSI_PREFER_HSM_LOADED=HSM Preferences has been loaded from IBM Spectrum Protect configuration files.
# 4106
DSI_PREFER_COMMAND_LINE_LOADING=Loading Command Line Preferences from IBM Spectrum Protect configuration files...
# 4107
DSI_PREFER_COMMAND_LINE_LOADED=Command Line Preferences has been loaded from IBM Spectrum Protect configuration files.
# 4108
DSI_PREFER_DIAGNOSTIC_LOADING=Loading Diagnostic Preferences from IBM Spectrum Protect configuration files...
# 4109
DSI_PREFER_DIAGNOSTIC_LOADED=Diagnostic Preferences has been loaded from IBM Spectrum Protect configuration files.
# 4110
DSI_PREFERM_DISPLAY_ON_SCREEN=Display on Screen
# 4111
DSI_GENERIC_ADD_DOTDOTDOT=Add...
# 4113
DSI_PREFER_WARNING=Warning
# 4114
DSI_PREFER_ERROR_INDICATOR=\nFields marked with a red indicator are not correctly entered.\n\nPlease correct them before applying the changes.
# 4115
DSI_PREFER_OPTIONS_SAVED=The changes you have made require you to close the\n{0} dialog before they can take effect.\n\nClick OK to continue.
# 4116
DSI_PREFER_RESET_TOOLTIP=Returns the values of changed setting choices to their last applied state.
# 4117
DSI_PREFER_CANCEL_TOOLTIP=Resets all changes made since the last Apply and closes the editor.
# 4118
DSI_PREFER_APPLY_TOOLTIP=Applies the changes made to the selected objects, without closing the editor.
# 4119
DSI_PREFER_OK_TOOLTIP=Applies the changes made to the selected objects and closes the editor.
# 4120
DSI_PREFER_SBAR_NO_CHANGES=No changes have been found on this preferences setting.
# 4121
DSI_PREFER_SBAR_OPTIONS_SAVED=Your preferences settings have been saved.
# 4122
DSI_PREFER_SBAR_CLOSING=Closing Preferences Editor...
# 4123
DSI_PREFER_SBAR_RELOADING=Reloading preferences from the agent...
# 4124
DSI_PREFER_SBAR_RELOADED=Preferences settings have been reloaded.
# 4125
DSI_PREFER_SBAR_NO_RELOAD_NECESSARY=It is not necessary to reload the preferences because no changes have been applied from the previous state.
# 4126
DSI_PREFER_SBAR_WARNING_DEFAULT=Warning: The '{0}' option will be set to the default value.
# 4127
DSI_PREFER_SBAR_ERROR_BETWEEN=Error: The '{0}' option must be in the range from {1} to {2}.
# 4128
DSI_PREFER_SBAR_NOT_LENGTH_MORE=Error: The length of '{0}' option can not be more than {1} characters.
# 4129
DSI_PREFER_SETTING_LOADED=The '{0}' settings have been loaded.
# 4130
DSI_PREFERCW_CREATE_OPTIONS_FILE_FDA=Select this option if you do not already have a client options file. The client will create an options file for you based on your specifications in this wizard.
# 4131
DSI_PREFER_LOADING_SETTING=Loading '{0}' settings...
# 4132
DSI_PREFERCW_UPDATE_OPTIONS_FILE_FDA=Select this option if you want to change the basic options in your client options file
# 4133
DSI_PREFERCW_IMPORT_OPTIONS_FILE=Import from an existing options file for use
# 4134
DSI_PREFERCW_IMPORT_OPTIONS_FILE_FDA=Select this option if you want to use an existing client options file from an older client. The process will import the values from your existing options file for you to edit in this wizard.
# 4135
DSI_PREFERCW_OPTIONS_FILE_NAME_LOCATION=Option File Name and Location
# 4136
DSI_PREFERCW_CHOOSE_OPTIONS_FILE_NAME_LOCATION=Choose the Option file name location
# 4137
DSI_PREFERCW_OPTIONS_FILE_NAME_LOCATION_FDA=Use the Option File Name and Location wizard panel to specify the name of the client options file to use.
# 4138
DSI_PREFERCW_ASK_OPTIONS_FILE_NAME=Specify the options file that IBM Spectrum Protect should use
# 4139
DSI_PREFERCW_ASK_OPTIONS_FILE_NAME_FDA=Specify the fully-qualified name of the client options file. The client options file is usually named dsm.opt
# 4140
DSI_PREFER_SAVING_SETTING=Saving '{0}' settings...
# 4141
DSI_PREFERCW_OPTIONS_FILE_NAME_BROWSE_FDA=Click this button if you want to open a file selection window and select the options file you want to use.
# 4142
DSI_PREFERCW_OPTIONS_FILE=Specify the options file that should be used
# 4143
DSI_PREFERCW_ASK_TSM_SERVER_NAME=IBM Spectrum Protect Server Name
# 4144
DSI_PREFERCW_ASK_TSM_SERVER_NAME_FDA=Use the IBM Spectrum Protect Server Name wizard panel to specify the name you want to use to identify a IBM Spectrum Protect server, and to begin a stanza containing parameters for that server.
# 4145
DSI_PREFER_SETTING_SAVED=Your '{0}' settings have been saved.
# 4146
DSI_PREFERCW_TSM_SERVER_NAME_FDA=In your client options file (dsm.opt), the IBM Spectrum Protect server name specifies which server, of those named in the client system options file (dsm.sys), to contact for services.
# 4147
DSI_PREFERCW_TSM_SERVER=Which IBM Spectrum Protect server do you want to access?
# 4148
DSI_PREFERCW_TSM_CLIENT_SERVER_COMMUNICATIONS=IBM Spectrum Protect Client/Server Communications
# 4149
DSI_PREFERCW_TSM_CLIENT_SERVER_COMMUNICATIONS_FDA=Use the IBM Spectrum Protect Client/Server Communications wizard panel to specify the communication method to use to communicate with the IBM Spectrum Protect server.
# 4150
DSI_PREFERCW_ASK_COMMUNICATIONS_METHOD=Which communication method do you want the IBM Spectrum Protect Client to use when communicating with the IBM Spectrum Protect Server?
# 4152
DSI_PREFERCW_COMMUNICATIONS_METHOD_FDA=Select TCP/IP for Transmission Control Protocol/Internet Protocol or Shared Memory when the IBM Spectrum Protect server and the IBM Spectrum Protect client are on the same workstation
# 4153
DSI_PREFERCW_ASK_COMMUNICATIONS_PARAMS=What Shared Memory parameters are the server using?
# 4154
DSI_PREFERCW_ASK_COMMUNICATION_PARAMETERS=Communication Parameters
# 4155
DSI_PREFERCW_ASK_COMMUNICATION_PARAMETERS_FDA=Use the TCP/IP Communication Parameters window to specify the parameters to use to communicate with the IBM Spectrum Protect server.
# 4156
DSI_PREFERCW_TSM_AUTHENTICATION=IBM Spectrum Protect Authentication
# 4157
DSI_PREFERCW_TSM_AUTHENTICATION_FDA=Use the Authentication wizard panel to specify the authentication options to use when the IBM Spectrum Protect client connects with the IBM Spectrum Protect server.
# 4159
DSI_PREFERCW_OPTION_FILE_TASK=Options File Task
# 4160
DSI_PREFERCW_OPTION_FILE_TASK_FDA=Select a task from the Options File Task wizard panel and click to the Next button.
# 4161
DSI_PREFERCW_TCP_IP_ADDRESS_AND_PORT=What is the TCP/IP address and port of the IBM Spectrum Protect server?
# 4162
DSI_PREFERCW_ASK_TSM_NODE_NAME=What is the IBM Spectrum Protect node name to use?
# 4163
DSI_PREFERCW_COMPLETING_WIZARD=Completing the IBM Spectrum Protect Client Configuration Wizard
# 4164
DSI_PREFERCW_COMPLETING_WIZARD_FDA=Use the Completing the IBM Spectrum Protect Client Configuration Wizard panel to apply your configuration settings.
# 4165
DSI_PREFERCW_WIZARD_COMPLETED=You have completed the client configuration.\nClick Finish to apply this configuration.
# 4166
DSI_PREFERCW_OPTION_REQUIRED=\nSpecify a value for this option before continuing.
# 4167
DSI_PREFERCW_OPTION_INVALID=\nAn invalid option has been specified.\nPlease correct it before continuing.
# 4168
DSI_PREFERCW_OPTION_REQUIRED_BETWEEN=\nPlease specify a value between {0} and {1}
# 4169
DSI_PREFERW_WEB_CAD_PORT=Web client acceptor port
# 4170
DSI_PREFERW_WEB_AGENT_PORT=Web Agent Port
# 4171
DSI_PREFERW_PRIVILEGES=Privileges
# 4172
DSI_PREFERR_MAKE_SPARSE_FILE=Restore or retrieve file to sparse file
# 4173
DSI_PREFERH_NUM_MIG_THRESHOLD_PROC=Number of Processes for Automatic Threshold Migration
# 4174
DSI_PREFERH_NUM_RECONCILE_PROC=Number of Processes for Reconciliation
# 4175
DSI_CLUSTERCW_OPTIONS_FILE_NAME_LOCATION=Cluster Option File name and location
# 4176
DSI_CLUSTERCW_OPTION_FILE_NAME=Cluster Option File
# 4177
DSI_CLUSTERCW_SCHEDULER_WIZARD_COMPLETE=Scheduler Wizard Complete.
# 4178
DSI_CLUSTERCW_SCHEDULER_OPT_FILE_NAME=\nSpecify the options file that the Cluster Protection scheduler should use.\nNote: If file exists in specified location, file will be overwritten.
# 4181
DSI_CLUSTERCW_CREATE_STARTED=Cluster configuration has started...
# 4182
DSI_CLUSTERCW_CREATE_COMPLETED=Cluster configuration has completed successfully...
# 4183
DSI_CLUSTERCW_CREATE_ERROR=Cluster configuration could not be completed.
# 4184
DSI_CLUSTERCW_REMOVE_STARTED=Cluster configuration is being removed...
# 4185
DSI_CLUSTERCW_REMOVE_COMPLETED=Cluster configuration has been removed successfully...
# 4186
DSI_CLUSTERCW_REMOVE_ERROR=Cluster configuration could not be removed.
# 4187
DSI_CLUSTERCW_GEN_SERVICE_CREATE=Done with creating generic service resource...
# 4188
DSI_CLUSTERCW_GEN_SERVICE_REMOVE=Done with removing generic service resource...
# 4190
DSI_CLUSTERCW_OPT_FILE_NAME=Cluster Opt File Name
# 4191
DSI_CLUSTERCW_FILENAME_STF_DESC=Type the fully-qualified name of the client options file. The client options file is usually named dsm.opt.
# 4193
DSI_CLUSTERCW_DIR_NOT_FOUND=The specified path is invalid. Specify a valid directory and a filename
# 4194
DSI_Last_Back_Date_From_Server=Last Backup date From Server
# 4195
DSI_Last_Back_Date_From_Local=Last Backup date From Local
# 4196
DSI_Replication_Status=Replication Status
# 4197
DSI_Last_Arch_Date_From_Server=Last Archive date From Server
# 4198
DSI_Last_Arch_Date_From_Local=Last Archive date From Local
# 5003
DSI_PS_Invalid_DirMC=ANS5003S The management class assigned to directories does not exist.
DSI_PS_Invalid_DirMC_EXPLANATION=The management class named on the DIRMC option does not exist in your assigned policy set on the server. The error log contains an entry showing the invalid management class name.
DSI_PS_Invalid_DirMC_SYSACT=processing stops.
DSI_PS_Invalid_DirMC_URESP=Remove the current DIRMC option from the client options file, then run DSMC QUERY MGMTCLASS -DETAIL to view information about available management classes. Make sure the management class you select has a backup copy group. If you have more than one IBM Spectrum Protect server, make sure you are connecting to the correct server. If you are unable to find a suitable management class, contact your IBM Spectrum Protect administrator for further assistance.
# 5004
DSI_PS_No_CG_In_DirMC=ANS5004S There is no backup copy group in the management class used for directories. See the error log.
DSI_PS_No_CG_In_DirMC_EXPLANATION=The DIRMC option names a management class that contains no backup copy group.
DSI_PS_No_CG_In_DirMC_SYSACT=processing stops.
DSI_PS_No_CG_In_DirMC_URESP=Remove the current DIRMC option from the client options file, then run DSMC QUERY MGMTCLASS -DETAIL to view information about available management classes. Make sure the management class you select has a backup copy group. If you have more than one IBM Spectrum Protect server, make sure you are connecting to the correct server. If you are unable to find a suitable management class, contact your IBM Spectrum Protect administrator for further assistance.
# 5006
DSI_No_Back_Copy_Groups=ANS5006W The policy set does not contain any backup copy groups. The process is unable to continue the backup.
DSI_No_Back_Copy_Groups_EXPLANATION=You tried to back up the files using a policy set that contained no backup management information.
DSI_No_Back_Copy_Groups_SYSACT=The process did not back up the files.
DSI_No_Back_Copy_Groups_URESP=See your IBM Spectrum Protect administrator for assistance in associating your node with a policy set containing a management class that has a backup copy group. Then try the operation again.
# 5007
DSI_No_Arch_Copy_Groups=ANS5007W The policy set does not contain any archive copy groups. IBM Spectrum Protect is unable to continue the archive.
DSI_No_Arch_Copy_Groups_EXPLANATION=You tried to archive the files using a policy set that contains no archive management information.
DSI_No_Arch_Copy_Groups_SYSACT=IBM Spectrum Protect did not archive the files.
DSI_No_Arch_Copy_Groups_URESP=See your IBM Spectrum Protect administrator for assistance in associating your node with a policy set containing a management class that has an archive copy group. Then try the operation again.
# 5008
DSI_Pw_Incorrect=ANS5008W Incorrect password entered
DSI_Pw_Incorrect_EXPLANATION=You entered a password that was incorrect.
DSI_Pw_Incorrect_SYSACT=IBM Spectrum Protect cannot connect to the server without the correct password.
DSI_Pw_Incorrect_URESP=Reenter the password, or ask your system administrator for the current password.
# 5009
DSI_Pw_DontMatch=ANS5009W New password entries are not the same
DSI_Pw_DontMatch_EXPLANATION=During the change password, update password, or open registration dialog, the two entries for the new password were not the same.
DSI_Pw_DontMatch_SYSACT=The password was not changed on the server.
DSI_Pw_DontMatch_URESP=Backspace over both of the new passwords and reenter them, ensuring that they match.
# 5010
DSI_RC_FileNameCasingConflict=File name case conflict
# 5011
DSI_Ba_Stopped=ANS5011I Backup stopped by user
# 5012
DSI_Ba_NoSpace=ANS5012E Server out of backup data storage space
DSI_Ba_NoSpace_EXPLANATION=The server ran out of space in its backup data storage.
DSI_Ba_NoSpace_SYSACT=IBM Spectrum Protect cannot complete the requested backup operation. Any files displayed on the lower half of the backup activity panel were successfully backed up.
DSI_Ba_NoSpace_URESP=See your system administrator.
# 5013
DSI_Ba_NoMem=ANS5013E Not enough memory for backup operation
DSI_Ba_NoMem_EXPLANATION=IBM Spectrum Protect cannot allocate memory for the specified backup operation.
DSI_Ba_NoMem_SYSACT=IBM Spectrum Protect cannot complete the requested operation.
DSI_Ba_NoMem_URESP=Close all unneeded applications and retry the operation. Reducing the scope of queries and the amount of data returned might also help, or see your system administrator.
# 5014
DSI_Ba_Complete=ANS5014I Backup completed
# 5015
DSI_Rs_Stopped=ANS5015I Restore stopped by user
# 5016
DSI_Rs_NoMem=ANS5016E Not enough memory for the requested restore operation.
DSI_Rs_NoMem_EXPLANATION=Not enough memory is available for the requested restore operation.
DSI_Rs_NoMem_SYSACT=Processing stops.
DSI_Rs_NoMem_URESP=Close all unneeded applications and retry the operation. Reducing the scope of queries and the amount of data returned can also help, or see your system administrator.
# 5017
DSI_Rs_Complete=ANS5017I Restore completed
# 5018
DSI_Ar_NoMem=ANS5018E Not enough memory for archive operation
DSI_Ar_NoMem_EXPLANATION=The client cannot allocate memory for the requested archive operation.
DSI_Ar_NoMem_SYSACT=Processing stops.
DSI_Ar_NoMem_URESP=Close all unneeded applications and retry the operation. Reducing the scope of queries and the amount of data returned might also help, or see your system administrator.
# 5019
DSI_Ar_Stopped=ANS5019I Archive stopped by user
# 5020
DSI_Ar_NoSpace=ANS5020E The IBM Spectrum Protect server is out of archive data storage space.
DSI_Ar_NoSpace_EXPLANATION=The server ran out of space in its archive data storage.
DSI_Ar_NoSpace_SYSACT=Client cannot complete the requested archive operation.
DSI_Ar_NoSpace_URESP=Report the problem to your IBM Spectrum Protect system administrator, who can allocate more resources to archive storage.
# 5021
DSI_Ar_Complete=ANS5021I Archive completed
# 5022
DSI_Rt_Stopped=ANS5022I Retrieve stopped by user
# 5023
DSI_Rt_NoMem=ANS5023E Not enough memory for retrieve operation
DSI_Rt_NoMem_EXPLANATION=The process in which the program runs has exceeded the maximum allocated memory.
DSI_Rt_NoMem_SYSACT=Processing ends.
DSI_Rt_NoMem_URESP=Close all unneeded applications and retry the operation. Reducing the scope of queries and the amount of data returned might also help, or see your system administrator.
# 5024
DSI_Rt_Complete=ANS5024I Retrieve completed
# 5025
DSI_InvCharsIn_NodeName=ANS5025E The node name contains invalid characters.
DSI_InvCharsIn_NodeName_EXPLANATION=The specified node name has invalid characters.
DSI_InvCharsIn_NodeName_SYSACT=Current operation has been cancelled.
DSI_InvCharsIn_NodeName_URESP=Retry with another node name that has valid characters.
# 5026
DSI_WildsAfter_InclExcl=ANS5026W MatchAllChar and MatchOneChar options MUST precede Include/Exclude options
DSI_WildsAfter_InclExcl_EXPLANATION=The MatchAllChar and MatchOneChar options must precede any include-exclude options.
DSI_WildsAfter_InclExcl_SYSACT=Current application ends
DSI_WildsAfter_InclExcl_URESP=Move the MatchAllChar and MarchOneChar options before any include-exclude options.
# 5027
DSI_BACKUP_ONE_OBJECT_TYPE=ANS5027W Objects of different types cannot be backed up at the same time.
DSI_BACKUP_ONE_OBJECT_TYPE_EXPLANATION=Backing up objects of different types at the same time is not allowed in certain scenarios. For example, backing up Hyper-V and VMware virtual machines at the same time is not possible.
DSI_BACKUP_ONE_OBJECT_TYPE_SYSACT=No processing takes place.
DSI_BACKUP_ONE_OBJECT_TYPE_URESP=Select objects of the same type to perform backup operation.
# 5028
DSI_RC_Successful=ANS5028I Successful completion
# 5029
DSI_RC_AbortSystemError=ANS5029E This operation cannot continue due to an error on the IBM Spectrum Protect server. See your IBM Spectrum Protect server administrator for assistance.
DSI_RC_AbortSystemError_EXPLANATION=The IBM Spectrum Protect server encountered an error condition that prevents the IBM Spectrum Protect client operation from continuing. Your IBM Spectrum Protect server administrator can review the IBM Spectrum Protect server activity log for more details about the error.
DSI_RC_AbortSystemError_SYSACT=The processing stopped.
DSI_RC_AbortSystemError_URESP=Contact your IBM Spectrum Protect server administrator for assistance. The administrator can review the IBM Spectrum Protect server activity log for further information about the conditions that lead to this error.
# 5030
DSI_RC_AbortNoMatch=ANS5030E No objects on server match query
DSI_RC_AbortNoMatch_EXPLANATION=No objects on the server match the query operation being performed.
DSI_RC_AbortNoMatch_SYSACT=The processing stopped.
DSI_RC_AbortNoMatch_URESP=Ensure the names are properly entered.
# 5031
DSI_RC_AbortByClient=ANS5031E Client aborted transaction
DSI_RC_AbortByClient_EXPLANATION=The client system ended the operation with the server and ended the current transaction.
DSI_RC_AbortByClient_SYSACT=The processing stopped.
DSI_RC_AbortByClient_URESP=Restart the session.
# 5032
DSI_RC_AbortActiveNotFound=ANS5032W Active object not found
DSI_RC_AbortActiveNotFound_EXPLANATION=An attempt was made to expire an object, but the server was unable to find an active backup version of the object. This message is preceded by message ANS1228E which specifies the object name.\nFor instance, this message could be issued if two separate client processes are backing up the same file system at the same time. If one of the processes expires a file, then the server will make that file inactive. If the second process subsequently attempts to expire that same file, the server will not find an active version of the file, so the second process will issue this message for that file.
DSI_RC_AbortActiveNotFound_SYSACT=The object is not expired. Processing continues with the next object..
DSI_RC_AbortActiveNotFound_URESP=Review the console output, schedule log, or error log and locate the ANS1228E message that immediately precedes this message. ANS1228E will identify the object that could not be expired. Examine the conditions under which the problem occurred and assess whether those conditions explain the occurrence of this message. For example, this message could appear if multiple instances of the client were attempting to back up the file system concurrently. If the reason this message occurred can not be determined and the message occurs when the operation is tried again, then contact support for further assistance. Also try searching for this message number on http://www.ibm.com for possible solutions.
# 5033
DSI_RC_AbortNoData=ANS5033E Server has no data for the object.
DSI_RC_AbortNoData_EXPLANATION=Server tried to do a restore or retrieve on an object that has no data associated with it. If a corrective action is possible, it is with the server.\n
DSI_RC_AbortNoData_SYSACT=Server ends the current operation.
DSI_RC_AbortNoData_URESP=Ask the administrator to check the activity log for any messages related to this error that might help identify the problem.\n
# 5034
DSI_RC_AbortBadVerifier=ANS5034E You entered an incorrect password.
DSI_RC_AbortBadVerifier_EXPLANATION=You entered an incorrect current password or you entered a new password that does not fulfill the password length requirements set on the server.
DSI_RC_AbortBadVerifier_SYSACT=The processing stops.
DSI_RC_AbortBadVerifier_URESP=Retry the session with the correct password. If this fails or you have forgotten your password, ask the administrator to assign a new password.
# 5035
DSI_RC_AbortNodeInUse=ANS5035E Node is in use.
DSI_RC_AbortNodeInUse_EXPLANATION=The node you are running on is in use by another operation on the server. This might be from another client or from some activity on the server.
DSI_RC_AbortNodeInUse_SYSACT=The processing stopped.
DSI_RC_AbortNodeInUse_URESP=Retry the operation, or see your system administrator to see what other operations are running for your node.
# 5036
DSI_RC_AbortExpdateTooLow=ANS5036E Expiration date must be greater than today's date
DSI_RC_AbortExpdateTooLow_EXPLANATION=Archive expiration date is too low, the date must be greater than today's date.
DSI_RC_AbortExpdateTooLow_SYSACT=The current operation is canceled.
DSI_RC_AbortExpdateTooLow_URESP=Retry archiving the file with an expiration date that is higher than today's date.
# 5037
DSI_RC_AbortDataOffline=ANS5037W The requested data is offline
DSI_RC_AbortDataOffline_EXPLANATION=For the restore or retrieve operation, one or more of the requested files must be recalled from offline storage media (generally tape). The wait time depends on your site's offline storage management policies.
DSI_RC_AbortDataOffline_SYSACT=CLient waits for offline storage media to become available and then continues.
DSI_RC_AbortDataOffline_URESP=None.
# 5038
DSI_RC_AbortExcludedBySize=ANS5038E Object too large for server limits.
DSI_RC_AbortExcludedBySize_EXPLANATION=The object is too large. The configuration of the server does not have any data storage space that accepts the object.
DSI_RC_AbortExcludedBySize_SYSACT=File skipped.
DSI_RC_AbortExcludedBySize_URESP=See your system administrator to determine the maximum file (object) size for which your site's server is configured.
# 5039
DSI_RC_AbortNoStorSpaceSkip=ANS5039E Server out of data storage space.
DSI_RC_AbortNoStorSpaceSkip_EXPLANATION=The server does not have any space available to store the object.
DSI_RC_AbortNoStorSpaceSkip_SYSACT=Ended the current operation.
DSI_RC_AbortNoStorSpaceSkip_URESP=You can take any of the following actions: For client, set COMPRESSALWAYS=NO and COMPRESSIon=YES in the options file (DSM.OPT), then the file will be resent uncompressed if it grows during compression. Request the system administrator to add space to the storage pool. The system administrator can also turn off disk caching in the disk storage pool, and issue MOVE DATA commands to each disk pool volume to clear out the cached bitfiles.
# 5040
DSI_RC_AbortMountNotPossibl=ANS5040E Server media mount not possible.
DSI_RC_AbortMountNotPossibl_EXPLANATION=Server media mount not possible. The server timed out waiting for a mount of an offline volume.
DSI_RC_AbortMountNotPossibl_SYSACT=File skipped.
DSI_RC_AbortMountNotPossibl_URESP=Retry later when server volumes can be mounted. Ensure that the MAXNUMMP (maximum number of mount points) defined on the server for this node is greater than 0.
# 5041
DSI_RC_AbortSizeEstimateExc=ANS5041E Size estimate exceeded.
DSI_RC_AbortSizeEstimateExc_EXPLANATION=The total amount of data for a backup or archive operation exceeds the estimated size originally sent to the server for allocating data storage space. This happens when many files are growing by large amounts while the backup or archive operation is in session.
DSI_RC_AbortSizeEstimateExc_SYSACT=Processing stopped.
DSI_RC_AbortSizeEstimateExc_URESP=Retry the operation. If the problem continues, check what other processes are running on the client machine that are generating large amounts of data. Disable those operations while the backup or archive operation is taking place.
# 5042
DSI_RC_AbortDataUnavailable=ANS5042E File data is currently unavailable on the IBM Spectrum Protect server
DSI_RC_AbortDataUnavailable_EXPLANATION=The IBM Spectrum Protect client was trying to restore or retrieve data that is currently unavailable on the IBM Spectrum Protect server. Possible causes are: Data is corrupted at the IBM Spectrum Protect server The IBM Spectrum Protect server encountered a read error File is temporarily involved in a reclaim operation at the server The IBM Spectrum Protect requested a tape volume that is unavailable. Typical reasons for a volume to be unavailable: a disk volume is offline, the volume is marked unavailable due to an I/O error, or a tape volume is checked out of the tape library.
DSI_RC_AbortDataUnavailable_SYSACT=Processing stopped.
DSI_RC_AbortDataUnavailable_URESP=Try the operation again at a later time. If the problem continues, contact your IBM Spectrum Protect server administrator for further assistance. The administrator can review the IBM Spectrum Protect server activity log for messages related to the problem.
# 5043
DSI_RC_AbortRetry=ANS5043W Unexpected retry request. The server found an error while writing the data.
DSI_RC_AbortRetry_EXPLANATION=None.
DSI_RC_AbortRetry_SYSACT=The client retries the operation.
DSI_RC_AbortRetry_URESP=None.
# 5044
DSI_RC_RejectNoResources=ANS5044E Session rejected: All server sessions are currently in use.
DSI_RC_RejectNoResources_EXPLANATION=Server has all available sessions in use and cannot accept a new one at this time.
DSI_RC_RejectNoResources_SYSACT=Server canceled the current operation.
DSI_RC_RejectNoResources_URESP=Retry the operation.If the problem continues, see your system administrator to increase the number of concurrently active sessions to the server.
# 5045
DSI_RC_RejectVerifierExpired=ANS5045E The session is rejected. Your password has expired.
DSI_RC_RejectVerifierExpired_EXPLANATION=Your password has expired.
DSI_RC_RejectVerifierExpired_SYSACT=Server canceled the current operation. You are not allowed to connect to the server until the password is updated.
DSI_RC_RejectVerifierExpired_URESP=Update your password. You may use the SET PASSWORD command, or have the administrator update your node.
# 5046
DSI_RC_RejectIdUnknown=ANS5046E Session rejected: Unknown or incorrect node ID entered\n
DSI_RC_RejectIdUnknown_EXPLANATION=The node name you entered is not known by the server, or you are attempting to access a file migrated to a different node.
DSI_RC_RejectIdUnknown_SYSACT=The current operation is canceled. You are not allowed to connect to the server until your node name is registered with the server. If attempting to access a migrated file, your node name must be the same node which migrated the file.
DSI_RC_RejectIdUnknown_URESP=Ensure that you entered your node name correctly. If yes, see your system administrator. Verify that the server is using closed registration and that your node name is registered with the server.
# 5047
DSI_RC_RejectDuplicateId=ANS5047E Session rejected: Duplicate ID entered. Node already logged onto server\n
DSI_RC_RejectDuplicateId_EXPLANATION=Another process using this node name is active with the server.
DSI_RC_RejectDuplicateId_SYSACT=Cannot connect to the server. Canceled the current operation.
DSI_RC_RejectDuplicateId_URESP=Ensure that your node name is unique to the server so that it cannot be used by another person. See your system administrator to identify the owner of that node name.
# 5048
DSI_RC_ChooseFS=ANS5048E Please choose a filespace.The filespace to delete/set access cannot be found.
DSI_RC_ChooseFS_EXPLANATION=The filespace to delete cannot be found.
DSI_RC_ChooseFS_SYSACT=The system returns to the calling procedure.
DSI_RC_ChooseFS_URESP=Verify the filespace name.
# 5049
DSI_RC_RejectServerDisabled=ANS5049E Session rejected: The server is disabled
DSI_RC_RejectServerDisabled_EXPLANATION=The server is in a disabled state and cannot be accessed for normal activity.
DSI_RC_RejectServerDisabled_SYSACT=Canceled the current operation.
DSI_RC_RejectServerDisabled_URESP=Retry the operation after the server returns to an enabled state. If the problem continues, see your system administrator.
# 5050
DSI_RC_RejectClosedRegistrat=ANS5050E The server is not configured to allow open registration.
DSI_RC_RejectClosedRegistrat_EXPLANATION=No authorization. Registration is required by your system administrator. The server is not configured to allow open registration.
DSI_RC_RejectClosedRegistrat_SYSACT=Session not started.
DSI_RC_RejectClosedRegistrat_URESP=You must obtain a node and password from your system administrator.
# 5051
DSI_RC_RejectClientDownlevel=ANS5051S Session rejected: the client code is down-level
DSI_RC_RejectClientDownlevel_EXPLANATION=The server version and your client version do not match. The client code is downlevel.
DSI_RC_RejectClientDownlevel_SYSACT=The current operation is canceled.
DSI_RC_RejectClientDownlevel_URESP=See your system administrator to see what version to run for your location.
# 5052
DSI_RC_RejectServerDownlevel=ANS5052E Session rejected: Downlevel server code version.
DSI_RC_RejectServerDownlevel_EXPLANATION=The server version and your client version do not match. The server code is downlevel.
DSI_RC_RejectServerDownlevel_SYSACT=The current operation is canceled.
DSI_RC_RejectServerDownlevel_URESP=See your system administrator to see what version to run for your location.
# 5053
DSI_RC_UserAbort=ANS5053W The operation was stopped by the user.\n
DSI_RC_UserAbort_EXPLANATION=The operation was stopped at the request of the user. This usually occurs when the 'Q' key is pressed two times.
DSI_RC_UserAbort_SYSACT=Processing stopped.
DSI_RC_UserAbort_URESP=None.
# 5054
DSI_RC_NoMemory=ANS5054E The operating system refused a request for memory allocation.
DSI_RC_NoMemory_EXPLANATION=The client requires access to memory in order to store information as processing proceeds. In this case, more memory was requested than the operating system would allocate. Possible reasons include: The system is low on memory. The process in which the program runs has exceeded the maximum allocated memory. Some other error condition occurred. No memory is available.
DSI_RC_NoMemory_SYSACT=Client cannot complete the requested operation.
DSI_RC_NoMemory_URESP=Close all unneeded applications and try the operation again. If the operation still fails, try dividing the task into several smaller units. For example, if a file specification contains several high-level directories, run the task serially for each directory. If the task is an incremental backup, use the option "-memoryefficientbackup=yes".
# 5055
DSI_RC_FileNotFound=ANS5055E File not found during Backup, Archive or Migrate processing. No file specification entered.
DSI_RC_FileNotFound_EXPLANATION=The file being processed for backup, archive or migrate no longer exists on the client. Another process deleted the file before it could be backed up, archived or migrated.
DSI_RC_FileNotFound_SYSACT=File skipped.
DSI_RC_FileNotFound_URESP=None.
# 5056
DSI_RC_PathNotFound=ANS5056E The specified directory path could not be found.
DSI_RC_PathNotFound_EXPLANATION=An invalid or unreachable directory path was specified.
DSI_RC_PathNotFound_SYSACT=Processing stopped.
DSI_RC_PathNotFound_URESP=Try the operation again using a valid directory path.
# 5057
DSI_RC_AccessDenied=ANS5057E Access to the specified file or directory is denied.
DSI_RC_AccessDenied_EXPLANATION=Access to the specified file or directory is denied. You tried to read from or write to a file and you do not have access permission for either the file or the directory.
DSI_RC_AccessDenied_SYSACT=Processing stopped.
DSI_RC_AccessDenied_URESP=Ensure that you specified the correct file or directory name, correct the permissions, or specify a new location.
# 5058
DSI_RC_NoHandles=ANS5058E No file handles available
DSI_RC_NoHandles_EXPLANATION=All file handles for your system are currently in use. No more are available.
DSI_RC_NoHandles_SYSACT=Processing stopped.
DSI_RC_NoHandles_URESP=Either free some file handles by ending other processes, or modify your system setup to allow for more files to be open at the same time.
# 5059
DSI_RC_FileExists=ANS5059E The file exists and cannot be overwritten.
DSI_RC_FileExists_EXPLANATION=The file being restored or retrieved exists and cannot be overwritten due to lack of authority or access permissions.
DSI_RC_FileExists_SYSACT=The file is skipped.
DSI_RC_FileExists_URESP=Verify that you have sufficient access permissions to overwrite the file, then try the operation again. If the problem persists, contact your system administrator or administrator for further assistance.
# 5060
DSI_RC_InvalidParm=ANS5060E Invalid parameter passed.
DSI_RC_InvalidParm_EXPLANATION=The system encountered an internal program error due to an invalid parameter.
DSI_RC_InvalidParm_SYSACT=The system returns to the calling procedure.
DSI_RC_InvalidParm_URESP=Ask your service representative to check the error log.
# 5061
DSI_RC_InvalidHandle=ANS5061E An invalid file handle passed.\nReport how you got this system error.
DSI_RC_InvalidHandle_EXPLANATION=An internal system error occurred. A file operation failed because of an invalid file handle.
DSI_RC_InvalidHandle_SYSACT=Processing stops.
DSI_RC_InvalidHandle_URESP=Try the operation again. If the failure persists, obtain a service trace that captures the problem and contact technical support for additional assistance. Your administrator can help you configure the trace.
# 5062
DSI_RC_DiskFull=ANS5062E Disk full
DSI_RC_DiskFull_EXPLANATION=Operation has stopped because the destination disk is full.
DSI_RC_DiskFull_SYSACT=Processing stopped.
DSI_RC_DiskFull_URESP=Free up disk space and retry the operation
# 5063
DSI_RC_ProtocolViolation=Protocol violation\nReport how you got this
# 5064
DSI_RC_UnknownError=Unknown system error. Please check the error log for any additional information
# 5065
DSI_RC_UnexpectedError=Unexpected error. Please check the error log for any additional information
# 5066
DSI_RC_FileBeingExecuted=File is being executed, write permission denied
# 5067
DSI_RC_DirNoSpace=Directory can not be expanded
# 5068
DSI_RC_FileNameTooLong=File name too long
# 5069
DSI_RC_FileSpaceLocked=Filespace is locked by system
# 5070
DSI_RC_Finished=Processing complete
# 5071
DSI_RC_UnknownFormat=Unknown data format
# 5072
DSI_RC_NoAuthorization=Request denied; no authorization in place
# 5073
DSI_RC_FileSpaceNotFound=Filespace not found
# 5074
DSI_RC_TxnAborted=Transaction aborted
# 5075
DSI_RC_SubdirAsFile=Directory name exists as file
# 5076
DSI_RC_ProcessNoSpace=Disk space limit for this process reached
# 5077
DSI_RC_PathTooLong=Path name too long
# 5078
DSI_RC_NotCompressed=File thought to be compressed was not\nReport how you got this
# 5079
DSI_RC_TooManyBits=File compressed on a different client machine with more memory available
# 5080
DSI_RC_SystemError=Internal system error\n. Please check the error log for any additional information.
# 5081
DSI_RC_NoServerResources=All server sessions are currently in use
# 5082
DSI_RC_FSNotKnown=Filespace not known to server
# 5083
DSI_RC_WildcardDir=ANS5083E Drive specification contains wildcard character.\n
DSI_RC_WildcardDir_EXPLANATION=Drive name shouldn't contain wildcard character.
DSI_RC_WildcardDir_SYSACT=Wildcarded objects skipped.
DSI_RC_WildcardDir_URESP=Use valid drive specification.
# 5085
DSI_RC_AuthFailure=Authentication failure
# 5086
DSI_RC_Continue=Continue processing\nReport how you got this
# 5087
DSI_RC_Overwrite=Overwrite file\nReport how you got this
# 5088
DSI_RC_NoOverwrite=Do not overwrite file\nReport how you got this
# 5089
DSI_RC_Retry=Retry operation\nReport how you got this
# 5090
DSI_RC_Skip=Skip current operation\nReport how you got this
# 5091
DSI_RC_AbortWaitForSpace=ANS5091S The IBM Spectrum Protect server does not currently have space in the storage pool for this file. This might be a temporary condition.
DSI_RC_AbortWaitForSpace_EXPLANATION=This message is typically issued when the storage pool in which the data is being placed does not have sufficient to store the data, but that the space will be available soon. For example, a storage pool migration may free up sufficient space to store the data.
DSI_RC_AbortWaitForSpace_SYSACT=Process ends.
DSI_RC_AbortWaitForSpace_URESP=This is possibly a temporary condition. Try the operation again at a later time. If the error persists, contact your IBM Spectrum Protect administrator, who can examine server console and error logs to locate the cause of the problem.
# 5092
DSI_RC_AbortNoStorSpaceStop=ANS5092S Server out of data storage space.
DSI_RC_AbortNoStorSpaceStop_EXPLANATION=The server does not have any more space available to store the object.
DSI_RC_AbortNoStorSpaceStop_SYSACT=IBM Spectrum Protect ended the current operation.
DSI_RC_AbortNoStorSpaceStop_URESP=Report to your system administrator that a storage pool on the server is full.
# 5093
DSI_RC_Reject_License_Max=ANS5093S SLM_LICENSE_EXCEEDED: The client licenses for IBM Spectrum Protect are exceeded. See your IBM Spectrum Protect administrator.
DSI_RC_Reject_License_Max_EXPLANATION=Adding a new enrollment will exceed the product license count for this IBM Spectrum Protect server.
DSI_RC_Reject_License_Max_SYSACT=The client enrollment or connection request ends.
DSI_RC_Reject_License_Max_URESP=See your IBM Spectrum Protect administrator to delete unused enrollments or negotiate an increase in the number of allowed licenses for your server.
# 5094
DSI_RC_RejectServNoMemory=ANS5094E Session Rejected. Sufficient server memory is not available.
DSI_RC_RejectServNoMemory_EXPLANATION=The server does not have enough memory to allow your client to establish a connection with the server.
DSI_RC_RejectServNoMemory_SYSACT=Session was not started.
DSI_RC_RejectServNoMemory_URESP=Retry later or see your system administrator.
# 5095
DSI_RC_UnknownFileDataType=Structured file data type is unknown
# 5096
DSI_RC_BufferOverflow=Data buffer overflow
# 5097
DSI_RC_ReadFailure=Error reading file
# 5098
DSI_RC_FileChanging=File changing during operation
# 5099
DSI_RC_NoCompressMemory=Compress/Expand out of memory
# 5100
DSI_RC_CompressGrew=Compression grew
# 5102
DSI_RC_ConnTimedout=TCP/IP connection attempt timed out
# 5103
DSI_RC_ConnRefused=TCP/IP connection refused by host
# 5104
DSI_RC_BadHostName=TCP/IP invalid host name
# 5105
DSI_RC_NetworkUnreachable=TCP/IP host unreachable
# 5107
DSI_RC_WriteFailure=Error writing file
# 5108
DSI_RC_OverFileSizeLimit=File over user or system size limit
# 5109
DSI_RC_RejectIDInUse=Client ID is already in use
# 5110
DSI_RC_FIOError=File input/output error
# 5111
DSI_RC_InvCommMethod=Invalid communications method
# 5112
DSI_RC_WillAbort=Transaction will be aborted\nReport how you got this
# 5113
DSI_RC_FSWriteLocked=Filespace is write protected
# 5115
DSI_RC_FSNotReady=Filespace not ready
# 5116
DSI_RC_FSIsBad=Filespace is invalid
# 5117
DSI_RC_Abort_No_Log_Space=The server does not have enough recovery log space to continue the current activity.
# 5118
DSI_RC_Abort_No_DB_Space=The server does not have enough database space to continue the current activity.
# 5119
DSI_RC_Reject_No_Log_Space=Session Rejected: The server does not have enough recovery log space to allow a connection to be established.
# 5120
DSI_RC_Reject_No_DB_Space=Session Rejected: The server does not have enough database space to allow a connection to be established.
# 5121
DSI_RC_AbortNoServMemory=The server does not have enough memory to continue current activity.
# 5122
DSI_RC_AbortFSNotDefined=ANS5122E The specified filespace does not exist on the server. The filespace might have been deleted by another client or an administrator.
DSI_RC_AbortFSNotDefined_EXPLANATION=The specified filespace does not exist on the server. Your administrator might have already deleted the filespace or another client using your client's node name might have deleted it.
DSI_RC_AbortFSNotDefined_SYSACT=IBM Spectrum Protect ends the current operation.
DSI_RC_AbortFSNotDefined_URESP=The filespace you selected does not exist any more. See your IBM Spectrum Protect administrator for help in finding how the filespace was deleted.
# 5123
DSI_RC_AbortNodeAlreadyDef=ANS5123S Open registration failed because the specified node name is already defined in the server.
DSI_RC_AbortNodeAlreadyDef_EXPLANATION=Open registration failed because a node is defined on the server with the same name.
DSI_RC_AbortNodeAlreadyDef_SYSACT=Current operation has been cancelled.
DSI_RC_AbortNodeAlreadyDef_URESP=Retry with another node name.
# 5124
DSI_RC_AbortNoDefaultDomain=ANS5124S Open registration failed because there is no default domain.
DSI_RC_AbortNoDefaultDomain_EXPLANATION=Open registration failed because a default policy domain does not exist in which to place your node. A default policy domain is required to fully support open node registration.
DSI_RC_AbortNoDefaultDomain_SYSACT=Current operation has been cancelled.
DSI_RC_AbortNoDefaultDomain_URESP=See your IBM Spectrum Protect administrator for assistance in registering your node.
# 5125
DSI_RC_AbortInvalidNodename=ANS5125S Open registration failed because an invalid node name was specified.
DSI_RC_AbortInvalidNodename_EXPLANATION=Open registration failed because the specified node name has invalid characters.
DSI_RC_AbortInvalidNodename_SYSACT=Current operation has been cancelled.
DSI_RC_AbortInvalidNodename_URESP=Retry with another node name that does not have any invalid characters.
# 5126
DSI_Duplicate_Volname=ANS5126S Filespaces with duplicate names are not supported. Unmount the duplicate file space.
DSI_Duplicate_Volname_EXPLANATION=The selected file space has a duplicate volume label. Because IBM Spectrum Protect uses the volume label to keep track of backup/archive information, it cannot back up or archive files from a file space with a duplicate volume label.
DSI_Duplicate_Volname_SYSACT=IBM Spectrum Protect cannot select the volume.
DSI_Duplicate_Volname_URESP=If the file space needs to be available to the system, exit IBM Spectrum Protect, and assign a volume label to the file space. Restart the process and retry the operation. Otherwise, unmount the duplicate file space.
# 5127
DSI_Replace_Dsm_Opt_File=ANS5127I IBM Spectrum Protect has detected an incomplete setup!\n\nThe system options file 'dsm.sys' was not found, while the client options file '{0}' exists! \n\nThe wizard will guide you through the configuration process of the initial basic IBM Spectrum Protect client options files replacing your current option file. Would you like to continue?
# 5128
DSI_MC_FailBackCG=ANS5128E The management class for this file did not have a backup copy group.
DSI_MC_FailBackCG_EXPLANATION=For backup operations, a file may only be bound to a management class that has a backup copy group.
DSI_MC_FailBackCG_SYSACT=IBM Spectrum Protect did not back up the file.
DSI_MC_FailBackCG_URESP=See your IBM Spectrum Protect system administrator for assistance in finding a management class with the required copy group. The administrator may also define such a management class for you.
# 5129
DSI_MC_FailArchCG=ANS5129E The management class for this file did not have an archive copy group specified.
DSI_MC_FailArchCG_EXPLANATION=For archive operations, a file may only be bound to a management class that has an archive copy group.
DSI_MC_FailArchCG_SYSACT=The file was not archived.
DSI_MC_FailArchCG_URESP=See your IBM Spectrum Protect system administrator for assistance in finding a management class with the required copy group. The administrator may also define such a management class for you.
# 5130
DSI_FsDel_NoFileSys=ANS5130W No filespaces selected for deletion
DSI_FsDel_NoFileSys_EXPLANATION=You requested a deletion operation without selecting a client domain.
DSI_FsDel_NoFileSys_SYSACT=IBM Spectrum Protect cannot perform a deletion without a domain selected.
DSI_FsDel_NoFileSys_URESP=Select the volumes you want to delete and retry the operation.
# 5131
DSI_File_Skipped_By_User=File '{0}{1}{2}' skipped by user
# 5132
DSI_FsDel_Cancelled=ANS5132I Filespace deletion canceled by user
# 5133
DSI_FsDel_Complete=ANS5133I Filespace '{0}' was deleted
# 5134
DSI_FsDel_NoPermToDelFS=ANS5134E Unable to delete the filespace because this node does not have permission to delete archived or backed up data.
DSI_FsDel_NoPermToDelFS_EXPLANATION=You tried to delete a filespace that you do not have permission to access.
DSI_FsDel_NoPermToDelFS_SYSACT=Processing stopped.
DSI_FsDel_NoPermToDelFS_URESP=Ensure that you specify the correct filespace, or specify a filespace you have access to.
# 5135
DSI_ArDel_Stopped=ANS5135I Archive delete stopped by user
# 5137
DSI_NoObjToRestore=No objects to restore.
# 5138
DSI_ArDel_Complete=ANS5138I Archive delete completed
# 5139
DSI_ArchDel_NoPerm=ANS5139E Your node does not have permission to delete archived files.
DSI_ArchDel_NoPerm_EXPLANATION=Your node is registered at the server with the ARCHDELETE option set to 'NO'. Therefore your node is not allowed by the server to delete archived files.
DSI_ArchDel_NoPerm_SYSACT=Archived files were not deleted.
DSI_ArchDel_NoPerm_URESP=See your IBM Spectrum Protect system administrator. The administrator has authority to delete archived files, and can also grant that authority to your node.
# 5140
DSI_ArDel_Question=You are about to delete the selected files from the archive data storage. Do you wish to continue?
# 5142
DSI_FSDELETE_Question=ALL the data on the server for filespace '{0}' will be deleted! ALL DATA will be UNRECOVERABLE for this filespace. Do you still wish to delete this filespace?
# 5143
DSI_PWUpdated=Password successfully changed
# 5144
DSI_PW_Invalid=New password cannot be blank.
# 5145
DSI_Restart_Not_Possible=ANS5145W Server cannot restart the last restore request. Do you want to restore without restart?
DSI_Restart_Not_Possible_EXPLANATION=The restart restore token has expired. The server cannot restart the restore from where it last ended.
DSI_Restart_Not_Possible_SYSACT=Processing stopped; waiting for user intervention.
DSI_Restart_Not_Possible_URESP=Retry the request without restart or abort the request.
# 5146
DSI_Accessing_Another_User=ANS5146W You cannot perform this operation while accessing data for another node. Do you wish to switch back to accessing your own node?
DSI_Accessing_Another_User_EXPLANATION=The user cannot perform the selected operation while accessing another users data.
DSI_Accessing_Another_User_SYSACT=Processing stopped; waiting for user intervention.
DSI_Accessing_Another_User_URESP=Answer "Yes" to switch back to accessing the server as the original node.
# 5147
DSI_No_Restart_Restores=There are no restore sessions available that can be restarted.
# 5148
DSI_Archive_Conversion=ANS5148W The server needs to do a one-time conversion of your archive data before you can continue. This operation may take a long time, and cannot be canceled once it has started. Are you willing to wait for the conversion to complete?
DSI_Archive_Conversion_EXPLANATION=The server must do a conversion of the archive data before continuing. The conversion could take a long time, and cannot be canceled once it is started.
DSI_Archive_Conversion_SYSACT=Processing stopped; waiting for user intervention.
DSI_Archive_Conversion_URESP=Answer Yes to start the archive data conversion. If you answer No , the current operation will be canceled.
# 5149
DSI_PNEW_Invalid=The length of new password should be in the range of 1 to 63.
# 5150
DSI_Duplicate_Restore=ANS5150E An active restore for the same source file specification exists. Unable to continue with this request.
DSI_Duplicate_Restore_EXPLANATION=Currently, there is an active restore for the same source file specification. Another restore of the same source file specification cannot be started.
DSI_Duplicate_Restore_SYSACT=The requested restore fails.
DSI_Duplicate_Restore_URESP=Start another restore with a different source file specification.
# 5151
DSI_Abort_Restore_In_Progress=ANS5151S This node currently has a pending restartable restore session. The requested operation cannot complete until this session either completes or is canceled.
DSI_Abort_Restore_In_Progress_EXPLANATION=This operation can not be completed because a restartable restore session is pending. The operation is not allowed because the restartable session and the current operation affect the same file space.
DSI_Abort_Restore_In_Progress_SYSACT=IBM Spectrum Protect ended the current operation.
DSI_Abort_Restore_In_Progress_URESP=Issue the Query Restore command to view a list of your restartable restore sessions in the server database. Issue the Cancel Restore command to cancel any unneeded restartable restore sessions.
# 5152
DSI_RC_Reject_Inv_Client_Type=ANS5152S Session Rejected: The server is not licensed for this platform type. See your IBM Spectrum Protect administrator.
DSI_RC_Reject_Inv_Client_Type_EXPLANATION=The server license governs the types of client that can connect to it. The license for this server does not include the requesting client type.
DSI_RC_Reject_Inv_Client_Type_SYSACT=The client enrollment or connection request ends.
DSI_RC_Reject_Inv_Client_Type_URESP=See your IBM Spectrum Protect administrator who must upgrade the server license to accept your client type.
# 5153
DSI_RC_Reject_UnicodeNotAllowed=ANS5153E Session Rejected: The server does not allow a signon as a Unicode enabled client.
DSI_RC_Reject_UnicodeNotAllowed_EXPLANATION=The client cannot establish a connection to the server because of a unicode enabling mismatch between server and client.
DSI_RC_Reject_UnicodeNotAllowed_SYSACT=Session was not started.
DSI_RC_Reject_UnicodeNotAllowed_URESP=See your system administrator immediately.
# 5154
DSI_MC_Excluded_Implicit=ANS5154I File is implicitly excluded
# 5155
DSI_TCA_No_Pswd_File=ANS5155E The valid password is not available. The IBM Spectrum Protect administrator for your system must run IBM Spectrum Protect and enter the password to store it locally.\n
DSI_TCA_No_Pswd_File_EXPLANATION=The file containing the stored password for the specified server is unavailable.
DSI_TCA_No_Pswd_File_SYSACT=Process ends.
DSI_TCA_No_Pswd_File_URESP=The system administrator for your system must set and store a new password.
# 5156
DSI_Lose_Selection_Criteria=Changing criteria will cause the current selections to be lost
# 5158
DSI_FilespaceDelete_InProgress=ANS5158S Filespace deletion is in progress. Try again later.
DSI_FilespaceDelete_InProgress_EXPLANATION=The filespace is in the process of being deleted.
DSI_FilespaceDelete_InProgress_SYSACT=IBM Spectrum Protect cannot complete the requested operation.
DSI_FilespaceDelete_InProgress_URESP=Try the operation again later. If the filespace was being deleted, it could take awhile for it to complete. If the problem continues, report the problem to your system administrator.
# 5159
DSI_RC_LoopedSymLink=Too many symbolic links
# 5160
DSI_OBJINFO_TOC=Table of Contents:
# 5161
DSI_NAS_DIFF_IMAGE=NAS Differential Image
# 5162
DSI_NAS_FULL_IMAGE=NAS Full Image
# 5163
DSI_RC_NotFileOwner=Not File Owner
# 5164
DSI_DuplicateVolume=ANS5164E Backup or archive of drives with duplicate volume labels is not allowed.
DSI_DuplicateVolume_EXPLANATION=You tried to back up or archive a drive that has a duplicate volume label. Because IBM Spectrum Protect uses the volume label to keep track of backup or archive information, it cannot back up or archive files from a drive with a duplicate volume label.
DSI_DuplicateVolume_SYSACT=IBM Spectrum Protect cannot select the drive for backup or archive operations.
DSI_DuplicateVolume_URESP=If the volume needs to be available to the system, exit IBM Spectrum Protect and assign a unique volume label to the drive. Restart IBM Spectrum Protect and try the operation again.
# 5165
DSI_DriveHasNoLabel=ANS5165E Drive has no volume label. Backup/Archive not allowed.
DSI_DriveHasNoLabel_EXPLANATION=You tried to backup or archive a drive that has no volume label.
DSI_DriveHasNoLabel_SYSACT=IBM Spectrum Protect rejected the selected drive.
DSI_DriveHasNoLabel_URESP=If the drive is a floppy drive, place a disk with a volume label in it and retry the operation. If the disk is a hard drive, ensure the drive has a volume label, and retry the operation.
# 5170
DSI_SCHWIZ_TITLE=IBM Spectrum Protect Scheduler Wizard
# 5175
DSI_RC_SocketFile=Socket File: Skipped
# 5176
VMBACKUP_VM_Operation_Already_In_Progress=ANS5176W The requested virtual machine operation cannot be performed because a virtual machine backup or restore operation is already in progress. Please retry the operation after the first operation completes.\n
VMBACKUP_VM_Operation_Already_In_Progress_EXPLANATION=A virtual machine operation is already in progress, so the requested virtual machine operation cannot be performed until the first operation complets.
VMBACKUP_VM_Operation_Already_In_Progress_SYSACT=Processing stops
VMBACKUP_VM_Operation_Already_In_Progress_URESP=Wait for the first virtual machine operation to complete, and then restart the current request.
# 5178
DSI_Restart_Rsm_Service_Failed=ANS5178E Restart of the RSM service failed. Restart the RSM service manually.\n
DSI_Restart_Rsm_Service_Failed_EXPLANATION=RSM database files have been restored from the IBM Spectrum Protect server and imported. The client has tried to restart the RSM service on the user's behalf but has run into a problem.
DSI_Restart_Rsm_Service_Failed_SYSACT=Processing stopped.
DSI_Restart_Rsm_Service_Failed_URESP=Restart the RSM service manually.
# 5179
DSI_UNABLE_TO_START_DSM=ANS5179E Client is unable to continue. Exiting program.
DSI_UNABLE_TO_START_DSM_EXPLANATION=Client ran into a problem and is unable to continue. This error message is usually preceded by other error messages. Resolve those errors and try again.
DSI_UNABLE_TO_START_DSM_SYSACT=Program terminates.
DSI_UNABLE_TO_START_DSM_URESP=Fix the problem(s) that preceded this message and then restart the client.
# 5180
DSI_RC_InvalidFileName=Object name contains one or more unrecognized characters and is not valid.
# 5181
DSI_ObjectSet_Unsupported_Selection=ANS5181E Invalid selection; A specific backup set must be selected.
DSI_ObjectSet_Unsupported_Selection_EXPLANATION=A selection was made that might result in multiple backup sets being restored at the same time, but restoring multiple backup sets at the same time is not supported.
DSI_ObjectSet_Unsupported_Selection_SYSACT=The backup set restore was not performed.
DSI_ObjectSet_Unsupported_Selection_URESP=Select a specific backup set to be restored.
# 5182
DSI_ObjectSet_Multiple_Sets_Not_Supported=ANS5182E Multiple backup sets can not be restored at the same time.
DSI_ObjectSet_Multiple_Sets_Not_Supported_EXPLANATION=Multiple backup sets were selected to be restored, but restoring multiple backup sets at the same time is not supported.
DSI_ObjectSet_Multiple_Sets_Not_Supported_SYSACT=The backup set restore was not performed.
DSI_ObjectSet_Multiple_Sets_Not_Supported_URESP=Select a specific backup set to be restored.
# 5183
DSI_RESTORE_ONE_OBJECT_TYPE=ANS5183W Objects of different types cannot be restored at the same time.
DSI_RESTORE_ONE_OBJECT_TYPE_EXPLANATION=Restoring objects of different types is not allowed. For example, restoring Backup Sets and regular file objects at the same time is not possible.
DSI_RESTORE_ONE_OBJECT_TYPE_SYSACT=No processing takes place.
DSI_RESTORE_ONE_OBJECT_TYPE_URESP=Select objects of the same type to perform restore operation.
# 5184
DSI_RC_IllegalOperationOnObject=ANS5184E Illegal Operation On Following Object: {0}\n
DSI_RC_IllegalOperationOnObject_EXPLANATION=Requested operation cannot be performed on this object.
DSI_RC_IllegalOperationOnObject_SYSACT=This object will be skipped.
DSI_RC_IllegalOperationOnObject_URESP=Try another operation on this object, or try the same operation on another object.
# 5186
DSI_RC_VSSRejectServerDownlevel=ANS5186E Server is downlevel, System Services and System State backup disabled for this session.
DSI_RC_VSSRejectServerDownlevel_EXPLANATION=The operation cannot be performed because server version is downlevel.
DSI_RC_VSSRejectServerDownlevel_SYSACT=System Service and System State backup is disabled for this session.
DSI_RC_VSSRejectServerDownlevel_URESP=Must use level 5.2.0 or higher server.
# 5188
VMBACKUP_VM_Backup_Full_Incr_Deprecated=ANS5188E Periodic Full plus Incremental VM backups have been deprecated. Please use Incremental Forever Full or Incremental Forever Incremental to perform virtual machine backups.\n
VMBACKUP_VM_Backup_Full_Incr_Deprecated_EXPLANATION=Periodic Full plus Incremental virtual machine backups have been deprecated.
VMBACKUP_VM_Backup_Full_Incr_Deprecated_SYSACT=Processing stops
VMBACKUP_VM_Backup_Full_Incr_Deprecated_URESP=Restart the virtual machine backup and use Incremental Forever Full or Incremental Forever Incremental instead for the backup mode.
# 5189
Online_SystemState_Restore_Deprecated=ANS5189E Online SystemState restore has been deprecated. Please use offline WinPE method for performing system state restore.\n
Online_SystemState_Restore_Deprecated_EXPLANATION=Online SystemState restore has been deprecated.
Online_SystemState_Restore_Deprecated_SYSACT=Processing stops
Online_SystemState_Restore_Deprecated_URESP=Perform the system state restore using offline WinPE method.
# 5191
DSI_SysObj_Ntds_Backup_Offline=ANS5191E NT Active Directory is not online. Offline backup is not supported.\n
DSI_SysObj_Ntds_Backup_Offline_EXPLANATION=NT Active Directory is not online when performing a backup operation. Offline backup is not supported.
DSI_SysObj_Ntds_Backup_Offline_SYSACT=Processing stopped.
DSI_SysObj_Ntds_Backup_Offline_URESP=Reboot computer and turn on Active Directory, and try the operation again.
# 5192
DSI_SysObj_Ntds_Restore_Online=ANS5192E NT Active Directory is online. Online restore is not supported.\n
DSI_SysObj_Ntds_Restore_Online_EXPLANATION=NT Active Directory is online when performing a restore operation. Online restore is not supported.
DSI_SysObj_Ntds_Restore_Online_SYSACT=Processing stopped.
DSI_SysObj_Ntds_Restore_Online_URESP=Reboot computer and enter Active Directory repair mode, then try the operation again.
# 5193
DSI_SysObj_CertSrv_Backup_Offline=ANS5193E Certificate Services is not online. Offline backup is not supported.\n
DSI_SysObj_CertSrv_Backup_Offline_EXPLANATION=Certificate Services is not online when performing a backup operation. Offline backup is not supported.
DSI_SysObj_CertSrv_Backup_Offline_SYSACT=Processing stopped.
DSI_SysObj_CertSrv_Backup_Offline_URESP=Start Certificate Services and try the operation again.
# 5194
DSI_SysObj_CertSrv_Restore_Online=ANS5194E Certificate Services is online. Online restore is not supported.\n
DSI_SysObj_CertSrv_Restore_Online_EXPLANATION=Certificate Services is online when performing a restore operation. Online restore is not supported.
DSI_SysObj_CertSrv_Restore_Online_SYSACT=Processing stopped.
DSI_SysObj_CertSrv_Restore_Online_URESP=Stop Certificate Services and try the operation again.
# 5195
DSI_CFGWIZ_FAILED=Data was written to the options file, however there was at least one error that must be fixed before we can connect to a server.
# 5196
DSI_KeyPw_Incorrect=ANS5196W Invalid encryption key password entered.
DSI_KeyPw_Incorrect_EXPLANATION=The encryption key password supplied does not meet the IBM Spectrum Protect requirements. This key can be up to 63 bytes in length and include the following characters: A-Z Any letter, A through Z, uppercase or lowercase 0-9 Any number, 0 through 9 + Plus . Period _ Underscore - Hyphen & Ampersand
DSI_KeyPw_Incorrect_SYSACT=IBM Spectrum Protect allows you to try again.
DSI_KeyPw_Incorrect_URESP=Enter the correct encryption key password.
# 5204
DSI_RESTORE_ONE_BACKUPSET_TYPE=ANS5204W Only one backup set may be selected for restore.
DSI_RESTORE_ONE_BACKUPSET_TYPE_EXPLANATION=Restoring multiple backup sets is not allowed. Only one backup set may be selected and restored.
DSI_RESTORE_ONE_BACKUPSET_TYPE_SYSACT=No processing takes place.
DSI_RESTORE_ONE_BACKUPSET_TYPE_URESP=Only one backup set may be selected for restore.
# 5208
DSI_Invalid_Date=ANS5208E An invalid date or time was entered.
DSI_Invalid_Date_EXPLANATION=An invalid date or time value was entered. Either the syntax of the value was not correct, or an actual value (for example, 45 for month) was invalid.
DSI_Invalid_Date_SYSACT=Processing stops.
DSI_Invalid_Date_URESP=Identify and correct the invalid date or time value. Refer to the user's guide of the corresponding platform for the correct date syntax.
# 5209
DSI_SysObj_Sysvol_Backup_Failed=ANS5209E System Volume backup failed.\n
DSI_SysObj_Sysvol_Backup_Failed_EXPLANATION=IBM Spectrum Protect encountered an error while backing up files of the Windows 2000 System Volume
DSI_SysObj_Sysvol_Backup_Failed_SYSACT=Processing stopped.
DSI_SysObj_Sysvol_Backup_Failed_URESP=Examine the Windows 2000 File Replication Service Event log to insure the system volume was successfully initialized. Restart the service and retry the backup operation
# 5210
DSI_SysObj_Sysvol_Restore_Failed=ANS5210E System Volume restore failed.\n
DSI_SysObj_Sysvol_Restore_Failed_EXPLANATION=IBM Spectrum Protect encountered an error while restoring files of the Windows 2000 System Volume
DSI_SysObj_Sysvol_Restore_Failed_SYSACT=Processing stopped.
DSI_SysObj_Sysvol_Restore_Failed_URESP=Examine the Windows 2000 File Replication Service Event log to insure the system volume was successfully initialized. Restart the service and retry the restore operation.
# 5211
DSI_Cluster_Service_Offline=ANS5211E The cluster service is offline. The cluster service must be online to perform an authoritative cluster database restore operation.
DSI_Cluster_Service_Offline_EXPLANATION=The cluster service must be online to restore the cluster database. IBM Spectrum Protect tried to start the service and failed. It is possible that an authoritative restore cannot be done.
DSI_Cluster_Service_Offline_SYSACT=Processing stops.
DSI_Cluster_Service_Offline_URESP=Start the cluster service and retry the operation.
# 5212
DSI_Abort_Fs_Rename_Error=ANS5212E An error occurred while trying to rename file space.\n
DSI_Abort_Fs_Rename_Error_EXPLANATION=This operation can not be completed because the file space could not be renamed.
DSI_Abort_Fs_Rename_Error_SYSACT=IBM Spectrum Protect ended the current operation.
DSI_Abort_Fs_Rename_Error_URESP=Contact system administrator for more information.
# 5215
DSI_RC_IllegalOperation=ANS5215E {0} is not allowed on object '{1}'.\nObject is not sent to the server.\n
DSI_RC_IllegalOperation_EXPLANATION=The operation could not be performed on this object. For example, if this is an image operation, the selected path is a file or a directory and therefore is not a valid object for image operations.
DSI_RC_IllegalOperation_SYSACT=This object is skipped.
DSI_RC_IllegalOperation_URESP=Verify that the object named is of a type supported by the command. For example, if a filespace name is required but a directory name was given, change the name so it includes only the filespace name.
# 5216
TCPIP_connection_error=ANS5216E Could not establish a TCP/IP connection with address '{0}:{1}'. The TCP/IP error is '{2}' (errno = {3}). \n
TCPIP_connection_error_EXPLANATION=A TCP/IP connection was attempted with a server or agent program and failed.
TCPIP_connection_error_SYSACT=Processing stops.
TCPIP_connection_error_URESP=Ensure that the target TCP/IP address and port number is correct. Check to ensure that a IBM Spectrum Protect server or agent has been started at the target TCP/IP address and is configured to listen at the port listed in the message.
# 5217
DSI_BackDel_NoPerm=ANS5217E Your node does not have permission to delete backed up files.\n
DSI_BackDel_NoPerm_EXPLANATION=You cannot delete backed up files unless your IBM Spectrum Protect administrator has authorized your node to do so.
DSI_BackDel_NoPerm_SYSACT=IBM Spectrum Protect does not delete the backed up files.
DSI_BackDel_NoPerm_URESP=Use the DSMC QUERY SESSION command to verify your authorization. Ask your IBM Spectrum Protect administrator to provide the necessary authorization.
# 5218
DSI_RC_CompressedDataCorrupted=The compressed file is corrupted and cannot be expanded correctly.
# 5219
DSI_RESTORE_FROM_MULTI_GROUP=ANS5219W Objects of different groups cannot be restored at the same time.
DSI_RESTORE_FROM_MULTI_GROUP_EXPLANATION=Restoring objects of different groups is not allowed.
DSI_RESTORE_FROM_MULTI_GROUP_SYSACT=No processing takes place.
DSI_RESTORE_FROM_MULTI_GROUP_URESP=Select objects of the same group to perform restore operation.
# 5220
DSI_UNSUPPORTED_FILE_TYPE=The file is not recognized by the system as a disk file and cannot be processed.
# 5222
DSI_RC_DescTooLong=ANS5222E The archive description exceeds 254 characters.\n
DSI_RC_DescTooLong_EXPLANATION=IBM Spectrum Protect places a maximum length of 254 characters on the archive description.
DSI_RC_DescTooLong_SYSACT=processing stops.
DSI_RC_DescTooLong_URESP=Issue the command again and specify a shorter valid archive description.
# 5223
DSI_RC_FileOrDirectoryIsCorrupted=The object is corrupted
# 5226
VMBACKUP_Backup_Operation_Failed=ANS5226E The virtual machine backup operation failed.\n
VMBACKUP_Backup_Operation_Failed_EXPLANATION=The virtual machine backup operation failed. Check the error log for details on why the operation failed.
VMBACKUP_Backup_Operation_Failed_SYSACT=Processing stops
VMBACKUP_Backup_Operation_Failed_URESP=Review the console output and error logs for the details on the problem. Fix any issues and restart the operation.
# 5227
VMBACKUP_Invalid_Snaptype=ANS5227E IBM Spectrum Protect detected an error where both a snapshot name was specified, and a request to create a snapshot were specified.\n
VMBACKUP_Invalid_Snaptype_EXPLANATION=Either a snapshot name should be specified, or a request for IBM Spectrum Protect to create the snapshot should be specified, but not both.
VMBACKUP_Invalid_Snaptype_SYSACT=Processing stops.
VMBACKUP_Invalid_Snaptype_URESP=This is an internal error and should be reported to your service representative.
# 5228
CLI_VM_Exceeded_Mount_Point_After_Retry=ANS5228E A backup VM operation failed because VMMAXPARALLEL was reduced to 1 and the client still cannot obtain a server mount point.
CLI_VM_Exceeded_Mount_Point_After_Retry_EXPLANATION=During a parallel backup operation, concurrent backup sessions required additional server mount points to perform the backups in parallel. The client attempted to obtain the additional mount points, but the client requests exceeded the number of mount points (MAXNUMMP) defined for the node. In an effort to make the backup occur, the client reduced the VMMAXPARALLEL option to 1, but was still unable to obtain a mount point. The backup operation was stopped.
CLI_VM_Exceeded_Mount_Point_After_Retry_SYSACT=The backup operation was stopped
CLI_VM_Exceeded_Mount_Point_After_Retry_URESP=Check the console or schedule log for additional information. Retry the operation at a later time. Ensure VMMAXPARALLEL is set to a value less than or equal to MAXNUMMP.
# 5232
VMBACKUP_Backup_Operation_Skipped=ANS5232I The virtual machine backup operation was skipped.\n
# 5233
DSI_RC_FLRPathNotFound=ANS5233E The directory cannot be found in the specified backup. The top-level directory is displayed.
DSI_RC_FLRPathNotFound_EXPLANATION=An invalid or unreachable directory path was specified.
DSI_RC_FLRPathNotFound_SYSACT=The top-level directory is displayed instead.
DSI_RC_FLRPathNotFound_URESP=Select a valid directory and change the backup again.
# 5234
FLR_CANT_CONNECT_TO_GUEST_VM=ANS5234E The system cannot connect to the virtual machine or the machine is powered off. If the problem persists, contact your administrator.
FLR_CANT_CONNECT_TO_GUEST_VM_EXPLANATION=The virtual machine is powered off or the Windows domain administrator credentials is not correct.
FLR_CANT_CONNECT_TO_GUEST_VM_SYSACT=Processing stops.
FLR_CANT_CONNECT_TO_GUEST_VM_URESP=Ensure that the virtual machine is powered on. Use dsmc SET PASSWORD -type=DOMAIN 'domain\\userid' 'password' to update the Windows domain credentials. Then, try the operation again.
# 5235
FLR_WMI_RPCSERVER_UNAVAILABLE=ANS5235E The virtual machine cannot be reached or a firewall is blocking the connection to the machine.
FLR_WMI_RPCSERVER_UNAVAILABLE_EXPLANATION=The file restore interface cannot reach the virtual machine or a firewall is blocking the connection.
FLR_WMI_RPCSERVER_UNAVAILABLE_SYSACT=Processing stops.
FLR_WMI_RPCSERVER_UNAVAILABLE_URESP=Ensure that the virtual machine is powered on. If the virtual machine is powered on, review the firewall rules to ensure that the correct ports are opened. Also ensure that the virtual machine host name and TCP/IP address are resolving in the DNS server and there are no network issues.
# 5236
FLR_INSUFFICIENT_PERMISSIONS=ANS5236E You do not have permission to restore the file to the destination folder.
FLR_INSUFFICIENT_PERMISSIONS_EXPLANATION=The user does not have permission to restore files to the selected destination.
FLR_INSUFFICIENT_PERMISSIONS_SYSACT=Processing stops.
FLR_INSUFFICIENT_PERMISSIONS_URESP=Ensure that the user has proper permissions to restore files to selected location.
# 5237
FR_UNABLE_TO_CONNECT_TO_REMOTE_MACHINE=ANS5237E File Restore is not set up correctly or the virtual machine cannot be reached. Contact your administrator for assistance.
FR_UNABLE_TO_CONNECT_TO_REMOTE_MACHINE_EXPLANATION=The user is unable to log in to the file restore interface due to one of the following reasons: The configuration of File Restore is incorrect because the Windows domain credentials do not have the correct permissions. The virtual machine is powered off or a firewall is blocking the connection. A network issue.
FR_UNABLE_TO_CONNECT_TO_REMOTE_MACHINE_SYSACT=Processing stops.
FR_UNABLE_TO_CONNECT_TO_REMOTE_MACHINE_URESP=The administrator can take the following actions to correct the problem: Ensure that the Windows domain credentials provided in the configurations notebook has the correct permissions to connect to the virtual machine. Ensure that the virtual machine is powered on and any firewall has been updated to allow connections from the mount proxy machine. Ensure that the mount proxy machine is able to connect to the virtual machine manually to ensure there is no networking issue.
# 5247
FR_DOMAIN_ADMIN_CRED_MISSING=ANS5247E The configuration for File Restore is not complete. Contact your administrator for assistance.
FR_DOMAIN_ADMIN_CRED_MISSING_EXPLANATION=The user is unable to log in to the file restore interface because the Windows domain credentials are missing.
FR_DOMAIN_ADMIN_CRED_MISSING_SYSACT=Processing stops.
FR_DOMAIN_ADMIN_CRED_MISSING_URESP=The administrator must provide the Windows domain administrator credentials in the File Restore page of the configuration notebook in the Data Protection for VMware vSphere GUI.
# 5249
VMBACKUP_Restore_Operation_Failed=ANS5249E The virtual machine restore operation failed.\n
VMBACKUP_Restore_Operation_Failed_EXPLANATION=The virtual machine restore operation failed. Check the error log for details on why the operation failed.
VMBACKUP_Restore_Operation_Failed_SYSACT=Processing stops
VMBACKUP_Restore_Operation_Failed_URESP=Review the console output and error logs for the details on the problem. Fix any issues and restart the operation.
# 5284
DSI_Replace_Dsm_Sys_File=ANS5284I IBM Spectrum Protect has detected an incomplete setup!\n\nThe client options file 'dsm.opt' was not found, while the system options file '{0}' exists! \n\nThe wizard will guide you through the configuration process of the initial basic IBM Spectrum Protect client options files replacing your current option file. Would you like to continue?
# 5294
COM_Not_Adsm_Authorized=ANS5294E The current user is not an IBM Spectrum Protect Authorized user.\nYou must be an IBM Spectrum Protect Authorized user to perform the current operation.\n
COM_Not_Adsm_Authorized_EXPLANATION=In order to perform normal IBM Spectrum Protect operations you must be an Authorized user. Please refer to the 'IBM Spectrum Protect UNIX and Linux Backup-Archive Clients Installation and User's Guide' for details configuring your environment to allow the system user to become an IBM Spectrum Protect Authorized user.
COM_Not_Adsm_Authorized_SYSACT=Processing ends.
COM_Not_Adsm_Authorized_URESP=The administrator must update the dsm.sys options file to set the PASSWORDDIR option to a location readable by the current user or to give the current user read/write permissions to the password file.
# 5296
VMRest_Creating_Thick_Eager_Zero_Disk=ANS5296I The virtual machine '{0}' contains one or more virtual disks that are of type Thick Eager Zero. Creating disks of this type can take a long time. This restore operation might time out before the disks are ready. \n
# 5308
DSI_No_NAS_Nodes_Available=ANS5308W No matching NAS nodes were found on the server.
DSI_No_NAS_Nodes_Available_EXPLANATION=You tried to start a backup or restore of a NAS system but the IBM Spectrum Protect client was not able to find a corresponding node on the server that is configured to access the NAS system.
DSI_No_NAS_Nodes_Available_SYSACT=The NAS backup or restore window will be closed.
DSI_No_NAS_Nodes_Available_URESP=See your IBM Spectrum Protect administrator for assistance in associating your node with a NAS node that has the authority to access the NAS system on the server. Then try the operation again.
# 5821
AD_Cant_Connect=ANS5821E Cannot connect to Active Directory.\n
AD_Cant_Connect_EXPLANATION=IBM Spectrum Protect could not connect to Active Directory. The Active Directory is either not running or you don't have enough permissions to use it.
AD_Cant_Connect_SYSACT=Processing stops.
AD_Cant_Connect_URESP=Make sure your system is set up as Active Directory controller and the the service is active. Make sure you are logged in as a user with sufficient rights to administer the Active Directory.
# 5822
AD_No_Objects_Found=ANS5822E No Active Directory objects match query.\n
AD_No_Objects_Found_EXPLANATION=A search has been performed in Active Directory; however, no objects matching the query were found.
AD_No_Objects_Found_SYSACT=Processing stops.
AD_No_Objects_Found_URESP=Make sure you specify a valid distinguished name of Active Directory object or a container, or a valid wildcarded name, and that you have sufficient rights to administer the Active Directory.
# 5823
AD_Object_Exists_Skipping=ANS5823W Object {0} exists, skipping\n
AD_Object_Exists_Skipping_EXPLANATION=The client tried to restore the specified object, but the object already existed in the target restore location and the user chose not to replace the existing object.
AD_Object_Exists_Skipping_SYSACT=The object is skipped, a message is logged in dsmerror.log, and restore processing continues with the next object.
AD_Object_Exists_Skipping_URESP=The object was skipped because either REPLACE NO was in effect, causing all existing objects to be skipped, or REPLACE PROMPT was in effect, and when prompted, the user chose to skip this object. No additional action is necessary if the decision to skip the object was deliberate. Otherwise the operation can be retried using either REPLACE ALL (automatically replace existing object) or REPLACE PROMPT (prompt the user whether to replace the object).
# 5824
AD_Invalid_Search_Arg=ANS5824E Invalid Active Directory search specification.\n
AD_Invalid_Search_Arg_EXPLANATION=The search specification for Active Directory objects is not valid.
AD_Invalid_Search_Arg_SYSACT=Processing stops.
AD_Invalid_Search_Arg_URESP=Refer to the documentation for supported Active Directory syntax.
# 5826
AD_ReadOnly_Domain_Controller=ANS5826E Restoring to a read-only domain controller is not allowed.\n
AD_ReadOnly_Domain_Controller_EXPLANATION=An attempt to restore to a read-only domain controller.
AD_ReadOnly_Domain_Controller_SYSACT=Processing stops.
AD_ReadOnly_Domain_Controller_URESP=None.
# 5827
AD_Database_Was_Not_Backed_Up=ANS5827E A backup copy of the Active Directory database was not found.\n
AD_Database_Was_Not_Backed_Up_EXPLANATION=An attempt to restore Active Directory objects from a database that was not backed up.
AD_Database_Was_Not_Backed_Up_SYSACT=Processing stops.
AD_Database_Was_Not_Backed_Up_URESP=Verify the Active Directory was backed up with system state.
# 5831
AD_Object_Restore_Not_Allowed_GUI=ANS5831E Restore for this object is not allowed by Active Directory.\n
AD_Object_Restore_Not_Allowed_GUI_EXPLANATION=Object of certain types cannot be restord. This is a system limitation.
AD_Object_Restore_Not_Allowed_GUI_SYSACT=Processing continues to process all other objects per user's request.
AD_Object_Restore_Not_Allowed_GUI_URESP=None.
# 5832
AD_Object_Reanimate_Failed_GUI=ANS5832E Reanimate tombstone object failed. See the error log for more details.\n
AD_Object_Reanimate_Failed_GUI_EXPLANATION=An attempt to reanimate Active Directory tombstone object has been performed, but an error occurred.
AD_Object_Reanimate_Failed_GUI_SYSACT=Processing continues to process all other tombstone objects per user's request.
AD_Object_Reanimate_Failed_GUI_URESP=None.
# 5833
AD_Domain_Services_Stopped=ANS5833E This system is a Domain Controller but the Active Directory service is stopped. You can not perform the operation unless the Active Directory service is running.\n
AD_Domain_Services_Stopped_EXPLANATION=The Active Directory service must be running when you back up or restore the system state or operate on Active Directory objects. When the Active Directory service is running, it can be in online state or in offline state. When you query or restore Active Directory objects, or back up the system state, the Active Directory service must be online. When you restore the system state, the Active Directory service must be offline (but not stopped).
AD_Domain_Services_Stopped_SYSACT=Processing stopped.
AD_Domain_Services_Stopped_URESP=If you are querying or a restoring the Active Directory objects or backing up the system state, put the Active Directory service in online state by starting the Active Directory service. If you are restoring the system state, put the Active Directory service in offline state by rebooting to the Active Directory Restore Mode. When the Active Directory service is in the appropriate state, retry the operation.
# 5834
AD_Unexpected_LDAP_Error=ANS5834E Unexpected LDAP error occurred. See the error log for more details.\n
AD_Unexpected_LDAP_Error_EXPLANATION=An unexpected error occurred during Active Directory tombstone reanimation.
AD_Unexpected_LDAP_Error_SYSACT=Processing continues to process all other tombstone objects per user's request.
AD_Unexpected_LDAP_Error_URESP=Check the error log for detailed information on the LDAP error.
# 5835
AD_LDAP_Error=ANS5835E An LDAP operation returned {0}: '{1}'
AD_LDAP_Error_EXPLANATION=An unexpected error occurred during Active Directory tombstone reanimation.
AD_LDAP_Error_SYSACT=Processing continues to process all other tombstone objects per user's request.
AD_LDAP_Error_URESP=None.
# 5836
AD_Some_Attr_Not_Restored=ANS5836W One or more attributes were not restored. See the error log.\n
AD_Some_Attr_Not_Restored_EXPLANATION=During processing of an Active Directory object, one or more object attributes could not be restored.
AD_Some_Attr_Not_Restored_SYSACT=Processing continues to process all other Active Directory objects per user's request.
AD_Some_Attr_Not_Restored_URESP=Check the error log for detailed information on which attribute(s) could not be restored.
# 5837
AD_Attr_Not_Restored=ANS5837W '{0}': attribute '{1}' could not be restored.\n
AD_Attr_Not_Restored_EXPLANATION=The listed attribute could not be restored during processing on the Active Directory object.
AD_Attr_Not_Restored_SYSACT=Processing continues to process all other Active Directory objects per user's request.
AD_Attr_Not_Restored_URESP=None.
# 5838
AD_Cant_Launch_dsamain=ANS5838E The utility dsamain.exe does not exist on the system. You cannot perform the operation unless IBM Spectrum Protect can launch this utility.\n
AD_Cant_Launch_dsamain_EXPLANATION=You attempted to launch dsamain.exe, but the utility does not exist.
AD_Cant_Launch_dsamain_SYSACT=Processing stopped.
AD_Cant_Launch_dsamain_URESP=Verify that the dsamain.exe utility exists in the Windows system32 directory. When you can run the utility independently of IBM Spectrum Protect, retry the operation.
# 5841
AD_Cant_Mount_Ntds=ANS5841E Active Directory database could not be opened.\n
AD_Cant_Mount_Ntds_EXPLANATION=An error occurred while opening the restored Active Directory database.
AD_Cant_Mount_Ntds_SYSACT=Processing stopped.
AD_Cant_Mount_Ntds_URESP=Make sure ntdsutil.exe utility is located in the same directory with IBM Spectrum Protect client executables. If it doesn't exist, reinstall the client. Verify that the dsamain.exe utility exists in the Windows system32 directory. When you can run the utility independently of IBM Spectrum Protect, retry the operation. If the problem persists, contact the support.
# 5843
AD_Object_Class_Violation_GUI=ANS5843E Object class violation.\n
AD_Object_Class_Violation_GUI_EXPLANATION=Object class error violation occurred during tombstone reanimation. This can happen if the Active Directory schema was modified and is no longer compatible with the tombstone.
AD_Object_Class_Violation_GUI_SYSACT=Processing continues to process all other objects per user's request.
AD_Object_Class_Violation_GUI_URESP=Recreate the failing object manually or restore it from a backup.
# 5844
COM_Unable_To_Update_Password=ANS5844E Unable to update password.\n
COM_Unable_To_Update_Password_EXPLANATION=An error occurred during the password update attempt.
COM_Unable_To_Update_Password_SYSACT=The password is not updated on the server.
COM_Unable_To_Update_Password_URESP=Try to update the password again.
# 5876
DSJ_RETENTION_ACTIVATE_COMPLETED=ANS5876I SET EVENT Activate Retention completed
# 5877
DSJ_RETENTION_HOLD_COMPLETED=ANS5877I SET EVENT Hold completed
# 5878
DSJ_RETENTION_RELEASE_COMPLETED=ANS5878I SET EVENT Release completed
# 5900
MSG_GVM5900E=GVM5900E The operation failed with return code {0}
MSG_GVM5900E_EXPLANATION=
MSG_GVM5900E_SYSACT=
MSG_GVM5900E_URESP=
# 5901
MSG_GVM5901E=GVM5901E An internal error occurred: {0}
MSG_GVM5901E_EXPLANATION=
MSG_GVM5901E_SYSACT=
MSG_GVM5901E_URESP=
# 5902
MSG_GVM5902E=GVM5902E A connection with the IBM Spectrum Protect server could not be established.
MSG_GVM5902E_EXPLANATION=The server might not be running.
MSG_GVM5902E_SYSACT=
MSG_GVM5902E_URESP=Check the network connection with the server machine. Verify that the server is running and try to log in again.
# 5903
MSG_GVM5903W=GVM5903W Are you certain that you want to delete this data?
MSG_GVM5903W_EXPLANATION=You cannot recover the data after it is deleted. Ensure that the data is not needed before you delete it.
MSG_GVM5903W_SYSACT=
MSG_GVM5903W_URESP=Click OK to delete the data or click Cancel to cancel this action.
# 5904
MSG_GVM5904W=GVM5904W The connection with the IBM Spectrum Protect server has timed out.
MSG_GVM5904W_EXPLANATION=Possible causes include a long-running operation, a problem on the server, or a communications problem.
MSG_GVM5904W_SYSACT=
MSG_GVM5904W_URESP=If the operation is long-running, the operation might be complete or it might soon be complete. Before trying the operation again, determine if the expected result occurred. Check the activity log of the IBM Spectrum Protect server for errors related to the operation. Using a SSL port without selecting SSL can cause this error.
# 5905
MSG_GVM5905W=GVM5905W The VM {0} exists, are you going to over-write it?
MSG_GVM5905W_EXPLANATION=
MSG_GVM5905W_SYSACT=
MSG_GVM5905W_URESP=
# 5906
MSG_GVM5906W=GVM5906W The VM {0} is running, make sure the system is powered down, then hit OK to continue.
MSG_GVM5906W_EXPLANATION=
MSG_GVM5906W_SYSACT=
MSG_GVM5906W_URESP=
# 5907
MSG_GVM5907I=GVM5907I A server connection with the name {0} has been successfully created. Click OK to continue.
# 5908
MSG_GVM5908W=GVM5908W There is no IBM Spectrum Protect server definition found.
MSG_GVM5908W_EXPLANATION=A connection for a IBM Spectrum Protect server must be defined before any server operations or queries are performed.
MSG_GVM5908W_SYSACT=
MSG_GVM5908W_URESP=To define a server: Click the Configuration tab. Click the Edit Configuration Settings action link. Click the IBM Spectrum Protect Server Credentials tab.
# 5909
MSG_GVM5909I=GVM5909I The VM {0} is spanned into multiple datastores. It can only be restored to its original location.
# 5910
MSG_GVM5910E=GVM5910E An error occurred while writing to the server's database file, tsmserver.props
MSG_GVM5910E_EXPLANATION=The server definition could not be written to the tsmserver.props file.
MSG_GVM5910E_SYSACT=
MSG_GVM5910E_URESP=The file must reside in the install directory of the Data Protection for Virtual Environments. Before you try the action again, verify that the file exists and that the file is not write protected.
# 5911
MSG_GVM5911E=GVM5911E A connection with the vCenter server could not be established.
MSG_GVM5911E_EXPLANATION=The server might not be running.
MSG_GVM5911E_SYSACT=
MSG_GVM5911E_URESP=This might indicate a network problem. Ensure that the server is running and the machine is accessible. Try the action again.
# 5912
MSG_GVM5912I=GVM5912I A connection with the vCenter server has been established.
# 5913
MSG_GVM5913E=GVM5913E The VMCLI inquire configuration command failed, the following messages describe the error.
MSG_GVM5913E_EXPLANATION=The Derby database might not be running.
MSG_GVM5913E_SYSACT=
MSG_GVM5913E_URESP=Correct the problem. Try the action again.
# 5914
MSG_GVM5914I=GVM5914I The VMCLI inquire configuration command completed successfully.
# 5915
MSG_GVM5915E=GVM5915E Failed to determine which product or products are installed.
MSG_GVM5915E_EXPLANATION=See message.
MSG_GVM5915E_SYSACT=
MSG_GVM5915E_URESP=Correct the problem. Try the action again.
# 5916
MSG_GVM5916I=GVM5916I Successfully determined which product or products are installed.
# 5917
MSG_GVM5917E=GVM5917E Multiple restore points have been selected, but they are not located in the same datacenter.
MSG_GVM5917E_EXPLANATION=Selecting restore points from different datacenters is not permitted. The restore points must all be located in the same datacenter.
MSG_GVM5917E_SYSACT=
MSG_GVM5917E_URESP=Select the restore points from the same datacenter or select just a single restore point.
# 5918
MSG_GVM5918E=GVM5918E Multiple restore points have been selected, but they are not from the same backup.
MSG_GVM5918E_EXPLANATION=Selecting restore points from different backups is not permitted. The restore points must all be located in the same backup.
MSG_GVM5918E_SYSACT=
MSG_GVM5918E_URESP=For restores from IBM Spectrum Snapshot, all restore points must come from the same backup. You cannot restore multiple VMs that come from of different backups.
# 5919
MSG_GVM5919E=GVM5919E A key configuration file is missing: vmcliConfiguration.xml.
MSG_GVM5919E_EXPLANATION=The file vmcliConfiguration.xml is required for the GUI to operate, but has not been found during GUI session startup. This is an unusual problem, it may be due to an install issue or manual editing of the file.
MSG_GVM5919E_SYSACT=
MSG_GVM5919E_URESP=Make sure the file is located in the correct directory, has correct access permissions, and has valid syntax for its content. Retry accessing the GUI.
# 5920
MSG_GVM5920E=GVM5920E Invalid mode tag in file vmcliConfiguration.xml.
MSG_GVM5920E_EXPLANATION=The xml tag mode in file vmcliConfiguration.xml is required for the GUI to operate, but is missing or has an incorrect value. This may be due to an install issue or manual editing of the file.
MSG_GVM5920E_SYSACT=
MSG_GVM5920E_URESP=Make sure the tag is specified with a valid value. Retry accessing the GUI.
# 5921
MSG_GVM5921E=GVM5921E Invalid enable_direct_start tag in file vmcliConfiguration.xml.
MSG_GVM5921E_EXPLANATION=The xml tag enable_direct_start in file vmcliConfiguration.xml is required for the GUI to operate, but is missing or has an incorrect value. This may be due to an install issue or manual editing of the file.
MSG_GVM5921E_SYSACT=
MSG_GVM5921E_URESP=Make sure the tag is specified with a valid value. Retry accessing the GUI.
# 5922
MSG_GVM5922E=GVM5922E Invalid URL tag for the specified mode tag in file vmcliConfiguration.xml.
MSG_GVM5922E_EXPLANATION=In file vmcliConfiguration.xml, the URL tag corresponding to the specified mode tag is required for the GUI to operate, but is missing or has an incorrect value. This may be due to an install issue or manual editing of the file.
MSG_GVM5922E_SYSACT=
MSG_GVM5922E_URESP=Make sure the correct URL tag is specified with a valid value for the specified mode. Retry accessing the GUI.
# 5923
MSG_GVM5923E=GVM5923E Invalid VMCLIPath tag in file vmcliConfiguration.xml.
MSG_GVM5923E_EXPLANATION=The xml tag VMCLIPath in file vmcliConfiguration.xml is required for the GUI to operate, but is missing or has an incorrect value. This may be due to an install issue or manual editing of the file.
MSG_GVM5923E_SYSACT=
MSG_GVM5923E_URESP=Make sure the tag is specified with a valid value. Retry accessing the GUI.
# 5924
MSG_GVM5924E=GVM5924E Invalid interruptDelay tag in file vmcliConfiguration.xml.
MSG_GVM5924E_EXPLANATION=The xml tag interruptDelay in file vmcliConfiguration.xml is required for the GUI to operate, but is missing or has an incorrect value. This may be due to an install issue or manual editing of the file.
MSG_GVM5924E_SYSACT=
MSG_GVM5924E_URESP=Make sure the tag is specified with a valid value. Retry accessing the GUI.
# 5925
MSG_GVM5925E=GVM5925E The VM name entered {0} conflicts with an existing VM. Please enter a different name.
MSG_GVM5925E_EXPLANATION=
MSG_GVM5925E_SYSACT=
MSG_GVM5925E_URESP=
# 5926
MSG_GVM5926E=GVM5926E An error occurred while processing the request to the Web server. If this error persists, check the network connection with the Web server and verify that the Web server is running.\n\nDetail: {0}\n{1}\n
MSG_GVM5926E_EXPLANATION=
MSG_GVM5926E_SYSACT=
MSG_GVM5926E_URESP=
# 5927
MSG_GVM5927E=GVM5927E A request to the server took too long to complete. If this error persists, check the network connection with the Web server and verify that the Web server is running.
MSG_GVM5927E_EXPLANATION=
MSG_GVM5927E_SYSACT=
MSG_GVM5927E_URESP=
# 5928
MSG_GVM5928E=GVM5928E An error occurred while processing the response from the Web server.\n\nDetail: {0}
MSG_GVM5928E_EXPLANATION=
MSG_GVM5928E_SYSACT=
MSG_GVM5928E_URESP=
# 5929
MSG_GVM5929E=GVM5929E An error occurred while making the Web server request. If this error persists, check the network connection with the Web server and verify that the Web server is running.\n\nError: {0}
MSG_GVM5929E_EXPLANATION=
MSG_GVM5929E_SYSACT=
MSG_GVM5929E_URESP=
# 5930
MSG_GVM5930E=GVM5930E No matching device class found. Please return to source page and reselect.
MSG_GVM5930E_EXPLANATION=
MSG_GVM5930E_SYSACT=
MSG_GVM5930E_URESP=
# 5931
MSG_GVM5931E=GVM5931E No matching proxy node found. Please return to source page and reselect.
MSG_GVM5931E_EXPLANATION=
MSG_GVM5931E_SYSACT=
MSG_GVM5931E_URESP=
# 5932
MSG_GVM5932E=GVM5932E No proxy ESX hosts available.
MSG_GVM5932E_EXPLANATION=
MSG_GVM5932E_SYSACT=
MSG_GVM5932E_URESP=
# 5933
MSG_GVM5933I=GVM5933I Password set successfully.
# 5934
MSG_GVM5934E=GVM5934E Set password failed.\n\nError: {0}
MSG_GVM5934E_EXPLANATION=The password may be incorrect or the server is not running.
MSG_GVM5934E_SYSACT=
MSG_GVM5934E_URESP=Verify the password is correct then try the action again. Or check the network connection with the server machine and verify that the server is running then try the action again.
# 5935
MSG_GVM5935E=GVM5935E Get managed domain failed.\n\nError: {0}
MSG_GVM5935E_EXPLANATION=
MSG_GVM5935E_SYSACT=
MSG_GVM5935E_URESP=
# 5936
MSG_GVM5936E=GVM5936E Multiple restore points have been selected, but they are not the same backup type.
MSG_GVM5936E_EXPLANATION=Selecting restore points of different types is not allowed. The restore points must all be located on either a IBM Spectrum Protect server or in the IBM Spectrum Snapshot repository.
MSG_GVM5936E_SYSACT=
MSG_GVM5936E_URESP=Select the same type of restore points or select just a single restore point.
# 5937
MSG_GVM5937E=GVM5937E Backup ID is null.
MSG_GVM5937E_EXPLANATION=An internal error occurred.
MSG_GVM5937E_SYSACT=
MSG_GVM5937E_URESP=Refresh the table and perform the action again.
# 5938
MSG_GVM5938E=GVM5938E Task ID is null.
MSG_GVM5938E_EXPLANATION=An internal error occurred.
MSG_GVM5938E_SYSACT=
MSG_GVM5938E_URESP=Refresh the table and perform the action again.
# 5939
MSG_GVM5939E=GVM5939E Could not open a pop-up window.
MSG_GVM5939E_EXPLANATION=An internal error occurred.
MSG_GVM5939E_SYSACT=
MSG_GVM5939E_URESP=Try the action again.
# 5940
MSG_GVM5940E=GVM5940E Virtual machine name is null.
MSG_GVM5940E_EXPLANATION=An internal error occurred.
MSG_GVM5940E_SYSACT=
MSG_GVM5940E_URESP=Refresh the table and perform the action again.
# 5941
MSG_GVM5941E=GVM5941E Datastore does not exist.
MSG_GVM5941E_EXPLANATION=An internal error occurred.
MSG_GVM5941E_SYSACT=
MSG_GVM5941E_URESP=Refresh the table and perform the action again.
# 5942
MSG_GVM5942I=GVM5942I No selection was made, the whole virtual machine will be attached.
# 5943
MSG_GVM5943I=GVM5943I Domain set successfully.
# 5944
MSG_GVM5944E=GVM5944E Set domain failed.\n\nError: {0}
MSG_GVM5944E_EXPLANATION=The server might not be running.
MSG_GVM5944E_SYSACT=
MSG_GVM5944E_URESP=Check the network connection with the server machine. Verify that the server is running and try the action again.
# 5945
MSG_GVM5945E=GVM5945E The schedule requires use of the following datacenters that are not in the active domain. \n\nDatacenters: {0} \nAction: This schedule may not be updated, instead either update the domain construct to include the datacenters, or create a new schedule without dependence on these datacenters. \nDetail: The schedule definition is as follows: \nSchedule Summary {1}
MSG_GVM5945E_EXPLANATION=
MSG_GVM5945E_SYSACT=
MSG_GVM5945E_URESP=
# 5946
MSG_GVM5946E=GVM5946E The schedule requires use of the following datacenters that are not known to the system. \n\nDatacenters: {0} \nAction: This schedule may not be updated, instead create a new schedule without dependence on these datacenters. \nDetail: The schedule definition is as follows: \nSchedule Summary: {1}
MSG_GVM5946E_EXPLANATION=
MSG_GVM5946E_SYSACT=
MSG_GVM5946E_URESP=
# 5947
MSG_GVM5947E=GVM5947E The schedule requires use of the following hosts that are not known to the system. \n\nHosts: {0} \nAction: This schedule may not be updated, instead create a new schedule without dependence on these hosts. \nDetail: The schedule definition is as follows: \nSchedule Summary: {1}
MSG_GVM5947E_EXPLANATION=
MSG_GVM5947E_SYSACT=
MSG_GVM5947E_URESP=
# 5948
MSG_GVM5948E=GVM5948E The schedule requires use of the following datastores that are not known to the system. \n\nDatastores: {0} \nAction: This schedule may not be updated, instead create a new schedule without dependence on these datastores. \nDetail: The schedule definition is as follows: \nSchedule Summary: {1}
MSG_GVM5948E_EXPLANATION=
MSG_GVM5948E_SYSACT=
MSG_GVM5948E_URESP=
# 5949
MSG_GVM5949E=GVM5949E The schedule requires use of the following virtual machines that are not known to the system. \n\nVirtual Machines: {0} \nAction: This schedule may not be updated, instead create a new schedule without dependence on these virtual machines. \nDetail: The schedule definition is as follows: \nSchedule Summary: {1}
MSG_GVM5949E_EXPLANATION=
MSG_GVM5949E_SYSACT=
MSG_GVM5949E_URESP=
# 5950
MSG_GVM5950I=GVM5950I Password set successfully. \n\nWarning: {0}
# 5951
MSG_GVM5951E=GVM5951E An error occurred while making the Web server request. If this error persists, check the network connection with the Web server and verify that the Web server is running. \n\nError: {0}
MSG_GVM5951E_EXPLANATION=
MSG_GVM5951E_SYSACT=
MSG_GVM5951E_URESP=
# 5952
MSG_GVM5952E=GVM5952E The following command requires confirmation from the server: {0}
MSG_GVM5952E_EXPLANATION=A command was issued, and a reply was expected. Some commands require a confirmation, which you cannot issue through the Data Protection for Virtual Environments GUI.
MSG_GVM5952E_SYSACT=
MSG_GVM5952E_URESP=Issue the command from the command line.
# 5953
MSG_GVM5953E=GVM5953E The following command is unknown to the server: {0}
MSG_GVM5953E_EXPLANATION=An unknown command was issued to the server. The command might not be valid on the server version and platform or the command syntax might be incorrect.
MSG_GVM5953E_SYSACT=
MSG_GVM5953E_URESP=Verify that the command is valid for the server version and platform, and verify that the command syntax is correct.
# 5954
MSG_GVM5954E=GVM5954E The syntax of the following command is incorrect: {0} .
MSG_GVM5954E_EXPLANATION=See message.
MSG_GVM5954E_SYSACT=
MSG_GVM5954E_URESP=Correct the syntax and issue the command from the command line. The activity log of the IBM Spectrum Protect Server shows all the commands issued before and after this command.
# 5955
MSG_GVM5955E=GVM5955E An internal server error occurred.
MSG_GVM5955E_EXPLANATION=See message.
MSG_GVM5955E_SYSACT=
MSG_GVM5955E_URESP=Try the command again. If this does not work, contact customer support. You might be asked to provide tracing information and information about the actions performed before the failure occurred.
# 5956
MSG_GVM5956E=GVM5956E The server ran out of memory while processing the request. Close any unnecessary processes on the IBM Spectrum Protect server and try the operation again.
MSG_GVM5956E_EXPLANATION=See message.
MSG_GVM5956E_SYSACT=
MSG_GVM5956E_URESP=Before trying the action again, contact the administrator of the IBM Spectrum Protect server.
# 5957
MSG_GVM5957E=GVM5957E The database recovery log is full.
MSG_GVM5957E_EXPLANATION=See message.
MSG_GVM5957E_SYSACT=
MSG_GVM5957E_URESP=Before trying the action again, extend the recovery log or back up the IBM Spectrum Protect server database. Contact the administrator of the IBM Spectrum Protect server.
# 5958
MSG_GVM5958E=GVM5958E The server database is full.
MSG_GVM5958E_EXPLANATION=See message.
MSG_GVM5958E_SYSACT=
MSG_GVM5958E_URESP=Before trying the action again, extend the server database. Contact the administrator of the IBM Spectrum Protect server.
# 5959
MSG_GVM5959E=GVM5959E The server is out of storage space.
MSG_GVM5959E_EXPLANATION=See message.
MSG_GVM5959E_SYSACT=
MSG_GVM5959E_URESP=Before trying the action again, contact the administrator of the IBM Spectrum Protect server.
# 5960
MSG_GVM5960E=GVM5960E You are not authorized to perform this action. An administrator with system authority can change your authority level to allow you to perform this action.
MSG_GVM5960E_EXPLANATION=
MSG_GVM5960E_SYSACT=
MSG_GVM5960E_URESP=
# 5961
MSG_GVM5961E=GVM5961E The object that you are attempting to access does not exist on the server.
MSG_GVM5961E_EXPLANATION=
MSG_GVM5961E_SYSACT=
MSG_GVM5961E_URESP=
# 5962
MSG_GVM5962E=GVM5962E The object that you are attempting to access is currently in use by another session or process. Retry the action at a later time.
MSG_GVM5962E_EXPLANATION=
MSG_GVM5962E_SYSACT=
MSG_GVM5962E_URESP=
# 5963
MSG_GVM5963E=GVM5963E The object that you are attempting to remove is referenced by another object defined to the server. Remove the other object before removing this one.
MSG_GVM5963E_EXPLANATION=
MSG_GVM5963E_SYSACT=
MSG_GVM5963E_URESP=
# 5964
MSG_GVM5964E=GVM5964E The object that you are attempting to access or remove is not available.
MSG_GVM5964E_EXPLANATION=See message.
MSG_GVM5964E_SYSACT=
MSG_GVM5964E_URESP=Before trying the action again, contact the administrator of the IBM Spectrum Protect server.
# 5965
MSG_GVM5965E=GVM5965E The server encountered an I/O error while processing the request. For more information, see the operating system event or error log.
MSG_GVM5965E_EXPLANATION=
MSG_GVM5965E_SYSACT=
MSG_GVM5965E_URESP=
# 5966
MSG_GVM5966E=GVM5966E The action failed because the transaction could not be committed.
MSG_GVM5966E_EXPLANATION=See message.
MSG_GVM5966E_SYSACT=
MSG_GVM5966E_URESP=Retry the action at a later time. Before trying the action again, contact the administrator of the IBM Spectrum Protect server.
# 5967
MSG_GVM5967E=GVM5967E The action failed because of a resource lock conflict.
MSG_GVM5967E_EXPLANATION=See message.
MSG_GVM5967E_SYSACT=
MSG_GVM5967E_URESP=Retry the action at a later time. Before trying the action again, contact the administrator of the IBM Spectrum Protect server.
# 5968
MSG_GVM5968E=GVM5968E The action failed because of a mode conflict.
MSG_GVM5968E_EXPLANATION=See message.
MSG_GVM5968E_SYSACT=
MSG_GVM5968E_URESP=Retry the action at a later time. Before trying the action again, contact the administrator of the IBM Spectrum Protect server.
# 5969
MSG_GVM5969E=GVM5969E The action failed because the server could not start a new thread.
MSG_GVM5969E_EXPLANATION=See message.
MSG_GVM5969E_SYSACT=
MSG_GVM5969E_URESP=Retry the action at a later time. Before trying the action again, contact the administrator of the IBM Spectrum Protect server.
# 5970
MSG_GVM5970E=GVM5970E The server is not licensed to perform this action. If a license was purchased, use the command line to register the license.
MSG_GVM5970E_EXPLANATION=
MSG_GVM5970E_SYSACT=
MSG_GVM5970E_URESP=
# 5971
MSG_GVM5971E=GVM5971E The specified destination is not valid.
MSG_GVM5971E_EXPLANATION=See message.
MSG_GVM5971E_SYSACT=
MSG_GVM5971E_URESP=Enter a different destination or update the configuration with a valid destination, and try the action again.
# 5972
MSG_GVM5972E=GVM5972E The specified input file cannot be opened. Verify the file name and directory permissions, then try the action again.
MSG_GVM5972E_EXPLANATION=
MSG_GVM5972E_SYSACT=
MSG_GVM5972E_URESP=
# 5973
MSG_GVM5973E=GVM5973E The specified output file cannot be opened. Verify the file name and directory permissions, then try the action again.
MSG_GVM5973E_EXPLANATION=
MSG_GVM5973E_SYSACT=
MSG_GVM5973E_URESP=
# 5974
MSG_GVM5974E=GVM5974E An error occurred while writing to the specified output file.
MSG_GVM5974E_EXPLANATION=See message.
MSG_GVM5974E_SYSACT=
MSG_GVM5974E_URESP=Check the file system to ensure that there is enough space. Check the operating system event or error log for more information.
# 5975
MSG_GVM5975E=GVM5975E The specified administrator is not defined to this server.
MSG_GVM5975E_EXPLANATION=See message.
MSG_GVM5975E_SYSACT=
MSG_GVM5975E_URESP=Ensure that the administrator name was entered correctly. Before trying the action again, contact the administrator of the IBM Spectrum Protect server.
# 5976
MSG_GVM5976E=GVM5976E The SQL statement could not be processed.
MSG_GVM5976E_EXPLANATION=An exception occurred while processing the SQL statement. Possible exceptions include divide-by-zero, math overflow, temporary table storage space unavailable, and data-type errors.
MSG_GVM5976E_SYSACT=
MSG_GVM5976E_URESP=Correct the SQL query and try again.
# 5977
MSG_GVM5977E=GVM5977E This operation is not allowed with this object.
MSG_GVM5977E_EXPLANATION=See message.
MSG_GVM5977E_SYSACT=
MSG_GVM5977E_URESP=Before trying the action again, contact the administrator of the IBM Spectrum Protect server.
# 5978
MSG_GVM5978E=GVM5978E The table was not found in the server database.
MSG_GVM5978E_EXPLANATION=See message.
MSG_GVM5978E_SYSACT=
MSG_GVM5978E_URESP=Before trying the action again, contact the administrator of the IBM Spectrum Protect server.
# 5979
MSG_GVM5979E=GVM5979E The specified file space name is not compatible with the filespace type.
MSG_GVM5979E_EXPLANATION=Unicode file space names are incompatible with non-unicode names.
MSG_GVM5979E_SYSACT=
MSG_GVM5979E_URESP=Enter a file space name of the correct type and try the action again.
# 5980
MSG_GVM5980E=GVM5980E The specified TCP/IP address is not valid. Verify the TCP/IP address and try the action again.
MSG_GVM5980E_EXPLANATION=
MSG_GVM5980E_SYSACT=
MSG_GVM5980E_URESP=
# 5981
MSG_GVM5981E=GVM5981E No objects were found that match the search conditions.
MSG_GVM5981E_EXPLANATION=
MSG_GVM5981E_SYSACT=
MSG_GVM5981E_URESP=
# 5982
MSG_GVM5982E=GVM5982E Your administrative ID on this server is locked. An administrator with system authority can unlock your ID.
MSG_GVM5982E_EXPLANATION=
MSG_GVM5982E_SYSACT=
MSG_GVM5982E_URESP=
# 5983
MSG_GVM5983E=GVM5983E The connection to the server was lost while performing the action.
MSG_GVM5983E_EXPLANATION=See message.
MSG_GVM5983E_SYSACT=
MSG_GVM5983E_URESP=This might indicate a network problem. Ensure that the server is running and the machine is accessible. Retry the action.
# 5984
MSG_GVM5984E=GVM5984E Your ID or password is not valid for this server.
MSG_GVM5984E_EXPLANATION=See message.
MSG_GVM5984E_SYSACT=
MSG_GVM5984E_URESP=Enter a valid ID or password for your IBM Spectrum Protect Server.
# 5985
MSG_GVM5985E=GVM5985E Your password expired on this server.
MSG_GVM5985E_EXPLANATION=Your IBM Spectrum Protect password has expired.
MSG_GVM5985E_SYSACT=
MSG_GVM5985E_URESP=Reset your password on the IBM Spectrum Protect Server or contact your IBM Spectrum Protect Server administrator to reset it.
# 5986
MSG_GVM5986E=GVM5986E The server cannot accept new sessions. If sessions are disabled for this server, issue the ENABLE SESSIONS command from the command line.
MSG_GVM5986E_EXPLANATION=
MSG_GVM5986E_SYSACT=
MSG_GVM5986E_URESP=
# 5987
MSG_GVM5987E=GVM5987E A communications failure occurred while processing the request. Retry the action at a later time.
MSG_GVM5987E_EXPLANATION=
MSG_GVM5987E_SYSACT=
MSG_GVM5987E_URESP=
# 5988
MSG_GVM5988E=GVM5988E The administrative API encountered an internal error while processing the request.
MSG_GVM5988E_EXPLANATION=
MSG_GVM5988E_SYSACT=
MSG_GVM5988E_URESP=
# 5989
MSG_GVM5989E=GVM5989E The administrative API cannot process the command document sent from the server.
MSG_GVM5989E_EXPLANATION=The XML command document could not be parsed. Either the file could not be read, or the file is corrupted.
MSG_GVM5989E_SYSACT=
MSG_GVM5989E_URESP=Before trying the action again, contact the administrator of the IBM Spectrum Protect server.
# 5990
MSG_GVM5990E=GVM5990E The following command contains one or more invalid parameters: {0} .
MSG_GVM5990E_EXPLANATION=The Data Protection for Virtual Environments GUI tried to run a command, but the call to the API contained one or more invalid parameters.
MSG_GVM5990E_SYSACT=
MSG_GVM5990E_URESP=Check the parameters in the command. If you entered text in a field, you might find the error in the parameters and correct it. Viewing the activity log might help to determine the cause of the problem. Before trying the action again, contact the administrator of the IBM Spectrum Protect server.
# 5991
MSG_GVM5991E=GVM5991E The administrative API encountered invalid parameters while processing the request.
MSG_GVM5991E_EXPLANATION=A command was run through the administrative API, but one of the parameters to an API method was invalid.
MSG_GVM5991E_SYSACT=
MSG_GVM5991E_URESP=This is typically an internal error, but it can be caused by unusual parameters. For example, characters such as: < > & can cause the problem. Check the parameters in the command. If you entered text in a field, you might find the error in the parameters and correct it.
# 5992
MSG_GVM5992E=GVM5992E The administrator's authority level on this server cannot be determined.
MSG_GVM5992E_EXPLANATION=See message.
MSG_GVM5992E_SYSACT=
MSG_GVM5992E_URESP=Use a different administrator ID. Before trying the action again, contact the administrator of the IBM Spectrum Protect server.
# 5993
MSG_GVM5993E=GVM5993E An object with the name that you specified already exists on the server. Enter a different name.
MSG_GVM5993E_EXPLANATION=
MSG_GVM5993E_SYSACT=
MSG_GVM5993E_URESP=
# 5994
MSG_GVM5994E=GVM5994E The version of the server is not supported by the Data Protection for Virtual Environments GUI.
MSG_GVM5994E_EXPLANATION=
MSG_GVM5994E_SYSACT=
MSG_GVM5994E_URESP=
# 5995
MSG_GVM5995E=GVM5995E An internal error has occurred.
MSG_GVM5995E_EXPLANATION=The operation failed after encountering an internal error.
MSG_GVM5995E_SYSACT=
MSG_GVM5995E_URESP=Retry the operation. If this does not work, contact customer support. You might be asked to provide tracing information and information about the actions performed before the failure occurred.
# 5996
MSG_GVM5996E=GVM5996E The operation failed, please go to the log for more details. {0}
MSG_GVM5996E_EXPLANATION=
MSG_GVM5996E_SYSACT=
MSG_GVM5996E_URESP=
# 5997
MSG_GVM5997E=GVM5997E Wrong format of the end date and time. Please enter the end date and time format as yyyyMMddHHmmss.
MSG_GVM5997E_EXPLANATION=
MSG_GVM5997E_SYSACT=
MSG_GVM5997E_URESP=
# 5998
MSG_GVM5998E=GVM5998E Sorry, the description of the backup task was not created in a file. Please try again.
MSG_GVM5998E_EXPLANATION=On the general page of the backup wizard, you can describe your backup task in general.
MSG_GVM5998E_SYSACT=
MSG_GVM5998E_URESP=
# 5999
MSG_GVM5999E=GVM5999E The ESXHOST name you entered is too long. Please change to a shorter one.
MSG_GVM5999E_EXPLANATION=
MSG_GVM5999E_SYSACT=
MSG_GVM5999E_URESP=
# 6000
MSG_GVM6000E=GVM6000E Wrong Backup ID. Please try again.
MSG_GVM6000E_EXPLANATION=
MSG_GVM6000E_SYSACT=
MSG_GVM6000E_URESP=
# 6001
MSG_GVM6001E=GVM6001E An error occurred when processing the backup object file. Please try again later.
MSG_GVM6001E_EXPLANATION=When you click submit in the backup wizard, the object list will be stored in a file. When processing this file, an error occurred.
MSG_GVM6001E_SYSACT=
MSG_GVM6001E_URESP=
# 6002
MSG_GVM6002E=GVM6002E No backup object is selected. You must choose a source node to backup.
MSG_GVM6002E_EXPLANATION=To initiated a backup task, you have to choose an object on the source page of the backup wizard.
MSG_GVM6002E_SYSACT=
MSG_GVM6002E_URESP=
# 6003
MSG_GVM6003E=GVM6003E Wrong format of the start date and time. Please enter the start date and time format as yyyyMMddHHmmss.
MSG_GVM6003E_EXPLANATION=
MSG_GVM6003E_SYSACT=
MSG_GVM6003E_URESP=
# 6004
MSG_GVM6004I=GVM6004I Backup task {0} started, would you like to monitor this task now?
# 6005
MSG_GVM6005I=GVM6005I Delete backup task completed successfully.
# 6006
MSG_GVM6006E=GVM6006E Delete backup task failed, please check log for more detail.
MSG_GVM6006E_EXPLANATION=
MSG_GVM6006E_SYSACT=
MSG_GVM6006E_URESP=
# 6007
MSG_GVM6007I=GVM6007I Restore Task {0} is started successfully, would you like to monitor this task now?
# 6008
MSG_GVM6008E=GVM6008E {0}
MSG_GVM6008E_EXPLANATION=
MSG_GVM6008E_SYSACT=
MSG_GVM6008E_URESP=
# 6009
MSG_GVM6009I=GVM6009I Mounted backup Item could not be restored.
# 6010
MSG_GVM6010I=GVM6010I Result of attach is {0} ( Task ID: {1} ), refer to events list to get the details.
# 6011
MSG_GVM6011I=GVM6011I Result of detach is {0} ( Task ID: {1} ), refer to events list to get the details.
# 6012
MSG_GVM6012I=GVM6012I Command successfully submitted to the IBM Spectrum Protect server. \n\nDetail: {0}
# 6013
MSG_GVM6013E=GVM6013E The command submitted to the IBM Spectrum Protect server failed. \n\nError: {0} \n{1}
MSG_GVM6013E_EXPLANATION=The cause of the problem is identified in the message text.
MSG_GVM6013E_SYSACT=
MSG_GVM6013E_URESP=Correct the problem based on the information that is provided in the message text. Then, try the action again.
# 6014
MSG_GVM6014E=GVM6014E No IBM Spectrum Protect server connection, please configure the IBM Spectrum Protect server in the configuration panel.
MSG_GVM6014E_EXPLANATION=
MSG_GVM6014E_SYSACT=
MSG_GVM6014E_URESP=
# 6015
MSG_GVM6015E=GVM6015E The selected items can only be under ONE datacenter.
MSG_GVM6015E_EXPLANATION=
MSG_GVM6015E_SYSACT=
MSG_GVM6015E_URESP=
# 6016
MSG_GVM6016E=GVM6016E Authentication failed. Could not connect to vCenter. Make sure you log in using the VMware vSphere client and have a valid session.
MSG_GVM6016E_EXPLANATION=
MSG_GVM6016E_SYSACT=
MSG_GVM6016E_URESP=
# 6017
MSG_GVM6017E=GVM6017E Authentication failed. Please log in using the VMware vSphere client.
MSG_GVM6017E_EXPLANATION=
MSG_GVM6017E_SYSACT=
MSG_GVM6017E_URESP=
# 6018
MSG_GVM6018E=GVM6018E The virtual machine {0} exists. Delete the virtual machine first before restoring it.
MSG_GVM6018E_EXPLANATION=
MSG_GVM6018E_SYSACT=
MSG_GVM6018E_URESP=
# 6019
MSG_GVM6019E=GVM6019E The target virtual machine {0} is running. Close the virtual machine before restoring virtual disks to it.
MSG_GVM6019E_EXPLANATION=
MSG_GVM6019E_SYSACT=
MSG_GVM6019E_URESP=
# 6020
MSG_GVM6020E=GVM6020E Some of selected virtual disks exist in target virtual machine. Remove those virtual disks from target virtual machine before restoring to it.
MSG_GVM6020E_EXPLANATION=
MSG_GVM6020E_SYSACT=
MSG_GVM6020E_URESP=
# 6021
MSG_GVM6021E=GVM6021E A VMCLI command failed. \n\nError: {0}
MSG_GVM6021E_EXPLANATION=The cause of the problem is identified in the message text.
MSG_GVM6021E_SYSACT=
MSG_GVM6021E_URESP=Correct the problem based on the information that is provided in the message text. Then, try the action again.
# 6022
MSG_GVM6022E=GVM6022E A request submitted to the VMware vCenter server failed. \n\nError: {0}
MSG_GVM6022E_EXPLANATION=The cause of the problem is identified in the message text.
MSG_GVM6022E_SYSACT=
MSG_GVM6022E_URESP=Correct the problem based on the information that is provided in the message text. Then, try the action again.
# 6023
MSG_GVM6023E=GVM6023E A command submitted to the IBM Spectrum Protect server failed. \n\nError: {0}
MSG_GVM6023E_EXPLANATION=The cause of the problem is identified in the message text.
MSG_GVM6023E_SYSACT=
MSG_GVM6023E_URESP=Correct the problem based on the information that is provided in the message text. Then, try the action again.
# 6024
MSG_GVM6024E=GVM6024E Cannot find the file with format 'summary.date.log' in the path: {0}\n
MSG_GVM6024E_EXPLANATION=
MSG_GVM6024E_SYSACT=
MSG_GVM6024E_URESP=
# 6025
MSG_GVM6025E=GVM6025E Cannot find the IBM Spectrum Snapshot installation path using the VMCLI inquire_config command.
MSG_GVM6025E_EXPLANATION=
MSG_GVM6025E_SYSACT=
MSG_GVM6025E_URESP=
# 6026
MSG_GVM6026E=GVM6026E A VMCLI command to get {0} version failed.
MSG_GVM6026E_EXPLANATION=
MSG_GVM6026E_SYSACT=
MSG_GVM6026E_URESP=
# 6027
MSG_GVM6027I=GVM6027I Backup task {0} started, would you like to monitor this task now?
# 6028
MSG_GVM6028E=GVM6028E The Data Protection for Virtual Environments Web Server could not be contacted.
MSG_GVM6028E_EXPLANATION=The Data Protection for Virtual Environments GUI has attempted to contact its Web Server. The operation was not successful.
MSG_GVM6028E_SYSACT=
MSG_GVM6028E_URESP=Perform one or more of the following steps to try and determine the problem:Verify that the Data Protection for Virtual Environments Web Server is running. Verify that the Web Server machine is running. Verify that the Web Server machine is accessible over the network. Close the Data Protection for Virtual Environments GUI. Start the GUI again when the problem is resolved.
# 6029
MSG_GVM6029I=GVM6029I Command successfully submitted to the server.
# 6030
MSG_GVM6030E=GVM6030E No host is found in datacenter {0}. Select another datacenter to restore.
MSG_GVM6030E_EXPLANATION=
MSG_GVM6030E_SYSACT=
MSG_GVM6030E_URESP=
# 6031
MSG_GVM6031W=GVM6031W The schedule does not contain all the required parameters. It cannot be displayed in the properties notebook.
MSG_GVM6031W_EXPLANATION=This schedule may have been created or modified outside of the Data Protection for Virtual Environments GUI.
MSG_GVM6031W_SYSACT=
MSG_GVM6031W_URESP=This schedule must be modified outside the the Data Protection for Virtual Environments GUI.
# 6032
MSG_GVM6032W=GVM6032W One or more VMs exist. Do you want to continue the restore operation and overwrite the existing VMs?
MSG_GVM6032W_EXPLANATION=
MSG_GVM6032W_SYSACT=
MSG_GVM6032W_URESP=
# 6033
MSG_GVM6033E=GVM6033E The Administrator Id provided does not have sufficient privileges.
MSG_GVM6033E_EXPLANATION=The operation you are attempting requires a IBM Spectrum Protect Server Administrator Id to have at least Unrestricted Policy privilege.
MSG_GVM6033E_SYSACT=
MSG_GVM6033E_URESP=Contact your IBM Spectrum Protect Server Administrator to grant you Unrestricted Policy privilege for your Administrative Id. Or, use an alternate Id with such privilege and try again.
# 6034
MSG_GVM6034E=GVM6034E The nodename {0} is already in use. Please choose another nodename.
MSG_GVM6034E_EXPLANATION=The node name chosen already exists on the server. Choose another name.
MSG_GVM6034E_SYSACT=
MSG_GVM6034E_URESP=Pick another node name to use. If you want to re-use this node, then unselect the 'Register Node' checkbox.
# 6035
MSG_GVM6035E=GVM6035E The node name {0} is not defined on server. Make sure the node name you entered exists on the server.
MSG_GVM6035E_EXPLANATION=The node name entered does not exist on the server. Since you did not select 'Register Node' checkbox, the node name you enter must have been previously defined and exist on the server.
MSG_GVM6035E_SYSACT=
MSG_GVM6035E_URESP=Check the node name you are supposed to use and enter it again. If you want to register this node, then select the 'Register Node' checkbox.
# 6036
MSG_GVM6036E=GVM6036E The passwords in the entry field and the verify field do not match. Please try again.
MSG_GVM6036E_EXPLANATION=The new passwords entered do not match.
MSG_GVM6036E_SYSACT=
MSG_GVM6036E_URESP=Clear the fields and enter the same password in both password fields.
# 6037
MSG_GVM6037W=GVM6037W Please select one or more Datacenters to be managed.
MSG_GVM6037W_EXPLANATION=At least one Datacenter must be selected.
MSG_GVM6037W_SYSACT=
MSG_GVM6037W_URESP=Add one or more Datacenter(s) into the Managed Datacenters list.
# 6038
MSG_GVM6038W=GVM6038W One or more nodes do not have their password set. Make sure all nodes have their password set.
MSG_GVM6038W_EXPLANATION=If a node has 'Register Node' checkbox set, then that node's password must be set.
MSG_GVM6038W_SYSACT=
MSG_GVM6038W_URESP=Assign a password for nodes that are to be registered.
# 6039
MSG_GVM6039I=GVM6039I No datacenter node was found mapped to {0}. Select a datacenter node from the list to associate with {1}. Leave the selection empty to have the Configuration Wizard create a new datacenter node for it.
# 6040
MSG_GVM6040I=GVM6040I Are you sure you want to proceed without entering a IBM Spectrum Protect Administrative ID? \n\nWithout IBM Spectrum Protect Administrative access, the Wizard will not validate node names or register nodes. Instead, a macro file will be generated at the end of this Wizard for you to give to your IBM Spectrum Protect Administrator to execute.
# 6041
MSG_GVM6041I=GVM6041I This task was skipped because it was not necessary or a pre-requisite task failed.
# 6042
MSG_GVM6042E=GVM6042E There was an error writing to script file: {0}.
MSG_GVM6042E_EXPLANATION=An error was encountered when trying to write to file at the path indicated.
MSG_GVM6042E_SYSACT=
MSG_GVM6042E_URESP=Try the operation again.
# 6043
MSG_GVM6043I=GVM6043I Managed datacenters have changed. Please go to the data mover page to verify or change your current mappings.
# 6044
MSG_GVM6044I=GVM6044I No datacenter nodes were found for the vCenter node {0} and VMCLI node {1} configuration. The Wizard will generate a default set of datacenter nodes for you.
# 6045
MSG_GVM6045E=GVM6045E The password entered is not acceptable. Choose another password.
MSG_GVM6045E_EXPLANATION=IBM Spectrum Protect Server could not accept the password chosen. It could be because the password did not meet certain password rule(s).
MSG_GVM6045E_SYSACT=
MSG_GVM6045E_URESP=Try with another password.
# 6046
MSG_GVM6046W=GVM6046W Unchecking this checkbox means you are supplying a node name that is already defined on the IBM Spectrum Protect Server AND that it is meant to be used for your configuration. Since this Wizard is proceeding without Administrative access, it cannot verify if the node exists or not. You should only proceed if you understand what you are doing.
MSG_GVM6046W_EXPLANATION=Since you are using the Configuration Wizard without a IBM Spectrum Protect Administrative ID, you should be very careful. The macro script file generated at the end of running the Configuration Wizard could contain errors because values are not validated.
MSG_GVM6046W_SYSACT=
MSG_GVM6046W_URESP=We strongly recommend you use the Configuration Wizard with a proper IBM Spectrum Protect Administrative ID.
# 6047
MSG_GVM6047W=GVM6047W The IBM Spectrum Protect node {0} has already been identified. If you want a different name other than the default name, edit this field again. If you want to use the same data mover for multiple Datacenters, please use Configuration Settings to do this.
MSG_GVM6047W_EXPLANATION=The node is already being used in this configuration.
MSG_GVM6047W_SYSACT=
MSG_GVM6047W_URESP=Try using another node name.
# 6048
MSG_GVM6048W=GVM6048W The IBM Spectrum Protect node {0} has invalid characters or exceeds 64 characters. Choose a different name and edit this field again.
MSG_GVM6048W_EXPLANATION=The node name is invalid or longer than 64 characters.
MSG_GVM6048W_SYSACT=
MSG_GVM6048W_URESP=Try using another node name.
# 6049
MSG_GVM6049E=GVM6049E The password entered is not acceptable on this Server because it contains invalid characters. The valid characters are: {0}
MSG_GVM6049E_EXPLANATION=IBM Spectrum Protect Server could not accept the password chosen because of invalid characters in the password.
MSG_GVM6049E_SYSACT=
MSG_GVM6049E_URESP=Try with another password that only contain valid characters.
# 6050
MSG_GVM6050E=GVM6050E The password entered is not acceptable on this Server because of the reason below. Choose another password. \n\nError: {0}
MSG_GVM6050E_EXPLANATION=IBM Spectrum Protect Server could not accept the password chosen. The reason why this password is not valid is given in the message.
MSG_GVM6050E_SYSACT=
MSG_GVM6050E_URESP=Try with another password that meets the rule(s).
# 6051
MSG_GVM6051E=GVM6051E Filter has changed, select Apply filter before continuing.
MSG_GVM6051E_EXPLANATION=Filter pattern must be applied after it is changed.
MSG_GVM6051E_SYSACT=
MSG_GVM6051E_URESP=Click the Apply filter button.
# 6052
MSG_GVM6052E=GVM6052E Select at least one item from a datacenter to continue.
MSG_GVM6052E_EXPLANATION=A host, host cluster, or VM must be selected to do a backup.
MSG_GVM6052E_SYSACT=
MSG_GVM6052E_URESP=Select an item under a datacenter.
# 6053
MSG_GVM6053E=GVM6053E Your selections exceed the 512 character limit allowed for backups, change your selection.
MSG_GVM6053E_EXPLANATION=The number of characters required to list the selected items exceeds the limit of 512 characters. Also, if hosts have been partially selected, characters are needed to list the VMs that are excluded from the backup.
MSG_GVM6053E_SYSACT=
MSG_GVM6053E_URESP=Create multiple backup tasks, with less selected items per task.
# 6054
MSG_GVM6054I=GVM6054I Changing the newly added virtual machines checkbox clears all selections of host clusters, hosts, and virtual machines. Press OK to proceed, or Cancel to leave unchanged.
# 6055
MSG_GVM6055E=GVM6055E Datacenter node {0} does not have a IBM Spectrum Protect node mapped in the vmcli configuration file.
MSG_GVM6055E_EXPLANATION=The datacenter node must have a corresponding IBM Spectrum Protect node listed in the configuration file named vmcliprofile.
MSG_GVM6055E_SYSACT=
MSG_GVM6055E_URESP=Correct the problem by going to the Configuration tab in the GUI and selecting Edit Configuration to update the mapping for the datacenter. Also resolve any other configuration errors that are reported on the Configuration tab.
# 6056
MSG_GVM6056E=GVM6056E IBM Spectrum Protect datacenter node {0} maps to vCenter datacenter name {1} in the vmcli configuration file, but {2} does not exist in the vCenter.
MSG_GVM6056E_EXPLANATION=The vCenter datacenter name maps to a datacenter node in the vmcli configuration file named vmcliprofile, but the data enter name does not exist in the vCenter.
MSG_GVM6056E_SYSACT=
MSG_GVM6056E_URESP=Correct the problem by going to the Configuration tab in the GUI and selecting Edit Configuration to update the mapping for the datacenter. Also resolve any other configuration errors that are reported on the Configuration tab.
# 6057
MSG_GVM6057E=GVM6057E You have selected items from multiple datacenters: {0}. This is not allowed, all selections must be from one datacenter.
MSG_GVM6057E_EXPLANATION=A backup task only supports items from one datacenter. If this is an existing task, changes in the vCenter configuration after task creation may have caused this problem.
MSG_GVM6057E_SYSACT=
MSG_GVM6057E_URESP=Check and correct the selections to make sure all selections are under the same datacenter.
# 6058
MSG_GVM6058E=GVM6058E The selected items {0} are not found under datacenter {1} in the vCenter, please review and de-select them.
MSG_GVM6058E_EXPLANATION=Items originally selected are no longer found under the datacenter associated with the backup task. This may be caused by changes in the vCenter configuration.
MSG_GVM6058E_SYSACT=
MSG_GVM6058E_URESP=Review if the items are now located under a different datacenter. De-select the not found items, and make new selections under the other datacenter or create a new backup task for these items.
# 6059
MSG_GVM6059I=GVM6059I The datacenter in the source page has changed, please reselect the data mover node in the Destination page.
# 6060
MSG_GVM6060I=GVM6060I Are you sure you want to use node {0} as a data mover for datacenter {1}?\n\n
# 6061
MSG_GVM6061I=GVM6061I Are you sure you want to use node {0} that is already registered on the IBM Spectrum Protect server as a data mover for datacenter {1}? If so, we will mark the node as such and you will be unable to make any further changes to the node. \n\n
# 6062
MSG_GVM6062E=GVM6062E The password entered is not acceptable on this Server because it is too short. Passwords must have a least {0} characters.
MSG_GVM6062E_EXPLANATION=IBM Spectrum Protect Server could not accept the password chosen because it is too short.
MSG_GVM6062E_SYSACT=
MSG_GVM6062E_URESP=Try with another password that is longer than the required minimum length.
# 6063
MSG_GVM6063E=GVM6063E {0} is downlevel, so its use is disabled in the GUI. You will only be able to use the GUI for {1}.
MSG_GVM6063E_EXPLANATION=
MSG_GVM6063E_SYSACT=
MSG_GVM6063E_URESP=
# 6064
MSG_GVM6064E=GVM6064E Mismatching IBM Spectrum Protect Server entries in the current settings is detected. \n\nIBM Spectrum Protect Server definition used by the GUI: \n {0} \n\nIBM Spectrum Protect Server where backups are stored: \n {1} \n\nClick Reset Server definition to clear the IBM Spectrum Protect definition and enter new credentials. Or click on Reconfigure Environment to launch the Configuration Wizard to reconfigure your Data Protection for Virtual Environments environment.
MSG_GVM6064E_EXPLANATION=IBM Spectrum Protect detected mismatching IBM Spectrum Protect Server entries between the vmcliprofile and the current GUI's IBM Spectrum Protect Server connection.
MSG_GVM6064E_SYSACT=
MSG_GVM6064E_URESP=Pick one of the two actions available. You may either reset the IBM Spectrum Protect Server definition/credentials OR use the Conifiguration Wizard to set up a new environment.
# 6065
MSG_GVM6065E=GVM6065E The SSL Connection could not be made. The IBM Spectrum Protect SSL certificate is missing. Check for valid IBM Spectrum Protect certificate in the TSM-ve-truststore.jks
MSG_GVM6065E_EXPLANATION=IBM Spectrum Protect Server did not accept the SSL connection. SSL keystore is not in the default location or does not contain a IBM Spectrum Protect certificate.
MSG_GVM6065E_SYSACT=
MSG_GVM6065E_URESP=Check the TSM-ve-truststore.jks for a valid certificate, ensure TSM-ve-truststore.jks is in the correct default location.
# 6066
MSG_GVM6066E=GVM6066E The password entered is not acceptable on this Server because it is too long. Passwords cannot have more than {0} characters.
MSG_GVM6066E_EXPLANATION=IBM Spectrum Protect Server could not accept the password chosen because it is too long.
MSG_GVM6066E_SYSACT=
MSG_GVM6066E_URESP=Try with another password that is shorter than the allowed maximum length.
# 6067
MSG_GVM6067E=GVM6067E The SSL Connection could not be made. The IBM Spectrum Protect SSL certificate is invalid.
MSG_GVM6067E_EXPLANATION=IBM Spectrum Protect Server did not accept the SSL connection. The TSM-ve-truststore.jks has an invalid IBM Spectrum Protect SSL certificate.
MSG_GVM6067E_SYSACT=
MSG_GVM6067E_URESP=Obtain a new valid IBM Spectrum Protect SSL certificate from the IBM Spectrum Protect server and place it in the TSM-ve-truststore.jks.
# 6068
MSG_GVM6068E=GVM6068E The non-SSL connection could not be made. This IBM Spectrum Protect Admin ID requires a IBM Spectrum Protect SSL connection.
MSG_GVM6068E_EXPLANATION=IBM Spectrum Protect Server did not accept the non-SSL connection. The IBM Spectrum Protect Server requires SSL be used with this Admin ID.
MSG_GVM6068E_SYSACT=
MSG_GVM6068E_URESP=Use SSL with this Admin ID. Ensure that the TSM-ve-truststore.jks with a valid IBM Spectrum Protect server SSL certificate is installed in the default location.
# 6069
MSG_GVM6069E=GVM6069E Your selections have caused the backup task definition to require {0} characters, which exceeds the 512 character limit. This can be caused by a long virtual machine exclude list, which is the list of all VMs under host(s) that were not selected. Either select more VMs under selected hosts or de-select the newly added virtual machines checkbox.
MSG_GVM6069E_EXPLANATION=When the newly added virtual machines checkbox is selected, the resulting backup task must list all unselected VMs for hosts that are partially selected. The backup task definition has a 512 character limit, and the combination of selected items and excluded VMs exceeds this limit.
MSG_GVM6069E_SYSACT=
MSG_GVM6069E_URESP=De-select the newly added virtual machines checkbox or create multiple backup tasks with less selected items per task.
# 6070
MSG_GVM6070E=GVM6070E Your selection of virtual machines has caused the backup task definition to require {0} characters, which exceeds the 512 character limit. Either create multiple backup tasks with less virtual machines per task, or select the newly added virtual machines checkbox and choose entire hosts with no more than a few unselected VMs.
MSG_GVM6070E_EXPLANATION=The backup task definition has a 512 character limit, and the total number of characters for the selected items exceeds this limit.
MSG_GVM6070E_SYSACT=
MSG_GVM6070E_URESP=Create multiple backup tasks with less selected virtual machines per task, or select the newly added virtual machines checkbox and then select hosts instead of individual virtual machines (you can de-select a small number of virtual machines per host if desired.)
# 6071
MSG_GVM6071E=GVM6071E There is no data mover node proxy relationship for datacenter node {0}. Review the data mover relationships on the Configuration tab or the IBM Spectrum Protect server.
MSG_GVM6071E_EXPLANATION=
MSG_GVM6071E_SYSACT=
MSG_GVM6071E_URESP=
# 6072
MSG_GVM6072E=GVM6072E There is no datacenter node defined for datacenter {0}. Review the node configuration on the Configuration tab.
MSG_GVM6072E_EXPLANATION=
MSG_GVM6072E_SYSACT=
MSG_GVM6072E_URESP=
# 6073
MSG_GVM6073I=GVM6073I Node {0} is currently locked. The Configuration Wizard will attempt to unlock this node if you choose to continue.
# 6074
MSG_GVM6074E=GVM6074E A connection with the IBM Spectrum Protect server ({0}) could not be established. Please verify the server address and admin port {1} are correct.
MSG_GVM6074E_EXPLANATION=The server might not be running or specified admin port or server admin port may be incorrect.
MSG_GVM6074E_SYSACT=
MSG_GVM6074E_URESP=Check the network connection with the IBM Spectrum Protect server machine. Verify that the server is running and try to log in again. Also verify server address and admin port information is correct.
# 6075
MSG_GVM6075E=GVM6075E The vCenter user name or password is not valid. Please try again.
MSG_GVM6075E_EXPLANATION=The vCenter user name or password is not valid.
MSG_GVM6075E_SYSACT=
MSG_GVM6075E_URESP=Enter the user name or password again.
# 6076
MSG_GVM6076E=GVM6076E Permission to perform this operation was denied. Please try with other user name.
MSG_GVM6076E_EXPLANATION=The vCenter user name is not valid.
MSG_GVM6076E_SYSACT=
MSG_GVM6076E_URESP=Enter another user name.
# 6077
MSG_GVM6077I=GVM6077I A IBM Spectrum Protect Administrative ID and password is currently not set. The absence of this information limits the actions that you can take in the GUI. Click OK to be taken to the configuration settings panel and enter an ID and password. Click Cancel to continue without using an ID and password.
# 6078
MSG_GVM6078W=GVM6078W You have chosen an Administrative ID that has less authority than the current ID. Are you sure you want change this ID? \n\nCurrent IBM Spectrum Protect Authority Level: {0} \nNew IBM Spectrum Protect Authority Level: {1} \nCurrent Role: {2} \nNew Role: {3} \n\nClick OK to accept these changes, or Cancel to exit without change. \n
MSG_GVM6078W_EXPLANATION=
MSG_GVM6078W_SYSACT=
MSG_GVM6078W_URESP=
# 6079
MSG_GVM6079I=GVM6079I Here are the current and new roles for IBM Spectrum Protect Admin IDs. Review and confirm these changes. \n\nCurrent IBM Spectrum Protect Authority Level: {0} \nNew IBM Spectrum Protect Authority Level: {1} \nCurrent Role: {2} \nNew Role: {3} \n\nClick OK to accept these changes, or Cancel to exit without change. \n
# 6080
MSG_GVM6080I=GVM6080I ID has been changed without save. Previous ID will be loaded.
# 6081
MSG_GVM6081I=GVM6081I Your current UI role does not allow you to unlock or reset the VMCLI node. In order to make changes, go to the Server Credentials page and enter a IBM Spectrum Protect Admin ID and password that has the necessary priviliges for making VMCLI node updates. Select OK to save these credentials, then re-open the Configuration Settings notebook and you can make VMCLI node updates.
# 6082
MSG_GVM6082I=GVM6082I Your current UI role does not allow you visit other panels. Select OK to save these credentials, then re-open the Configuration Settings notebook and you can make other updates.
# 6083
MSG_GVM6083I=GVM6083I There are non-English characters contained in one or more datacenters. The domain will be adjusted accordingly.
# 6084
MSG_GVM6084E=GVM6084E Datacenter {0} cannot be added to the domain because it contains non-English characters.
MSG_GVM6084E_EXPLANATION=Datacenters that contain non-English characters are not currently supported. Therefore, they cannot be added to the domain.
MSG_GVM6084E_SYSACT=
MSG_GVM6084E_URESP=Datacenter will not be added to the domain.
# 6085
MSG_GVM6085W=GVM6085W Node {0} already exists on the server. Attempt to rename node to {1}?
MSG_GVM6085W_EXPLANATION=Node name is already registered on the IBM Spectrum Protect server.
MSG_GVM6085W_SYSACT=
MSG_GVM6085W_URESP=Click Yes to attempt to rename node. Click No to make other changes. Example: unclick register node, rename node manually.
# 6086
MSG_GVM6086W=GVM6086W The following virtual machines for host {0} have unsupported characters in their name: {1}. Therefore, these virtual machines are not backed up, regardless of your selections. You must rename these virtual machines to back them up.
MSG_GVM6086W_EXPLANATION=The following characters are not supported in virtual machine names: ' : ; * ? , < > / |
MSG_GVM6086W_SYSACT=
MSG_GVM6086W_URESP=Rename the identified virtual machines to remove unsupported characters from their name.
# 6087
MSG_GVM6087E=GVM6087E The following host clusters have unsupported characters in their name: {0}. These host clusters cannot be selected for backup because they contain unsupported characters. Rename these host clusters or remove them from selection.
MSG_GVM6087E_EXPLANATION=The following characters are not supported in host cluster names: ' : ; * ? , < > / |
MSG_GVM6087E_SYSACT=
MSG_GVM6087E_URESP=Rename the identified host clusters to remove unsupported characters from their name. Or, remove them from your backup selection.
# 6088
MSG_GVM6088E=GVM6088E Your selections created an empty virtual machine list for backup. This issue might occur because all the selected virtual machines contain unsupported characters in their names. Make sure that you selected virtual machines that do not contain unsupported characters in their names.
MSG_GVM6088E_EXPLANATION=The following characters are not supported in virtual machine names: ' : ; * ? , < > / | . Virtual machine names that contain these characters are automatically removed from the backup task definition. This removal can cause an empty task definition.
MSG_GVM6088E_SYSACT=
MSG_GVM6088E_URESP=Rename the identified virtual machines to remove unsupported characters from their name. Or, select different virtual machines to back up.
# 6089
MSG_GVM6089E=GVM6089E The filter pattern cannot be applied because it contains unsupported characters. Change the pattern to remove the unsupported characters, then apply the filter again.
MSG_GVM6089E_EXPLANATION=The following characters are not supported in filter patern: ' : ; < > / |
MSG_GVM6089E_SYSACT=
MSG_GVM6089E_URESP=Change the filter pattern to remove unsupported characters, then apply the filter again.
# 6090
MSG_GVM6090E=GVM6090E A temporary datastore is not available to perform this operation. This temporary datastore is required in addition to the restore destination datastore.
MSG_GVM6090E_EXPLANATION=A datastore is required for use as a temporary restore destination for this operation. This temporary datastore must be from the same ESX host as the datastore that is used for the actual restore destination. However, the temporary datastore cannot be the same datastore that is used for the actual restore destination.
MSG_GVM6090E_SYSACT=
MSG_GVM6090E_URESP=Add a datastore to the destination ESX host. Then, select this datastore as the temporary restore destination.
# 6091
MSG_GVM6091E=GVM6091E There was an error creating opt file: {0}.
MSG_GVM6091E_EXPLANATION=An error was encountered when trying to write to file.
MSG_GVM6091E_SYSACT=
MSG_GVM6091E_URESP=Try the operation again.
# 6092
MSG_GVM6092E=GVM6092E Creating {0} has failed. No services were created for data mover node {1}.
MSG_GVM6092E_EXPLANATION=An error was encountered when trying to create IBM Spectrum Protect service for data mover node specified.
MSG_GVM6092E_SYSACT=
MSG_GVM6092E_URESP=Check environment and ensure user has proper rights before trying operation again.
# 6093
MSG_GVM6093E=GVM6093E Creating firewall for {0} has failed. Please manually add firewall rules for services installed.
MSG_GVM6093E_EXPLANATION=An error has occured when attempting to add firewall rule for specified executable.
MSG_GVM6093E_SYSACT=
MSG_GVM6093E_URESP=Check environment and ensure user has proper rights before trying operation again or manually add rule to firewall for IBM Spectrum Protect client acceptor , IBM Spectrum Protect Agent and IBM Spectrum Protect Scheduler.
# 6094
MSG_GVM6094W=GVM6094W Local services were setup successfully but were unable to verify firewall access for these executable files: \n\n{0} \n{1} \n{2} \n\nIf any problems are experienced related to local services, verify that firewall access is available for these executable files.
MSG_GVM6094W_EXPLANATION=Microsoft firewall may be disabled or another firewall may be in place.
MSG_GVM6094W_SYSACT=
MSG_GVM6094W_URESP=Check environment and add rules manually if needed for the IBM Spectrum Protect client acceptor, IBM Spectrum Protect Agent, and IBM Spectrum Protect Scheduler.
# 6095
MSG_GVM6095E=GVM6095E Data mover node {0} was successfully registered on the server, however no services were created.
MSG_GVM6095E_EXPLANATION=An error has occured when trying to create services for specified node.
MSG_GVM6095E_SYSACT=
MSG_GVM6095E_URESP=Check environment and ensure user has proper rights before trying operation again.
# 6096
MSG_GVM6096E=GVM6096E Reason Code {0}\nThis error was reported by the IBM Spectrum Protect data mover. No further description is available. For more information, review the error log {1} on the data mover host machine {2} at address '{3}'.
MSG_GVM6096E_EXPLANATION=The data mover encountered an error with the reported reason code.
MSG_GVM6096E_SYSACT=
MSG_GVM6096E_URESP=Log into the host machine specified and view the error log for more information.
# 6097
MSG_GVM6097W=GVM6097W Scan schedule {0} was successfully defined on the server and associated with node {1}, however no services were created to run the schedule. \n\nDetail: {2}
MSG_GVM6097W_EXPLANATION=An error was encountered in one of the steps below when trying to create IBM Spectrum Protect services for the VMCLI node. Create the option file for the VMCLI node. Set the password for the VMCLI node to a temporary password for the next step. Run the IBM Spectrum Protect Client Service Configuration Utility to create the services. Run the IBM Spectrum Protect Client Service Configuration Utility to start the client acceptor service. Reset the VMCLI node password.
MSG_GVM6097W_SYSACT=
MSG_GVM6097W_URESP=Delete the schedule and create the schedule again to automatically configure the services or manually configure the services. Check environment and ensure user has proper rights before trying operation again.
# 6098
MSG_GVM6098W=GVM6098W Scan schedule {0} was successfully defined on the server and associated with node {1}. IBM Spectrum Protect services were created to run the schedule. However, reseting the VMCLI node password failed. \n\nDetail: {2}
MSG_GVM6098W_EXPLANATION=An error was encountered while trying to reset the VMCLI node password.
MSG_GVM6098W_SYSACT=
MSG_GVM6098W_URESP=Use the Configuration Settings to reset the VMCLI node password.
# 6099
MSG_GVM6099W=GVM6099W Warning: If this task is canceled, all created data on the virtual machines that are not completely restored is lost and the virtual machines are removed from the ESX host. \n\nAre you sure that you want to cancel this task?
MSG_GVM6099W_EXPLANATION=A cancel task command is submitted. Refresh to see the cancel progress.
MSG_GVM6099W_SYSACT=
MSG_GVM6099W_URESP=Cancel the selected task or allow the task to continue processing.
# 6100
MSG_GVM6100W=GVM6100W A dismount operation removes the iSCSI disks but does not remove the VM or its data. Before proceeding with dismount, make sure the following conditions exist: \n-The mounted iSCSI disk is recovered. \n-Storage vMotion completed migrating the VM to a local datastore. \n\nIf the recovery operation failed and you want to delete the VM, its data, and dismount any iSCSI targets, click Dismount and Delete. Dismount and Delete is a destructive action and deletes the VM and its data, regardless of the success or failure of the instant restore operation. \n\nBased on this information, do you want dismount the VMs that are selected for instant restore?
MSG_GVM6100W_EXPLANATION=A dismount operation removes the iSCSI disks but does not remove the VM or its data. Before proceeding with dismount, make sure the following conditions exist: The mounted iSCSI disk is recovered,Storage vMotion completed migrating the VM to a local datastore.If the recovery operation failed and you want to delete the VM, its data, and dismount any iSCSI targets, click Dismount and Delete. Dismount and Delete is a destructive action and deletes the VM and its data, regardless of the success or failure of the instant restore operation.
MSG_GVM6100W_SYSACT=
MSG_GVM6100W_URESP=Click 'Dismount' to dismount the virtual machines that are selected for the instant restore operation. Click 'Dismount and Delete' to dismount the virtual machines that are selected for the instant restore operation, remove them from the ESX host, and verify that Storage vMotion is not running.
# 6101
MSG_GVM6101W=GVM6101W During a dismount operation, all created data on the virtual machines is lost and the virtual machines are removed from the ESX host. \n\nDismount the selected Instant Access virtual machines?
MSG_GVM6101W_EXPLANATION=All created data on the virtual machines is lost and the virtual machines are removed from the ESX host.
MSG_GVM6101W_SYSACT=
MSG_GVM6101W_URESP=Click 'Dismount' to dismount (cleanup) the instant access virtual machines.
# 6102
MSG_GVM6102E=GVM6102E Selecting multiple virtual machines with different restore types is not allowed.
MSG_GVM6102E_EXPLANATION=Restoring multiple virtual machines with different restore types is not supported.
MSG_GVM6102E_SYSACT=
MSG_GVM6102E_URESP=Select virtual machines that have the same restore type.
# 6103
MSG_GVM6103I=GVM6103I Cleanup Task {0} is started successfully, would you like to monitor this task now?
# 6104
MSG_GVM6104W=GVM6104W Are you sure that you want to cancel this task?
MSG_GVM6104W_EXPLANATION=A cancel task command is submitted. Refresh to see the cancel progress.
MSG_GVM6104W_SYSACT=
MSG_GVM6104W_URESP=Cancel the selected task or allow the task to continue processing.
# 6105
MSG_GVM6105I=GVM6105I Your current UI role does not allow you to view backup property notebook.
# 6106
MSG_GVM6106I=GVM6106I Your current UI role does not allow you to edit nodes. In order to make changes, open the Configuration Settings notebook and go to the Server Credentials page and enter a IBM Spectrum Protect Admin ID and password that has the necessary priviliges for making node updates.
# 6107
MSG_GVM6107E=GVM6107E Reason Code {0}\nThis error was reported by the IBM Spectrum Protect data mover. No further description is available. For more information, review the error log 'dsmerror.log' on the data mover host machine.
MSG_GVM6107E_EXPLANATION=The data mover encountered an error with the reported reason code.
MSG_GVM6107E_SYSACT=
MSG_GVM6107E_URESP=Log into the host machine where data mover resides and view the error log for more information.
# 6108
MSG_GVM6108W=GVM6108W Login information for vCenter needed.
MSG_GVM6108W_EXPLANATION=In order to install new local dm services, vCenter credentials are needed.
MSG_GVM6108W_SYSACT=
MSG_GVM6108W_URESP=Enter vCenter credentials in order to continue.
# 6109
MSG_GVM6109E=GVM6109E You do not have the privileges required to access the GUI.
MSG_GVM6109E_EXPLANATION=In order to access GUI content, the user must have the necessary vSphere privileges.
MSG_GVM6109E_SYSACT=
MSG_GVM6109E_URESP=Add the required privileges for the user.
# 6110
MSG_GVM6110E=GVM6110E You do not have the permissions required to access the GUI.
MSG_GVM6110E_EXPLANATION=In order to access GUI content, the user must have the necessary vSphere permissions.
MSG_GVM6110E_SYSACT=
MSG_GVM6110E_URESP=Add the required permissions for the user.
# 6111
MSG_GVM6111I=GVM6111I A new data center ({0}) was detected. Go to the Data Mover Nodes page to add a data center node for it.
# 6112
MSG_GVM6112W=GVM6112W The following shares and mounts will be removed and that data in there will be no longer accessible to the end user. \nDismount the selected shares and mounts?\n{0}\n
MSG_GVM6112W_EXPLANATION=The selected shares and mounts will be removed.
MSG_GVM6112W_SYSACT=
MSG_GVM6112W_URESP=Click 'Dismount' to dismount (cleanup) the mounts and shares.
# 6113
MSG_GVM6113I=GVM6113I Dismount Task {0} is started successfully, would you like to monitor this task now?
# 6114
MSG_GVM6114W=GVM6114W An error was encountered during the delete operation for option file: {0}.
MSG_GVM6114W_EXPLANATION=An error was encountered during the delete operation. For example, this error might be caused by insufficient user permissions or the file no longer exists.
MSG_GVM6114W_SYSACT=
MSG_GVM6114W_URESP=Make sure the option file was deleted. If it still exists, delete this file manually.
# 6115
MSG_GVM6115W=GVM6115W The remove operation for IBM Spectrum Protect service: {0} failed.
MSG_GVM6115W_EXPLANATION=An error prevented the IBM Spectrum Protect service from being removed.
MSG_GVM6115W_SYSACT=
MSG_GVM6115W_URESP=Check the environment and ensure that the user has sufficient rights to run this operation. Then, try the operation again.
# 6116
MSG_GVM6116E=GVM6116E Fail to start iSCSI for mount proxy node {0}.
MSG_GVM6116E_EXPLANATION=An error was encountered when trying to start iSCSI service for mount proxy node specified.
MSG_GVM6116E_SYSACT=
MSG_GVM6116E_URESP=Start the iSCSI service manually.
# 6117
MSG_GVM6117E=GVM6117E The connection to the IBM Spectrum Protect server was not successful because either the server credentials are invalid or an SSL certificate is required but could not be obtained.
MSG_GVM6117E_EXPLANATION=A correct server user ID and password and an SSL certificate for the IBM Spectrum Protect server are required to connect to the server.
MSG_GVM6117E_SYSACT=
MSG_GVM6117E_URESP=Go to the 'Configuration > Tasks > Edit IBM Spectrum Protect Configuration > Server Credentials' notebook page. Confirm that the login credentials are correct, that the correct port number is entered for the IBM Spectrum Protect admin port, and that the 'Use SSL...' checkbox is selected. The server's certificate must be retrieved and a truststore created using the procedure that is documented in the 'Learn more...' link.
# 6118
MSG_GVM6118E=GVM6118E You have selected organization VDCs from more than one provider VDC. For backup tasks, all selected organization VDCs must belong to the same provider VDC. Change your selections and retry the operation.
MSG_GVM6118E_EXPLANATION=
MSG_GVM6118E_SYSACT=
MSG_GVM6118E_URESP=
# 6119
MSG_GVM6119E=GVM6119E The following vcloud resources(vApp, organization, organization vDC) are invalid for selection because they have unsupported characters in their name: \n{0}
MSG_GVM6119E_EXPLANATION=In order to create backup tasks, vcloud resources names must not contain any of the following characters: ' : ; * ? , < > / | .
MSG_GVM6119E_SYSACT=
MSG_GVM6119E_URESP=Rename the identified resources to remove unsupported characters from their name. Or, remove them from your backup selection.
# 6120
MSG_GVM6120E=GVM6120E You have selected the vApp from a different organization VDC. For restore tasks, all selected vApps must belong to the same organization VDC. Change your selections and retry the operation.
MSG_GVM6120E_EXPLANATION=
MSG_GVM6120E_SYSACT=
MSG_GVM6120E_URESP=
# 6121
MSG_GVM6121E=GVM6121E The vApp {0} exists. Choose a different vApp name to be the target of the restore.
MSG_GVM6121E_EXPLANATION=
MSG_GVM6121E_SYSACT=
MSG_GVM6121E_URESP=
# 6122
MSG_GVM6122E=GVM6122E Your selection of items to back up has caused the backup task definition to require {0} characters, which exceeds the 512 character limit. Please create multiple backup tasks with less items per task.
MSG_GVM6122E_EXPLANATION=The backup task definition has a 512 character limit, and the total number of characters for the selected items exceeds this limit.
MSG_GVM6122E_SYSACT=
MSG_GVM6122E_URESP=Create multiple backup tasks with less items per task
# 6123
MSG_GVM6123E=GVM6123E The Organization VDC node can not be included because its Provider VDC node is not included. Please select the include checkbox for the Provider VDC node first, and try again.
MSG_GVM6123E_EXPLANATION=
MSG_GVM6123E_SYSACT=
MSG_GVM6123E_URESP=
# 6124
MSG_GVM6124E=GVM6124E The nodename {0} is already in use. Please uncheck the register node checkbox or choose another nodename.
MSG_GVM6124E_EXPLANATION=The node name chosen already exists on the server. Either choose to not register it or use another name.
MSG_GVM6124E_SYSACT=
MSG_GVM6124E_URESP=Pick another node name to use. If you want to re-use this existing node, then unselect the 'Register Node' checkbox.
# 6125
MSG_GVM6125W=GVM6125W Are you certain that you want to remove the data mover node {0}?
MSG_GVM6125W_EXPLANATION=
MSG_GVM6125W_SYSACT=
MSG_GVM6125W_URESP=
# 6126
MSG_GVM6126W=GVM6126W The IBM Spectrum Protect node {0} has already been used. If you want a different name other than the default name, edit this field again.
MSG_GVM6126W_EXPLANATION=The node is already being used in this configuration.
MSG_GVM6126W_SYSACT=
MSG_GVM6126W_URESP=Try using another node name.
# 6127
MSG_GVM6127E=GVM6127E The Organization VDC node can not be registered because its provider VDC is not valid.
MSG_GVM6127E_EXPLANATION=
MSG_GVM6127E_SYSACT=
MSG_GVM6127E_URESP=
# 6128
MSG_GVM6128E=GVM6128E The Organization VDC name {0} is invalid. For information about supported characters, refer to the IBM Spectrum Protect Administrator's Reference publication section about naming IBM Spectrum Protect objects.
MSG_GVM6128E_EXPLANATION=
MSG_GVM6128E_SYSACT=
MSG_GVM6128E_URESP=
# 6129
MSG_GVM6129I=GVM6129I This task was skipped because it was not necessary. No further action is required.
# 6130
MSG_GVM6130W=GVM6130W Internet explorer version {0} is not supported, please use a supported version or another browser. You may see visual and functional issues if you continue to use this unsupported browser.
MSG_GVM6130W_EXPLANATION=Due to differences in Internet Explorer implementation by version number, only specific versions are supported. The use of a standards-compliant browser such as Mozilla Firefox is recommended. However, if you are accessing the GUI as a plug-in from the vSphere Client, you are limited to using the Internet Explorer browser installed on the system where the vSphere client is installed.
MSG_GVM6130W_SYSACT=
MSG_GVM6130W_URESP=Use a supported version of Internet Explorer or another browser. Supported browser versions are documented in the online help.
# 6131
MSG_GVM6131W=GVM6131W The browser {0} is not supported, please use a supported browser. You may see visual and functional issues if you continue to use this unsupported browser.
MSG_GVM6131W_EXPLANATION=Due to differences in browser implementations, only specific versions are supported.
MSG_GVM6131W_SYSACT=
MSG_GVM6131W_URESP=Use a supported browser. Supported browser versions are documented in the online help.
# 6132
MSG_GVM6132E=GVM6132E At least one virtual machine that you have selected for restore to alternate location already exists in the Datacenter, so restore is not allowed. To restore to an alternate location when the destination virtual machine already exists, select only one virtual machine for the restore operation and choose a new name for the destination virtual machine. Duplicated VM: {0}
MSG_GVM6132E_EXPLANATION=When restoring to an alternate location, the destination virtual machine must not already exist.
MSG_GVM6132E_SYSACT=
MSG_GVM6132E_URESP=Use the single virtual machine restore wizard so that you can rename the destination virtual machine.
# 6133
MSG_GVM6133W=GVM6133W Target datastore not found, select a different destination datastore.
MSG_GVM6133W_EXPLANATION=
MSG_GVM6133W_SYSACT=
MSG_GVM6133W_URESP=
# 6134
MSG_GVM6134E=GVM6134E The user {0} is not authorized to any managed datacenters. Contact your system administrator.
MSG_GVM6134E_EXPLANATION=
MSG_GVM6134E_SYSACT=
MSG_GVM6134E_URESP=
# 6135
MSG_GVM6135E=GVM6135E You do not have required permissions to view virtual machines for this Event.
MSG_GVM6135E_EXPLANATION=
MSG_GVM6135E_SYSACT=
MSG_GVM6135E_URESP=
# 6136
MSG_GVM6136E=GVM6136E You do not have required permissions to view restore points for this virtual machine.
MSG_GVM6136E_EXPLANATION=
MSG_GVM6136E_SYSACT=
MSG_GVM6136E_URESP=
# 6137
MSG_GVM6137E=GVM6137E You do not have required permissions to view some attached points.
MSG_GVM6137E_EXPLANATION=
MSG_GVM6137E_SYSACT=
MSG_GVM6137E_URESP=
# 6138
MSG_GVM6138E=GVM6138E You do not have required permissions to view restore points for this datastore.
MSG_GVM6138E_EXPLANATION=
MSG_GVM6138E_SYSACT=
MSG_GVM6138E_URESP=
# 6139
MSG_GVM6139E=GVM6139E You do not have required permissions to detach for the restore point.
MSG_GVM6139E_EXPLANATION=
MSG_GVM6139E_SYSACT=
MSG_GVM6139E_URESP=
# 6140
MSG_GVM6140E=GVM6140E An error occurred processing user permissions. Contact your system administrator.
MSG_GVM6140E_EXPLANATION=
MSG_GVM6140E_SYSACT=
MSG_GVM6140E_URESP=
# 6141
MSG_GVM6141I=GVM6141I Some datacenters are not shown due to permissions requirements.
# 6142
MSG_GVM6142E=GVM6142E You do not have permissions to cancel this task.
MSG_GVM6142E_EXPLANATION=
MSG_GVM6142E_SYSACT=
MSG_GVM6142E_URESP=
# 6143
MSG_GVM6143I=GVM6143I The task is still in the starting state, please refresh the task and try the cancel again.
# 6144
MSG_GVM6144W=GVM6144W The specified user does not have sufficient permissions to access the following data centers: {0}. Click OK to continue or cancel to enter another user name.
MSG_GVM6144W_EXPLANATION=The user credentials that you use to authenticate to the vCenter Server must have the correct privileges to access the VMware datacenters.
MSG_GVM6144W_SYSACT=
MSG_GVM6144W_URESP=Verify that you have the correct privileges. See the vCenter Server credentials online help page to see the privileges that are required.
# 6145
MSG_GVM6145I=GVM6145I The specified user has sufficient permissions to access the following data centers: {0}. Click OK to continue or cancel to enter another user name.
# 6146
MSG_GVM6146W=GVM6146W The specified user does not have sufficient permissions to access any data center. Click OK to continue or cancel to enter another user name.
MSG_GVM6146W_EXPLANATION=The user credentials that you use to authenticate to the vCenter Server must have the correct privileges to access the VMware datacenters.
MSG_GVM6146W_SYSACT=
MSG_GVM6146W_URESP=Verify that you have the correct privileges. See the vCenter Server credentials online help page to see the privileges that are required.
# 6147
MSG_GVM6147I=GVM6147I Some datacenters are not available because they have the same name for one or more datacenters. Datacenters with the same name are not supported.
# 6148
MSG_GVM6148E=GVM6148E Windows domain credentials are incorrect. Open the Configuration wizard, go to File Restore page, and try entering the credentials again.
MSG_GVM6148E_EXPLANATION=The Windows domain credentials that was entered on the File Restore page in the Configuration wizard is incorrect.
MSG_GVM6148E_SYSACT=Processing stops.
MSG_GVM6148E_URESP=Run the Configuration wizard again and re-enter the correct Windows domain credentials.
# 6149
MSG_GVM6149E=GVM6149E This action cannot be peformed because there is not a VMCLI node defined. To resolve, use the configuration wizard to define the VMCLI node and complete the other steps in the wizard.
MSG_GVM6149E_EXPLANATION=
MSG_GVM6149E_SYSACT=
MSG_GVM6149E_URESP=
# 6150
MSG_GVM6150E=GVM6150E This action cannot be peformed because there is not a vCloud Director node defined. To resolve, use the configuration wizard to define the vCloud Director node and complete the other steps in the wizard.
MSG_GVM6150E_EXPLANATION=
MSG_GVM6150E_SYSACT=
MSG_GVM6150E_URESP=
# 6151
MSG_GVM6151E=GVM6151E This action cannot be peformed because the connection to the IBM Spectrum Protect Server is not operational. Correct the connection problem, and retry this action.
MSG_GVM6151E_EXPLANATION=
MSG_GVM6151E_SYSACT=
MSG_GVM6151E_URESP=
# 6152
MSG_GVM6152E=GVM6152E This task requires use of the provider VDC node {0} from IBM Spectrum Protect, but this node is not mapped to a known provider VDC in the vCloud Director. \nThis task may not be updated, instead create a new task without dependence on this provider VDC.
MSG_GVM6152E_EXPLANATION=
MSG_GVM6152E_SYSACT=
MSG_GVM6152E_URESP=
# 6153
MSG_GVM6153E=GVM6153E The Organization VDCs listed below were selected but are not configured to the IBM Spectrum Protect server. You must remove these selections in order to execute this action. \n\n{0}
MSG_GVM6153E_EXPLANATION=
MSG_GVM6153E_SYSACT=
MSG_GVM6153E_URESP=
# 6154
MSG_GVM6154I=GVM6154I Your current UI role does not allow you to view node details.
# 6155
MSG_GVM6155E=GVM6155E An error occurred when connecting to the IBM Spectrum Protect server {0}. Either your admin ID or password is not valid, or the TCPPORT number was entered in the admin port field instead of the TCPADMINPORT or SSLTCPADMINPORT number.
MSG_GVM6155E_EXPLANATION=See message.
MSG_GVM6155E_SYSACT=
MSG_GVM6155E_URESP=Launch the Configuration Editor from the Configuration Tab and enter a valid ID or password for your IBM Spectrum Protect Server.
# 6156
MSG_GVM6156E=GVM6156E The password for the administrative user ID {0} expired on the IBM Spectrum Protect server {1}.
MSG_GVM6156E_EXPLANATION=Your IBM Spectrum Protect administrative password has expired.
MSG_GVM6156E_SYSACT=
MSG_GVM6156E_URESP=Contact your IBM Spectrum Protect Server administrator to reset the password for the administrative user ID.
# 6157
MSG_GVM6157E=GVM6157E The IBM Spectrum Protect server port number {0} is incorrect. The expected value for this port is {1}, which is the value of the TCPPORT option. Please enter the expected value using the configuration wizard.
MSG_GVM6157E_EXPLANATION=The value entered in the IBM Spectrum Protect server port field must match the TCPPORT option on the IBM Spectrum Protect server.
MSG_GVM6157E_SYSACT=
MSG_GVM6157E_URESP=Use the configuration wizard to change the IBM Spectrum Protect server port field to the correct value.
# 6158
MSG_GVM6158E=GVM6158E This schedule contains an unsupported option so it cannot be edited. This situation can occur when the schedule was created or updated by a tool other than the Data Protection for VMware GUI.
MSG_GVM6158E_EXPLANATION=
MSG_GVM6158E_SYSACT=
MSG_GVM6158E_URESP=
# 6159
MSG_GVM6159E=GVM6159E An error occurred while processing a VMCLI command, and the GUI session will be closed. Log in and try the operation again. If the problem persists, contact your administrator.
MSG_GVM6159E_EXPLANATION=
MSG_GVM6159E_SYSACT=
MSG_GVM6159E_URESP=
# 6160
MSG_GVM6160E=GVM6160E An error occurred while writing to the frConfig.props configuration file.
MSG_GVM6160E_EXPLANATION=The frConfig.props file contains configuration options for file level restore processing. Possible reasons for this error include the following situations: The frConfig.props file is not in the Data Protection for Virtual Environments installation directory. The frConfig.props file is write-protected.
MSG_GVM6160E_SYSACT=Processing stops.
MSG_GVM6160E_URESP=Verify that the file exists in the Data Protection for Virtual Environments installation directory and that the file is not write-protected.
# 6161
MSG_GVM6161E=GVM6161E The local mount proxy node pair cannot be removed while the file level restore feature is enabled.
MSG_GVM6161E_EXPLANATION=File level restore processing requires a local mount proxy node.
MSG_GVM6161E_SYSACT=
MSG_GVM6161E_URESP=Disable the file level restore feature. Then, choose whether you want to remove the mount proxy node pair.
# 6162
MSG_GVM6162E=GVM6162E An error occurred while reading the frConfig.props configuration file.
MSG_GVM6162E_EXPLANATION=The frConfig.props file contains configuration options for file level restore processing. The file cannot be read. A common reason for this error is that the file is read-protected.
MSG_GVM6162E_SYSACT=Processing stops.
MSG_GVM6162E_URESP=Verify that the file is not read-protected.
# 6163
GVM6163T=File Restore Config File - DO NOT EDIT the following options: {0}
# 6164
MSG_GVM6164W=GVM6164W The connection to the IBM Spectrum Protect server was not successful because a security certificate is required.
MSG_GVM6164W_EXPLANATION=Secure connections to the IBM Spectrum Protect server require an SSL certificate to create the connection. No certificate was found for the selected IBM Spectrum Protect server.
MSG_GVM6164W_SYSACT=
MSG_GVM6164W_URESP=If this message was not presented as part of using the configuration wizard, it must be retrieved and a truststore created using the procedure that is documented in the help.
# 6165
FRAPI_UNEXPECTED_TARGETNODE=GVM6165E The specified target node '{0}' does not match the node '{1}' stored in the user session.
FRAPI_UNEXPECTED_TARGETNODE_EXPLANATION=The input target node to the configuration host operation does not match the target node stored in the connected session.
FRAPI_UNEXPECTED_TARGETNODE_SYSACT=
FRAPI_UNEXPECTED_TARGETNODE_URESP=Retry the operation with the correct target node name.
# 6166
FRAPI_NO_SSL_CERTIFICATE=GVM6166E A user session is invalid or no SSL certificate to accept.
FRAPI_NO_SSL_CERTIFICATE_EXPLANATION=The initial IBM Spectrum Protect server connection detects that it requires an SSL certificate and the operation must be called again with the same connection. In this case, the connection is null or invalid.
FRAPI_NO_SSL_CERTIFICATE_SYSACT=
FRAPI_NO_SSL_CERTIFICATE_URESP=Make sure the operation call the second time to accept the certificate is using the same iniital connection.
# 6167
FRAPI_MOUNT_PROXY_PAIR_REQUIRED=GVM6167E A Windows mount proxy node and a Linux mount proxy node are required to enable File Restore.
FRAPI_MOUNT_PROXY_PAIR_REQUIRED_EXPLANATION=Either one mounnt proxy node or no proxy node were specified for the configure host operation.
FRAPI_MOUNT_PROXY_PAIR_REQUIRED_SYSACT=
FRAPI_MOUNT_PROXY_PAIR_REQUIRED_URESP=Retry the operation with a node list that have a Windows mount proxy node and a Linux mount proxy node.
# 6168
FRAPI_CONFIG_HOST_FAILED=GVM6168E Configure host failed. Check the tasks list for more information.
FRAPI_CONFIG_HOST_FAILED_EXPLANATION=Configuring the host consists of registering the target node, registering the data mover and creating the services for backup and restore, registering the mount proxy nodes and creating the services for file level restore. One of these tasks encountered an error.
FRAPI_CONFIG_HOST_FAILED_SYSACT=
FRAPI_CONFIG_HOST_FAILED_URESP=Fix the error and retry the operation.
# 6169
FRAPI_CONFIG_SP_SERVER_FAILED=GVM6169E Unexpected error while configuring to the IBM Spectrum Protect server.
FRAPI_CONFIG_SP_SERVER_FAILED_EXPLANATION=Possible reasons for this error include the following situations: Unknown error while trying to connecting to the IBM Spectrum Protect server. Unknown error while trying to write to the server's database file, tsmserver.props.
FRAPI_CONFIG_SP_SERVER_FAILED_SYSACT=
FRAPI_CONFIG_SP_SERVER_FAILED_URESP=Check the network connection with the IBM Spectrum Protect server machine. Verify that the server is running and try to log in again. Also verify server port information is correct.
# 6170
FRAPI_TARGET_NODE_DOES_NOT_EXIST=GVM6170E Unexpected error, can not get policy domain for node '{0}'.
FRAPI_TARGET_NODE_DOES_NOT_EXIST_EXPLANATION=The target node does not exist on the IBM Spectrum Protect server or an internal error occurred during the node query.
FRAPI_TARGET_NODE_DOES_NOT_EXIST_SYSACT=
FRAPI_TARGET_NODE_DOES_NOT_EXIST_URESP=Run the configuration wizard to register the target node or update the node to another policy domain.
# 6171
FRAPI_SCHEDULE_DOES_NOT_EXIST=GVM6171E Unexpected error, schedule '{0}' does not exist on the IBM Spectrum Protect server.
FRAPI_SCHEDULE_DOES_NOT_EXIST_EXPLANATION=The schedule may have been deleted accidently during the operation.
FRAPI_SCHEDULE_DOES_NOT_EXIST_SYSACT=
FRAPI_SCHEDULE_DOES_NOT_EXIST_URESP=Select a different schedule.
# 6172
FRAPI_INVALID_DOMAIN=GVM6172E '{0}' is not a valid Windows domain.
FRAPI_INVALID_DOMAIN_EXPLANATION=LOCALHOST or the computer name are not valid domains.
FRAPI_INVALID_DOMAIN_SYSACT=
FRAPI_INVALID_DOMAIN_URESP=Enter a valid domain.
# 6173
FRAPI_MISSING_DOMAIN=GVM6173E The domain is missing from the user name.
FRAPI_MISSING_DOMAIN_EXPLANATION=The user name you entered is not part of a domain.
FRAPI_MISSING_DOMAIN_SYSACT=
FRAPI_MISSING_DOMAIN_URESP=Ensure that the user name is in the DOMAIN\\UserName format.
# 6174
FRAPI_CAD_NOT_RUNNING=GVM6174E The following addresses cannot be reached: {0}, {1}. Verify that the TSM Client Acceptor (CAD) is up and running.
FRAPI_CAD_NOT_RUNNING_EXPLANATION=The CAD service is not running for the data mover.
FRAPI_CAD_NOT_RUNNING_SYSACT=The operation cannot continue without a connection to the data mover CAD service.
FRAPI_CAD_NOT_RUNNING_URESP=Make sure the data mover CAD service is running and that the node has the proper proxy relationships established.
# 6175
FRAPI_CANNOT_RETRIEVE_CAD_TCPPORT=GVM6175E The TCP port from the HTTP response cannot be retrieved. Verify that the TSM Client Acceptor (CAD) is up and running.
FRAPI_CANNOT_RETRIEVE_CAD_TCPPORT_EXPLANATION=The CAD service is not running for the data mover.
FRAPI_CANNOT_RETRIEVE_CAD_TCPPORT_SYSACT=The operation cannot continue without a connection to the data mover CAD service.
FRAPI_CANNOT_RETRIEVE_CAD_TCPPORT_URESP=Make sure the data mover CAD service is running and that the node has the proper proxy relationships established.
# 6176
FRAPI_NO_CAD_TCPPORT=GVM6176E The TCP port from the HTTP response cannot be parsed or found.
FRAPI_NO_CAD_TCPPORT_EXPLANATION=The HTTP stream from the agent does not contain the TCP port number.
FRAPI_NO_CAD_TCPPORT_SYSACT=The operation cannot continue without a connection to the data mover CAD service.
FRAPI_NO_CAD_TCPPORT_URESP=Make sure the data mover CAD service is running and that the node has the proper proxy relationships established.
# 6177
FRAPI_INVALID_CAD_TCPPORT=GVM6177E An exception was encountered while parsing TCP port string: {0}.
FRAPI_INVALID_CAD_TCPPORT_EXPLANATION=The HTTP stream from the agent returned an invalid TCP port number.
FRAPI_INVALID_CAD_TCPPORT_SYSACT=The operation cannot continue without a connection to the data mover CAD service.
FRAPI_INVALID_CAD_TCPPORT_URESP=Make sure the data mover CAD service is running and that the node has the proper proxy relationships established.
# 6178
FRAPI_FILE_NOT_FOUND=The file {0} was not found on the system.
# 6179
FRAPI_SPECIAL_CHAR_SQL_FUNCTION_MISSING=GVM6179E Searching for special characters is not enabled in the IBM Spectrum Protect server. Please contact your administrator to enable this function. The administrator should follow these instructions: https://www.ibm.com/support/docview.wss?uid=ibm11071992
FRAPI_SPECIAL_CHAR_SQL_FUNCTION_MISSING_EXPLANATION=To search for special characters a function is needed in the IBM Spectrum Protect server.
FRAPI_SPECIAL_CHAR_SQL_FUNCTION_MISSING_SYSACT=The operation cannot continue without the function in the IBM Spectrum Protect server
FRAPI_SPECIAL_CHAR_SQL_FUNCTION_MISSING_URESP=Contact your administrator to enable the functionality. Your administrator should consult the product documentation https://www.ibm.com/support/docview.wss?uid=ibm11071992 how to enable the functionality
# 6718
dsmEvent_TooMany_Subdir_Levels=ANS6718E The path contains too many nested subdirectories. The maximum number of nested directories is 1400.\n
dsmEvent_TooMany_Subdir_Levels_EXPLANATION=To avoid exhausting system resources, the client stops processing directory structures that exceed the maximum nesting depth. Directories that exceed the maximum nesting depth are not typical.
dsmEvent_TooMany_Subdir_Levels_SYSACT=Processing of the current operation is stopped.
dsmEvent_TooMany_Subdir_Levels_URESP=Determine whether the directory is valid. Directory structures of this depth are not typical, and could indicate a problem with the file system structure. An example of such a directory is if the directory is cyclical. If the directory is not valid, remove or repair the directory, then try the operation again. If the directory is valid, reduce the depth of the directory structure. Then try the operation again. Alternatively you can use an EXCLUDE.DIR statement to exclude the directory from backup or archive processing. Then try the operation again.
# 7507
DSW_ARULE_CHG_NODE_INVALID=ANS7507W The node name entry is invalid. Please try again.
DSW_ARULE_CHG_NODE_INVALID_EXPLANATION=An invalid entry is entered on the Node Name field.
DSW_ARULE_CHG_NODE_INVALID_SYSACT=IBM Spectrum Protect prompts you to enter a valid node name.
DSW_ARULE_CHG_NODE_INVALID_URESP=Enter a valid node name or see your system administrator for the correct syntax.
# 7510
DSJ_NASNODE_INVALID_OP=ANS7510E A NAS node cannot be used for this operation.
DSJ_NASNODE_INVALID_OP_EXPLANATION=NAS nodes cannot be used for operations like Access Another Node.
DSJ_NASNODE_INVALID_OP_SYSACT=IBM Spectrum Protect prompts you to enter a valid node name.
DSJ_NASNODE_INVALID_OP_URESP=Enter a valid, non-NAS, IBM Spectrum Protect node name.
# 7524
SSL_Required=ANS7524E SSL is required.\n
SSL_Required_EXPLANATION=SSL is required to protect the client password during authentication.
SSL_Required_SYSACT=Processing terminates.
SSL_Required_URESP=Enable SSL communication or set SSLREQUIRED to NO.
# 7525
SSL_Required_By_Server=ANS7525E SSL is required by server.\n
SSL_Required_By_Server_EXPLANATION=SSL is required to protect the client password during authentication.
SSL_Required_By_Server_SYSACT=Processing terminates.
SSL_Required_By_Server_URESP=Enable SSL communication or contact your IBM Spectrum Protect server administrator.
# 7545
Crypto_Encrypt_Error=ANS7545E Unexpected error while encrypting the data.\n
Crypto_Encrypt_Error_EXPLANATION=There was an error while encrypting the data. See the error log for more information.
Crypto_Encrypt_Error_SYSACT=The object is not backed up.
Crypto_Encrypt_Error_URESP=Ensure IBM Spectrum Protect software is installed correctly. If needed, reinstall the software. Retry the operation. If the problem still exists, contact IBM Spectrum Protect technical support.
# 7546
Crypto_Decrypt_Error=ANS7546E Unexpected error while decrypting the data.\n
Crypto_Decrypt_Error_EXPLANATION=There was an error while decrypting the data. See the error log for more information. This can happen if the encrypted data has been corrupted while in storage, during the network transfer, or both.
Crypto_Decrypt_Error_SYSACT=The object is not restored.
Crypto_Decrypt_Error_URESP=Ensure IBM Spectrum Protect software is installed correctly. If needed, reinstall the software. Make sure there are no IBM Spectrum Protect server or network problems that may affect the transfer of data. Retry the operation. If the problem still exists, contact IBM Spectrum Protect technical support.
# 7547
Crypto_Digest_Error=ANS7547E Unexpected error while digesting the data.\n
Crypto_Digest_Error_EXPLANATION=There was an error while digesting the data. See the error log for more information.
Crypto_Digest_Error_SYSACT=The object is not backed up.
Crypto_Digest_Error_URESP=Ensure IBM Spectrum Protect software is installed correctly. If needed, reinstall the software. Retry the operation. If the problem still exists, contact IBM Spectrum Protect technical support.
# 7550
CLI_No_Absolute_SnapDiff=ANS7550E The absolute option requires using the CreateNewBase=yes option when performing a snapshot differential backup.\n
CLI_No_Absolute_SnapDiff_EXPLANATION=The absolute option specified does not have any effect when performing a snapshot differential backup.
CLI_No_Absolute_SnapDiff_SYSACT=Processing stopped.
CLI_No_Absolute_SnapDiff_URESP=Try to use the CreateNewBase=yes option when performing a snapshot differential backup.
# 7559
CLI_No_Absolute_JBB=ANS7559E The absolute option requires specifying the NoJournal option when performing a Journal Based Backup for backing up fs {0}.\n
CLI_No_Absolute_JBB_EXPLANATION=The absolute option specified does not have any effect when performing journal based backups.
CLI_No_Absolute_JBB_SYSACT=Incremental backup is performed.
CLI_No_Absolute_JBB_URESP=Verify that the file spaces specified are not associated with journal based backup. If the -nojournal option is also specified, then this message will not appear.
# 7568
CLI_Offreg_Invalid_Parameter=Invalid Parameter : Unable to initialize Offline Registry Manager. Exiting without Registry changes\n
# 7569
CLI_Offreg_Out_Of_Memory=Out of memory.\n
# 7570
CLI_Offreg_DLL_LOAD_FAILURE=Error loading Offline Registry API.\n
# 7571
CLI_Offreg_Open_Hive_Failed=Call to open Offline Registry failed.\n
# 7572
CLI_Offreg_ERROR_FILE_NOT_FOUND=Error loading the Registry Hive. Hive File not found.\n
# 7573
CLI_Offreg_ERROR_NOT_REGISTRY_FILE=Error loading the Registry Hive. Not a registry file\n
# 7574
CLI_Offreg_ERROR_ACCESS_DENIED=Error loading the Registry Hive. Insufficient access permissions to open file.\n
# 7575
CLI_Offreg_ERROR_BADDB=Error loading the Registry Hive. File is empty or larger than 4 GB in size.\n
# 7576
CLI_Offreg_Close_Key_Failed=Error closing Registry Key.\n
# 7577
CLI_Offreg_Close_Hive_Failed=Error closing Registry Hive.\n
# 7578
CLI_Offreg_ERROR_SETTING_VALUE=Error encountered while setting Registry value.\n
# 7579
CLI_Offreg_ERROR_SAVING_HIVE=Error encountered while setting Registry value.\n
# 7580
CLI_Offreg_ERROR_OPEN_KEY=Unable to find Active Directory Registry in the Hive. Error code is '{0}'\n
# 7581
CLI_Offreg_ERROR_KEY_DELETED=Unable to Open Active Directory Registry in the Hive. Error code is '{0}'. Key is marked for deletion.\n
# 7642
DSW_REGBACK_ERROR_DIRCREATE=ANS7642E An error occurred creating the registry directory structure.
DSW_REGBACK_ERROR_DIRCREATE_EXPLANATION=An error occurred while creating the directory structure to save or replace a registry key.
DSW_REGBACK_ERROR_DIRCREATE_SYSACT=Registry function fails.
DSW_REGBACK_ERROR_DIRCREATE_URESP=Ensure that the user account that is running the backup of the registry has the proper authority. If the user account has the proper authority, you might need to restart the machine. There might be operations that are pending which have a file or files in the registry directory structure locked.
# 7650
Windows_Insufficient_Privilege=ANS7650E The user does not have sufficient privileges to execute IBM Spectrum Protect.
Windows_Insufficient_Privilege_EXPLANATION=The user account used to execute IBM Spectrum Protect must have the "Back up files and directories" and the "Restore files and directories" security settings assigned.
Windows_Insufficient_Privilege_SYSACT=Processing stops.
Windows_Insufficient_Privilege_URESP=Assign the "Back up files and directories" and the "Restore files and directories" security settings to the account using the Windows Local Security Settings tool or use a different user-id to execute IBM Spectrum Protect.
# 7660
DSW_REGREST_FAILED=ANS7660E An error occurred replacing one or more registry keys.\n
DSW_REGREST_FAILED_EXPLANATION=The registry key or keys being replaced are exclusively held by another process. The registry keys were previously restored but the system was not restarted.
DSW_REGREST_FAILED_SYSACT=processing stops.
DSW_REGREST_FAILED_URESP=Restart the system and try the restore operation again.
# 7665
DSW_ChooseDirectory=Select Directory
# 7702
DSW_DIRSEL_RESTDEST_TITLE=Select Restore Destination Directory
# 7703
DSW_DIRSEL_RETRDEST_TITLE=Select Retrieve Destination Directory
# 7751
DSW_OBJINFO_ATTRIB_ARCHIVE=Archive
# 7752
DSW_OBJINFO_ATTRIB_HIDDEN=Hidden
# 7753
DSW_OBJINFO_ATTRIB_READONLY=Read-only
# 7754
DSW_OBJINFO_ATTRIB_SYSTEM=System
# 7771
DSW_RESTOPTIONS_NTSECURITY_CHECK=Restore &NTFS security information
# 7772
DSW_SCHWIZ_NAMELOCNT_TITLE=IBM Spectrum Protect Scheduler name and location
# 7888
DSI_Virtual_Machine=Virtual Machine
# 7889
DSI_VM_Configuration=VM Configuration
# 7912
CLI_FBBACKUP_Not_Installed=ANS7912E FastBackMount or FastBackShell is not installed.\n
CLI_FBBACKUP_Not_Installed_EXPLANATION=Failure initializing FastBack environment. FastBackShell or FastBackMount are not installed or are not located in the FastBack install directory.
CLI_FBBACKUP_Not_Installed_SYSACT=The FastBack operation cannot continue.
CLI_FBBACKUP_Not_Installed_URESP=Reinstall the software. The FastBackShell and FastBackMount must be installed on the dedicated proxy computer.
# 7914
CLI_FBBACKUP_ConsoleStatus9_Incr_backup_of_FB_Failed=ANS7914E Incremental backup of FastBack client '{0}' failed with RC {1}\n
CLI_FBBACKUP_ConsoleStatus9_Incr_backup_of_FB_Failed_EXPLANATION=The archive or incremental backup of FastBack client volumes failed.
CLI_FBBACKUP_ConsoleStatus9_Incr_backup_of_FB_Failed_SYSACT=The archive or backup of FastBack client finished with failures. The next FastBack client will be processed. The reason for the failure is written to the local client error log.
CLI_FBBACKUP_ConsoleStatus9_Incr_backup_of_FB_Failed_URESP=Check the local client error log for reason for the failure.
# 7915
CLI_FBBACKUP_ConsoleStatus10_Mount_of_FB_Failed=ANS7915E Failure mounting FastBack client '{0}' with FastBack command. RC={1}\n
CLI_FBBACKUP_ConsoleStatus10_Mount_of_FB_Failed_EXPLANATION=The FastBackMount command failed to mount a FastBack volume.
CLI_FBBACKUP_ConsoleStatus10_Mount_of_FB_Failed_SYSACT=The archive or backup of the FastBack volume can not continue. The next Volume in in line will be processed. The output of the FastBackMount command will show the reason for the failure.
CLI_FBBACKUP_ConsoleStatus10_Mount_of_FB_Failed_URESP=Check the local client error log for the reason for the failure. Issue a FastBack command for the FastBack volume to determine the reason for the failure. Refer to the documentation for that message for more information.
# 7916
CLI_FBBACKUP_ConsoleStatus11_FBInit_Failed=ANS7916E Failure initializing FastBack environment.RC={0}\n
CLI_FBBACKUP_ConsoleStatus11_FBInit_Failed_EXPLANATION=Failure initializing FastBack environment. Can not find FastBackShell.exe command. The FastBackShell or FastBackMount is not installed or FastBackShell.exe command is not located in the FastBack install directory.
CLI_FBBACKUP_ConsoleStatus11_FBInit_Failed_SYSACT=The backup can not continue. The output of the FastBack command will show the reason for the failure.
CLI_FBBACKUP_ConsoleStatus11_FBInit_Failed_URESP=Issue a FastBack command to determine the reason for the failure. Refer to the documentation for that message for more information. The FastBackShell and FastBackMount must be installed on the backup proxy computer.
# 7917
CLI_FBBACKUP_ConsoleStatus12_FBGetClients_Failed=ANS7917E No FastBack snapshots found for input policy, client and volume combination.\n
CLI_FBBACKUP_ConsoleStatus12_FBGetClients_Failed_EXPLANATION=Failure processing fbClientName option.
CLI_FBBACKUP_ConsoleStatus12_FBGetClients_Failed_SYSACT=The backup cannot continue.
CLI_FBBACKUP_ConsoleStatus12_FBGetClients_Failed_URESP=Check for errors in the FBClientName option value. Refer to the documentation for the FBClientName option for more information.
# 7918
CLI_FBBACKUP_ConsoleStatus13_GetVM_Alllocal_Failed=ANS7918E Failure locating mounted volumes for FastBack client '{0}' volumes. Failed with RC={1}\n
CLI_FBBACKUP_ConsoleStatus13_GetVM_Alllocal_Failed_EXPLANATION=FastBack client volumes can not be found. Volume mount points are not available on the backup proxy computer.
CLI_FBBACKUP_ConsoleStatus13_GetVM_Alllocal_Failed_SYSACT=The backup of the FastBack client can not continue. The next FastBack client in the list will be processed. The output of the FastBackMount command will show the reason for the failure.
CLI_FBBACKUP_ConsoleStatus13_GetVM_Alllocal_Failed_URESP=Issue a fastbackshell mount add command for the FastBack client volume to determine the reason for the failure. Refer to the documentation for that message for more information.
# 7919
CLI_FBBACKUP_No_Password_Specified=ANS7919E Password for Host {0} could not be read from encrypted password file.\n
CLI_FBBACKUP_No_Password_Specified_EXPLANATION=Use dsmc SET PASSWORD -type=FastBack 'FastBack hostname' 'userid' 'password' to save encrypted password
CLI_FBBACKUP_No_Password_Specified_SYSACT=The backup cannot continue.
CLI_FBBACKUP_No_Password_Specified_URESP=Use dsmc SET PASSWORD -type=FastBack 'FastBack hostname' 'userid' 'password' to save encrypted password
# 8004
LDAP_PASSWORD_EXPIRING=ANS8004W Your password will expire within {0} day(s).\n
LDAP_PASSWORD_EXPIRING_EXPLANATION=The password for this id is about to expire.
LDAP_PASSWORD_EXPIRING_SYSACT=Logging on to the IBM Spectrum Protect Server will not be prevented, however, the id will be locked out once it expires.
LDAP_PASSWORD_EXPIRING_URESP=Change the password or contact your IBM Spectrum Protect administrator to get the password updated.
# 8006
COM_Generated_Password_Rejected=ANS8006E Unable to generate an acceptable password.\n
COM_Generated_Password_Rejected_EXPLANATION=An error occurred during a password update attempt using a generated password.
COM_Generated_Password_Rejected_SYSACT=The password is not updated on the server.
COM_Generated_Password_Rejected_URESP=Contact your IBM Spectrum Protect administrator.
# 8007
LDAP_Not_Authorized=ANS8007E The user is not authorized to perform LDAP authentication.\n
LDAP_Not_Authorized_EXPLANATION=Your node uses LDAP authentication. Your PASSWORDACCESS option is set to GENERATE but the current user cannot access the stored password to perform authentication.
LDAP_Not_Authorized_SYSACT=The operation is stopped.
LDAP_Not_Authorized_URESP=Run IBM Spectrum Protect client as root user or set PASSWORDACCESS to PROMPT.
# 8013
CLI_Invalid_Enc_Password=ANS8013I Invalid encryption key password\n
# 8033
LDAP_Not_Supported=ANS8033E LDAP authentication is not supported by Web client.\n
LDAP_Not_Supported_EXPLANATION=The id you entered uses LDAP authentication. LDAP authentication is not supported by Web client.
LDAP_Not_Supported_SYSACT=Login is unsuccessful.
LDAP_Not_Supported_URESP=Use an id with LOCAL authentication.
# 8048
Img_Rest_Alternate_Dest_Warning=ANS8048W Warning! Performing image restore of the Linux file system '{0}' to an alternate destination '{1}' is not recommended as this may result in duplicate UUIDs leading to failed mounts after a successful restore.\n\n
Img_Rest_Alternate_Dest_Warning_EXPLANATION=Performing an image restore of a Linux file system to an alternate destination may result in duplicate UUID leading to failed mounts after a successful restore. On Linux, some file systems use UUID to identify themselves. If you took an image backup of such volume and restored it to a different location, you will have two volumes with the same UUID. If you use UUID to define your file systems in /etc/fstab, be aware that IBM Spectrum Protect may be unable to mount the restored file system correctly. To avoid such situation, restore the image to its original location.
Img_Rest_Alternate_Dest_Warning_SYSACT=Processing continues.
Img_Rest_Alternate_Dest_Warning_URESP=If it is not possible or not desirable to avoid performing an image restore to an alternate destination, change the UUID of either the original or restored volume. Refer to your Linux documentation for instructions on how to do this. You may also need to edit your /etc/fstab manually to allow the original, the restored or both volumes to mount.
# 8058
Img_Btrfs_Subvolume=ANS8058E The specified path is a Linux Btrfs subvolume and is not valid for image backup.\n
Img_Btrfs_Subvolume_EXPLANATION=Linux Btrfs subvolumes are not supported for image backup.
Img_Btrfs_Subvolume_SYSACT=The image backup operation is not performed.
Img_Btrfs_Subvolume_URESP=Try the operation again using a valid Linux Btrfs file system.
# 8060
Hyperv_vhdx_file_invalid=ANS8060E Error validating file '{0}'\n
Hyperv_vhdx_file_invalid_EXPLANATION=IBM Spectrum Protect cannot locate the file or the file format is not valid.
Hyperv_vhdx_file_invalid_SYSACT=The backup operation does not start.
Hyperv_vhdx_file_invalid_URESP=Try the operation again. If the problem continues, check the error log file for information about how to resolve this issue.
# 8778
DSI_SM_WIN_BROWSER_ERROR=ANS8778E A browser program cannot be found or cannot be started.\n\nAn error occurred executing the command.\n{0}\n\nVerify that a browser is installed and works correctly on your local machine.
DSI_SM_WIN_BROWSER_ERROR_EXPLANATION=A browser program cannot be found, so it is not possible to access the IBM Spectrum Protect Web site and online documentation.
DSI_SM_WIN_BROWSER_ERROR_SYSACT=IBM Spectrum Protect continues to process user requests.
DSI_SM_WIN_BROWSER_ERROR_URESP=For the Windows platform, the default system browser is used. Verify that a browser is installed on your machine.
# 8779
DSI_SM_UNIX_BROWSER_ERROR=ANS8779E A browser program cannot be found or cannot be started.\n\nOne of the following browsers is required: {0}\n\nVerify that one of these browsers is installed and works correctly on your local machine.
DSI_SM_UNIX_BROWSER_ERROR_EXPLANATION=A browser program cannot be found, so it is not possible to access the IBM Spectrum Protect Web site and online documentation.
DSI_SM_UNIX_BROWSER_ERROR_SYSACT=IBM Spectrum Protect continues to process user requests.
DSI_SM_UNIX_BROWSER_ERROR_URESP=For UNIX platforms, a list of supported browsers is provided in the README. Install the required browser to access the IBM Spectrum Protect Web sites and online documentation.
# 8780
DSI_SM_APPLET_BROWSER_ERROR=ANS8780E A browser program cannot be found or cannot be started.\n\nCheck the '{0}' file on your local machine for more information.
DSI_SM_APPLET_BROWSER_ERROR_EXPLANATION=A browser program cannot be found, so it is not possible to access the Web site or online documentation.
DSI_SM_APPLET_BROWSER_ERROR_SYSACT=IBM Spectrum Protect continues to process user requests.
DSI_SM_APPLET_BROWSER_ERROR_URESP=Install a browser to access the Web site or online documentation.
# 8800
DSW_MENU_ADSM_BACKUP_VM=Ba&ckup VM
# 8801
DSI_VM_FULL_BACKUP_TYPE=VM Full Backup Options
# 8804
DSI_VM_MGMT_CLASS=VM Management Class
# 8806
DSI_VM_DATACENTER=Datacenter:
# 8807
DSI_VM_HOST=Host:
# 8808
DSI_VM_DATASTORE=Datastore:
# 8810
DSI_LIBPATH_Not_set=ANS8810E The LD_LIBRARY_PATH is either not set or is set incorrectly. Ensure that the LD_LIBRARY_PATH environment variable contains the installation directory.\n
DSI_LIBPATH_Not_set_EXPLANATION=The LD_LIBRARY_PATH must be set and it must contain the installation directory path.
DSI_LIBPATH_Not_set_SYSACT=The VMware backup or restore operation fails.
DSI_LIBPATH_Not_set_URESP=Set the LD_LIBRARY_PATH and ensure that it contains the Backup/Archive client installation directory.
# 8811
HARDWARE_PLUGIN_INSTALLED=ANS8811E VMware operations can not be run when the hardware plugin product TIVsm-BAhdw is installed and loaded. Please either uninstall the hardware product TIVsm-BAhdw, or set the option DONTLOAD PIHDW in the options file to prevent the hardware plugin from being loaded.\n
HARDWARE_PLUGIN_INSTALLED_EXPLANATION=VMware operations are incompatible with the hardware plugin product libraries.
HARDWARE_PLUGIN_INSTALLED_SYSACT=The VMware backup or restore operation fails.
HARDWARE_PLUGIN_INSTALLED_URESP=Uninstall the hardware product product TIVsm-BAhdw, or set the option DONTLOAD PIHDW to prevent the hardware plugin from being loaded.
# 8812
DSI_BACKUP_VM_PFINCR=Periodic Full - Incremental
# 8813
DSI_BACKUP_VM_PFFULL=Periodic Full - Full
# 8814
DSI_BACKUP_VM_IFINCR=Incremental Forever - Incremental
# 8815
DSI_BACKUP_VM_IFFULL=Incremental Forever - Full
# 8818
DSI_SM_ERROR_SAVE_OPTIONS=ANS8818E An error occurred trying to apply your changes.\nYour changes have not been applied to the system.\n\nContact your system administrator.
DSI_SM_ERROR_SAVE_OPTIONS_EXPLANATION=An error occurred trying to apply your changes.
DSI_SM_ERROR_SAVE_OPTIONS_SYSACT=User changes are not applied.
DSI_SM_ERROR_SAVE_OPTIONS_URESP=Contact your system administrator.
# 8819
DSI_SM_INVALID_TRACE_FLAGS=ANS8819E The following trace flag(s) are not valid: {0}.\nCorrect them before continuing.
DSI_SM_INVALID_TRACE_FLAGS_EXPLANATION=One or more of the trace flags are not valid.
DSI_SM_INVALID_TRACE_FLAGS_SYSACT=Prompts the user to correct the trace flags.
DSI_SM_INVALID_TRACE_FLAGS_URESP=Correct the wrong trace flags.
# 8939
DSI_FIND_TREE_NOT_FILTERED=ANS8939E An unexpected error occurred trying to filter the directory tree.\nrc={0}
DSI_FIND_TREE_NOT_FILTERED_EXPLANATION=The filter was not applied to the directory tree.
DSI_FIND_TREE_NOT_FILTERED_SYSACT=The directory tree is not filtered.
DSI_FIND_TREE_NOT_FILTERED_URESP=Contact your system administrator for further assistance.
# 9004
CLI_UTC_LABEL=UTC
# 9020
Session_connection_error=ANS9020E A session could not be established with a IBM Spectrum Protect server or client agent. The return code is {0}. \n
Session_connection_error_EXPLANATION=An issue prevented the client from making a connection with the IBM Spectrum Protect server. Additional detail is not available to include with this message. However, additional messages are likely to be reported in the IBM Spectrum Protect error log.
Session_connection_error_SYSACT=Processing stops.
Session_connection_error_URESP=Check the error log for additional messages. Refer to those messages to determine how to resolve any reported issues. If the IBM Spectrum Protect-error is -50, there is a communication failure. Typical causes of this error include misconfiguration of the server TCP/IP address or port. Verify the configuration and that the client system network is connected. Verify that a firewall does not prevent access to the IBM Spectrum Protect server. Finally, verify that the IBM Spectrum Protect server is running and accepting connections on the expected port.
# 9025
Was_REJECT_DOWNLEVEL=ANS9025E The Data Protection for WebSphere plug-in version and the backup-archive client version do not match. Please upgrade your Data Protection for WebSphere plug-in.\n
Was_REJECT_DOWNLEVEL_EXPLANATION=The release and version of the Data Protection for WebSphere plug-in is downlevel from the release and version of the Backup-Archive Client.
Was_REJECT_DOWNLEVEL_SYSACT=None
Was_REJECT_DOWNLEVEL_URESP=Upgrade Data Protection for WebSphere to the proper release and version.
# 9029
Was_SERVER_UP_ON_RESTORE=ANS9029E The WebSphere server is running, but the server must be shut down for a restore operation. Shut down the WebSphere server and try the restore operation again.\n
Was_SERVER_UP_ON_RESTORE_EXPLANATION=The WebSphere server must be brought down to perform a restore.
Was_SERVER_UP_ON_RESTORE_SYSACT=The restore operation fails.
Was_SERVER_UP_ON_RESTORE_URESP=Shut down the WebSphere server and try the restore operation again.
# 9034
Was_RES_VALIDATION_FAILED=ANS9034E The restore operation did not complete, due to a change in the original WebSphere environment.\n
Was_RES_VALIDATION_FAILED_EXPLANATION=The data must be restored to the same environment that it was backed up from. This includes items such as cell name, node name, and the location where WebSphere is installed.
Was_RES_VALIDATION_FAILED_SYSACT=The restore operation does not complete.
Was_RES_VALIDATION_FAILED_URESP=Perform the restore procedure in the DP for WebSphere book.
# 9054
PI_NOT_FOUND=ANS9054E The plug-in was not found.\n
PI_NOT_FOUND_EXPLANATION=None.
PI_NOT_FOUND_SYSACT=None
PI_NOT_FOUND_URESP=Run "dsmc show plugins" at the command prompt to see the available plug-ins on the system.
# 9089
Group_BACKUP_VALIDATION_FAILED=ANS9089E The group backup validation failed. One or more files were added, removed, or changed during the backup.\n
Group_BACKUP_VALIDATION_FAILED_EXPLANATION=One or more files have been added, removed, or changed from the time WebSphere was queried to the time that all the data was sent to the IBM Spectrum Protect server. Check the dsmerror.log file for a list of files that were added, removed, or changed.
Group_BACKUP_VALIDATION_FAILED_SYSACT=The backup fails.
Group_BACKUP_VALIDATION_FAILED_URESP=Try the backup again.
# 9091
Was_BACKUP_VALIDATION_FAILED=ANS9091E The WebSphere backup validation failed. One or more files were added, removed, or changed during the backup.\n
Was_BACKUP_VALIDATION_FAILED_EXPLANATION=One or more files have been added, removed, or changed from the time WebSphere was queried to the time that all the data was sent to the IBM Spectrum Protect server. Check the dsmerror.log file for a list of files that were added, removed, or changed.
Was_BACKUP_VALIDATION_FAILED_SYSACT=The backup fails.
Was_BACKUP_VALIDATION_FAILED_URESP=Try the backup again. Do not install new WebSphere applications or change the WebSphere configuration while in the backup window.
# 9094
DSSM_SM_NoCandidates=ANS9094W {0}: no candidates found in file system {1}.\n
DSSM_SM_NoCandidates_EXPLANATION=IBM Spectrum Protect found no files eligible for migration in the file system after running dsmreconcile.
DSSM_SM_NoCandidates_SYSACT=Processing continues.
DSSM_SM_NoCandidates_URESP=Continue with normal operation.
# 9117
VMBACKUP_VMName_Contains_Unsupported_Chars=ANS9117E Virtual machine '{0}' contains one or more of the following unsupported special characters {1}.\n
VMBACKUP_VMName_Contains_Unsupported_Chars_EXPLANATION=The specified virtual machine name contains characters that are not supported for virtual machine backup and restore operations. The following characters are not supported in names of restored virtual machines: ":;'\"*?,<>/\\\\|"
VMBACKUP_VMName_Contains_Unsupported_Chars_SYSACT=The backup or restore for the specified virtual machine failed.
VMBACKUP_VMName_Contains_Unsupported_Chars_URESP=Rename the virtual machine without using unsupported special characters.
# 9121
DSI_DOM_ACTIVATE_Complete=ANS9121I Activate completed.
# 9128
DSI_DOM_INACTIVATELOG_Complete=ANS9128I Inactivate logs completed.
# 9130
VMName_Contains_All_Whitespace=ANS9130E The virtual machine name contains only whitespace characters.\n
VMName_Contains_All_Whitespace_EXPLANATION=The virtual machine name that was specified contains only whitespace characters. A name consisting of only whitespace characters is not supported for virtual machine backup and restore operations.
VMName_Contains_All_Whitespace_SYSACT=The backup or restore for the specified virtual machine failed.
VMName_Contains_All_Whitespace_URESP=Rename the virtual machine using valid characters. Try the operation again.
# 9145
VMBACKUP_VMName_Unknown=ANS9145E Virtual machine will not be backed up because it has an empty name.\n
VMBACKUP_VMName_Unknown_EXPLANATION=The specified virtual machine name is empty. This is not supported for virtual machine backup and restore operations.
VMBACKUP_VMName_Unknown_SYSACT=The backup for the specified virtual machine fails.
VMBACKUP_VMName_Unknown_URESP=Rename the virtual machine so that its name contains supported characters.
# 9146
DSSM_SM_RPC_Client_Error=ANS9146E The dsmrecalld daemon process running on node {0} cannot reach the counterpart on node {1}. RPC error code: {2}, reason: {3}\n
DSSM_SM_RPC_Client_Error_EXPLANATION=IBM Spectrum Protect dsmrecalld executable running on the local node was unable to connect to the remote counterpart executable via RPC.
DSSM_SM_RPC_Client_Error_SYSACT=Processing of the current operation is stopped.
DSSM_SM_RPC_Client_Error_URESP=Login to the indicated remote node and ensure that the dsmrecalld daemon processes are running. If the daemon processes are running but the warning continues, make sure that the appropriate RPC services are up and running on both nodes. To do so: - on Linux, run 'service portmap status' or 'service rpcbind status' or 'systemctl status rpcbind' command depending on the Linux distribution in use; - on AIX, run 'lssrc -s portmap' command. If the RPC error reason is "Program not registered" or the RPC error persists even upon the RPC service restart, restart all the HSM daemons via 'dsmmigfs restart' command on both nodes.
# 9150
DSI_DOM_ARCHIVELOG_Complete=ANS9150I Archive log completed.
# 9156
DSI_DOM_ROLLFORWARD_Complete=ANS9156I Rollforward completed.
# 9161
CLI_Invalid_Backupset_Source_Entered=ANS9161E Invalid backupset file or device name entered.\n
CLI_Invalid_Backupset_Source_Entered_EXPLANATION=The backupset file or device name specified does not contain a valid backupset.
CLI_Invalid_Backupset_Source_Entered_SYSACT=Processing stopped.
CLI_Invalid_Backupset_Source_Entered_URESP=Specify a file name or device that contains a valid backupset and retry the operation.
# 9174
DSI_BackDel_Complete=ANS9174I A backup delete completed.
# 9179
CLI_Show_VApp_Partial_Success=ANS9179W The operation completed successfully. However, some error occurred on creation of the required vApps list.\n
CLI_Show_VApp_Partial_Success_EXPLANATION=One or more of the items included in the vApps specification were not found. This can be caused by a change in the vCD organizations configuration or a user mistake in the provided vApp spec.
CLI_Show_VApp_Partial_Success_SYSACT=The operation completes successfully
CLI_Show_VApp_Partial_Success_URESP=Check the local client error log for a reason for the failure and check the command specification. Correct any issues and execute the command again.
# 9201
CLI_LANFREE_FAILED=ANS9201W LAN-free path failed.\n
CLI_LANFREE_FAILED_EXPLANATION=A LAN-free connection could not be made.
CLI_LANFREE_FAILED_SYSACT=The system will connect to the server without using the LAN-free path.
CLI_LANFREE_FAILED_URESP=Verify your LAN-free setup.
# 9220
CLI_VM_Restore_Name_Length_Exceeds_Limit=ANS9220E The name of the virtual machine '{0}' contains '{1}' characters. This length exceeds the maximum allowed by the hypervisor '{2}' which is '{3}' characters.\n
CLI_VM_Restore_Name_Length_Exceeds_Limit_EXPLANATION=The length of the name of the virtual machine exceeds the maximum length allowed by the hypervisor.
CLI_VM_Restore_Name_Length_Exceeds_Limit_SYSACT=The restore of the specified virtual machine failed.
CLI_VM_Restore_Name_Length_Exceeds_Limit_URESP=Rename the virtual machine with a name that does not exceed the maximum length set by the hypervisor. Try the restore operation again.
# 9263
DSI_RESTORE_ACTIVE_INACTIVE_SYSSTATE=ANS9263W You cannot restore both active and inactive versions of System State.
DSI_RESTORE_ACTIVE_INACTIVE_SYSSTATE_EXPLANATION=Restoring an active copy and inactive copy of System State is not allowed.
DSI_RESTORE_ACTIVE_INACTIVE_SYSSTATE_SYSACT=No processing takes place.
DSI_RESTORE_ACTIVE_INACTIVE_SYSSTATE_URESP=Select either the active copy or the inactive copy to perform restore operation.
# 9264
CLI_VMBACKUP_ConsoleStatus9_Incr_backup_of_VM_Failed=ANS9264E Incremental backup of Virtual Machine '{0}' failed with RC {1}\n
CLI_VMBACKUP_ConsoleStatus9_Incr_backup_of_VM_Failed_EXPLANATION=The incremental backup of virtual machine volumes failed.
CLI_VMBACKUP_ConsoleStatus9_Incr_backup_of_VM_Failed_SYSACT=The backup of the virtual machine finished with failures. The next virtual machine in the vmlist will be processed. The reason for the failure is written to the local client error log.
CLI_VMBACKUP_ConsoleStatus9_Incr_backup_of_VM_Failed_URESP=Check the local client error log for reason for the failure.
# 9267
DSSM_SM_FileSystemExceedQuota=ANS9267E {0}: File system {1} has exceeded its quota.\n
DSSM_SM_FileSystemExceedQuota_EXPLANATION=IBM Spectrum Protect detects that the file system has exceeded its quota. No more data can be migrated out of this file system.
DSSM_SM_FileSystemExceedQuota_SYSACT=IBM Spectrum Protect will not migrate files from this file system.
DSSM_SM_FileSystemExceedQuota_URESP=Recall some files, or ask the system administrator to increase the quota for this file system.
# 9278
CLI_VMBACKUP_ConsoleStatus12_VMGetVMList_Failed=ANS9278E Failure processing vmList option. RC={0}\n
CLI_VMBACKUP_ConsoleStatus12_VMGetVMList_Failed_EXPLANATION=Failure processing vmList option.
CLI_VMBACKUP_ConsoleStatus12_VMGetVMList_Failed_SYSACT=The backup can not continue.
CLI_VMBACKUP_ConsoleStatus12_VMGetVMList_Failed_URESP=Check for errors in the vmList option value. Refer to the documentation for the vmList option for more information.
# 9279
CLI_VMBACKUP_ConsoleStatus13_GetVM_Alllocal_Failed=ANS9279E Failure locating Virtual Machine '{0}' volumes. Failed with RC={1}\n
CLI_VMBACKUP_ConsoleStatus13_GetVM_Alllocal_Failed_EXPLANATION=Virtual machine volumes can not found. Volume mount points are not available on Backup Proxy machine.
CLI_VMBACKUP_ConsoleStatus13_GetVM_Alllocal_Failed_SYSACT=The backup of the virtual machine can not continue. The next virtual machine in the vmlist will be processed. The output of the vcbMounter command will show the reason for the failure.
CLI_VMBACKUP_ConsoleStatus13_GetVM_Alllocal_Failed_URESP=Issue a vcbMounter command for the virtual machine to determine the reason for the failure. Refer to the documentation for that message for more information.
# 9280
CLI_VMBACKUP_Error1_Option_Missing=ANS9280E '{0}' option must be set when running this operation.\n
CLI_VMBACKUP_Error1_Option_Missing_EXPLANATION=A required option for the command is missing.
CLI_VMBACKUP_Error1_Option_Missing_SYSACT=The operation can not continue.
CLI_VMBACKUP_Error1_Option_Missing_URESP=Set the missing option using the Preference Editor or the command line.
# 9283
CLI_VMBACKUP_No_VM_found_via_schedule_tag=ANS9283E No virtual machines have been associated with the Schedule Tag '{0}'.\n
CLI_VMBACKUP_No_VM_found_via_schedule_tag_EXPLANATION=The command cannot execute because no virtual machines were found using the provided schedule name. This error can also be caused by incorrect settings for the 'Excluded' tag.
CLI_VMBACKUP_No_VM_found_via_schedule_tag_SYSACT=Processing stopped.
CLI_VMBACKUP_No_VM_found_via_schedule_tag_URESP=Try the operation again. Specify a schedule name that matches a relevant schedule.
# 9287
Img_Invalid_Device=ANS9287E Invalid or unsupported device.\n
Img_Invalid_Device_EXPLANATION=The logical volume device is either invalid or unsupported.\nRefer to the documentation for device type support for image backup.
Img_Invalid_Device_SYSACT=The logical volume operation is not performed.
Img_Invalid_Device_URESP=For image backup source or image restore destination, specify a device of one of the supported types.
# 9301
CLI_VMBACKUP_ConsoleStatus38_Fullvm_backup_Failed=ANS9301E Full VM backup of Virtual Machine '{0}' failed with RC {1}\n
CLI_VMBACKUP_ConsoleStatus38_Fullvm_backup_Failed_EXPLANATION=The Full VM backup of virtual machine failed.
CLI_VMBACKUP_ConsoleStatus38_Fullvm_backup_Failed_SYSACT=The full backup of the virtual machine finished with failures. The next virtual machine in the vmlist will be processed. The reason for the failure is written to the local client error log.
CLI_VMBACKUP_ConsoleStatus38_Fullvm_backup_Failed_URESP=Check the local client error log for reason for the failure.
# 9302
CLI_VMBACKUP_ConsoleStatus39_Restore_Filelevel_Not_Supported=ANS9302E The Restore VM command does not support VMBACKUPTYPE=FILE data.\nVM File level restore must be run from inside the virtual machine or with the 'asnodename' option.\n
CLI_VMBACKUP_ConsoleStatus39_Restore_Filelevel_Not_Supported_EXPLANATION=The Restore VM function not supported for file level data.
CLI_VMBACKUP_ConsoleStatus39_Restore_Filelevel_Not_Supported_SYSACT=The system does not process your requested action.
CLI_VMBACKUP_ConsoleStatus39_Restore_Filelevel_Not_Supported_URESP=Virtual machine File level restore must be run from inside the virtual machine or with the asnodename option. To process a full virtual machine restore, issue the command with VMBACKUPTYPE=FULLVM.
# 9303
CLI_VMBACKUP_ConsoleStatus40_Fullvm_Restore_Failed=ANS9303E Full VM restore of Virtual Machine '{0}' failed with RC {1}\n
CLI_VMBACKUP_ConsoleStatus40_Fullvm_Restore_Failed_EXPLANATION=The Full VM restore of virtual machine failed.
CLI_VMBACKUP_ConsoleStatus40_Fullvm_Restore_Failed_SYSACT=The full restore of the virtual machine finished with failures. The next virtual machine in the vmlist will be processed. The reason for the failure is written to the local client error log.
CLI_VMBACKUP_ConsoleStatus40_Fullvm_Restore_Failed_URESP=Check the local client error log for reason for the failure.
# 9304
CLI_VMBACKUP_ConsoleStatus41_Restore_Launching_Converter_Failed=ANS9304E VMware Converter tool not installed on system.\n
CLI_VMBACKUP_ConsoleStatus41_Restore_Launching_Converter_Failed_EXPLANATION=VMware Converter tool install could not be detected on system.
CLI_VMBACKUP_ConsoleStatus41_Restore_Launching_Converter_Failed_SYSACT=The full virtual machine image files have been restored successfully at the specified location.
CLI_VMBACKUP_ConsoleStatus41_Restore_Launching_Converter_Failed_URESP=No further action is necessary. The full virtual machine images files can be used by various tools. VMware Converter tool can be installed on system.
# 9305
CLI_Invalid_HyperV_VMname=ANS9305E An invalid Hyper-V VM name '{0}' was entered.\n
CLI_Invalid_HyperV_VMname_EXPLANATION=You entered a Hyper-V VM name that contains incorrect characters or contains wildcard characters.
CLI_Invalid_HyperV_VMname_SYSACT=Processing stopped.
CLI_Invalid_HyperV_VMname_URESP=Enter a correct Hyper-V VM name.
# 9306
CLI_Invalid_HyperV_VMList=ANS9306E An invalid Hyper-V VM list '{0}' was entered. \n
CLI_Invalid_HyperV_VMList_EXPLANATION=You entered a Hyper-V VM list that contains incorrect characters or contains wildcard characters.
CLI_Invalid_HyperV_VMList_SYSACT=Processing stopped.
CLI_Invalid_HyperV_VMList_URESP=Enter a correct Hyper-V VM list.
# 9307
CLI_No_HyperV_VMname=ANS9307E No Hyper-V VM name or VMList entered\n
CLI_No_HyperV_VMname_EXPLANATION=No Hyper-V VM name or VMList parameter was specified.
CLI_No_HyperV_VMname_SYSACT=Processing stopped.
CLI_No_HyperV_VMname_URESP=Specify a correct Hyper-V VM name or VMList parameter.
# 9308
CLI_No_HyperV_VMname_found=ANS9308E No match found for the Hyper-V VM name or VMList '{0}' entered\n
CLI_No_HyperV_VMname_found_EXPLANATION=No match found for the Hyper-V VM name or VMList parameter entered.
CLI_No_HyperV_VMname_found_SYSACT=Processing stopped.
CLI_No_HyperV_VMname_found_URESP=Specify a correct Hyper-V VM name or VMList parameter.
# 9309
CLI_HyperV_VMname_found_with_Pick=ANS9309E Pick option specified but also a value for the Hyper-V VM name or VMList '{0}' entered\n
CLI_HyperV_VMname_found_with_Pick_EXPLANATION=You cannot specify the -pick option and also include a Hyper-V VM name or VMList parameter.
CLI_HyperV_VMname_found_with_Pick_SYSACT=Processing stopped.
CLI_HyperV_VMname_found_with_Pick_URESP=Specify the -pick option without a Hyper-V VM name or VMList parameter.
# 9310
CLI_Rest_HyperV_Confirm=*****WARNING******\nRestoring the selected Virtual Machine(s) '{0}'\nwill stop the VM, delete all the VM files, then restore the VM with the backup.\nIt is recomended that you manually shutdown the VM before proceeding to cleanly\nstop any applications running inside the VM.\nAre you sure you want to proceed?
# 9311
CLI_No_HyperV_VMs_on_Server=ANS9311E No Hyper-V VMs exist on the IBM Spectrum Protect server\n
CLI_No_HyperV_VMs_on_Server_EXPLANATION=No filespaces representing a Hyper-V Virtual Machine currently exist on the IBM Spectrum Protect server.
CLI_No_HyperV_VMs_on_Server_SYSACT=Processing stopped.
CLI_No_HyperV_VMs_on_Server_URESP=You must successfully backup a Hyper-V Virtual Machine before using this command.
# 9330
CLI_VMBACKUP_No_VM_found_excluded=ANS9330E The virtual machine that was specified on the {0} command could not be found or was excluded from the operation.\n
CLI_VMBACKUP_No_VM_found_excluded_EXPLANATION=The command cannot complete because the virtual machine could not be found or was excluded from the operation.
CLI_VMBACKUP_No_VM_found_excluded_SYSACT=Processing stopped.
CLI_VMBACKUP_No_VM_found_excluded_URESP=Try the operation again. Specify a correct VM name or DOMAIN option. This error can also be caused by incorrect settings for the VMHOST, VMHOSTCLUSTER, VMFOLDER, VMDATASTORE, -VM options, or the 'Excluded' tag. The VMHOST option value must be specified as an IP address or as a server name that is in fully qualified domain name (FQDN) format. The host name that you specify must match the host name as it is displayed in the vCenter server in the Host and Clusters view. This host name could can be the fully qualified host name (FQDN), the shortened domain name, or the host IP address.
# 9347
VMBACKUP_Domain_keyword_host_warning=ANS9347W Warning:'{0}' specified on Domain will be ignored when connecting to VMware ESX/ESXi host. Connect to VMware vCenter to process this domain.\n
VMBACKUP_Domain_keyword_host_warning_EXPLANATION=None.
VMBACKUP_Domain_keyword_host_warning_SYSACT=Domain keyword is ignored.
VMBACKUP_Domain_keyword_host_warning_URESP=Connect to VMware vCenter to process this domain.
# 9350
CLI_VSS_Mixed_Transport_volumes=ANS9350E Backup operation failed due to volume mixture.\nPlease refer to explanation section for additional information.\n
CLI_VSS_Mixed_Transport_volumes_EXPLANATION=IBM Spectrum Protect failed to create the backup because of the mixture of volumes was detected. Some volumes selected meet the requirements for importing snapshots only when needed and some do not. This situation occurs when a backup operation is requested and the "Import VSS snapshots Only When Needed" feature is enabled and not all the volumes involved in the backup operation are managed by a VSS Hardware Provider that supports transportable snapshots. Additionally the situation can also occur in a clustered environment during a backup operation, when not all the volumes involved in the backup operation are managed by a VSS Hardware Provider that supports transportable snapshots.
CLI_VSS_Mixed_Transport_volumes_SYSACT=processing stops.
CLI_VSS_Mixed_Transport_volumes_URESP=Try the operation again by splitting the backup operation. Ensure that all the volumes involved in the backup operation are either managed by a Hardware Provider that supports transportable snapshots or that all the volumes involved in the operation do not support transportable snapshots. Additionally you may also turn off the "Import VSS snapshots Only When Needed" feature to allow the backup to allow the mixure.
# 9351
DSC_RC_AbortDataUnavailableSkipped=ANS9351E Data was not available on server and was skipped.
DSC_RC_AbortDataUnavailableSkipped_EXPLANATION=The data to be restored is not available on the server, so it will not be restored.
DSC_RC_AbortDataUnavailableSkipped_SYSACT=The data is skipped, and the restore processing continues with the next object to be restored.
DSC_RC_AbortDataUnavailableSkipped_URESP=Contact your IBM Spectrum Protect administrator.
# 9356
vStorAPI_Error_Reported=ANS9356E A VMware vStorage API error was reported.\n
vStorAPI_Error_Reported_EXPLANATION=A VMware vStorage API was reported. See other messages displayed and logged for additional information about the problem.
vStorAPI_Error_Reported_SYSACT=Processing stops.
vStorAPI_Error_Reported_URESP=Check the dsmerror log file for additional information, and contact the IBM Spectrum Protect administrator with the information provided in this message.
# 9364
CLI_VMBACKUP_Console_VMInit_Failed=ANS9364E Failure initializing virtual machine environment. Refer to dsmerror.log for detailed error messages.\n
CLI_VMBACKUP_Console_VMInit_Failed_EXPLANATION=Failure initializing virtual machine environment. Refer to dsmerror.log for detailed error messages.
CLI_VMBACKUP_Console_VMInit_Failed_SYSACT=The backup can not continue.
CLI_VMBACKUP_Console_VMInit_Failed_URESP=Refer to dsmerror.log for detailed error message.
# 9366
DSI_QUERY_LOCAL_FS_FAILED=An attempt to query local file systems failed. \n\nFor more information, please see the log file.
# 9367
DSI_NO_JBB_SUPPORTED_FS_FOUND=No file systems that can be supported by IBM Spectrum Protect Journal Engine were found.\n\nFor more information, please see the log file.
# 9374
VMBACKUP_VDDK_Driver_Not_Loaded_VDDKInstall=ANS9374E VMware vStorage virtual storage driver service is not running or could not be found.\nMake sure VMware 'vstor2-mntapi20-shared.sys' service is installed and running. Install the VMware vStorage API runtime files.\n
VMBACKUP_VDDK_Driver_Not_Loaded_VDDKInstall_EXPLANATION=Failure initializing VMware vStorage API environment.
VMBACKUP_VDDK_Driver_Not_Loaded_VDDKInstall_SYSACT=The backup can not continue.
VMBACKUP_VDDK_Driver_Not_Loaded_VDDKInstall_URESP=Make sure the VMware 'vstor2-mntapi20-shared.sys' service is installed and running. Install the VMware vStorage API runtime files.
# 9377
CLI_VMBACKUP_VMGetVMList_Failed=ANS9377E No virtual machine is specified on the {0} command or the virtual machine domain list could not be processed.\n
CLI_VMBACKUP_VMGetVMList_Failed_EXPLANATION=No virtual machine found with name or specified in domain option.
CLI_VMBACKUP_VMGetVMList_Failed_SYSACT=Processing stops.
CLI_VMBACKUP_VMGetVMList_Failed_URESP=Specify a correct VM name or domain option.
# 9378
Data_Fingerprint_Error=ANS9378E Unexpected error while fingeprinting the data
Data_Fingerprint_Error_EXPLANATION=There was an error while fingerprinting the data. See the error log for more information.
Data_Fingerprint_Error_SYSACT=The object is not backed up.
Data_Fingerprint_Error_URESP=Retry the operation. Retry the operation without client-side deduplication. If the problem persists, contact IBM Spectrum Protect technical support.
# 9379
Data_Dedup_Error=ANS9379E Unexpected error while deduplicating the data
Data_Dedup_Error_EXPLANATION=There was an error while deduplicating the data. See the error log for more information.
Data_Dedup_Error_SYSACT=The object is not backed up.
Data_Dedup_Error_URESP=Retry the operation. Retry the operation without client-side deduplication. If the problem persists, contact IBM Spectrum Protect technical support.
# 9380
CLI_VMBACKUP_No_VM_found=ANS9380E The virtual machine that was specified on the {0} command could not be found.\n
CLI_VMBACKUP_No_VM_found_EXPLANATION=The command cannot complete because the virtual machine could not be found.
CLI_VMBACKUP_No_VM_found_SYSACT=Processing stopped.
CLI_VMBACKUP_No_VM_found_URESP=Try the operation again. Specify a correct VM name or DOMAIN option. This error can also be caused by incorrect settings for the VMHOST, VMHOSTCLUSTER, VMFOLDER or VMDATASTORE options. The VMHOST option value must be specified as an IP address or as a server name that is in fully qualified domain name (FQDN) format. The host name that you specify must match the host name as it is displayed in the vCenter server in the Host and Clusters view. This could be the fully qualified host name (FQDN), the shortened domain name, or the host IP address.
# 9381
VMBACKUP_VMList_to_Domain=ANS9381I The value set for {0} option will be migrated to the new {1} option.\n
# 9383
VMBACKUP_VDDK_TSMInstall_comp_not_installed=ANS9383E The required files for the virtual machine operations were not found.\nThe files are installed only if the client is defined as a data mover in IBM Spectrum Protect for Virtual Environments.\n
VMBACKUP_VDDK_TSMInstall_comp_not_installed_EXPLANATION=A failure occurred when initializing the virtual machine environment.
VMBACKUP_VDDK_TSMInstall_comp_not_installed_SYSACT=The operation cannot continue.
VMBACKUP_VDDK_TSMInstall_comp_not_installed_URESP=Install IBM Spectrum Protect for Virtual Environments package to use the client to back up virtual machines.
# 9384
VMBACKUP_CBT_Failed_Full_Instead_All_Data=ANS9384W Unable to get VMware Changed Block Tracking(CBT) data for virtual machine '{0}'. Full VM backup continues, and includes both used and unused areas of the disk.\n
VMBACKUP_CBT_Failed_Full_Instead_All_Data_EXPLANATION=IBM Spectrum Protect was unable to obtain Changed Block Tracking(CBT) data for the specified virtual machine. The backup continues, but instead of backing up just the used blocks (in the full VM backup case), or just the changed blocks (in the incremental VM backup case), the entire virtual machine is backed up. This backup includes both the used and unused blocks of the disk.
VMBACKUP_CBT_Failed_Full_Instead_All_Data_SYSACT=The backup continues.
VMBACKUP_CBT_Failed_Full_Instead_All_Data_URESP=See the error log dsmerror.log for information about why the changed block data is not obtained.
# 9386
VMBACKUP_CBT_Not_Supported_Full_Instead_All_Data=ANS9386W Changed block tracking is not supported for virtual machine '{0}'. A FULL backup of the disk will be performed and will include both used and unused areas of the disk.\n
VMBACKUP_CBT_Not_Supported_Full_Instead_All_Data_EXPLANATION=IBM Spectrum Protect was unable to obtain Changed Block Tracking(CBT) data for the specified virtual machine because changed block tracking is not supported. RDM disks in physical mode, virtual disks attached to shared virtual SCSI bus, and VMs with hardware version 6 or earlier are not supported. The backup continues, but instead of backing up just the used blocks (in the full VM backup case), or just the changed blocks (in the incremental VM backup case), the entire virtual machine is backed up. This backup includes both the used and unused blocks of the disk.
VMBACKUP_CBT_Not_Supported_Full_Instead_All_Data_SYSACT=The backup continues.
VMBACKUP_CBT_Not_Supported_Full_Instead_All_Data_URESP=See the error log dsmerror.log for information about why the changed block data is not obtained.
# 9387
VMBACKUP_Incr_Failed_Full_Instead=ANS9387W An incremental backup for virtual machine '{0}' is not possible because changed block information cannot be obtained. A full VM backup is attempted instead.\n
VMBACKUP_Incr_Failed_Full_Instead_EXPLANATION=Changed block information is required to perform an incremental backup, but the information could not be obtained from the virtual machine. The information can be missing if two nodes back up the same virtual machine. One node runs a daily incremental backup, and the other node runs a weekly full backup. After the weekly full backup runs, the next daily backup cannot obtain changed block information, so a full backup is run instead of an incremental backup. Subsequent daily backups will be incremental until the next weekly full backup.
VMBACKUP_Incr_Failed_Full_Instead_SYSACT=The backup continues as a full backup instead of an incremental backup.
VMBACKUP_Incr_Failed_Full_Instead_URESP=Search the IBM Spectrum Protect support site https://www.ibm.com/mysupport/s/topic/0TO50000000IQWvGAO/spectrum-protect for this message number, for other possible causes of this error.
# 9388
VMBACKUP_Mgmt_Class_Invalid_Or_NoBackupCG=ANS9388E The management class '{0}' specified for the '{1}' option is invalid, or does not have a backup copy group.\n
VMBACKUP_Mgmt_Class_Invalid_Or_NoBackupCG_EXPLANATION=The management class name for the specified option does not exist, or it exists but does not have a valid backup copy group.
VMBACKUP_Mgmt_Class_Invalid_Or_NoBackupCG_SYSACT=Processing stops.
VMBACKUP_Mgmt_Class_Invalid_Or_NoBackupCG_URESP=Verify that the specified management class name is valid, and that it contains a valid backup copy group.
# 9389
VMBACKUP_Dedup_Unsuccessful_Retry_No_Dedup=ANS9389W The DEDUP backup attempt was unsuccessful for virtual machine '{0}'. Retry #{1} with DEDUP disabled.\n
VMBACKUP_Dedup_Unsuccessful_Retry_No_Dedup_EXPLANATION=The attempt to backup the virtual machine with DEDUP enabled was unsuccessful. Instead of failing the backup right away, an attempt is being made to backup the virtual machine with DEDUP disabled.
VMBACKUP_Dedup_Unsuccessful_Retry_No_Dedup_SYSACT=Processing continues with DEDUP disabled.
VMBACKUP_Dedup_Unsuccessful_Retry_No_Dedup_URESP=Check the log files for messages as to why DEDUP failed. If future attempts to backup using DEDUP fail, contact your system administator.
# 9390
VMBACKUP_Dedup_Unsuccessful_Retry_With_Dedup=ANS9390W The DEDUP backup attempt was unsuccessful for virtual machine '{0}'. Retry #{1} with DEDUP still enabled.\n
VMBACKUP_Dedup_Unsuccessful_Retry_With_Dedup_EXPLANATION=The attempt to backup the virtual machine with DEDUP enabled was unsuccessful. Instead of failing the backup right away, an attempt is being made to retry the backup of the virtual machine with DEDUP still enabled.
VMBACKUP_Dedup_Unsuccessful_Retry_With_Dedup_SYSACT=Processing continues with DEDUP still enabled.
VMBACKUP_Dedup_Unsuccessful_Retry_With_Dedup_URESP=Check the log files for messages as to why DEDUP failed. If future attempts to backup using DEDUP fail, contact your system administator.
# 9391
VMBACKUP_warn_efi_linux_workaround=ANS9391W Linux guest OS with EFI Boot enabled is not fully supported by IBM Spectrum Protect VMware backup. Manual steps may be required following restore to enable the virtual machine to power on correctly.\n
VMBACKUP_warn_efi_linux_workaround_EXPLANATION=A restored Linux guest OS with EFI boot enabled may not successfully start. Manual steps are required to successfully boot the guest OS.
VMBACKUP_warn_efi_linux_workaround_SYSACT=Restore processing continues.
VMBACKUP_warn_efi_linux_workaround_URESP=Following guest OS restore: remove and reattach the guest Linux boot disk, select Guest Boot Option to enter EFI setup configuration on next boot, power on the guest, enter EFI Boot Maintenance, add Boot Device, select unnamed volume, give it a label, save and commit changes, continue with boot.
# 9392
CLI_No_Backupset_Entered=ANS9392W No backupset name entered.\n
CLI_No_Backupset_Entered_EXPLANATION=You must provide a backupset for this operation.
CLI_No_Backupset_Entered_SYSACT=Processing stops.
CLI_No_Backupset_Entered_URESP=Specify a valid backupset name.
# 9393
CLI_Incorrect_Backupset_Entered=ANS9393W Incorrect backupset name entered.\n
CLI_Incorrect_Backupset_Entered_EXPLANATION=The backupset name provided was invalid. Wildcards are not allowed.
CLI_Incorrect_Backupset_Entered_SYSACT=Processing stops.
CLI_Incorrect_Backupset_Entered_URESP=Specify a valid backupset name.
# 9394
CLI_No_Backupset_Source_Entered=ANS9394W No backupset file or device name entered.\n
CLI_No_Backupset_Source_Entered_EXPLANATION=You must provide a backupset file or device name for this operation.
CLI_No_Backupset_Source_Entered_SYSACT=Processing stops.
CLI_No_Backupset_Source_Entered_URESP=Specify a valid backupset file or device name.
# 9395
CLI_VM_Old_Style_Backup_On_Top_New=ANS9395E The filespace has been migrated to the incremental forever model; MODE=FULL and MODE=INCR are not valid.\n
CLI_VM_Old_Style_Backup_On_Top_New_EXPLANATION=You must run only incremental forever backup types (IFINCR or IFFULL) if the filespace has been migrated to the incremental forever type.
CLI_VM_Old_Style_Backup_On_Top_New_SYSACT=Processing stops.
CLI_VM_Old_Style_Backup_On_Top_New_URESP=Specify either MODE=IFFULL or MODE=IFINCR.
# 9396
APP_VM_NOT_RUNNING=ANS9396W Virtual machine '{0}' is not running. IBM Spectrum Protect Application Protection will not be used while backing up this VM.\n
APP_VM_NOT_RUNNING_EXPLANATION=IBM Spectrum Protect Application Protection can only protect VMs that are running.
APP_VM_NOT_RUNNING_SYSACT=IBM Spectrum Protect Application Protection uses the VMWare tools to provide application consistency.
APP_VM_NOT_RUNNING_URESP=Turn on the virtual machine or exclude it from IBM Spectrum Protect application protection by removing the INCLUDE.VMTSMVSS option for this virtual machine. If you want logs to be truncated use INCLUDE.VMTSMVSS to protect this machine.
# 9397
APP_VM_NOT_SUPPORTED=ANS9397W IBM Spectrum Protect application protection cannot protect this machine. Virtual machine '{0}' does not have operating system or applications supported by IBM Spectrum Protect application protection.\n
APP_VM_NOT_SUPPORTED_EXPLANATION=The application protection can be used only for virtual machines that have operating systems or applications that are supported by IBM Spectrum Protect application protection. Refer to the product documentation for the list of supported operating systems and applications.
APP_VM_NOT_SUPPORTED_SYSACT=IBM Spectrum Protect will use the VMware Tools to provide application consistency.
APP_VM_NOT_SUPPORTED_URESP=Exclude the virtual machine from application protection by removing the INCLUDE.VMTSMVSS option for this virtual machine.
# 9398
APP_VM_INIT_FAILED=ANS9398E IBM Spectrum Protect application protection failed to initialize on virtual machine '{0}'. See the error log for more details.\n
APP_VM_INIT_FAILED_EXPLANATION=IBM Spectrum Protect application protection encountered an error during initialization.
APP_VM_INIT_FAILED_SYSACT=Processing stops.
APP_VM_INIT_FAILED_URESP=See the error log for more details. Correct the error(s) and try the operation again.
# 9400
VMRESTORE_NVRAM_FAILED=ANS9400W Unable to restore NVRAM file for vm '{0}'. Manual steps may be required following restore to enable the virtual machine to power on correctly. \n
VMRESTORE_NVRAM_FAILED_EXPLANATION=IBM Spectrum Protect was unable to upload NVRAM file for the specified virtual machine. The restore continues, but a restored guest OS with EFI boot enabled may not successfully start. Manual steps may be required to successfully boot the guest OS.
VMRESTORE_NVRAM_FAILED_SYSACT=The restore continues.
VMRESTORE_NVRAM_FAILED_URESP=Following guest OS restore if guest OS fails to boot: remove and reattach the guest OS boot disk, select Guest Boot Option to enter EFI setup configuration on next boot, power on the guest, enter EFI Boot Maintenance, add Boot Device, select unnamed volume, give it a label, save and commit changes, continue with boot.
# 9403
VMBACKUP_EXTENT_VERIFY_FAILED=ANS9403E IBM Spectrum Protect has detected that the data to back up does not match the list of data to back up that was sent from the virtual machine. The backup of '{0}' cannot continue.\n
VMBACKUP_EXTENT_VERIFY_FAILED_EXPLANATION=The data that IBM Spectrum Protect would have backed up for a virtual machine would not match the data needed for a correct backup. The backup has been cancelled to prevent data loss.
VMBACKUP_EXTENT_VERIFY_FAILED_SYSACT=The backup is cancelled to prevent data loss.
VMBACKUP_EXTENT_VERIFY_FAILED_URESP=Retry the backup. If this error occurs again, contact IBM Software Support.
# 9404
VMBACKUP_Create_VM_Failed=ANS9404E Error creating the specified Virtual Machine. See log files for more information.\n
VMBACKUP_Create_VM_Failed_EXPLANATION=An error was encountered creating the Virtual Machine. Look in the dsmerror.log for additional information on why the Virtual Machine could not be created.
VMBACKUP_Create_VM_Failed_SYSACT=Processing stops.
VMBACKUP_Create_VM_Failed_URESP=Check the dsmerror.log for more specific messages on why the virtual machine could not be created.
# 9410
APP_VM_VMWARE_TOOLS_NOT_RUNNING=ANS9410W VMware Tools are either not runnning or out-of-date on virtual machine '{0}'. IBM Spectrum Protect application protection cannot be used.\n
APP_VM_VMWARE_TOOLS_NOT_RUNNING_EXPLANATION=IBM Spectrum Protect application protection requires that VMware tools are installed and running with an up-to-date version on the virtual machine.
APP_VM_VMWARE_TOOLS_NOT_RUNNING_SYSACT=IBM Spectrum Protect will not provide application consistency. Application logs are not truncated.
APP_VM_VMWARE_TOOLS_NOT_RUNNING_URESP=Install and/or upgrade and/or start VMware Tools on the virtual machine or exclude it from the application protection by removing the INCLUDE.VMTSMVSS option for this virtual machine.
# 9411
APP_VM_VSS_REG_FAILURE=ANS9411E VSS provider registration failed. Command '{0}' failed with Windows RC={1}\n
APP_VM_VSS_REG_FAILURE_EXPLANATION=IBM Spectrum Protect was unable to register the VSS provider on the virtual machine.
APP_VM_VSS_REG_FAILURE_SYSACT=Processing stops.
APP_VM_VSS_REG_FAILURE_URESP=Restart the virtual machine and try the operation again.
# 9413
VMWARE_UNSUPPORTED_DATASTORE_TYPE=ANS9413E The instant restore or instant access operation failed because these operations do not support virtual machines that are in virtual volume (VVOL) datastores.
VMWARE_UNSUPPORTED_DATASTORE_TYPE_EXPLANATION=The instant restore and instant access operations do not support restores of virtual machines that are in VVOL datastores. VVOL datastores do not support Raw Device Mapping (RDM), which is required for these operations.
VMWARE_UNSUPPORTED_DATASTORE_TYPE_SYSACT=The operation fails.
VMWARE_UNSUPPORTED_DATASTORE_TYPE_URESP=For instant restore operations, specify a datastore and temporary datastore that is not a VVOL datastore.\nFor instant access operations, specify a datastore that is not a VVOL datastore.
# 9414
VMBACKUP_APPROTECTION_VVOLS_UNSUPPORTED=ANS9414E Application protection is enabled for virtual machine '{0}', however, this virtual machine resides on a Virtual Volume (VVol) datastore. Application protection needs to be disabled in order to back up this virtual machine.\n
VMBACKUP_APPROTECTION_VVOLS_UNSUPPORTED_EXPLANATION=Application protection is not supported for virtual machines that reside on VVol datastores.
VMBACKUP_APPROTECTION_VVOLS_UNSUPPORTED_SYSACT=The operation fails.
VMBACKUP_APPROTECTION_VVOLS_UNSUPPORTED_URESP=Disable application protection by removing the include.vmtsmvss option from the options file and back up the virtual machine again.
# 9415
APP_VM_COPY_FAILURE=ANS9415E Failed to copy '{0}' to '{1}' with VMware RC={3} on virtual machine '{2}'.\n
APP_VM_COPY_FAILURE_EXPLANATION=IBM Spectrum Protect was unable to copy a file to the virtual machine.
APP_VM_COPY_FAILURE_SYSACT=Processing stops.
APP_VM_COPY_FAILURE_URESP=Verify that the source file exists and the destination is accessible. Restart the virtual machine and try the operation again.
# 9416
APP_VM_MKDIR_FAILURE=ANS9416E Cannot create the directory '{0}' on the virtual machine with Windows RC={1}\n
APP_VM_MKDIR_FAILURE_EXPLANATION=IBM Spectrum Protect client was unable to create the specified directory on the virtual machine. It is possible that the directory exists and is locked by a process.
APP_VM_MKDIR_FAILURE_SYSACT=Processing stops.
APP_VM_MKDIR_FAILURE_URESP=Verify the the specified directory does not exist on the virtual machine. Restart the virtual machine and try the operation again.
# 9417
APP_VM_VSS_FREEZE_FAILED=ANS9417E IBM Spectrum Protect application protection could not freeze the VSS writers on the virtual machine named '{0}'. See the error log for more details.\n
APP_VM_VSS_FREEZE_FAILED_EXPLANATION=IBM Spectrum Protect application protection encountered an error while freezing the VSS writers.
APP_VM_VSS_FREEZE_FAILED_SYSACT=Processing stops
APP_VM_VSS_FREEZE_FAILED_URESP=Use the 'vssadmin list writers' command to determine if any VSS writers detect errors on the virtual machine. Restart the VM. Retry the operation. If the retry fails, see the error log for details about the errors.
# 9419
VMBACKUP_CBT_Failed_Snapshot_Exists=ANS9419E VM backup failed for virtual machine '{0}' because VMware Changed Block Tracking(CBT) cannot be enabled or reset due to an existing snapshot. \n
VMBACKUP_CBT_Failed_Snapshot_Exists_EXPLANATION=VMware does not allow changing state of Changed Block Tracking(CBT), when a snapshot exists.
VMBACKUP_CBT_Failed_Snapshot_Exists_SYSACT=The backup stops.
VMBACKUP_CBT_Failed_Snapshot_Exists_URESP=Delete snapshot on the target vm to allow CBT to be enabled or reset or set the VMNOCBTCONTINUE YES option then try the backup again. If you set VMNOCBTCONTINUE YES, then used and unused blocks on each disk of the VM are backed up.
# 9420
VMBACKUP_CBT_Failed_Snapshot_Exists_Continue=ANS9420W VMware Changed Block Tracking(CBT) cannot be enabled or reset for virtual machine '{0}' due to an existing snapshot. Full VM backup continues, and includes both used and unused areas of the disk.\n
VMBACKUP_CBT_Failed_Snapshot_Exists_Continue_EXPLANATION=VMware does not allow changing state of Changed Block Tracking(CBT), when a snapshot exists. The backup continues, but instead of backing up just the used blocks (in the full VM backup case), or just the changed blocks (in the incremental VM backup case), the entire virtual machine is backed up. This backup includes both the used and unused blocks of the disk.
VMBACKUP_CBT_Failed_Snapshot_Exists_Continue_SYSACT=The backup continues.
VMBACKUP_CBT_Failed_Snapshot_Exists_Continue_URESP=Delete snapshot on the target vm to allow CBT to be enabled or reset.
# 9421
VMBACKUP_DISK_NOT_ALIGNED=ANS9421E VM backup failed for virtual machine '{0}' because one of the disks has size that is not multiple of 1MB.\n
VMBACKUP_DISK_NOT_ALIGNED_EXPLANATION=VMware does not support backup of disks with size that is not multiple of 1MB. The backup fails.
VMBACKUP_DISK_NOT_ALIGNED_SYSACT=The backup fails.
VMBACKUP_DISK_NOT_ALIGNED_URESP=Increase the affected disk size to be a multiple of 1MB.
# 9427
VM_VDDK_DISK_OPEN_UNEXPECTED_TRANSPORT=ANS9427E The virtual machine '{0}' disk '{1}' could not be opened because none of the allowed transports ('{2}') is available.\n
VM_VDDK_DISK_OPEN_UNEXPECTED_TRANSPORT_EXPLANATION=The disk can only be opened using one of the transport modes specified in the VMVSTORTRANSPORT option. However, none of the specified transport modes were available, so the disk cannot be opened.Since none of the specified transport modes was available, the disk could not be opened.
VM_VDDK_DISK_OPEN_UNEXPECTED_TRANSPORT_SYSACT=The virtual machine is not backed up. Processing continues with the next virtual machine.
VM_VDDK_DISK_OPEN_UNEXPECTED_TRANSPORT_URESP=Carry out one or more of the following actions and then try the backup again. Check the VMVSTORTRANSPORT option value and verify that the desired transport modes are available. Add NBD or NBDSSL to the VMVSTORTRANSPORT option. Check the "%TEMP%/VMWARE-%USER%" directory for leftover files from a previous backup. Leftover files can prevent the use of advanced transport modes. This directory can be safely deleted as long as no other VM operations are running.
# 9431
APP_VM_VSS_THAW_FAILED=ANS9431E IBM Spectrum Protect application protection failed to thaw VSS writers on virtual machine '{0}'. See the IBM Spectrum Protect error log for more details.\n
APP_VM_VSS_THAW_FAILED_EXPLANATION=IBM Spectrum Protect application protection encountered an error while thawing VSS writers.
APP_VM_VSS_THAW_FAILED_SYSACT=Processing stops
APP_VM_VSS_THAW_FAILED_URESP=See the error log for more details. Verify that all VSS writers are not reporitng errors by running command 'vssadmin list writers'. Restart the virtual machine and try the operation again. If the retry fails, see the error log for details about the errors.
# 9432
APP_VM_VSS_COMPLETE_FAILED=ANS9432W IBM Spectrum Protect application protection failed to truncate application logs on virtual machine '{0}'.\n
APP_VM_VSS_COMPLETE_FAILED_EXPLANATION=IBM Spectrum Protect application protection encountered an error while completing VSS backup operation. The applications were successfully quiesced, but their logs were not truncated.
APP_VM_VSS_COMPLETE_FAILED_SYSACT=Application logs are not truncated.
APP_VM_VSS_COMPLETE_FAILED_URESP=See the error log for more details. Verify that all VSS writers are not reporting errors by running command 'vssadmin list writers'. Restart the virtual machine and try the operation again. If the retry fails, see the error log for details about the errors. On the guest VM, verify that a mounted volume is not online. Use the Recovery Agent to dismount and remove any existing mount directories. Then, try the backup operation again.
# 9447
VM_DISK_OPEN_UNEXPECTED_TRANSPORT=ANS9447E The virtual machine '{0}' disk could not be opened because none of the allowed transports is available.\n
VM_DISK_OPEN_UNEXPECTED_TRANSPORT_EXPLANATION=The disk can only be opened using one of the transport modes specified in the VMVSTORTRANSPORT option. However, none of the specified transports modes was available, so the disk cannot be opened.
VM_DISK_OPEN_UNEXPECTED_TRANSPORT_SYSACT=The virtual machine is not backed up. Processing continues with the next virtual machine.
VM_DISK_OPEN_UNEXPECTED_TRANSPORT_URESP=Carry out one or more of the following actions and then try the backup again. Check the console output and error logs for information about which transport modes are allowed. Check the VMVSTORTRANSPORT option value and verify that the desired transport modes are available. Add NBD or NBDSSL to the VMVSTORTRANSPORT option. Check the "%TEMP%/VMWARE-%USER%" directory for leftover files from a previous backup. Leftover files can prevent the use of advanced transport modes. This directory can be safely deleted as long as no other VM operations are running.
# 9475
APP_VM_VSS_CLEANUP_FAILED=ANS9475W IBM Spectrum Protect application protection failed to cleanup after a VSS backup on virtual machine {0}.\n
APP_VM_VSS_CLEANUP_FAILED_EXPLANATION=IBM Spectrum Protect application protection encountered an error while cleaning up after a VSS backup operation.
APP_VM_VSS_CLEANUP_FAILED_SYSACT=None
APP_VM_VSS_CLEANUP_FAILED_URESP=See the error log for more details. Restart the virtual machine and try the operation again. If the problem persists, contact IBM technical support for further assistance.
# 9488
NO_JRE_FOUND_WIN=ANS9488E IBM Spectrum Protect uses the Java Runtime Environment (JRE), but either the JRE could not be found in the '{0}' directory, or the JRE version could not be determined. Possible reasons are that there is a problem with the product installation, or the TEMP or TMP environment variables are set to a directory that is inaccessible by the user.\n
NO_JRE_FOUND_WIN_EXPLANATION=JRE was not found in the IBM Spectrum Protect installation directory.
NO_JRE_FOUND_WIN_SYSACT=Processing stops
NO_JRE_FOUND_WIN_URESP=Re-install the product or install a required version of JRE and try again. If JRE is already installed on your machine, then make sure the PATH environment variable contains path to javaw.exe. In addition to that, verify that the TEMP and TMP environment variables each point to an existing directory, and that the user has sufficient permissions to access the directory.
# 9489
NO_JRE_FOUND_UNX=ANS9489E Java Runtime Environment (JRE) was not found.\n
NO_JRE_FOUND_UNX_EXPLANATION=JRE was not found.
NO_JRE_FOUND_UNX_SYSACT=Processing stops
NO_JRE_FOUND_UNX_URESP=If you have already installed JRE, verify that the \"java\" executable can be reached via an appropriate PATH environment variable setting. Otherwise, install the required JRE version. For more details on the hardware and software requirements, see the following technote: http://www-01.ibm.com/support/docview.wss?uid=swg21505139 For more details on how to configure the data mover nodes in a vSphere environment, see "Advanced configuration tasks" appendix of the IBM Spectrum Protect for Virtual Environments "Data Protection for VMware Installation Guide".
# 9490
HTTPAGENT_JAR_NOT_FOUND=ANS9490E Cannot find httpagent.jar in the IBM Spectrum Protect client installation directory.\n
HTTPAGENT_JAR_NOT_FOUND_EXPLANATION=The required file was not found.
HTTPAGENT_JAR_NOT_FOUND_SYSACT=Processing stops
HTTPAGENT_JAR_NOT_FOUND_URESP=Re-install the product or install a required version of JRE and try again.
# 9491
APP_VM_PWD_NOTFOUND=ANS9491E The password credentials for virtual machine '{0}' could not be found. Use dsmc SET PASSWORD -type=VMGUEST 'VM guest name' 'userid' 'password' to save encrypted password.\n
APP_VM_PWD_NOTFOUND_EXPLANATION=The required password was not found.
APP_VM_PWD_NOTFOUND_SYSACT=Processing stops
APP_VM_PWD_NOTFOUND_URESP=Use dsmc SET PASSWORD -type=VMGUEST 'VM guest name' 'userid' 'password' to save encrypted password. And then retry the 'backup vm' operation.
# 9492
DSI_IMG_VSS_DEST_SIZE_NOT_EQUAL_SOURCE=ANS9492E Destination size is not equal to source\n
DSI_IMG_VSS_DEST_SIZE_NOT_EQUAL_SOURCE_EXPLANATION=The space allocation for the selected destination is not the same as the source.
DSI_IMG_VSS_DEST_SIZE_NOT_EQUAL_SOURCE_SYSACT=The restore operation is not performed.
DSI_IMG_VSS_DEST_SIZE_NOT_EQUAL_SOURCE_URESP=Choose a different destination which is equal in size to the source.
# 9493
APP_VM_PWD_INCORRECT=ANS9493E The credentials found for virtual machine '{0}' are incorrect. Verify the credentials and use dsmc SET PASSWORD -type=VMGUEST 'VM guest name' 'userid' 'password' to update the username and password.\n
APP_VM_PWD_INCORRECT_EXPLANATION=The supplied credentials are incorrect. Failed to authenticate to guest VM using these credentials.
APP_VM_PWD_INCORRECT_SYSACT=Processing stops
APP_VM_PWD_INCORRECT_URESP=Use dsmc SET PASSWORD -type=VMGUEST 'VM guest name' 'userid' 'password' to update the username and password. And then retry the 'backup vm' operation.
# 9494
APP_VM_REMOTE_OP_FAILED=ANS9494E Command '{0}' completed with RC={2} on virtual machine '{1}'.\n
APP_VM_REMOTE_OP_FAILED_EXPLANATION=A remote command either timed out or failed.
APP_VM_REMOTE_OP_FAILED_SYSACT=Processing stops
APP_VM_REMOTE_OP_FAILED_URESP=Increase the value of VMTIMEOUT option and try the operation again.
# 9495
APP_VM_OPERATION_NOT_ALLOWED=ANS9495E Failed to login to virtual machine '{0}' because the VMware Tools are not running in the guest machine. Verify that the VMware tools are running and that no other program has access or is making any changes to this VM.\n
APP_VM_OPERATION_NOT_ALLOWED_EXPLANATION=Failed to login to virtual machine because the VMware Tools are not running in the guest machine.
APP_VM_OPERATION_NOT_ALLOWED_SYSACT=Processing stops
APP_VM_OPERATION_NOT_ALLOWED_URESP=Make sure that the VMware tools are running and that no other program has access or is making changes to this VM. And then retry the 'backup vm' operation.
# 9496
APP_VM_GET_GUEST_OWNERSHIP_FAILED=ANS9496E Unable to lock virtual machine {0} for application protection.\n
APP_VM_GET_GUEST_OWNERSHIP_FAILED_EXPLANATION=The virtual machine is being backed up by another process. Only one process is allowed to use IBM Spectrum Protect application protection during a backup of a virtual machine at a time.
APP_VM_GET_GUEST_OWNERSHIP_FAILED_SYSACT=Processing stops
APP_VM_GET_GUEST_OWNERSHIP_FAILED_URESP=There is already another virtual machine backup in process via another datamover. Please wait for the other virtual machine backup to complete and re-try the operation. Or there was a crash or CTRL+C during the previous virutal machine backup. Please wait 10 minutes and re-try the operation.
# 9497
APP_VM_ESX_NOT_SUPPORTED=ANS9497W Virtual machine '{0}' resides on an ESX Server or vCenter that is not supported by IBM Spectrum Protect application protection. IBM Spectrum Protect application protection will not be used.\n
APP_VM_ESX_NOT_SUPPORTED_EXPLANATION=Refer to the product documentation for the list of supported ESX and vCenter versions.
APP_VM_ESX_NOT_SUPPORTED_SYSACT=IBM Spectrum Protect will use the VMware Tools to provide application consistency.
APP_VM_ESX_NOT_SUPPORTED_URESP=Exclude the virtual machine from application protection by removing the INCLUDE.VMTSMVSS option for this virtual machine.
# 9498
APP_VM_Missing_License_File=ANS9498W A valid IBM Spectrum Protect for Virtual Environments license file ({0}) cannot be located. IBM Spectrum Protect application protection will not be used.\n
APP_VM_Missing_License_File_EXPLANATION=The license file was not found, or cannot be opened because of permissions, or the file is corrupted.
APP_VM_Missing_License_File_SYSACT=IBM Spectrum Protect will use the VMware Tools to provide application consistency.
APP_VM_Missing_License_File_URESP=Check permissions on file. See if the license file is in the correct place.
# 9499
APP_VM_VMWARE_TOOLS_NEED_UPDATE=ANS9499W VMware tools on virtual machine '{0}' need to be updated. IBM Spectrum Protect application protection will still be used.\n
APP_VM_VMWARE_TOOLS_NEED_UPDATE_EXPLANATION=IBM Spectrum Protect application protection requires that VMware Tools are up to date.
APP_VM_VMWARE_TOOLS_NEED_UPDATE_SYSACT=IBM Spectrum Protect will use the VMware Tools to provide application consistency.
APP_VM_VMWARE_TOOLS_NEED_UPDATE_URESP=Update VMware Tools on the virtual machine
# 9645
VApps_Backup_partial_Success=ANS9645W The vApps backup operation completed. However, one or more vApp backups failed.\n
VApps_Backup_partial_Success_EXPLANATION=There were successfull vApp backups but there were backup failures as well. The operation is considered successfull.
VApps_Backup_partial_Success_SYSACT=The backup operation completed successfully.
VApps_Backup_partial_Success_URESP=Check the console output and error logs for information about why the backups failed. Correct any issues and try backing up the failed vApps again.
# 9646
DSSM_Not_Applicable=N/A
# 9674
vapp_list_retreived_partial=ANS9674W One or more of the required vApps could not be retreived.\n
vapp_list_retreived_partial_EXPLANATION=Not all of the vApps that were required by the given specification could be retreived. This can be caused by a change in the vCD vApps definition or a user mistake in the provided vApp spec.
vapp_list_retreived_partial_SYSACT=The operation will proceed, as there are still existing items to operate on.
vapp_list_retreived_partial_URESP=Check the provided vApps specification to make sure the specification matches the existing configuration. Correct any issues and try the operation again.
# 9726
DSSM_MC_NO_ARCH_CG=No Archive Copy Group
# 9732
DSSM_MC_NO_BACK_CG=No Backup Copy Group
# 9778
DSI_OPT_ERROR_REQUEST_TO_FIX=ANS9778E Error(s) were detected in options file: '{0}' Do you want IBM Spectrum Protect to comment out the line with errors and continue?\n
DSI_OPT_ERROR_REQUEST_TO_FIX_EXPLANATION=Invalid options or option values were encountered while reading the options file.
DSI_OPT_ERROR_REQUEST_TO_FIX_SYSACT=This message is displayed. Further action depends on your response.
DSI_OPT_ERROR_REQUEST_TO_FIX_URESP=Click "Yes" to allow the process to turn the invalid line into comments. If you click "No", you will exit immediately.
# 9779
DSI_OPT_UNABLE_TO_WRITE=ANS9779E Unable to open options file '{0}' for writing. \n
DSI_OPT_UNABLE_TO_WRITE_EXPLANATION=An error occurred while tried to open options file for writing to update it.
DSI_OPT_UNABLE_TO_WRITE_SYSACT=Program exits.
DSI_OPT_UNABLE_TO_WRITE_URESP=Check file and directory access permissions or correct invalid entries in your options file manually.
# 9782
CLI_Invalid_Backupset_Uplevel=ANS9782S The selected backupset was generated by a newer version of the backup server, and the new backupset version is not supported by this client; The backupset data cannot be restored by this version of the client.
CLI_Invalid_Backupset_Uplevel_EXPLANATION=The backupset you are attempting to restore was generated by a newer server that has a different level of functionality. The client you are using does not recognize this newer format so it cannot restore the data from the backupset.
CLI_Invalid_Backupset_Uplevel_SYSACT=Processing stopped.
CLI_Invalid_Backupset_Uplevel_URESP=Restore the backupset with a client that is at the same or higher level as the server that was used to generate the backupset.
# 9807
CLI_Local_Backupset_Requested_Not_Found=ANS9807W The specified backupset file does not contain a backupset of type "file" for the specified nodename.\n
CLI_Local_Backupset_Requested_Not_Found_EXPLANATION=Local backupset support is limited to backupsets that contain file data; Image backupsets are not supported locally. The specified backupset does not contain a backupset with file data for the node name specified.
CLI_Local_Backupset_Requested_Not_Found_SYSACT=Processing stopped.
CLI_Local_Backupset_Requested_Not_Found_URESP=Specify a different backupset file to restore file data from a backupset. To restore an image from a backupset, access the backupset from a IBM Spectrum Protect server.
# 9810
DSSM_ALREADY_RECALLED=File has already been recalled.
# 9849
CLI_Local_Backupset_TOC_Not_Supported=ANS9849W Local backupset cannot be expanded; Only full backupset restore is supported locally.\n
CLI_Local_Backupset_TOC_Not_Supported_EXPLANATION=Local backupsets cannot be expanded to show volumes, directories, and files. Only full backupset restore is supported from local backupsets.
CLI_Local_Backupset_TOC_Not_Supported_SYSACT=Processing stopped.
CLI_Local_Backupset_TOC_Not_Supported_URESP=To restore specific volumes, directories, and files from a backupset, restore the backupset from the IBM Spectrum Protect server.
# 9850
CLI_PVR_Read_Error_Blocksize_Max=ANS9850E Tape read error; Max Blocksize is {0}. Attempted to read blocksize {1}. Run dsmmaxsg to update scsi driver max blocksize allowed and retry operation.\n
CLI_PVR_Read_Error_Blocksize_Max_EXPLANATION=An attempt to read from tape at the specified blocksize failed; Tha maximum blocksize allowed for the scsi driver is shown.
CLI_PVR_Read_Error_Blocksize_Max_SYSACT=Processing stopped.
CLI_PVR_Read_Error_Blocksize_Max_URESP=If the maximum blocksize is less than the blocksize used by the operation, run the dsmmaxsg utility to update the maximum blocksize allowed for the scsi driver, and then retry the operation. If the maximum blocksize is greater than or equal to the blocksize used, then verify that the tape installed and operating correctly and retry the operation.
# 9851
DSI_PW_Mismatch=The passwords in the entry field and the verify field do not match. Please retry.
# 9891
VM_LinuxReleaseFileNotFound=ANS9891E The release file for the Linux mount proxy node cannot be validated. A common reason is that the Linux distribution is not supported.
VM_LinuxReleaseFileNotFound_EXPLANATION= IBM Spectrum Protect examines the Linux release file on the mount proxy node to determine if the mount proxy node is running on a supported Linux distribution. Either the release file for a supported Linux distribution could not be found, or the release file content could not be validated.
VM_LinuxReleaseFileNotFound_SYSACT=The operation stops.
VM_LinuxReleaseFileNotFound_URESP=Check the product requirements for the installed version of IBM Spectrum Protect to ensure that the Linux distribution is supported for use as a mount proxy node.
# 9892
LSM_UNABLE_TO_CREATE_SNAPLIST=ANS9892E Unable to find snapshot(s) in the local repository.\n
LSM_UNABLE_TO_CREATE_SNAPLIST_EXPLANATION=The requested volume snapshot(s) were not found in the local repository.
LSM_UNABLE_TO_CREATE_SNAPLIST_SYSACT=Processing stops.
LSM_UNABLE_TO_CREATE_SNAPLIST_URESP=Ensure the operation is issued with the proper nodename and/or server address. In a non-cluster environment perform the operation from a different host with the expected hostname. Retry the operation.
# 9895
DSSM_FS_InInactive=ANS9895W Space management in file system {0} is not active.
DSSM_FS_InInactive_EXPLANATION=You tried to select a file in a file system for which space management is inactive.
DSSM_FS_InInactive_SYSACT=The process continues with normal operation.
DSSM_FS_InInactive_URESP=Reactivate space management for the file system, and then proceed with selecting files.
# 9910
VMVERIFY_INCORRECT_BACKUP_ORDER=ANS9910E The stream of data to backup guest {0} was sent in the wrong order. The backup cannot continue.
VMVERIFY_INCORRECT_BACKUP_ORDER_EXPLANATION=The backup verification system detected the stream of data of the virtual machine was being sent to the server in the wrong order. The backup has ended to prevent data loss.
VMVERIFY_INCORRECT_BACKUP_ORDER_SYSACT=The backup operation for this VM ends.
VMVERIFY_INCORRECT_BACKUP_ORDER_URESP=Try the backup again. If the error persists, contact IBM Software Support.
# 9911
VMVERIFY_MBLK_NOT_FINISHED=ANS9911E The backup verification system detected that some data was not sent during the backup of virtual machine {0}. The backup has been halted.
VMVERIFY_MBLK_NOT_FINISHED_EXPLANATION=The backup verification system detected that some data on one of the objects sent to the server is missing. The backup has been halted to prevent data loss.
VMVERIFY_MBLK_NOT_FINISHED_SYSACT=The backup operation for this virtual machine ends.
VMVERIFY_MBLK_NOT_FINISHED_URESP=Try the backup again. If the error persists, contact IBM Software Support.
# 9912
VM_CREATE_VVOL_OBJ_ERR=ANS9912E An error occurred when attempting to create a VMware vSphere Virtual Volume (VVol) object. This could be the result of an incompatibility between the virtual machine and the datastore or insufficient available storage space.
VM_CREATE_VVOL_OBJ_ERR_EXPLANATION=An error occurred when attempting to create an object in a VVol datastore.
VM_CREATE_VVOL_OBJ_ERR_SYSACT=The operation fails.
VM_CREATE_VVOL_OBJ_ERR_URESP=Specify a different destination datastore and retry the operation.
# 9913
VMBACKUP_UNAVAILABLE_TRANSPORT=ANS9913W The VM backup operation that uses SAN transport mode failed.
VMBACKUP_UNAVAILABLE_TRANSPORT_EXPLANATION=This issue typically occurs when the data mover that specifies the SAN transport mode does not have SAN access to the VMware datastore.
VMBACKUP_UNAVAILABLE_TRANSPORT_SYSACT=The operation fails.
VMBACKUP_UNAVAILABLE_TRANSPORT_URESP=Specify a different transport mode and retry the operation.
# 9914
VMBACKUP_UNSUPPORTED_TRANSPORT=ANS9914W The VM backup operation may fail because SAN transport mode is not supported for vVol datastores.
VMBACKUP_UNSUPPORTED_TRANSPORT_EXPLANATION=The data mover specifies the SAN transport mode. This transport mode is not supported in an environment that contains VMware Virtual Volume (Vvol) datastores.
VMBACKUP_UNSUPPORTED_TRANSPORT_SYSACT=The operation fails.
VMBACKUP_UNSUPPORTED_TRANSPORT_URESP=Specify a different transport mode and retry the operation.
# 9915
VMVERIFY_MISSING_DAT_OBJECTS=ANS9915E The guest {0} is missing expected data files from the previous backups. The backup operation continues based on the setting of the VMVERIFYAction option.\n
VMVERIFY_MISSING_DAT_OBJECTS_EXPLANATION=During the verify operation, the number of data files that were found on the server are insufficient to match the requirements of the control files.
VMVERIFY_MISSING_DAT_OBJECTS_SYSACT=The backup operation for this VM continues based on the setting of the VMVERIFYIFAction option.
VMVERIFY_MISSING_DAT_OBJECTS_URESP=Run a full VM backup for this virtual machine. Or, specify the VMVERIFYAction option to force a full VM backup.
# 9917
VMVERIFYIF_CTLDAT_SIZE_NOMATCH=ANS9917E Size estimates that correspond to the expected control files for {0} do not match.\n
VMVERIFYIF_CTLDAT_SIZE_NOMATCH_EXPLANATION=During the verify operation, the control files that were found on the server do not match the expected size estimate of the data files for one or more disks.
VMVERIFYIF_CTLDAT_SIZE_NOMATCH_SYSACT=The backup operation for this VM continues based on the setting of the VMVERIFYIFAction option.
VMVERIFYIF_CTLDAT_SIZE_NOMATCH_URESP=Run a full VM backup for this virtual machine. Or, specify the VMVERIFYAction option to force a full VM backup.
# 9919
VMVERIFYIF_VMFAILEDCHECK=ANS9919E Failed to find the expected control files for {0}.\n
VMVERIFYIF_VMFAILEDCHECK_EXPLANATION=During a verify operation, the number of control files that were found on the server do not match the expected amount for one or more disks.
VMVERIFYIF_VMFAILEDCHECK_SYSACT=The backup operation for this VM continues based on the VMVERIFYIFAction option.
VMVERIFYIF_VMFAILEDCHECK_URESP=Perform a full VM backup for this virtual machine or specify the VMVERIFYAction option to force a full VM backup.
# 9920
VMVERIFYIF_FORCEFULL=ANS9920W Forcing a full vm backup for {0}.\n
VMVERIFYIF_FORCEFULL_EXPLANATION=During a verify operation, the number of control files that were found on the server do not match the expected amount for one or more disks. As a result, a full VM backup is performed.
VMVERIFYIF_FORCEFULL_SYSACT=The backup operation for this VM is a full backup instead of an incremental backup.
VMVERIFYIF_FORCEFULL_URESP=Ensure the VERIFYIFAction option is set to the wanted value.
# 9921
VMVERIFYIF_DISK_FAILEDCHECK=ANS9921E Virtual machine disk, {0} ({1}), verification check failed ({2}/{3}). If the disk is on an NFS datastore and the disk size was recently changed or the disk was moved from non-NFS datastore to NFS datastore, the verification failure is expected and a full backup is required.\n
VMVERIFYIF_DISK_FAILEDCHECK_EXPLANATION=During a verify operation, the number of control files that were found on the server do not match the expected number for this disk. For disks on NFS datastores: Because of how VMware processes disk size changes and because the Change Block Tracking (CBT) QueryChangedDiskAreas API does not support change ID "*", the backup operation cannot determine whether the the disk size was changed, the disk was moved to NFS datastore or some other error occurred.
VMVERIFYIF_DISK_FAILEDCHECK_SYSACT=The backup operation for this VM proceeds based on the VMVERIFYIFAction option.
VMVERIFYIF_DISK_FAILEDCHECK_URESP=Perform a full VM backup for this virtual machine or specify the VMVERIFYIFAction option to force a full VM backup.
# 9922
VMVERIFYIF_ENABLED=ANS9922I VMVERIFYIFLatest is enabled for {0} (action: {1}).\n
# 9923
VMMBLK_FORCEFULL=ANS9923W Forcing a full backup for {0}.\n
VMMBLK_FORCEFULL_EXPLANATION=The MAX capacity of MBLK is not enough for the disks in the incremental backup. A full backup will be performed.
VMMBLK_FORCEFULL_SYSACT=The backup operation for this VM is a full backup instead of an incremental backup.
VMMBLK_FORCEFULL_URESP=None.
# 9924
VMEXTENDDISK_FORCEFULL=ANS9924W A full backup for the {0} virtual machine will be performed because of added disk capacity.\n
VMEXTENDDISK_FORCEFULL_EXPLANATION=The disk capacity of the virtual machine has increased since the last backup. A full backup and a Changed Block Tracking (CBT) reset will be performed.
VMEXTENDDISK_FORCEFULL_SYSACT=The backup operation for this virtual machine is a full backup instead of an incremental backup.
VMEXTENDDISK_FORCEFULL_URESP=No action is required.
# 9950
DSSM_SM_IncorrectRecallMode=ANS9950W Streaming and partial recall modes can not be set for files migrated using external backend.\n
DSSM_SM_IncorrectRecallMode_EXPLANATION=Streaming or partial recall modes are not supported for files in this mode.
DSSM_SM_IncorrectRecallMode_SYSACT=Operation aborted.
DSSM_SM_IncorrectRecallMode_URESP=Special recall modes are only available for files migrated using IBM Spectrum Protect Server as a backend.
# 9992
DSI_RC_VM_OPTION_MISSING=ANS9992E The following options must be set before running this operation: VMCHOST or VMCUSER.
DSI_RC_VM_OPTION_MISSING_EXPLANATION=VMCHOST or VMCUSER is missing from the options file.
DSI_RC_VM_OPTION_MISSING_SYSACT=Operation cannot continue without options being set.
DSI_RC_VM_OPTION_MISSING_URESP=Manually edit the options file or use the preferences editor to set these options.
# 10000
DSI_Preview_Complete_Success=Preview has completed successfully.
# 10002
DSI_Preview_Function=Which function do you want to preview?
# 10003
DSI_Preview_Filter=What type of option do you want to preview?
# 10004
DSI_Preview_Description=Use this window to produce a list of files and directories that will be backed up or archived according to the include-exclude list applicable to the client. This list will be stored in a file that you specify.
# 10005
DSI_Preview_Destination=Enter the name of the file where you want the results to be stored:
# 10006
DSI_Preview_Title=Preview Include-Exclude
# 10007
DSI_Preview_Location=Please select where you want to store the results
# 10008
DSW_MENU_UTILS_PREVIEW=&Preview Include-Exclude
# 10011
DSI_COMMON_EXTENSION=Extension
# 10012
DSI_COMMON_DESCRIPTION=Description
# 10015
DSI_CFGWIZ_RECOMMEND_TITLE=Recommended Include/Exclude List
# 10016
DSI_CFGWIZ_RECOMMEND_DESCRIPTION=The following is a list of IBM Spectrum Protect recommended Include/Exclude items for files which are not normally required for system recovery. Selected items will be added to your configuration file, and excluded from backups.
# 10017
DSI_CFGWIZ_COMMON_TITLE=Common File Exclusion Selection
# 10018
DSI_CFGWIZ_COMMON_DESCRIPTION=Please select from the list the file types you wish to be excluded. By default, all of these file types are included.
# 10027
DSI_TCPIP_USESSL=Use Secure Socket Layer (SSL)
# 10028
CLC_RESTORE_VM_PREVIEW_SUMMARY={0}.\tVirtual machine name: '{1}'\n\tMode: '{2}'\n\tBackup time: {3} {4} {5}\n\n
# 10029
CLC_RESTORE_VM_PREVIEW_DISK_LABEL=\tDisk {0} label: '{1}' \n
# 10030
CLC_RESTORE_VM_PREVIEW_DISK_PATH=\tDisk {0} name: '{1}' \n
# 10031
CLC_RESTORE_VM_PREVIEW_DISK_STATUS=\tDisk {0} status: {1} \n
# 10032
CLC_RESTORE_VM_PREVIEW_DISK_CAPACITY=\tDisk {0} capacity: {1} \n
# 10033
CLC_RESTORE_VM_PREVIEW_DISK_DATA=\tDisk {0} data to send: {1} \n
# 10034
CLC_RESTORE_VM_PREVIEW_TARGET_NAME=\tDestination name: '{0}' \n
# 10035
CLC_RESTORE_VM_PREVIEW_TARGET_DATACENTER=\tDestination datacenter: '{0}' \n
# 10036
CLC_RESTORE_VM_PREVIEW_TARGET_DATASTORE=\tDestination datastore: '{0}' \n
# 10037
CLC_RESTORE_VM_PREVIEW_TARGET_HOST=\tDestination host: '{0}' \n
# 10038
CLC_RESTORE_VM_PREVIEW_TARGET_VMBACKDIR=\tDestination CTL folder: '{0}' \n
# 10039
CLC_RESTORE_VM_PREVIEW_TARGET_PROVISION=\tDestination provision: '{0}' \n
# 10040
CLC_RESTORE_VM_PREVIEW_TARGET_AUTOSTART=\tDestination autostart:
# 10041
CLC_RESTORE_VM_PREVIEW_TARGET_VPORTGROUP=\tDestination vPortGroup: '{0}' \n
# 10042
CLC_RESTORE_VM_PREVIEW_TARGET_SWITCH=\tDestination vSwitch: '{0}' \n
# 10043
CLC_RESTORE_VM_PREVIEW_TARGET_NETWORK=\tDestination network: '{0}' \n
# 10044
CLC_RESTORE_VM_PREVIEW_ERROR_MESSAGE=\tError code: '{0}'\n\tError message:\n{1}\n
# 10045
DSI_PREFERC_NLS_LANG_FORMAT=Language Settings
# 10046
CLC_RESTORE_VM_PREVIEW_HYPERV_TARGET_PATH=\tTarget Path: '{0}' \n
# 10062
DSI_PREFERA_ADVANCED_PREFERENCES=Error log
# 10064
DSI_PREFERA_ADVANCED_PREF_SCHEDLOG=Schedule Log
# 10080
DSI_TCPIP_USETLS12=Require TLS 1.2 or above
# 10112
dsmEvent_VM_backup_preview={0}. VM Name: {1}\n\n\tDomain Keyword: {2}\n\tMode: {3}\n\tTarget Node Name: {4}\n\tData Mover Node Name: {5}\n\tCluster Resource: {6}\n
# 10113
dsmEvent_VM_backup_preview_disk=\tDisk[{0}]\n\tName: {1}\n\tCapacity: {2}\n\tSize: {3}\n\tFull Backup: {4}\n\tIncremental Backup: {5}\n\tDisk Type: {6}\n\tNumber of Subdisk: {7}\n
# 10114
dsmEvent_VM_backup_preview_subdisk=\tSubdisk[{0}]\n\tName: {1}\n\tCapacity: {2}\n\tSize: {3}\n\tFull Backup: {4}\n\tIncremental Backup: {5}\n\tDisk Type: {6}\n
# 10117
dsmEvent_VM_backup_preview_disk_816=\tDisk[{0}]\n\tName: {1}\n\tCapacity: {2}\n\tSize: {3}\n\tStatus: {4}\n\tDisk Type: {5}\n\tNumber of Subdisk: {6}\n
# 10118
dsmEvent_VM_backup_preview_subdisk_816=\tSubdisk[{0}]\n\tName: {1}\n\tCapacity: {2}\n\tSize: {3}\n\tStatus: {4}\n\tDisk Type: {5}\n
# 10119
DSW_MENU_ADSM_BACKUP_NAS=Backup NAS\n
# 10120
DSW_MENU_ADSM_RESTORE_NAS=Restore NAS\n
# 10121
DSW_MENU_UTILS_DELETE_DATA_NAS=&Delete Filespaces NAS...
# 10888
DSI_PREFERB_ADAPTIVE_SUBFILE_BACKUP_CACHEPATH=Browse for cache path
# 10889
DSI_PREFA_ENCRYPTION_TYPE_TITLE=Encryption Type
# 10890
DSI_PREFA_56BITDES=56-bit DES
# 10891
DSI_PREFA_128BITAES=128-bit AES
# 10893
CLI_CONN_SERVERONLY="Server Only"
# 10894
CLI_CONN_CLIENTORSERVER="Client Or Server"
# 10895
CLI_CONN_DEDUPLICATION=Deduplication...........: {0}\n
# 10897
CLI_CONN_FO_MODE_CONFIGURED=Configured for failover to server {0}
# 10898
CLI_CONN_FO_MODE_CONNECTED=Connected in failover mode to server {0}
# 10899
CLI_CONN_FO_MODE_NOTCONFIGURED=Not configured for failover
# 10900
CLI_CONN_HOMESERVER_NAME=Home Server Name........: {0}\n
# 10902
COLON_CHARACTER=:
# 10903
HYPERV_RESTORE_DEST_DIALOG_DESCRIPTION=Select restore options for {0}
# 10904
HYPERV_RESTORE_DEST_DIALOG_RESTORE_AS=Restore as
# 10905
HYPERV_RESTORE_DEST_DIALOG_ORIGINAL_NAME=Original name
# 10906
HYPERV_RESTORE_DEST_DIALOG_ALTERNATIVE_NAME=Alternative name
# 10907
HYPERV_RESTORE_DEST_DIALOG_ALTERNATIVE_LOCATION=Alternative location
# 10908
HYPERV_RESTORE_DEST_DIALOG_REPLACE_ACTION=Action for VM that already exists
# 10909
TEXTFIELD_VALIDATION_MINIMUM_CHARACTERS=Minimum characters
# 10910
TEXTFIELD_VALIDATION_MAXIMUM_CHARACTERS=Maximum characters
# 10911
TEXTFIELD_VALIDATION_INVALID_CHARACTERS=Invalid characters
# 10912
TEXTFIELD_VALIDATION_WHITESPACE_ONLY_INVALID=Whitespace only not allowed
# 11024
DSI_NoObjToDelete=No objects to delete.
# 11040
CLI_Never=Never
# 11118
DSI_PREVIEW_PROCEED_QUESTION=Depending on the number of objects to query, this operation could take a while to complete.\n\nAre you sure you want to continue?
# 11160
CLI_Processing_Finished=\n{0} processing finished.\n
# 11173
DSI_Rest_Image_Confirm=Restoring the selected image(s) will replace all filesystem parameters and data that currently resides there. Are you sure you want to proceed?
# 11174
CLI_Default_Archive_Description=Archive Date: {0}
# 11222
DSC_MONTH_JANUARY=January
# 11223
DSC_MONTH_FEBRUARY=February
# 11224
DSC_MONTH_MARCH=March
# 11225
DSC_MONTH_APRIL=April
# 11226
DSC_MONTH_MAY=May
# 11227
DSC_MONTH_JUNE=June
# 11228
DSC_MONTH_JULY=July
# 11229
DSC_MONTH_AUGUST=August
# 11308
COMMON_FilesystemNoLabel=(Drive Has No Label)
# 11309
COMMON_FilesystemNotAvailable=(Drive Not Available)
# 11310
COMMON_SubstDrive=(SUBST Alias of Drive {0}:)
# 11318
CLI_No_File_Spaces_Found=No file spaces for node '{0}' were found on the server\n
# 11321
CLI_Rest_Image_Confirm=Restoring a file system or raw logical volume will replace any data that\ncurrently resides there and all file system parameters. Are you sure you want to replace\n File System/Volume: '{0}'?
# 11351
DSC_MONTH_SEPTEMBER=September
# 11352
DSC_MONTH_OCTOBER=October
# 11353
DSC_MONTH_NOVEMBER=November
# 11354
DSC_MONTH_DECEMBER=December
# 11355
DSC_BS_FIRSTVOL_PROMPT=Please enter the location of the first backup set volume.
# 11356
DSC_BS_NEXTVOL_PROMPT=Please enter the location of the next backup set volume.
# 11357
DSC_BS_LASTVOL_PROMPT=Please enter the location of the last backup set volume.
# 11358
DSC_BS_NUMBEREDVOL_PROMPT=Please enter the location of the backup set volume number {0}.
# 11373
CLI_CONN_YES="Yes"
# 11374
CLI_CONN_NO="No"
# 11416
GUI_NOT_CONNECTED=NOT CONNECTED
# 11429
GUI_COMM_FAILURE_Question=Do you wish to continue for purposes of local backupset restore? \n
# 11443
DSI_DOM_MACHINE_LABEL=Data Protection for Domino
# 11444
DSI_DOM_DATADIR_LABEL=Domino Data Directory
# 11445
DSI_DOM_DBRESTORE_LABEL=Databases to Restore
# 11446
DSI_DOM_DBACTIVATE_LABEL=Databases to Activate
# 11447
DSI_DOM_DBACTIVATE_OTHER_LABEL=Other Databases
# 11448
DSI_COLUMN_ATTRIBUTE=Attribute
# 11449
DSI_DOM_NoDbsToActivate=No databases to activate.
# 11450
DSI_OBJINFO_TYPE_DOM_MACHINE=Domino Node
# 11451
DSI_OBJINFO_TYPE_DOM_SERVER=Domino Server
# 11452
DSI_OBJINFO_TYPE_DOM_DATADIR=Domino Data Directory
# 11453
DSI_OBJINFO_TYPE_DOM_DIR=Domino Directory
# 11454
DSI_OBJINFO_TYPE_DOM_DB=Domino NSF Database
# 11455
DSI_OBJINFO_TYPE_DOM_LOG=Domino Transaction Log Extent
# 11456
DSI_OBJINFO_TYPE_DOM_RESTORE=Domino Restore
# 11457
DSI_OBJINFO_TYPE_DOM_RESTORELOG=Domino Transaction Log Restore
# 11458
DSI_OBJINFO_TYPE_DOM_ACTIVATE=Domino Activate
# 11459
DSI_OBJINFO_TYPE_DOM_NODE=Domino Machine
# 11460
DSI_OBJINFO_TYPE_DOM_ACTIVATE_OTHER=Domino Activate Other Databases
# 11465
DSI_ACTIVEDIR_LOCALDEL=Local Deleted Objects
# 11466
DSI_DOM_NoLogsToInactivate=No logs to inactivate.
# 11467
DSI_COLUMN_VALUE=Value
# 11468
DSI_DOM_OBJECTS_ACTIVATED=Activated:
# 11469
DSI_DOM_OBJECTS_INACTIVATED=Inactivated:
# 11470
DSI_DOM_SERVER=Server {0}
# 11471
DSI_DOM_DB_LOGGED=Logged:
# 11472
DSI_DOM_VERSION=Version:
# 11473
DSI_DOM_BUILD=Build:
# 11474
DSI_DOM_TXN_LOGGING=Logging:
# 11475
DSI_DOM_TXN_LOGGING_ARCHIVAL=Archival
# 11476
DSI_DOM_TXN_LOGGING_LINEAR=Linear
# 11477
DSI_DOM_TXN_LOGGING_CIRCULAR=Circular
# 11478
DSI_DOM_TXN_NO_LOGGING=No Logging
# 11479
DSI_PIT_USE_IT_DOM=Use a Point in Time date during restore or Domino activate
# 11481
DSI_DOM_DB2_GROUPS_LABEL=Db2 Groups
# 11482
DSI_BackChoice_DomDb2DB=Db2 database
# 11483
DSI_BackChoice_DomDb2Group=Db2 Group
# 11484
DSI_OBJINFO_TYPE_DOM_DB2NSF=Domino DB2NSF Database
# 11485
DSI_OBJINFO_TYPE_DOM_DB2GROUP=Domino DB2 Group
# 11486
DSI_OBJINFO_TYPE_DOM_DB2CLASS=Domino DB2 Class
# 11490
DSI_TRUE=TRUE
# 11493
DSI_PREFERR_MIGSTATE=Restore as migrated file
# 11494
DSI_PREFERR_CHECK_STUB_ACCESS=Restore resident if not accessible
# 11495
DSI_PREFERB_SKIP_MIGRATED=Skip migrated files
# 11496
DSI_PREFERR_MIGRATED_FILES=Restore settings
# 11497
DSI_PREFERB_BACKUP_ARCHIVE_SETTINGS=Backup / archive settings
# 11498
DSI_PREFERH_HSM_FOR_WINDOWS=HSM for Windows
# 11499
DSI_FALSE=FALSE
# 11508
DSI_DOM_ACTIVATE_BUTTON=Activate
# 11509
DSI_DOM_ACTIVATEDB=Activate Databases on a Restore operation
# 11510
DSI_DOM_APPLYLOG=Apply Logs on an Activate operation
# 11511
DSI_DOM_ROLLFORWARD_BUTTON=Rollforward
# 11512
DSI_DOM_BACLIENT_VIEW=B/A Client
# 11513
DSI_DOM_NSF_VIEW=Domino NSF
# 11517
DSI_DOM_FULLDB2_RESTORE=Databases to Restore
# 11518
DSI_DOM_DB2GROUP_RESTORE=Groups to Restore
# 11519
DSI_DOM_DB2NSF_ACTIVATE=Databases to Activate
# 11520
DSI_DOM_DB2_ROLLFORWARD=Databases to Rollforward
# 11521
DSI_DOM_DB2_VIEW=Domino DB2
# 11522
DSI_DOM_DB2REST_ALT_DB=Restore to alternate Db2 database
# 11523
DSI_DOM_DB2REST_INPLACE_DB=Inplace Restore
# 11526
DSI_DOM_DB2REST_CHANGE_ALT_DBNAME=Name of alternate Db2 database
# 11527
DSI_DOM_DB2REST_CHANGE_ALT_DBLOCATION=Location of alternate Db2 database
# 11528
DSI_DOM_DB2REST_CHANGE_ALT_DBLOG_PATH=Log path for alternate Db2 database
# 11529
DSI_DOM_DB2REST_CHANGE_DB2CONTAINER_PATH=Db2 groups container path
# 11530
DSI_DOM_DB2ACTIVATE_LOCK_DB2GRP=Lock Db2 group after activation
# 11531
DSI_DOM_DB2ACTIVATE_ISOLATE_DB2GRP=Isolate Db2 group after activation
# 11532
DSI_DOM_DB2_RESTOPT=Data Protection for Domino DB2 Restore Options
# 11533
DSI_DOM_DB2_ACTOPT=Data Protection for Domino DB2 Activate Options
# 11535
DSI_DOM_ROLLFORWARD_EXTOPT=Domino DB2 database rollforward options
# 11536
DSI_DOM_ROLLFORWARD_OPT=Rollforward options
# 11538
DSI_DOM_ROLLFORWARD_APPLYLOG=Apply Logs
# 11540
DSI_DOM__DB2_ACTDST_WINDOWS_TITLE=Activate Destination
# 11541
DSI_DOM__DB2_ACTDST_ACTIVATE_TO=Activate to
# 11542
DSI_DOM_DB2_ACTDST_TITLE=Select destination for activated objects
# 11543
DSI_DOM_DB2_ACTDST_OK=Activate
# 11544
DSI_DPREFP_MEMRESIDENT_BUTTON=Use memory-resident method
# 11545
DSI_DPREFP_MEMSAVING_BUTTON=Use memory saving method
# 11546
DSI_DPREFP_DISKCACHE_BUTTON=Use disk cache method
# 11547
DSI_DPREFP_DISKCACHE_TEXT=Disk Cache File Location:
# 11549
DSI_DPREFP_SELECT_FILESPACE_BUTTON=Select individual filespaces:
# 11550
DSI_PREFERB_CHECK_REPARSE_CONTENT=Check stub reparse content
# 11556
DSI_DOM_RESTLOG_LABEL=Restore Log Archive
# 11557
DSI_DOM_ARCHLOG_BUTTON=Archive Log
# 11558
DSI_DOM_INACTIVATELOG_BUTTON=Inactivate Log Archives
# 11559
DSI_DPREFP_SELECT_ALLFILESPACES_BUTTON=Apply algorithm to all the filespaces
# 11567
DSI_OS_LABEL=Operating System
# 11569
DSJ_OBJINFO_VMAppProtectType_LABEL=Application Protection Type:
# 11570
DSJ_OBJINFO_VMApps_LABEL=Application(s) Protected:
# 11571
DSI_DPREFP_SELECT_FILESPACES_GROUP=Individual Filespace Statement List
# 11572
DSI_BackChoice_Domino=Backup Domino
# 11588
Comparing_Files_On_Server=Comparing local system files with active version on the server. This may take a long time depending on the number of files...\n
# 11603
DSI_PREFERH_HSM_FOR_WINDOWS_TITLE=HSM for Windows Preferences
# 11606
DSJ_EXPRESS_BACKUP_DOMAIN_PREFERENCE_HELP_TEXT=Specify the drives to include for file level backup. New and changed files on the selected drives are backed up during scheduled backups or file level backups that you initiate from this computer. At least one drive must be specified.
# 11607
DSJ_EXPRESS_BACKUP_IMAGE_PREFERENCE_HELP_TEXT=Specify the drives and objects to include for image backup of your system. The selected items on this list are backed up during scheduled image backups or image backups of your predefined drives that you initiate from this computer. At least one drive must be specified.
# 11615
DSJ_LAST_BACKUP_LABEL=Last Backup Report
# 11616
DSJ_LAST_BACKUP_HELP=This report shows the statistics of your most recent backup of new and changed files. The list of files that failed to be backed up is displayed. To retry a backup of the files that failed, click Explore and Back Up Files in the IBM Spectrum Protect window, select the files that failed to be backed up, and click the Backup button.
# 11617
DSJ_LAST_BACKUP_SCHEDULE=Your last backup of new and changed files using schedule {0} completed with {1} errors.\nIt took {2} minutes and {3} seconds to complete and back up {4} files.
# 11618
DSJ_LAST_BACKUP_INTERACTIVE=Your last interactive backup of new and changed files completed with {0} errors.\nIt took {1} minutes and {2} seconds to complete and back up {3} files.
# 11619
DSJ_LAST_BACKUP_TRANSFERRED=Bytes transferred: {0}
# 11621
DSI_DOM_REPLACEDB=Replace Existing Files
# 11622
DSJ_LAST_BACKUP_TABLE_FILE_COLUMN=File Name
# 11624
DSJ_LAST_BACKUP_TABLE_REASON_COLUMN=Reason
# 11625
DSJ_LAST_BACKUP_AGGREGATE_RATE=Data transfer rate: {0} KB/sec
# 11626
DSJ_LAST_BACKUP_LOG=Click here to see the detailed error log.
# 11627
DSJ_LAST_BACKUP_TITLE=IBM Spectrum Protect Express Client
# 11628
DSJ_LAST_BACKUP_STATS=Statistics
# 11629
DSJ_LAST_BACKUP_PERF_STATS=Performance Statistics
# 11631
DSI_PREFERB_IMAGE_BACKUP=Image Backup
# 11632
DSI_PREFERB_IMAGE_BACKUPLIST=Image Backup List
# 11633
DSI_PREFERB_FILE_BACKUP=File Level Backup
# 11634
DSJ_EXPRESS_RESTORE_PREFERENCE_LABEL=Select the default action for restoring existing files:
# 11635
DSJ_EXPRESS_BACKUP_COMMON_PREFERENCE_HELP_TEXT=This option compresses files before you send them to the backup server. Compressing your files reduces data storage for backup versions of your files. It can, however, affect backup client throughput. A fast processor on a slow network connection benefits from compression, but a slow processor on a fast network connection does not.
# 11636
DSJ_EXPRESS_DIAGNOSTIC_JAVAGUI_TRACE_PREFERENCE_DIALOG=Java GUI Diagnostics
# 11637
DSJ_EXPRESS_DIAGNOSTIC_JAVAAPPLET_TRACE_PREFERENCE_DIALOG=Java Applet Diagnostics
# 11638
DSJ_EXPRESS_DIAGNOSTIC_JAVAGUI_HELP_TEXT=Enable Java GUI tracing. The changes to the Java GUI trace settings are in effect only for this invocation of the application. Use only at the direction of your Service Representative.
# 11639
DSJ_EXPRESS_DIAGNOSTIC_JAVAAPPLET_HELP_TEXT=Enable Java Applet tracing. The changes to the Java Applet trace settings are in effect only for this invocation of the applet. Use only at the direction of your Service Representative.
# 11645
DSI_BACKUP_VM_ALWAYS_FULL=Always Full
# 11652
DSI_PREFERP_CHOOSE_DCL=Choose the Disk Cache Location
# 11653
DSI_PREFERP_CHOOSE_FILESPACE=Choose Filespace
# 11655
DSI_Failed_To_Create_Stream=Failed to create named stream
# 11661
DSJ_LAST_BACKUP_TABLE_TITLE=List of new and changed files that failed.
# 11665
DSI_Rest_HyperV_Confirm=Restoring the selected Virtual Machine '{0}' will stop the VM, delete all the VM files, then restore the VM with the backup. It is recomended that you manually shutdown the VM before proceeding to cleanly stop any applications running inside the VM. Are you sure you want to proceed?
# 11667
DSI_GENERIC_INCLUDED=included
# 11668
DSI_GENERIC_EXCLUDED=excluded
# 11671
DSI_REPLICATION_INFORMATION_LABEL=Failover Server Information
# 12070
DSW_WIZ_CHOOSE_PATH=Browse for Directory
# 12100
DSI_VMBACKUP_Processing_Snapshot_Disk=Processing snapshot\n\tdisk: {0} ({1})\n\tCapacity: {2}\n\tData to Send: {3}\n\tTransport: {4}[sending]\n
# 12101
DSI_VMBACKUP_Backup_Config_Info=Backing up Full VM configuration information for '{0}'\n
# 12102
DSI_VMBACKUP_Restoring_Disk=Restoring disk {0} ({1}), Capacity: {2} {3}[receiving]\n
# 12103
DSI_VMBACKUP_Restoring_Full= Restoring FULL ({0}) - bytes to restore: {1}\n
# 12104
DSI_VMBACKUP_Restoring_Incr=Restoring {0} ({1}) - bytes to restore: {2}\n
# 12105
DSI_VMBACKUP_Restore_Config_Info=Restoring VM configuration information for '{0}'\n
# 12115
DSI_VMBACKUP_Restoring_Incr_Enhanced=Restoring '{0}' Hard Disk {1}\n Type : {2}\n Timestamp : {3}\n Bytes to restore : {4}\n\n
# 12116
DSI_VMBACKUP_Preparing_Disk_For_Restore=Preparing '{0}' Hard Disk {1} to be Restored \n
# 12117
DSI_VMBACKUP_Restoring_Incr_New=Restoring '{0}' {1}\n Disk : '{2}'\n Disk Capacity : {3} Bytes\n Data to Restore : {4} Bytes\n Transport : {5}\n Backup Time : {7} {6}\n\n
# 12118
DSI_VMBACKUP_Disk_Restored=Restoring {0} '{1}' {2} [Done] \n
# 12119
DSI_VMBACKUP_Restoring_Disks=Restoring virtual disks for virtual machine '{0}'\n Total disks to restore : {1}\n Disks to restore concurrently : {2}\n Maximum Sessions per disk : {3}\n\n
# 12120
DSI_VMBACKUP_Restore_Sessions=Using {1} session(s) to restore virtual machine '{2}' Disk {0} .\n
# 12200
DSW_MENU_FILE=&File
# 12201
DSW_MENU_FILE_LOGIN=&Login
# 12202
DSW_MENU_FILE_CONNECTION_INFO=&Connection Information
# 12210
DSW_MENU_EDIT=&Edit
# 12214
DSW_MENU_EDIT_SELECT=&Select Items
# 12215
DSW_MENU_EDIT_DESELECT=&Deselect Items
# 12216
DSW_MENU_EDIT_BSLOC=&Backup Set Location
# 12217
DSW_MENU_EDIT_INCLUDE_ITEM=&Include Item(s)
# 12218
DSW_MENU_EDIT_EXCLUDE_ITEM=&Exclude Item(s)
# 12220
DSW_MENU_ADSM=&Actions
# 12221
DSW_MENU_ADSM_BACKUP=&Backup
# 12222
DSW_MENU_ADSM_RESTORE=&Restore
# 12223
DSW_MENU_ADSM_RESTART_RESTORE=Re&startable Restores...
# 12224
DSW_MENU_ADSM_ARCHIVE=&Archive Package
# 12225
DSW_MENU_ADSM_RETRIEVE=Re&trieve Package
# 12226
DSW_MENU_ADSM_BACKUP_DOMAIN=Backup &Domain
# 12227
DSI_VMWARE_VMS_NODE_LABEL=VMware VMs
# 12230
DSW_MENU_UTILITIES=&Utilities
# 12231
DSW_MENU_UTILS_CHANGE_PASSWORD=&Change Password...
# 12232
DSW_MENU_UTILS_NODE_ACCESS_LIST=&Node Access List...
# 12233
DSW_MENU_UTILS_ANOTHER_USER=&Access Another Node...
# 12234
DSW_MENU_UTILS_VIEW_POLICY=&View Policy Information
# 12235
DSW_MENU_UTILS_DELETE_ARCHIVE=De&lete Archive Data...
# 12236
DSW_MENU_UTILS_DELETE_DATA=&Delete Filespaces...
# 12239
DSW_MENU_ADSM_RESTORE_VM=Restore &VM
# 12240
DSW_MENU_VIEW=&View
# 12245
DSW_MENU_VIEW_DISPLAY_ACTIVEINACTIVE_FILES=Display active/&inactive files
# 12246
DSW_MENU_VIEW_DISPLAY_ACTIVEFILESONLY=Display &active files only
# 12247
DSW_MENU_VIEW_FILE_DETAILS=&File details...
# 12248
DSW_MENU_VIEW_EXPAND=&Expand branch
# 12249
DSW_MENU_VIEW_EXPAND_ENTIRE=Expand entire &branch
# 12250
DSW_MENU_VIEW_COLLAPSE=&Collapse branch
# 12251
DSW_MENU_VIEW_COLLAPSE_ENTIRE=Co&llapse entire branch
# 12256
DSJ_APPLETPREF_JVMENV=Java Environment
# 12257
DSJ_APPLETPREF_VENDOR=Vendor:
# 12258
DSJ_APPLETPREF_OS=Operating System:
# 12259
DSJ_APPLETPREF_OSVER=OS Version:
# 12263
DSW_MENU_HELP_INTERNET_RESOURCES=&Internet Resources
# 12264
DSW_MENU_HELP_PROD_URL=Product home page
# 12265
DSW_MENU_HELP_PROD_TECH_SUPPORT_URL=Support portal
# 12266
DSW_MENU_HELP_BRAND_URL=IBM Spectrum Protect
# 12267
DSW_MENU_HELP_REDBOOKS_URL=IBM Redbooks
# 12268
DSW_MENU_HELP_README=Readme
# 12269
DSW_MENU_HELP_BOOKS=Product documentation
# 12270
DSW_MENU_HELP=&Help
# 12271
DSW_MENU_HELP_TOPICS=&Help Topics
# 12275
DSW_MENU_HELP_GET_STARTED=&Getting Started...
# 12276
CLI_VMBACKUP_VDDK_Copyright=Copyright (c) 2010 Codethink Limited. Copyright (c) 2015 Canonical Limited. Copyright (C) 1998, 2019 Free Software Foundation, Inc.\n
# 12277
DSW_MENU_ABOUT_ADSM=&About IBM Spectrum Protect
# 12278
DSW_MENU_UTILS_SETUPWIZARD=Setup &Wizard
# 12279
DSW_MENU_ADSM_BACKUP_DOMAIN_IMAGE=Backup Domain &Image
# 12280
DSW_MENU_UTILS_ASRDISKETTE=C&reate ASR Diskette
# 12281
DSW_CREATE_ASRDISKETTE=Specify the floppy drive that IBM Spectrum Protect is used to create the ASR recovery diskette. Insert a blank floppy into the designated drive and press Finish.
# 12282
DSW_CREATE_ASRDISKETTE_TITLE=Create Automated System Recovery Diskette
# 12283
DSI_RESTORE_VM_TITLE=Restore Virtual Machine
# 12284
DSI_VIRTUALMACHINES_NODE_LABEL=Virtual Machines
# 12285
DSI_COLUMN_VM_NAME=VM
# 12286
DSI_COLUMN_VM_HOSTNAME=VM Hostname
# 12287
DSI_COLUMN_VM_HOSTSRV=Host Server
# 12288
DSI_COLUMN_VM_ID=VM Id
# 12289
DSI_COLUMN_TYPE=Type
# 12290
DSI_COLUMN_STATUS=Status
# 12291
DSI_COLUMN_CHNGTRK=Change Tracking
# 12292
DSW_CREATE_ASRDISKETTE_COMPLETE=ASR Diskette contents were successfully written to {0}
# 12301
DSW_MENU_UTILS_CFGWIZ=Configuration &Wizard(s)
# 12310
DSI_PREFER_CFGWIZ_ERROR_BETWEEN=Error: Field '{0}' must be in the range from {1} to {2}.
# 12311
DSI_PREFER_CFGWIZ_NOT_LENGTH_MORE=Error: The length of '{0}' can not be more than {1} characters.
# 12312
DSI_PREFER_CFGWIZ_REQUIRED=Error: Field '{0}' is required and must have a valid value entered.
# 12313
DSI_PREFER_CFGWIZ_CHAR_ERROR_BETWEEN=Error: Field '{0}' must be at least {1} characters long and no more than {2} characters long.
# 12314
DSI_PREFER_CFGWIZ_NOT_MORE=Error: Field '{0}' must not be greater than {1}
# 12315
DSI_PREFER_CFGWIZ_AT_LEAST=Error: Field '{0}' must not be less than {1}
# 12316
DSI_PREFER_CFGWIZ_LENGTH_AT_LEAST=Error: Field '{0}' must be at least {1} characters long
# 12317
CLI_VMBACKUP_ConsoleStatus33_Fullvm_Restore_With_New_Name_Success=Successful full restore of virtual machine '{0}' to new virtual machine with name '{1}'\n
# 12318
DSI_GENERIC_CFGWIZ_COMPLETED=The Configuration Wizard Completed Successfully
# 12320
DSI_GENERIC_CFGWIZ_CANCEL=The Configuration Wizard has been Aborted upon User's Request
# 12321
CLI_VMBACKUP_ConsoleStatus21_Fullvm_backup_start=Starting Full VM backup of Virtual Machine '{0}'\n
# 12322
CLI_VMBACKUP_ConsoleStatus22_Fullvm_backup_Success=Successful Full VM backup of Virtual Machine '{0}'\n
# 12323
CLI_VMBACKUP_ConsoleStatus23_Restore_Final_Cmd_Complete=Restore VM command complete\n
# 12324
CLI_VMBACKUP_ConsoleStatus24_Restore_Final_Success_Count=Total number of virtual machines restored successfully: {0}\n
# 12325
CLI_VMBACKUP_ConsoleStatus25_Restore_Final_Failed_Count=Total number of virtual machine restores failed: {0}\n
# 12326
CLI_VMBACKUP_ConsoleStatus26_Fullvm_Restore_Avail_At_Loc=Restored Full VM files are now available at location:\n {0}\n
# 12327
CLI_VMBACKUP_ConsoleStatus27_Restore_Converter_Tool_Info=Virtual Infrastructure Client or VMware Converter tool can be used to redefine virtual machine to the VMware Virtual Center Inventory.\n
# 12328
CLI_VMBACKUP_ConsoleStatus28_Restore_Converter_Prompt=Would you like to launch VMware Converter now?
# 12329
CLI_VMBACKUP_ConsoleStatus29_Restore_Launching_Converter=Launching VMware Converter...\n
# 12330
CLI_VMBACKUP_ConsoleStatus30_Restore_VM_Cmd_Start=Restore VM command started. Total number of virtual machines to process: {0}\n
# 12331
CLI_VMBACKUP_ConsoleStatus31_Restore_Start=Restore of Virtual Machine '{0}' started\n\n
# 12332
CLI_VMBACKUP_ConsoleStatus32_Restore_Start2=Starting Full VM restore of Virtual Machine '{0}'\n
# 12333
CLI_VMBACKUP_ConsoleStatus33_Fullvm_Restore_Success=Successful Full VM restore of Virtual Machine '{0}'\n
# 12334
CLI_VMBACKUP_ConsoleStatus34_Restore_Success_indent= virtual machine '{0}' restored successfully\n
# 12335
CLI_VMBACKUP_ConsoleStatus35_Fullvm_Restore_Loc_indent= restore location: {0}\n
# 12336
CLI_VMBACKUP_ConsoleStatus36_Restore_Failed_indent= virtual machine '{0}' restore failed\n
# 12337
CLI_VMBACKUP_ConsoleStatus37_Fullvm_Restore_Avail_At_Loc2=Restored Full VM files are now available at location:\n {0}\fullvm\\n
# 12338
CLI_VMBACKUP_ConsoleStatus41_Fullvm_Backup_Avail_At_Loc2=Local copy of Full VM image files available at location:\n {0}\fullvm\\n
# 12339
DSI_HYPERV_VMS_NODE_LABEL=Hyper-V VMs
# 12340
DSI_ON_MSG=On
# 12341
DSI_OFF_MSG=Off
# 12342
DSI_NOT_SUPPORTED_MSG=Not Supported
# 12343
DSI_BACKUP_VM_TITLE=Backup Virtual Machine
# 12344
CLI_VMBACKUP_ConsoleStatus31_Restore_Mountcleanupall=Started cleanup for all VM mounts older than {0} hours\n\n
# 12500
DSJ_LANGUAGE_ID=en_US
# 12501
DSJ_HELPBASE=wchelp
# 12504
DSJ_OBJINFO_ENCRYPTION_TYPE_LABEL=Encryption Type:
# 12505
DSJ_OBJINFO_DEDUPLICATED_LABEL=Client-deduplicated:
# 12506
DSJ_OBJINFO_COMPRESSED_LABEL=Compressed:
# 12507
DSJ_OBJINFO_ATTRIB_COMPRESSED=Compressed
# 12508
DSJ_OBJINFO_ATTRIB_ENCRYPTED=Encrypted
# 12509
DSW_TSM_HOMEPAGE=https://www.ibm.com/products/data-protection-and-recovery
# 12510
DSW_TECHSUPT_HOMEPAGE=https://www.ibm.com/mysupport/s/topic/0TO50000000IQWvGAO/spectrum-protect
# 12511
DSW_TIVOLI_HOMEPAGE=https://www.ibm.com/products/data-protection-and-recovery
# 12512
DSW_TSMPUBS_HOMEPAGE=https://www.ibm.com/docs/en/spectrum-protect/8.1.13
# 12513
DSW_REDBOOKS_HOMEPAGE=https://www.redbooks.ibm.com/Redbooks.nsf/domains/spectrumcomputing
# 12514
DSI_FILECHOOSER_FILESTYPE=Files of type:
# 12516
DSI_FILECHOOSER_LOOKIN=Look in:
# 12517
DSI_FILECHOOSER_LIST=List
# 12518
DSI_FILECHOOSER_NEWFOLDER=Create New Folder
# 12519
DSI_FILECHOOSER_HOME=Home
# 12550
DSI_GENERIC_CFGWIZ_CREATE_ASSIGNMENT_HELP=Please assign a value for '{0}' in the text box below:
# 12551
DSI_GENERIC_CFGWIZ_MODIFY_ASSIGNMENT_HELP=Please make a selection for '{0}' from the list below:
# 12552
DSI_GENERIC_CFGWIZ_CREATE_ASSIGNMENT=Create Assignment
# 12553
DSI_GENERIC_CFGWIZ_MODIFY_ASSIGNMENT=Modify Assignment
# 12555
DSI_GENERIC_CFGWIZ_SELECT_ONE=Select one of the Following
# 12557
DSO_OBJINFO_EASIZE=EA Buffer Size:
# 12558
DSO_OBJINFO_ACLSIZE=ACL Size:
# 12560
DSO_OBJINFO_LAST_ACCESS=Last Access Date:
# 12561
DSO_OBJINFO_LAST_CHANGED=Last Changed Date:
# 12562
DSO_OBJINFO_ALLOC_SIZE=Allocated Size:
# 12564
DSJ_REGISTRY_MACHINE_HIVE=HKEY_LOCAL_MACHINE
# 12565
DSJ_REGISTRY_USERS_HIVE=HKEY_USERS
# 12566
DSJ_APPLET_PREF_TITLE=Applet Preferences
# 12585
DSI_JOURNAL_WIZARD_DESC=This wizard will guide you through the configuration process of the Journal-based backup (JBB) Engine.\n\nThe wizard will let you set specific JBB options and install the JBB daemon service.
# 12604
DSJ_MENU_EDIT_APPLET_PREF=&Applet Preferences
# 12605
DSJ_MENU_EDIT_CLIENT_PREF=&Client Preferences
# 12606
DSJ_MENU_EDIT_JAVA_DIAGNOSTIC=&Java Diagnostic
# 12607
DSJ_MENU_FILE_JAVAGUI_EXIT=&Exit
# 12639
DSI_NO_DRIVES_AVAILABLE=No removable drives were found. Your system must have at least one removable drive for this operation.
# 12700
DSJ_HUB_BACKUP_BUTTON=Backup
# 12701
DSJ_HUB_ARCHIVE_BUTTON=Archive
# 12702
DSJ_HUB_RESTORE_BUTTON=Restore
# 12703
DSJ_HUB_RETRIEVE_BUTTON=Retrieve
# 12705
DSJ_HUB_WELCOME=Welcome to IBM Spectrum Protect. Click below to perform a task.
# 12706
DSJ_HUB_BACKUP_HEADER=Backup
# 12707
DSJ_HUB_BACKUP_TEXT=Backup and Restore copies of data that are frequently updated.
# 12708
DSJ_HUB_ARCHIVE_HEADER=Archive
# 12709
DSJ_HUB_ARCHIVE_TEXT=Archive and Retrieve copies of data that are preserved for a specific period of time.
# 12710
DSJ_HUB_BACKUP_BUTTON_TEXT=Copies files to server storage to prevent loss of data.
# 12711
DSJ_HUB_RESTORE_BUTTON_TEXT=Restores saved files from server storage.
# 12712
DSJ_HUB_ARCHIVE_BUTTON_TEXT=Creates an archive copy in long-term storage.
# 12713
DSJ_HUB_RETRIEVE_BUTTON_TEXT=Retrieves an archive copy from long-term storage.
# 12750
DSJ_BACKOPTIONS_NTSECURITY_CHECK=Back up NTFS security information
# 12751
DSJ_RESTOPTIONS_NTSECURITY_CHECK=Restore NTFS security information
# 12754
DSJ_CHGPASS_USERID=User id:
# 12755
DSJ_LOGIN_USERID=Node Admin id:
# 12756
DSJ_PASSWORD_USERID=User id:
# 12757
DSJ_CONNECTION_TITLE=IBM Spectrum Protect Connection Information
# 12758
DSJ_CONN_CLIENT_USER_ID=User ID:
# 12759
DSJ_CONN_CLIENT_IP_ADDR=IP Address:
# 12760
DSJ_CONN_CLIENT_NODE_NAME=Node Name:
# 12761
DSJ_CONN_CLIENT_TYPE=Type:
# 12762
DSJ_CONN_CLIENT_VERSION=Version:
# 12763
DSJ_CONN_AUTHORITY_LEVEL=Authority Level:
# 12764
DSJ_CONN_AUTH_SYSTEM=System
# 12765
DSJ_CONN_AUTH_POLICY=Policy
# 12766
DSJ_CONN_AUTH_OWNER=Client Owner
# 12767
DSJ_CONN_AUTH_ACCESS=Client Access
# 12768
DSJ_CONN_AUTH_NONE=None
# 12800
DSJ_APPLET_PREF_NOTE=Note: The changes to the settings in this dialog are in effect only for this invocation of the applet.
# 12801
DSJ_APPLET_PREF_ENTER_TRACEFILE=Enter applet tracefile name
# 12806
DSJ_APPLET_PREF_TRACEFLAGS=Applet Diagnostics
# 12807
DSJ_APPLET_PREF_ENABLE_TRACEFLAGS=Enable applet traceflags
# 12808
DSJ_APPLET_PREF_ENTER_TRACEFLAGS=Enter applet traceflags
# 12809
DSI_FILECHOOSER_FILEFILTER_ALL=All files (*.*)
# 12810
DSJ_APPLET_PREF_OK_BUTTON=OK
# 12811
DSJ_APPLET_PREF_CANCEL_BUTTON=Cancel
# 12896
DSI_IE_INDIRS_BORDER=Which directories to include for backup?
# 12897
DSI_IE_EXDIRS_BORDER=Which directories to exclude from backup?
# 12898
DSI_IE_INCLUDE_DIRS=Create New Include Directories Rule
# 12899
DSI_IE_EXCLUDE_DIRS=Create New Exclude Directories Rule
# 12901
DSI_IE_WRITE_PROMPT=Do you wish to write the following include-exclude statement(s) to the options file?\n\n{0}
# 12902
DSI_IE_PREVIEW=Preview the include-exclude statement
# 12903
DSI_IE_INCLUDE_FILES=Create New Include Files Rule
# 12904
DSI_BACKUPSET_FILEFILTER=Backup Set files (*.OST)
# 12905
DSI_IE_INFILES_BORDER=Which files to include for backup?
# 12906
DSI_IE_INCLUDE_SUBDIR=Include in subdirectories too
# 12907
DSI_IE_EXCLUDE_FILES=Create New Exclude Files Rule
# 12909
DSI_IE_EXFILES_BORDER=Which files to exclude from backup?
# 12910
DSI_IE_EXCLUDE_SUBDIR=Exclude in subdirectories too
# 12913
DSJ_EDIT_SELECT=Select highlighted files
# 12914
DSJ_EDIT_DESELECT=Deselect highlighted files
# 12915
DSI_IE_ONE_FILE=Just this file:
# 12916
DSI_IE_FILES_EXT=All files of this extension:
# 12917
DSI_IE_MATCHING_FILES=All files matching pattern
# 12918
DSI_IE_ENTER_PATTERN=Enter wildcard pattern:
# 12919
DSI_IE_DIR_BORDER=In which directories?
# 12925
DSI_IE_ONE_DIR=Just this directory:
# 12926
DSI_IE_SEL_DIR=Selected directory:
# 12927
DSI_IE_ALL_DIRS=All directories
# 12929
DSI_IE_FS_BORDER=In which file systems?
# 12930
DSI_IE_ALL_FS=All filespaces
# 12931
DSI_IE_SEL_FS=Selected filespaces
# 12932
DSJ_EDIT_INCLUDE_ITEM=Include highlighted items
# 12933
DSJ_EDIT_EXCLUDE_ITEM=Exclude highlighted items
# 12944
DSJ_VIEW_DISPLAYACTIVEINACTIVEFILES=Display both active and inactive files
# 12945
DSJ_VIEW_DISPLAYACTIVEFILESONLY=Display only the active files
# 12946
DSJ_VIEW_FILEDETAILS=View the details of the selected file
# 12964
DSJ_OBJINFO_NAMESPACE_DOS=DOS
# 12965
DSJ_OBJINFO_NAMESPACE_MAC=Macintosh
# 12966
DSJ_OBJINFO_NAMESPACE_NFS=NFS
# 12967
DSJ_OBJINFO_NAMESPACE_FTAM=FTAM
# 12968
DSJ_OBJINFO_NAMESPACE_LONG=Long
# 12969
DSJ_OBJINFO_NAMESPACE_BINDERY=Bindery
# 12970
DSJ_OBJINFO_NAMESPACE_ROOT=Root
# 12971
DSJ_OBJINFO_NAMESPACE_NDS=NDS
# 12972
DSJ_OBJINFO_NAMESPACE_SSINFO=Server Specific Info
# 12973
DSJ_OBJINFO_NAMESPACE_SCHEMA=Schema
# 12975
DSJ_OBJINFO_KIND_NODE=Node (OS/2)
# 12976
DSJ_OBJINFO_NAMESPACE=Name Space:
# 12977
DSJ_OBJINFO_SHORT_NAME=Short Name:
# 12978
DSJ_ARCOPT_SYMLINKS=Archive the file/directory pointed to by a symbolic link
# 12979
DSJ_MENU_VIEW_TASK_LIST=&Task List
# 13004
CLI_SYSOBJ_EVENT_LOG=Event Log
# 13009
CLI_SYSOBJ_RSM_DB=RSM Database
# 13014
CLI_SYSOBJ_WMI=WMI Database
# 13016
DSI_OBJINFO_TYPE_WMIDB=WMI
# 13018
DSI_CONN_FS_WMIDB=WMI
# 13026
DSW_MENU_UTILS_DELETE_BACKUP=D&elete Backup Data...
# 13028
DSI_BackDel_Question=You are about to delete the selected files from the Backup data storage. Do you wish to continue?
# 13031
CLI_SYSOBJ_SYSTEMSTATE=System State
# 13036
CLI_SYSOBJ_SYSTEMSERVICES=System Services
# 13041
DSI_GENERIC_SELECTALL=Select All
# 13042
DSI_GENERIC_CLEARALL=Clear All
# 13043
CLI_SYSOBJ_ASR=Automated System Recovery
# 13045
CLI_SYSOBJ_BIT_SERVICE=BIT Service
# 13046
CLI_SYSOBJ_DHCP_DB=DHCP Server
# 13047
CLI_SYSOBJ_RSS_DB=Remote Storage Server
# 13048
CLI_SYSOBJ_TLS_DB=Terminal Server Licensing
# 13049
CLI_SYSOBJ_IIS_DB=IIS Server Metabase
# 13050
CLI_SYSOBJ_WINS_DB=WINS Database
# 13051
DSI_ACTIVE_TITLE_BACKDELETE=Backup Delete Report
# 13066
CLI_SYSOBJ_BOOTABLESYSTEMSTATE=Bootable System State
# 13379
DSI_LZ4_STREAM_COMPRESSION=LZ4
# 14021
dsmEvent_File_System_Not_Ready=ANS14021E Error processing '{0}{1}{2}': file system not ready
dsmEvent_File_System_Not_Ready_EXPLANATION=The file system/drive was not ready for access.
dsmEvent_File_System_Not_Ready_SYSACT=Processing stopped.
dsmEvent_File_System_Not_Ready_URESP=Ensure that the drive is available to IBM Spectrum Protect, and then retry the operation.
# 14036
dsmEvent_Save_RegistryKey_Failed=ANS14036E An error occurred saving the registry key.\n
dsmEvent_Save_RegistryKey_Failed_EXPLANATION=The active registry key cannot be copied to the ADSM.SYS staging directory.
dsmEvent_Save_RegistryKey_Failed_SYSACT=Registry backup operation terminates.
dsmEvent_Save_RegistryKey_Failed_URESP=Check the space available on the Windows boot partition to ensure there enough space to contain a copy of the Windows registry. This might require several megabytes of free space. Also check the Windows permissions on the ADSM.SYS staging directory and ensure that the Windows user under which you are running IBM Spectrum Protect has full access to that directory and its contents.
# 14041
dsmEvent_LINUX_RESTORE_AD_WIN2008_GUEST=ANS14041E A Windows Server 2008 or 2008 R2 VMware guest cannot be restored with a non-Windows data mover.\n
dsmEvent_LINUX_RESTORE_AD_WIN2008_GUEST_EXPLANATION=A Windows data mover must run certain commands to complete the restore of the Active Directory. Non-Windows data movers do not have the necessary tools to complete this operation. Windows VMware guests that are at Windows Server 2012 or higher are not affected by this restriction.
dsmEvent_LINUX_RESTORE_AD_WIN2008_GUEST_SYSACT=Processing stops.
dsmEvent_LINUX_RESTORE_AD_WIN2008_GUEST_URESP=Use a Windows data mover to complete this action.
# 14052
dsmEvent_EFS_Cant_raw_write=ANS14052E Error processing '{0}{1}{2}': Encrypted-file-system (EFS) file cannot be restored, because file system does not support restore from the raw-EFS back-up data, or possibly because the restore function does not have write access to the directory.
dsmEvent_EFS_Cant_raw_write_EXPLANATION=The file being processed is encrypted by an encrypted file system (EFS). The file was backed up in the raw encrypted format. Either the target filesystem does not support the encrypted format, or restore does not have write access to the directory to which the file is to be restored.
dsmEvent_EFS_Cant_raw_write_SYSACT=The restore is terminated.
dsmEvent_EFS_Cant_raw_write_URESP= The file cannot be restored to this location if the file system is not the AIX Enhanced Journaled File System (JFS2) If the file is JFS2 but EFS is not enabled, then EFS must be enabled before the file can be restored If the user ID under which restore is being run does not have write permission for the directory, the permissions must be changed or the restore must be run under a different user ID
# 14058
dsmEvent_REPL_OPTION_WRITE_FAILURE=ANS14058I A write failure occurred while attempting to save node replication failover values to the options file. \n
# 14061
dsmEvent_FAILOVERMODE_CONNECTED=ANS14061I Connected to failover server {0} in fail over mode. Home server is: {1}\n
# 14065
dsmEvent_proxy_auth_not_granted_for_vapp=ANS14065E Proxy rejected: data mover node '{0}' has not been granted proxy authority for target node '{1}', associated with Organization vDC '{2}' of Organization '{3}'.\n
dsmEvent_proxy_auth_not_granted_for_vapp_EXPLANATION=The operation requires that a proxy access for the data center node is granted to the data mover node.
dsmEvent_proxy_auth_not_granted_for_vapp_SYSACT=Operation is canceled for the specified vApp.
dsmEvent_proxy_auth_not_granted_for_vapp_URESP=Run configuration wizard or configuration editor to configure proper nodes relashionship.
# 14066
dsmEvent_SnapshotRetry=ANS14066I Snapshot operation attempt {0} of {1} for the guest virtual machine '{2}' failed using "{3}" snapshot.\nReattempting snapshot with "{4}" snapshot.\n
# 14067
dsmEvent_SnapshotRetry_Failed=ANS14067E Snapshot operation attempt {0} of {1} for the guest virtual machine '{2}' failed using "{3}" snapshot.\nBackup failed.\n
dsmEvent_SnapshotRetry_Failed_EXPLANATION=All snapshot retry attempts of the guest virtual machine failed.
dsmEvent_SnapshotRetry_Failed_SYSACT=Processing stops.
dsmEvent_SnapshotRetry_Failed_URESP=Check the error log for any messages that indicate a reason for the failure. Correct any problems and try the operation again. If the problem persists, search the IBM Spectrum Protect Support web site (http://www.ibm.com/software/sysmgmt/products/support/IBMTivoliStorageManager.html) for known solutions.
# 14069
APP_VM_DOMAIN_PWD_NOTFOUND=ANS14069E The Windows domain credentials cannot be found. Use the Data Protection for VMware vSphere GUI configuration editor to set the Windows domain credentials.\n
APP_VM_DOMAIN_PWD_NOTFOUND_EXPLANATION=The required Windows domain administrator credentials were not set.
APP_VM_DOMAIN_PWD_NOTFOUND_SYSACT=Processing stops.
APP_VM_DOMAIN_PWD_NOTFOUND_URESP=Set the Windows domain administrator credentials in the Data Protection for VMware vSphere GUI configuration editor.
# 14070
APP_VM_DOMAIN_PWD_INCORRECT=ANS14070E Windows domain credentials are incorrect. Verify the credentials and use dsmc SET PASSWORD -type=DOMAIN 'domain\\userid' 'password' to update the username and password.\n
APP_VM_DOMAIN_PWD_INCORRECT_EXPLANATION=The supplied credentials are incorrect. The system failed to authenticate to the Windows domain using these credentials.
APP_VM_DOMAIN_PWD_INCORRECT_SYSACT=Processing stops
APP_VM_DOMAIN_PWD_INCORRECT_URESP=Use dsmc SET PASSWORD -type=DOMAIN 'domain\\userid' 'password' to update the username and password. And then retry the operation.
# 14072
dsmEvent_SymLink_As_File=ANS14072E Error processing '{0}{1}{2}': unable to create symbolic link; a file or directory exists with the same name as the symbolic link
dsmEvent_SymLink_As_File_EXPLANATION=IBM Spectrum Protect tried to create a symbolic link, but is unable to because a file or directory exists that has the same name as the symbolic link.
dsmEvent_SymLink_As_File_SYSACT=Processing stops.
dsmEvent_SymLink_As_File_URESP=Remove the file or the directory that has the same name as the symbolic link. Refer to the last restore/retrieve operation.
# 14073
dsmEvent_SnapshotRetry_Warning=ANS14073W Snapshot operation attempt {0} of {1} for the guest virtual machine '{2}' failed using "{3}" snapshot.\nReattempting snapshot with "{4}" snapshot.\n
dsmEvent_SnapshotRetry_Warning_EXPLANATION=The snapshot operation has failed. A snapshot retry operation with different snapshot type has been scheduled.
dsmEvent_SnapshotRetry_Warning_SYSACT=Retrying snapshot with different snapshot type.
dsmEvent_SnapshotRetry_Warning_URESP=Check the error log for any other messages that might indicate a reason for the failure. Correct any problems and try the operation again.
# 14076
dsmEvent_VM_first_time_backup=Backing up {0} Virtual Machine '{1}' for the first time.\n\ttarget node name: '{2}'\n\tdata mover node name: '{3}'\n
# 14077
CLI_BAD_EFS_file=ANS14077E File '{0}{1}{2}' is encrypted by Microsoft EFS and contains at least one sparse data stream. The operating system does not support restore for this file so it is not backed up or restored.\n
CLI_BAD_EFS_file_EXPLANATION=An error in the Microsoft Windows API prevents successful restore of files that meet the following conditions: The file is encrypted by Microsoft Encrypting File System (EFS) at the time it was backed up The file includes at least one data stream (alternate "named" stream or unnamed stream) that is sparse The operating system is any edition of Microsoft XP, Microsoft Windows Server 2003, or Microsoft Windows Server 2003 R2 Because the file cannot be restored, IBM Spectrum Protect does not back it up. The problem is documented by Microsoft at http://support.microsoft.com/kb/2525290.
CLI_BAD_EFS_file_SYSACT=The file is not backed up or restored. Processing continues with the next object or ends if there are no further objects.
CLI_BAD_EFS_file_URESP=If this message is issued during a backup operation, you can do the following: Disable EFS encryption for the file so that it can be backed up. If a backup copy of the file is not necessary, you can exclude it from backup.
# 14087
DSI_WIZARD_LOAD_DATA_FAILED=ANS14087E An attempt to load data for the wizard failed. \nFor more information, please see the log file.
DSI_WIZARD_LOAD_DATA_FAILED_EXPLANATION=An attempt to load data for the wizard failed as the remote agent is probably unavailable.
DSI_WIZARD_LOAD_DATA_FAILED_SYSACT=Processing stopped.
DSI_WIZARD_LOAD_DATA_FAILED_URESP=Check the log for reason for the failure.
# 14088
DSI_ERROR=Error
# 14089
SnapDiff_Filer_Migration_Warning=ANS14089W File server {1} has been upgraded to Data ONTAP version '{2}.{3}.{0}'. Perform a full incremental backup by specifying option createnewbase=migrate as soon as possible.\n
SnapDiff_Filer_Migration_Warning_EXPLANATION=The file server has been upgraded to a version that supports unicode file names for incremental backup using snapshot difference. Perform a full incremental in order to backup any files with unicode names that may have been skipped by the previous version of the IBM Spectrum Protect client.
SnapDiff_Filer_Migration_Warning_SYSACT=Processing continues.
SnapDiff_Filer_Migration_Warning_URESP=Perform a full incremental by specifying the command line option createnewbase=migrate with the snapdiff option as soon as possible.
# 14090
SnapDiff_Filer_Migration_Info=ANS14090I File server {1} has been upgraded to Data ONTAP version '{2}.{3}.{0}'. Perform a full incremental backup by specifying option createnewbase=migrate as soon as possible.\n
# 14091
dsmEvent_VM_Stat23_Fullvm_Incr_backup_start=Starting Full VM Incremental backup of Virtual Machine '{0}'\n
# 14092
dsmEvent_VM_Stat_vm_platform_not_supported=ANS14092E Data mover platform is not supported for instant access/restore operations.\n
dsmEvent_VM_Stat_vm_platform_not_supported_EXPLANATION=The instant access/restore operation failed.
dsmEvent_VM_Stat_vm_platform_not_supported_SYSACT=The instant access/restore operation failed. The reason for the failure is unsupported platform.
dsmEvent_VM_Stat_vm_platform_not_supported_URESP=The instant access/restore operation should be performed from a supported data mover platform.
# 14099
dsmEvent_Fail_ToFind_SystemVolume=ANS14099E The system volume cannot be identified. Therefore the system state cannot be backed up.\n
dsmEvent_Fail_ToFind_SystemVolume_EXPLANATION=The system volume contains the hardware-specific system state files that are needed to start Windows, such as Ntldr, Boot.ini, Ntdetect.com or Bootmgr. If the system volume cannot be identified, then these files cannot be backed up. Therefore it is not possible to back up the system state.
dsmEvent_Fail_ToFind_SystemVolume_SYSACT=Systemstate backup stops.
dsmEvent_Fail_ToFind_SystemVolume_URESP=Try the operation again. If the problem persists, obtain a service trace that captures the problem and contact IBM technical support for additional assistance. Your IBM Spectrum Protect administrator can help you configure the trace.
# 14146
dsmEvent_VM_Stat21_Fullvm_backup_start=Starting Full VM backup of Virtual Machine '{0}'\n
# 14147
dsmEvent_VM_Stat22_Fullvm_backup_Success=Successful Full VM backup of Virtual Machine '{0}'\n
# 14148
dsmEvent_VM_Stat38_Fullvm_backup_Failed=ANS14148E Full VM backup of Virtual Machine '{0}' failed with RC {1}\n
dsmEvent_VM_Stat38_Fullvm_backup_Failed_EXPLANATION=The Full VM backup of virtual machine failed.
dsmEvent_VM_Stat38_Fullvm_backup_Failed_SYSACT=The full backup of the virtual machine finished with failures. The next virtual machine in the vmlist will be processed. The reason for the failure is written to the local client error log.
dsmEvent_VM_Stat38_Fullvm_backup_Failed_URESP=Check the local client error log for reason for the failure.
# 14150
dsmEvent_VM_Stat9_Incr_backup_of_VM_Failed=ANS14150E Incremental backup of Virtual Machine '{0}' failed with RC {1}\n
dsmEvent_VM_Stat9_Incr_backup_of_VM_Failed_EXPLANATION=The incremental backup of virtual machine volumes failed.
dsmEvent_VM_Stat9_Incr_backup_of_VM_Failed_SYSACT=The backup of the virtual machine finished with failures. The next virtual machine in the vmlist will be processed. The reason for the failure is written to the local client error log.
dsmEvent_VM_Stat9_Incr_backup_of_VM_Failed_URESP=Check the local client error log for reason for the failure.
# 14151
dsmEvent_VM_Stat10_Mount_of_VM_Failed=ANS14151E Failure mounting Virtual Machine '{0}'. RC={1}\n
dsmEvent_VM_Stat10_Mount_of_VM_Failed_EXPLANATION=The VMware failed to mount virtual machine disk.
dsmEvent_VM_Stat10_Mount_of_VM_Failed_SYSACT=The backup of the virtual machine can not continue. The next virtual machine in the vmlist will be processed. Refer to dsmerror.log for detailed error message for the reason for the failure.
dsmEvent_VM_Stat10_Mount_of_VM_Failed_URESP=Refer to dsmerror.log for detailed error message.
# 14152
dsmEvent_VM_Stat11_VMInit_Failed=ANS14152E Failure initializing VMware virtual machine environment. RC={0}. Refer to IBM Spectrum Protect error log for detailed error messages.\n
dsmEvent_VM_Stat11_VMInit_Failed_EXPLANATION=Failure initializing VMware virtual machine environment. Refer to IBM Spectrum Protect error log for detailed error messages.
dsmEvent_VM_Stat11_VMInit_Failed_SYSACT=The backup can not continue.
dsmEvent_VM_Stat11_VMInit_Failed_URESP=Refer to IBM Spectrum Protect error log for detailed messages.
# 14153
dsmEvent_VM_Error_NoHost1=ANS14153E Hostname could not be found for Virtual Machine '{0}'
dsmEvent_VM_Error_NoHost1_EXPLANATION=The backup of virtual machine failed.
dsmEvent_VM_Error_NoHost1_SYSACT=The backup of the virtual machine finished with failures. The next virtual machine in the vmlist will be processed. The reason for the failure is written to the local client error log.
dsmEvent_VM_Error_NoHost1_URESP=Check the local client error log for reason for the failure.
# 14154
dsmEvent_VM_Error_NoHost2=ANS14154E Possible cause Virtual Machine is not running and does not have a static IP address.
dsmEvent_VM_Error_NoHost2_EXPLANATION=The backup of virtual machine failed.
dsmEvent_VM_Error_NoHost2_SYSACT=The backup of the virtual machine finished with failures. The next virtual machine in the vmlist will be processed. The reason for the failure is written to the local client error log.
dsmEvent_VM_Error_NoHost2_URESP=Check the local client error log for reason for the failure.
# 14155
dsmEvent_VM_Error_NotOnServer=ANS14155E The virtual machine '{0}' was not found on the vSphere server.
dsmEvent_VM_Error_NotOnServer_EXPLANATION=The backup of the virtual machine failed because the specified virtual machine name was not found. It is possible that the virtual machine name was entered incorrectly or contains unsupported characters. Only virtual machine names that contain 7-bit ASCII characters are supported, and the operation will fail if the name contains other characters.
dsmEvent_VM_Error_NotOnServer_SYSACT=The backup of the virtual machine failed. The next virtual machine in the vmlist will be processed. Check the client error log for additional error messages.
dsmEvent_VM_Error_NotOnServer_URESP=Check the local client error log for reason for the failure. If the virtual machine name was entered incorrectly, try the operation again with the correct machine name. If the virtual machine name contains characters other than 7-bit ASCII characters, either change the virtual machine name so it contains only 7-bit ASCII characters, or do not include the virtual machine for backup operations.
# 14156
dsmEvent_VM_Error_File_NonWindows_OS=ANS14156E File level VM backup of virtual machine '{0}' not supported.\nFile level VM backup not support on non Windows platform guest OS. Platform type: '{1}'.
dsmEvent_VM_Error_File_NonWindows_OS_EXPLANATION=The backup of virtual machine failed.
dsmEvent_VM_Error_File_NonWindows_OS_SYSACT=The backup of the virtual machine finished with failures. The next virtual machine in the vmlist will be processed. The reason for the failure is written to the local client error log.
dsmEvent_VM_Error_File_NonWindows_OS_URESP=Back up the virtual machine using the VMBACKUPType=FULLvm option.
# 14159
dsmEvent_VM_Error_Other=ANS14159E Backup of Virtual Machine '{0}' failed. rc={1}.
dsmEvent_VM_Error_Other_EXPLANATION=The backup of virtual machine failed.
dsmEvent_VM_Error_Other_SYSACT=The backup of the virtual machine finished with failures. The next virtual machine in the vmlist will be processed. The reason for the failure is written to the local client error log.
dsmEvent_VM_Error_Other_URESP=Check the local client error log for reason for the failure.
# 14160
dsmEvent_Proxy_Reject_Id_Not_Authorized=ANS14160E Proxy Rejected: Proxy authority has not been granted to Agent Node: '{0}' for Target Node: '{1}'.
dsmEvent_Proxy_Reject_Id_Not_Authorized_EXPLANATION=The backup of virtual machine failed.
dsmEvent_Proxy_Reject_Id_Not_Authorized_SYSACT=The backup of the virtual machine finished with failures. The next virtual machine in the vmlist will be processed. The reason for the failure is the node has not been granted proxy authority to access the node named by the backup proxy node. The IBM Spectrum Protect administrator must first grant proxy authority.
dsmEvent_Proxy_Reject_Id_Not_Authorized_URESP=The IBM Spectrum Protect server administrator must grant proxy authority for this node. See the administrator command "Grant Proxynode".
# 14161
dsmEvent_VM_Error_Duplicate_Hostname=ANS14161E Duplicate virtual machine name '{0}' was detected in the same backup operation. Backup of virtual machine '{1}' can not continue without a unique object name.
dsmEvent_VM_Error_Duplicate_Hostname_EXPLANATION=The backup of virtual machine failed.
dsmEvent_VM_Error_Duplicate_Hostname_SYSACT=The backup of the virtual machine finished with failures. The next virtual machine in the vmlist will be processed. The reason for the failure is written to the local client error log.
dsmEvent_VM_Error_Duplicate_Hostname_URESP=Choose a unique name for the virtual machine.
# 14162
dsmEvent_VM_No_Backup_Exists=ANS14162E The virtual machine '{0}' has not been previously backed up.\n
dsmEvent_VM_No_Backup_Exists_EXPLANATION=The specified virtual machine has not been previously backed up, so can not be specified for restore.
dsmEvent_VM_No_Backup_Exists_SYSACT=The specified virtual machine is skipped, and the next virtual machine in the restore list is processed.
dsmEvent_VM_No_Backup_Exists_URESP=Verify the virtual machine name to be restored, and re-try the operation.
# 14164
dsmEvent_VM_No_Compression_Performed=ANS14164W Compression is currently enabled, but the virtual machine backup for '{0}' is not compressed because client-side deduplication is not being used.\n
dsmEvent_VM_No_Compression_Performed_EXPLANATION=Compression can only be used with virtual machine CTL and Data files when the files are stored in a storage pool that is enabled for client-side deduplication. This message is issued when the client is configured for compression and virtual machine CTL or Data files are directed to a storage pool that is not enabled for client-side deduplication.
dsmEvent_VM_No_Compression_Performed_SYSACT=Backup continues, and data is not compressed.
dsmEvent_VM_No_Compression_Performed_URESP=If you intend to compress virtual machine CTL and Data files, then update your IBM Spectrum Protect configuration so that both types of files are directed to storage pools that are enabled for client-side deduplication. If you intend to compress virtual machine Data files but not CTL files, then update your IBM Spectrum Protect configuration so that the Data files are directed to a storage pool that is enabled for client-side deduplication. Set the VMSKIPCTLCOMPRESSION to YES in your client options file. If you do not intend to use compression, then set COMPRESSION NO in your client options file.
# 14165
dsmEvent_VM_No_HostName_Found=ANS14165E Creating a Virtual Machine, but the hostname '{0}' was not found.\n
dsmEvent_VM_No_HostName_Found_EXPLANATION=The Virtual Machine being creating must have a valid hostname to be created.
dsmEvent_VM_No_HostName_Found_SYSACT=Check the virtual machine hostname specified for correctness.
dsmEvent_VM_No_HostName_Found_URESP=Correct the virtual machine hostname specified and retry the restore.
# 14166
dsmEvent_VM_No_DataCenter_Found=ANS14166E Creating a Virtual Machine, but the datacenter '{0}' was not found. The name may be incorrect or may be located in a VMware folder and require the folder name such as vmfolder/dcname.\n
dsmEvent_VM_No_DataCenter_Found_EXPLANATION=The Virtual Machine being created must have a valid datacenter to be created.
dsmEvent_VM_No_DataCenter_Found_SYSACT=Processing stops.
dsmEvent_VM_No_DataCenter_Found_URESP=Check the virtual machine datacenter specified for correctness. If the datacenter is contained in a folder then the full datacenter name, complete with the folder path, must be specified, such as vmfolder/dcname.
# 14167
dsmEvent_VM_No_DataStore_Found=ANS14167E Creating a Virtual Machine, but the datastore '{0}' was not found.\n
dsmEvent_VM_No_DataStore_Found_EXPLANATION=The Virtual Machine being creating must have a valid datastore to be created.
dsmEvent_VM_No_DataStore_Found_SYSACT=Check the virtual machine datastore specified for correctness.
dsmEvent_VM_No_DataStore_Found_URESP=Correct the virtual machine datastore specified and retry the restore.
# 14168
dsmEvent_VM_SOAP_Error=ANS14168E VMware has reported an error via their SOAP interface. On the Detailed Status Report panel, view the last error message reported. Also check the error log for more information about the problem that occurred.\n
dsmEvent_VM_SOAP_Error_EXPLANATION=The command to VMware failed to complete. The error returned is displayed on the Restore or Backup summary panel under the Last Error Message section.
dsmEvent_VM_SOAP_Error_SYSACT=An error occurred, and the operation failed.
dsmEvent_VM_SOAP_Error_URESP=Check the reported error and correct the problem. Usually the reason for the error is a user-supplied value which is not valid for the operation.
# 14169
dsmEvent_VM_Write_Failure=ANS14169E A write failure occurred on the local disk proxy used to temporarily store the virtual machine virtual disk information. The write failure can be caused by the lack of available disk space on the drive used to store this information. The VMBACKDIR option can be used to assign a different disk location for this purpose. Check the drive being used and ensure that there is enough space available for this operation.\n
dsmEvent_VM_Write_Failure_EXPLANATION=There was a write error from the local disk used to store the virtual machine virtual disk information. Usually the write error is due to lack of disk space, lack of write permissions, or some similar problem with the local disk. The VMBACKDIR option can be used to assign a different disk location if the local drive does not have enough free space for the operation.
dsmEvent_VM_Write_Failure_SYSACT=A disk write error occurred, and the operation failed.
dsmEvent_VM_Write_Failure_URESP=Check the local disk for possible causes of the write error, and use the VMBACKDIR option to assign another disk if needed.
# 14170
dsmEvent_VM_InCompatible_Server=ANS14170E Can not create a Virtual Machine on VMware release '{0}' which was backed up from VMware release '{1}'.\n
dsmEvent_VM_InCompatible_Server_EXPLANATION=The Virtual Machine being created was backed up from a version of VMware which is not compatible with the target VMware release version being used for the restore.
dsmEvent_VM_InCompatible_Server_SYSACT=Processing stops.
dsmEvent_VM_InCompatible_Server_URESP=Restore the Virtual Machine to a VMware system which is compatible with the level from which the Virtual Machine was backed up.
# 14172
dsmEvent_VM_Stat121_Fullvm_backup_start=Starting Full VM backup of VMware Virtual Machine '{0}'\n\tmode: '{1}'\n\ttarget node name: '{2}'\n\tdata mover node name: '{3}'\n\tapplication protection type: '{4}'\n\tapplication(s) protected: '{5}'\n
# 14173
dsmEvent_VM_Stat122_Fullvm_backup_Success=Successful Full VM backup of VMware Virtual Machine '{0}'\n\tmode: '{1}'\n\ttarget node name: '{2}'\n\tdata mover node name: '{3}'\n
# 14174
dsmEvent_VM_Stat138_Fullvm_backup_Failed=ANS14174E Full VM backup of VMware Virtual Machine '{0}' failed with RC={1} mode={2}, target node name='{3}', data mover node name='{4}'\n
dsmEvent_VM_Stat138_Fullvm_backup_Failed_EXPLANATION=The Full VM backup of virtual machine failed. If the virtual machine (VM) name contains the word AGGREGATE, the statistics that are shown represent the total value of all VM guests that are backed up per data mover.
dsmEvent_VM_Stat138_Fullvm_backup_Failed_SYSACT=The full backup of the virtual machine finished with failures. The next virtual machine in the vmlist will be processed. The reason for the failure is written to the local client error log.
dsmEvent_VM_Stat138_Fullvm_backup_Failed_URESP=Check the local client error log for reason for the failure.
# 14175
dsmEvent_VM_Stat221_Fullvm_restore_start=Starting full restore of VMware virtual machine '{0}', mode='{1}', target node name='{2}', data mover node name='{3}'\n
# 14176
dsmEvent_VM_Stat222_Fullvm_restore_Success=Successful full restore of VMware virtual machine '{0}', mode='{1}', target node name='{2}', data mover node name='{3}'\n
# 14177
dsmEvent_VM_Stat238_Fullvm_restore_Failed=ANS14177E Full restore of VMware virtual machine '{0}' failed with RC={1}, mode='{2}', target node name='{3}', data mover node name='{4}'\n
dsmEvent_VM_Stat238_Fullvm_restore_Failed_EXPLANATION=The full restore of the virtual machine failed.
dsmEvent_VM_Stat238_Fullvm_restore_Failed_SYSACT=The full restore of the virtual machine finished with failures. The next virtual machine in the vmlist will be processed. The reason for the failure is written to the local client error log.
dsmEvent_VM_Stat238_Fullvm_restore_Failed_URESP=Check the local client error log for reason for the failure.
# 14187
VSTORAGE_SKIPPING_RES_ALLOC_RESTORE=ANS14187W CPU and Memory Resource Allocation configuration settings cannot be restored when the IBM Spectrum Protect data mover node is connected directly to a Virtual Center managed ESX/ESXi host. These settings have been skipped.\n
VSTORAGE_SKIPPING_RES_ALLOC_RESTORE_EXPLANATION=The VMware vStorage APIs do not support the restore of CPU and Memory Resource Allocation configuration settings when connected directly to an ESX/ESXi host that is managed by a Virtual Center.
VSTORAGE_SKIPPING_RES_ALLOC_RESTORE_SYSACT=CPU and Memory Resource Allocation configuration settings are skipped. Processing continues.
VSTORAGE_SKIPPING_RES_ALLOC_RESTORE_URESP=Virtual machine CPU and Memory Resource Allocation configuration settings will be restored when the IBM Spectrum Protect data mover node connects directly to a vCenter Server. Modify the VMCHOST to connect the IBM Spectrum Protect data mover to a vCenter Server.
# 14191
VSTORAGE_SUGGEST_NBD_ON_SAN_REST_FAILURE=ANS14191E Restore VM operation failed using 'san' transport mode. In some cases switching from SAN to network-based VM restores can be successful.\n
VSTORAGE_SUGGEST_NBD_ON_SAN_REST_FAILURE_EXPLANATION=Restore VM operations that fail using SAN transport mode can often be successful over a LAN path. If a restore vm operation fails using the 'SAN' transport mode, set the client option VMVSTORTRANSPORT to "nbd:nbdssl" and try the restore vm operation again.
VSTORAGE_SUGGEST_NBD_ON_SAN_REST_FAILURE_SYSACT=Restore VM operation failed using 'san' transport mode. Restore may be successful using 'nbd:nbdssl' transport modes.
VSTORAGE_SUGGEST_NBD_ON_SAN_REST_FAILURE_URESP=Restore VM operation failed using 'san' transport mode. In some cases network-based VM restores can be successful when using 'nbd' or 'nbdssl' transport modes. The VMVSTORTRANSPORT option can used to restrict the IBM Spectrum Protect client to use only the specified transport modes.
# 14193
dsmEvent_cannot_connect_to_ovdc_node=ANS14193E vApp '{0}' cannot be processed because data mover '{1}' cannot connect to the target node '{2}'.\n
dsmEvent_cannot_connect_to_ovdc_node_EXPLANATION=The operation requires that a proxy access for the data center node is granted to the data mover node.
dsmEvent_cannot_connect_to_ovdc_node_SYSACT=Operation is canceled for the specified vApp.
dsmEvent_cannot_connect_to_ovdc_node_URESP=Look for errors in error log and correct any problems. Run configuration wizard or configuration editor to ensure proper nodes configuration.
# 14194
dsmEvent_VM_No_Encryption_Allowed=ANS14194E Encryption is currently enabled, but is not supported for incremental forever backups of virtual machines (-MODE=IFFULL or -MODE=IFINCREMENTAL) .\n
dsmEvent_VM_No_Encryption_Allowed_EXPLANATION=Client encryption of virtual machine incremental forever backups (-mode=IFFULL or -mode=IFINCREMENTAL) is not supported. In order to avoid the unintentional storage of unencrypted data on the server, the backup operation stops.
dsmEvent_VM_No_Encryption_Allowed_SYSACT=The virtual machine backup stops.
dsmEvent_VM_No_Encryption_Allowed_URESP=Remove the encryption options for this operation and run it again. You can use Secure Sockets Layer (SSL) encryption to encrypt the data over the network. If the backup data must be encrypted in IBM Spectrum Protect storage pools, use an alternative backup method such as full and incremental backups (-mode=FULL and -mode=INCREMENTAL), or in-guest backups.
# 14199
CLI_Sys_File_Inaccessible=ANS14199W File '{0}' is not backed up as part of the system state because cluster disk '{1}' is not accessible.
CLI_Sys_File_Inaccessible_EXPLANATION=The indicated file or directory was returned by VSS as part of the backup file list of the writer. However, the cluster disk where the file is located is not accessible. The reasons for this problem can be that the cluster disk is offline or belongs to another node.
CLI_Sys_File_Inaccessible_SYSACT=The file is not backed up. Processing continues.
CLI_Sys_File_Inaccessible_URESP=This problem is documented in Microsoft knowledge base topic 980794 http://support.microsoft.com/default.aspx?scid=kb;EN-US;980794. The topic includes a hotfix. With the hotfix, you can specify a registry key that contains a list of one or more files to be excluded from VSS enumeration. IBM Spectrum Protect does not back up files that are not enumerated by VSS. If the volume is brought online to the node performing the system state backup, then it cannot be backed up. You must remove the volume from the registry key and restart the system before you can back up the volume.\nIf you do not want to implement the hotfix for this problem, IBM Spectrum Protect continues to issue this message.
# 14290
VMRESTORE_Can_Select_Only_One_VM=ANS14290E Only one virtual machine can be selected for restore.\n
VMRESTORE_Can_Select_Only_One_VM_EXPLANATION=Restoring multiple virtual machines is not allowed. Only one virtual machine can be selected for restore.
VMRESTORE_Can_Select_Only_One_VM_SYSACT=No processing occurs.
VMRESTORE_Can_Select_Only_One_VM_URESP=Select only one virtual machine for restore.
# 14291
dsmEvent_VM_Error_NotFoundOnServer=ANS14291E Virtual Machine could not be found on VMware server.
dsmEvent_VM_Error_NotFoundOnServer_EXPLANATION=The backup of virtual machine failed.
dsmEvent_VM_Error_NotFoundOnServer_SYSACT=The backup of the virtual machine finished with failures. The next virtual machine in the vmlist will be processed. The reason for the failure is written to the local client error log.
dsmEvent_VM_Error_NotFoundOnServer_URESP=Check the local client error log for reason for the failure.
# 14292
CLI_VMBACKUP_No_Virtual_Machine_found=ANS14292E No virtual machine found.\n
CLI_VMBACKUP_No_Virtual_Machine_found_EXPLANATION=No virtual machine found with name or specified in domain option.
CLI_VMBACKUP_No_Virtual_Machine_found_SYSACT=Processing stopped.
CLI_VMBACKUP_No_Virtual_Machine_found_URESP=Specify a correct VM name or domain option.
# 14303
dsmEvent_VAPP_No_Backup_Exists=ANS14303E The vCloud Director vApp '{0}' has not been previously backed up.\n
dsmEvent_VAPP_No_Backup_Exists_EXPLANATION=The specified vCloud Director vApp has not been previously backed up, so can not be specified for restore.
dsmEvent_VAPP_No_Backup_Exists_SYSACT=The specified vCloud Director vApp is skipped, and the next vApp in the restore list is processed.
dsmEvent_VAPP_No_Backup_Exists_URESP=Verify the vCloud Director vApp name to be restored, and re-try the operation.
# 14306
dsmEvent_VM_ExtendSummary_Backup_Start=Starting Full VM backup of '{1}' Virtual Machine '{2}'\n\tmode: '{3}'\n\ttarget node name: '{4}'\n\tdata mover node name: '{5}'\n\tapplication protection type: '{6}'\n\tapplication(s) protected: '{0}'\n
# 14307
dsmEvent_VM_ExtendSummary_Backup_Success=Successful Full VM backup of '{1}' Virtual Machine '{2}'\n\tmode: '{3}'\n\ttarget node name: '{4}'\n\tdata mover node name: '{0}'\n
# 14308
dsmEvent_VM_ExtendSummary_Fullvm_Backup_Failed=ANS14308E Full VM backup of '{1}' Virtual Machine '{2}' failed with RC={3} mode={4}, target node name='{5}', data mover node name='{0}'\n
dsmEvent_VM_ExtendSummary_Fullvm_Backup_Failed_EXPLANATION=The Full VM backup of virtual machine failed.
dsmEvent_VM_ExtendSummary_Fullvm_Backup_Failed_SYSACT=The full backup of the virtual machine finished with failures. The next virtual machine in the vmlist will be processed. The reason for the failure is written to the local client error log.
dsmEvent_VM_ExtendSummary_Fullvm_Backup_Failed_URESP=Check the local client error log for reason for the failure.
# 14309
dsmEvent_VM_ExtendSummary_Fullvm_Restore_Start=Starting Full VM restore of '{1}' Virtual Machine '{2}' target node name='{3}', data mover node name='{0}'\n
# 14310
dsmEvent_VM_ExtendSummary_Fullvm_Restore_Success=Successful Full VM restore of '{1}' Virtual Machine '{2}' target node name='{3}', data mover node name='{0}'\n
# 14311
dsmEvent_VM_ExtendSummary_Fullvm_Restore_Failed=ANS14311E Full VM restore of '{1}' Virtual Machine '{2}' failed with RC={3} target node name='{4}', data mover node name='{0}'\n
dsmEvent_VM_ExtendSummary_Fullvm_Restore_Failed_EXPLANATION=The Full VM restore of the virtual machine failed.
dsmEvent_VM_ExtendSummary_Fullvm_Restore_Failed_SYSACT=The full restore of the the virtual machine finished with failures. The next virtual machine in the vmlist will be processed. The reason for the failure is written to the local client error log.
dsmEvent_VM_ExtendSummary_Fullvm_Restore_Failed_URESP=Check the local client error log for reason for the failure.
# 14312
dsmEvent_VMBACKUP_REBALANCE_SUCCEED=The data mover tag for {0} has been assigned to {1} for schedule {2}.
# 14314
dsmEvent_VMBACKUP_REBALANCE_FAILED=The data mover tag for {0} could not be assigned to {1} for schedule {2} rc = {3}.
# 14315
dsmEvent_VMBACKUP_REBALANCE_NO_VMS_FOUND=No virtual machines are assigned to the default data mover.
# 14316
dsmEvent_VMBACKUP_REBALANCE_BEFORE=Before Rebalance\n
# 14317
dsmEvent_VMBACKUP_REBALANCE_STATS=DataMover: {0} Protected Size: {1} Protected VMs: {2}
# 14318
dsmEvent_VMBACKUP_REBALANCE_AFTER=After Rebalance\n
# 14320
dsmEvent_DATA_MOVER_VERSION={0} {1} (data mover version {2}).\n
# 14323
dsmEvent_VMBACKUP_REBALANCE_UNASSIGNED_STATS= Virtual Machines not assigned : {0}\n
# 14441
CLI_Unsupported_FS=ANS14441E '{0}' is a '{1}' file system, which is not a supported file system type for file backup, image backup or archive.\n
CLI_Unsupported_FS_EXPLANATION=The specified file system is not supported for any type of backup. IBM Spectrum Protect does not support backup and archive or image backup for this type of volume.
CLI_Unsupported_FS_SYSACT=The file system is skipped. Processing continues with the next file system.
CLI_Unsupported_FS_URESP=Refer to the IBM Spectrum Protect client manual for a complete list of supported file systems.
# 14442
CLI_HYPERV_VDUPLICATE_DISK_ID=ANS14442E '{0}' a backup cannot be created because the virtual machine has assigned disk with duplicate disk identifiers.\n
CLI_HYPERV_VDUPLICATE_DISK_ID_EXPLANATION=The client detected that the virtual machine has assigned disk with duplicate disk identifiers. The disk may have been copied. A backup cannot be created on a virtual machine that have duplicate disk identifiers.
CLI_HYPERV_VDUPLICATE_DISK_ID_SYSACT=The virtual machine is not backuped. Processing continues with the next virtual machine.
CLI_HYPERV_VDUPLICATE_DISK_ID_URESP=Check that the virtual disks has diffrent disk identifiers and update the virtual machine configuration to match any changes to the file system. If the problem persists, contact an administrator of the Hyper-V server.
# 14443
CLI_Unsupported_CSVFS=ANS14443E '{0}' is a CSVFS file system, which is not a supported file system type for file backup, image backup or archive.\n
CLI_Unsupported_CSVFS_EXPLANATION=Microsoft Cluster Shared Volumes File Systems (CSVFS) are NTFS or ReFS volumes that are added to Cluster Shared Volumes. These volumes are intended for Hyper-V and expanded support for SQL, not for regular file data. IBM Spectrum Protect does not support file level backup and archive or image backup for CSVFS volumes.
CLI_Unsupported_CSVFS_SYSACT=The file system is skipped. Processing continues with the next file system.
CLI_Unsupported_CSVFS_URESP=Refer to the IBM Spectrum Protect client manual for a complete list of supported file systems.
# 14444
dsmEvent_VM_Stat_vm_flr_mount_start=A file restore mount operation for {1} Virtual Machine '{2}' started. The data center node name is '{3}', the mount proxy node name is '{0}'.\n
# 14445
dsmEvent_VM_Stat_vm_flr_mount_success=A file restore mount operation for {1} Virtual Machine '{2}' was completed successfully. The data center node name is '{3}', the mount proxy node name is '{0}'.\n
# 14446
dsmEvent_VM_Stat_vm_flr_mount_failed=ANS14446E A file restore mount operation for {1} Virtual Machine '{2}' failed. The data center node name is '{3}', the mount proxy node name is '{0}'.\n
dsmEvent_VM_Stat_vm_flr_mount_failed_EXPLANATION=The file restore mount operation of the virtual machine failed.
dsmEvent_VM_Stat_vm_flr_mount_failed_SYSACT=The mount of the virtual machine finished with failures.
dsmEvent_VM_Stat_vm_flr_mount_failed_URESP=Review the local client error log for the reason for the failure.
# 14447
dsmEvent_VM_Stat_vm_flr_mountcleanup_start=A cleanup for the file restore mount of {1} Virtual Machine '{2}' started. The data center node name is '{3}', the mount proxy node name is '{0}'.\n
# 14448
dsmEvent_VM_Stat_vm_flr_mountcleanup_success=A cleanup for the file restore mount of {1} Virtual Machine '{2}' was completed successfully. The data center node name is '{3}', the mount proxy node name is '{0}'.\n
# 14449
dsmEvent_VM_Stat_vm_flr_mountcleanup_failed=ANS14449E A cleanup of the file restore mount of {1} Virtual Machine '{2}' failed. The data center node name is '{3}', the mount proxy node name is '{0}'.\n
dsmEvent_VM_Stat_vm_flr_mountcleanup_failed_EXPLANATION=The cleanup of file restore mount operation of the virtual machine failed.
dsmEvent_VM_Stat_vm_flr_mountcleanup_failed_SYSACT=The cleanup of mount of the virtual machine finished with failures.
dsmEvent_VM_Stat_vm_flr_mountcleanup_failed_URESP=Review the local client error log for the reason for the failure.
# 14450
dsmEvent_flr_platform_not_supported_mountcleanup=ANS14450E The mount proxy platform is not supported for file restore mount operations.\n
dsmEvent_flr_platform_not_supported_mountcleanup_EXPLANATION=The file restore mount operation failed. The mount proxy platform is unsupported or the IBM Spectrum Protect Recovery Agent is not correctly installed and configured.
dsmEvent_flr_platform_not_supported_mountcleanup_SYSACT=The file restore mount operation failed.
dsmEvent_flr_platform_not_supported_mountcleanup_URESP=Ensure that the IBM Spectrum Protect Recovery Agent is installed and configured correctly and run the file restore mount operation from a supported mount proxy platform.
# 14451
dsmEvent_flr_iscsi_not_conf=ANS14451E The Windows iSCSI service is not available.\n
dsmEvent_flr_iscsi_not_conf_EXPLANATION=The Windows iSCSI service is not available on the mount proxy machine. It is either not started or is not installed or configured correctly.
dsmEvent_flr_iscsi_not_conf_SYSACT=Processing stops. The file restore mount operation fails.
dsmEvent_flr_iscsi_not_conf_URESP=Ensure that the iSCSI service is up and running on the mount proxy machine.
# 14902
dsmEvent_VM_Stat_vm_instant_access_start=Starting the instant access operation for the '{0}' virtual machine. The target node is '{1} and the data mover node is'{2}'.\n
# 14903
dsmEvent_VM_Stat_vm_instant_access_success=The instant access operation for the '{0}' virtual machine completed. The target node is '{1} and the data mover node is '{2}'.\n
# 14904
dsmEvent_VM_Stat_vm_instant_access_failed=ANS14904E The instant access operation for the '{0}' virtual machine failed. The target node is '{1} and the data mover node is '{2}'.\n
dsmEvent_VM_Stat_vm_instant_access_failed_EXPLANATION=The instant access operation for the virtual machine failed.
dsmEvent_VM_Stat_vm_instant_access_failed_SYSACT=Errors occurred and the instant access operation did not complete.
dsmEvent_VM_Stat_vm_instant_access_failed_URESP=See the client error log to determine the cause of the failure.
# 14905
dsmEvent_VM_Stat_vm_instant_restore_start=Starting the restore operation for the '{0}' virtual machine. The target node is '{1}' and the data mover node is '{2}''.\n
# 14906
dsmEvent_VM_Stat_vm_instant_restore_success=The restore operation for the '{0}' virtual machine completed. The target node is '{1}' and the data mover node is '{2}''.\n
# 14907
dsmEvent_VM_Stat_vm_instant_restore_failed=ANS14907E Instant restore of VMware Virtual Machine '{0}' failed. target node name='{1}', data mover node name='{2}'\n
dsmEvent_VM_Stat_vm_instant_restore_failed_EXPLANATION=The instant restore of the virtual machine failed.
dsmEvent_VM_Stat_vm_instant_restore_failed_SYSACT=The instant restore of the the virtual machine finished with failures. The reason for the failure is written to the local client error log.
dsmEvent_VM_Stat_vm_instant_restore_failed_URESP=Check the local client error log for reason for the failure.
# 14908
dsmEvent_VM_Stat_vm_cleanup_start=Starting the cleanup operation for the '{0}' virtual machine from a snapshot of the '{1}' virtual machine. The target node is '{2} and the data mover node is '{3}'.\n.
# 14909
dsmEvent_VM_Stat_vm_cleanup_success=The cleanup operation for the '{0}' virtual machine from a snapshot of the '{1}' virtual machine completed. The target node is '{2} and the data mover node is '{3}'.\n.
# 14910
dsmEvent_VM_Stat_vm_cleanup_failed=ANS14910E The cleanup operation for the '{0}' virtual machine failed. The target node is '{1}' and the data mover node is '{2}'.\n
dsmEvent_VM_Stat_vm_cleanup_failed_EXPLANATION=The cleanup operation for the virtual machine failed.
dsmEvent_VM_Stat_vm_cleanup_failed_SYSACT=Errors occurred and the cleanup operation did not complete.
dsmEvent_VM_Stat_vm_cleanup_failed_URESP=See the client error log to determine the cause of the failure.
# 14911
dsmEvent_VM_Stat_vm_ready_for_use=VMware Virtual Machine '{0}' is ready for use\n
# 14917
dsmEvent_VM_Library_VMInit_Failed=ANS14917E A failure occurred while accessing the VMware libraries. The required files for the virtual machine backup were not found.\nThe files are installed only if the client is defined as a data mover in IBM Spectrum Protect for Virtual Environments.\n
dsmEvent_VM_Library_VMInit_Failed_EXPLANATION=A failure occurred while accessing the VMware libraries for the virtual machine environment.
dsmEvent_VM_Library_VMInit_Failed_SYSACT=The backup operation cannot continue.
dsmEvent_VM_Library_VMInit_Failed_URESP=Install the IBM Spectrum Protect for Virtual Environments package to use the client to back up virtual machines.
# 14936
dsmEvent_VM_Snapshot_Failed_Non_Retryable=ANS14936E The snapshot of virtual machine '{0}' failed and a snapshot cannot be attempted again.
dsmEvent_VM_Snapshot_Failed_Non_Retryable_EXPLANATION=The snapshot of the virtual machine failed with a permanent error. Such as the Hyper-V writer is not responding. Another snapshot attempt will not be made.
dsmEvent_VM_Snapshot_Failed_Non_Retryable_SYSACT=The snapshot of the virtual machine finished with an error. Processing continues to the next virtual machine.
dsmEvent_VM_Snapshot_Failed_Non_Retryable_URESP=Check the Windows event log for the reason for the failure.
# 14938
VM_BACKUP_EXCLUDE_VMDK_BY_SIZE=ANS14938I Virtual machine: '{0}' disk: '{1}' is excluded by size.\n
# 14944
VM_BACKUP_EXCLUDE_VMDK=ANS14944I Virtual machine: '{0}' disk: '{1}' is excluded by user.\n
# 14946
VM_BACKUP_EXCLUDE_VMDK_NOT_FOUND=ANS14946W Warning: virtual machine: '{0}' disk: '{1}' excluded by user, was not found.\n
VM_BACKUP_EXCLUDE_VMDK_NOT_FOUND_EXPLANATION=The specified virtual disk does not exist on the virtual machine.
VM_BACKUP_EXCLUDE_VMDK_NOT_FOUND_SYSACT=Processing continues.
VM_BACKUP_EXCLUDE_VMDK_NOT_FOUND_URESP=Use the "dsmc backup vm ..." command with the -preview option to display a listing of the disk labels which exist on the virtual machine. Since the disk was specified to be excluded from the backup, the backup will continue. However it is possible that a disk will included in the backup which was not desired, check the spelling of the disk label, and correct the disk label if an undesired disk is now included in the backup operation.
# 14947
VM_BACKUP_INCLUDE_VMDK_NOT_FOUND=ANS14947E Error: virtual machine: '{0}' disk: '{1}' included by user, was not found.\n
VM_BACKUP_INCLUDE_VMDK_NOT_FOUND_EXPLANATION=The specified virtual disk does not exist on the virtual machine.
VM_BACKUP_INCLUDE_VMDK_NOT_FOUND_SYSACT=Processing stops.
VM_BACKUP_INCLUDE_VMDK_NOT_FOUND_URESP=Use the "dsmc backup vm ..." command with the -preview option to display a listing of the disk labels which exist on the virtual machine. Check the spelling of the disk label and correct the disk label and then retry the 'backup vm' operation.
# 14948
dsmEvent_VMDK_Not_Found=ANS14948E A specified virtual disk was not found on the virtual machine.\n
dsmEvent_VMDK_Not_Found_EXPLANATION=You must specify a virtual disk label name which exists on the virtual machine.
dsmEvent_VMDK_Not_Found_SYSACT=Processing stops.
dsmEvent_VMDK_Not_Found_URESP=For a backup operation, use the "dsmc backup vm ..." command with the -preview option to display a listing of the disk labels which exist on the virtual machine. For a restore operation, use the "dsmc query vm ..." command with the -detail option to display a listing of the disk labels which exist on the virtual machine backup. Check the spelling of the disk label and correct the disk label and then retry the operation.
# 14972
SnapDiff_Filer_Non_Unicode_Level_Warning=ANS14972W File server {1} has been upgraded to Data ONTAP version '{2}.{3}.{0}'. This version does not support unicode file names for snapshot difference incremental backup. Upgrade to a version that supports unicode file names as soon as possible.\n
SnapDiff_Filer_Non_Unicode_Level_Warning_EXPLANATION=The file server has been upgraded from a version that supports unicode file names for incremental backup using snapshot difference to a version that does not. If you have upgraded from Data ONTAP version 7.3.3 (or later) to 8.0, you lose the ability to back up files with unicode file names when performing snapshot difference incremental backup.
SnapDiff_Filer_Non_Unicode_Level_Warning_SYSACT=Processing continues. However, files with unicode names are not backed up.
SnapDiff_Filer_Non_Unicode_Level_Warning_URESP=Upgrade to a version that supports unicode file names as soon as possible. If you have upgraded from Data ONTAP version 7.3.3 (or later) to 8.0, upgrade to 8.1 (or later). If it is not possible to upgrade at this time, you can suppress this warning message by renaming the file space on the IBM Spectrum Protect server and performing a snapshot difference incremental backup.
# 14978
DSI_DEDUPLICATION_REDUCTION_RATIO=Deduplication Reduction:
# 14979
DSI_TOTAL_DATA_REDUCTION_RATIO=Total Data Reduction:
# 14980
DSI_TOTAL_INSPECTED_BYTES=Total Bytes Inspected:
# 14983
DSI_TOTAL_DEDUPLICATED_FILES=Files Deduplicated:
# 14999
dsmEvent_Message_Too_Long=ANS14999I The following message was too long to log to the server: '{0}'\n
# 15001
DSI_BackChoice_Org_Incr=Incremental
# 15003
DSI_ACCUSER_DEFAULTNODE=Default Node Name:
# 15004
DSI_BackChoice_Incr=Incremental (complete)
# 15005
DSI_BackChoice_PartIncr=Incremental (date only)
# 15006
DSI_BackChoice_Selective=Always backup
# 15007
DSI_ACTIVITY=Activity
# 15008
DSI_ArchiveMCMenuItem={0}: {1} Days
# 15009
DSI_BackChoice_Image=Image backup
# 15010
DSI_ARCHIVE_ARCHIVE=Archive
# 15012
DSI_CLASS=Class
# 15013
DSI_ARCHIVE_DESCRIPTION=Description:
# 15014
DSI_ARCHIVE_TITEL=Archive
# 15015
DSI_NODE_NAME=Node Name
# 15020
DSI_ButtonStop=Stop
# 15025
DSI_ADMIN_ID=Admin ID
# 15026
DSI_CONN_SERVER_INFORMATION=Server Information
# 15028
DSI_DATE_STARTED=Date Started
# 15029
DSI_BackChoice_ImageIncr=Incremental image (date only)
# 15033
DSI_RESTART_REPLACE_ALL=All
# 15040
DSI_RESTART_TITLE=Select a Restore Operation to Restart
# 15041
DSI_RESTART_EXPLAIN=You may continue an interrupted restore operation by selecting a restore from the list below.
# 15042
DSI_RESTART_CANCEL=Cancel
# 15043
DSI_RESTART_RESTART=Restart
# 15044
DSI_RESTART_WINDOW_TITLE=Restart restore
# 15045
DSI_RESTART_DELETE=Delete
# 15046
DSI_RESTART_COLHDR_SOURCE=Source
# 15048
DSI_RESTART_COLHDR_STARTDATE=Start Date
# 15051
DSI_ACCUSER_TITLE=Enter Node to Access
# 15053
DSI_ACCUSER_NODE=Node Name:
# 15054
DSI_ACCUSER_USER=User Name:
# 15056
DSI_ACCUSER_MYSELF=Default
# 15057
DSI_ACCUSER_SET=Set
# 15061
DSI_CONN_FS_REGISTRY=Registry
# 15062
DSI_CONN_FS_EVENTLOG=Event Log
# 15063
DSI_CONN_FS_IMAGE=Image
# 15064
DSI_CONN_FS_PORTABLEMEDIA=Backup Sets
# 15065
DSI_CONN_FS_SYSTEMOBJECT=System Object
# 15066
DSI_CONN_FS_ACTIVEDIR=Active Directory
# 15067
DSI_CONN_FS_RSM=RSM
# 15068
DSI_CONN_FS_CLUSTERDB=Cluster DB
# 15069
DSI_CONN_FS_RAW=RAW
# 15070
DSI_CONN_FS_FILELEVEL=File Level
# 15071
DSI_OBJINFO_TYPE_VOLUME_RAW=Raw Logical Volume
# 15072
DSI_OBJINFO_TYPE_REGISTRY=Registry
# 15073
DSI_OBJINFO_TYPE_EVENTLOG=Event Log
# 15075
DSI_OBJINFO_TYPE_PORTABLEMEDIA=Backup Sets
# 15076
DSI_OBJINFO_TYPE_SYSTEMOBJECT=System Object
# 15077
DSI_OBJINFO_TYPE_ACTIVEDIR=Active Directory
# 15078
DSI_OBJINFO_TYPE_RSM=RSM
# 15079
DSI_OBJINFO_TYPE_CLUSTERDB=Cluster DB
# 15081
DSI_CONN_FS_PORTABLEBACKUPSETS_LOCAL=Local
# 15082
DSI_CONN_FS_PORTABLEBACKUPSETS_REMOTE=Server
# 15083
DSI_OBJINFO_TYPE_PORTABLEBACKUPSETSLOCAL=Backup Sets From Local
# 15084
DSI_OBJINFO_TYPE_PORTABLEBACKUPSETSREMOTE=Backup Sets From Server
# 15085
DSI_OBJINFO_TYPE_PORTABLEBACKUPSET=Backup Set
# 15086
DSI_WHAT_IMAGE_TO_RESTORE=What to restore for image
# 15087
DSI_IMAGE_PLUS_INCREMENTAL=Image plus incremental directories and files
# 15088
DSI_DELETE_INACTIVE_IMAGE=Delete inactive files from local
# 15089
DSI_RESTORE_IMAGE_ONLY=Image only
# 15090
DSI_BACKUP_IMAGE_TOC=Backup image with TOC (table of contents)
# 15092
DSI_CONN_FS_SYSVOL=System Volume
# 15093
DSI_OBJINFO_TYPE_SYSVOL=System Volume
# 15096
DSI_CONN_FS_COMPLUSDB=COM+ DB
# 15097
DSI_OBJINFO_TYPE_COMPLUSDB=COM+ DB
# 15098
DSI_STATUS=Status
# 15099
DSI_CONN_FS_CERTSRV=Certificate Server
# 15100
DSI_ABOUT_ADSM_TITEL=About IBM Spectrum Protect
# 15101
DSI_COLUMN_NAME=Name
# 15102
DSI_COLUMN_SIZE=Size
# 15103
DSI_COLUMN_MODIFIED=Modified
# 15104
DSI_COLUMN_CREATED=Created
# 15105
DSI_COLUMN_MANAGEMENT=Mgmt Class
# 15106
DSI_COLUMN_DIRECTORY=Directory
# 15107
DSI_COLUMN_BACKEDUP=Backed Up
# 15108
DSI_COLUMN_ARCHIVED=Archived
# 15109
DSI_COLUMN_ACCESSED=Accessed
# 15110
DSI_CONN_SERVER_NAME=Home Server Name:
# 15111
DSI_CONN_SERVER_TYPE=Type:
# 15112
DSI_CONN_SERVER_VERSION=Version:
# 15113
DSI_CONN_DEL_BACKUP=Delete Backup Files:
# 15114
DSI_CONN_DEL_ARCHIVE=Delete Archive Files:
# 15115
DSI_CONN_ACCESS_DATE=Last Access Date:
# 15117
DSI_CONN_ACCESS_NODE=Accessing As Node:
# 15119
DSI_CONN_ACCESS_USER=Accessing As User:
# 15121
DSI_CONN_WINDOW_TITLE=Connection Information
# 15122
DSI_CONN_OK=OK
# 15124
DSI_CONN_SELECT=No file matching the current filter specification is selected.
# 15125
DSI_ACTIVITIES_SELECTED=Activities selected
# 15126
DSI_CONN_BE_PATIENT=Server doing conversion of archive data. Please be patient.
# 15127
DSI_CONN_FS_LOCAL=Local
# 15128
DSI_CONN_FS_REMOVABLE=Removable
# 15129
DSI_CONN_FS_NETWORK=Network
# 15130
DSI_POLICY_WINDOW_TITLE=Policy Information
# 15131
DSI_POLICY_TITLE=Display Policy Information
# 15133
DSI_NO_ACTIVITIES=There are no activities to monitor.
# 15134
DSI_POLICY_DOMAIN=Domain:
# 15135
DSI_POLICY_ACTIVE_POLICY=Active Policy Set:
# 15136
DSI_POLICY_ACTIVATION_DATE=Activation Date:
# 15137
DSI_POLICY_DEFAULT_MGM_CLASS=Default Mgmt Class:
# 15138
DSI_POLICY_MGM_CLASS=Management Class:
# 15141
DSI_PIT_WINDOW_TITLE=Point in Time Restore
# 15142
DSI_PIT_TITLE=Enter a 'Point in Time' date
# 15143
DSI_PIT_NOTE=NOTE: Enabling or disabling Point in Time restore will cause all selections to be lost.
# 15144
DSI_PIT_USE_IT=Use a Point in Time date during restore
# 15145
DSI_PIT_CANCEL=Cancel
# 15146
DSI_PIT_OK=OK
# 15150
DSI_PIT_HOUR=Hour
# 15151
DSI_PIT_MINUTE=Minute
# 15154
DSI_NODES=Nodes
# 15155
DSI_OPTIONS_BUTTON=Options
# 15157
DSI_ACTIVE_TITLE_NASBACKUP=NAS Backup Report
# 15158
DSI_ACTIVE_TITLE_NASRESTORE=NAS Restore Report
# 15161
DSI_ACTIVE_ELAPSED_TIME=Elapsed Time:
# 15162
DSI_DISMISS_BUTTON=Dismiss
# 15163
DSI_ACTIVE_TRANSFER_RATE=Network (KB/s):
# 15164
DSI_ACTIVE_BYTES_TRANSFERRED=Bytes Transferred:
# 15165
DSI_ACTIVE_COMPRESSIO_RATIO=Compressed By:
# 15166
DSI_ACTIVE_OBJECTS_INSPECTED=Inspected:
# 15167
DSI_ACTIVE_OBJECTS_BACKED=Backed Up:
# 15168
DSI_ACTIVE_OBJECTS_FAILED=Failed:
# 15169
DSI_ACTIVE_OBJECTS_MARKED=Marked Inactive:
# 15170
DSI_ACTIVE_TITLE=Backup Report
# 15171
DSI_ACTIVE_VIEW=View
# 15172
DSI_ACTIVE_LASTERRMSG=Last Error Message
# 15173
DSI_ACTIVE_AGGR_TRASNFER_RATE=Aggregate(KB/s):
# 15174
DSI_ACTIVE_STATUS=Status:
# 15175
DSI_ACTIVE_OBJECTS_UPDATED=Updated:
# 15176
DSI_ACTIVE_OBJECTS_REBOUND=Rebound:
# 15177
DSI_NASDIFF_NASDIFF=NAS Differential Backup
# 15179
DSI_ACTIVE_OBJECTS_SKIPPED=Skipped:
# 15181
DSI_ACTIVE_STATUS_WAITING=Waiting for media...
# 15194
DSI_ACTIVE_OBJECTS_ARCHIVED=Archived:
# 15195
DSI_ACTIVE_TITLE_ARCHIVE=Archive Report
# 15196
DSI_ACTIVE_OBJECTS_DELETED=Deleted:
# 15197
DSI_ACTIVE_TITLE_ARCHDELETE=Archive Delete Report
# 15199
DSI_NASFULL_NASFULL=NAS Full Backup
# 15204
DSI_MENU_CLOSE_WINDOW=&Close
# 15211
DSI_MENU_FILE_DETAILS=&File details...
# 15219
DSI_REPORT_BUTTON=Report
# 15221
DSI_EXPAND_BUTTON=Expand
# 15238
DSI_MENU_SELECT_FILE=&Select Items
# 15239
DSI_MENU_DESELECT_FILE=&Deselect Items
# 15251
DSI_Stat_Bytes_LanFree=LanFree Data Bytes:
# 15252
DSI_SCHWIZ_COPY_FILES=Copy Files
# 15255
DSI_AS_NODE_NAME=As Node Name
# 15258
DSI_COLLAPSE_BUTTON=Collapse
# 15265
DSI_CONN_SERVER_INFO=Server Information
# 15266
DSI_CONN_CLIENT_INFO=Remote Client Information
# 15267
DSI_CONN_AUTH_INFO=Authorization Information
# 15270
DSI_ARCOPT_OK=OK
# 15271
DSI_ARCOPT_CANCEL=Cancel
# 15272
DSI_ARCOPT_OVERRIDE=Override include/exlude list
# 15273
DSI_ARCOPT_DELETE_AFTER=Delete files after Archive
# 15274
DSI_ARCOPT_MANAGEMENT_CLASS=Management Class
# 15275
DSI_ARCOPT_COMPRESS_GROW=Continue compressing if object grows
# 15276
DSI_ARCOPT_COMPRESS=Compress objects
# 15277
DSI_ARCOPT_TITEL=Archive Options
# 15278
DSI_ARCOPT_HEADER=Override Archive Options
# 15280
DSI_NASBACKUP_NASBACKUP=NAS Backup
# 15281
DSI_NASRESTORE_NASRESTORE=NAS Restore
# 15282
DSI_BACKUP_BACKUP=Backup
# 15284
DSI_OBJINO_EXCLUDED_CHECKBOX=Excluded
# 15285
DSI_OBJINFO_IESOURCE=Source:
# 15286
DSI_OBJINFO_IEPATTERN=Pattern:
# 15287
DSI_BACKUP_TITEL=Backup
# 15289
DSI_ADVANCED_LABEL=Advanced
# 15290
DSI_BACKOPT_OK=OK
# 15291
DSI_BACKOPT_CANCEL=Cancel
# 15292
DSI_BACKOPT_TITEL=Backup Options
# 15293
DSI_BACKOPT_COMPRESS=Compress objects
# 15294
DSI_BACKOPT_COMPRESS_GROW=Continue compressing if object grows
# 15296
DSI_BACKOPT_HEADER=Override Backup Options
# 15299
DSI_PREFERCW_WIZARD_COMPLETED_NOTE=NOTE: The IBM Spectrum Protect configuration files will be updated only after a session is created (e.g. Backup, Restore, Connection Information, etc.).\nIf the Java GUI is closed before a session is made, the changes will be lost.
# 15300
DSI_CHGPASS_OK=Change
# 15301
DSI_CHGPASS_CANCEL=Cancel
# 15302
DSI_CHGPASS_TITEL=Change Password
# 15303
DSI_CHGPASS_PASSWORD_EXPIRED=Your password has expired
# 15305
DSI_CHGPASS_CURRENT=Current password:
# 15306
DSI_CHGPASS_NEW=New password:
# 15307
DSI_CHGPASS_VERIFY_NEW=Verify password:
# 15308
DSI_RC_Diff_Rebuild=Unable to reconstruct file from subfile components
# 15309
DSI_RC_Diff_Missing_Component=Unable to reconstruct file: necessary component was not restored
# 15312
DSI_BackDelChoice_Active=Delete Active Objects
# 15313
DSI_BackDelChoice_Inactive=Delete Inactive Objects
# 15314
DSI_ACTIVE_SUBFILE_RATIO=Subfile Reduction:
# 15315
DSI_ACTIVE_OBJECTS_SUBFILE=Subfile:
# 15317
DSI_POLICY_SERVER_NAME=Server:
# 15318
DSI_RESTORE_OPTIONS_ADVANCED=Advanced Restore Options
# 15319
DSI_RESTORE_OPTIONS_DISABLENQR=Disable No Query Restore method
# 15320
DSI_OPERATION_INTERRUPTED_MSG=The operation has been interrupted!\n\nPlease click on the 'Back' button to modify your configuration, or click on the 'Apply' button to try it again.
# 15322
DSI_HUB_TITEL=IBM Spectrum Protect
# 15338
DSI_SCHWIZ_REPLACE_FILES=Replace Files
# 15339
DSI_OBJECTS_ASSIGNED=Inspected:
# 15340
DSI_LOGIN_WINDOW_TITEL=IBM Spectrum Protect Login
# 15341
DSI_LOGIN_TITEL=Login into a IBM Spectrum Protect server
# 15344
DSI_LOGIN_PASSWORD=Password:
# 15345
DSI_LOGIN_CANCEL=Cancel
# 15346
DSI_LOGIN_LOGIN=Login
# 15347
DSI_OBJINFO_OWNER=Owner:
# 15348
DSI_WIZARD_ONLINE_IMAGE_TITLE_DESC=Use this wizard to configure the backup-archive client for online image backup operations.\n\nYou can select a snapshot provider to create snapshots of your volumes. The snapshots are used as the source for online image backups.
# 15349
DSI_WIZARD_OPEN_FILE_SUPPORT_TITLE_DESC=Use this wizard to configure the backup-archive client for open file support backup and archive operations. \n\nYou can select a snapshot provider to create snapshots of your volumes. The snapshots are used as the source for snapshot based file backup and archive operations.
# 15350
DSI_PASSWORD_TITEL=Enter Password
# 15351
DSI_PASSWORD_LOGIN=Login
# 15352
DSI_PASSWORD_CANCEL=Cancel
# 15353
DSI_PASSWORD_ENTER_PASSWORD=Please enter your password
# 15355
DSI_OBJINFO_CREATOR=Creator:
# 15356
DSI_OBJINFO_LOCKED=Locked:
# 15357
DSI_OBJINFO_WHERE=Where:
# 15358
DSI_OBJINFO_KIND=Kind:
# 15359
DSI_OBJINFO_TYPE_DESCRIPTION=Archive Package
# 15361
DSI_OBJINFO_WINDOW_TITEL=Information Window
# 15362
DSI_OBJINFO_NAME=Name:
# 15363
DSI_OBJINFO_TYPE=Type:
# 15364
DSI_OBJINFO_SIZE=Size:
# 15365
DSI_OBJINFO_USER_ID=User ID:
# 15366
DSI_OBJINFO_GROUP_ID=Group ID:
# 15367
DSI_OBJINFO_MODIFY_TIME=Modified:
# 15368
DSI_OBJINFO_CHANGE_TIME=Changed:
# 15369
DSI_OBJINFO_ACCESS_TIME=Accessed:
# 15370
DSI_OBJINFO_TYPE_DIRECTORY=Directory
# 15371
DSI_OBJINFO_TYPE_VOLUME=Filespace
# 15372
DSI_OBJINFO_TYPE_FILE=File
# 15374
DSI_OBJINFO_TYPE_NETWORK=Network
# 15375
DSI_OBJINFO_TYPE_REMOVABLE=Removable
# 15376
DSI_OBJINFO_TYPE_MACHINE=Machine
# 15378
DSI_OBJINFO_ATTRIBUTES=Attributes:
# 15379
DSI_OBJINFO_CREATION_DATE=Created:
# 15380
DSI_PREFERC_GEN_COMMUNICATION=Communication
# 15381
DSI_PREFERC_GEN_COMMMETHOD=Communication Method
# 15382
DSI_PREFERC_GEN_TCPIP=TCP/IP
# 15383
DSI_OBJINFO_STORED_SIZE=Stored Size:
# 15384
DSI_PREFERC_GEN_USEDIRECTORY=Use Active Directory Lookup
# 15385
DSI_PREFERC_GEN_TCPIPv6=TCP/IP v6
# 15386
DSI_JOURNAL_INSTALL_START_MSG=Trying to install JBB service...
# 15387
DSI_JOURNAL_INSTALL_END_MSG=The IBM Spectrum Protect JBB Client service has been successfully installed!
# 15388
DSI_JOURNAL_INSTALL_ERROR_MSG=The IBM Spectrum Protect JBB Client service has not been installed!
# 15389
DSI_PREFERC_GEN_PIPE=Named Pipe
# 15390
DSI_PREFERC_GEN_SHMEM=Shared Memory
# 15391
DSI_PREFERC_GEN_COMMON=Common Options
# 15392
DSI_PREFERC_GEN_DURATION=Restart Duration
# 15393
DSI_PREFERC_GEN_INTERVAL=Restart Interval
# 15394
DSI_PREFERC_GEN_LARGE_BUFFERS=Use Large Buffers
# 15395
DSI_PREFERC_GEN_PIPE_NAME=Named Pipe Name
# 15396
DSI_COLUMN_EXPIRES=Expires on
# 15397
DSI_PREFERC_GEN_SHMEM_PORT=Port
# 15398
DSI_PREFERIS_FSIDLE_RETRIES=FS Idle Retries
# 15399
DSI_PREFERIS_FSIDLE_WAIT=FS Idle Wait Max
# 15400
DSI_PREFER_TITEL=Preferences
# 15401
DSI_PREFER_HELP=Help
# 15402
DSI_PREFER_APPLY=Apply
# 15403
DSI_PREFER_CANCEL=Cancel
# 15404
DSI_PREFER_OK=OK
# 15405
DSI_PREFER_FSEL_FILTER=File-Filter
# 15406
DSI_PREFER_FSEL_DIR=Directory
# 15407
DSI_PREFER_FSEL_FILES=Files
# 15408
DSI_PREFER_FSEL_SELECT=Selected
# 15409
DSI_PREFER_FSEL_OK=OK
# 15410
DSI_PREFER_FSEL_DOFILTER=Filter
# 15411
DSI_PREFER_FSEL_CANCEL=Cancel
# 15412
DSI_PREFERG_GENERAL=General
# 15413
DSI_OBJINO_INCLUDED=Included
# 15414
DSI_PREFERG_PROMPT_TAPES=Prompt before mounting tapes
# 15415
DSI_PREFERS_ERROR_LOG_MAX=Enable error log file wrapping
# 15416
DSI_PREFERG_SELECT=Select
# 15417
DSI_PREFERS_SCHED_LOG_MAX=Enable scheduler log file wrapping
# 15418
DSI_PREFERG_BYTES_PER_TRANS=Transaction Buffer Size
# 15419
DSI_PREFERG_ERROR_PROCESSING=Error log
# 15420
DSI_PREFERG_ERROR_FILE=Log File Name
# 15421
DSI_PREFERG_SELECT_ERROR_FILE=Select error file
# 15422
DSI_PREFERG_PRUNE_OLD=Prune old entries
# 15423
DSI_PREFERG_KEEP_ENTRIES=Prune entries older than
# 15424
DSI_PREFERG_DAYS=Days
# 15425
DSI_PREFERG_SAVE_PRUNED=Save pruned entries
# 15426
DSI_PREFERB_BACKUP=Backup
# 15427
DSI_PREFERB_COMPRESS_OBJECTS=Compress objects
# 15428
DSI_PREFERB_CONTINUE_GROW=Continue compressing if object grows
# 15429
DSI_PREFERB_MEMORY_EFFICIENT=Use memory-saving algorithm
# 15430
DSI_PREFERB_RETRY_IF_CHANGES=Number of retries if file is in use
# 15431
DSI_OBJINFO_EXPIRES_TIME=Expires on:
# 15432
DSI_PREFERR_RESTORE=Restore
# 15433
DSI_PREFERR_FILE_EXISTS=Action for files that already exist
# 15434
DSI_PREFERR_SHOW_PROMPT=Ask user before replacing
# 15435
DSI_PREFERR_LEAVE_INTACT=Leave existing files intact
# 15436
DSI_PREFERR_REPLACE_EXISTING=Replace existing files
# 15437
DSI_PREFERR_REPLACE_READONLY=Replace files even if read-only/locked
# 15438
DSI_PREFERS_SCHEDULE=Scheduler
# 15439
DSI_PREFERS_SCHEDULE_MODE=Schedule Mode
# 15440
DSI_PREFERS_POLLING=Polling
# 15441
DSI_PREFERS_PROMPTED=Prompted
# 15442
DSI_PREFERS_QUERY_SCHEDULE=Query Schedule Interval
# 15443
DSI_PREFERS_HOURS=Hours
# 15444
DSI_PREFERS_TCP_ADDRESS=Your TCP/IP address
# 15445
DSI_PREFERS_TCP_PORT=Your TCP/IP port
# 15446
DSI_PREFERS_RETRY_PERIOD=Retry period
# 15447
DSI_PREFERS_CMD_RETRIES=Maximum command retries
# 15448
DSI_PREFERI_SNAP_FSIDLE_RETRIES=FS Idle Retries
# 15449
DSI_PREFERI_SNAP_FSIDLE_WAIT=FS Idle Wait Max
# 15450
DSI_PREFERS_SCHEDULE_LOG=Schedule Log
# 15451
DSI_PREFERS_ERROR_FILE=Save errors in file:
# 15452
DSI_PREFERS_SELECT=Select
# 15453
DSI_PREFERS_SELECT_ERROR_FILE=Select Schedule Log File
# 15454
DSI_SCHWIZ_CHOOSE_LOGFILE=Choose the Log file name location
# 15455
DSI_PREFERC_TCPIP_PORT=Server Port
# 15456
DSI_PREFERC_TCPIP_BUFSIZE=Buffer Size
# 15457
DSI_PREFERC_TCPIP_SERVER_ADDR=Server Address
# 15458
DSI_PREFERC_TCPIP_WINDOW_SIZE=Window Size
# 15459
DSI_PREFERC_TCPIP_NO_DELAY=Send transaction to the server immediately
# 15460
DSI_PREFERB_RESET_LAST_ACCESS_DATE=Reset modified last access date
# 15461
DSI_PREFERB_EXCLUDE_DOMAIN=Exclude these domain(s) from backup
# 15462
DSI_PREFERB_RESET_ARCHIVE_ATTRIB=Reset archive attribute
# 15463
DSI_SnapProviderChoice_JFS2=AIX JFS2 snapshot provider
# 15464
DSI_SnapProviderChoice_LVM=LINUX LVM snapshot provider
# 15465
DSI_SnapProviderChoice_NONE=Do not use a snapshot
# 15466
DSI_PREFERB_SNAPPROVIDER_FS_TYPE=Enable snapshot based file backup/archive using:
# 15467
DSI_PREFERB_SNAPPROVIDER_IMAGE_TYPE=Enable snapshot based online image backup using:
# 15468
DSI_PREFERC_TCPIP_SSLREQUIRED=SSL is Required
# 15469
DSI_BackChoice_SnapDiffSel_WINDOW_TITEL=Difference Snapshot Choices
# 15470
DSI_RESTOPT_WINDOW_TITEL=Restore Options
# 15471
DSI_RESTOPT_TITEL=Modify restore and collision options
# 15472
DSI_RESTOPT_OK=OK
# 15473
DSI_RESTOPT_CANCEL=Cancel
# 15474
DSI_RESTOPT_WHAT_OBJECTS=What objects to restore
# 15475
DSI_RESTOPT_ALL_SELECTED=All selected files and directories
# 15476
DSI_RESTOPT_FILES_ONLY=Files only
# 15477
DSI_RESTOPT_DIRS_ONLY=Directories only
# 15478
DSI_RESTOPT_ACTIONS_EXIST=Action for files that already exist
# 15479
DSI_RESTOPT_REPLACE_FILES=Replace
# 15480
DSI_RESTOPT_ASK_USER=Ask user before replacing
# 15481
DSI_RESTOPT_REPLACE_RO=Replace files even if read-only/locked
# 15482
DSI_SCHWIZ_SCHNAME_UPDATE_OR_REMOVE_DESC=Please select name of service you want to update or remove.
# 15483
DSI_RETROPT_WINDOW_TITEL=Retrieve Options
# 15484
DSI_RETROPT_TITEL=Modify retrieve and collision options
# 15485
DSI_RETROPT_WHAT_OBJECTS=What objects to retrieve
# 15486
DSI_RESTOPT_ONLY_IF_NEWER=Replace only if newer
# 15487
DSI_PREFVM_NOUSERNAME_ENTERED=Error: A VM User name must be specified if a VM Password is present.
# 15488
DSI_ENABLE_LANFREE=Enable LAN-free
# 15489
DSI_SCHEDULER_REMOTE_OPTIONS=Remote Options
# 15490
DSI_RESTORE_TITEL=Restore
# 15491
DSI_RESTORE_RESTORE=Restore
# 15493
DSI_PREFERIS_GAPSIZE_KB=KB
# 15494
DSI_PREFERIS_GAPSIZE_MB=MB
# 15495
DSI_PREFERIS_GAPSIZE_GB=GB
# 15496
DSI_PREFERIS_FSIDLEWAIT_SEC=S
# 15497
DSI_RESTORE_PIT=Point In Time
# 15498
DSI_PREFERIS_FSIDLEWAIT_MILLISEC=MS
# 15500
DSI_RESTDST_WINDOW_TITEL=Restore Destination
# 15501
DSI_RESTDST_OK=Restore
# 15502
DSI_RESTDST_CANCEL=Cancel
# 15503
DSI_RESTDST_TITEL=Select destination for restored objects
# 15504
DSI_RESTDST_RESTORE_TO=Restore to
# 15505
DSI_RESTDST_ORIGINAL=Original location
# 15506
DSI_RESTDST_FOLLOWING=Following location
# 15508
DSI_RESTDST_FSEL_SELECT=Select
# 15509
DSI_RESTDST_FSEL_SELECT_DIR=Select Destination Directory
# 15513
DSI_RESTDST_FSEL_OK=OK
# 15515
DSI_RESTDST_FSEL_CANCEL=Cancel
# 15516
DSI_RESTDST_COMPLETE_PATH=Restore complete path
# 15517
DSI_RESTDST_PARTIAL_PATH=Restore partial path
# 15518
DSI_RESTDST_NOT_PRESERVE=Do not preserve directory structure
# 15520
DSI_RESTDSTR_WINDOW_TITEL=Retrieve Destination
# 15521
DSI_RESTDSTR_OK=Retrieve
# 15522
DSI_RESTDSTR_TITEL=Select destination for retrieved objects
# 15523
DSI_RESTDSTR_RESTORE_TO=Retrieve to
# 15524
DSI_RESTDSTR_COMPLETE_PATH=Retrieve complete path
# 15525
DSI_RESTDSTR_PARTIAL_PATH=Retrieve partial path
# 15527
DSI_MISC_CMD=CMD
# 15539
DSI_MISC_INVALID_LENGTH=Entry must be between {0} and {1} characters in length.
# 15540
DSI_RESTDST_NOBASE=Restore partial path without base directory
# 15541
DSI_RESTDSTR_NOBASE=Retrieve partial path without base directory
# 15547
DSI_BackChoice_ImageSnapshot=Snapshot image backup
# 15548
CLI_Rest_Image_To_File_Confirm=File '{0}' exists. Do you want to replace it?
# 15549
DSI_BackChoice_SnapDiffIncr=Incremental (snapshot difference)
# 15551
GUI_PREF_EFSDECRYPT_LABEL=Decrypt Encrypted File System (EFS) files
# 15553
DSI_PREFEI_INCLUDE_FS=Include.Fs
# 15556
DSI_RACTIVE_ELAPSED_TIME=Elapsed Time:
# 15557
DSI_SCHEDULER_LOGFILES=Log Files
# 15558
DSI_RACTIVE_TRANSFER_RATE=Network (KB/s):
# 15560
DSI_ACCEPTOR_NAME_REMOVE_DESC=The IBM Spectrum Protect acceptor is an HTTP daemon that serves the Web client Java applet to Web browsers. The program that starts the client acceptor process is called dsmcad.exe. The IBM Spectrum Protect client acceptor is installed and run as a service.
# 15561
DSI_RACTIVE_OBJECTS_INSPECTED=Inspected:
# 15562
DSI_RACTIVE_OBJECTS_RESTORED=Restored:
# 15563
DSI_RACTIVE_OBJECTS_FAILED=Failed:
# 15564
DSI_RACTIVE_TITLE=Restore Report
# 15565
DSI_RACTIVE_VIEW=View
# 15566
DSI_RACTIVE_LASTERRMSG=Last Error Message
# 15567
DSI_ACCEPTOR_SELECT_SERVICE=Select Web Client Service
# 15568
DSI_RACTIVE_AGGR_TRANSFER_RATE=Aggregate (KB/s):
# 15569
DSI_RACTIVE_STATUS=Status:
# 15570
DSI_RACTIVE_OBJECTS_RETRIEVED=Retrieved:
# 15571
DSI_RACTIVE_TITLE_RETRIEVE=Retrieve Report
# 15572
DSI_RECALL_RECALL=Recall
# 15573
DSI_MIGRATE_MIGRATE=Migrate
# 15574
DSI_RECONCILE_RECONCILE=Reconcile
# 15575
DSI_THRESHMIG_THRESHMIG=Threshold Migration
# 15576
DSI_REMOVEHSM_REMOVEHSM=Remove Space Management
# 15577
DSI_TSM_ACTIVITIES=IBM Spectrum Protect Activities
# 15578
DSI_MONITOR_TSM_ACTIVITIES=&Monitor IBM Spectrum Protect NAS Activities
# 15579
DSI_RC_DirInUse=The directory is being used by another process
# 15580
DSI_EXISTS_TITLE=File already exists - replace?
# 15581
DSI_EXISTS_WINDOW_TITLE=File Exists
# 15582
DSI_EXISTS_NAME=Name:
# 15583
DSI_EXISTS_PATH=Location:
# 15584
DSI_EXISTS_ORIGINAL_FILE=Local File
# 15585
DSI_EXISTS_BACKUP_FILE=IBM Spectrum Protect File
# 15586
DSI_EXISTS_MODIFIED_DATE=Mod. Date:
# 15587
DSI_EXISTS_SIZE=Size:
# 15588
DSI_EXISTS_DONT_RESTORE=Do not Replace
# 15589
DSI_EXISTS_RESTORE=Replace
# 15590
DSI_EXISTS_CANCEL=Cancel
# 15591
DSI_EXISTS_APPLY_ALL=Apply action to all remaining files
# 15592
DSI_EXISTS_ACCESS_WINDOW_TITLE=Access Denied
# 15593
DSI_EXISTS_ACCESS_TITLE=File is Read-Only - force overwrite?
# 15594
DSI_EXISTS_ACCESS_SKIP=Skip
# 15595
DSI_EXISTS_ACCESS_FORCEOVERWRITE=Overwrite
# 15596
DSI_EXISTS_INUSE_WINDOW_TITLE=File In Use by Another Process
# 15597
DSI_EXISTS_INUSE_TITLE=File in use by another process-replace at reboot?
# 15598
DSI_EXISTS_INUSE_FORCEOVERWRITE=Replace at Reboot
# 15599
DSI_RC_FileInUse=The file is being used by another process
# 15610
DSI_MEDIA_WINDOW_TITLE=Media Mount
# 15611
DSI_MEDIA_TITLE=Offline Media is Required
# 15612
DSI_MEDIA_EXPLAINATION=The following object requires offline media to be mounted.
# 15613
DSI_MEDIA_OBJECT=Object:
# 15614
DSI_MEDIA_DEVICE=Device:
# 15615
DSI_MEDIA_VOLUME=Volume Label:
# 15616
DSI_MEDIA_ACTION=Select an appropriate action
# 15617
DSI_MEDIA_WAITONCE=Wait for the volume to be mounted
# 15618
DSI_MEDIA_WAITALWAYS=Always wait for a volume to be mounted
# 15619
DSI_MEDIA_SKIPOBJECT=Skip this object
# 15620
DSI_MEDIA_SKIPTAPE=Skip all objects on this volume
# 15621
DSI_MEDIA_SKIPALL=Skip all objects requiring a media to be mounted
# 15622
DSI_MEDIA_CANCELOPERATION=Cancel entire operation
# 15623
DSI_MEDIA_OK=OK
# 15624
DSI_PREFERIS_IMAGE_SNAPSHOT=Image-Snapshot
# 15625
DSI_PREFERIS_IMAGE_OPTIONS=Image Options
# 15626
DSI_PREFERIS_IMAGE_GAP_SIZE=Gap Size
# 15627
DSI_PREFERIS_SNAPSHOT_OPTIONS=Snapshot Options
# 15628
DSI_PREFERIS_CACHE_LOC=Cache Location
# 15629
DSI_DPREFB_SUB_CACHE_SIZE=Cache Size (MB)
# 15630
DSI_DPREFB_SUB_CACHE_PATH=Cache Path
# 15632
DSI_DPREFB_SUB_BACKUP=Use adaptive sub-file backup
# 15633
DSI_PREFERIS_CACHE_SIZE=Cache Size
# 15634
DSI_ENCRYPTION_VERIFY_KEY=Confirm Key password:
# 15635
DSI_ENCRYPTION_KEY=Encryption Key password:
# 15636
DSI_ENCRYPT_STATIC_TITLE=Enter File Encryption Key Password
# 15637
DSI_SCHED_CONFIRM_AND_APPLY_DESC=You have completed the configuration of the Scheduler. Click on the 'Apply' button to confirm your configuration.
# 15638
DSI_ENCRYPTION_SKIP=Skip
# 15639
DSI_ENCRYPTION_APPLY_ALL=Apply action to all remaining encrypted files
# 15640
DSI_GENERIC_TITLE=IBM Spectrum Protect
# 15641
DSI_GENERIC_OK=OK
# 15642
DSI_GENERIC_CANCEL=Cancel
# 15643
DSI_GENERIC_YES=Yes
# 15644
DSI_GENERIC_NO=No
# 15645
DSI_GENERIC_CONTINUE=Continue
# 15646
DSI_ENCRYPTION_FILENAME=File name:
# 15647
DSI_CONN_FS_MSDFS=Distributed File System
# 15648
DSI_OBJINFO_TYPE_AFSDFS=AFS/DFS File System
# 15649
DSI_PREFERIS_PREPOST_CMD=Pre/Post Snapshot Commands
# 15651
DSI_SCHED_SELECT_SERVICE=Select Scheduler Service
# 15662
DSI_ESTIMAT_UNKNOWN=N/A
# 15665
DSI_ESTIMAT_RESET=Reset
# 15667
DSI_LOCAL_ADO=Local AD Object
# 15670
DSI_OBJINFO_BACKUP_TIME=Backup Date:
# 15671
DSI_OBJINFO_ARCHIVE_TIME=Archive Date:
# 15672
DSI_OBJINFO_TYPE_VOLUME_LOCAL=Local Filespace
# 15674
DSI_OBJINFO_USAGE=Capacity (%Used):
# 15676
DSI_OBJINFO_LASTINCR_TIME=Last Incremental:
# 15677
DSI_OBJINFO_MGMTCLASS=Management Class:
# 15678
DSI_OBJINFO_USAGE_STR={0} ({1}%)
# 15679
DSI_OBJINFO_FILESPACE_TYPE=Filespace ({0})
# 15684
DSI_FIND_SEARCH=Search
# 15685
DSI_FIND_FILTER=Filter
# 15694
DSI_FIND_NAME_ANY=any name
# 15695
DSI_FIND_NAME_MASK=matches mask
# 15696
DSI_FIND_NAME_STARTS=starts with
# 15697
DSI_FIND_NAME_ENDS=ends with
# 15698
DSI_FIND_NAME_CONTAINS=contains
# 15699
DSI_FIND_NAME_IS=is
# 15700
DSI_FIND_SIZE_LARGER=larger or equal
# 15701
DSI_FIND_SIZE_EXACTLY=exactly
# 15702
DSI_FIND_SIZE_SMALLER=smaller or equal
# 15703
DSI_FIND_DATELABEL_ANY=any date
# 15705
DSI_FIND_TYPE_ALL=all files
# 15706
DSI_FIND_TYPE_REGULAR=regular files
# 15707
DSI_FIND_TYPE_SPECIAL=special files
# 15708
DSI_FIND_TITLE_BA=Find Files (Backup)
# 15709
DSI_FIND_TITLE_RS=Find Files (Restore)
# 15710
DSI_FIND_TITLE_AR=Find Files (Archive)
# 15711
DSI_FIND_TITLE_RT=Find Files (Retrieve)
# 15712
DSI_FIND_ACT_STOP=Stop
# 15714
DSI_FIND_ACT_SEARCHIN=Searching in:
# 15717
DSI_FIND_INVALID_DIR=Invalid Start Path. Please select a valid directory.
# 15718
DSI_INVALID_DIR_SELECTED=The selected object is not a valid directory. Please try again.
# 15720
DSI_IE_SELECT_INFO=If you need to exclude many files from this folder, it is recommended that you use the Include-Exclude Wizard rather than handling these files individually.\nHandling these files one at a time could take a while. Are you sure you want to continue?
# 15734
DSI_FIND_DATELABEL_BETWEEN=between {0} {1} and {2} {3}
# 15743
DSI_FIND_TITLE_ARDEL=Find Files (Archive Delete)
# 15752
DSI_ABOUT_CLIENTNAME=Backup-Archive Client
# 15753
DSI_ABOUT_VERSION=Version {0}, Release {1}, Level {2}.{3} {4}
# 15754
DSI_ABOUT_LICENSEDMAT=Licensed Materials - Property of IBM.
# 15755
DSI_ABOUT_COPYRIGHT=(c) Copyright by IBM Corporation and other(s) 1990, {0}.
# 15756
DSI_ABOUT_RIGHTSRESERVED=All Rights Reserved.
# 15757
DSI_ABOUT_TRADEMARK1=See product license for details.
# 15758
DSI_FIND_TITLE_BADEL=Find Files (Backup Delete)
# 15764
DSI_STATUSBAR_EXCLUDED_FILE=File '{0}' is excluded
# 15765
DSI_ABOUT_COPYRIGHT_PIHDW=Copyright (c) 2010 IETF Trust and Copyright (C) 1984, Sun Microsystems, Inc.
# 15766
DSI_OBJINFO_FSID=fsID:
# 15767
DSI_OBJINFO_UNICODE=Unicode:
# 15768
DSI_FSRENAME_YES=Yes, rename this non-Unicode filespace.
# 15769
DSI_FSRENAME_YESALL=Yes, rename all non-Unicode filespaces in this operation.
# 15770
DSI_FSRENAME_NO=No, do not rename this non-Unicode filespace.
# 15771
DSI_FSRENAME_NOALL=No, do not rename any non-Unicode filespaces in this operation.
# 15772
DSI_FSRENAME_CANCEL_OPERATION=Cancel entire operation
# 15773
DSI_FSRENAME_EXPLANATION=There needs to be a one time rename of the existing filespace '{0}' on the server in order to backup/archive this filespace as a Unicode enabled filespace. Once this change occurs, the filespace '{1}' will be renamed to '{2}_OLD', and the client will add '{3}' again as a Unicode enabled filespace. The current operation will continue using the Unicode enabled filespace. Do you want to continue?
# 15774
DSI_FSRENAME_WINDOW_TITLE=Rename Filespace
# 15775
DSI_FSRENAME_TITLE=Select Option for Renaming Filespace
# 15776
DSI_FSRENAME_GROUPBOX=Select Rename Option
# 15777
DSI_FSRENAME_OK=OK
# 15778
DSI_PIT_SECOND=Seconds
# 15779
DSI_STATUSBAR_EXCLUDED=Directory '{0}' is excluded
# 15780
DSI_STATUSBAR_PATH_FILTERED=Displaying {0} (filtered)
# 15781
DSI_STATUSBAR_PATH=Displaying {0}
# 15782
DSI_STATUSBAR_LOADING=Loading {0} {1}
# 15783
DSI_STATUSBAR_LOADING_DONE=Ready.
# 15784
DSI_STATUSBAR_SCANNING=Scanning {0} ...
# 15785
DSI_STATUSBAR_FILTERING=Filtering {0} ...
# 15787
DSI_PREFERI_INCLUDE_IMAGE=Include.Image
# 15788
DSI_PREFERI_IMAGE_TYPE=Image Type
# 15789
DSI_PREFERI_PRE_SNAP_CMD=Presnapshot Command
# 15790
DSI_AUTHERR_DUPLICATE=This authorization rule has already been defined.
# 15791
DSI_AUTHERR_NO_FS_BA=No files from the specified filespace have been backed up yet.
# 15792
DSI_AUTHERR_NO_FS_AR=No files from the specified filespace have been archived yet.
# 15793
DSI_AUTHERR_QRY_ERROR=Communications error with server during authorization query.
# 15794
DSI_AUTHERR_NO_FILES_BA=No files backed up yet match the specified file name.
# 15795
DSI_AUTHERR_NO_FILES_AR=No files archived yet match the specified file name.
# 15796
DSI_AUTHERR_NO_NODE=Please supply the name of a node to grant access to.
# 15797
DSI_PREFERI_POST_SNAP_CMD=Postsnapshot Command
# 15798
DSI_PREFERI_SNAP_CACHE_LOC=Snapshot Cache Location
# 15806
DSI_PREFERI_SNAP_FSIDLE_WAIT_MIN=FS Idle Wait Min
# 15811
DSI_STATUSBAR_FILE=File: {0}
# 15812
DSI_STATUSBAR_OBJECT=Object: {0}
# 15813
DSI_PREFERG_FSRENAME_NO=no
# 15814
DSI_PREFERG_FSRENAME_YES=yes
# 15815
DSI_PREFERG_FSRENAME_PROMPT=prompt
# 15816
DSI_PREFERG_FSRENAME_LABEL=Rename non-Unicode filespaces during backup/archive.
# 15817
DSI_PREFERI_IMAGE_GAP_SIZE=Image Gap Size
# 15818
DSI_PREFERI_IMAGE_TYPE_SNAPSHOT=Snapshot
# 15819
DSI_PREFERI_IMAGE_TYPE_DYNAMIC=Dynamic
# 15820
DSI_HELP_BUTTON=Help
# 15829
DSI_AUTHORISATION_FILESPACE=Filespace Name:
# 15830
DSI_AUTHORISATION_OK=OK
# 15831
DSI_AUTHORISATION_CANCEL=Cancel
# 15833
DSI_AUTHORISATION_NODE=Grant Access to Node:
# 15834
DSI_AUTHORISATION_PATH=Directory:
# 15835
DSI_AUTHORISATION_USER=User:
# 15836
DSI_AUTHORISATION_FILENAME=Filename:
# 15837
DSI_AUTHORISATION_TYPE=Permit Access to:
# 15838
DSI_AUTHORISATION_BACKUP=Backed up Objects
# 15839
DSI_AUTHORISATION_ARCHIVE=Archived Objects
# 15840
DSI_AUTHORISATION_ADD=Add...
# 15841
DSI_AUTHORISATION_CHANGE=Change...
# 15842
DSI_AUTHORISATION_DELETE=Delete
# 15843
DSI_AUTHORISATION_TITLE=Node Access List
# 15847
DSI_PREFERI_IMAGE_TYPE_STATIC=Static
# 15850
DSI_PREFER_ERR_WINDOW_TITLE=Option Error
# 15851
DSI_PREFER_ERR_TITLE=Error in options file
# 15852
DSI_PREFER_ERR_OPTION=Option file:
# 15853
DSI_PREFER_ERR_INVALID=Invalid entry:
# 15854
DSI_PREFER_ERR_LINENUMBER=Line number:
# 15855
DSI_PREFER_ERR_COMPLETE=Complete line:
# 15856
DSI_PREFER_ERR_REASON=Reason:
# 15857
DSI_PREFER_ERR_OK=OK
# 15858
DSI_PREFER_NOT_RUNTIME=Please restart client for new preferences to take effect.
# 15859
DSI_AUTHORISATION_FILESPACE_AND_DIRECTORY=Filespace and Directory:
# 15860
DSI_OPENREG_WINDOW_TITLE=Open Registration
# 15861
DSI_OPENREG_TITLE=Register New Node
# 15862
DSI_OPENREG_NEW_NODE=New node name:
# 15863
DSI_OPENREG_CONTACT=Contact Information
# 15864
DSI_OPENREG_PASSWORD=Password (enter twice for verification)
# 15865
DSI_OPENREG_CANCEL=Cancel
# 15866
DSI_OPENREG_REGISTER=Register
# 15867
DSI_AUTHORISATION_ADD_TITLE=Add Access Rule
# 15868
DSI_AUTHORISATION_CHANGE_TITLE=Change Access Rule
# 15869
DSI_AUTHORISATION_SUBDIRS=Include subdirectories
# 15871
DSI_AUTHORISATION_ACCESS=Access:
# 15875
DSI_STATUSBAR_LOADING_DOTDOTDOT=Loading {0}...
# 15876
DSI_STATUSBAR_LOADED={0} has been loaded.
# 15877
DSI_CFGWIZ_PLUGIN_NOT_AVAILABLE=Configuration Wizard plugin is not available.
# 15878
DSI_PREFER_PLUGIN_NOT_AVAILABLE=Preferences Editor plugin is not available.
# 15879
DSI_ABOUT_COPYRIGHT_JAVA=Java and all Java-based trademarks and logos are trademarks or registered trademarks of Oracle or its affiliates.
# 15880
DSI_FSDELETE_WINDOW_TITLE=Delete Filespaces
# 15881
DSI_FSDELETE_TITLE=Delete Backup/Archive Filespaces
# 15882
DSI_FSDELETE_WARNING=WARNING: This dialog allows you to delete entire filespaces. Backup and archive data for selected filespaces will be *irretrievably* erased. You will be asked for confirmation before each selected filespace is deleted.
# 15883
DSI_FSDELETE_DELETE=Delete
# 15884
DSI_FSDELETE_CANCEL=Cancel
# 15886
DSJ_SYSSTATE_RESTORE_FIRST=If you are performing a system recovery, and you have just restored the system state or system object, you must restore the system drive next. You must restart your system after restoring the system drive. \n\nIf you are NOT performing a system recovery, you must restart your system now.
# 15887
DSJ_SYSSTATE_RESTORE_SYSDRIVE=You have selected a system state or system object for restore. When performing a system recovery, you must first restore the system state or system object, and then restore the system drive in a separate restore operation. \n\nRecommendation: Turn off Windows Automatic Updates until the restore is complete and you have restarted your system. You can turn on Automatic Updates after completing your system recovery.
# 15888
DSJ_INCOMPATIBLE_OBJECTS=Restoring {0} and {1} is not allowed in the same operation.
# 15890
DSI_ARCHDEL_WINDOW_TITLE=Archive Delete
# 15891
DSI_ARCHDEL_DELETE=Delete
# 15892
DSI_POLICY_RETAIN_INIT_CREATE=Create
# 15894
DSI_POLICY_RETAIN_INIT_EVENT=Event
# 15898
DSI_POLICY_RETAIN_INIT=Retain Initiation:
# 15899
DSI_POLICY_RETAIN_MIN=Retain Minimum:
# 15900
DSI_FAILLIST_WINDOW_TITEL=List of failed files
# 15902
DSI_FAILLIST_REASON=Reason
# 15903
DSI_FAILLIST_FILENAME=Filename
# 15904
DSI_IE_REMOVE_EXCL_DIR=In order to include this directory, this Include-Exclude statement ({0}) needs to be removed from your options file. Since this Include-Exclude statement contains wildcard character(s), removing this statement will include any directories that match the pattern. Do you want to include this directory anyway?
# 15910
DSI_RETRIEVE_RETRIEVE=Retrieve
# 15912
DSJ_RETENTION_INIT_STATUS=Retention Initiation:
# 15913
DSJ_RETENTION_HOLD_STATUS=Held for delete?
# 15914
DSI_RETRIEVE_TITEL=Retrieve
# 15915
DSJ_ENTIRE_MEDIA=You have selected an entire media copy for restore. All objects in the media copy, including all drives, system objects, system state and system services, will be restored. If you do not want to restore the entire media copy, you can expand the media copy to view the contents within it, and select specific items to restore.\nNote: Expanding a media copy might take a long time.
# 15916
DSJ_SYSSTATE_DESELECT=You have deselected an item within a fully-selected media copy, which causes all items within the media copy to be deselected. You must re-select the items that you want to restore. This ensures that all objects selected are of the same type.
# 15917
DSI_WEB_SERVICE_INSTALL_START_MSG=Trying to install Web service...
# 15918
DSI_WEB_SERVICE_INSTALL_END_MSG=The IBM Spectrum Protect Web Client service has been successfully installed!
# 15919
DSI_WEB_SERVICE_INSTALL_ERROR_MSG=The IBM Spectrum Protect Web Client service has not been installed!
# 15920
DSI_CONN_SSL_INFO=SSL Information:
# 15921
DSJ_RETENTION_REPORT_ACTIVATED=Objects Activated:
# 15922
DSJ_RETENTION_REPORT_HELD=Objects Held:
# 15923
DSJ_RETENTION_REPORT_RELEASED=Objects Released:
# 15925
DSI_POLICY_MC_NAME=Management Class Name:
# 15926
DSI_POLICY_MC_DESCR=Description:
# 15927
DSI_POLICY_MC_COPY_GROUP=Copy Group
# 15928
DSI_POLICY_MC_COPY_GROUP_NAME= Copy Group Name:
# 15929
DSI_POLICY_COPY_TYPE= Copy Type:
# 15930
DSI_POLICY_COPY_FREQUENCY= Copy Frequency:
# 15931
DSI_POLICY_VER_DATA_EXST= Versions Data Exists:
# 15932
DSI_POLICY_VER_DATA_DLTD= Versions Data Deleted:
# 15933
DSI_POLICY_RET_XTRA_VERS= Retain Extra Versions:
# 15934
DSI_POLICY_RET_ONLY_VERS= Retain Only Version:
# 15935
DSI_POLICY_COPY_SER= Copy Serialization:
# 15936
DSI_POLICY_COPY_MODE= Copy Mode:
# 15937
DSI_POLICY_COPY_DEST_NAME= Copy Destination:
# 15938
DSI_POLICY_RETAIN_VERS= Retain Version:
# 15940
DSI_ADO_EXISTS_TITLE=Active Directory Object exists - replace?
# 15941
DSI_POLICY_INFO_GROUP_TITLE=Information for server: {0}
# 15943
DSI_POLICY_MC_Days={0} day(s)
# 15944
DSI_POLICY_MC_Versions={0} version(s)
# 15945
DSI_POLICY_SER_Static=Static
# 15946
DSI_POLICY_SER_SharedStatic=Shared Static
# 15947
DSI_POLICY_SER_SharedDymanic=Shared Dynamic
# 15948
DSI_POLICY_SER_Dynamic=Dynamic
# 15949
DSI_POLICY_MODE_Modified=Modified
# 15950
DSI_POLICY_MODE_Absolute=Absolute
# 15951
DSI_POLICY_COPY_Backup=Backup
# 15952
DSI_POLICY_COPY_Archive=Archive
# 15953
DSI_JOURNAL_UPDATE_START_MSG=Trying to update JBB service...
# 15954
DSI_JOURNAL_UPDATE_END_MSG=The JBB Client service has been successfully updated!
# 15955
DSI_JOURNAL_UPDATE_ERROR_MSG=The JBB Client service has not been updated!
# 15956
DSJ_RETENTION_SETEVENT_BUTTON=&Set Event
# 15957
DSI_PREFERC_NLS_BPORTUGESE=Portuguese (Brazil)
# 15958
DSI_PREFERC_NLS_KOREAN=Korean
# 15959
DSI_PREFERC_NLS_TCHINESE=Chinese (Taiwan)
# 15960
DSI_PREFERIS_PRESNAP_PREVENT=Prevent the following Presnapshot command from executing:
# 15961
DSI_PREFERIS_POSTSNAP_PREVENT=Prevent the following Postsnapshot command from executing:
# 15962
DSJ_RETENTION_INIT_UNKNOWN=Unknown
# 15963
DSJ_RETENTION_INIT_STARTED=Started
# 15964
DSJ_RETENTION_INIT_PENDING=Pending
# 15965
DSJ_RETENTION_INITIATION_COLUMN=Initiation
# 15966
DSJ_RETENTION_ACTIVATE_EVENT=Activate Retention
# 15967
DSJ_RETENTION_HOLD_EVENT=Hold
# 15968
DSJ_RETENTION_RELEASE_EVENT=Release
# 15969
DSJ_RETENTION_SEL_TYPE=Select Event type:
# 15970
DSJ_RETENTION_EVENTS_TITLE=Data Retention Events
# 15971
DSJ_RETENTION_EVENTS_MENUITEM=Set Data R&etention Events
# 15972
DSI_PREFERC_NLS_NLS=Regional Settings
# 15973
DSI_PREFERC_NLS_LANGUAGE=Language
# 15974
DSI_PREFERC_NLS_AMENG=English (United States)
# 15975
DSI_PREFERC_NLS_GERMAN=German (Germany)
# 15976
DSI_PREFERC_NLS_FRENCH=French (France)
# 15977
DSI_PREFERC_NLS_SPANISH=Spanish (Spain)
# 15978
DSI_PREFERC_NLS_ITALLIAN=Italian (Italy)
# 15979
DSJ_RETENTION_CONN_INFO=Archive Retention:
# 15980
DSI_PREFERC_NLS_JAPAN=Japanese
# 15981
DSI_PREFERC_NLS_SCHINESE=Chinese (PRC)
# 15982
DSI_PREFERC_NLS_DATE=Date Format
# 15983
DSI_PREFERC_NLS_DATE1=mm/dd/yyyy
# 15984
DSI_PREFERC_NLS_DATE2=dd-mm-yyyy
# 15985
DSI_PREFERC_NLS_DATE3=yyyy-mm-dd
# 15986
DSI_PREFERC_NLS_DATE4=dd.mm.yyyy
# 15987
DSI_PREFERC_NLS_DATE5=yyyy.mm.dd
# 15988
DSI_PREFERC_NLS_TIME=Time Format
# 15989
DSI_PREFERC_NLS_TIME1=hh:mm:ss
# 15990
DSI_PREFERC_NLS_TIME2=hh,mm,ss
# 15991
DSI_PREFERC_NLS_TIME3=hh.mm.ss
# 15992
DSI_PREFERC_NLS_TIME4=hh:mm:ss A/P
# 15993
DSI_PREFERC_NLS_NUMBER=Number Format
# 15994
DSI_PREFERC_NLS_NUMBER1=123,456.000
# 15995
DSI_PREFERC_NLS_NUMBER2=123,456,000
# 15996
DSI_PREFERC_NLS_NUMBER3=123 456,000
# 15997
DSI_PREFERC_NLS_NUMBER4=123 456.000
# 15998
DSI_PREFERC_NLS_NUMBER5=123.456,000
# 15999
DSI_PREFERC_NLS_NUMBER6=123'456,000
# 16000
DSI_DOM_ACTIVATE=Activate
# 16001
DSI_DOM_ROLLFORWARD=Rollforward
# 16002
DSI_DOM_INACTIVATE=Inactivate
# 16003
DSI_DOM_ACTIVATE_TITLE=Activate Report
# 16004
DSI_DOM_ROLLFORWARD_TITLE=Rollforward Report
# 16005
DSI_DOM_INACTIVATE_TITLE=Inactivate Report
# 16006
DSI_DOM_OBJECTS_ROLLFORWARD=Rollforward:
# 16007
DSI_DOM_ROLLFORWARD_Question=Restore completed successfully. Would you like to Rollforward the Db2 database now?
# 16008
DSI_VIEW_SELECTION=View:
# 16009
DSI_DOM_CHANGE_LABEL=Change:
# 16011
DSI_CLIENT_GUI_RESTART=You must restart the Backup Archive Client GUI for your changes to take effect
# 16012
DSI_SCHWIZ_COMPLETED_MSG=Scheduler Wizard has completed successfully!
# 16013
DSI_SCHEDULER_TITLE_DESC=This wizard will guide you through the configuration process of the Client Scheduler. \n\nThe client scheduler communicates with the server and performs scheduled tasks automatically. You can install more than one client scheduler.
# 16015
DSI_POLICY_LANFREE_DEST= Lan Free Destination:
# 16016
DSI_POLICY_DEDUPLICATE_DATA= Deduplicate Data:
# 16017
DSI_CFGWIZ_SCHEDULER_NAME=Scheduler Name
# 16018
DSI_PREFERC_NLS_DATE6=yyyy/mm/dd
# 16019
DSI_PREFERC_NLS_DATE7=dd/mm/yyyy
# 16020
DSI_PREFERC_NLS_TIME5=A/P hh:mm:ss
# 16021
DSI_TOTAL_PREDEDUP_BYTES=Total bytes before deduplication:
# 16022
DSI_GENERIC_DEFAULT=Default
# 16023
DSI_TOTAL_POSTDEDUP_BYTES=Total bytes after deduplication:
# 16024
CLI_VMRestore_AD_Protection_Successful= Protection for Active Directory Domain controller on VM '{0}' was successful.\n\n
# 16025
CLI_VMRestore_AD_Protection_Failed= Protection for Active Directory Domain controller on VM '{0}' failed, VM will be deleted.\n\n
# 16026
DSI_OBJECTS_EXAMINED=objects examined:{0}
# 16027
DSI_OBJECTS_COMPLETE=objects complete:{0}
# 16028
DSI_OBJECTS_FAILED=objects failed:{0}
# 16029
DSI_BYTES_TOTAL=total bytes:{0}
# 16201
DSI_VM_EXISTS_TITLE=Replace Existing Virtual Machine
# 16211
DSI_CFGWIZ_COMMON_TITLE_ID=File Exclusion
# 16217
DSI_CFGWIZ_WEB_CLIENT_ACCEPTOR_UPDATE_DESC=Select the Web client service you wish to update.
# 16218
DSI_CFGWIZ_WEB_CLIENT_ACCEPTOR_REMOVE_DESC=Select the Web client service you wish to remove.
# 16219
DSI_CFGWIZ_WEB_CLIENT_ACCEPTOR_DUPLICATE_DESC=A service with the same name is already installed! \n\nPlease choose a different name for the Web client acceptor service.
# 16220
DSI_CFGWIZ_WEB_CLIENT_AUTHENTICATION_FDA_DESC=What is the IBM Spectrum Protect node name and the IBM Spectrum Protect password for this node to use?
# 16221
DSI_CFGWIZ_PASSWORD=Password
# 16222
DSI_CFGWIZ_WEB_CLIENT_CONTACT_TSM_SERVER=Contact the IBM Spectrum Protect Server to validate password
# 16223
DSI_CFGWIZ_WEB_CLIENT_CONTACT_TSM_SERVER_ID=Contact IBM Spectrum Protect Server
# 16226
DSI_SCHWIZ_SCHNAME_ID=Scheduler Name
# 16227
DSI_CFGWIZ_SERVICE_LOGIN_OPTIONS_DESC=Which account should the service use when logging onto Windows?
# 16230
DSI_CFGWIZ_WEB_CLIENT_PASSWORD_ERROR=A valid password is required!\nPlease note that a valid password is required even if the validate check box is not selected, otherwise the service can be installed but cannot be started.
# 16231
DSI_CFGWIZ_CLUSTER_CHECKBOX=Help me protect my cluster
# 16232
DSI_WIZARD_CLUSTER_SUPPORT_DESC=Select this checkbox to set up Cluster Protection. You can go through the wizard more than once and configure each of the cluster groups.
# 16233
DSI_WIZARD_CLUSTER=Cluster protection
# 16234
DSI_WIZARD_CLUSTER_TASK=Cluster Protection Wizard
# 16235
DSI_WIZARD_CLUSTER_TASK_DESC=This wizard will guide you through the configuration process of the Cluster Protection.
# 16236
DSI_WIZARD_CLUSTER_NAME=Cluster name
# 16237
DSI_WIZARD_CLUSTER_SELECT_DRIVES=Select drives
# 16238
DSI_WIZARD_CLUSTER_INSTALL=Configure a new or additional cluster group
# 16239
DSI_WIZARD_CLUSTER_UPDATE=Update a previously configured cluster group
# 16240
DSI_WIZARD_CLUSTER_REMOVE=Remove a previously configured cluster group
# 16241
DSI_WIZARD_CLUSTER_INSTALL_DESC=Select this option to configure new Cluster Protection.
# 16242
DSI_WIZARD_CLUSTER_UPDATE_DESC=Select this option to re-configure one of the existing Cluster Protections.
# 16243
DSI_WIZARD_CLUSTER_REMOVE_DESC=Select this option to remove one of the existing Cluster Protection.
# 16244
DSI_WIZARD_CLUSTER_NAME_TITLE=Cluster Group Name
# 16245
DSI_WIZARD_CLUSTER_NAME_STATIC=Which cluster group would you like to set up Cluster Protection for?
# 16246
DSI_WIZARD_CLUSTER_GROUP_NAME=Cluster Group Name
# 16247
DSI_WIZARD_CLUSTER_GROUP_NAME_DESC=Select the Cluster Group Name you would like to configure
# 16251
DSI_PREFERC_TCPIP_SSLREQUIRED_SERVERONLY=Server only
# 16252
VSS_Volume_Not_Found=The volume '{0}' was not found on the system. Ensure that automatic mounting of volumes is enabled on the system.\n
# 16253
DSI_CLUSTERCW_END_CONFIG=Cluster configuration has ended!
# 16254
DSI_CLUSTERCW_NODE_OWNS_NO_CLUSGROUPS=Current node does NOT own any cluster groups! Please exit the configuration wizard and make sure the node owns a cluster group. Then relaunch the IBM Spectrum Protect Client.
# 16255
DSI_CLUSTERCW_NO_CLUSGROUPS_AVAILABLE=There are now cluster group available for configuration!
# 16256
DSI_CLUSTERCW_NO_CLUSGROUPS_TO_CONFIG=No cluster groups available to configure. Click "next" to finish the wizard!
# 16317
DSI_STATUSBAR_LOAD_LOCALE=Loading locale settings {0} {1}
# 16320
FLR_TO_DSM_COMM_FAILURE=The service is unavailable. Try to log in again. If the problem persists, contact your administrator.
# 16321
FLR_VM_NOT_FOUND=The host cannot be found. Verify the host name and log in again. If the problem persists, contact your administrator.
# 16322
FLR_VM_AUTH_FAILED=The user name or password is not valid. Verify the credentials and log in again. If the problem persists, contact your administrator.
# 16326
DSI_PREFERIS_SRV_PREPOST_SNAP_PREVENT=Prevent Administrator defined Presnapshot and Postsnapshot commands from executing
# 16390
DSI_SNAPWIZ_INSTALL_VSS_MSG=Trying to install VSS client ...
# 16391
DSI_SNAPWIZ_INSTALL_LVSA_MSG=Trying to install LVSA client ...
# 16392
DSI_SNAPWIZ_UNINSTALL_LVSA_MSG=Trying to uninstall LVSA client ...
# 16393
DSI_SNAPWIZ_DISABLE_OFS_MSG=Trying to disable open file support ...
# 16394
DSI_SNAPWIZ_DISABLE_IMAGE_MSG=Trying to disable online image support ...
# 16402
DSI_SHOW_FDA_TOOLTIP=Show 'Help on Item' area
# 16403
DSI_HIDE_FDA_TOOLTIP=Hide 'Help on Item' area
# 16404
DSI_SHOW_HELP_ONLINE_TOOLTIP=Show Help Online
# 16405
DSI_HELP_ON_ITEM=Help on Item
# 16406
DSI_HELP_ON_ITEM_FDA_DESC=Select or move the focus over the item to see its description.
# 16407
DSI_SHOW_HELP_ON_ITEM_FDA_DESC=Click on the the 'Help on Item' button in the toolbar to hide this help.
# 16408
DSI_SETUP_WIZARD_STEP=Setup Wizard
# 16409
DSI_WIZARD_CLOSE_QUESTION=Do you want to close the Configuration Wizard now?
# 16410
DSI_WAIT_TO_COMPLETE=Please wait until the operation is completed!
# 16411
DSI_PROGRESS_PREPARING=Preparing to save your configuration ...
# 16412
DSI_PROGRESS_SAVING=Saving options file ...
# 16413
DSI_OPTIONS_COMPLETE=The IBM Spectrum Protect Options File has been successfully written!
# 16414
DSI_FINISH_TO_CLOSE=Press the 'Finish' button to close this wizard.
# 16415
DSI_CLIENT_OPTIONS_FILE_STEP=Client Options File
# 16416
DSI_CLIENT_OPTIONS_FILE_TITLE=Client Options File Configuration Wizard
# 16417
DSI_CLIENT_OPTIONS_FILE_DESC=This wizard will guide you through the configuration process of the initial basic IBM Spectrum Protect Client options file.\n\nAfter you have finished the initial set up of the options file you can use the Preferences Editor to specify other client options.
# 16418
DSI_OPTION_FILE_NAME_STEP=Option File Name
# 16419
DSI_SERVER_STANZA_STEP=Server Stanza
# 16420
DSI_NO_WRITE_PERMISSION=Cannot start the GUI because the configuration files are missing and the Configuration Wizard cannot create them because of no write permission on:\n{0}
# 16421
DSI_CLIENT_NODE_NAME=Client Node Name
# 16422
DSI_COMMUNICATION_OPTIONS=Communication Options
# 16423
DSI_CONFIRM_AND_APPLY_STEP=Confirm and Apply
# 16424
DSI_CONFIRM_AND_APPLY_TITLE=Confirm and Apply your configuration
# 16425
DSI_CONFIRM_AND_APPLY_DESC=You have completed the configuration of the Client Options File. Click on the 'Apply' button to confirm your configuration. The initial basic Client Options File will be saved to the disk.
# 16426
DSI_TAKE_TIME_TO_COMPLETE=Please note that this operation may take a while to complete.
# 16427
DSI_COMPLETING_CONFIGURATION=Completing your configuration
# 16428
DSI_NO_TSM_SERVER_CONNECTION=A connection could not be established with the IBM Spectrum Protect server that was specified.\n\nThe configuration wizard is unable to contact the IBM Spectrum Protect server using the information that was specified. Verify that the machine name or the IP address is specified correctly, and verify that the IBM Spectrum Protect server is running on the specified port.\n\nIf the specified information is correct and you want to continue without having a IBM Spectrum Protect server connection (for example, for local backupset restore purposes), click '{0}'.
# 16429
DSI_PREFERC_GEN_PIPE_DESC=Use this field to specify the name of the named pipe to use for communication between a client and a server that reside on the same workstation.
# 16430
DSI_VALIDATE_OPTION_ERROR=Error on\n'{0}'
# 16431
DSI_VALIDATE_OPTION_WARNING=Warning on\n'{0}'
# 16432
DSI_BROWSE_BTN_DESC=Click the 'Browse' button if you want to open a directory/file selection window and select the directory/file you want to use.
# 16433
DSI_PORT_NUMBER_NOT_VALID=The number specified is not valid!\n\nThe number must be in the range between {0} and {1}
# 16434
DSI_PREFERC_TCPIP_SERVER_ADDR_DESC=Specify the name or the TCP/IP address of the machine where the IBM Spectrum Protect server is running.
# 16435
DSI_CW_PORT_NUMBER_DESC=Type the TCP/IP port number you want use to communicate with the IBM Spectrum Protect server.\n\nThe default port number is 1500, while other valid values are in the range between 1000 and 32767.
# 16436
DSI_CW_OPTION_TO_DEFAULT_VALUE=The {0} is required!\nThe value has been reset now to its default value.\n\nSpecify a new value or click on 'Next' button to continue.
# 16437
DSI_PREFERC_GEN_TCPIP_DESC=Transmission Control Protocol/Internet Protocol (TCP/IP)
# 16438
DSI_PREFERC_GEN_TCPIPv6_DESC=Transmission Control Protocol/Internet Protocol Version 6 (TCP/IP v6)
# 16439
DSI_CW_GEN_PIPE_DESC=Named Pipes is a type of interprocess communication that permits message data streams to pass between peer processes, such as between a client and a server. Use a named pipe when the client and the IBM Spectrum Protect server or Storage Agent are on the same workstation.
# 16440
DSI_PREFERC_GEN_SHMEM_DESC=Use shared memory when the client and the IBM Spectrum Protect server or Storage Agent are on the same workstation.
# 16441
DSI_CONN_FS_ACTIVEDIR_DESC=Click this option to automatically use Windows Active Directory communication information during client initialization. This bypasses communication method parameters stored locally in your options file and directly queries the directory for the communication method to use.
# 16442
DSI_STATUSBAR_CHECK_AGENT_PORT=Checking agent portnumber {0} {1}
# 16443
DSI_STATUSBAR_START_AGENT=Starting dsmagent {0} {1}
# 16444
DSI_STATUSBAR_CREATE_SESSION=Creating new session {0} {1}
# 16445
DSI_STATUSBAR_CREATE_APP_CONTROLLER=Creating application controller {0} {1}
# 16446
DSI_STATUSBAR_CREATE_FRAME=Creating frame {0} {1}
# 16449
DSI_STATUSBAR_SET_PARAM=Setting parameters {0} {1}
# 16450
DSI_STATUSBAR_GET_HOST=Getting host address {0} {1}
# 16451
DSI_STATUSBAR_CHECK_PASSWD=Check password {0} {1}
# 16452
DSI_STATUSBAR_CHECK_CONFIG=Check for configuration files {0} {1}
# 16453
DSI_STATUSBAR_START_WIZARD=Starting Configuration Wizards dialog {0} {1}
# 16454
DSI_STATUSBAR_SHOW_GUI=Showing the GUI {0} {1}
# 16455
DSI_STATUSBAR_INIT_HELP=Initializing help system {0} {1}
# 16457
DSI_PROGRESS_CREATE_IM=Creating the interface manager ...
# 16458
DSI_PROGRESS_CONTACT_AGENT=Contacting the agent ...
# 16459
DSI_CLIENT_NODE_NAME_DESC=What is the node name to use?
# 16460
DSI_CLIENT_NODE_NAME_LENGTH_DESC=The length of the node name can be 1 to 64 characters.
# 16461
DSI_OPTION_LENGTH_NOT_VALID=The length exceed the maximum value!\n\nThe lenght of this option must be in the range between {0} and {1}
# 16462
DSI_OPTION_FILE_NAME_DESC=Type the fully-qualified name of the client options file. The client options file is usually named dsm.opt.
# 16463
DSI_OPTION_FILE_NAME_NOT_VALID=The specified location of the options file doesn't exist! \n\nPlease make sure the path is correct. Use the browse button to get a valid path or to create a new one.
# 16464
DSI_SERVER_STANZA_TITLE=Server Stanza
# 16465
DSI_SERVER_STANZA_DESC=Which server stanza name do you want to use?
# 16466
DSI_SERVER_STANZA=Server Stanza Name
# 16467
DSI_CFGWIZ_WEB_CLIENT_DUP_AGENT_FDA_DESC=A service with the same name is already installed! \n\nPlease choose a different name for the remote client agent.
# 16468
DSI_CHOOSE_WIZARD_TITLE=Welcome to the Client Configuration Wizard!
# 16469
DSI_CHOOSE_WIZARD_DESC=This wizard will guide you through the configuration process of the IBM Spectrum Protect Client. \n\nSelect the components that you want to configure.
# 16470
DSI_WIZARD_OPTIONS_FILE=Client Options File
# 16471
DSI_WIZARD_OPTIONS_FILE_DESC=Select this check box to create the initial basic Backup Archive client options file. After you have finished the initial set up of the options file, you can use the Preferences Editor to specify other client options.
# 16472
DSI_WIZARD_WEB_CLIENT=Web Client
# 16473
DSI_WIZARD_WEB_CLIENT_DESC=Select this check box to set up the options for the Web Client that allows you to remotely use IBM Spectrum Protect on your client machine via a Web browser.
# 16474
DSI_WIZARD_SCHEDULER=Client Scheduler
# 16475
DSI_WIZARD_SCHEDULER_DESC=Select this check box to set up the options for the Client Scheduler. The client scheduler communicates with the server and performs scheduled tasks automatically. You can install more than one client scheduler.
# 16476
DSI_WIZARD_JOURNAL_ENGINE=Journal Engine
# 16477
DSI_WIZARD_JOURNAL_ENGINE_DESC=Select this check box to set up the options for the Journal Engine. The journal engine maintains a record of changes to client data which is utilized to increase backup throughput. You can only install one journal engine per client machine.
# 16478
DSI_WIZARD_ONLINE_IMAGE=Online Image Support
# 16479
DSI_WIZARD_ONLINE_IMAGE_DESC=Select this check box to set up the Backup Archive client for online image backup operations. It allows to perform an image backup while the volume remains available to other applications.
# 16480
DSI_WIZARD_OPEN_FILE_SUPPORT=Open File Support
# 16481
DSI_WIZARD_OPEN_FILE_SUPPORT_DESC=Select this check box to configure the Backup Archive client for open file support backup and archive operations. This service enables backup or archive of files that are locked by other applications.
# 16482
DSI_PROGRESS_START_AGENT=Starting dsmagent ...
# 16483
DSI_PROGRESS_CHECK_AGENT_PORT=Checking agent portnumber ...
# 16484
DSI_PROGRESS_CREATE_SESSION=Creating new session ...
# 16486
DSI_SELECT_TO_CONTINUE=Please select at least one option to proceed.
# 16491
DSI_CW_CHOOSE_TASK=Choose Task
# 16492
DSI_WEBWIZ_INTRO_INSTALL_DESC=Select this option to set up the Web client. This program allows you to remotely access your client machine via a Web browser or via a hyperlink connection in the Administrative Web Interface.
# 16493
DSI_WEBWIZ_INTRO_UPDATE_DESC=Select this option to reconfigure the Web client.
# 16494
DSI_WEBWIZ_INTRO_REMOVE_DESC=Select this option to remove a previously installed Web Client agent.
# 16495
DSI_CW_SCHEDULER_TASK=Scheduler Task
# 16496
DSI_SCHWIZ_TASK_INSTALL_DESC=Select this option to install and configure a new client scheduler or add an additional client scheduler. You can edit other client scheduler preferences on the Scheduler tab of the Preferences window.
# 16497
DSI_SCHWIZ_TASK_UPDATE_DESC=Select this option to re-configure an existing client scheduler.
# 16498
DSI_SCHWIZ_TASK_REMOVE_DESC=Select this option to remove an existing client scheduler.
# 16499
DSI_ACCEPTOR_NAME=Acceptor name
# 16500
DSI_WEB_ACCEPTOR_NAME=Web service name
# 16501
DSI_CW_WEB_PORT_DESC=Type the TCP/IP port address to use to communicate with the Web client acceptor.\n\nThe default port number is 1581, while other valid values are in the range between 1000 and 32767.
# 16502
DSI_WEB_CLIENT_TITLE=Web Client Configuration Wizard
# 16503
DSI_WEB_CLIENT_TITLE_DESC=This wizard will guide you through the configuration process of the IBM Spectrum Protect Web Backup Archive Client.\n\nThe Web Client program allows you to remotely access your client machine via a Web browser or via a hyperlink connection in the Administrative Web Interface. With the Web Client you can remotely back up or archive data on your client machine to the server, and restore or retrieve data from the server to your client machine.
# 16504
DSI_ACCEPTOR_NAME_DESC=The client acceptor is an HTTP daemon that serves the Web client Java applet to Web browsers. The program that starts the client acceptor process is called dsmcad.exe. The client acceptor is installed and run as a service. Specify the name of a new Web Client Acceptor service to install or to select an existing Client Acceptor service to configure.
# 16505
DSI_FB_POLICY_SUMMARY=FastBack policy
# 16506
DSI_FB_CLIENT_NODE_SUMMARY=FastBack Client node
# 16507
DSI_FB_VOLUMES_SUMMARY=Volumes to protect
# 16508
DSI_FB_TSM_PROTECT_SUMMARY=Protection type
# 16509
DSI_FB_SERVER_NODE_SUMMARY=FastBack Server node
# 16510
DSI_FB_TSM_MGMT_CLASS_SUMMARY=Management class
# 16511
DSI_FB_TSM_RET_DAYS_SUMMARY=Retention days
# 16512
DSI_SCHEDULE_EVERY_SUMMARY=Schedule every
# 16513
DSI_FB_START_DAYS_SUMMARY=Schedule days
# 16514
DSI_FB_PROGRESS_UPDATING_NODE=Updating client node name ...
# 16515
DSI_FB_PROGRESS_SENDING_OPTIONS=Sending wizard options to the agent ...
# 16516
DSI_FB_WIZARD_COMPLETED=The Client wizard has been completed successfully!
# 16517
DSI_FB_WIZARD_SCHED_INSTRUCTION=Please review and execute the {0} administrative script files to setup the IBM Spectrum Protect Central Scheduler. \nThe script files are located in the {1} directory of the FastBack server machine's system drive.
# 16518
DSI_FB_WIZARD_NO_SCRIPTS_CREATED=The IBM Spectrum Protect agent was not able to create the required scripts!
# 16519
DSI_FB_WIZARD_ERROR_NO=The following error is occurred: {0}
# 16520
DSI_WIZARD_FASTBACK_SUPPORT=FastBack
# 16521
DSI_FB_MAIN_TASK_DESCR=This wizard will guide you through options to enable long-term storage of your FastBack data to a IBM Spectrum Protect Server using the IBM Spectrum Protect Backup/Archive Client. \n\nThe wizard gathers the required information from the FastBack Server repository and from your input in order to create scripts required to:\n \u2022 mount FastBack volumes\n \u2022 execute backups of FastBack volumes\n \u2022 dismount FastBack volumes\n \u2022 setup the IBM Spectrum Protect B/A Central Scheduler\n\nFastBack requirements:\n \u2022 product already configured for short-term data retention\n \u2022 repository, policy and snapshot already defined\n \u2022 at leat one snapshot taken in the FastBack repository\n \u2022 {0} file in the {1}\n directory of the FastBack server machine's system drive.
# 16522
DSI_FB_VOLUME_SELECTION_TASK=Volume Selection
# 16523
DSI_FB_PROTECTION_TYPE_TASK=Protection Type
# 16524
DSI_FB_VOLUME_PROTECTION_OPT_TASK=Protection Options
# 16525
DSI_FB_SCHEDULE_OPT_TASK=Schedule Options
# 16526
DSI_FB_CONFIRM_AND_APPLY_DESCR=You have completed your configuration!\nClick the 'Apply' button to confirm your selections.
# 16527
DSI_CFGWIZ_FASTBACK_CHECKBOX=Help me configure the client to protect FastBack client data
# 16528
DSI_WIZARD_FASTBACK_SUPPORT_DESC=Select this check box to create scripts that will enable the IBM Spectrum Protect Backup/Archive Client to transfer FastBack user data to a IBM Spectrum Protect Server for long-term storage.
# 16529
DSI_FB_VOLUME_SELECTION_TASK_DESC=Select a FastBack policy name, client machine name, and list of volumes for long-term storage protection by the IBM Spectrum Protect Backup/Archive Client.
# 16530
DSI_FB_POLICY=FastBack policy
# 16531
DSI_FB_SELECT_POLICY=-- Select a policy --
# 16532
DSI_FB_SELECT_CLIENT=-- Select a client --
# 16533
DSI_FB_CLIENT=FastBack client
# 16534
DSI_FB_VOLUMES=Volumes to protect
# 16535
DSI_FB_POLICY_DESC=Use the drop-down list to select the FastBack snapshot policy.\n\nFastBack policies are used to link client groups to a job schedule, to specify the number of snapshots that are to be retained, and to identify the snapshot priority.
# 16536
DSI_FB_CLIENT_DESC=Use the drop-down list to select the name of the client machine that were backed up by FastBack as part of the selected policy.
# 16537
DSI_FB_VOLUMES_DESC=Select one or more volumes that were backed up on the selected client and you wish to protect for a long-term data retention.
# 16538
DSI_FB_POLICY_REQUIRED=Please select a FastBack policy from the drop-down list!
# 16539
DSI_FB_CLIENT_REQUIRED=Please select from the drop-down list a client machine that were backed up by FastBack!
# 16540
DSI_FB_VOLUME_REQUIRED=Please select at least one volume to protect!
# 16541
DSI_FB_POLICY_LIST_EMPTY=IBM Spectrum Protect was not able to find the list of policies from the FastBack repository!\n\nPlease check that the FastBack is correctly configured and that user data has been already backup to the FastBack repository!
# 16542
DSI_FB_SCHEDULE_OPTIONS_TASK=Schedule options
# 16543
DSI_FB_SCHEDULE_OPTIONS_TASK_DESC=Specify the options to setup the IBM Spectrum Protect Central Scheduler.
# 16544
DSI_FB_SCHEDULE_PERIOD=Schedule Period every:
# 16546
DSI_FB_SCHEDULE_PERIOD_REQUIRED=Specifies the length of time between startup windows for this schedule.\n\nYou can specify a number from 1 to 999. The default is 1.
# 16547
DSI_FB_SCHED_START_DAYS=Start Days
# 16548
DSI_FB_SCHEDULE_UNIT=Schedule Unit
# 16549
DSI_FB_SCHEDULE_UNIT_DESC=Specifies the time units used to determine the period between startup windows for this schedule.\nThe default is WEEKS.
# 16550
DSI_FB_SCHEDULE_PERIOD_DESC=Specifies the length of time between startup windows for this schedule.\n\nYou can specify a number from 1 to 999. The default is 1.
# 16551
DSI_FB_SCHEDULE_START_DAYS=Schedule Start Days
# 16552
DSI_FB_SCHEDULE_START_DAYS_DESC=Specifies the day of the week on which the schedule start.
# 16553
DSI_FB_SCHEDULE_START_HOUR=Schedule Start Hour
# 16554
DSI_FB_SCHEDULE_START_HOUR_DESC=Specifies the hour for the beginning of the schedule.
# 16555
DSI_FB_SCHEDULE_START_MINUTES=Schedule Start Minutes
# 16556
DSI_FB_SCHEDULE_START_MINUTES_DESC=Specifies the minutes for the beginning of the schedule.
# 16557
DSI_FB_PROTECT_TYPE_TASK=Protection Type
# 16558
DSI_FB_PROTECT_TYPE_TASK_DESC=How do you want to protect the selected volumes taken from the FastBack repository?
# 16559
DSI_FB_PROTECT_INCREMENTAL_DESC=Chose this protection type to backup only the changes to the FastBack selected volumes since the last time it was backed up by the IBM Spectrum Protect Backup/Archive Scheduler.
# 16560
DSI_FB_PROTECT_ARCHIVE_DESC=Choose this protection type if you want to create a new full archive of the selected volumes.
# 16561
DSI_FB_PROTECT_OPTIONS_TASK=Protection Options
# 16562
DSI_FB_PROTECT_OPTIONS_TASK_DESC=What is the IBM Spectrum Protect node name that will be used to store data on the IBM Spectrum Protect Server on behalf of the FastBack server?
# 16563
DSI_FB_SERVER_NODE_NAME_DESC=Type the name of the node that will be used to identify your FastBack server node on the IBM Spectrum Protect server.\n\nIt is suggested to input the name of your FastBack server. This is normally the machine name and also the default value.
# 16565
DSI_FB_TSM_SCHED_START=Schedule Start
# 16567
DSI_FB_TSM_SCHED_START_DESC=Would you like to start the IBM Spectrum Protect Scheduler upon completion of this wizard?
# 16568
DSI_FB_TSM_ADMIN_ID=IBM Spectrum Protect Administrative User ID
# 16569
DSI_FB_TSM_ADMIN_PWD=IBM Spectrum Protect Administrative Password
# 16570
DSI_FB_TSM_SCHED_START_YES_DESC=Select 'Yes' if you want to setup the IBM Spectrum Protect Central Scheduler, register the client nodes and create the proxy relationship upon completion of this wizard.
# 16571
DSI_FB_TSM_SCHED_START_NO_DESC=Select 'No' if you want to manually setup the IBM Spectrum Protect Central Scheduler, register the client nodes and create the proxy relationship later by running the '{1}' scripts located in the '{0}' directory of your agent machine upon completion of this wizard.
# 16572
DSI_FB_TSM_ADMIN_ID_SHORT=User ID
# 16573
DSI_FB_TSM_ADMIN_PWD_SHORT=Password
# 16574
DSI_FB_TSM_ADMIN_ID_DESC=Type the IBM Spectrum Protect Administrative user ID that is required in order to define the IBM Spectrum Protect Schedule.
# 16575
DSI_FB_TSM_ADMIN_PWD_DESC=Type the IBM Spectrum Protect Administrative Password that is required in order to define the IBM Spectrum Protect Schedule.
# 16576
DSI_FB_TSM_ADMIN_ID_REQUIRED=Please type the IBM Spectrum Protect Administrative user ID that is required in order to define the IBM Spectrum Protect Schedule. \n\nIf you don't know the IBM Spectrum Protect Administrative User ID, you can proceed by clicking on 'No' and upon completion of this wizard executing the {0} administrative script files to setup the IBM Spectrum Protect Central Scheduler.
# 16577
DSI_FB_TSM_ADMIN_PWD_REQUIRED=Please type the IBM Spectrum Protect Administrative password that is required in order to define the IBM Spectrum Protect Schedule. \n\nIf you don't know the IBM Spectrum Protect Administrative password, you can proceed by clicking on 'No' and upon completion of this wizard executing the {0} administrative script files to setup the IBM Spectrum Protect Central Scheduler.
# 16578
DSI_FB_TSM_POLICY_DOMAIN_SUMMARY=Policy Domain
# 16579
DSI_FB_SCHEDULE_EVERY=Schedule every:
# 16580
DSI_FB_SERVER_NODE_NAME=Node name for FastBack server
# 16581
DSI_FB_SELECT_REP_NAME=-- Select Repository Name --
# 16582
DSI_FB_SELECT_REP_LOC=-- Select Repository Location --
# 16583
DSI_FB_CHOOSE_REPOSITORY=Choose FastBack Repository
# 16584
DSI_FB_CHOOSE_REPOSITORY_DESC=Which is the repository containing the FastBack volumes to protect?
# 16585
DSI_FB_REPOSITORY_LOCATION=Repository Location
# 16586
DSI_FB_REPOSITORY_LOCATION_DESC=Please select the location of the repository that contains the volumes to protect.
# 16587
DSI_FB_REPOSITORY_LOCATION_REQ=Please select a FastBack repository location from the drop-down list!
# 16588
DSI_FB_REPOSITORY_NAME=Repository Name
# 16589
DSI_FB_REPOSITORY_NAME_DESC=Please select the name of the repository that contains the volumes to protect.
# 16590
DSI_FB_REPOSITORY_NAME_REQ=Please select a FastBack repository name from the drop-down list!
# 16591
DSI_CLIENT_NODE_REG_TITLE=Client Node Registration
# 16592
DSI_CLIENT_NODE_REG_TITLE_DESC=Which password do you want to use to register the Client node with the IBM Spectrum Protect server?
# 16593
DSI_PASSWORD_DESC=Specifies the password of the node to be registered. The maximum length of the password is 64 characters. The password is not case-sensitive and can contain any alphanumeric character, underscore (_), period (.), hyphen (-), plus (+), or ampersand (&).
# 16594
DSI_CONFIRM_PASSWORD_DESC=Type the password for the client node again.
# 16595
DSI_CLIENT_NODE=Client Node
# 16596
DSI_OPENREG_CONTACT_DESC=Specifies information to identify the node being registered. This information is optional. The maximum length of the contact information is 255 characters.
# 16597
DSI_PASSWORD_REQUIRED=The password is required!\nPlease type a non empty password.
# 16598
DSI_PASSWORD_MAX_LENGTH=The maximum length of the password is 64 characters!
# 16599
DSI_CONFIRM_PASSWORD_REQUIRED=The confirm password is required!\nPlease type the password again.
# 16600
DSI_CONFIRM_PASSWORD_INVALID=The password entries are not the same.
# 16601
DSI_OPENREG_CONTACT_MAX_LENGTH=The maximum length of the contact information is 255 characters!
# 16602
DSI_FB_CLIENT_NODE_REG_TITLE=Register FastBack Client as Client Node
# 16603
DSI_FB_CLIENT_NODE_REG_DESC=Which password do you want to use to register the FastBack Client as a client node with the IBM Spectrum Protect server?
# 16604
DSI_FB_CLIENT_NODE_CONTACT=IBM Spectrum Protect Client Node for FastBack Client
# 16605
DSI_FB_SERVER_NODE_REG_TITLE=Register FastBack Server as Client Node
# 16606
DSI_FB_SERVER_NODE_REG_DESC=Which password do you want to use to register the FastBack Server as a client node with the IBM Spectrum Protect server?
# 16607
DSI_FB_SERVER_NODE_CONTACT=IBM Spectrum Protect Client Node for FastBack Server
# 16608
DSI_FB_REPOSITORY_SELECTION_TASK=Repository Selection
# 16609
DSI_FB_CLIENT_REGISTRATION_TASK=Client Registration
# 16610
DSI_FB_SERVER_REGISTRATION_TASK=Server Registration
# 16611
DSI_FB_BACK_TO_PROTECT_FURTHER_DATA=Press the 'Back' button if you want to protect further FastBack client data.
# 16612
DSI_FB_REPOSITORY_LIST_EMPTY=IBM Spectrum Protect was not able to detect the list of repositories from the FastBack DR Server! \n\nPlease check that the FastBack Server is correctly configured!
# 16613
DSI_DPREFVM_VMBACKUP_HYPERVFULL_IMAGE_LABEL=Hyper-V Full VM
# 16614
DSI_DPREFVM_VMBACKUP_HYPERVFULL_IMAGE_FDA_DESC=Select the virtual machine to backup when you issue the backup VM command on the Hyper-V machine.
# 16617
FLR_UNEXPECTED_ERROR=The action cannot be completed. If the problem persists, contact your administrator.
# 16618
FLR_UNEXPECTED_ERROR_AUTHENTICATION=An error occurred during authentication. Try to log in again. If the problem persists, contact your administrator.
# 16619
FLR_UNEXPECTED_ERROR_RECOVERY_POINT=An error occurred while retrieving information about the backup. If the problem persists, contact your administrator.
# 16620
FLR_UNEXPECTED_ERROR_DIRECTORY_INFO=An error occurred while retrieving the directory information. If the problem persists, contact your administrator.
# 16621
FLR_UNEXPECTED_ERROR_MOUNT=An error occurred while loading the backup. If the problem persists, contact your administrator.
# 16622
FLR_UNEXPECTED_ERROR_QUERY_MOUNT=An error occurred while retrieving information about the backup. If the problem persists, contact your administrator.
# 16623
FLR_UNEXPECTED_ERROR_RESTORE=An error occurred during the restore. If the problem persists, contact your administrator.
# 16624
FLR_UNEXPECTED_ERROR_DISMOUNT=An error occurred while unloading the backup. If the problem persists, contact your administrator.
# 16625
FLR_UNEXPECTED_ERROR_LOGOUT=An error occurred when you tried to log out. If the problem persists, contact your administrator.
# 16626
FLR_SESSION_INFO_ERROR=The session information cannot be retrieved. If the problem persists, contact your administrator.
# 16627
FLR_UNEXPECTED_ERROR_SEARCH=An error occurred during search. If the problem persists, contact your administrator.
# 16628
FLR_MOUNT_INFO_ERROR=The backup information cannot be retrieved. If the problem persists, contact your administrator.
# 16629
FLR_UNEXPECTED_ERROR_GET_VM_VOLUMES=An error occurred while querying the volumes on the virtual machine. If the problem persists, contact your administrator.
# 16630
FLR_PATH_TOO_LONG=The directory path exceeds the maximum length. Contact your administrator for assistance.
# 16631
FLR_ACCESS_DENIED=You do not have permission to access this directory. Select another directory.
# 16632
FLR_PROPERTY_ERROR=The property {0} cannot be retrieved. If the problem persists, contact your administrator.
# 16633
FLR_VM_IN_USE=You are already logged in to this virtual machine in another browser window. To access the virtual machine, close one of the browsers.
# 16634
FLR_VM_IN_USE_BY_ANOTHER_USER=Another user is already using this virtual machine. Try to access the virtual machine at a later time or contact your administrator.
# 16635
FLR_BACKUP_IN_USE=You already loaded this backup in another browser window. To use this backup, close one of the browsers.
# 16636
FLR_BACKUP_IN_USE_BY_ANOTHER_USER=The backup is already loaded by another user. Load the backup at a later time or contact your administrator.
# 16637
FLR_RESTORE_OUT_OF_SPACE=There is not enough space on the virtual machine to restore the file.
# 16638
FLR_RESTORE_ACCESS_DENIED=You do not have permission to restore the file.
# 16639
FLR_RESTORE_IN_PROGRESS=A restore operation is in progress. Change the backup when the restore is completed.
# 17017
DSI_JOURNAL_REMOVE_START_MSG=Trying to remove JBB service...
# 17018
DSI_JOURNAL_REMOVE_END_MSG=The JBB Client service has been successfully removed!
# 17019
DSI_JOURNAL_REMOVE_ERROR_MSG=The JBB Client service has not been removed!
# 17027
DSI_IMAGE_CONFIRM_AND_APPLY_DESC=You have completed the configuration of Online Image Support. Click on the 'Apply' button to confirm your configuration.
# 17029
DSI_OPEN_FILE_CONFIRM_AND_APPLY_DESC=You have completed the configuration of Open File Support. Click on the 'Apply' button to confirm your configuration.
# 17037
DSI_AUTHENTICATION=Authentication
# 17038
DSI_LOGIN_OPTIONS=Login Options
# 17039
DSI_SELECT_WEB_SERVICE=Select Web Service
# 17055
DSI_SCHEDULER_REMOVE_END_MSG=Scheduler was removed successfully!
# 17063
DSI_JOURNAL_CONFIRM_AND_APPLY_DESC=You have completed the configuration of the Journal Engine. Click on the 'Apply' button to confirm your configuration.
# 17152
DSI_WEB_SERVICE_UPDATE_START_MSG=Trying to update Web service...
# 17153
DSI_WEB_SERVICE_UPDATE_END_MSG=The Web Client service has been successfully updated!
# 17154
DSI_WEB_SERVICE_UPDATE_ERROR_MSG=The Web Client service has not been updated!
# 17155
DSI_WEB_SERVICE_REMOVE_START_MSG=Trying to remove Web service...
# 17156
DSI_WEB_SERVICE_REMOVE_END_MSG=The Web Client service has been successfully removed!
# 17157
DSI_WEB_SERVICE_REMOVE_ERROR_MSG=The Web Client service has not been removed!
# 17161
DSI_SCHWIZ_USE_CAD_ID=Use client acceptor
# 17162
DSI_GENERIC_UNKNOWN=Unknown
# 17163
DSI_GENERIC_NONE=None
# 17164
DSI_CFGWIZ_CONFIRM_PASSWORD=Confirm Password
# 17165
DSI_SCHEDULER_UPDATE_START_MSG=Trying to update Scheduler client ...
# 17166
DSI_SCHEDULER_REMOVE_START_MSG=Trying to remove Scheduler client ...
# 17167
DSI_CFGWIZ_ACCOUNT_NAME=Account Name
# 17171
DSI_CFGWIZ_START_OPTION_MANUALLY_ID=Start Manually
# 17172
DSI_SCHEDULER_INSTALL_START_MSG=Trying to install Scheduler client ...
# 17173
DSI_CFGWIZ_START_OPTION_AUTOMATICALLY_ID=Start when boot
# 17174
CW_NO_ELEMENTS_SELECTED=The {0} is required to have at least one element selected\n\nSelect at least one element in the list and click on 'Next' button to continue.
# 17175
DSI_CFGWIZ_WEB_AGENT_NAME=IBM Spectrum Protect Remote Client Agent
# 17176
DSI_SCHWIZ_REMOTE_COPY_FILES=Do you wish to copy the install files from this machine to the remote machine?
# 17178
DSI_CFGWIZ_WEB_SERVICE_NAME_ID=IBM Spectrum Protect Agent Name
# 17180
DSI_CFGWIZ_WEB_CLIENT_PARAMETERS=Web Client Parameters
# 17181
DSI_SCHWIZ_REMOTE_PATH_ID=Install Directory
# 17184
DSI_CFGWIZ_START_OPTION=Start Option
# 17188
DSI_CFGWIZ_WEB_AGENT_NAME_ID=Agent Name
# 17189
DSI_CFGWIZ_WEB_CLIENT_PARAMETERS_ID=Remote Access
# 17190
DSI_CFGWIZ_CONFIRM_WEB_CLIENT=You have completed the configurations of the Web Client. Click on the 'Apply' button to confirm your configuration.
# 18001
DSI_VM_MGMT_CLASS_FDA_DESC=VM Management Class Description
# 18002
DSI_DPREFVM_VMBACKUP_VMCTLMC_LABEL=VM Management Class for Control Information
# 18003
DSI_DPREFVM_VMBACKUP_VMCTLMC_LABEL_FDA_DESC=VM Management Class for Control Information Description
# 18004
DSI_DPREFVM_VMBACKUP_VMVSTORTRANSPORT_LABEL=VMware Transport
# 18005
DSI_DPREFVM_VMBACKUP_VMVSTORTRANSPORT_LABEL_FDA_DESC=VMware Transport Description
# 18006
DSI_DPREFVM_VMBACKUP_VMVSTORTRANSPORT_SAN_LABEL=SAN
# 18007
DSI_DPREFVM_VMBACKUP_VMVSTORTRANSPORT_HOTADD_LABEL=HOTADD
# 18008
DSI_DPREFVM_VMBACKUP_VMVSTORTRANSPORT_NBDSSL_LABEL=NBDSSL
# 18009
DSI_DPREFVM_VMBACKUP_VMVSTORTRANSPORT_NBD_LABEL=NBD
# 18010
DSI_DPREFVM_VMBACKUP_VMSKIPRDM_LABEL=Back up virtual machines and skip all raw device mapping (RDM) disks that use physical compatibility mode
# 18011
DSI_DPREFVM_VMBACKUP_VMSKIPRDM_LABEL_FDA_DESC=Backup virtual machines provisioned with disks that do not support snapshots. Since these types of disks do not support snapshots, the disks will be skipped during the backup operation; only disks that support snapshots will be processed.
# 18012
DSI_DPREFVM_VMBACKUP_VMSKIPINDEPENDENT_LABEL=Back up virtual machines and skip all independent disks
# 18013
DSI_DPREFVM_VMBACKUP_VMSKIPINDEPENDENT_LABEL_FDA_DESC=Backup virtual machines provisioned with disks that do not support snapshots. Since these types of disks do not support snapshots, the disks will be skipped during the backup operation; only disks that support snapshots will be processed.
# 18014
DSI_CLUSTERCW_ERROR_CONFIG=Error, the Cluster Generic Service or the Cluster Resource could not be created!
# 18015
DSI_CLUSTERCW_CLUSTER_NODE_DOWN=Node ({0}) is currently unavailable... \n\nPlease make sure all nodes are up and running in this cluster environment and re-launch the Cluster Configuration Wizard to configure one or more cluster groups for protection.
# 18016
DSI_CLUSTERCW_ERROR_REMOVE=Error, the cluster configuration could not be removed! The associated generic service/resource could not be found.
# 18028
DSI_DPREFVM_VMBACKUP_VMENABLETEMPLATES_LABEL=Back up virtual machines templates
# 18053
SNAPSHOT_SnapDiffSettingConflict=You cannot perform an incremental by snapshot difference backup on a selection that is not a whole network volume.\n
# 18054
SNAPSHOT_SnapDiffTreeSelectionConflict=Snapshot difference has been chosen. Only whole network volumes can be selected.\n
# 18055
DSI_NumObjectsDisplay= {0} objects\n
# 18502
DSI_INFO_NOT_AVAIL=Information Not Available
# 18516
DSI_SM_CLIENT_NODE_NAME=Client Node Name
# 18519
DSI_SM_PORT_NUMBER=Port Number
# 18552
DSI_CLUSTER_NODENAME_NOT_VALID=In a cluster environment NODENAME can not be the same as computer name
# 18597
DSI_SM_FILE_MENU=&File
# 18598
DSI_SM_EDIT_MENU=&Edit
# 18599
DSI_SM_VIEW_MENU=&View
# 18600
DSI_SM_ACTIONS_MENU=&Actions
# 18602
DSI_SM_HELP_MENU=&Help
# 18618
DSI_SM_FRAME_TITLE=IBM Spectrum Protect Enterprise Space Management Console
# 18619
DSI_SM_BANNER_TEXT=IBM Spectrum Protect for Space Management
# 18764
DSI_SM_DEBUG_CONSOLE=&Debug Console
# 18765
DSI_SM_DEBUG_CONSOLE_TITLE=IBM Spectrum Protect Debug Console
# 18766
DSI_SM_FRAME_TITLE_DEBUG=IBM Spectrum Protect Enterprise Space Management Console (Debug mode)
# 18767
DSI_SM_CLOSE=Close
# 18768
DSI_SM_SAVE_AS=Save as...
# 18769
DSI_SM_ERROR_MESSAGE= Error Message
# 18770
DSI_SM_WARNING_MESSAGE= Warning Message
# 18846
DSI_PREFERI_SNAP_PROVIDER_TYPE=Snapshot Provider Type
# 18849
DSI_PREFERI_SNAPPROVIDER_CHOICE_NONE=None
# 18850
DSI_PREFERI_DYNAMIC_IMAGE_TYPE=Dynamic Image Backup
# 18888
Explanation_Msg=Explanation:
# 18889
Sysact_Msg=System Action:
# 18890
Uresp_Msg=User Response:
# 18900
DSI_FIND_SEARCH_AND_FILTER=Search and Filter
# 18901
DSW_MENU_FIND=&Find
# 18902
DSI_FIND_SEARCH_FILES=Search Files
# 18903
DSI_FIND_SEARCH_OPTIONS=Search Options
# 18904
DSI_FIND_SEL_DATE=Date
# 18905
DSI_FIND_OWNER_AND_GROUP=Owner and Group
# 18906
DSI_FIND_SEL_TYPE=Type
# 18907
DSI_FIND_FILES_NAME=File Name
# 18908
DSI_FIND_FILES_MODIFIED=Files Modified
# 18909
DSI_FIND_FILES_ACCESSED=Files Accessed
# 18910
DSI_FIND_FILES_ARCHIVED=Files Archived
# 18911
DSI_FIND_FILES_BACKED_UP=Files Backed Up
# 18912
DSI_FIND_START_PATH=Start Path
# 18913
DSI_FIND_FILES_INSPECTED=Files inspected
# 18915
DSI_FIND_AFTER_DATE=after
# 18916
DSI_FIND_BEFORE_DATE=before
# 18917
DSI_FIND_EXACTLY_ON_DATE=exactly on
# 18918
DSI_FIND_BETWEEN_DATE=between
# 18919
DSI_FIND_AND_DATE=and
# 18920
GUI_SEARCHFILTER_CRITERIA=Search/Filter Criteria
# 18921
DSI_FIND_PREVIOUS_YEAR=Previous Year
# 18922
DSI_FIND_NEXT_YEAR=Next Year
# 18923
DSI_FIND_PREVIOUS_MONTH=Previous Month
# 18924
DSI_FIND_NEXT_MONTH=Next Month
# 18925
DSI_FIND_MONDAY_ABBREVIATION=Mon
# 18926
DSI_FIND_TUESDAY_ABBREVIATION=Tue
# 18927
DSI_FIND_WEDNESDAY_ABBREVIATION=Wed
# 18928
DSI_FIND_THURSDAY_ABBREVIATION=Thu
# 18929
DSI_FIND_FRIDAY_ABBREVIATION=Fri
# 18930
DSI_FIND_SATURDAY_ABBREVIATION=Sat
# 18931
DSI_FIND_SUNDAY_ABBREVIATION=Sun
# 18932
DSI_FIND_SEARCH_RESULTS=Search Results
# 18935
DSI_FIND_COMPLETED=Search completed
# 18936
DSI_FIND_STOP_BY_USER=Search stop by user
# 18937
DSI_FIND_CLOSE=A search process is still running.\nDo you want to stop it and to close the dialog now?
# 18938
DSI_FIND_TREE_FILTERED=Do you want to close the dialog and\napply the filter to the tree underneath\n{0}?
# 18939
GUI_SEARCHFILTER_SEARCH_TYPE=What to Search
# 18940
DSI_FIND_MATCHES_UNDERNEATH={0} matches underneath {1}
# 18941
DSI_FIND_MATCHES_INFO=Click the Search button to begin a search.
# 18942
DSI_MENU_SEARCH=&Search
# 18943
DSI_MENU_STOP=&Stop
# 18944
DSI_MENU_FILTER=&Filter
# 18945
GUI_SEARCHFILTER_ALL_OBJS=All Objects
# 18946
DSI_FIND_REMOVE_FILTER=Remove Filter
# 18947
DSW_MENU_REMOVE_FILTER=&Remove Filter
# 18948
DSI_FIND_FILTER_APPLYING=Applying filter criteria to the tree...
# 18949
DSI_FIND_FILTER_APPLIED=The specified filter criteria has been applied to the tree.
# 18950
DSI_FIND_FILTER_NOT_APPLIED=The specified filter criteria has not been applied to the tree.
# 18951
DSI_FIND_SEARCH_TOOLTIP=Search for files matching the specified search criteria
# 18952
DSI_FIND_FILTER_TOOLTIP=Apply the specified filter criteria to the tree
# 18953
DSI_FIND_STOP_TOOLTIP=Stop the search process
# 18954
DSI_FIND_CONFIRM_REMOVE_FILTER=Do you want to remove the filter underneath\n{0}?
# 18957
DSI_SM_MFS_ACTIVITIES=Activities
# 18977
DSI_SM_MFS_ACTIVITIES_DETAILS=Details
# 18980
GUI_SEARCHFILTER_SEARCH_OBJ=Search All Objects
# 18982
GUI_SEARCHFILTER_OBJNAME=Object Name
# 19036
DSI_BackChoice_SnapDiff_Latest=Latest
# 19046
DSI_BackChoice_SnapDiff_LatestGrpTitle=Use the latest existing snapshot?
# 19117
DSW_HSM_HOMEPAGE=http://www.ibm.com/software/products/en/tivostormanaforspacmana
# 19135
DSI_AUTHERR_INVALID_NODE_OWNER=The supplied node or user name exceeds the maximum allowed lengh (64).
# 19136
DSI_LZ4_COMPRESSION=LZ4
# 19137
DSI_LZW_COMPRESSION=LZW
# 19138
DSJ_OBJINFO_COMPRESS_TYPE_LABEL=Compression Type:
# 24000
DSI_PREFERS_SCHEDULE_CMD=Schedule Command
# 24001
DSI_PREFERS_PRESCHEDULE=Preschedule Command
# 24002
DSI_PREFERS_PRESCHEDULE_PREVENT=Prevent the following Preschedule command from executing:
# 24003
DSI_PREFERS_POSTSCHEDULE=Postschedule Command
# 24004
DSI_PREFERS_POSTSCHEDULE_PREVENT=Prevent the following Postschedule command from executing:
# 24005
DSI_PREFERS_SCHEDCMD_WAIT=Wait for the command to complete
# 24006
DSI_PREFERS_COMMAND=Command
# 24007
DSI_PREFERS_FORCE=Force the client command process to continue running after account logs off
# 24008
CLI_No_File_Spaces_Found_Matching=No file spaces for node '{0}' were found on the server matching\nthe search criteria\n
# 24010
DSI_PREFERA_AUTHORIZATION=Authorization
# 24011
DSI_PREFERA_PASSWORD_ACCESS=Password Access
# 24012
DSI_PREFERA_PASSWORD_PROMPT=Password Prompt
# 24013
DSI_PREFERA_PASSWORD_GENERATE=Password Generate
# 24014
DSI_PREFERA_PASSWORD=Password
# 24015
DSI_PREFERA_PASSWORD_DIR=Location
# 24016
CLI_TOC_CREATE=A table of contents is being created.\n
# 24020
DSI_PREFERW_WEBCLIENT=Web Client
# 24021
DSI_PREFERW_HTTPPORT=HTTP Port
# 24022
DSI_PREFERW_SSLPORT=SSL Port
# 24023
DSI_PREFERW_REVOKE=Revoke remote access privilege
# 24024
DSI_PREFERM_COMMANDLINE=Command Line
# 24025
DSI_PREFERM_QUIET=Do not display process information on screen
# 24026
DSI_PREFERM_PAUSE=Pause after displaying the following number of lines
# 24027
DSI_PREFERM_DISPLAY_LINE=Number of lines to display on screen
# 24028
DSI_PREFERW_WEBPORTS=WEB Ports
# 24029
DSI_PREFERD_TRACE_ENABLE_WRAP=Enable trace file wrapping
# 24030
DSI_PREFERD_DIAGNOSTIC=Diagnostics
# 24031
DSI_PREFERD_TRACE=Trace
# 24032
DSI_PREFERD_TRACE_ENABLE=Enable Tracing
# 24033
DSI_PREFERD_TRACE_FILENAME=File Name
# 24034
DSI_PREFERD_TRACE_FLAG=Trace Flags
# 24035
DSI_BackChoice_NoJournalIncr=Incremental (without journal)
# 24037
DSI_PREFERD_TRACE_MAX1_SIZE=Maximum size (MB)
# 24038
DSI_PREFERD_TRACE_ENABLE_SPAN=Enable trace file spanning
# 24039
DSI_PREFERD_TRACE_MAX2_SIZE=Maximum size (MB) per file segment
# 24040
DSI_PREFERB_BACKUP_REG=Back up Registry during incremental backup
# 24041
DSI_PREFERB_BACKUP_AFSMOUNT=Back up only AFS mount point information
# 24042
DSI_PREFERB_BACKUP_DFSMOUNT=Back up only DFS mount point information
# 24043
DSI_PREFERB_BACKUP_SYMLINK=Back up the file/directory that a symbolic link points to
# 24044
DSI_PREFERB_ARCHIVE_SYMLINK=Archive the file/directory that a symbolic link points to
# 24045
DSI_PREFERB_VIRTUAL_MOUNT=Virtual Mount Point
# 24046
DSI_PREFERB_DOMAIN_GROUP=Domain for Backup
# 24047
DSI_PREFERB_BACKUP_TYPE=Backup Type
# 24048
DSI_PREFERB_ALL_LOCAL=Back up all local file systems
# 24049
DSI_PREFERB_ALL_LOFS=Back up all Loopback Virtual File Systems
# 24050
DSI_PREFERB_DOMAIN_LIST=Domain List
# 24051
DSI_PREFERV_DIR=Virtual Mount Directory
# 24052
DSI_PREFERV_MOUNT_POINTS=Virtual Mount Points
# 24053
DSI_PREFERD_CRASH_DUMP_DIR=Crash Dump Location
# 24054
DSI_PREFERB_DOMAIN_GROUP_DESCRIPTION=The following contains options that you can select to specify which drives to include in your client domain. By default all local files are backed up.
# 24055
DSI_PREFERI_INCLEXCL_TITLE=Include-Exclude
# 24056
DSI_PREFERB_DOMAIN_GROUP_CLUS_DESCRIPTION=The following contains options that you can select to specify which drives to include in your client domain. At least one drive needs to be selected before continuing to the next panel.
# 24057
DSI_PREFERI_DFSINCLEXCL=Use DFS include-exclude options file
# 24058
DSI_PREFERI_DEFINE=Define Include-Exclude Options
# 24059
DSI_PREFERI_CATEGORY=Category
# 24060
DSI_PREFERI_TYPE=Type
# 24061
DSI_PREFERI_FILE_OR_PATTERN=File or Pattern
# 24062
DSI_PREFERI_MODIFY=Modify Include-Exclude Options
# 24063
DSI_PREFERI_MGMTCLASS=Management Class
# 24064
DSI_PREFERI_STATEMENTS=Statements
# 24065
DSI_PREFERW_CADMODE=Managed Services Options
# 24067
DSI_PREFERW_CADMODE_SCHED=Schedule
# 24068
DSI_PREFERW_CADMODE_BOTH=Both
# 24069
DSI_PREFERC_GEN_TCPIPv6_OPT=TCP/IP v6 Options
# 24070
DSI_PREFERC_GEN_TCPIP_OPT=TCP/IP Options
# 24071
DSI_JOURNALWIZ_PATHNOTABSOLUTE=The path entered is not an absolute path. Please enter a full path.
# 24076
DSI_PREFERC_GEN_NAMEDPIPE_OPT=Named Pipe Options
# 24077
DSI_PREFERC_GEN_SHAREDMEMORY_OPT=Shared Memory Options
# 24080
DSI_PREFERH_CHECK_THRESHOLDS=Check Space Usage Interval
# 24081
DSI_PREFERH_RECONCILE_INTERVAL=File Systems Reconcile Interval
# 24086
DSI_PREFERH_MIGFILE_EXP=Keeps Migrated and Premigrated Files for
# 24087
DSI_PREFERH_OPTION_FORMAT=Option Format for Commands
# 24088
DSI_PREFERH_KERNEL_MSG=Display messages sent by the kernel
# 24089
DSI_PREFERH_RESTORE_MIGSTATE=Restore or retrieve files to stub files
# 24095
DSI_PREFERG_RETURN_TO_TREE=Return to tree window after function completed
# 24096
DSI_PREFERG_NTFS_SECURITY=Back up or restore NTFS security information
# 24097
DSI_PREFERG_SERVER_OPTIONS=Server Options
# 24098
DSI_PREFERG_SERVER_NAME=Server Name
# 24099
DSI_PREFERG_DEFAULT_SERVER=Default Server Name
# 24100
DSI_PREFERG_MIG_SERVER_NAME=Migration Server Name
# 24101
DSI_PREFER_BROWSE=Browse...
# 24102
DSI_PREFER_SELECT=Select...
# 24104
DSI_PREFER_CHANGE=Change
# 24105
DSI_PREFER_UPDATE=Update
# 24106
DSI_PREFER_REMOVE=Remove
# 24107
DSI_PREFER_MOVEUP=Move Up
# 24108
DSI_PREFER_MOVEDOWN=Move Down
# 24109
DSI_PREFER_PREVIEW=Preview...
# 24110
DSI_PREFER_DEFINE=Define...
# 24111
DSI_PREFER_MINUTES=Minutes
# 24112
DSI_PREFER_SECONDS=Seconds
# 24113
DSI_PREFER_KB=KB
# 24114
DSI_PREFER_SELECT_DIR=Select Directory
# 24117
DSI_CFGWIZ_TITLE=IBM Spectrum Protect Client Configuration Wizard
# 24119
DSI_CFGWIZ_BACHECKBOX=Help me configure the Client Options File
# 24120
DSI_CFGWIZ_WEBCHECKBOX=Help me configure the Web Client
# 24121
DSI_CFGWIZ_SCHEDCHECKBOX=Help me configure the Client Scheduler
# 24130
DSI_PREFER_SELECT_DUMP_DIR=Specify a directory where core or dump file will be stored
# 24133
DSI_CFGWIZ_COMMO_RADIO_USEDIRECTORY=Use Active Directory to locate the IBM Spectrum Protect server
# 24143
VM_STATUS_OTHER=Other
# 24144
VM_STATUS_RUNNING=Running
# 24145
VM_STATUS_NOTRUNNING=Not Running
# 24146
VM_STATUS_SAVED=Saved
# 24147
VM_STATUS_PAUSED=Paused
# 24148
VM_STATUS_RESETTING=Resetting
# 24149
VM_STATUS_UNKNOWN=Unknown
# 24150
VM_STATUS_SHUTTINGDOWN=Shutting Down
# 24151
VM_STATUS_STANDBY=Standby
# 24158
DSI_CFGWIZ_NAMEDPIPE_INSTRUCT=Which Named Pipe options is the server using?
# 24162
DSI_SCHWIZ_TASK_INSTALL=Install a new or additional scheduler
# 24163
DSI_SCHWIZ_TASK_UPDATE=Update a previously installed scheduler
# 24164
DSI_SCHWIZ_TASK_REMOVE=Remove a previously installed scheduler
# 24194
DSI_CFGWIZ_LISTS_INCLEXCL=Include/exclude list
# 24203
DSI_WEBWIZ_INTRO_INSTALL=Install a new Web Client agent
# 24204
DSI_WEBWIZ_INTRO_UPDATE=Update a previously installed Web Client agent
# 24205
DSI_WEBWIZ_INTRO_REMOVE=Remove a previously installed Web Client agent
# 24206
DSI_WEBWIZ_PARAM_TITLE=Web Client options
# 24207
DSI_WEBWIZ_PARAM_PORT=Which port number should be used for HTTP communication with the Web Client Acceptor?
# 24208
DSI_WEBWIZ_PARAM_REVOKEACC=Do you wish to revoke remote access privileges to the Web Client?
# 24215
DSI_PREFERS_SCHED_CMD_PREVENT=Prevent Administrator defined Scheduled Operating System commands from executing
# 24221
DSI_PREFERS_SCHED_RESTRETR_PREVENT=Prevent Administrator defined Scheduled Restore/Retrieve operations from executing
# 24227
DSI_PREFERS_PREVENT_ADMIN=Prevent the following Administrator defined Commands from executing:
# 24230
DSI_PREFERS_SRV_PREPOST=Preschedule and Postschedule commands
# 24231
DSI_PREFERH_HSM_TITLE=HSM
# 24232
DSI_PREFERH_OPTION_LONG=Long
# 24233
DSI_PREFERH_OPTION_SHORT=Short
# 24234
DSI_PREFEI_INCLUDE=Include
# 24235
DSI_PREFEI_EXCLUDE=Exclude
# 24236
DSI_PREFEI_NONE=
# 24237
DSI_PREFEI_ARCHIVE=Archive
# 24238
DSI_PREFEI_BACKUP=Backup
# 24247
DSI_CFGWIZ_OPTFILETASK_STATIC_INSTRUCTION=Which task do you wish to perform?
# 24248
DSI_CFGWIZ_OPTFILETASK_CREATE=Create a new options file
# 24250
DSI_CFGWIZ_OPTFILETASK_UPDATE=Update my options file
# 24251
DSI_PREFERA_SEND_PASSWORD_PROG=Send password to program
# 24252
DSI_PREFERA_SEND_PASSWORD_ID=Send password to user ID
# 24253
DSI_PREFERA_SEND_PASSWORD_BROWSE=Browse
# 24254
DSI_PREFERA_USERS=Users
# 24255
DSI_PREFERA_GROUPS=Groups
# 24256
DSI_PREFERA_SELECT_USER=Select user from list
# 24257
DSI_EVENTBACK_APPLICATIONCHECK=Application Event
# 24258
DSI_EVENTBACK_SECURITYCHECK=Security Event
# 24259
DSI_EVENTBACK_SYSTEMCHECK=System Event
# 24267
DSW_REGBACK_SAMCHECK=Security Accounts Manager Database
# 24268
DSW_REGBACK_SECPOLICY=Security Policy Database
# 24269
DSW_REGBACK_SOFTCONF=Local Machine Software Configuration
# 24270
DSW_REGBACK_SYSCONF=Local Machine System Configuration
# 24271
DSW_REGBACK_DEFPROFILE=Default User Profile
# 24272
DSW_REGBACK_CURPROFILE=Current User Profile
# 24273
DSI_RESTDST_RESTORE_EVTLOG_TO=Restore Event Log to
# 24274
DSI_RESTDST_FSEL_SELECT_DIR_EVTLOG=Select Event Log Destination Directory
# 24275
DSI_BSLOC_TITLE_STATIC=Specify backup set location
# 24276
DSI_GENERIC_FILENAME_PROMPT=File name:
# 24277
DSI_INACTIVE_SYSOBJ_Warning=Warning! Restoring individual, inactive System Objects is not recommended\n\nDo you wish to continue?\n
# 24278
DSI_GENERIC_BROWSEDOTDOTDOT=Browse...
# 24279
DSI_BSLOC_FILE_SELECT_TITLE=Backup Set File Name
# 24280
DSI_PREFER_EDIT=Edit..
# 24281
DSI_SETUP_BACK=< Back
# 24282
DSI_SETUP_NEXT=Next >
# 24283
DSI_RESTART_RSM_Question=Do you want to restart RSM service now? If not, you need to restart RSM later for changes to become effective.
# 24284
DSI_ACTIVATE_REG_Question=Do you want to activate the registry key(s) after the restore?
# 24285
DSI_SETUP_FINISH=Finish
# 24286
DSI_INACTIVE_SYSSERVICE_Warning=Warning! Restoring individual, inactive System Service is not recommended\n\nDo you wish to continue?\n
# 24289
DSI_DEVICENAME_OTHER=Tape name:
# 24290
DSI_ACTIVE_PERFORMANCE=Performance
# 24291
DSI_ACTIVE_XFER_RATE=Transfer Rate
# 24292
DSI_ACTIVE_OBJECT_COUNT=Object Count
# 24293
DSI_ACTIVE_BACKUP_HEADER=Detailed Status Report
# 24294
DSI_TASK_LIST=Task List
# 24295
DSI_ARCHDEL_ARCHDEL=Archive Delete
# 24296
DSI_RACTIVE_RESTORE_HEADER=Detailed Status Report
# 24300
DSI_BACKDEL_BACKDEL=Backup Delete
# 24314
DSI_PREFERB_ALL_NFS=Back up all network file systems
# 24315
DSI_PREFERB_ALL_AUTO_LOFS=Back up all automounted Loopback Virtual File systems
# 24316
DSI_PREFERB_ALL_AUTO_NFS=Back up all automounted network file systems
# 24317
DSI_PREFERS_SRV_PREPOST_PREVENT=Prevent Administrator defined Preschedule and Postschedule commands from executing
# 24318
CLI_Rest_Image_Larger=The destination volume is larger than the source volume. This will reduce\nthe file system '{0}' size to '{1}'.\nDo you wish to continue?
# 24319
DSI_PREFEI_HSM=HSM
# 24320
DSI_Rest_Image_FBFWarning=Cannot get exclusive lock of file system '{0}'. \nFile by file restore will be used instead of image restore. \nDo you wish to continue?
# 24321
DSI_SCHWIZ_NAMELOCNT_NAME=What name would you like to give to the IBM Spectrum Protect scheduler?
# 24324
DSI_SCHWIZ_NAMELOCNT_REMOTE=Remote Machine
# 24325
DSI_SCHWIZ_REMOTE_TITLE=Remote machine options
# 24326
DSI_SCHWIZ_REMOTE_MACHINE=What is the name of the remote machine on which to install the scheduler?
# 24330
DSI_SCHWIZ_REMOTE_REPLACE=Replace existing installation files on remote machine
# 24331
DSI_SCHWIZ_LOGFILES_TITLE=Log file names and locations
# 24333
DSI_SCHWIZ_FILES_LOGGING=Enable event logging
# 24334
DSI_SCHWIZ_SCHEDLOG_NAME=Specify the file names and locations of your client schedule log and error log files
# 24337
DSI_SCHWIZ_SVCLOGIN_MANUAL=Manually when I explicitly start the service
# 24338
DSI_SCHWIZ_SVCLOGIN_AUTO=Automatically when Windows boots
# 24339
DSI_SCHWIZ_SVCLOGIN_SYSACCT=The System account
# 24340
DSI_SCHWIZ_SVCLOGIN_THISACCT=This account
# 24343
DSI_SCHWIZ_SVCLOGIN_TITLE=Service login options
# 24345
DSI_SCHWIZ_SVCLOGIN_STARTUP_TITLE=When do you want the service to start?
# 24349
DSI_SCHWIZ_NAMELOCNT_CADMODESCHED=Use the client acceptor to manage the scheduler
# 24354
DSI_SCHWIZ_REMOTE_PATH=Where would you like to install it on this remote machine?
# 24381
DSI_WEBWIZ_NAME_TITLE=Select the names of the Web services
# 24382
DSI_WEBWIZ_NAME_ACCEPTOR_STATIC=What name would you like to give to the IBM Spectrum Protect acceptor?
# 24383
DSI_WEBWIZ_NAME_AGENT_STATIC=What name would you like to give to the IBM Spectrum Protect agent?
# 24401
DSI_IMG_STAC_NOT_IMPLEMENTED=Image function is not implemented.
# 24402
DSI_JOURNALWIZ_NOTIFY_INSTRUCT=Select the notification filters to monitor for file system {0}
# 24403
DSI_DPREFVM_VMBACKUP_BACKUP_TYPE_LABEL=Backup Type
# 24404
DSI_IMG_STAC_LOW_RESOURCES=Image insufficient resources.
# 24407
DSI_IMG_STAC_ITEM_NOT_FOUND=Image item not found.
# 24408
DSI_IMG_STAC_ALREADY_INITIALIZED=Image: An attempt was made to initialize RDRC or one of its components more than once.
# 24409
DSI_IMG_STAC_INTERNAL=Image internal error.
# 24410
DSI_IMG_STAC_ABORTED=Image operation aborted.
# 24411
DSI_IMG_STAC_NOTIFY_SUBTREE_CHANGED=Image subtree changed.
# 24412
DSI_IMG_STAC_INCOMPATIBLE_VERSION=Image incompatible version.
# 24413
DSI_IMG_STAC_NOT_INITIALIZED=Image RDRC is not initialized.
# 24414
DSI_IMG_STAC_OBJECT_IS_USED=Image cannot uninitialize, some object(s) in use.
# 24415
DSI_ARCOPT_V2ARCHIVE=V2 Archive
# 24416
DSI_IMG_STAC_ALREADY_INSTALLED=Image component is already installed.
# 24417
DSI_IMG_STAC_NOT_INSTALLED=Image module is not installed.
# 24418
DSI_IMG_STAC_INVALID_NAME=Image component name is invalid.
# 24419
DSI_IMG_STAC_NOT_REGISTERED=Image component is not registered.
# 24420
DSI_IMG_STAC_BAD_MODULE=Image module does not contain ModuleInitialize().
# 24421
DSI_IMG_STAC_INVALID_PROPERTY=Image invalid object property.
# 24423
DSI_IMG_STAC_CS_BAD_STORAGE=Image configuration storage is bad or corrupted.
# 24424
DSI_IMG_STAC_CS_NOT_INITIALIZED=Image configuration storage is not yet initialized.
# 24425
DSI_IMG_STAC_CS_INITIALIZE_FAILED=Image configuration storage could not be initialized.
# 24426
DSI_JOURNALWIZ_DBLOCATION_INSTRUCT=Specify the location where the Journal Database files will be written for file system {0}
# 24427
DSI_IMG_STAC_CS_NO_VALUE=Image configuration storage item has no value.
# 24428
DSI_IMG_STAC_SA_NO_MORE_DATA=Image no more data in source storage adaptor stream.
# 24429
DSI_IMG_STAC_SA_GENERIC=Image storage adaptor generic error.
# 24430
DSI_IMG_STAC_CE_READ_ERROR=Image storage adaptor read error.
# 24431
DSI_IMG_STAC_CE_WRITE_ERROR=Image storage adaptor write error.
# 24432
DSI_PREFEI_EXCLUDE_RESTORE=Exclude.Restore
# 24433
DSI_PREFEI_RESTORE=Restore
# 24434
DSI_IMG_STAC_CE_SEEK_ERROR=Image storage adaptor seek error.
# 24435
DSI_IMG_STAC_CE_COPY_OPERATION_COMPLETE=Image copy operation completed.
# 24436
DSI_IMG_STAC_PM_ALREADY_REGISTERED=Image specified item already registered.
# 24437
DSI_PREFEI_EXCLUDE_COMPRESS=Exclude.Compression
# 24438
DSI_PREFEI_INCLUDE_COMPRESS=Include.Compression
# 24439
DSI_PREFEI_EXCLUDE_SUBFILE=Exclude.Subfile
# 24440
DSI_PREFEI_INCLUDE_SUBFILE=Include.Subfile
# 24441
DSI_PREFEI_INCLUDE_SYSOBJ=Include.SystemObject
# 24442
DSI_PREFERB_INCR_THRESHOLD=Threshold for non-journal incremental backup
# 24443
DSI_CFGWIZ_JOURNALCHECKBOX=Help me configure the Journal Engine
# 24444
DSI_JOURNALWIZ_TASK_TITLE=Journal Engine Wizard
# 24446
DSI_JOURNALWIZ_TASK_INSTALL=Install a new Journal Engine
# 24447
DSI_JOURNALWIZ_TASK_UPDATE=Update a previously installed Journal Engine
# 24448
DSI_JOURNALWIZ_TASK_REMOVE=Remove a previously installed Journal Engine
# 24449
DSI_JOURNALWIZ_FSLIST_TITLE=Journaled File Systems
# 24450
DSI_JOURNALWIZ_FSLIST_INSTRUCT=Specify the file systems to be monitored for journaling
# 24451
DSI_JOURNALWIZ_FSLIST_ALL_LOCAL=Journal all local file systems
# 24452
DSI_JOURNALWIZ_FSLIST_JFSLIST=Journaled File Systems
# 24453
DSI_JOURNALWIZ_SPECIFY_JFS=Please select one or more file systems to be monitored for journaling.
# 24454
DSI_JOURNALWIZ_PARAMS_TITLE=Journal Database Location
# 24456
DSI_JOURNALWIZ_DBSIZE_TITLE=Journal Database Maximum Size
# 24457
DSI_JOURNALWIZ_DBSIZE_INSTRUCT=Specify the maximum size of the Journal Database for file system {0}
# 24458
DSI_JOURNALWIZ_DBSIZE_NOLIMIT=Do not limit the size of the Journal Database
# 24470
DSI_JOURNALWIZ_DIRNOTFOUND=Directory '{0}' not found. Do you want to create it now?
# 24471
DSI_JOURNALWIZ_DIRERROR=Unable to create directory '{0}'. Please use a different path and try again.
# 24472
DSI_JOURNALWIZ_NOTIFY_TITLE=Journal Notification Configuration
# 24473
DSI_JOURNALWIZ_NOTIFY_GROUPBOX=Notification Filters
# 24474
DSI_JOURNALWIZ_NOTIFY_CDRCB=Delete
# 24475
DSI_JOURNALWIZ_NOTIFY_FILECB=File Size
# 24476
DSI_JOURNALWIZ_NOTIFY_ACCESSEDCB=Last Accessed Timestamp
# 24477
DSI_JOURNALWIZ_NOTIFY_MODIFIEDCB=Last Modified Timestamp
# 24478
DSI_JOURNALWIZ_NOTIFY_ATTRIBUTESCB=Attributes
# 24479
DSI_JOURNALWIZ_NOTIFY_NTFSCB=NTFS Security
# 24480
DSI_PREFEI_INCLUDE_SYSSTATE=Include.SystemState
# 24481
DSI_PREFEI_EXCLUDE_SYSTEMSERVICE=Exclude.SystemService
# 24487
DSI_SNAPWIZ_OFS_CONFIG_SUCCESS=Open file support successfully configured.\nThe machine must be rebooted for the changes to take effect.
# 24489
DSI_SNAPWIZ_IMAGE_CONFIG_SUCCESS=Online image support successfully configured.\nThe machine must be rebooted for the changes to take effect.
# 24492
DSI_CFGWIZ_OFS_CHECKBOX=Help me configure Open File Support
# 24493
DSI_SNAPWIZ_OFS_CONFIG_SUCCESS_NO_REBOOT=Open file support successfully configured.
# 24495
DSI_CFGWIZ_ONLINE_IMAGE_CHECKBOX=Help me configure 'Online' Image Support
# 24500
DSI_SNAPWIZ_IMAGE_CONFIG_SUCCESS_NO_REBOOT=Online image support successfully configured
# 24502
DSI_WIZ_WHEN_START_STATIC=Would you like to start the service upon completion of this wizard?
# 24511
DSI_PREFS_SNAP_PROVIDER_VSS=VSS
# 24512
DSI_PREFS_SNAP_PROVIDER_LVSA=LVSA
# 24516
DSI_DPREFVM_VMBACKUP_VMBACKUP_GROUP_LABEL=VM Backup Options
# 24517
DSI_DPREFVM_VMBACKUP_VMLIST_LABEL=VM List
# 24518
DSI_DPREFVM_VMBACKUP_VMCONTROL_GROUP_LABEL=VMware Virtual Center or ESX Server
# 24519
DSI_DPREFVM_VMBACKUP_VCHOST_LABEL=Host
# 24520
DSI_DPREFVM_VMBACKUP_VCUSER_LABEL=User
# 24521
DSI_DPREFVM_VMBACKUP_VCPASSWORD_LABEL=Password
# 24524
DSI_PREFERVM_VMBACKUP=VM Backup
# 24525
DSI_VM_BACKUP_PREFERENCES=Virtual Machine Backup Preferences
# 24527
DSI_DPREFVM_VMBACKUP_FULL_IMAGE_LABEL=VMWare Full VM
# 24528
DSI_DPREFVM_VMBACKUP_DS_LOC_LABEL=Temporary Staging Directory
# 24531
DSI_WIZARD_ONLINE_IMAGE_TITLE=Online Image Support Wizard
# 24532
DSI_WIZARD_OPEN_FILE_TITLE=Open File Support Wizard
# 24533
DSI_SNAP_PROVIDER_TO_USE=Which snapshot provider do you wish to use?
# 24535
DSI_DISABLE_OFS=None (Disable open file support)
# 24536
DSI_DISABLE_OIS=None (Disable online image support)
# 24538
DSI_DPREFVM_VMBACKUP_FILE_LEVEL_LABEL=VMWare File Level
# 24539
DSI_PREFERG_STAGINGDIRECTORY=Staging Directory
# 24540
DSI_PREFERG_CHOOSE_STAGINGDIRECTORY=Choose the Staging Directory name
# 24542
DSI_VSS_PROVIDER=Volume Shadowcopy Services (VSS)
# 24543
DSI_PREFERG_SNAPDIFFCHANGELOGDIR=Snapdiff Change Log Dir
# 24544
DSI_PREFERG_CHOOSE_SNAPDIFFCHANGELOGDIR=Choose the Snapdiff Change Log Dir
# 24887
DSI_GENERIC_NOSELECTION_MSG=No item selected.
# 24891
DSI_COMMDIR_LISTCOL_SERVERNAME=Name
# 24892
DSI_COMMDIR_LISTCOL_TCPIP_ADDR=TCP/IP Address
# 24893
DSI_COMMDIR_LISTCOL_TCPIP_PORT=Port #
# 24896
DSI_COMMDIR_LISTCOL_NP_NAME=Named Pipe Name
# 24899
DSI_PREFEI_INCLUDE_ARCHIVE=Include.Archive
# 24900
DSI_PREFEI_EXCLUDE_DIR=Exclude.Dir
# 24901
DSI_PREFEI_EXCLUDE_FILE=Exclude.File
# 24902
DSI_PREFEI_EXCLUDE_FS=Exclude.Fs
# 24903
DSI_PREFEI_INCLUDE_BACKUP=Include.Backup
# 24904
DSI_PREFEI_INCLUDE_IMAGE=Include.Image
# 24905
DSI_PREFEI_EXCLUDE_BACKUP=Exclude.Backup
# 24906
DSI_PREFEI_EXCLUDE_FILE_BACKUP=Exclude.File.Backup
# 24907
DSI_PREFEI_EXCLUDE_IMAGE=Exclude.Image
# 24908
DSI_PREFEI_INCLUDE_FILE=Include.File
# 24909
DSI_PREFEI_EXCLUDE_FILE_SPACEMGMT=Exclude.File.Spacemgmt
# 24910
DSI_PREFEI_EXCLUDE_SPACEMGMT=Exclude.Spacemgmt
# 24940
DSI_PREFEI_EXCLUDE_SYSTEMOBJECT=Exclude.SystemObject
# 24950
DSI_CONN_FS_FRS=FRS
# 24951
DSI_CONN_FS_SYSTEMFILES=System Files
# 24952
DSI_CONN_FS_DRCDIMAGE=Disaster Recovery CD Image
# 24964
DSI_PREFERA_ENCRYPTION_PROMPT=Prompt for encryption key password
# 24965
DSI_PREFERA_ENCRYPTION_SAVE=Save encryption key password locally
# 24966
DSI_PREFERA_ENCRYPTION_GROUP=Encryption Key Password
# 24967
DSI_PREFEI_EXCLUDE_ENCRYPTION=Exclude.Encryption
# 24968
DSI_PREFEI_INCLUDE_ENCRYPTION=Include.Encryption
# 24969
DSI_DPREFB_SUB_FILE_GROUP=Adaptive sub-file backup
# 24982
DSI_PREFEI_EXCLUDE_ARCHIVE=Exclude.Archive
# 24983
DSI_PREFEI_INCLEXCL_CATAGORY=Include Exclude File
# 24984
DSI_PREFEI_INCLEXCL_TYPE=INCLEXCL
# 24985
DSI_BackChoice_NasFull=Full
# 24986
DSI_BackChoice_NasDiff=Differential
# 24987
DSI_OBJINFO_TYPE_VOLUME_NAS=Network Attached Storage Filespace
# 24988
DSI_OBJINFO_TYPE_ROOT=Root Node
# 24989
DSI_OBJINFO_TYPE_NAS_MACHINE=Network Attached Storage Machine
# 24998
DSI_SHOW_ALL_SERVERS_MSG=Show all servers
# 25538
DSI_WAS_NDNODE_LABEL=Network Deployment Manager
# 25539
DSI_WAS_APPNODE_LABEL=Application Server
# 25540
DSI_WAS_RESTOREFILE_WARNING=WARNING! Restoring data other than at the group level can corrupt your WebSphere installation. It is strongly recommended that you restore data at the Network Deployment Manager node or Application Server node level only. Do you want to continue?
# 25559
DSI_PREFERA_ENCRYPTION_GENERATE=Generate encryption key password
# 25840
AD_Object_Restored='{0}' restored.\n
# 25842
AD_Database_Query_Confirmation=You are about to query the content of the Active Directory database that was backed up to the IBM Spectrum Protect server. The database must be restored first and the process may take a long time to restore depending on the size of the database. Do you wish to proceed?\n
# 25843
AD_Database_Query_Date_Confirm=You are about to query the content of the Active Directory database that was backed up on {0} to the IBM Spectrum Protect server. The database must be restored first and the process may take a long time to restore depending on the size of the database. Do you wish to proceed?\n
# 25844
DSI_PREFER_FSIDLE_WAIT_MIN_GREATER=Error: The value for option '{0}' should be smaller then the value for option '{1}'.
# 25845
AD_Database_Opening=Opening the restored Active Directory database...\n
# 25846
DSI_PREFERVM_DOMAIN_VMBACKUP=Domain for VM Backup
# 25848
DSI_PREFERVM_DOMAIN_VMBACKUP_OPT=VM Options
# 25849
DSI_PREFERVM_VMBACKUP_HOST_FOLDER_VM=VM host, VM host cluster, VM folder, VM datastore or VM name
# 25850
DSI_PREFERVM_VMBACKUP_INSERT=Insert
# 25851
DSI_PREFERVM_DOMAIN_VMBACKUP_FILE=Domain File Level VM
# 25852
DSI_PREFERVM_DOMAIN_VMBACKUP_FULL=Domain Full VM
# 25853
DSI_PREFERVM_HYPERV_VMBACKUP_HOST_FOLDER_VM=VM name
# 25854
DSI_PREFERVM_HYPERV_VMBACKUP_INVALID_VMOPTION=Hyper-V backup only supports the following VM Options for the Domain Full VM list: "ALL-VM", "VM", and "-VM". One or more VM Options listed in the Domain Full VM list are not supported for Hyper-V backup and will be removed if you continue.
# 25857
DSI_DEDUP=Deduplication
# 25858
DSI_DEDUP_PREFERENCES=Deduplication Preferences
# 25859
DSI_DEDUP_OPTIONS=Deduplication Options
# 25860
DSI_ENABLE_DEDUP=Enable Deduplication
# 25861
DSI_DEDUP_CACHE=Deduplication Cache
# 25862
DSI_ENABLE_DEDUP_CACHE=Enable Deduplication Cache
# 25863
DSI_DEDUP_CACHE_LOCATION=Deduplication Cache Location
# 25872
DSJ_OBJECT_TYPE_LABEL=Object Type
# 26063
dsmEvent_VM_backup_preview_disk_RCT=\tDisk[{0}]\n\tName: {1}\n\tCapacity: {2}\n\tSize: {3}\n\tStatus: {4}\n\tDisk Type: {5}\n\tNumber of Subdisk: {6}\n\tController Location: {7}\n
# 26100
DSI_PREFA_256BITAES_FDA_DESC=Select a data encryption type in this field. The encryption type that you choose is used to encrypt data during backup and archive operations using the Include.Encryption option.
# 26101
DSI_PREFA_256BITAES=256-bit AES
# 26103
DSI_ACTIVE_OBJECTS_ENCRYPTED=Encrypted:
# 26104
DSI_ACTIVE_OBJECTS_ENCRYPTED_EXT=Encrypted ({0}):
# 30000
DSI_PREFERG_GENERAL_FDA_DESC=Use this tab to set general processing options for the client.
# 30001
DSI_PREFERG_NODE_NAME_FDA_DESC=The node name is a unique name used to identify your client node to the server when you begin a client session. Type the name of your client node to identify your node to the server.
# 30002
DSI_PREFERG_ERROR_FILE_FDA_DESC=In the General Preferences tab, this field contains the name and location of the error log file. In the Scheduler Preferences tab, this field contains the name and location of the schedule log file.
# 30003
DSI_PREFERG_SERVER_NAME_FDA_DESC=This field displays the name of the IBM Spectrum Protect server with which you are in a session.
# 30004
DSI_PREFERG_DEFAULT_SERVER_FDA_DESC=This field displays the name of the default server.
# 30005
DSI_PREFERG_MIG_SERVER_NAME_FDA_DESC=Displays the name of the server to which your files are migrated during HSM operations if the HSM client is installed on your workstation.
# 30006
DSI_PREFERG_PROMPT_TAPES_FDA_DESC=Select this check box if you want the client to prompt you to choose whether to wait for a tape to mount if it is required for a backup, archive, restore, or retrieve process.
# 30007
DSI_PREFERG_RETURN_TO_TREE_FDA_DESC=Select this check box to display the tree window after a task is finished. If this check box is clear, the main IBM Spectrum Protect window appears after the end of a task.
# 30008
DSI_PREFERG_ENABLE_LANFREE_FDA_DESC=Select this check box to enable an available LAN-free path to and from a SAN-attached storage device for backup, restore, archive, and retrieve operations. When enabled, data transfer between the client and the server-defined storage device is performed over a SAN and bypasses the LAN.
# 30009
DSI_PREFERG_SAVE_PRUNED_FDA_DESC=Select this check box to save the pruned entries in a separate file. Pruned error log entries are saved in the dsmerlog.pru file. Pruned schedule log entries are saved in the dsmsched.pru file.
# 30010
DSI_PREFERG_BYTES_PER_TRANS_FDA_DESC=Specify the maximum size of each transaction exchanged between the IBM Spectrum Protect client and server.
# 30011
DSI_PREFERG_KEEP_ENTRIES_FDA_DESC=Specify how long you want to keep the log entries before they are deleted from the log.
# 30012
DSI_PREFERG_KEEP_ENTRIES_FORMAT_FDA_DESC=Specify how long you want to keep the log entries before they are deleted from the log.
# 30013
DSI_PREFERG_BYTES_PER_TRANS_FORMAT_FDA_DESC=Specify the maximum size of each transaction exchanged between the IBM Spectrum Protect client and server.
# 30014
DSI_PREFERG_ERROR_LOG_KEEP_ENTRIES_FORMAT_FDA_DESC=Specify how long you want to keep the log entries before they are deleted from the log.
# 30015
DSI_PREFERG_ERROR_LOG_BROWSE_FDA_DESC=Click this button to open a file or directory selection window. Find the directory or file you want, select it, and click OK.
# 30016
DSI_PREFERB_BACKUP_FDA_DESC=Use this tab to set backup processing options.
# 30017
DSI_PREFERB_COMPRESS_OBJECTS_FDA_DESC=Select this check box to compress objects before sending them to the server.
# 30018
DSI_PREFERB_CONTINUE_GROW_FDA_DESC=Select this check box to compress objects even if compression increases the size of the object.
# 30019
DSI_PREFERB_ARCHIVE_SYMLINK_FDA_DESC=Select this check box to archive the file or directory that a symbolic link points to. On AIX operating systems, any AIX JFS2 extended attributes of the target of the symbolic link are also archived. If you do not select this check box, only the symbolic link is archived.
# 30020
DSI_PREFERB_MEMORY_EFFICIENT_FDA_DESC=Select this option to use less memory during file system incremental backups. When selected, the client backs up data one directory at a time. This uses less memory but takes longer to complete.
# 30021
DSI_PREFERB_ALL_LOCAL_FDA_DESC=Select this check box to include all local file systems (except local removable drives such as CD-ROM or floppy drives) for the selected Backup Type.
# 30022
DSI_PREFERB_ALL_LOFS_FDA_DESC=Select this check box to include all Loopback Virtual File Systems (LVFS) in the client domain for the Backup Type that you selected. This does not include the file systems handled by an automounter daemon.
# 30023
DSI_PREFERB_ALL_AUTO_LOFS_FDA_DESC=Select this check box to include all automounted Loopback Virtual File Systems (LVFS) in the client domain for the Backup Type that you selected. The automounted loopback file systems are handled by an automounter daemon.
# 30024
DSI_PREFERB_ALL_AUTO_NFS_FDA_DESC=Select this check box to include all automounted network file systems in the client domain for the Backup Type that you selected. The automounted network file systems are handled by an automounter daemon.
# 30025
DSI_PREFERB_ALL_NFS_FDA_DESC=Select this check box to include all network file systems in the client domain for the Backup Type that you selected. This does not include the file systems that are handled by an automounter daemon.
# 30026
DSI_PREFERB_RETRY_IF_CHANGES_FDA_DESC=Specify the number of times you want to retry a back up or archive operation when an object is in use. You can click the up or down arrows to change the value.
# 30027
DSI_PREFERB_DOMAIN_LIST_FDA_DESC=Select the file systems that you want to include in your client domain for incremental backup or image backup.
# 30028
DSI_PREFERB_VIRTUAL_MOUNT_FDA_DESC=This field displays a list of virtual mount points. A virtual mount point is a specific directory within a file system that represents the starting location in which you want the client to consider files for backup.
# 30029
DSI_PREFERB_VIRTUAL_MOUNT_ADD_FDA_DESC=Click this button to add a virtual mount point. The Choose Virtual Mount Point dialog appears.
# 30030
DSI_PREFERB_VIRTUAL_MOUNT_REMOVE_FDA_DESC=Click this button to delete the selected item in the Virtual Mount Points list box.
# 30031
DSI_PREFERR_RESTORE_FDA_DESC=Use this tab to set restore processing options.
# 30032
DSI_PREFERR_FILE_EXISTS_FDA_DESC=Use this tab to set restore processing options.
# 30033
DSI_PREFERR_SHOW_PROMPT_FDA_DESC=Select this option to have the client prompt you to choose whether to replace an existing file on your computer when it restores or retrieves a file from the server.
# 30034
DSI_PREFERR_LEAVE_INTACT_FDA_DESC=Select this option to choose not to replace any existing files on your computer with files from the server.
# 30035
DSI_PREFERR_REPLACE_EXISTING_FDA_DESC=Select this option to replace existing files on your computer with the files from the server.
# 30036
DSI_PREFERI_STATEMENT_LIST_FDA_DESC=The Statement List contains statements for include-exclude processing that determines which files can be backed up and the associated management classes to use for the backup or archive.
# 30037
DSI_PREFERI_INCLEXCL_TITLE_FDA_DESC=Use this tab to specify include-exclude processing options.
# 30038
DSI_PREFERI_TYPE_FDA_DESC=Select an option type to specify the include or exclude option for the function that you selected in the Category drop-down list. The include or exclude options that are available depend on what you selected in the Category list.
# 30039
DSI_PREFERI_MGMTCLASS_FDA_DESC=Select an item from this list to assign a management class to the files or directories specified in the File or Pattern field. Applies only to include statements.
# 30040
DSI_PREFERI_FILE_OR_PATTERN_FDA_DESC=Type a file name or a pattern or click Browse to open a file selection window and select a file.
# 30041
DSI_PREFERI_MODIFY_FDA_DESC=Click this button to open the Define Include-Exclude Options window to update the options in an include or exclude statement.
# 30042
DSI_PREFERI_INCLUDE_EXCLUDE_DEFINE=Use this window to specify the options for an include-exclude statement. The options that you specify are put in an include or exclude statement that is displayed in the Statement List in the Include-Exclude Preferences window.
# 30043
DSI_PREFERS_SCHEDULE_FDA_DESC=Use the Scheduler tab to specify processing options for scheduled work.
# 30044
DSI_PREFERS_POLLING_FDA_DESC=Click Polling to specify that your client periodically asks the server for scheduled work.
# 30045
DSI_PREFERS_PROMPTED_FDA_DESC=Click this option to specify that the server contact your client when it is time to start a scheduled operation.
# 30046
DSI_PREFERS_QUERY_SCHEDULE_FDA_DESC=Set the amount of time you want the client scheduler to wait between attempts to contact the server for scheduled work.
# 30047
DSI_PREFERS_TCP_ADDRESS_FDA_DESC=Type a TCP/IP address in this field. Use this field if your client node has more than one address and you want the server to contact an address different from the address that made initial contact with the server.
# 30048
DSI_PREFERS_TCP_PORT_FDA_DESC=Type a TCP/IP port number in this field. This field specifies a TCP/IP number for the server to contact the client when the server begins the server prompted scheduled operation.
# 30049
DSI_PREFERS_RETRY_PERIOD_FDA_DESC=Type the amount of time the client scheduler waits between attempts to process a scheduled command in this field.
# 30050
DSI_PREFERS_CMD_RETRIES_FDA_DESC=Type the number of times you want your client to retry a scheduled command that fails in this field.
# 30051
DSI_PREFERS_SCHEDULE_LOG_FDA_DESC=In the General Preferences tab, this field contains the name and location of the error log file. In the Scheduler Preferences tab, this field contains the name and location of the schedule log file.
# 30052
DSI_PREFERS_SCHEDULE_CMD_FDA_DESC=Type the command that you want to run before the client starts scheduled processing. For example, you may want to quiesce a database before scheduled processing begins.
# 30053
DSI_PREFERS_PRESCHEDULE_FDA_DESC=Type the command that you want to run before the client starts scheduled processing. For example, you may want to quiesce a database before scheduled processing begins.
# 30054
DSI_PREFERS_PREVENT_ANY_PRESCHEDULE_CMD_FDA_DESC=Select this check box to disable any pre-schedule commands that you defined in your client options file.
# 30055
DSI_PREFERS_POSTSCHEDULE_FDA_DESC=Type the command that you want to run after scheduled processing is finished. For example, you may want to restart a database after scheduled processing is complete.
# 30056
DSI_PREFERS_PREVENT_ANY_POSTSCHEDULE_CMD_FDA_DESC=Select this check box to disable any post-schedule commands that you defined in your client options file.
# 30057
DSI_PREFERS_SCHEDCMD_WAIT_FDA_DESC=Select this check box to wait for the command to complete before the client continues processing. This box is active only after you enter text in the command field.
# 30058
DSI_PREFERC_GEN_COMMMETHOD_FDA_DESC=Specify the communication method the client uses to connect to the IBM Spectrum Protect server.
# 30059
DSI_PREFERC_GEN_COMMON_FDA_DESC=Specify the duration for the client to continue attempting to restart a session that was stopped due to error, such as communication failure. The client will keep trying to restart a session for this duration until it connects successfully to the server.
# 30060
DSI_PREFERC_GEN_COMMUNICATION_FDA_DESC=Specify the communication method the client uses to connect to the IBM Spectrum Protect server.
# 30061
DSI_PREFERC_GEN_DURATION_FDA_DESC=Specify the duration for the client to continue attempting to restart a session that was stopped due to error, such as communication failure. The client will keep trying to restart a session for this duration until it connects successfully to the server.
# 30062
DSI_PREFERC_GEN_INTERVAL_FDA_DESC=Specify the amount of time the client should wait before attempting to restart a session that was stopped due to error, such as communication failure.
# 30063
DSI_PREFERC_TCPIP_BUFSIZE_FDA_DESC=Specify a buffer size that you want to use for the internal TCP/IP communication buffer.
# 30064
DSI_PREFERC_TCPIP_NO_DELAY_FDA_DESC=Select this check box to allow successive, small data packets to be sent immediately across the network. The default is selected.
# 30065
DSI_PREFERC_TCPIP_PORT_FDA_DESC=Specify the TCP/IP port number that is used to communicate with the IBM Spectrum Protect server. Obtain the port number from your administrator and type it in the field.
# 30066
DSI_PREFERC_TCPIP_SERVER_ADDR_FDA_DESC=Specify the name or the TCP/IP address of the IBM Spectrum Protect server. Obtain the server address from your administrator and type it in this field.
# 30067
DSI_PREFERC_TCPIP_WINDOW_SIZE_FDA_DESC=Specify the size that you want to use for the TCP/IP sliding window for your client node. Use this field to specify the amount of data that the client receives that can be buffered at one time on a TCP/IP connection.
# 30068
DSI_PREFERC_GEN_SHAREDMEMORY_OPT_FDA_DESC=Specify a port number for the port at which the server is listening to establish a shared memory connection. Shared memory is an area of memory accessible by several processes at the same time. Use shared memory when the client and the IBM Spectrum Protect server or Storage Agent reside on the same system.
# 30069
DSI_PREFERC_GEN_SHMEM_FDA_DESC=Specify a port number for the port at which the server is listening to establish a shared memory connection. Shared memory is an area of memory accessible by several processes at the same time. Use shared memory when the client and the IBM Spectrum Protect server or Storage Agent reside on the same system.
# 30070
DSI_PREFERC_GEN_SHMEM_PORT_FDA_DESC=Specify a port number for the port at which the server is listening to establish a shared memory connection. Shared memory is an area of memory accessible by several processes at the same time. Use shared memory when the client and the IBM Spectrum Protect server or Storage Agent reside on the same system.
# 30071
DSI_PREFERC_NLS_NLS_FDA_DESC=Use this tab to set locale options for your client.
# 30072
DSI_PREFERC_NLS_DATE_FDA_DESC=Select the format you want to use for displaying dates.
# 30073
DSI_PREFERC_NLS_TIME_FDA_DESC=Select the format you want to use for displaying the system time.
# 30074
DSI_PREFERA_AUTHORIZATION_FDA_DESC=Use this tab to specify authorization options for your client.
# 30075
DSI_PREFERA_PASSWORD_ACCESS_FDA_DESC=Click this option to automatically generate a new password each time the password expires.
# 30076
DSI_PREFERA_PASSWORD_PROMPT_FDA_DESC=Select this option to prompt you for your IBM Spectrum Protect password each time a client connects to the server.
# 30077
DSI_PREFERA_PASSWORD_GENERATE_FDA_DESC=Click this option to automatically generate a new password each time the password expires.
# 30078
DSI_PREFERA_PASSWORD_DIR_FDA_DESC=Type the name of a directory in this field to specify the location in which to store an encrypted password file, or click Browse to open a selection window and specify the directory location.
# 30079
DSI_PREFERA_GROUPS_FDA_DESC=The Groups list box contains a list of groups on your workstation. Select the groups that you want to authorize to request services from the server.
# 30080
DSI_PREFERA_USERS_FDA_DESC=The Users list box contains a list of user IDs on your workstation. Select the users whom you want to authorize to request services from the server.
# 30081
DSI_PREFERA_ENCRYPTION_GROUP_FDA_DESC=Click this option if you do not want to locally save the password the client uses to generate the encryption key for encrypting and decrypting file data. Instead, you are prompted for your key with each backup and restore operation. To set the encryption key password, use the Encryption window.
# 30082
DSI_PREFERA_ENCRYPTION_PROMPT_FDA_DESC=Click this option if you do not want to locally save the password the client uses to generate the encryption key for encrypting and decrypting file data. Instead, you are prompted for your key with each backup and restore operation. To set the encryption key password, use the Encryption window.
# 30083
DSI_PREFERA_ENCRYPTION_SAVE_FDA_DESC=Click this option to save your password locally in an encrypted format for backup or restore operations. By selecting this option, you are not prompted for the password with each operation.
# 30084
DSI_PREFERW_CADMODE_FDA_DESC=Select an option from this field to specify which services you want to manage using the client acceptor. You can choose to manage the scheduler, the Web Client, or both the scheduler and the Web Client.
# 30085
DSI_PREFERW_CADMODE_SCHED_FDA_DESC=Select an option from this field to specify which services you want to manage using the client acceptor. You can choose to manage the scheduler, the Web Client, or both the scheduler and the Web Client.
# 30086
DSI_PREFERW_CADMODE_WEBCL_FDA_DESC=Select an option from this field to specify which services you want to manage using the client acceptor. You can choose to manage the scheduler, the Web Client, or both the scheduler and the Web Client.
# 30087
DSI_PREFERW_HTTPPORT_FDA_DESC=Type the TCP/IP port address for the Web client in this field. The HTTP Port address is used to communicate with the Web client.
# 30088
DSI_PREFERW_REVOKE_FDA_DESC=Select this check box to restrict an administrator with client access privilege from accessing a client workstation that is running the Web client.
# 30089
DSI_PREFERW_WEBCLIENT_FDA_DESC=Use this tab to specify processing options for your IBM Spectrum ProtectWeb client.
# 30090
DSI_PREFERW_WEBPORTS_FDA_DESC=Type the required IBM Spectrum Protect client acceptor port number. The client acceptor serves the backup client Java(TM) applet to a Web browser. The Web client acceptor port and Web Agent Port allow you to use the Web Client through a firewall.
# 30091
DSI_PREFERM_COMMANDLINE_FDA_DESC=Use this tab to specify IBM Spectrum Protect command line client processing options.
# 30092
DSI_PREFERM_DISPLAY_LINE_FDA_DESC=Specify the number of lines of processing information to appear at one time on your IBM Spectrum Protect command line client screen.
# 30093
DSI_PREFERM_PAUSE_FDA_DESC=Select this check box to specify that the command line client pauses after displaying the number of lines you indicate in the Number of lines to display on screen field.
# 30094
DSI_PREFERM_QUIET_FDA_DESC=Select this check box to suppress process information in the IBM Spectrum Protect command line client window.
# 30095
DSI_PREFERD_DIAGNOSTIC_FDA_DESC=Use this tab to specify the type of tracing to perform in the event of a problem with your client.
# 30096
DSI_PREFERD_TRACE_FDA_DESC=Enables the tracing feature. When you select this check box, the File Name and Trace Flags fields become available.
# 30097
DSI_PREFERD_TRACE_ENABLE_FDA_DESC=Enables the tracing feature. When you select this check box, the File Name and Trace Flags fields become available.
# 30098
DSI_PREFERD_TRACE_FILENAME_FDA_DESC=Type the name of the file in which to save your trace output. You can also click the Browse button to open a file selection window to select a file.
# 30099
DSI_PREFERD_TRACE_FLAG_FDA_DESC=Type a list of trace flags. Separate the trace flags with commas or spaces. Your Service Representative will be able to tell you which trace flags to use.
# 30100
DSI_PREFERD_TRACE_FILE_NAME_BROWSE_FDA_DESC=Click this button to open a file or directory selection window. Find the directory or file you want, select it, and click OK.
# 30101
DSI_PREFERIS_IMAGE_SNAPSHOT_FDA_DESC=Use this tab to set snapshot-related backup processing options.
# 30102
DSI_PREFERH_HSM_TITLE_FDA_DESC=Use this tab to specify processing options for the IBM Spectrum Protect for Space Management (HSM) client. The settings in this tab apply only if you installed the (HSM) client.
# 30103
DSI_PREFERH_CHECK_THRESHOLDS_FDA_DESC=Specify how often the space monitor daemon in the HSM client checks space usage on your file systems. The space monitor daemon checks each file system to which you have added space management.
# 30104
DSI_PREFERH_RECONCILE_INTERVAL_FDA_DESC=Specify how often the HSM client reconciles your file systems. The HSM client reconciles each file system for which space management is active and builds a new Migration Candidates list.
# 30105
DSI_PREFERH_MAX_RECALL_DAEMONS_FDA_DESC=Specify the maximum number of HSM recall daemons you want to run at one time to perform recalls for your client.
# 30106
DSI_PREFERH_MIN_RECALL_DAEMONS_FDA_DESC=Specify the minimum number of recall daemons you want to run simultaneously to perform recalls for your client.
# 30107
DSI_PREFERH_MAX_RECONCILE_PROC_FDA_DESC=Specify the maximum number of reconciliation processes that the HSM program can start at one time.
# 30108
DSI_PREFERH_MAX_THRESHOLD_PROC_FDA_DESC=Specify the maximum number of threshold migration processes that the HSM program can start at one time.
# 30109
DSI_PREFERH_MIGFILE_EXP_FDA_DESC=Specify the amount of time for which copies of migrated or premigrated files are kept on the server after they are modified on your local file system, or deleted from your local file system.
# 30110
DSI_PREFERH_OPTION_FORMAT_FDA_DESC=Select an item from the list to specify the format to use when you specify HSM commands.
# 30111
DSI_PREFERH_KERNEL_MSG_FDA_DESC=Select this check box to specify that HSM related messages are displayed during processing.
# 30112
DSI_PREFERH_RESTORE_MIGSTATE_FDA_DESC=Select this check box to specify that IBM Spectrum Protect restores or retrieves migrated or premigrated files to stub files on the local file system during a restore or retrieve operation. The files remain migrated.
# 30113
DSI_PREFERC_NLS_NUMBER_FDA_DESC=Select the format that you want to use for displaying numbers in the client.
# 30114
DSI_PREFERS_SCHEDULE_MODE_FDA_DESC=Use the Scheduler tab to specify processing options for scheduled work.
# 30115
DSI_PREFERS_SESSION_INIT_FDA_DESC=Select an item from this list to specify whether the server or the client initiates client sessions through a firewall.
# 30116
DSI_PREFERC_TCPIP_ADMIN_PORT_FDA_DESC=Specify a port number of the server in this field. This port specifies a separate TCP/IP port number on which the server is waiting for requests for administrative client sessions, allowing secure administrative sessions within a private network. Obtain this port address from your administrator.
# 30117
DSI_PREFERD_TRACE_ENABLE_WRAP_FDA_DESC=Select this check box to allow the trace output to wrap to the beginning of the trace file when the trace file reaches the size indicated by the Maximum size field.
# 30118
DSI_PREFERD_TRACE_ENABLE_SPAN_FDA_DESC=Select this check box to allow the trace output to span multiple files. The size of each file is determined by the value specified below.
# 30119
DSI_PREFERD_TRACE_MAX1_SIZE_FDA_DESC=Specify the maximum size for the trace file. You can specify a value from 1 to 4294967295.
# 30120
DSI_PREFERD_TRACE_MAX2_SIZE_FDA_DESC=Specify the maximum size for the trace segments. You can specify a value between 0 and 1000 MB.
# 30121
DSI_PREFERB_RESET_LAST_ACCESS_DATE_FDA_DESC=Select this check box to preserve the last access dates of files that are backed up or archived to the server.
# 30122
DSI_PREFERR_MAKE_SPARSE_FILE_FDA_DESC=Select this check box to perform sparse file processing during restore or retrieve.
# 30123
DSI_PREFERIS_CACHE_SIZE_FDA_DESC=Specify an appropriate cache size for creating the snapshot for snapshot-related backup operations.
# 30124
DSI_PREFERG_PRUNE_OLD_FDA_DESC=Select this check box to automatically delete older log entries from the log.
# 30125
DSI_PREFERR_REPLACE_READONLY_FDA_DESC=Select this check box if you want to overwrite read-only or locked files when the client restores files from the server.
# 30126
DSI_PREFERI_CATEGORY_FDA_DESC=Select the type of function for which you want to generate include or exclude statements in the client options file. When you select an item in the list, the options that pertain to the selected category item are displayed in the Type list.
# 30127
DSI_PREFERCW_OPTION_FILE_TASK_FDA_DESC=Select an options file task and click Next to continue. The selections that you make in this configuration wizard are stored in a client options file.
# 30128
DSI_PREFERA_SERVICES_ALL_FDA_DESC=Select this check box to allow all groups and users on your system to request IBM Spectrum Protect services.
# 30129
DSI_PREFERG_ASNODE_NAME_FDA_DESC=Type the name of the target node to which you have been granted proxy authority to enable your client for client node proxy support.
# 30130
DSI_PREFERG_ERROR_LOG_ENABLE_WRAP_FDA_DESC=Select this check box to allow error log records to wrap to the beginning of the error log file when the error log file reaches the size indicated by the Maximum size (MB) field.
# 30131
DSI_PREFERG_MAX_LOG_SIZE_FDA_DESC=Specify the maximum size for the log file in megabytes (MB). You can specify a value from 0 to 2047.
# 30132
DSI_PREFERS_LOG_WRAP_FDA_DESC=Select this check box to allow scheduler log records to wrap to the beginning of the schedule log file when the schedule log file reaches the size indicated by the Maximum size (MB) field.
# 30133
DSI_PREFERS_MAX_LOG_SIZE_FDA_DESC=Specify the maximum size for the log file in megabytes (MB). You can specify a value from 0 to 2047.
# 30134
DSI_PREFA_ENCRYPTION_TYPE_FDA_DESC=Select a type of data encryption in this field. The encryption type that you choose is used to encrypt data during backup and archive operations with the Include.Encryption option.
# 30135
DSI_PREFA_56BITDES_FDA_DESC=Select a type of data encryption in this field. The encryption type that you choose is used to encrypt data during backup and archive operations with the Include.Encryption option.
# 30136
DSI_PREFA_128BITAES_FDA_DESC=Select a type of data encryption in this field. The encryption type that you choose is used to encrypt data during backup and archive operations with the Include.Encryption option.
# 30137
DSI_PREFERR_PERFORMANCE_TUNING_FDA_DESC=Use this tab to specify how the backup-archive client uses memory during file system incremental backups.
# 30138
DSI_PREFERR_MEMORY_RESIDENT_FDA_DESC=Select this option to use a faster, more memory-intensive method for processing file system incremental backups.
# 30139
DSI_PREFERR_MEMORY_SAVING_INCR_FDA_DESC=Select this option to use less memory during file system incremental backups. When selected, the client backs up data one directory at a time. This uses less memory but takes longer to complete.
# 30140
DSI_PREFERR_MEMORY_DISKCACHE_FDA_DESC=Select this option to use the least amount of memory during file system incremental backups. This method requires significantly more disk space. Use this method for a filespace that has too many files for an incremental backup to complete using either the memory-resident algorithm or the memory-saving algorithm.
# 30141
DSI_PREFERR_MEMORY_METHOD_FDA_DESC=Use this tab to specify how the backup-archive client uses memory during file system incremental backups.
# 30142
DSI_PREFERR_APPLY_ALL_FILESPACES_FDA_DESC=Select this option to apply the memory algorithm to all filespaces on your computer. The memory method will be used to process incremental backups of any filespace on your computer.
# 30143
DSI_PREFERR_APPLY_ONE_FILESPACE_FDA_DESC=Select this option to apply the memory algorithm for incremental backup of an individual filespace. Click Browse to specify the filespace to which you want to apply the memory algorithm.
# 30144
DSI_PREFERP_STATEMENT_LIST_FDA_DESC=This list contains the names of individual filespaces to which you applied memory algorithms.
# 30145
DSI_PREFERS_PRESCHEDULE_PREVENT_FDA_DESC=Select this check box to disable any pre-schedule commands that you defined in your client options file.
# 30146
DSI_PREFERS_POSTSCHEDULE_PREVENT_FDA_DESC=Select this check box to disable any post-schedule commands that you defined in your client options file.
# 30147
DSI_PREFERS_SCHED_CMD_PREVENT_FDA_DESC=Select this check box to disable any operating system commands that the administrator scheduled for your node. Selecting this option can prevent an administrator from running inadvertent or potentially malicious operations on your computer.
# 30148
DSI_PREFERS_SCHED_RESTRETR_PREVENT_FDA_DESC=Select this check box to disable any restore or retrieve operations that the administrator scheduled for your node. Selecting this option can prevent an administrator from running inadvertent or potentially malicious operations on your computer.
# 30149
DSI_PREFERS_SRV_PREPOST_PREVENT_FDA_DESC=Select this check box to prevent any administrator defined pre-snapshot or post-snapshot commands from running on your client node during scheduled snapshot image (or online image) backup operations.
# 30150
DSI_PREFERB_SNAPPROVIDER_IMAGE_TYPE_FDA_DESC=Use this field to set up your backup-archive client for snapshot-based online image backup operations and to specify a snapshot provider. During this backup operation, the backup-archive client uses a snapshot of your volume as the source of the backup operation, allowing the original volume to be available to other system applications.
# 30151
DSI_PREFERB_SNAPPROVIDER_FS_TYPE_FDA_DESC=Use this field to set up your backup-archive client for snapshot based file backup or archive operations and to specify a snapshot provider.
# 30152
DSI_SnapProviderChoiceFS_NONE_FDA_DESC=Select this option if you do not want to use open file support (or snapshot based file backup) operations. The client performs a normal (non-snapshot) file backup of the files in your volumes.
# 30153
DSI_SnapProviderChoice_NONE_FDA_DESC=Select this option if you do not want to use snapshot based online image backups. The client performs an offline (static) image backup of your volumes.
# 30154
DSI_SnapProviderChoiceFS_JFS2_FDA_DESC=Select this option to use the snapshots that are created by the JFS2 file system snapshot provider.
# 30155
DSI_SnapProviderChoice_JFS2_FDA_DESC=Select this option to use the snapshots that are created by the JFS2 file system snapshot provider.
# 30156
DSI_SnapProviderChoice_LVM_FDA_DESC=Select this option to use the snapshots that are created by the Logical Volume Manager (LVM) snapshot provider. This option is available only to Linux LVM clients and only applies to snapshot image backup.
# 30157
DSI_SnapProviderChoice_VSS_FDA_DESC=Select this option to use the snapshots that are provided by the Volume Shadow Copy Service (VSS). VSS is the preferred method for creating snapshots.
# 30158
DSI_SnapProviderChoiceFS_VSS_FDA_DESC=Select this option to use the snapshots that are provided by the Volume Shadow Copy Service (VSS). VSS is the preferred method for creating snapshots.
# 30159
DSI_PREFERI_DYNAMIC_IMAGE_TYPE_FDA_DESC=Select this option to include a file system or logical volume for dynamic image backup processing, or assign a management class when used with dynamic image backup.
# 30160
DSI_PREFERI_SNAP_PROVIDER_TYPE_FDA_DESC=Select a snapshot provider to use for snapshot-related backup operations.
# 30161
DSI_PREFERA_ENCRYPTION_GENERATE_FDA_DESC=Select this option to dynamically generate an encryption key when the IBM Spectrum Protect client begins a backup or archive.
# 30162
DSI_PREFERC_TCPIP_USE_SSL_FDA_DESC=Select this check box to connect with Secure Sockets Layer (SSL) to provide industry standard, SSL-based secure communications between the backup-archive client and the IBM Spectrum Protect server.
# 30163
DSI_PREFERB_DECRYPT_EFS_TYPE_FDA_DESC=Use this field to control whether or not files encrypted by an AIX Encrypted File System (EFS) are read in encrypted or decrypted format.
# 30164
DSI_PREFERIS_PRESNAP_PREVENT_FDA_DESC=Select this check box to disable any pre-snapshot commands that you defined in your client options file.
# 30165
DSI_PREFERI_PRE_SNAP_CMD_FDA_DESC=Type a command or batch file to be executed prior to the start of a snapshot. This is useful if you need to quiesce an application before the snapshot provider starts a snapshot.This is useful if you need to quiesce an application before the snapshot begins.
# 30166
DSI_PREFERIS_POSTSNAP_PREVENT_FDA_DESC=Select this check box to disable any post-snapshot commands that are defined in your client options file.
# 30167
DSI_PREFERI_POST_SNAP_CMD_FDA_DESC=Type a command or batch file to be executed after the start of a snapshot. This is useful if you need to restart an application that was quiesced by the pre-snapshot command.
# 30168
DSI_PREFERIS_IMAGE_GAP_SIZE_FDA_DESC=Specify the minimum size of empty regions on a formatted volume that is skipped during image backup.
# 30169
DSI_PREFERG_NTFS_SECURITY_FDA_DESC=Select this check box to back up Windows security information such as file permissions. In subsequent incremental backups, the client is able to detect and back up changed file permissions. This option is applicable only to the NTFS and ReFS file systems.
# 30170
DSI_PREFERG_AUTOFSRENAME_FDA_DESC=Use this filed drop-down list box to specify whether to rename your existing non-Unicode filespaces on the server. This option allows Unicode enabled filespaces with the original name to be created for the current operation.
# 30171
DSI_PREFERB_DFS_MOUNTPOINT_FDA_DESC=Use this option to view a Microsoft DFS junction as a junction or a directory.
# 30172
DSI_PREFERB_RESET_LAST_ARCHIVE_FDA_DESC=Select this check box to reset the Windows archive attribute on files that are successfully backed up to the IBM Spectrum Protect server. This option also resets the archive attribute of a file during incremental backup if there is already an active backup version on the server.
# 30173
DSI_PREFERB_INCR_THESHOLD_FDA_DESC=Specify the value for the number of directories in any journaled filespace that might contain active files that should be expired. When this threshold is reached during a full filespace journaled incremental, the client initiates an incremental backup on each such directory.
# 30174
DSI_PREFERB_USE_SUBFILE_FDA_DESC=Select this check box to send only changed portions of a file to the server during successive incremental backup operations instead of sending the entire file.
# 30175
DSI_PREFERB_CACHE_PATH_FDA_DESC=Specify the path where the client cache resides for adaptive subfile backup processing. You can select a path with the browse button.
# 30176
DSI_PREFERB_CACHE_SIZE_FDA_DESC=Specify the client cache size in megabytes for adaptive subfile backup. You can type a value in the entry field or click the up or down arrows to change the value.
# 30177
DSI_PREFERS_RUNASSERVICE_FDA_DESC=Select this check box to specify that the client command process continues to run even if the account that started the client logs off.
# 30178
DSI_PREFERVM_VMBACKUP_FDA_DESC=Use this tab to set processing options for backing up virtual machine data.
# 30180
DSI_DPREFVM_VMBACKUP_FILE_LEVEL_FDA_DESC=Select the type of virtual machine backup for which you want to configure processing options. The options that you select are saved in the client options file.
# 30181
DSI_DPREFVM_VMBACKUP_FULL_IMAGE_FDA_DESC=Select the type of virtual machine backup for which you want to configure processing options. The options that you select are saved in the client options file.
# 30182
DSI_DPREFVM_VMBACKUP_VCHOST_FDA_DESC=Specify the host name of the VMware Virtual Center or ESX server that contains the virtual machines that you want to back up.
# 30183
DSI_DPREFVM_VMBACKUP_VCUSER_FDA_DESC=Specify the user name of the VMware Virutal Center or ESX server that contains the virtual machines that you want to back up.
# 30184
DSI_DPREFVM_VMBACKUP_VCPASSWORD_FDA_DESC=Specify the password of the VMware Virutal Center or ESX server that contains the virtual machines that you want to back up.
# 30185
DSI_DPREFVM_VMBACKUP_DS_LOC_FDA_DESC=Specify the location to store temporary files during VMware backups.
# 30186
DSI_PREFERG_STAGING_DIR_FDA_DESC=Specify the location where the client can store any data it generates in order to perform its operations. The data is deleted by the client after an operation ends.
# 30187
DSI_SERVER_STANZA_FDA_DESC=Specify a IBM Spectrum Protect server to contact for services. You can also specify a new server to contact, and to begin a stanza containing parameters for that server. Server stanzas are stored in the client system options file (dsm.sys).
# 30188
DSI_JOURNALWIZ_FSLIST_ALL_LOCAL_FDA_DESC=Specify which file systems to monitor for journaling.
# 30189
DSI_JOURNALWIZ_FSLIST_JFSLIST_FDA_DESC=Specify which file systems to monitor for journaling.
# 30190
DSI_JOURNALWIZ_DBSIZE_TITLE_FDA_DESC=Specify the maximum size of the journal database in megabytes (MB). The Journal Database Maximum Size field can contain a value from 1 MB to 999 MB.
# 30191
DSI_JOURNALWIZ_DBSIZE_NOLIMIT_FDA_DESC=Select this option if you do not want to place a fixed limit on the size of the journal database. The maximum size is based on available disk space.
# 30192
DSI_JOURNALWIZ_NOTIFY_CDRCB_FDA_DESC=Select this check box if you want the journal service to monitor a file or directory whenever you create, delete, or rename it.
# 30193
DSI_JOURNALWIZ_NOTIFY_FILECB_FDA_DESC=Select this check box if you want the journal service to monitor file size changes. Notification is deferred until the disk write cache is flushed.
# 30194
DSI_JOURNALWIZ_NOTIFY_MODIFIEDCB_FDA_DESC=Select this check box if you want the journal service to monitor timestamp changes for a file that is modified. Notification is deferred until the disk write cache is flushed.
# 30195
DSI_JOURNALWIZ_NOTIFY_ACCESSEDCB_FDA_DESC=Select this check box if you want the journal service to monitor timestamp changes for a file that was accessed.
# 30196
DSI_JOURNALWIZ_NOTIFY_ATTRIBUTESCB_FDA_DESC=Select this check box if you want the journal service to monitor file attribute changes.
# 30197
DSI_JOURNALWIZ_NOTIFY_NTFSCB_FDA_DESC=Select this check box if you want the journal service to monitor security changes for a file in the NTFS or ReFS file system.
# 30198
DSI_JOURNALWIZ_PARAMS_TITLE_FDA_DESC=Specify the directory to which the journal databases are written. You can specify the same journal directory for all journaled databases or a different journal directory for each journal database.
# 30199
DSI_JOURNALWIZ_TASK_INSTALL_FDA_DESC=Select an option to install, update, or remove a IBM Spectrum Protect Journal Engine.
# 30200
DSI_JOURNALWIZ_TASK_UPDATE_FDA_DESC=Select an option to install, update, or remove a IBM Spectrum Protect Journal Engine.
# 30201
DSI_JOURNALWIZ_TASK_REMOVE_FDA_DESC=Select an option to install, update, or remove a IBM Spectrum Protect Journal Engine.
# 30202
DSI_CFGWIZ_SELECTALL_FDA_DESC=Click this button to select all the items on the list.
# 30203
DSI_CFGWIZ_CLEARALL_FDA_DESC=Click this button to clear the selections on the list.
# 30204
DSI_CFGWIZ_COMMON_TITLE_FDA_DESC=Select one or more commonly excluded file types from the list. These types of files are potentially large files that you might not want to back up, such as multimedia files, archive files, object files, and core or dump files.
# 30205
DSI_CFGWIZ_DOMAIN_LIST_FDA_DESC=Specify which file systems to include in your client domain.
# 30206
DSI_CFGWIZ_BACKUP_TYPE_FDA_DESC=Use this field to display the client domain settings for a backup type.
# 30207
DSI_CFGWIZ_WEB_CLIENT_PASSWORD_FDA_DESC=Type the password for your node. The password can contain 1 to 63 characters, and any alphanumeric character, underscore (_), period (.), hyphen (-), plus (+), or ampersand (&).
# 30208
DSI_CFGWIZ_WEB_CLIENT_CONTACT_TSM_SERVER_FDA_DESC=Use this check box to specify whether you want the client to initiate authentication with the IBM Spectrum Protect server to validate the password that you specified.
# 30209
DSI_CFGWIZ_SYSTEM_ACCOUNT_FDA_DESC=Select this option if you want the service to log on to the local system account.
# 30210
DSI_CFGWIZ_SPECIFIC_ACCOUNT_FDA_DESC=Select this option if you want the service to log on to the local system account.
# 30211
DSI_CFGWIZ_ACCOUNT_NAME_FDA_DESC=Select this option if you want to assign a logon user account to the service, such as a local administrator account or a domain administrator account.
# 30212
DSI_CFGWIZ_PASSWORD_FDA_DESC=Type the password for the user account that you specified.
# 30213
DSI_CFGWIZ_CONFIRM_PASSWORD_FDA_DESC=Type the password for the user account again.
# 30214
DSI_CFGWIZ_START_OPTION_MANUALLY_FDA_DESC=Select this option to manually start the service from the Windows Services control panel.
# 30215
DSI_CFGWIZ_START_OPTION_AUTOMATICALLY_FDA_DESC=Select this option if you want the service to start automatically when the operating system starts.
# 30216
DSI_CFGWIZ_WEB_SERVICE_NAME_FDA_DESC=Specify the name of the remote client agent.
# 30217
DSI_CFGWIZ_WEB_CLIENT_YES_FDA_DESC=Specify whether you want to restrict an administrator with client access from accessing the Web client.
# 30218
DSI_CFGWIZ_WEB_CLIENT_NO_FDA_DESC=Specify whether you want to restrict an administrator with client access from accessing the Web client.
# 30219
DSI_CFGWIZ_START_OPTION_YES_FDA_DESC=Specify whether to start the Web client, scheduler, or journal engine service upon completion of the Web client, Scheduler, or Journal Engine wizard.
# 30220
DSI_CFGWIZ_START_OPTION_NO_FDA_DESC=Specify whether to start the Web client, scheduler, or journal engine service upon completion of the Web client, Scheduler, or Journal Engine wizard.
# 30221
DSI_SCHWIZ_SCHNAME_FDA_DESC=Type a name for the client scheduler that you are installing or adding.
# 30222
DSI_PREFERG_SNAPDIFFCHANGELOGDIR_FDA_DESC=Specify the location where the client can store the change logs that are generated during snapdiff operations.
# 30223
DSI_SCHWIZ_USE_CAD_FDA_DESC=Select this option to use the client acceptor to manage the client scheduler.
# 30224
DSI_SCHWIZ_LOGFILE_FDA_DESC=Type the fully qualified name of the client schedule log file. You can also click Browse to open a file selection window and select the schedule log file that you want to use.
# 30225
DSI_SCHWIZ_ERROR_LOGFILE_FDA_DESC=Type the fully qualified name of the client error log file. You can also click Browse to open a file selection window and select the client error log file that you want to use.
# 30226
DSI_SCHWIZ_FILES_LOGGING_FDA_DESC=Select this option if you want detailed events for the client scheduler to be logged in the Event Log.
# 30227
DSI_SCHWIZ_SCHNAME_UPDATE_REMOVE_FDA_DESC=Select a client scheduler to update or remove.
# 30228
DSI_CFGWIZ_VSS_FDA_DESC=Select this option to use the snapshots that are provided by the Volume Shadow Copy Service (VSS). VSS is the preferred method for creating snapshots.
# 30229
DSI_CFGWIZ_NONE_ONLINE_IMAGE_FDA_DESC=Select this option if you do not want to use snapshot based online image backups. The client performs an offline (static) image backup of your volumes.
# 30230
DSI_CFGWIZ_NONE_OPEN_FILE_FDA_DESC=Select this option if you do not want to use open file support (or snapshot based file backup) operations. The client performs a normal (non-snapshot) file backup of the files in your volumes.
# 30231
DSI_TCPIP_ADTABLE_FDA_DESC=Select a IBM Spectrum Protect server that is registered in the Active Directory that the client can communicate with using the specified communication protocol.
# 30232
DSI_NAMEDPIPE_ADTABLE_FDA_DESC=Select a IBM Spectrum Protect server that is registered in the Active Directory that the client can communicate with using the specified communication protocol.
# 30236
DSI_PREFERVM_DOMAIN_VMBACKUP_VMBACKUP_FILE_FDA_DESC=When this item is selected, the virtual machines that are included in the domain for file-level virtual machine backup are displayed.
# 30237
DSI_PREFERVM_DOMAIN_VMBACKUP_VMBACKUP_FULL_FDA_DESC=When this item is selected, the virtual machines that are included in the domain for full virtual machine backup are displayed.
# 30238
DSI_PREFERVM_DOMAIN_VMBACKUP_OPT_FDA_DESC=Select an item from this list to specify the type of virtual machine object that you want to include in the virtual machine backup domain.
# 30239
DSI_PREFERVM_VMBACKUP_HOST_FOLDER_VM_FDA_DESC=Specify a VMware host server name, host cluster name, datastore name, folder name, or a list of virtual machine host names to process. What you specify depends on what you select in the VM options field.
# 30240
DSI_PREFERVM_VMBACKUP_INSERT_FDA_DESC=Click this button to insert the VM object that you specified into the list below the Domain Backup Type field.
# 30241
DSI_PREFERVM_VMBACKUP_REMOVE_FDA_DESC=Click this button to remove the highlighted item in the list below the Domain Backup Type field.
# 30242
DSI_DEDUP_FDA_DESC=Use this tab to set processing options for client-side data deduplication.
# 30243
DSI_ENABLE_DEDUP_FDA_DESC=Select this check box to enable the backup-archive client for client-side data deduplication.
# 30244
DSI_ENABLE_DEDUP_CACHE_FDA_DESC=Select this check box to use a cache during client-side data deduplication. Using a local cache can reduce network traffic between the IBM Spectrum Protect server and the client.
# 30245
DSI_DEDUP_CACHE_LOCATION_FDA_DESC=Specify the location where the data deduplication cache database is created.
# 30246
DSI_DEDUP_CACHE_MAX_FDA_DESC=Specify the maximum size (in megabytes) of the data deduplication database file. When the cache file reaches its maximum size, the cache is emptied.
# 30247
DSI_DEDUP_CACHE_LOCATION_BROWSE_DESC=Click this button to open a file or directory selection window. Find the directory or file you want, select it, and click OK.
# 30248
DSI_PREFERG_AUTODEPLOY=Select an option to specify whether the IBM Spectrum Protect server can automatically deploy the backup-archive client program to your computer during a scheduled operation.
# 30249
DSI_PREFERG_AUTODEPLOY_FDA_DESC=Select an option to specify whether the IBM Spectrum Protect server can automatically deploy the backup-archive client program to your computer during a scheduled operation.
# 30250
DSI_PREFERG_AUTODEPLOY_YES=Select an option to specify whether the IBM Spectrum Protect server can automatically deploy the backup-archive client program to your computer during a scheduled operation.
# 30251
DSI_PREFERG_AUTODEPLOY_YES_NOREBOOT=Select an option to specify whether the IBM Spectrum Protect server can automatically deploy the backup-archive client program to your computer during a scheduled operation.
# 30252
DSI_PREFERG_AUTODEPLOY_NO=Select an option to specify whether the IBM Spectrum Protect server can automatically deploy the backup-archive client program to your computer during a scheduled operation.
# 30253
DSI_DPREFVM_VMBACKUP_VMMGTCLASS_FDA_DESC=Specify a management class name to override the default management class setting for incremental-forever and full virtual machine backups.
# 30254
DSI_PREFERC_TCPIP_SSLREQUIRED_FDA_DESC=Specify whether the SSL protocol is required to protect the IBM Spectrum Protect password over the network during client authentication.
# 30255
DSI_DPREFVM_VMBACKUP_VMENABLETEMPLATES_LABEL_FDA_DESC=Select this check box to back up VMware template virtual machines when the client protects virtual machines in a vCenter server. You cannot back up VMware templates if you are connected directly to an ESXi host because template virtual machines are not accessible.
# 30256
DSI_PREFERVM_HYPERV_VMBACKUP_HOST_FOLDER_VM_FDA_DESC=Specify a list of Hyper-V virtual machine host names to process.
# 30257
DSI_PREFERC_TCPIP_USE_TLS12_FDA_DESC=Select this check box to connect with Transport Layer Security (TLS) Protocol 1.2 or higher to provide industry-standard, SSL-based secure communications between the backup-archive client and the IBM Spectrum Protect server.