Quantum DXi V1000 Command Manual

Quantum DXi V1000 Command Manual

Dxi series command line interface (cli)
Hide thumbs Also See for DXi V1000:
Table of Contents

Advertisement

Introduction
CLI Users
CLI Syntax Conventions
CLI Help Commands
CLI Special Options
CLI Exit Code
Web Services Support (Optional)
6-67081-05 Rev B, April 2012
Quantum DXi
Line Interface (CLI) Guide
CLI Passwords or Authorized Keys . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2
Available Linux Commands . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2
Syntax of Options File . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6
Web Services Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7
Web Services Session. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8
Sample Web Services Session . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8
Supported Web Services Commands. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9
How to Run Unsupported Web Services Commands . . . . . . . . . . . . . . . . . . . . 10
Documentation of Web Services Commands. . . . . . . . . . . . . . . . . . . . . . . . . . 10
-Series Command
-
*6-67081-05 B*
1
1
3
4
4
5
6
7

Advertisement

Table of Contents
loading

Summary of Contents for Quantum DXi V1000

  • Page 1: Table Of Contents

    Quantum DXi -Series Command Line Interface (CLI) Guide Introduction CLI Users CLI Passwords or Authorized Keys ........2 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-67081-05 Rev B April 2012 Listing of Existing NAS Share Names ....... . 22 Getting the Total NAS Share Count .
  • Page 4 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Disabling All Replication for Both VTL and NAS on the Source ... . 43 Clearing Replication Statistics ........43 Listing Deduplicated VTL on the Source .
  • Page 5 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Statistics Report CLI Commands Displaying the Disk Usage Statistics ....... . 56 Displaying Data Reduction Statistics .
  • Page 6 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Network CLI Commands Adding Network Configurations ........75 Deleting Network Configurations .
  • Page 7 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Getting Storage Slot Status........95 Getting the VTL Logical View Status .
  • Page 8 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 viii Contents...
  • Page 9 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 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 for DXi 2.1.1 Software, which is available for the following systems: •...
  • Page 10: Cli Passwords Or Authorized Keys

    Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 (such as add, edit, or delete) that changes any information in the system, an error will be returned. Additional commands are available to the CLI admin user but not to the CLI viewer user.
  • Page 11 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 CLI Syntax Conventions The CLI program is named syscli. It is usually invoked with parameters necessary to carry out a predefined task. The first parameter is usually a verb indicating the action to be performed and hence is called a command.
  • Page 12: Adding The Cli Directory To The Path

    Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 • Curly braces “{ }” in the syntax are used to group options and/or values together for readability. These characters should not be used when entering the commands.
  • Page 13 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 • Typing syscli help --<cmd> will show syntax for all commands named <cmd>. For example, syscli help --list shows all list commands, syscli help --add shows all --add commands.
  • Page 14: Syntax Of Options File

    Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 3 syscli --add share --file <file2> --proto cifs where <file2> is a file containing the following: ‐‐name=abc Syntax of Options File The following are the syntax conventions for the options file: •...
  • Page 15: Web Services Syntax

    Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 ERROR: CIFS server is disabled! (E1000011) It can be seen that the error code is “E1000011” and the error message is “ CIFS  ” server is disabled! Note: Possible error codes are listed at the end of each major section below.
  • Page 16: Web Services Session

    Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 • syscli --list share ... --ws localhost:9090 • syscli --list share ... --ws localhost • syscli --list share ... --ws :9090 Web Services Session For security reasons the WS server cannot allow an arbitrary client to send commands to it for execution.
  • Page 17: Supported Web Services Commands

    Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Logging Out syscli --release credential [--credtoken <credential_token>] --ws [<host>:[<port>]] Note again that the credential token can be omitted because the syscli program can use the cached value. Supported Web The DXi 2.0.1 Software release supports about 20 Web Services commands, also...
  • Page 18: How To Run Unsupported Web Services Commands

    Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 How to Run The vast majority of CLI commands are not supported to run over Web Services Unsupported Web in DXi 2.0.1 Software. However, they can be run over WS via the command ...
  • Page 19: Listing Existing Vtl And Its Attributes

    Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 • Creating Media • Listing the Media and Attributes • Media Actions • Deleting All Media • Turning a VTL Online/Offline • Listing Available Hosts • Adding a Host •...
  • Page 20: Listing Available Library Models

    Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 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. Specific library model or product ID is required when adding or creating a new partition.
  • Page 21: Adding A Vtl

    Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Adding a VTL syscli --add vtl --name <vtlname> --model <modelname> --slots <number_of_slots> --drivemodel <tape_drive_model> --drives <number_of_drives> [--dedup] This CLI command allows the CLI admin to add a partition. The following partition settings are required: •...
  • Page 22: Listing The Media Types

    Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Listing the Media Types syscli --list mediatype --drivetype <drive_type> This CLI command allows the CLI admin to display a list of media types supported given a tape drive model. For example, for DLT-S4 drive model, media types SDLT1, SDLT2 and DLTS4 are supported and will be returned from this CLI.
  • Page 23: Listing The Media And Attributes

    Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Listing the Media and syscli --list media --name <VTL_name> [--barcode <barcode>] Attributes This CLI command allows the CLI admin to display a list of barcodes in the system from the specified VTL name. When a barcode of the cartridge is specified, this CLI returns the attributes of the single cartridge specified if it exists.
  • Page 24: Deleting All Media

    Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Deleting All Media syscli --deleteall media --name <VTL_name> [--sure] This CLI command allows the admin user to delete all media in the specified VTL. If the --sure option is specified, no confirmation prompt is displayed. Note that *UNASSIGNED must be used for <VTL_name>.
  • Page 25: Deleting A Host

    Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Deleting a Host syscli --del host --wwpn <host_world_wide_port_name> This CLI command allows the CLI admin to delete an existing host from available host list. The required parameter is the host's WWPN. The host must be inactive to delete it.
  • Page 26: Listing The San Client Group

    Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Listing the SAN Client syscli --list sanclientgroup [--vtlname <VTL_name>] Group This CLI command allows the CLI admin to display a list of existing SAN client group(s) on the system. The list returned contains the virtual tape library name, group name, host, target and devices associated with the group.
  • Page 27: Deleting A San Client Group

    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.
  • Page 28: Moving Media

    Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 index = 1 drive serial number = N/A barcode = N/A writeprotect = disabled access = N/A used = N/A [storage location = 3] location type = I/E Slot index = 2 drive serial number = N/A barcode = N/A writeprotect = disabled access = N/A used = N/A [storage location = 4] location type = I/E Slot index = 3 drive serial number = N/A barcode = N/A writeprotect = disabled access = N/A used = N/A Moving Media syscli --move media --name <VTL_name> --srctype slot | drive | ieslot --desttype slot | drive | ieslot --srcindex <source_index>...
  • Page 29: Resetting The Vtl Target Ports

    Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Resetting the VTL syscli --reset targetport [(--name <portname> )] [--sure] Target Ports This CLI allows the admin user to reset all or individual VTL target ports. CLI command options: •...
  • Page 30: Listing The Existing Nas Share And Attributes

    Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Listing the Existing NAS syscli --list share [{--proto cifs|nfs} | {--name <share name>}] [-- Share and Attributes namematch <pattern>] This CLI command provides a list of all existing NAS shares on the system and their attributes.
  • Page 31: Adding A Nas Share

    Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 The wild characters ^ and $ are supported as follows: • ^xxx – Matching pattern xxx at the start of names • xxx$ – Matching pattern xxx at the end of names Remember to escape $ with a backslash because it is special to the shell.
  • Page 32: Editing A Nas Share

    Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Editing a NAS Share syscli --edit share --name <sharename> [--desc <description>] [--perms rw|ro [--restart]] [--hidden false|true] [--anonuid <anonymous_uid>] [-- anongid <anonymous_gid>] [--namecase default [--sure]] This CLI command allows the admin user to modify one or more attributes of a NAS share such as description, permissions, hidden (CIFS only), etc.
  • Page 33: Enabling Allowlinks On A Nas Share

    Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 • Old file/directory names in the share remain unchanged. • New file/directory names will be saved as is (case-preserved). • File/directory search is performed in a case-insensitive manner.
  • Page 34: Joining Or Disjoining A Windows Domain

    Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 • xxx$ – Matching pattern xxx at the end of names Remember to escape $ with a backslash because it is special to the shell. For example, to delete all shares ending with test in the names, type the following command: syscli --deleteall share --namematch test\$ •...
  • Page 35: Workgroup Users

    Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 • --password: if not specified, will be prompted interactively and the password is not echoed on screen. • --pdc: host name or IP address of primary domain controller. If not specified, will search automatically.
  • Page 36 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 List of Workgroup Users syscli --list user [--name <username> |--namematch <pattern>] This CLI command provides a list of workgroup users. If --name is specified, only those names that match the specified name are listed. If --namematch is specified, list only those names that match the specified pattern.
  • Page 37: Share Administrators

    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:...
  • Page 38: Cifs Share Access Control

    Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Delete All Share Administrators syscli --deleteall shareadmin [--sure] This CLI command allows the admin user to remove the share admin rights from all domain users or groups that have previously been granted this privilege (that is, share administrators) except the built-in domain admins group.
  • Page 39 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 An example output of share users when the system is joined to a workgroup is shown below. Total count = 1 [User = 1] Username = userone Access Rights = rw Adding a Share User syscli --add shareuser --share <CIFS_share_name> --user <username>...
  • Page 40: Nfs Share Access Control

    Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 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. If the --sure option is specified, no confirmation prompt will be displayed.
  • Page 41: Getting Nfs Share Settings

    Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Deleting All Share Hosts syscli --deleteall sharehost --share <NFS_share_name> [--sure] This CLI command allows the admin user 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).
  • Page 42: Querying The Cifs Settings

    Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Query NFS Service Status syscli --getstatus nfs This CLI command allows the admin user to display the status of the NFS service. An example output of this command: NFS status = running...
  • Page 43: Commit Nfs Synchronously

    Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 This CLI command enables or disables LDAP client signing. This setting must be enabled if and only if the LDAP server signing is enabled on the ADS server. Otherwise, it must be disabled. For more information on how to enable LDAP server signing on the ADS server, see Microsoft documentation at: http://support.microsoft.com/kb/935834...
  • Page 44: Replication Cli Commands

    Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 system fails before all the data gets written to disk. The user can set up this property for one NFS share at a time or all NFS shares at the same time. By default, NFS shares are created to commit data synchronously until changed by this command.
  • Page 45 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 • Resuming the Replication Service on the Source • Enabling All Replication for Both VTL and NAS on the Source • Disabling All Replication for Both VTL and NAS on the Source •...
  • Page 46: Initiating A Cartridge Based, File/Directory Based, Or Namespace Replication

    Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 • Deleting an OST Target Mapping • Getting an OST Target Mapping Initiating a Cartridge syscli --replicate vtl --name <VTL_name> --barcode <barcode> | Based, File/Directory --namespace [--disbleok] Based, or Namespace...
  • Page 47: Initiating Source To Target Cartridge Or File Synchronization

    Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 syscli --getstatus naslock --name <NAS_share_name> This CLI command allows the user to retrieve the status of the lock for the specified NAS share. Initiating Source to syscli --sync vtl --name <VTL_name>...
  • Page 48: Deleting A Source On A Target

    Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Deleting a Source on a syscli --del sourcerep --hostid <host_id> Target This CLI command allows the admin user to delete the given source IP or hostname as a replication source on this target system.
  • Page 49: Deleting A Target On The Source

    Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Deleting a Target on the syscli --del targetrep --hostid <host_id> Source This CLI command allows the admin user to delete the given target IP or hostname as a replication target on this source system.
  • Page 50: Disabling Nas Share Replication Options On The Source

    Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Note: The target system must have the corresponding NAS share configured with a Sync ID prior to configuring the source system partition. Refer to Enabling NAS File/Directory Based Replication on the Target page 49.
  • Page 51: Enabling All Replication For Both Vtl And Nas On The Source

    Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Enabling All Replication syscli --enablerep all for Both VTL and NAS This CLI command allows the admin user to enable the state of all replication for on the Source...
  • Page 52: Listing Replicated Vtl On The Target

    Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 CLI command options: • --list: Lists all deduped NAS shares on source. • --name: if specified, lists info for this share only. • --namematch: if specified, only shares whose names match the specified pattern are listed.
  • Page 53: Recovering Vtl On The Target

    Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 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>...
  • Page 54: Failback Vtl To The Source From The Target System

    Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Failback VTL To the syscli --failback repvtl --repname <vtl_name> --srchost <source_host> --id Source from the Target <id> --tgthost <target_host> [--encrypt [--encrypttype 128|256]] 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.
  • Page 55: Deleting A Replicated Vtl From The Target

    Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 • --srchost: Source host of the original NAS share. Use --list repnas as reference. • --id: ID from list of replicated NAS share. For multiple replication of the same share, ID identifies the replicated batch.
  • Page 56: Listing The Replicated Nas Recovery Jobs On Target

    Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Listing the Replicated syscli --list nasrecjob NAS Recovery Jobs on This CLI command allows the user to list the replicated NAS recovery jobs on the Target target. The information listed includes the old and the new NAS share name, source host name or IP address and recovery job details.
  • Page 57: Deleting The Replicated Vtl Failback Jobs On The Target

    Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Deleting the Replicated syscli --del vtlfailbackjob -repname <VTL_name> --tgthost VTL Failback Jobs on <target_hostname> --id <ID_of_the_failback_job> the Target This CLI command allows the CLI admin to delete a replicated VTL failback job.
  • Page 58: Disabling Nas File/Directory Based Replication On The Target

    Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Disabling NAS File/ syscli --disable filedirrep --name <NAS_share_name> Directory Based This CLI command allows the admin user to disable file or directory based Replication on the replication for the specified NAS share on the target.
  • Page 59: Listing The Vtl Cartridge Replication Status And Statistics

    Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Listing the VTL syscli --list carttarget [--name <VTL name>] Cartridge Replication This CLI command returns the lists of VTL with deduplication enabled that can Status and Statistics be configured for cartridge-based replication on target. When the VTL name is specified, the status of any cartridge-based replication is also displayed for the specified VTL.
  • Page 60: Adding An Event

    Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Scheduler CLI Commands This Scheduler CLI Commands allow the admin users to establish and maintain a schedule for particular event types. The events can be a single occurrence or can be set to recur on a schedule.
  • Page 61: Changing An Event

    Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 • --end: End date and time. Note: date and time can be entered in any order, but if spaces are used to separate the time and date, then quotes must be used.
  • Page 62 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Note: If changing recurrence information, all necessary fields must be specified regardless of whether they change or not. For instance, if the event was weekly on the 1st thu and you need to change it to the 2nd Fri, then --interval, --until, and --count, must be specified.
  • Page 63: Listing Events

    Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 • --yearday: Recur on a specific weekday within the month and starting at the time, both obtained from the --start specification. ex: 2mon : recur on the second Monday within the month.
  • Page 64: Displaying The Disk Usage Statistics

    Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 • --del: Deletes a scheduled event given the ID. • --id: The ID (found with --list events) of the event to delete. • --all: If appropriate, delete all occurrences of event. If --all is not supplied, will only delete a single event or instance.
  • Page 65: Adding A Storage Server

    Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 • Listing an LSU • Setting OST Global Settings • Getting OST Global Settings • Listing OST Global Settings Adding a Storage syscli --add storageserver --name <server_name> --maxconnect <connect_count>...
  • Page 66: Adding An Lsu

    Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Adding an LSU syscli --add lsu {--name <lsu_name> --capacity <lsu_capacity_GB>} | -- unlimited --storageserver <server_name> [--desc <lsu description>] This CLI command allows the admin user to add an LSU to a specified storage server.
  • Page 67: Getting Ost Global Settings

    Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 This CLI allows the admin user to set various OST global settings. At least one of the settings must be specified. CLI Command Options: • --set: Sets the specified OST setting.
  • Page 68 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Listing E Mail Recipients syscli --list emailrecipient [--name <email_recipient>] This CLI command allows the user to list the e-mail recipients that are configured on the system. An example output of one e-mail recipient is shown below.
  • Page 69: Outgoing E-Mail Server Cli Commands

    Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Outgoing E mail Server The following e-mail server CLI commands are supported: CLI Commands • Displaying the Outgoing E-mail Server • Setting the Outgoing E-mail Server • Deleting the Outgoing E-mail Server...
  • Page 70 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Getting the E-mail Home Information syscli --get emailhome This CLI command allows the user to display the state of the scheduled e-mail home configuration information. It displays the schedule and the recipients. An example output of E-mail Home Schedule is shown below.
  • Page 71: Snmp Trap Destination Cli Commands

    Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 On Demand E-mail Home Status syscli --send statusondemand [--emailaddr <recipient_email_address>] This CLI command allows the admin user to send the e-mail containing Status information, on demand. On Demand E-mail Home Configuration syscli --send configondemand --emailaddr <recipient_email_address>...
  • Page 72 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Selected Traps =  Failure,Warning,Informational,Available,Unavailable 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 admin user to add SNMP trap destination Editing SNMP Trap Destinations syscli --edit snmptrapdest --ipaddress <trap_dest_address>...
  • Page 73 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 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 admin user to edit an SNMP community.
  • Page 74: Upgrading The System Firmware

    Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 • Run Command CLI • Changing the Password • Resetting the Password • Getting the Security Banner • Setting the Security Banner • Getting the Number of Failed Login Attempts Upgrading the System syscli --upgrade firmware --localfile <filename>...
  • Page 75 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Specifying the Space Reclamation Schedule syscli --sched reclamation --none | {--daily <hh:mm> } | {--weekly sun|mon|[tue]|wed|thu|fri|sat --time <hh:mm>} | {--every [tth]|mwf -- start <hh:mm> } This CLI command allows the admin user to specify a schedule for space reclamation.
  • Page 76: Node Management

    Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Node Management syscli --nodemanage --reboot | --shutdown | --resetdiag [--node {1 | 2| all}] [--sure] This CLI command allows the admin user to reboot, shutdown or reset the diagnostic state on a node.
  • Page 77: Diagnostic Logs

    Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 [License = 5] License Name = Storage Capacity Installed = Yes Date Installed = 2009 01 15:32:24 License Description = Limit Storage Capacity [License = 6] License Name = OST Installed = No Date Installed = ‐‐ Not Installed ‐‐ License Description = Limit Open Storage Server Connections [License = 7] License Name = Vision Installed = No Date Installed = ‐‐ Not Installed ‐‐ License Description = Enables Advanced Reporting Adding a License syscli --add license --key <license_key> This CLI command allows the admin user to add a license on the system. The user needs to provide a key corresponding to the license.
  • Page 78: Authenticate User (Login Command)

    Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 • --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 79 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012       Name = system       Access = ReadWrite   [WSDL Support = 1]       Name = WSDL Specs       Version = 2.0   [WSDL Support = 2]       Name = Common.xsd       Version = 1.0‐2010/11/13   [WSDL Support = 3]       Name = Dxi.wsdl       Version = 1.0‐2010/05/18   [WSDL Support = 4]       Name = Nas.wsdl       Version = 1.0‐2010/05/18   [WSDL Support = 5]       Name = Nas.xsd       Version = 1.0‐2010/11/05   [WSDL Support = 6]       Name = Replication.wsdl       Version = 1.0‐2010/07/17   [WSDL Support = 7]       Name = Replication.xsd       Version = 1.0‐2010/07/17   [WSDL Support = 8]       Name = System.wsdl       Version = 1.0‐2010/09/09   [WSDL Support = 9]       Name = System.xsd       Version = 1.0‐2010/09/09...
  • Page 80: Release Credential (Logout Command)

    Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Release Credential syscli --release credential [--credtoken <credential_token>] (Logout Command) This command is used with the additional --ws option to log out of a Web Services server. syscli --release credential [--credtoken <credential_token>] --ws [<remotehost>[:<portnumber>]]...
  • Page 81: Changing The Password

    Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 In this case, the only way to run a command with all options over Web Services is to run it via the runcmd CLI. Changing the Password syscli --change password --name admin|monitor|cliadmin|cliviewer -- oldpassword <old_password>...
  • Page 82: Setting The Security Banner

    Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Setting the Security syscli --set securitybanner --txtfile <file-name> Banner This CLI allows the admin user to set the security banner for the system. CLI Command Options: • --set: Sets the security banner for the system.
  • Page 83: Adding Network Configurations

    Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 In general, use the netcfg CLI commands for setting individual IP subnet information per physical interface. In addition to configuring independent ports, you can create multiple bonds, although all ports in a bond must be the same type.
  • Page 84: Deleting Network Configurations

    Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 • --netmask: Netmask in decimal dotted notation (e.g. 255.255.255.0) • --gateway: IP address of gateway Note: If the port is directly connected to another port, or the port is not connected to a router, then the gateway IP address should be the same IP address as the --ipaddr value.
  • Page 85: Displaying Network Configurations

    Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 • devno: Device number, which can range from 0 to possibly 99, depending on actual systems. • vifno: Virtual interface number, which is optional and can range from 1 to possibly 99, depending on actual systems.
  • Page 86: Displaying System Network Configuration

    Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Note: The system does not automatically reboot; therefore, after making any modification to your network configuration, you must manually reboot the system. You can reboot the system using the syscli --nodemanage --reboot command.
  • Page 87: Listing Throttle States

    Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 • --del: Removes throttling on the source system. • --service: Disables throttling for the specified service. • --sure: If specified, the command will execute without asking for confirmation.
  • Page 88: Adding A Static Route

    Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 • --devname: Device name. The general format is <label><devno> where • label: Device label, which is an alphabetic string (e.g. bond, eth, ...) • devno: Device number, which can range from 0 to possibly 99, depending on actual systems.
  • Page 89: Deleting A Route From The System Of Network Device

    Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Deleting a Route From syscli --del route [--devname <DEVNAME>] --network <IPADDR> [--sure] the System of Network This CLI allows the admin user to delete the route for the system (and optionally Device for a network device).
  • Page 90: Netcfg Configuration Examples

    Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Disabling Jumbo Frames syscli --disable jumbo DEPRECATED. Use the syscli --add netcfg command to set jumbo frames instead. Getting Jumbo Frame Status syscli --getstatus jumbo DEPRECATED. Use the syscli --list interface command to get jumbo frames instead.
  • Page 91 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 • DXi 6540 With Only Two Independent Ports Being Used • DXi 6540 With Three Bonds of Two Ports Each • DXi 6540 With One Bond and Two Independent Interfaces •...
  • Page 92 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 The following syscli sequences can be used to configure a similar setup. To display the existing configuration: syscli --list interface First, delete the default bond configuration with all customer ports connected...
  • Page 93 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 The following syscli sequences can be used to configure a similar setup. To display the existing configuration: syscli --list interface First, delete the default bond configuration with all customer ports connected...
  • Page 94 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 First, delete the default bond configuration with all customer ports connected together: syscli --del netcfg --devname bond0 Then configure bond0 for IPADDR1 and for the replication source, if applicable, configure GATEWAY1: syscli --add netcfg --devname bond0 --slaves eth0, eth1 --segments REP...
  • Page 95 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 First, delete the default bond configuration with all customer ports connected together: syscli --del netcfg --devname bond0 Then configure bond0 for IPADDR1 and for replication source, if applicable, configure GATEWAY1: syscli --add netcfg --devname bond0 --slaves eth1, eth2, eth3, eth4 ...
  • Page 96 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 First, delete the default bond configuration with all customer ports connected together: syscli --del netcfg --devname bond0 Then configure Eth0 for IPADDR1 and, if applicable, configure GATEWAY1: syscli --add netcfg --devname eth0 --ipaddr IPADDR1 --netmask NETMASK1 -...
  • Page 97 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012           collisions:0 txqueuelen:1000           RX bytes:24372519 (23.2 MiB)  TX bytes:3113468 (2.9 MiB)           Interrupt:51 Base address:0x2080 eth1      Link encap:Ethernet  HWaddr 00:50:56:AB:00:48           UP BROADCAST RUNNING SLAVE MULTICAST  MTU:1500  Metric:1           RX packets:278736 errors:150 dropped:0 overruns:0 frame:0           TX packets:24057 errors:0 dropped:0 overruns:0 carrier:0           collisions:0 txqueuelen:1000           RX bytes:24375465 (23.2 MiB)  TX bytes:3081755 (2.9 MiB)           Interrupt:67 Base address:0x20c0 lo        Link encap:Local Loopback           inet addr:127.0.0.1  Mask:255.0.0.0           UP LOOPBACK RUNNING  MTU:16436  Metric:1           RX packets:5872300 errors:0 dropped:0 overruns:0 frame:0           TX packets:5872300 errors:0 dropped:0 overruns:0 carrier:0           collisions:0 txqueuelen:0           RX bytes:564058955 (537.9 MiB)  TX bytes:564058955 (537.9  MiB) 10.20.184.0/21 dev bond0  proto kernel  scope link  src 10.20.185.92 default via 10.20.184.1 dev bond0  src 10.20.185.92 0:      from all lookup 255 32766:  from all lookup main 32767:  from all lookup default WARNING: No Replication IP configured Command completed successfully. 2 Delete bond0: [root@rok‐dxi92 DXi]# syscli ‐‐del netcfg ‐‐devname bond0...
  • Page 98 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012     ‐‐gateway = 10.20.184.1 Are you sure you want to proceed? [yes|no] > yes Command completed successfully. [root@rok‐dxi92 DXi]# syscli ‐‐add netcfg ‐‐devname eth1 ‐‐ipaddr  10.20.185.117 ‐‐netmask 255.255.248.0 ‐‐gateway 10.20.184.1 You have specified the following data for command "AddNetcfg":     ‐‐devname = eth1     ‐‐ipaddr = 10.20.185.117     ‐‐netmask = 255.255.248.0     ‐‐gateway = 10.20.184.1 Are you sure you want to proceed? [yes|no] > yes Command completed successfully. 4 Reboot the system using the syscli --nodemanage --reboot command: [root@rok‐dxi92 DXi]# syscli ‐‐nodemanage ‐‐reboot You have specified the following data for command "Nodemanage":     ‐‐reboot Are you sure you want to proceed? [yes|no] > yes Broadcast message from root (pts/1) (Wed Jun  8 09:51:50 2011): The system is going down for reboot NOW! Command completed successfully.
  • Page 99 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012           Interrupt:67 Base address:0x20c0 lo        Link encap:Local Loopback           inet addr:127.0.0.1  Mask:255.0.0.0           UP LOOPBACK RUNNING  MTU:16436  Metric:1           RX packets:2000 errors:0 dropped:0 overruns:0 frame:0           TX packets:2000 errors:0 dropped:0 overruns:0 carrier:0           collisions:0 txqueuelen:0           RX bytes:177098 (172.9 KiB)  TX bytes:177098 (172.9 KiB) 10.20.184.0/21 dev eth0  proto kernel  scope link  src 10.20.185.92 10.20.184.0/21 dev eth1  proto kernel  scope link  src 10.20.185.117 169.254.0.0/16 dev eth1  scope link default via 10.20.184.1 dev eth0 0:      from all lookup 255 32764:  from 10.20.185.117 lookup eth1 32765:  from 10.20.185.92 lookup eth0 32766:  from all lookup main 32767:  from all lookup default WARNING: No Replication IP configured Command completed successfully. 6 To create a bond using eth0 and eth1 as slaves, enter the following: [root@rok‐dxi92 DXi]# syscli ‐‐add netcfg ‐‐devname bond0 ‐‐ipaddr ...
  • Page 100: Listing The Path To Tape Initiator

    Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Path To Tape CLI Commands The following Path to Tape CLI commands are available: Note: Path to Tape CLI commands are not available for the V1000 and DXi4000 systems.
  • Page 101: Deleting A Backup User

    Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 This CLI command allows the admin user to edit a backup application user. • --desc: user description. Enclosed in double quotes if string contains spaces or special characters.
  • Page 102: Using Tape Drives

    Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Using Tape Drives syscli --use tapedrive --sernum <tape drive serial number> --usetype {backupapplicationspecific | remove | ignore} This CLI command allows the admin user to set the intended use for the specified tape drive.
  • Page 103: Getting Vtl Performance

    Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Status CLI Commands The following sections describe the supported Status CLI commands: • Getting VTL Performance • Getting Tape Drive Status • Getting Storage Slot Status • Getting the VTL Logical View Status •...
  • Page 104: Getting Storage Array Status

    Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Getting Storage Array syscli --getstatus storagearray Status This CLI command displays the status of all the storage arrays. Getting Hardware syscli --getstatus syscomponent [--systemboard | --networkport] System Component This CLI command returns the status of the hardware system components.
  • Page 105: Deleting An Administration Alert

    Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Alert CLI Commands The following sections describe the supported Alert CLI commands: • Deleting an Administration Alert • Deleting All Administration Alerts • Editing the Service Ticket Analysis •...
  • Page 106: Showing The Service Ticket Analysis

    Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Showing the Service syscli --show ticketanalysis --ticketnum <ticketnum> Ticket Analysis This CLI command allows the admin user to show the service ticket analysis. Showing the Service syscli --show ticketdetail --ticketnum <ticketnum>...
  • Page 107: Displaying The Netserver Status

    Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Displaying the syscli --getstatus netserver NetServer Status This CLI command displays whether NetServer is enabled or disabled on the system. Displaying the Last Run syscli --show throughput --disk | --network Result of the Disk/ This CLI command displays the last run result of the disk/network analysis.
  • Page 108: Listing The Health Check Status

    Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Listing the Health syscli --list healthcheckstatus Check Status This CLI command lists the healthcheck status of certain components in the system. Sample output: bash‐3.2$ syscli ‐‐list healthcheckstatus Output data:   Healthcheck Status   Total count = 2   HealthCheck = 1     Healthcheck Name = De‐Duplication     State = enabled...
  • Page 109: Getting The Health Check Schedule

    Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012   End Time  = Sun Dec 19 05:00:09 2010 Command completed successfully. Getting the Health syscli --getsched healthcheck Check Schedule This CLI command displays the healthcheck schedule. Sample output: bash‐3.2$ syscli ‐‐getsched healthcheck Output data:   Schedule Type = Daily   Time = 05:00 AM Command completed successfully. Health Check CLI Commands...
  • Page 110 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 CLI Error Codes With this release, the following CLI error codes are supported: Error Code Error Message E0000 Error is undefined (programmer forgot to handle error) E0001 Success...
  • Page 111 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E0106 Command: data validation is not implemented yet E0107 Command: do-function is not implemented yet E0108 Command is not specified. E0109 One or more required options are missing.
  • Page 112 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E0314 Exception caught E0315 Caught unknown exception E0316 Caught Seer-has-no-answer exception E0317 Exception caught in creating an event E0318 Exception caught in command mapping...
  • Page 113 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E0623 Failed to read/get option "namematch". E0624 Failed to write/set option "namematch". E0650 Restricted shell: Filename cannot contain '/'; it must be in current working directory! E0700 Program syscli does not have the setuid-on-execution bit set.
  • Page 114 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E0744 Cannot open Credential DB for cleanup. E0745 Error locking credential database. Try again later! E0760 Failed to read group file. E0761 Unsupported user type.
  • Page 115 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E1303 Directory is empty. E1304 Directory entry was not found. E1400 File: Failed to create a new file. E1401 File: Failed to open. E1402 File: Failed to open for read.
  • Page 116 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E1501 Program aborted by delayed interrupt signal E1502 Program aborted by segmentation fault (SIGSEGV)! E1503 Failed to spawn child process E1600 Section is not found.
  • Page 117 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message 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)
  • Page 118 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E110009 Neither NDMP PTT or OST features are licensed! E110020 Failed to check license! E110021 Feature not licensed! E111001 Feature "Connect EMC" is not supported on this system! E111002 Feature "Email Home"...
  • Page 119 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E111023 Feature "Replication" is not supported on this system! E111024 Feature "Storage Capacity" is not supported on this system! E111025 Feature "RAID Performance Display" is not supported on this...
  • Page 120 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E130003 Invalid characters in IPv4 address E130004 The decimal value in IPv4 address is out of range E130005 The IPv6 address is invalid E130006...
  • Page 121 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E140403 Fully qualified hostname invalid. E140404 Fully qualified hostname cannot contain consecutive dots. E140405 Fully qualified hostname cannot start or end with special characters.
  • Page 122 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E140950 Time string has too many decimal points! E140951 Time string has too many colons! E140952 Time string has invalid fractional part. E140953 Time string has too many suffixes AM or PM.
  • Page 123 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E143005 Failed to read directory /Q/partitions! E144001 Blockpool shares database not found! E144002 Failed to open Blockpool shares database to read! E144003 Failed to read Blockpool shares database!
  • Page 124 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E1000030 Failed to get CIFS configuration! E1000031 Failed to get CIFS domain setting! E1000032 The domain type is invalid or not supported. E1000033 No CIFS shares exist! E1000035 User name for domain is missing.
  • Page 125 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E1000090 Failed to get share list! E1000091 Failed to create a master share cache! E1000092 Failed to creat a sorted share cache! E1000093 Failed to open share cache file!
  • Page 126 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E1000411 JoinWorkgroup: Option "name" is missing. E1000412 JoinWorkgroup: Option "name" requires a value E1000413 JoinWorkgroup: Option "name" has invalid value E1000414 JoinWorkgroup: Failed to read/get option "name".
  • Page 127 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E1000841 JoinAds: Option "admin" is missing. E1000842 JoinAds: Option "admin" requires a value E1000843 JoinAds: Option "admin" has invalid value E1000844 JoinAds: Failed to read/get option "admin".
  • Page 128 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E1001601 DisjoinAds: Option "disjoin" is missing. E1001602 DisjoinAds: Option "disjoin" requires a value E1001603 DisjoinAds: Option "disjoin" has invalid value E1001604 DisjoinAds: Failed to read/get option "disjoin".
  • Page 129 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E1002801 AddShare: Option "add" is missing. E1002802 AddShare: Option "add" requires a value E1002803 AddShare: Option "add" has invalid value E1002804 AddShare: Failed to read/get option "add".
  • Page 130 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E1002853 AddShare: Failed to read/get option "hidden". E1002854 AddShare: Failed to write/set option "hidden". E1002861 AddShare: Option "dedup" is missing. E1002862 AddShare: Option "dedup" is required because another...
  • Page 131 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E1002907 Share name cannot contain trailing spaces! E1002908 Share name cannot contain consecutive spaces! E1002920 The number of shares already reaches the limit! E1002921...
  • Page 132 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E1002956 Bad colon at the end of the time! E1002957 The time value is too large (exceeding 24 hours)! E1002958 The time value is negative...
  • Page 133 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E1003221 ListShare: Option "name" is missing. E1003222 ListShare: Option "name" is required because another optional option is specified! E1003223 ListShare: Option "name" requires a value E1003224 ListShare: Option "name"...
  • Page 134 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message 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".
  • Page 135 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E1004416 EditShare: Value of option "name" is too long E1004421 EditShare: Option "desc" is missing. E1004422 EditShare: Option "desc" is required because another optional...
  • Page 136 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E1004482 EditShare: Nothing to be changed! E1004483 EditShare: Failed to reset backup time window! E1004484 EditShare: Cannot specify backup window because dedup is disabled! E1004485 EditShare: Failed to read/get option "restart".
  • Page 137 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E1004811 AddUser: Option "name" is missing. E1004812 AddUser: Option "name" requires a value E1004813 AddUser: Option "name" has invalid value E1004814 AddUser: Failed to read/get option "name".
  • Page 138 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E1004856 AddUser: Failed to write/set option "desc". E1004861 AddUser: Failed to read/get option "admin". E1004862 AddUser: Failed to write/set option "admin". E1004871 Username is empty!
  • Page 139 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E1005604 DelUser: Failed to read/get option "del". E1005605 DelUser: Failed to write/set option "del". E1005611 DelUser: Option "name" is missing. E1005612 DelUser: Option "name" requires a value E1005613 DelUser: Option "name"...
  • Page 140 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E1006423 EditUser: Option "password" has invalid value E1006424 EditUser: Failed to read/get option "password". E1006425 EditUser: Failed to write/set option "password". E1006431 EditUser: Option "desc" is missing.
  • Page 141 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E1006904 The specified username is not a domain user! E1007201 ListShareAdmin: Option "list" is missing. E1007202 ListShareAdmin: Option "list" requires a value E1007203 ListShareAdmin: Option "list" has invalid value E1007204 ListShareAdmin: Failed to read/get option "list".
  • Page 142 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E1008033 There are no deleteable share admin users to delete! E1008401 AddShareUser: Option "add" is missing. E1008402 AddShareUser: Option "add" requires a value E1008403 AddShareUser: Option "add"...
  • Page 143 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E1008812 ListShareUser: Option "share" requires a value E1008813 ListShareUser: Option "share" has invalid value E1008814 ListShareUser: Failed to read/get option "share". E1008815 ListShareUser: Failed to write/set option "share".
  • Page 144 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E1009613 DeleteAllShareUser: Option "share" has invalid value E1009614 DeleteAllShareUser: Failed to read/get option "share". E1009615 DeleteAllShareUser: Failed to write/set option "share". E1009616 DeleteallShareuser: Value of option "share" is too long E1009621 DeleteAllShareUser: Option "force"...
  • Page 145 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E1010033 AddShareHost: Failed to read/get option "rw". E1010034 AddShareHost: Failed to write/set option "rw". E1010051 AddShareHost failed! E1010052 The specified host is already in share access list! E1010401 ListShareHost: Option "list"...
  • Page 146 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E1010825 DelShareHost: Failed to write/set option "host". E1010826 DelSharehost: Value of option "host" is too long E1010841 DelShareHost failed! E1010842 The specified host is not found on this share! E1011201 DeleteAllShareHost: Option "deleteall"...
  • Page 147 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E1014822 GetSmbsetting: Failed to read/get option "dbglevel". E1014823 GetSmbsetting: Failed to write/set option "dbglevel". E1014831 GetSmbsetting failed! E1014832 Failed to query kernel oplocks! E1014833...
  • Page 148 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E1015201 SetSmbsetting: Option "set" is missing. E1015202 SetSmbsetting: Option "set" requires a value E1015203 SetSmbsetting: Option "set" has invalid value E1015204 SetSmbsetting: Failed to read/get option "set".
  • Page 149 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E1015315 SetSmbsetting: Failed to write/set option "maxprocesses". E1015321 SetSmbsetting: Option "section" is missing. E1015322 SetSmbsetting: Option "section" requires a value E1015323 SetSmbsetting: Option "section" has invalid value E1015324 SetSmbsetting: Failed to read/get option "section".
  • Page 150 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E1015611 Cifs: Option "reactivate" is missing. E1015612 Cifs: Option "reactivate" is required because another optional option is specified! E1015613 Cifs: Failed to read/get option "reactivate".
  • Page 151 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E1016403 GetShare: Option "get" has invalid value E1016404 GetShare: Failed to read/get option "get". E1016405 GetShare: Failed to write/set option "get". E1016411 GetShare: Option "name" is missing.
  • Page 152 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E1017211 AddSharesetting: Option "share" is missing. E1017212 AddSharesetting: Option "share" requires a value E1017213 AddSharesetting: Option "share" has invalid value E1017214 AddSharesetting: Failed to read/get option "share".
  • Page 153 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E1018001 ListSharesetting: Option "list" is missing. E1018002 ListSharesetting: Option "list" requires a value E1018003 ListSharesetting: Option "list" has invalid value E1018004 ListSharesetting: Failed to read/get option "list".
  • Page 154 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E1018472 NfscommitSync: No NFS shares to set NFS Commit to sync! E1018801 NfscommitAsync: Option "nfscommit" is missing. E1018802 NfscommitAsync: Option "nfscommit" requires a value E1018803 NfscommitAsync: Option "nfscommit"...
  • Page 155 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E1019612 SetNfssetting: Option "secure" requires a value E1019613 SetNfssetting: Option "secure" has invalid value E1019614 SetNfssetting: Failed to read/get option "secure". E1019615 SetNfssetting: Failed to write/set option "secure".
  • Page 156 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message 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 157 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E2000462 AddVtl: Option "dedup" is required because another optional option is specified! E2000463 AddVtl: Failed to read/get option "dedup". E2000464 AddVtl: Failed to write/set option "dedup".
  • Page 158 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E2000513 No dedup license, VTL not created E2000514 Error retrieving VTL serial number. E2000515 No colon specified in Start backup time. E2000516 No colon specified in End backup time.
  • Page 159 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E2000802 EditVtl: Option "edit" requires a value E2000803 EditVtl: Option "edit" has invalid value E2000804 EditVtl: Failed to read/get option "edit". E2000805 EditVtl: Failed to write/set option "edit".
  • Page 160 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E2000853 EditVtl: Option "startbackup" requires a value E2000854 EditVtl: Option "startbackup" has invalid value E2000855 EditVtl: Failed to read/get option "startbackup". E2000856 EditVtl: Failed to write/set option "startbackup".
  • Page 161 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E2000917 Cannot change backup window E2000918 Error deleting drive from VTL E2000919 Error updating configuration file E2000920 Number of drives specified exceeds the maximum allowed!
  • Page 162 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E2001601 ListVtl: Option "list" is missing. E2001602 ListVtl: Option "list" requires a value E2001603 ListVtl: Option "list" has invalid value E2001604 ListVtl: Failed to read/get option "list".
  • Page 163 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E2002811 ListMediatype: Option "drivetype" is missing. E2002812 ListMediatype: Option "drivetype" requires a value E2002813 ListMediatype: Option "drivetype" has invalid value E2002814 ListMediatype: Failed to read/get option "drivetype".
  • Page 164 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E2003251 AddMedia: Option "location" is missing. E2003252 AddMedia: Option "location" requires a value E2003253 AddMedia: Option "location" has invalid value E2003254 AddMedia: Failed to read/get option "location".
  • Page 165 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E2003632 ListMedia: Option "all" requires a value E2003633 ListMedia: Option "all" has invalid value E2003634 ListMedia: Failed to read/get option "all". E2003635 ListMedia: Failed to write/set option "all".
  • Page 166 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E2004413 ExportMedia: Option "barcode" has invalid value E2004414 ExportMedia: Failed to read/get option "barcode". E2004415 ExportMedia: Failed to write/set option "barcode". E2004421 ExportMedia: Option "name" is missing.
  • Page 167 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E2004821 RecycleMedia: Option "name" is missing. E2004822 RecycleMedia: Option "name" requires a value E2004823 RecycleMedia: Option "name" has invalid value E2004824 RecycleMedia: Failed to read/get option "name".
  • Page 168 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E2005233 WriteprotMedia: Failed to write/set option "disable". E2005241 WriteprotMedia: Option "all" is missing. E2005242 WriteprotMedia: Failed to read/get option "all". E2005243 WriteprotMedia: Failed to write/set option "all".
  • Page 169 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E2006002 OnlineVtl: Option "online" requires a value E2006003 OnlineVtl: Option "online" has invalid value E2006004 OnlineVtl: Failed to read/get option "online". E2006005 OnlineVtl: Failed to write/set option "online".
  • Page 170 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E2006814 AddHost: Failed to read/get option "wwpn". E2006815 AddHost: Failed to write/set option "wwpn". E2006821 AddHost: Option "alias" is missing. E2006822 AddHost: Option "alias" requires a value E2006823 AddHost: Option "alias"...
  • Page 171 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E2007612 DelHost: Option "wwpn" requires a value E2007613 DelHost: Option "wwpn" has invalid value E2007614 DelHost: Failed to read/get option "wwpn". E2007615 DelHost: Failed to write/set option "wwpn".
  • Page 172 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E2008803 ListSanclientgroup: Option "list" has invalid value E2008804 ListSanclientgroup: Failed to read/get option "list". E2008805 ListSanclientgroup: Failed to write/set option "list". E2008811 ListSanclientgroup: Option "vtlname" is missing.
  • Page 173 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E2009242 AddSanclientgroup: Option "target" requires a value E2009243 AddSanclientgroup: Option "target" has invalid value E2009244 AddSanclientgroup: Failed to read/get option "target". E2009245 AddSanclientgroup: Failed to write/set option "target".
  • Page 174 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E2009296 AddSanclientgroup: CCL serial number is not retrieved. E2009351 AddSanclientgroup: Failed to read/get option "useccl". E2009352 AddSanclientgroup: Failed to write/set option "useccl". E2009601 DelSanclientgroup: Option "del" is missing.
  • Page 175 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E2010011 GetCapacity: Option "free" is missing. E2010012 GetCapacity: Option "free" is required because another optional option is specified! E2010013 GetCapacity: Option "free" has invalid value E2010014 GetCapacity: Failed to read/get option "free".
  • Page 176 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E2010824 ListVtlstorage: Failed to read/get option "loc". E2010825 ListVtlstorage: Failed to write/set option "loc". E2010831 ListVtlstorage: Option "type" is missing. E2010832 ListVtlstorage: Option "type" requires a value E2010833 ListVtlstorage: Option "type"...
  • Page 177 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E2011235 MoveMedia: Failed to write/set option "srctype". E2011241 MoveMedia: Option "desttype" is missing. E2011242 MoveMedia: Option "desttype" requires a value E2011243 MoveMedia: Option "desttype" has invalid value E2011244 MoveMedia: Failed to read/get option "desttype".
  • Page 178 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E2011611 UnloadMedia: Option "name" is missing. E2011612 UnloadMedia: Option "name" requires a value E2011613 UnloadMedia: Option "name" has invalid value E2011614 UnloadMedia: Failed to read/get option "name".
  • Page 179 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message 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.
  • Page 180 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E2012401 DeleteallMedia: Option "deleteall" is missing. E2012402 DeleteallMedia: Option "deleteall" requires a value E2012403 DeleteallMedia: Option "deleteall" has invalid value E2012404 DeleteallMedia: Failed to read/get option "deleteall".
  • Page 181 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E2013604 GetIngestrate: Failed to read/get option "get". E2013605 GetIngestrate: Failed to write/set option "get". E2013621 GetIngestrate failed! E2014001 ResetTargetport: Option "reset" is missing. E2014002 ResetTargetport: Option "reset"...
  • Page 182 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E3000425 ReplicateVtl: Failed to write/set option "barcode". E3000426 ReplicateVtl: Option "barcode" is required because another optional option is specified! E3000431 ReplicateVtl: Option "namespace" is required because...
  • Page 183 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E3000833 ReplicateNas: Failed to write/set option "disableok". E3000841 ReplicateNas: Option "namespace" is required because another optional option is specified! E3000842 ReplicateNas: Failed to read/get option "namespace".
  • Page 184 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E3001611 LockNas: Option "name" is missing. E3001612 LockNas: Option "name" requires a value E3001613 LockNas: Option "name" has invalid value E3001614 LockNas: Failed to read/get option "name".
  • Page 185 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message 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"...
  • Page 186 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E3003213 GetstatusNaslock: Option "name" has invalid value E3003214 GetstatusNaslock: Failed to read/get option "name". E3003215 GetstatusNaslock: Failed to write/set option "name". E3003231 GetstatusNaslock failed! E3003601 SyncVtl: Option "sync"...
  • Page 187 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E3004043 SyncNas: File/Directory base replication is not enabled for the Share. E3004401 GenrptReplication: Option "genrpt" is missing. E3004402 GenrptReplication: Option "genrpt" requires a value E3004403 GenrptReplication: Option "genrpt"...
  • Page 188 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E3005601 ListSourcerep: Option "list" is missing. E3005602 ListSourcerep: Option "list" requires a value E3005603 ListSourcerep: Option "list" has invalid value E3005604 ListSourcerep: Failed to read/get option "list".
  • Page 189 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E3006415 DelSourcerep: Failed to write/set option "hostid". E3006451 DelSourcerep: Failed to get the current source hostids. E3006452 DelSourcerep: The IP or hostname doesn't exist.
  • Page 190 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E3007271 AddTargetrep: Option "sourceip" is missing. E3007272 AddTargetrep: Option "sourceip" requires a value E3007273 AddTargetrep: Option "sourceip" has invalid value E3007274 AddTargetrep: Failed to read/get option "sourceip".
  • Page 191 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E3008015 EnablerepVtl: Failed to write/set option "name". E3008021 EnablerepVtl: Option "daily" is missing. E3008022 EnablerepVtl: Option "daily" requires a value E3008023 EnablerepVtl: Option "daily" has invalid value E3008024 EnablerepVtl: Failed to read/get option "daily".
  • Page 192 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E3008076 EnablerepVtl: Option "starttime" is required because another option has been specified! E3008101 EnablerepVtl failed! E3008401 DisablerepVtl: Option "disablerep" is missing. E3008402 DisablerepVtl: Option "disablerep" requires a value E3008403 DisablerepVtl: Option "disablerep"...
  • Page 193 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E3008821 EnablerepNas: Option "daily" is missing. E3008822 EnablerepNas: Option "daily" requires a value E3008823 EnablerepNas: Option "daily" has invalid value E3008824 EnablerepNas: Failed to read/get option "daily".
  • Page 194 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E3009202 DisablerepNas: Option "disablerep" requires a value E3009203 DisablerepNas: Option "disablerep" has invalid value E3009204 DisablerepNas: Failed to read/get option "disablerep". E3009205 DisablerepNas: Failed to write/set option "disablerep".
  • Page 195 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E3010003 CheckrepreadyNas: Option "checkrepready" has invalid value E3010004 CheckrepreadyNas: Failed to read/get option "checkrepready". E3010005 CheckrepreadyNas: Failed to write/set option "checkrepready". E3010011 CheckrepreadyNas: Option "name" is missing.
  • Page 196 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E3011201 AbortsyncVtl: Option "abortsync" is missing. E3011202 AbortsyncVtl: Option "abortsync" requires a value E3011203 AbortsyncVtl: Option "abortsync" has invalid value E3011204 AbortsyncVtl: Failed to read/get option "abortsync".
  • Page 197 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E3012402 ResumeReplication: Option "resume" requires a value E3012403 ResumeReplication: Option "resume" has invalid value E3012404 ResumeReplication: Failed to read/get option "resume". E3012405 ResumeReplication: Failed to write/set option "resume".
  • Page 198 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E3014001 ListDedupvtl: Option "list" is missing. E3014002 ListDedupvtl: Option "list" requires a value E3014003 ListDedupvtl: Option "list" has invalid value E3014004 ListDedupvtl: Failed to read/get option "list".
  • Page 199 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E3014825 EnableCartrep: Failed to write/set option "syncid". E3014831 EnableCartrep: Option "locked" is missing. E3014832 EnableCartrep: Failed to read/get option "locked". E3014833 EnableCartrep: Failed to write/set option "locked".
  • Page 200 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E3015612 EnableFiledirrep: Option "name" requires a value E3015613 EnableFiledirrep: Option "name" has invalid value E3015614 EnableFiledirrep: Failed to read/get option "name". E3015615 EnableFiledirrep: Failed to write/set option "name".
  • Page 201 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E3016031 DisableFiledirrep failed! E3016041 DisableFiledirrep: Share has deduplication disabled. E3016401 ListRepvtl: Option "list" is missing. E3016402 ListRepvtl: Option "list" requires a value E3016403 ListRepvtl: Option "list" has invalid value E3016404 ListRepvtl: Failed to read/get option "list".
  • Page 202 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E3016844 RecoverVtl: Failed to read/get option "id". E3016845 RecoverVtl: Failed to write/set option "id". E3016851 RecoverVtl: Failed to read/get option "submit". E3016852 RecoverVtl: Failed to write/set option "submit".
  • Page 203 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E3017212 DelRepvtl: Option "repname" requires a value E3017213 DelRepvtl: Option "repname" has invalid value E3017214 DelRepvtl: Failed to read/get option "repname". E3017215 DelRepvtl: Failed to write/set option "repname".
  • Page 204 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E3018014 RecoverNas: Failed to read/get option "repname". E3018015 RecoverNas: Failed to write/set option "repname". E3018021 RecoverNas: Option "srchost" is missing. E3018022 RecoverNas: Option "srchost" requires a value E3018023 RecoverNas: Option "srchost"...
  • Page 205 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E3018078 RecoverNas: Internal Error - invalid deduplication setting received. E3018079 RecoverNas: Internal Error - invalid share permissions received. E3018080 RecoverNas: A share named specified in the recovery share name already exists.
  • Page 206 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E3018443 DelRepnas: No replicated NAS exists on this target. E3018451 DelRepnas failed! E3018801 FailbackRepvtl: Option "failback" is missing. E3018802 FailbackRepvtl: Option "failback" requires a value E3018803 FailbackRepvtl: Option "failback"...
  • Page 207 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E3018862 FailbackRepvtl: No replicated VTL found on target to failback. E3018863 FailbackRepvtl: Source host is not a valid host name or IP address. E3018864 FailbackRepvtl: A failback is already in progress.
  • Page 208 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E3019231 FailbackRepnas: Option "id" is missing. E3019232 FailbackRepnas: Option "id" requires a value E3019233 FailbackRepnas: Option "id" has invalid value E3019234 FailbackRepnas: Failed to read/get option "id".
  • Page 209 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E3019602 ListRecvtljobs: Option "list" requires a value E3019603 ListRecvtljobs: Option "list" has invalid value E3019604 ListRecvtljobs: Failed to read/get option "list". E3019605 ListRecvtljobs: Failed to write/set option "list".
  • Page 210 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E3020432 DelVtlrecjob: Option "id" requires a value E3020433 DelVtlrecjob: Option "id" has invalid value E3020434 DelVtlrecjob: Failed to read/get option "id". E3020435 DelVtlrecjob: Failed to write/set option "id".
  • Page 211 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E3021201 ListVtlfailbackjob: Option "list" is missing. E3021202 ListVtlfailbackjob: Option "list" requires a value E3021203 ListVtlfailbackjob: Option "list" has invalid value E3021204 ListVtlfailbackjob: Failed to read/get option "list".
  • Page 212 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E3022031 DelVtlfailbackjob: Option "id" is missing. E3022032 DelVtlfailbackjob: Option "id" requires a value E3022033 DelVtlfailbackjob: Option "id" has invalid value E3022034 DelVtlfailbackjob: Failed to read/get option "id".
  • Page 213 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E3022443 DelNasfailbackjob: Cannot delete failback jobs in progress. E3022451 DelNasfailbackjob failed! E3022801 AbortVtlfailbackjob: Option "abort" is missing. E3022802 AbortVtlfailbackjob: Option "abort" requires a value E3022803 AbortVtlfailbackjob: Option "abort"...
  • Page 214 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E3023213 AbortNasfailbackjob: Option "repname" has invalid value E3023214 AbortNasfailbackjob: Failed to read/get option "repname". E3023215 AbortNasfailbackjob: Failed to write/set option "repname". E3023221 AbortNasfailbackjob: Option "tgthost" is missing.
  • Page 215 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E3024012 ListCartrepstats: Option "name" requires a value E3024013 ListCartrepstats: Option "name" has invalid value E3024014 ListCartrepstats: Failed to read/get option "name". E3024015 ListCartrepstats: Failed to write/set option "name".
  • Page 216 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E3024813 ListCarttarget: Failed to read/get option "name". E3024814 ListCarttarget: Failed to write/set option "name". E3024901 ListCarttarget failed! E3024902 ListCarttarget: Exception caught. E3024903 ListCarttarget: Error retrieving list of VTL configuation.
  • Page 217 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E3026004 DisableDro: Failed to read/get option "disable". E3026005 DisableDro: Failed to write/set option "disable". E3026011 DisableDro: DRO is already disabled. E3026021 DisableDro failed! E3026401 GetstatusDro: Option "getstatus"...
  • Page 218 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E3027614 SetRepsetting: Failed to read/get option "compat". E3027615 SetRepsetting: Failed to write/set option "compat". E3027661 SetRepsetting failed! E3027662 SetRepsetting failed because target was already set! E3028001 AddOpduptranslate: Option "add"...
  • Page 219 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E3028422 DelOpduptranslate: Option "dataip" requires a value E3028423 DelOpduptranslate: Option "dataip" has invalid value E3028424 DelOpduptranslate: Failed to read/get option "dataip". E3028425 DelOpduptranslate: Failed to write/set option "dataip".
  • Page 220 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E4000016 OST: This command supports CIFS storage servers only! E4000017 OST: Get LSU failed! E4000050 OST: Failed to get info for list of storage servers!
  • Page 221 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E4000425 AddStorageserver: Failed to write/set option "maxconnect". E4000431 AddStorageserver: Option "desc" is missing. E4000432 AddStorageserver: Option "desc" is required because another optional option is specified! E4000433 AddStorageserver: Option "desc"...
  • Page 222 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E4000472 AddStorageserver: Option "endbackup" is required because another optional option is specified! E4000473 AddStorageserver: Option "endbackup" requires a value E4000474 AddStorageserver: Option "endbackup" has invalid value E4000475 AddStorageserver: Failed to read/get option "endbackup".
  • Page 223 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E4000814 DelStorageserver: Option "name" has invalid value E4000815 DelStorageserver: Failed to read/get option "name". E4000816 DelStorageserver: Failed to write/set option "name". E4000817 DelStorageserver: Failed because the storage server does not...
  • Page 224 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E4001237 EditStorageserver: Failed because description has invalid value. E4001238 EditStorageserver: Falied because the storage server does not exist E4001241 EditStorageserver: Option "startbackup" is missing.
  • Page 225 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E4001611 ListStorageserver: Option "proto" is missing. E4001612 ListStorageserver: Option "proto" is required because another optional option is specified! E4001613 ListStorageserver: Option "proto" requires a value E4001614 ListStorageserver: Option "proto"...
  • Page 226 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E4002015 AddLsu: Failed to write/set option "name". E4002021 AddLsu: Option "storageserver" is missing. E4002022 AddLsu: Option "storageserver" requires a value E4002023 AddLsu: Option "storageserver" has invalid value E4002024 AddLsu: Failed to read/get option "storageserver".
  • Page 227 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E4002074 AddLsu: Failed to add the available capacity LSU. E4002075 AddLsu: Failed to add the specific capacity LSU. E4002076 AddLsu: Failed because the storage server does not exist.
  • Page 228 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E4002803 EditLsu: Option "edit" has invalid value E4002804 EditLsu: Failed to read/get option "edit". E4002805 EditLsu: Failed to write/set option "edit". E4002811 EditLsu: Option "name" is missing.
  • Page 229 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E4002855 EditLsu: Failed to read/get option "blksize". E4002856 EditLsu: Failed to write/set option "blksize". E4002861 EditLsu: Option "capacity" is missing. E4002862 EditLsu: Option "capacity" is required because another...
  • Page 230 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E4003241 ListLsu failed! E4003251 ListLsu: The specified storage server does not exist. E4003601 AddOstuser: Option "add" is missing. E4003602 AddOstuser: Option "add" requires a value E4003603 AddOstuser: Option "add"...
  • Page 231 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E4004014 DelOstuser: Value of option "user" is too long E4004015 DelOstuser: Failed to read/get option "user". E4004016 DelOstuser: Failed to write/set option "user". E4004021 DelOstuser: Option "storageserver"...
  • Page 232 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E4004813 ListOstuser: Option "storageserver" has invalid value E4004814 ListOstuser: Value of option "storageserver" is too long E4004815 ListOstuser: Failed to read/get option "storageserver". E4004816 ListOstuser: Failed to write/set option "storageserver".
  • Page 233 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E4005611 DelOsthost: Option "name" is missing. E4005612 DelOsthost: Option "name" requires a value E4005613 DelOsthost: Option "name" has invalid value E4005614 DelOsthost: Value of option "name" is too long E4005615 DelOsthost: Failed to read/get option "name".
  • Page 234 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message 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"...
  • Page 235 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E4007603 GetOstsetting: Option "get" has invalid value E4007604 GetOstsetting: Failed to read/get option "get". E4007605 GetOstsetting: Failed to write/set option "get". E4007651 GetOstsetting failed! E4008001 SetOstsetting: Option "set"...
  • Page 236 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E4008403 ListAccentstats: Option "list" has invalid value E4008404 ListAccentstats: Failed to read/get option "list". E4008405 ListAccentstats: Failed to write/set option "list". E4008411 ListAccentstats: Failed to read/get option "all".
  • Page 237 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E6000403 UpgradeFirmware: Option "upgrade" has invalid value E6000404 UpgradeFirmware: Failed to read/get option "upgrade". E6000405 UpgradeFirmware: Failed to write/set option "upgrade". E6000411 UpgradeFirmware: Option "fromhost" is missing.
  • Page 238 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E6000459 UpgradeFirmware: System not ready for firmware upgrade, system is not in cluster. E6000460 UpgradeFirmware: Verify New Image utility is not found. E6000461 UpgradeFirmware: Install New Image utility is not found.
  • Page 239 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E6001609 GetReclamation: Failed to get the reclamation schedule enable status. E6001610 GetReclamation: Periodic space reclamation schedule is not enabled. E6001611 GetReclamation: Failed to get the reclamation schedule.
  • Page 240 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E6002048 SchedReclamation: Failed to set the weekly schedule for periodic space reclamation E6002049 SchedReclamation: Failed to enable the schedule for periodic space reclamation E6002051 SchedReclamation: Option "time"...
  • Page 241 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E6002124 SchedReclamation: Failed to read/get option "start". E6002125 SchedReclamation: Failed to write/set option "start". E6002401 AddLicense: Option "add" is missing. E6002402 AddLicense: Option "add" requires a value E6002403 AddLicense: Option "add"...
  • Page 242 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E6003232 Nodemanage: Failed to read/get option "resetdiag". E6003233 Nodemanage: Failed to write/set option "resetdiag". E6003241 Nodemanage: Option "node" requires a value E6003242 Nodemanage: Option "node" has invalid value E6003243 Nodemanage: Failed to read/get option "node".
  • Page 243 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E6003274 Nodemanage:The node is already stopped. E6003275 Nodemanage:The node is already started. E6003276 Nodemanage:Failed to stop the node. E6003277 Nodemanage:The node is not reachable through the network.
  • Page 244 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E6003302 Nodemanage:The number of SMITH counts has been exceeded. E6003303 Nodemanage:The number of STOMITH counts has been exceeded. E6003304 Nodemanage:Blockpool verification in process. Cannot reboot,shutdown or reset the nodes.
  • Page 245 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E6004005 DownloadDiaglog: Failed to write/set option "download". E6004011 Downloaddiaglog: Failed to read/get option "system". E6004012 Downloaddiaglog: Failed to write/set option "system". E6004051 Downloaddiaglog failed! E6004061 Downloaddiaglog: No logs are available to download.
  • Page 246 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E6005223 GetCredential: Option "password" has invalid value E6005224 GetCredential: Failed to read/get option "password". E6005225 GetCredential: Failed to write/set option "password". E6005231 GetCredential: Option "client" is missing.
  • Page 247 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E6005603 ReleaseCredential: Option "release" has invalid value E6005604 ReleaseCredential: Failed to read/get option "release". E6005605 ReleaseCredential: Failed to write/set option "release". E6005611 ReleaseCredential: Option "credtoken" is missing.
  • Page 248 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E6006403 Test: Failed to write/set option "test". E6006411 Test: Option "num" is missing. E6006412 Test: Option "num" requires a value E6006413 Test: Option "num" has invalid value E6006414 Test: Failed to read/get option "num".
  • Page 249 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E6006811 Authenticate: Option "name" is missing. E6006812 Authenticate: Option "name" requires a value E6006813 Authenticate: Option "name" has invalid value E6006814 Authenticate: Failed to read/get option "name".
  • Page 250 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E6007201 GetPermission: Option "get" is missing. E6007202 GetPermission: Option "get" requires a value E6007203 GetPermission: Option "get" has invalid value E6007204 GetPermission: Failed to read/get option "get".
  • Page 251 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E6008011 CleanupContinuousrep: Option "enable" is missing. E6008012 CleanupContinuousrep: Failed to read/get option "enable". E6008013 CleanupContinuousrep: Failed to write/set option "enable". E6008021 CleanupContinuousrep: Option "disable" is missing.
  • Page 252 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E6008433 ShowFile: Failed to read/get option "tail". E6008434 ShowFile: Failed to write/set option "tail". E6008441 ShowFile: Option "grep" requires a value E6008442 ShowFile: Option "grep" has invalid value E6008443 ShowFile: Failed to read/get option "grep".
  • Page 253 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E6009202 SetParam: Option "set" requires a value E6009203 SetParam: Option "set" has invalid value E6009204 SetParam: Failed to read/get option "set". E6009205 SetParam: Failed to write/set option "set".
  • Page 254 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E6009601 DelParam: Option "del" is missing. E6009602 DelParam: Option "del" requires a value E6009603 DelParam: Option "del" has invalid value E6009604 DelParam: Failed to read/get option "del".
  • Page 255 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E6012012 ChangePassword: Option "name" requires a value E6012013 ChangePassword: Option "name" has invalid value E6012014 ChangePassword: Failed to read/get option "name". E6012015 ChangePassword: Failed to write/set option "name".
  • Page 256 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E6013201 SetAiscntproxy: Option "password" requires a value E6013202 SetAiscntproxy: Option "set" is missing. E6013203 SetAiscntproxy: Option "set" requires a value E6013204 SetAiscntproxy: Option "set" has invalid value E6013205 SetAiscntproxy: Failed to read/get option "set".
  • Page 257 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E6013272 SetAiscntproxy: Option "countryid" requires a value E6013273 SetAiscntproxy: Option "countryid" has invalid value E6013274 SetAiscntproxy: Failed to read/get option "countryid". E6013275 SetAiscntproxy: Failed to write/set option "countryid".
  • Page 258 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E6014022 SetAiscntservice: Failed to read/get option "stop". E6014023 SetAiscntservice: Failed to write/set option "stop". E6014071 SetAiscntservice failed! E6014401 SetAiscntsmartpoll: Option "set" is missing. E6014402 SetAiscntsmartpoll: Option "set"...
  • Page 259 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E6016405 GetcountFailedlogin: Failed to write/set option "getcount". E6016411 GetcountFailedlogin: Option "user" is missing. E6016412 GetcountFailedlogin: Option "user" requires a value E6016413 GetcountFailedlogin: Option "user" has invalid value E6016414 GetcountFailedlogin: Failed to read/get option "user".
  • Page 260 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E6500411 Runcmd: Option "cmd" is missing. E6500412 Runcmd: Option "cmd" has invalid value E6500413 Runcmd: Failed to read/get option "cmd". E6500414 Runcmd: Failed to write/set option "cmd".
  • Page 261 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E6552043 AddEvent: Option "start" has invalid value E6552044 AddEvent: Failed to read/get option "start". E6552045 AddEvent: Failed to write/set option "start". E6552046 AddEvent: Start time cannot be in the past.
  • Page 262 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E6552131 AddEvent: Option "until" requires a value E6552132 AddEvent: Option "until" has invalid value E6552133 AddEvent: Failed to read/get option "until". E6552134 AddEvent: Failed to write/set option "until".
  • Page 263 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E6552433 ListEvents: Failed to read/get option "end". E6552434 ListEvents: Failed to write/set option "end". E6552435 ListEvents: End date/time must be after start date/time. E6552441 ListEvents: Option "filter"...
  • Page 264 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E6553221 ChangeEvent: Option "desc" requires a value E6553222 ChangeEvent: Option "desc" has invalid value E6553223 ChangeEvent: Failed to read/get option "desc". E6553224 ChangeEvent: Failed to write/set option "desc".
  • Page 265 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E6553291 ChangeEvent: Failed to read/get option "monthly". E6553292 ChangeEvent: Failed to write/set option "monthly". E6553301 ChangeEvent: Option "monthday" requires a value E6553302 ChangeEvent: Option "monthday" has invalid value E6553303 ChangeEvent: Failed to read/get option "monthday".
  • Page 266 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E6553373 ChangeEvent: Option "throttle" is required because another optional option is specified! E6553375 ChangeEvent: Option "service" is required because another optional option has been specified! E6553381 ChangeEvent: Failed to read/get option "all".
  • Page 267 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E6591008 Failed to get event list: invalid arguments. E6591009 Failed to delete events: event does not exist. E6591010 Failed to delete events: invalid id.
  • Page 268 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E6591501 Event ID format is invalid E6591502 Event ID contains invalid characters E6591503 The first character of event ID is invalid. E6591504 The last character of event ID is invalid.
  • Page 269 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E6592106 Failed to read the one shot start time. E6592107 Failed to read the instance start time. E6592108 Failed to read start time from database...
  • Page 270 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E7000010 No email home recipients are configured. E7000401 AddEmailrecipient: Option "add" is missing. E7000402 AddEmailrecipient: Option "add" requires a value E7000403 AddEmailrecipient: Option "add" has invalid value E7000404 AddEmailrecipient: Failed to read/get option "add".
  • Page 271 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message 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 272 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E7001214 DelEmailrecipient: Failed to read/get option "name". E7001215 DelEmailrecipient: Failed to write/set option "name". E7001231 DelEmailrecipient failed! E7001601 DeleteallEmailrecipient: Option "deleteall" is missing. E7001602 DeleteallEmailrecipient: Option "deleteall"...
  • Page 273 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E7002421 SetEmailserver: Option "emailaddr" is missing. E7002422 SetEmailserver: Option "emailaddr" requires a value E7002423 SetEmailserver: Option "emailaddr" has invalid value E7002424 SetEmailserver: Failed to read/get option "emailaddr".
  • Page 274 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E7003623 SendTestemail: Option "emailaddr" has invalid value E7003624 SendTestemail: Failed to read/get option "emailaddr". E7003625 SendTestemail: Failed to write/set option "emailaddr". E7003631 SendTestemail: Option "type" is missing.
  • Page 275 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E7004413 SendConfigondemand: Option "emailaddr" has invalid value E7004414 SendConfigondemand: Failed to read/get option "emailaddr". E7004415 SendConfigondemand: Failed to write/set option "emailaddr". E7004416 SendConfigondemand: Value of option "emailaddr" is too...
  • Page 276 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E7005621 GetEmailhome failed! E7006001 SetEmailhome: Option "set" is missing. E7006002 SetEmailhome: Option "set" requires a value E7006003 SetEmailhome: Option "set" has invalid value E7006004 SetEmailhome: Failed to read/get option "set".
  • Page 277 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E7006431 DelEmailhome failed! E7050401 GetDatetime: Option "get" is missing. E7050402 GetDatetime: Option "get" requires a value E7050403 GetDatetime: Option "get" has invalid value E7050404 GetDatetime: Failed to read/get option "get".
  • Page 278 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E7050833 SetDatetime: Failed to read/get option "time". E7050834 SetDatetime: Failed to write/set option "time". E7050835 SetDatetime: Specifying both "date" and "time" options is required.
  • Page 279 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E7051611 ListTimezone: Option "matching" requires a value E7051612 ListTimezone: Option "matching" has invalid value E7051613 ListTimezone: Failed to read/get option "matching". E7051614 ListTimezone: Failed to write/set option "matching".
  • Page 280 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E8000831 AddSnmptrapdest: Option "enable" is missing. E8000832 AddSnmptrapdest: Option "enable" requires a value E8000833 AddSnmptrapdest: Option "enable" has invalid value E8000834 AddSnmptrapdest: Failed to read/get option "enable".
  • Page 281 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E8001231 EditSnmptrapdest: Option "enable" is missing. E8001232 EditSnmptrapdest: Option "enable" requires a value E8001233 EditSnmptrapdest: Option "enable" has invalid value E8001234 EditSnmptrapdest: Failed to read/get option "enable".
  • Page 282 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E8002004 DeleteallSnmptrapdest: Failed to read/get option "deleteall". E8002005 DeleteallSnmptrapdest: Failed to write/set option "deleteall". E8002021 DeleteallSnmptrapdest failed! E8002401 ListSnmpcom: Option "list" is missing. E8002402 ListSnmpcom: Option "list"...
  • Page 283 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E8002834 AddSnmpcom: Failed to read/get option "netmask". E8002835 AddSnmpcom: Failed to write/set option "netmask". E8002836 AddSnmpcom: Value of option "netmask" is too long E8002841 AddSnmpcom: Option "accesstype"...
  • Page 284 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E8003222 EditSnmpcom: Option "ipaddress" requires a value E8003223 EditSnmpcom: Option "ipaddress" has invalid value E8003224 EditSnmpcom: Failed to read/get option "ipaddress". E8003225 EditSnmpcom: Failed to write/set option "ipaddress".
  • Page 285 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E8003611 DelSnmpcom: Option "name" is missing. E8003612 DelSnmpcom: Option "name" requires a value E8003613 DelSnmpcom: Option "name" has invalid value E8003614 DelSnmpcom: Failed to read/get option "name".
  • Page 286 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E8050012 Cannot determine if eth file belongs to a bond. E8050013 An error occured setting the MTU to enable jumbo frames. E8050014 Cannot write network config file to persist jumbo frame setting.
  • Page 287 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E8050037 Confignetseg: ALL_1 BONDING with no SEGMENTATION requires a BONDIP, BIPNETMASK and ETH7IP, EIP7NETMASK. E8050038 Confignetseg: ALL_1 BONDING with no SEGMENTATION requires a BIPNETMASK for BONDIP & EIP7NETMASK for ETHIP7.
  • Page 288 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E8050081 CliListBonds: Failed to get /sys/class/net/bondX/bonding/ slaves file! E8050082 CliListBonds: Failed to get /sys/class/net/bondX/bonding/ mode file! E8050083 CliListBonds: Failed to get bond IP info!
  • Page 289 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E8050401 EnableJumbo: Option "enable" is missing. E8050402 EnableJumbo: Option "enable" requires a value E8050403 EnableJumbo: Option "enable" has invalid value E8050404 EnableJumbo: Failed to read/get option "enable".
  • Page 290 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E8050805 DisableJumbo: Failed to write/set option "disable". E8050811 DisableJumbo: Option "bond0" is required because another optional option is specified! E8050812 DisableJumbo: Failed to read/get option "bond0".
  • Page 291 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E8051213 GetstatusJumbo: Failed to read/get option "dev". E8051214 GetstatusJumbo: Failed to write/set option "dev". E8051215 GetstatusJumbo: Option "dev" is missing. E8051221 GetstatusJumbo: Option "all" is missing.
  • Page 292 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E8051625 SetnetworkUnsegmented: Failed to write/set option "netmask". E8051631 SetnetworkUnsegmented: Option "type" requires a value E8051632 SetnetworkUnsegmented: Option "type" has invalid value E8051633 SetnetworkUnsegmented: Failed to read/get option "type".
  • Page 293 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E8051681 SetnetworkUnsegmented: Option "vip" requires a value E8051682 SetnetworkUnsegmented: Option "vip" has invalid value E8051683 SetnetworkUnsegmented: Failed to read/get option "vip". E8051684 SetnetworkUnsegmented: Failed to write/set option "vip".
  • Page 294 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E8051731 SetnetworkUnsegmented: Option "dnstertiary" requires a value E8051732 SetnetworkUnsegmented: Option "dnstertiary" has invalid value E8051733 SetnetworkUnsegmented: Failed to read/get option "dnstertiary". E8051734 SetnetworkUnsegmented: Failed to write/set option "dnstertiary".
  • Page 295 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E8051771 SetNetworkUnsegmented: Failed to get "BondNetmask" seer context. E8051772 SetNetworkUnsegmented: Failed to get "BondNetmask" from network configuration file. E8051773 SetNetworkUnsegmented: Failed to get "BondVIPAddress"...
  • Page 296 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E8051790 SetNetworkUnsegmented: Failed to update HostnameChanges.conf file. E8051791 SetNetworkUnsegmented: Caught unknown exception! E8051792 SetNetworkUnsegmented: Failed to get "Hostname" from network configuration file. E8051793 SetNetworkUnsegmented: Failed to get old hostname from HostnameChanges.conf file.
  • Page 297 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E8052042 SetnetworkSegmented: Option "bondalgo" has invalid value E8052043 SetnetworkSegmented: Failed to read/get option "bondalgo". E8052044 SetnetworkSegmented: Failed to write/set option "bondalgo". E8052051 SetnetworkSegmented: Option "bond0algo" requires a value E8052052 SetnetworkSegmented: Option "bond0algo"...
  • Page 298 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E8052103 SetnetworkSegmented: Failed to read/get option "msipc". E8052104 SetnetworkSegmented: Failed to write/set option "msipc". E8052111 SetnetworkSegmented: Option "msipcnetmask" requires a value E8052112 SetnetworkSegmented: Option "msipcnetmask" has invalid...
  • Page 299 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E8052162 SetnetworkSegmented: Option "dsip" requires a value E8052163 SetnetworkSegmented: Option "dsip" has invalid value E8052164 SetnetworkSegmented: Failed to read/get option "dsip". E8052165 SetnetworkSegmented: Failed to write/set option "dsip".
  • Page 300 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E8052214 SetnetworkSegmented: Failed to write/set option "dnstertiary". E8052221 SetnetworkSegmented: Option "dnssearchpath" requires a value E8052222 SetnetworkSegmented: Option "dnssearchpath" has invalid value E8052223 SetnetworkSegmented: Failed to read/get option "dnssearchpath".
  • Page 301 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E8052263 SetNetworkSegmented: Failed to get "ReplicationSegmentIPAddress" seer context. E8052264 SetNetworkSegmented: Failed to get "ReplicationSegmentIPAddress" from network configuration file. E8052265 SetNetworkSegmented: Failed to get "ReplicationSegmentNetworkMask" seer context.
  • Page 302 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E8052279 SetNetworkSegmented: Failed to get "DataSegmentIPAddress" seer context. E8052280 SetNetworkSegmented: Failed to get "DataSegmentIPAddress" from network configuration file. E8052281 SetNetworkSegmented: Failed to get "DataSegmentNetworkMask" seer context.
  • Page 303 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E8052297 SetNetworkSegmented: Failed to open "HostnameChanges.conf" file. E8052298 SetNetworkSegmented: Failed to get "Changes" seer context from HostnameChanges.conf file. E8052299 SetNetworkSegmented: Failed to get node number from HostnameChanges.conf file.
  • Page 304 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E8052832 AddNetcfg: Option "netmask" requires a value E8052833 AddNetcfg: Option "netmask" has invalid value E8052834 AddNetcfg: Failed to read/get option "netmask". E8052835 AddNetcfg: Failed to write/set option "netmask".
  • Page 305 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E8052911 AddNetcfg: Option "slaves" requires a value E8052912 AddNetcfg: Option "slaves" has invalid value E8052913 AddNetcfg: Failed to read/get option "slaves". E8052914 AddNetcfg: Failed to write/set option "slaves".
  • Page 306 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E8053602 ShowNetcfg: Option "show" requires a value E8053603 ShowNetcfg: Option "show" has invalid value E8053604 ShowNetcfg: Failed to read/get option "show". E8053605 ShowNetcfg: Failed to write/set option "show".
  • Page 307 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E8054852 Sysapi_GetEthDeviceInfo failed! E8055201 ListBonds: Option "list" is missing. E8055202 ListBonds: Option "list" requires a value E8055203 ListBonds: Option "list" has invalid value E8055204 ListBonds: Failed to read/get option "list".
  • Page 308 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E8056802 ListInterface: Option "list" requires a value E8056803 ListInterface: Option "list" has invalid value E8056804 ListInterface: Failed to read/get option "list". E8056805 ListInterface: Failed to write/set option "list".
  • Page 309 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E8057225 AddThrottle: Option "service" is missing. E8057231 AddThrottle: Option "bw" is missing. E8057232 AddThrottle: Option "bw" requires a value E8057233 AddThrottle: Option "bw" value must be specified between "256K"...
  • Page 310 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E8058061 ShowThrottle failed! E8058401 SetNetwork: Option "set" is missing. E8058402 SetNetwork: Option "set" requires a value E8058403 SetNetwork: Option "set" has invalid value E8058404 SetNetwork: Failed to read/get option "set".
  • Page 311 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E8058812 AddRoute: Option "devname" has invalid value E8058813 AddRoute: Failed to read/get option "devname". E8058814 AddRoute: Failed to write/set option "devname". E8058821 AddRoute: Option "network" is missing.
  • Page 312 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E8059215 DelRoute: Failed to write/set option "devname". E8059221 DelRoute: Option "network" is missing. E8059222 DelRoute: Option "network" requires a value E8059223 DelRoute: Option "network" has invalid value E8059224 DelRoute: Failed to read/get option "network".
  • Page 313 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E8060801 ListRoute: Option "list" is missing. E8060802 ListRoute: Option "list" requires a value E8060803 ListRoute: Option "list" has invalid value E8060804 ListRoute: Failed to read/get option "list".
  • Page 314 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E8061603 ListThrottle: Option "list" has invalid value E8061604 ListThrottle: Failed to read/get option "list". E8061605 ListThrottle: Failed to write/set option "list". E8061611 ListThrottle: Option "devname" requires a value E8061612 ListThrottle: Option "devname"...
  • Page 315 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E8101212 ListEthdev: Option "sid" has invalid value E8101213 ListEthdev: Failed to read/get option "sid". E8101214 ListEthdev: Failed to write/set option "sid". E8101231 ListEthdev failed! E8101241 ListEthdev: Unable to get the first ethernet device.
  • Page 316 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E9000805 ListPort: Failed to write/set option "list". E9000821 ListPort: Unable to get the node count. E9000851 ListPort failed! E9001201 AddBackupuser: Option "password" requires a value E9001202 AddBackupuser: Option "add"...
  • Page 317 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E9001612 DelBackupuser: Option "name" requires a value E9001613 DelBackupuser: Option "name" has invalid value E9001614 DelBackupuser: Value of option "name" is too long E9001615 DelBackupuser: Failed to read/get option "name".
  • Page 318 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E9002402 ListBackupuser: Option "list" requires a value E9002403 ListBackupuser: Option "list" has invalid value E9002404 ListBackupuser: Failed to read/get option "list". E9002405 ListBackupuser: Failed to write/set option "list".
  • Page 319 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E9003614 ListTapedrive: Failed to read/get option "serialnumber". E9003615 ListTapedrive: Failed to write/set option "serialnumber". E9003616 ListTApedrive: Unable to get tape drive list. E9003631 ListTapedrive failed! E9004001 ScanDevice: Option "scan"...
  • Page 320 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E9004501 UseMedchanger failed! E9004801 UseTapedrive: Option "use" is missing. E9004802 UseTapedrive: Option "use" requires a value E9004803 UseTapedrive: Option "use" has invalid value E9004804 UseTapedrive: Failed to read/get option "use".
  • Page 321 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E9005264 Enableptt not supported! E9005265 No matching FC port to enable! E9005601 DisablePtt: Option "disable" is missing. E9005602 DisablePtt: Option "disable" requires a value E9005603 DisablePtt: Option "disable"...
  • Page 322 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E11000401 GetstatusVtlperf: Option "getstatus" is missing. E11000402 GetstatusVtlperf: Option "getstatus" requires a value E11000403 GetstatusVtlperf: Option "getstatus" has invalid value E11000404 GetstatusVtlperf: Failed to read/get option "getstatus".
  • Page 323 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E11000845 GetstatusTapedrive: Invalid drive! E11000846 GetstatusTapedrive: Failed to open drive stat file! E11000847 GetstatusTapedrive: No tape drives found! E11000848 GetstatusTapedrive: Invalid VTL ! E11001201 GetstatusStorageslot: Option "getstatus"...
  • Page 324 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E11001614 GetstatusVtllogical: Failed to write/set option "VTL". E11001631 GetstatusVtllogical failed! E11001632 GetstatusVtllogical: The specified VTL does not exist! E11001633 GetstatusVtllogical: Buffer area is uninitialized.
  • Page 325 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E11002401 GetstatusEthernetswitch: Option "getstatus" is missing. E11002402 GetstatusEthernetswitch: Option "getstatus" requires a value E11002403 GetstatusEthernetswitch: Option "getstatus" has invalid value E11002404 GetstatusEthernetswitch: Failed to read/get option "getstatus".
  • Page 326 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E11003202 GetstatusStoragearray: Option "getstatus" requires a value E11003203 GetstatusStoragearray: Option "getstatus" has invalid value E11003204 GetstatusStoragearray: Failed to read/get option "getstatus". E11003205 GetstatusStoragearray: Failed to write/set option "getstatus".
  • Page 327 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E11003632 GetstatusSyscomponent: Failed to read/get option "fcadapter". E11003633 GetstatusSyscomponent: Failed to write/set option "fcadapter". E11003641 GetstatusSyscomponent: Option "compadapter" is required because another optional option is specified!
  • Page 328 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E11004422 GetstatusBootdisk: Failed to read from boot disk status seer file! E11004423 GetstatusBootdisk: Boot disk status seer file is not found! E11004801 GetstatusCompadapter: Option "getstatus" is missing.
  • Page 329 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E11005621 GetstatusNetworkport failed! E11005622 GetstatusNetworkport: Failed to read Ethernet ports status seer file. Caught seer exception! E11005623 GetstatusNetworkport: The Ethernet ports status seer file...
  • Page 330 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E11006411 GetstatusEthernetswitchdetails: Option "name" is missing. E11006412 GetstatusEthernetswitchdetails: Option "name" requires a value E11006413 GetstatusEthernetswitchdetails: Option "name" has invalid value E11006414 GetstatusEthernetswitchdetails: Failed to read/get option "name".
  • Page 331 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E11007201 GetstatusFcswitchdetails: Option "getstatus" is missing. E11007202 GetstatusFcswitchdetails: Option "getstatus" requires a value E11007203 GetstatusFcswitchdetails: Option "getstatus" has invalid value E11007204 GetstatusFcswitchdetails: Failed to read/get option "getstatus".
  • Page 332 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E11050803 DeleteallAdminalert: Option "deleteall" has invalid value E11050804 DeleteallAdminalert: Failed to read/get option "deleteall". E11050805 DeleteallAdminalert: Failed to write/set option "deleteall". E11050831 DeleteallAdminalert failed! E11051201 EditTicketanalysis: Option "edit"...
  • Page 333 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E11051604 ListAdminalert: Failed to read/get option "list". E11051605 ListAdminalert: Failed to write/set option "list". E11051611 ListAdminalert: Option "alert" requires a value E11051612 ListAdminalert: Option "alert" has invalid value E11051613 ListAdminalert: Failed to read/get option "alert".
  • Page 334 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E11052062 ListServiceticket: No open tickets available in Ticket List for display. E11052063 ListServiceticket: No closed tickets available in Ticket List for display. E11052401 SendTicketanalysis: Option "send" is missing.
  • Page 335 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E11052811 ShowTicketanalysis: Option "ticketnum" is missing. E11052812 ShowTicketanalysis: Option "ticketnum" requires a value E11052813 ShowTicketanalysis: Option "ticketnum" has invalid value E11052814 ShowTicketanalysis: Failed to read/get option "ticketnum".
  • Page 336 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E12050402 AnalyzeNetwork: Option "analyze" requires a value E12050403 AnalyzeNetwork: Option "analyze" has invalid value E12050404 AnalyzeNetwork: Failed to read/get option "analyze". E12050405 AnalyzeNetwork: Failed to write/set option "analyze".
  • Page 337 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E12051231 AnalyzeDisk failed! E12051232 AnalyzeDisk: System analysis file is already being generated. E12051233 AnalyzeDisk: Unable to generate system analysis file. E12051601 GetstatusNetserver: Option "getstatus" is missing.
  • Page 338 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E13000803 StopHealthcheck: Option "stop" has invalid value E13000804 StopHealthcheck: Failed to read/get option "stop". E13000805 StopHealthcheck: Failed to write/set option "stop". E13000821 StopHealthcheck failed! E13001201 SchedHealthcheck: Option "sched"...
  • Page 339 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E13001621 ListHealthcheckstatus failed! E13002001 EditHealthcheck: Option "edit" is missing. E13002002 EditHealthcheck: Option "edit" requires a value E13002003 EditHealthcheck: Option "edit" has invalid value E13002004 EditHealthcheck: Failed to read/get option "edit".
  • Page 340 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E13002803 GetschedHealthcheck: Option "getsched" has invalid value E13002804 GetschedHealthcheck: Failed to read/get option "getsched". E13002805 GetschedHealthcheck: Failed to write/set option "getsched". E13002821 GetschedHealthcheck failed! E13002822 GetscheduleHealthcheck: Failed to retrieve schedule type.
  • Page 341 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E82000403 WebServices server: failed to instantiate a QWS client API object E82000404 WebServices server: failed to instantiate a QWS server API object E82001001 WebServices server: failed to allocate memory...
  • Page 342 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E83000006 WebServices client: server response is NULL E83000007 WebServices client: server port is invalid E83000008 WebServices client: server hostname is invalid E83000009 WebServices client: server IP address is invalid...
  • Page 343 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 Error Code Error Message E83000410 WebServices client failed to get list of permissions E83000411 WebServices client failed to get a permission entry E83000412 WebServices client failed to get name of permission...
  • Page 344 Quantum DXi-Series Command Line Interface (CLI) Guide 6-67081-05 Rev B April 2012 CLI Error Codes...

This manual is also suitable for:

Dxi4000 seriesDxi6500 seriesDxi6700 seriesDxi8500

Table of Contents