Quantum DXi -Series Command Line Interface (CLI) Guide Introduction CLI Users CLI Passwords or Authorized Keys ........8 Available Linux Commands .
Page 2
GoVault, MediaShield, Optyon, Pocket-sized. Well-armored, SDLT, SiteCare, SmartVerify, StorageCare, Super DLTtape, and Vision are trademarks of Quantum. LTO and Ultrium are trademarks of HP, IBM, and Quantum in the U.S. and other countries. All other trademarks are the property of their respective companies. Specifications are subject to change without notice.
Page 3
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 NAS CLI Error Codes ..........53 Replication CLI Commands Initiating a Cartridge Based, File/Directory Based, or Namespace Replication .
Page 4
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 Deleting the Replicated NAS Failback Job on the Target ....82 Aborting the Replicated VTL Failback Jobs on the Target ....82 Aborting the Replicated NAS Failback Job on the Target.
Page 5
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 Networking CLI Commands........159 Path To Tape CLI Commands.
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 Contents...
Page 7
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 Introduction The Command Line Interface (CLI) for DXi™-Series systems serves as a command line equivalent of the remote management functionality. This guide describes the CLI commands that are available for the following systems: •...
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 delete information. If the cliviewer user attempts to run any intrusive command (such as add, edit, or delete) that changes any information in the system, an error will be returned.
Page 9
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 The syntax for all syscli commands falls into one of the following two formats: • syscli --cmd --option1 <value1> --option2 <value2> ... • syscli --cmd subcmd --option1 <value1> --option2 <value2> ...
Page 10
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 tokens, it must be quoted to prevent the shell from interpreting it as separate tokens. For example: syscli --add share ..--desc 'This is a test share' In addition, if a provided value contains characters that are special to the shell, these characters must be escaped correctly so that the shell treats them as regular characters.
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 The first two options are supported because the shell capability of redirecting the standard output and standard error using the “>” character is forbidden in the restricted shell.
Page 12
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 enforced so to support values that contain leading or trailing spaces/quotes such as in passwords. For example: --password=abc --password= abc --password=a\!bc --password="abc" are all different passwords. • The second password has four characters: space, a, b, and c.
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 • Listing of Supported Tape Drive • Adding a VTL • Editing a VTL • Deleting a VTL • Listing the Media Types • Creating Media • Listing the Media and Its Attributes •...
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 model = DXi8500 drivemodel = QUANTUMDLTS4 drives = 2 media = 2 slots = 12 serial = 123456XYZ dedup = enabled backupwindow = disabled Listing Available Library syscli --list library Models This CLI command allows the CLI admin to display a list of the available library models.
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 The drive type can be derived from the value of the 'model' key name of the list of available tape drives models. An example output of three media types is shown below for DLT-S4 media types supported.
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 Turning a VTL Online/ syscli --online (--name <VTL_name>) | --all Offline This CLI command allows the admin to turn a VTL online. syscli--offline (--name <VTL_name>) | --all This CLI command allows the admin to turn a VTL offline. A VTL needs to be offline before you can edit or delete a partition.
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 Listing Targets syscli --list target This CLI command allows the CLI admin to display a list of targets on the system. It lists the node, alias (FC port) and the WWPN. An example output of a target is given below.
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 An example output of a SAN client group is shown below. group count = 1 group = 1 vtl name = MyVTL group name = Group1 host = target = device count = 2 device = 1 type = VMC serial = VL01SV0825BVA04501 lun = 1 device = 2 type = VTD serial = VL01SV0825BVA04501 lun = 2 Adding a SAN Clients syscli --add sanclientgroup --name <VTL_name>...
SAN. The CCL is accessible to hosts only through LUN 0. Caution: If you are not sure if you should use CCL, contact Quantum Customer Support before you enable this option.
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 VTL CLI Error Codes The following VTL CLI error codes can be generated: E2000401 AddVtl: Option "add" is missing. E2000402 AddVtl: Option "add" requires a value E2000403 AddVtl: Option "add" has invalid value E2000404 AddVtl: Failed to read/get option "add".
Page 24
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 E2000471 AddVtl: Option "startbackup" is missing. E2000472 AddVtl: Option "startbackup" is required because another optional option is specified! E2000473 AddVtl: Option "startbackup" requires a value E2000474 AddVtl: Option "startbackup" has invalid value E2000475 AddVtl: Failed to read/get option "startbackup".
Page 25
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 E2000603 The first character of the VTL name is invalid. E2000604 Start backup time is invalid. E2000605 End backup time is invalid. E2000606 Dedup is must be enabled to specify start and end backup time E2000607 The VTL is currently locked by another process.
Page 26
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 E2000842 EditVtl: Option "drives" is required because another optional option is specified! E2000843 EditVtl: Option "drives" requires a value E2000844 EditVtl: Option "drives" has invalid value E2000845 EditVtl: Failed to read/get option "drives".
Page 27
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 E2000914 No colon specified in Start backup time. E2000915 No colon specified in End backup time. E2000916 Unable to change backup window E2000917 Cannot change backup window E2000918 Error deleting drive from VTL...
Page 28
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 E2001603 ListVtl: Option "list" has invalid value E2001604 ListVtl: Failed to read/get option "list". E2001605 ListVtl: Failed to write/set option "list". E2001611 ListVtl: Option "name" is missing. E2001612 ListVtl: Option "name" is required because another optional option is specified! E2001613 ListVtl: Option "name"...
Page 29
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 E2003202 AddMedia: Option "add" requires a value E2003203 AddMedia: Option "add" has invalid value E2003204 AddMedia: Failed to read/get option "add". E2003205 AddMedia: Failed to write/set option "add".
Page 30
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 E2003281 AddMedia failed! E2003601 ListMedia: Option "list" is missing. E2003602 ListMedia: Option "list" requires a value E2003603 ListMedia: Option "list" has invalid value E2003604 ListMedia: Failed to read/get option "list".
Page 31
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 E2004402 ExportMedia: Option "export" requires a value E2004403 ExportMedia: Option "export" has invalid value E2004404 ExportMedia: Failed to read/get option "export". E2004405 ExportMedia: Failed to write/set option "export".
Page 32
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 E2004822 RecycleMedia: Option "name" requires a value E2004823 RecycleMedia: Option "name" has invalid value E2004824 RecycleMedia: Failed to read/get option "name". E2004825 RecycleMedia: Failed to write/set option "name".
Page 33
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 E2005253 WriteprotMedia: Error write-protecting media in VTL. E2005254 WriteprotMedia: No Media write-protected from VTL E2005261 WriteprotMedia failed! E2005301 Media is not qualified to change write protect attribute. E2005302 Media is already write-protected E2005303 Media write-protect is already disabled E2005601 OfflineVtl: Option "offline"...
Page 34
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 E2006023 OnlineVtl: Failed to write/set option "all". E2006041 OnlineVtl failed! E2006101 Failed to get vtl online/offline mode! E2006102 The vtl is already online! E2006103 Error turning VTL online.
Page 35
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 E2007214 EditHost: Failed to read/get option "wwpn". E2007215 EditHost: Failed to write/set option "wwpn". E2007221 EditHost: Option "alias" is missing. E2007222 EditHost: Option "alias" requires a value E2007223 EditHost: Option "alias" has invalid value E2007224 EditHost: Failed to read/get option "alias".
Page 36
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 E2008413 ListDevice: Option "name" has invalid value E2008414 ListDevice: Failed to read/get option "name". E2008415 ListDevice: Failed to write/set option "name". E2008431 ListDevice failed! E2008432 ListDevice: Specified VTL does not exists.
Page 37
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 E2009233 AddSanclientgroup: Option "wwpn" has invalid value E2009234 AddSanclientgroup: Failed to read/get option "wwpn". E2009235 AddSanclientgroup: Failed to write/set option "wwpn". E2009241 AddSanclientgroup: Option "target" is missing. E2009242 AddSanclientgroup: Option "target" requires a value E2009243 AddSanclientgroup: Option "target"...
Page 38
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 E2009605 DelSanclientgroup: Failed to write/set option "del". E2009611 DelSanclientgroup: Option "name" is missing. E2009612 DelSanclientgroup: Option "name" requires a value E2009613 DelSanclientgroup: Option "name" has invalid value E2009614 DelSanclientgroup: Failed to read/get option "name".
Page 39
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 E2010401 GetDdratio: Option "get" is missing. E2010402 GetDdratio: Option "get" requires a value E2010403 GetDdratio: Option "get" has invalid value E2010404 GetDdratio: Failed to read/get option "get". E2010405 GetDdratio: Failed to write/set option "get".
Page 40
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 E2011211 MoveMedia: Option "name" is missing. E2011212 MoveMedia: Option "name" requires a value E2011213 MoveMedia: Option "name" has invalid value E2011214 MoveMedia: Failed to read/get option "name". E2011215 MoveMedia: Failed to write/set option "name".
Page 41
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 E2011285 MoveMedia: Exception caught retrieving VTL information. E2011286 MoveMedia: Invalid source index. E2011287 MoveMedia: Invalid destination index. E2011301 MoveMedia failed! E2011601 UnloadMedia: Option "unload" is missing. E2011602 UnloadMedia: Option "unload" requires a value E2011603 UnloadMedia: Option "unload"...
Page 42
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 E2011666 UnloadMedia: Error unloading media within VTL. E2011667 UnloadMedia: Unable to find first available slot. E2011668 UnloadMedia: Unable to retrieve any media barcode. E2011669 Unable to unload media. Can only unload drive or I/E Slot location.
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 E2012411 DeleteallMedia: Option "name" is missing. E2012412 DeleteallMedia: Option "name" requires a value E2012413 DeleteallMedia: Option "name" has invalid value E2012414 DeleteallMedia: Failed to read/get option "name". E2012415 DeleteallMedia: Failed to write/set option "name".
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 enabled, the list will also include the start and end time of the backup window of the NAS share. An example output of one NAS share listing is shown below. No description is given to the share.
Page 45
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 Caution: Do not use an underscore ( _ ) in the name of the NAS share. This CLI command allows the CLI admin to modify one or more attributes of a NAS share.
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 Deleting a NAS Share syscli --del share --name <share_name> This CLI command allows the CLI admin to delete an existing NAS share. The NAS share name is required to delete a share. When a share is deleted, all connections to the share are severed and all data stored on it is removed permanently.
Page 47
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 The following Workgroup Users control commands are available: • List of Workgroup Users • Add a Workgroup User • Edit a Workgroup User • Delete a Workgroup User •...
If the command is typed in a shell, the backslash has to be typed twice. For example, if the domain name is quantum.com and the user is joe, the command to be typed a the shell prompt reads as follows:...
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 Delete a Share Administrator syscli --del shareadmin --name <domain_user_or_group_name> This CLI command allows the CLI admin to remove the share admin rights from an existing share administrator. The syntax for the domain user/group name is the same as discussed in the command --add shareadmin.
Page 50
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 This command works only when the server is joined to a workgroup. If the server is joined to an Active Directory domain, please use the Microsoft Management Console (MMC) tool.
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 the specified share is empty, which means the share now allows read-write access to all workgroup users (see command --add shareuser). This command works only when the server is joined to a workgroup. If the server is joined to an Active Directory domain, please use the Microsoft Management Console (MMC) tool.
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 Deleting All Share Hosts syscli --deleteall sharehost --share <NFS_share_name> [--sure] This CLI command allows the CLI admin to remove the right to access the specified NFS share from all NFS hosts. As a result, the share access list of the specified share is empty, which means the share now allows read-write access to all NFS hosts (see command --add sharehost).
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 Getting the Kernel Oplocks Setting syscli --get smbsetting --oplocks | --dbglevel This CLI command allows the CLI admin to display the kernel oplocks or the debug level setting in CIFS.
Page 54
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 E1000062 This command supports workgroup only (the server must be joined to a workgroup). E1000063 This command supports ADS domain only (the server must be joined to an ADS domain).
Page 55
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 E1000826 JoinAds: Option "org" is required because another optional option is specified! E1000831 JoinAds: Option "pdc" is missing. E1000832 JoinAds: Option "pdc" is required because another optional option is specified! E1000833 JoinAds: Option "pdc"...
Page 56
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 E1001603 DisjoinAds: Option "disjoin" has invalid value E1001604 DisjoinAds: Failed to read/get option "disjoin". E1001605 DisjoinAds: Failed to write/set option "disjoin". E1001611 DisjoinAds: Option "admin" is missing. E1001612 DisjoinAds: Option "admin" requires a value E1001613 DisjoinAds: Option "admin"...
Page 57
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 E1002814 AddShare: Failed to read/get option "name". E1002815 AddShare: Failed to write/set option "name". E1002816 AddShare: Value of option "name" is too long E1002821 AddShare: Option "proto" is missing.
Page 58
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 E1002876 AddShare: Failed to write/set option "startbackup". E1002881 AddShare: Option "endbackup" is missing. E1002882 AddShare: Option "endbackup" is required because another optional option is specified! E1002883 AddShare: Option "endbackup" requires a value E1002884 AddShare: Option "endbackup"...
Page 59
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 E1002962 AddShare failed to set up backup time window E1002963 Share already exists in the combined NAS and OST database! E1003201 ListShare: Option "list" is missing. E1003202 ListShare: Option "list" requires a value E1003203 ListShare: Option "list"...
Page 60
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 E1004001 DeleteAllShare: Option "deleteall" is missing. E1004002 DeleteAllShare: Option "deleteall" requires a value E1004003 DeleteAllShare: Option "deleteall" has invalid value E1004004 DeleteAllShare: Failed to read/get option "deleteall". E1004005 DeleteAllShare: Failed to write/set option "deleteall".
Page 61
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 E1004432 EditShare: Option "perms" requires a value E1004433 EditShare: Option "perms" has invalid value E1004434 EditShare: Failed to read/get option "perms". E1004435 EditShare: Failed to write/set option "perms".
Page 62
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 E1008422 AddShareUser: Option "user" requires a value E1008423 AddShareUser: Option "user" has invalid value E1008424 AddShareUser: Failed to read/get option "user". E1008425 AddShareUser: Failed to write/set option "user".
Page 63
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 E1009222 DelShareUser: Option "user" requires a value E1009223 DelShareUser: Option "user" has invalid value E1009224 DelShareUser: Failed to read/get option "user". E1009225 DelShareUser: Failed to write/set option "user".
Page 64
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 E1004823 AddUser: Option "password" requires a value E1004824 AddUser: Option "password" has invalid value E1004825 AddUser: Failed to read/get option "password". E1004826 AddUser: Failed to write/set option "password".
Page 65
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 E1005205 ListUser: Failed to write/set option "list". E1005211 ListUser: Option "type" is missing. E1005212 ListUser: Option "type" is required because another optional option is specified! E1005213 ListUser: Option "type" requires a value E1005214 ListUser: Option "type"...
Page 66
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 E1006411 EditUser: Option "name" is missing. E1006412 EditUser: Option "name" requires a value E1006413 EditUser: Option "name" has invalid value E1006414 EditUser: Failed to read/get option "name". E1006415 EditUser: Failed to write/set option "name".
Page 67
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 E1007202 ListShareAdmin: Option "list" requires a value E1007203 ListShareAdmin: Option "list" has invalid value E1007204 ListShareAdmin: Failed to read/get option "list". E1007205 ListShareAdmin: Failed to write/set option "list".
Page 68
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 E1010012 AddShareHost: Option "share" requires a value E1010013 AddShareHost: Option "share" has invalid value E1010014 AddShareHost: Failed to read/get option "share". E1010015 AddShareHost: Failed to write/set option "share".
Page 69
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 E1010811 DelShareHost: Option "share" is missing. E1010812 DelShareHost: Option "share" requires a value E1010813 DelShareHost: Option "share" has invalid value E1010814 DelShareHost: Failed to read/get option "share". E1010815 DelShareHost: Failed to write/set option "share".
Page 70
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 E1014811 GetSmbsetting: Option "oplocks" is missing. E1014812 GetSmbsetting: Failed to read/get option "oplocks". E1014813 GetSmbsetting: Failed to write/set option "oplocks". E1014814 GetSmbsetting: Specified option is not supported! E1014821 GetSmbsetting: Option "dbglevel" is missing.
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 E1015614 Cifs: Failed to write/set option "reactivate". E1015621 Cifs: Option "deactivate" is missing. E1015622 Cifs: Option "deactivate" is required because another optional option is specified! E1015623 Cifs: Failed to read/get option "deactivate".
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 • Pausing the Replication Service on the Source • Resuming the Replication Service on the Source • Enable All Replication for Both VTL and NAS on the Source •...
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 must have cartridge base replication enabled in order to replicate a cartridge. If the --namespace option is specified, namespace replication is initiated for the whole specified VTL. If the --disableok option is specified, no error will be returned if the cartridge base replication is not enabled.
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 syscli --sync nas --name <NAS_share_name> This CLI command allows the CLI admin to Initiate source to target file or directory synchronization for specified NAS share that has file/directory based replication enabled.
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 This CLI command lists the target IP or hostname for this system as a source. If a replication target host has been configured, the CLI displays any available replication statistics.
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 Disabling VTL syscli --disablerep vtl --name <VTL_name> [--nodaily] [--nocartbase] Replication Options on This CLI allows the CLI admin to disable the replication feature and its options the Source on the specified VTL.
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 Pausing the Replication syscli --pause replication Service on the Source The CLI allows the CLI admin to pause an active replication. Resuming the syscli --resume replication Replication Service on...
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 last replication status = Success last synchronization start = last synchronization completion = last synchronization status = Listing Deduplicated syscli --list dedupnas NAS on the Source This CLI command allows the CLI admin to display a list of all NAS shares that have data deduplication enabled.
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 NAS Share Name = nas_cifs1 Source Host = galaxy.quantum est.com Replication Started = Wed Jun 3 16:38:20 2009 Replication Finished = Wed Jun 3 16:38:30 2009 Replication Status = Success [replicated nas = 2] ID = 1 NAS Share Name = nas_nfs1 Source Host = galaxy.quantum est.com Replication Started = Wed Jun 3 16:38:03 2009 Replication Finished = Wed Jun 3 16:38:11 2009 Replication Status = Success Recovering VTL on the syscli --recover vtl --repname <replicated VTL_name> --srchost Target <source_hostname_or_IP address> --id <ID_of_the_replicated_VTL>...
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 Failback VTL To the syscli --failback repvtl --repname <replicated VTL name> --srchost Source from the Target <source_hostname_or_IP_address> --id <ID_of_the_replicated_VTL> --tgthost <target_source_IP_address> [--encrypt] System This CLI command allows the CLI admin to failback a replicated VTL. The replicated VTL name, source hostname and ID can be retrieved from the list of replicated VTL.
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 Listing the Replicated syscli --list vtlrecjob VTL Recovery Jobs on This CLI command allows the CLI admin to list the replicated VTL recovery jobs the Target on the target. The information listed includes the old and the new VTL name, source host name or IP address and recovery job details.
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 address and failback job details. The failback job details contains when the job started, finished and its status. Output data: List of all replicated VTL failback jobs: Total count = 1 [failback job = 1] ID = 1 VTL Name = part4 Target Host = 10.40.164.70 Failback Job Started = Wed Jun 3 16:45:53 2009 Failback Job Finished = Wed Jun 3 16:46:01 2009 Failback Job Status = Success...
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 Aborting the Replicated syscli --abort nasfailbackjob --repname <NAS_share_name> --tgthost NAS Failback Job on the <target_hostname> --id <ID_of_the_failback_job> Target This CLI command allows the CLI admin to abort a current running replicated NAS share failback job.
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 Getting the Status of syscli –getstatus sync –source | target the Active This CLI command allows the CLI user to get the status of active synchronization Synchronization requests on the specified source or target..
Page 85
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 E3000812 ReplicateNas: Option "name" requires a value E3000813 ReplicateNas: Option "name" has invalid value E3000814 ReplicateNas: Failed to read/get option "name". E3000815 ReplicateNas: Failed to write/set option "name".
Page 86
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 E3001601 LockNas: Option "lock" is missing. E3001602 LockNas: Option "lock" requires a value E3001603 LockNas: Option "lock" has invalid value E3001604 LockNas: Failed to read/get option "lock". E3001605 LockNas: Failed to write/set option "lock".
Page 87
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 E3002404 UnlockNas: Failed to read/get option "unlock". E3002405 UnlockNas: Failed to write/set option "unlock". E3002411 UnlockNas: Option "name" is missing. E3002412 UnlockNas: Option "name" requires a value E3002413 UnlockNas: Option "name" has invalid value E3002414 UnlockNas: Failed to read/get option "name".
Page 88
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 E3003602 SyncVtl: Option "sync" requires a value E3003603 SyncVtl: Option "sync" has invalid value E3003604 SyncVtl: Failed to read/get option "sync". E3003605 SyncVtl: Failed to write/set option "sync".
Page 89
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 E3004822 GetstatusTrigger: Failed to read/get option "target". E3004823 GetstatusTrigger: Failed to write/set option "target". E3004841 GetstatusTrigger failed! E3005201 GetstatusSync: Option "getstatus" is missing. E3005202 GetstatusSync: Option "getstatus" requires a value E3005203 GetstatusSync: Option "getstatus"...
Page 90
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 E3006101 AddSourcerep failed! E3006401 DelSourcerep: Option "del" is missing. E3006402 DelSourcerep: Option "del" requires a value E3006403 DelSourcerep: Option "del" has invalid value E3006404 DelSourcerep: Failed to read/get option "del".
Page 91
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 E3007252 AddTargetrep: The IP or hostname already exists. E3007301 AddTargetrep failed! E3007601 DelTargetrep: Option "del" is missing. E3007602 DelTargetrep: Option "del" requires a value E3007603 DelTargetrep: Option "del" has invalid value E3007604 DelTargetrep: Failed to read/get option "del".
Page 92
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 E3008043 EnablerepVtl: Option "syncid" has invalid value E3008044 EnablerepVtl: Failed to read/get option "syncid". E3008045 EnablerepVtl: Failed to write/set option "syncid". E3008051 EnablerepVtl: Failed to get enable status.
Page 93
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 E3008822 EnablerepNas: Option "daily" requires a value E3008823 EnablerepNas: Option "daily" has invalid value E3008824 EnablerepNas: Failed to read/get option "daily". E3008825 EnablerepNas: Failed to write/set option "daily".
Page 94
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 E3009602 CheckrepreadyVtl: Option "checkrepready" requires a value E3009603 CheckrepreadyVtl: Option "checkrepready" has invalid value E3009604 CheckrepreadyVtl: Failed to read/get option "checkrepready". E3009605 CheckrepreadyVtl: Failed to write/set option "checkrepready".
Page 95
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 E3010805 AbortrepNas: Failed to write/set option "abortrep". E3010811 AbortrepNas: Option "name" is missing. E3010812 AbortrepNas: Option "name" requires a value E3010813 AbortrepNas: Option "name" has invalid value E3010814 AbortrepNas: Failed to read/get option "name".
Page 96
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 E3012021 PauseReplication failed! E3012401 ResumeReplication: Option "resume" is missing. E3012402 ResumeReplication: Option "resume" requires a value E3012403 ResumeReplication: Option "resume" has invalid value E3012404 ResumeReplication: Failed to read/get option "resume".
Page 97
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 E3014004 ListDedupvtl: Failed to read/get option "list". E3014005 ListDedupvtl: Failed to write/set option "list". E3014021 ListDedupvtl failed! E3014401 ListDedupnas: Option "list" is missing. E3014402 ListDedupnas: Option "list" requires a value E3014403 ListDedupnas: Option "list"...
Page 98
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 E3015205 DisableCartrep: Failed to write/set option "disable". E3015211 DisableCartrep: Option "name" is missing. E3015212 DisableCartrep: Option "name" requires a value E3015213 DisableCartrep: Option "name" has invalid value E3015214 DisableCartrep: Failed to read/get option "name".
Page 99
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 E3016004 DisableFiledirrep: Failed to read/get option "disable". E3016005 DisableFiledirrep: Failed to write/set option "disable". E3016011 DisableFiledirrep: Option "name" is missing. E3016012 DisableFiledirrep: Option "name" requires a value E3016013 DisableFiledirrep: Option "name" has invalid value E3016014 DisableFiledirrep: Failed to read/get option "name".
Page 100
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 E3016835 RecoverVtl: Failed to write/set option "srchost". E3016841 RecoverVtl: Option "id" is missing. E3016842 RecoverVtl: Option "id" requires a value E3016843 RecoverVtl: Option "id" has invalid value E3016844 RecoverVtl: Failed to read/get option "id".
Page 101
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 E3017213 DelRepvtl: Option "repname" has invalid value E3017214 DelRepvtl: Failed to read/get option "repname". E3017215 DelRepvtl: Failed to write/set option "repname". E3017221 DelRepvtl: Option "srchost" is missing. E3017222 DelRepvtl: Option "srchost" requires a value E3017223 DelRepvtl: Option "srchost"...
Page 102
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 E3018025 RecoverNas: Failed to write/set option "srchost". E3018031 RecoverNas: Option "id" is missing. E3018032 RecoverNas: Option "id" requires a value E3018033 RecoverNas: Option "id" has invalid value E3018034 RecoverNas: Failed to read/get option "id".
Page 103
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 E3018404 DelRepnas: Failed to read/get option "del". E3018405 DelRepnas: Failed to write/set option "del". E3018411 DelRepnas: Option "repname" is missing. E3018412 DelRepnas: Option "repname" requires a value E3018413 DelRepnas: Option "repname" has invalid value E3018414 DelRepnas: Failed to read/get option "repname".
Page 104
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 E3018831 FailbackRepvtl: Option "id" is missing. E3018832 FailbackRepvtl: Option "id" requires a value E3018833 FailbackRepvtl: Option "id" has invalid value E3018834 FailbackRepvtl: Failed to read/get option "id". E3018835 FailbackRepvtl: Failed to write/set option "id".
Page 105
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 E3019223 FailbackRepnas: Option "srchost" has invalid value E3019224 FailbackRepnas: Failed to read/get option "srchost". E3019225 FailbackRepnas: Failed to write/set option "srchost". E3019231 FailbackRepnas: Option "id" is missing. E3019232 FailbackRepnas: Option "id" requires a value E3019233 FailbackRepnas: Option "id"...
Page 106
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 E3020001 ListRecnasjobs: Option "list" is missing. E3020002 ListRecnasjobs: Option "list" requires a value E3020003 ListRecnasjobs: Option "list" has invalid value E3020004 ListRecnasjobs: Failed to read/get option "list". E3020005 ListRecnasjobs: Failed to write/set option "list".
Page 107
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 E3020811 DelNasrecjob: Option "repname" is missing. E3020812 DelNasrecjob: Option "repname" requires a value E3020813 DelNasrecjob: Option "repname" has invalid value E3020814 DelNasrecjob: Failed to read/get option "repname". E3020815 DelNasrecjob: Failed to write/set option "repname".
Page 108
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 E3022003 DelVtlfailbackjob: Option "del" has invalid value E3022004 DelVtlfailbackjob: Failed to read/get option "del". E3022005 DelVtlfailbackjob: Failed to write/set option "del". E3022011 DelVtlfailbackjob: Option "repname" is missing. E3022012 DelVtlfailbackjob: Option "repname" requires a value E3022013 DelVtlfailbackjob: Option "repname"...
Page 109
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 E3022425 DelNasfailbackjob: Failed to write/set option "tgthost". E3022431 DelNasfailbackjob: Option "id" is missing. E3022432 DelNasfailbackjob: Option "id" requires a value E3022433 DelNasfailbackjob: Option "id" has invalid value E3022434 DelNasfailbackjob: Failed to read/get option "id".
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 E3023205 AbortNasfailbackjob: Failed to write/set option "abort". E3023211 AbortNasfailbackjob: Option "repname" is missing. E3023212 AbortNasfailbackjob: Option "repname" requires a value E3023213 AbortNasfailbackjob: Option "repname" has invalid value E3023214 AbortNasfailbackjob: Failed to read/get option "repname".
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 This CLI command allows the CLI admin to display the capacity of the storage in the system. If none of the options are specified, the CLI lists all information available as if all the options are specified.
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 Adding a Storage syscli --add storageserver --name <server_name> --maxconnect Server <connect_count> --proto {cifs|nfs} [--desc <description>] This CLI command allows the CLI admin to add a storage server specifying the maximum connections and protocol type.
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 Adding an LSU syscli --add lsu --name <lsu_name> --storageserver <server_name> --capacity <lsu_capacity_bytes_GB> [--desc <lsu_description>] This CLI command allows a CLI admin to add an LSU (logical storage unit) to the existing storage server specified.
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 This CLI command allows the CLI admin to remove the right to access a CIFS Storage Server from a workgroup user. This command works only when the server is joined to a workgroup. If the server is joined to an Active Directory domain, please use the Microsoft Management Console (MMC) tool.
Page 115
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 E4000002 OST: Value entered is not valid E4000003 OST: Value entered is below lower limit E4000004 OST: Value entered is above upper limit E4000005 OST: Storage Server not found!
Page 116
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 E4000436 AddStorageserver: Failed to write/set option "desc". E4000437 AddStorageserver: Option "ro" is missing. E4000438 AddStorageserver: Failed to read/get option "ro". E4000439 AddStorageserver: Failed to write/set option "ro". E4000441 AddStorageserver: Option "proto" is missing.
Page 117
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 E4000481 AddStorageserver: Failed because there was an error while configuring NFS E4000482 AddStorageserver: Failed because there was an error while getting NFS Configuration Status E4000483 AddStorageserver: Failed because CIFS is not configured...
Page 118
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 E4001222 EditStorageserver: Option "maxconnect" is required because another optional option is specified! E4001223 EditStorageserver: Option "maxconnect" requires a value E4001224 EditStorageserver: Option "maxconnect" has invalid value E4001225 EditStorageserver: Failed to read/get option "maxconnect".
Page 119
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 E4001615 ListStorageserver: Failed to read/get option "proto". E4001616 ListStorageserver: Failed to write/set option "proto". E4001621 ListStorageserver: Option "name" is missing. E4001622 ListStorageserver: Option "name" is required because another optional option is specified! E4001623 ListStorageserver: Option "name"...
Page 120
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 E4002052 AddLsu: Option "capacity" requires a value E4002053 AddLsu: Option "capacity" has invalid value E4002054 AddLsu: Failed to read/get option "capacity". E4002055 AddLsu: Failed to write/set option "capacity".
Page 121
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 E4002805 EditLsu: Failed to write/set option "edit". E4002811 EditLsu: Option "name" is missing. E4002812 EditLsu: Option "name" requires a value E4002813 EditLsu: Option "name" has invalid value E4002814 EditLsu: Failed to read/get option "name".
Page 122
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 E4002866 EditLsu: Failed to write/set option "capacity". E4002867 EditLsu: Failed because the storage server does not exist. E4002868 EditLsu: Failed because the storage server has active connections. E4002881 EditLsu failed! E4003201 ListLsu: Option "list"...
Page 123
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 E4003624 AddOstuser: Value of option "storageserver" is too long E4003625 AddOstuser: Failed to read/get option "storageserver". E4003626 AddOstuser: Failed to write/set option "storageserver". E4003631 AddOstuser: Option "rw" is missing.
Page 124
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 E4004431 DeleteallOstuser failed! E4004432 Failed to get user access list! E4004433 There are no users in user access list to delete! E4004801 ListOstuser: Option "list" is missing. E4004802 ListOstuser: Option "list" requires a value E4004803 ListOstuser: Option "list"...
Page 125
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 E4005601 DelOsthost: Option "del" is missing. E4005602 DelOsthost: Option "del" requires a value E4005603 DelOsthost: Option "del" has invalid value E4005604 DelOsthost: Failed to read/get option "del". E4005605 DelOsthost: Failed to write/set option "del".
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 E4006405 ListOsthost: Failed to write/set option "list". E4006411 ListOsthost: Option "storageserver" is missing. E4006412 ListOsthost: Option "storageserver" requires a value E4006413 ListOsthost: Option "storageserver" has invalid value E4006414 ListOsthost: Value of option "storageserver" is too long E4006415 ListOsthost: Failed to read/get option "storageserver".
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 [Recipient = 1] Name = User1 Email Address = user1@mycompany.com Notification Type = all Adding E Mail Recipients syscli --add emailrecipient --name <recipient_name> --emailaddr <recipient_email_address> [--type { high | highmed | all } ] [--disable] This CLI command allows the CLI admin to add an Email recipient. If the --disable option is specified, the recipient’s email notification is disabled.
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 From Email address = DX75@quantum.com Setting the Outgoing Email Server syscli --set emailserver --hostname <server_name_or_IP> --emailaddr <from_email_address> This CLI command allows the CLI admin to add an outgoing Email server that will be used to send the Email to configured recipients.
Page 129
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 Recipient 2 = Recipient 3 = Recipient 4 = Enabling or Disabling the Email Home Scheduler syscli --set emailhome { --weekday mon | tue | wed | thu | fri | sat | sun --hour <hour>...
Page 130
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 E7000003 HostName or IP address entered is not valid. E7000004 Retrieval of email recipient list failed. E7000005 Duplicate email recipient entry found. E7000006 Email server not configured. E7000007 Email recipient name doesn't exist.
Page 131
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 E7000805 EditEmailrecipient: Failed to write/set option "edit". E7000811 EditEmailrecipient: Option "name" is missing. E7000812 EditEmailrecipient: Option "name" requires a value E7000813 EditEmailrecipient: Option "name" has invalid value E7000814 EditEmailrecipient: Failed to read/get option "name".
Page 132
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 E7001621 DeleteallEmailrecipient failed! E7002001 ListEmailrecipient: Option "list" is missing. E7002002 ListEmailrecipient: Option "list" requires a value E7002003 ListEmailrecipient: Option "list" has invalid value E7002004 ListEmailrecipient: Failed to read/get option "list".
Page 133
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 E7003203 DelEmailserver: Option "del" has invalid value E7003204 DelEmailserver: Failed to read/get option "del". E7003205 DelEmailserver: Failed to write/set option "del". E7003221 DelEmailserver: Failed to delete email server.
Page 134
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 E7004014 SendStatusondemand: Failed to read/get option "emailaddr". E7004015 SendStatusondemand: Failed to write/set option "emailaddr". E7004031 SendStatusondemand failed! E7004401 SendConfigondemand: Option "send" is missing. E7004402 SendConfigondemand: Option "send" requires a value E7004403 SendConfigondemand: Option "send"...
Page 135
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 E7005603 GetEmailhome: Option "get" has invalid value E7005604 GetEmailhome: Failed to read/get option "get". E7005605 GetEmailhome: Failed to write/set option "get". E7005621 GetEmailhome failed! E7000414 AddEmailrecipient: Value of option "name" is too long E7000424 AddEmailrecipient: Value of option "emailaddr"...
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 E7006811 DelEmailhome: Option "emailaddr" is missing. E7006812 DelEmailhome: Option "emailaddr" requires a value E7006813 DelEmailhome: Option "emailaddr" has invalid value E7006814 DelEmailhome: Failed to read/get option "emailaddr". E7006815 DelEmailhome: Failed to write/set option "emailaddr".
Page 137
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 Adding SNMP Trap Destinations syscli --add snmptrapdest --ipaddress <trap_dest_address> --name <trap_dest_name> [ --enable fail, warn, info, avail, unavail ] This CLI command allows the CLI admin to add SNMP trap destination Editing SNMP Trap Destinations syscli --edit snmptrapdest --ipaddress <trap_dest_address>...
Page 138
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 Editing an SNMP Community syscli --edit snmpcom --name <community_name> [--ipaddress <community_IP_address>] [--netmask <community_net_mask>] [--accesstype {get | getset}] [--disable] This CLI command allows the CLI admin to edit an SNMP community.
Page 139
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 E8000813 AddSnmptrapdest: Option "ipaddress" has invalid value E8000814 AddSnmptrapdest: Failed to read/get option "ipaddress". E8000815 AddSnmptrapdest: Failed to write/set option "ipaddress". E8000816 AddSnmptrapdest: Value of option "ipaddress" is too long E8000821 AddSnmptrapdest: Option "name"...
Page 140
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 E8001225 EditSnmptrapdest: Failed to write/set option "name". E8001226 EditSnmptrapdest: Value of option "name" is too long E8001231 EditSnmptrapdest: Option "enable" is missing. E8001232 EditSnmptrapdest: Option "enable" requires a value E8001233 EditSnmptrapdest: Option "enable"...
Page 141
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 E8002401 ListSnmpcom: Option "list" is missing. E8002402 ListSnmpcom: Option "list" requires a value E8002403 ListSnmpcom: Option "list" has invalid value E8002404 ListSnmpcom: Failed to read/get option "list". E8002405 ListSnmpcom: Failed to write/set option "list".
Page 142
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 E8002851 AddSnmpcom: Option "disable" is missing. E8002852 AddSnmpcom: Failed to read/get option "disable". E8002853 AddSnmpcom: Failed to write/set option "disable". E8002854 AddSnmpcom: Invalid IPaddress or Netmask. E8002855 AddSnmpcom: Failed to validate community name.
Page 143
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 E8003245 EditSnmpcom: Failed to write/set option "accesstype". E8003251 EditSnmpcom: Option "disable" is missing. E8003252 EditSnmpcom: Failed to read/get option "disable". E8003253 EditSnmpcom: Failed to write/set option "disable". E8003254 EditSnmpcom: Failed to validate community name".
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 E8004405 TestSnmptrap: Failed to write/set option "test". E8004411 TestSnmptrap: Option "trapip" is missing. E8004412 TestSnmptrap: Option "trapip" requires a value E8004413 TestSnmptrap: Option "trapip" has invalid value E8004414 TestSnmptrap: Failed to read/get option "trapip"...
Page 145
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 Enabling Jumbo Frames syscli --enable jumbo [--dev <device>] Note: This CLI command is not available for DXi6700 systems. This CLI command allows the CLI admin to enable jumbo frames. If no option is specified, jumbo frames are enabled for both bond0 and bond1.
Page 146
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 Setting the Reclamation Schedule syscli --sched reclamation --none | --daily <hh:mm> | {--weekly sun | mon | tue | wed | thu | fri | sat --time <hh:mm>} This CLI command allows the CLI admin to specify a schedule for space reclamation.
Page 147
This CLI command allows the CLI admin to add a license on the system. You need to provide a key corresponding to the license. Note: For DXi2500-D and DXi4500 systems, all available licenses are pre-installed at the factory. There is no need to add licenses to these systems.
Page 148
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 • quiet: do not display status while generating log • lastgen: display the last date the diagnostic log was generated Downloading a Diagnostic Log syscli --download diaglog [--system] | [--array] This CLI command allows users to download the current diagnostic log to the current working directory.
Page 149
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 E6002003 SchedReclamation: Option "sched" has invalid value E6002004 SchedReclamation: Failed to read/get option "sched". E6002005 SchedReclamation: Failed to write/set option "sched". E6002011 SchedReclamation: Option "none" is missing. E6002012 SchedReclamation: Failed to read/get option "none".
Page 150
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 E5000021 Common area /Q is not available (not mounted)! E5000022 Cannot get the node number! E5000401 GetstatusNode: Option "getstatus" is missing. E5000402 GetstatusNode: Option "getstatus" requires a value E5000403 GetstatusNode: Option "getstatus"...
Page 151
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 E6000444 UpgradeFirmware: Failed to read/get option "localfile". E6000445 UpgradeFirmware: Failed to write/set option "localfile". E6000451 UpgradeFirmware: Unable to download firmware file. E6000452 UpgradeFirmware: Verifying firmware image file failed.
Page 152
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 E6003201 Nodemanage: Option "nodemanage" is missing. E6003202 Nodemanage: Failed to read/get option "nodemanage". E6003203 Nodemanage: Failed to write/set option "nodemanage". E6003211 Nodemanage: Option "reboot" is missing. E6003212 Nodemanage: Option "reboot" requires a value E6003213 Nodemanage: Option "reboot"...
Page 153
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 E6003269 Nodemanage: Failed to unjoin the node from the cluster. E6003270 Nodemanage: The node is already unjoined from the cluster. E6003271 Nodemanage: The node is in a transient state.
Page 154
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 E6003304 Nodemanage: Blockpool verification in process. Cannot reboot,shutdown or reset the nodes. E6003601GenDiaglog: Option "gen" is missing. E6003602 GenDiaglog: Option "gen" requires a value E6003603 GenDiaglog: Option "gen" has invalid value E6003604GenDiaglog: Failed to read/get option "gen".
Page 155
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 E0006 Command executed successfully by noded but failed to read output E0007 Command failed when executed by noded. E0008 Command succeeded when executed by noded. E0010 Programmer's development error (must not be seen in production...
Page 156
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 E0554 Failed to open command option file. E0555 The command option file contains an option that does not start with a double dash. E0556 The command option file has no value after an equal sign.
Page 157
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 E1404 File: Failed to open for append. E1412 File: Failed to read data E1413 File: Failed to write data E1414 File: Failed to delete file. E1415 File: Failed to copy file.
Page 158
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 E4001 Option --debuglevel has invalid value! E4002 Option --sleepatleast has invalid value! E4003 Option --sleepatleast requires a value! E4004 Option --primary_pid requires a value! E4005 Failed to determine node ID of this node (check /hurricane/node)
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 E140002 Emailaddress entered has invalid characters. E140003 Missing '@' in emailaddress entered. E140004 Username is missing in the email address. E140005 Domain Name or Host Name is missing in the email address.
Page 160
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 This CLI command allows user to display the jumbo frame status. If no option is specified, jumbo frame status is displayed for both bond0 and bond1. Networking CLI Error Codes The following generic Networking error codes are supported: E8050011 Unable to get the list of ifcfg files.
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 E8050801 DisableJumbo: Option "disable" is missing. E8050802 DisableJumbo: Option "disable" requires a value E8050803 DisableJumbo: Option "disable" has invalid value E8050804 DisableJumbo: Failed to read/get option "disable". E8050805 DisableJumbo: Failed to write/set option "disable".
Page 162
Quantum DXi-Series Command Line Interface (CLI) Guide 6-66538-03 Rev C November 2010 This CLI command provides a list of path to tape initiators that are present on the system. Listing the Path to Tape Ports syscli --list port This CLI command provides a list of initiator and target ports that are present on the system.
Need help?
Do you have a question about the DXi2500-D and is the answer not in the manual?
Questions and answers