Adaptec 2260100-R User Guide

Adaptec 2260100-R - RAID 2405 Controller Manual

Adaptec 2260100-R manual content summary:

  • Adaptec 2260100-R | User Guide - Page 1
    Adaptec RAID Controller Command Line Utility User's Guide
  • Adaptec 2260100-R | User Guide - Page 2
    information only and is subject to change without notice. While reasonable efforts have been made in the preparation of this document to assure its accuracy, Adaptec, Inc. assumes no liability resulting from errors or omissions in this document, or from the use of the information contained herein
  • Adaptec 2260100-R | User Guide - Page 3
    of the Software, and an additional copy of the Software may be made to support such use. As used in this license, the Software is "in use" when or workmanship under normal use and service for a period of thirty (30) days from the date of delivery to you. ADAPTEC AND ITS LICENSORS DO NOT AND
  • Adaptec 2260100-R | User Guide - Page 4
    Contents Getting Started with the Command Line Utility Installing the Command Line Utility 7 Installing on Windows 7 Installing on Linux 7 Installing on OpenServer and UnixWare 7 Installing on Solaris 8 Installing on FreeBSD 8 Installing on VMWare 8 Starting the Command Line Utility 9 Using
  • Adaptec 2260100-R | User Guide - Page 5
    Contents ● 5 arcconf snapshot 21 arcconf task 22 HRCONF Commands 23 hrconf backup 23 hrconf create 24 hrconf delete 24 hrconf getconfig 25 hrconf getstatus 25 hrconf getversion 25 hrconf identify 26 hrconf rescan 26 hrconf restore 26 hrconf romupdate 27 hrconf setboot 27 hrconf
  • Adaptec 2260100-R | User Guide - Page 6
    explains how your Adaptec product supports the use of one of these command line utilities: ● ARCCONF-for Adaptec RAID controllers ● HRCONF -for Adaptec HostRAID products Each utility the status and event logs of a controller (ARCCONF only) ● Isolate problems and determine their causes (ARCCONF only)
  • Adaptec 2260100-R | User Guide - Page 7
    ARCCONF or HRCONF on Windows systems: 1 Start the computer. 2 After Windows starts, insert the Adaptec Storage Manager CD. 3 When the installation program starts, follow the on-screen instructions. Installing on Linux To install ARCCONF or HRCONF on Linux systems: 1 Start the computer. 2 After
  • Adaptec 2260100-R | User Guide - Page 8
    drive: umount /mnt Installing on Solaris Note: HRCONF is not supported by systems running Solaris. To install ARCCONF on Solaris systems: 1 Insert the Adaptec Storage Manager Installation CD. The CD mounts automatically. (If it doesn't, manually mount the CD using a command similar to the one shown
  • Adaptec 2260100-R | User Guide - Page 9
    .sh". VMWare does not support the Adaptec Storage Manager GUI. 4 Change to the /usr/StorMan directory, then enter this command: chmod +x arcconf 5 Unmount the Adaptec Storage Manager Installation CD. Refer to your operating system documentation for detailed instructions. Starting the Command Line
  • Adaptec 2260100-R | User Guide - Page 10
    Using the Command Line Utility 2 In this chapter... ARCCONF Commands ...11 HRCONF Commands...23 This chapter explains how to use the command line utility interactively or in batch mode. With interactive mode, enter commands at the prompt. In batch mode, create scripts and run the script in the
  • Adaptec 2260100-R | User Guide - Page 11
    Chapter 2: Using the Command Line Utility ● 11 ARCCONF Commands Perform the following functions from the command line: copyback create delete driverupdate getconfig getlogs getstatus ARCCONF COMMANDS getversion setcache identify setconfig key setname modify setpriority rescan setstate
  • Adaptec 2260100-R | User Guide - Page 12
    MAX to set size to available space. RAID# indicates the RAID level for the new logical drive. 0, 1, 1E, 10, 5, 5EE, 50, 6, 60, and volume are supported. Channel# Drive# lists the space-delimited channel number and device number pairs for each device to add to the logical drive. Rvolume is the RAID
  • Adaptec 2260100-R | User Guide - Page 13
    Chapter 2: Using the Command Line Utility ● 13 Noprompt: No prompt for confirmation Examples ARCCONF CREATE 1 LOGICALDRIVE STRIPESIZE 64 MAX 0 1 0 1 1 1 2 NOPROMPT ARCCONF CREATE 1 JBOD 0 1 NOPROMPT arcconf delete Deletes a logical drive or JBOD. All data stored on the logical drive or JBOD will be
  • Adaptec 2260100-R | User Guide - Page 14
    Chapter 2: Using the Command Line Utility ● 14 arcconf getconfig Lists information about the controllers, logical drives, and physical devices. This information can include (but is not limited to) the following items: ● Controller type ● BIOS, boot block, device driver, and firmware versions ●
  • Adaptec 2260100-R | User Guide - Page 15
    of the operation completed. Note: 1 GETSTATUS reports currently active operations for both ARCCONF commands and commands issued from the Adaptec Storage Manager. 2 GETSTATUS reports verify, clear, initialize, and secure erase operations on physical devices. 3 GETSTATUS only reports active operations
  • Adaptec 2260100-R | User Guide - Page 16
    is the device number for the device to be identified Example ARCCONF IDENTIFY 1 DEVICE 0 0 ARCCONF IDENTIFY 1 ALL arcconf key Loads a feature key onto an Adaptec controller. Syntax ARCCONF KEY SET Parameters Controller# is the controller number Key# is the key number provided by
  • Adaptec 2260100-R | User Guide - Page 17
    Chapter 2: Using the Command Line Utility ● 17 arcconf modify Morphs a logical device from one raid level to another (RAID Level Migration). Expands a logical device from original to one with larger capacity (Online Capacity Expansion). Can be used to make mirrored sets. Syntax MODIFY
  • Adaptec 2260100-R | User Guide - Page 18
    new firmware and BIOS to be flashed to the controller. A reboot is required for the new firmware to take effect. Note: 1 This function is only supported in Windows and Linux. 2 Be sure to copy the *.UFI update files from the CD and not from the BIOS/Firmware update diskettes. Syntax ARCCONF
  • Adaptec 2260100-R | User Guide - Page 19
    Chapter 2: Using the Command Line Utility ● 19 arcconf setalarm Sets the state of the controller audible alarm, if present. Syntax ARCCONF SETALARM Parameters Controller# is the controller number On enables the alarm Off disables the alarm Silence quiets the
  • Adaptec 2260100-R | User Guide - Page 20
    Chapter 2: Using the Command Line Utility ● 20 arcconf setconfig Resets the controller's configuration. Logical drives are deleted, hard disks are reset to the READY state, and any controller settings are reset to default values. Syntax ARCCONF SETCONFIG DEFAULT [noprompt] Parameters
  • Adaptec 2260100-R | User Guide - Page 21
    Chapter 2: Using the Command Line Utility ● 21 arcconf setstate Changes the state of a physical device from its current state to the designated state (Hot spare). Syntax ARCCONF SETSTATE DEVICE [LOGICALDRIVE [LD#] ... ] Parameters Controller# is the
  • Adaptec 2260100-R | User Guide - Page 22
    Chapter 2: Using the Command Line Utility ● 22 arcconf task Performs a task on a logical drive. Syntax ARCCONF TASK TASK START LOGICALDRIVE [noprompt] TASK STOP LOGICALDRIVE TASK START DEVICE [
  • Adaptec 2260100-R | User Guide - Page 23
    Chapter 2: Using the Command Line Utility ● 23 HRCONF Commands Perform the following functions from the command line: backup create delete getconfig getstatus HRCONF Commands getversion identify rescan restore romupdate setboot setconfig setstate task hrconf backup For large-scale deployments,
  • Adaptec 2260100-R | User Guide - Page 24
    the following options: ● Stripesize-Optional parameters for specifying a stripe size. STRIPE is specified in kilobytes: 16, 32, and 64 are supported. ● Name-Optional parameter for specifying the name of the logical drive to be created. ● Init_Priority-Initialization Priority for logical drive to be
  • Adaptec 2260100-R | User Guide - Page 25
    Chapter 2: Using the Command Line Utility ● 25 hrconf getconfig Lists information about the controllers, logical drives, and physical devices. This information can include (but is not limited to) the following items: ● Controller type ● Logical drive status, RAID level, and size ● Physical device
  • Adaptec 2260100-R | User Guide - Page 26
    Chapter 2: Using the Command Line Utility ● 26 hrconf identify Blinks the LEDs on a device(s) connected to a controller. Syntax HRCONF IDENTIFY LOGICALDRIVE HRCONF IDENTIFY DEVICE Parameters Controller# is the controller number LogicalDrive
  • Adaptec 2260100-R | User Guide - Page 27
    Chapter 2: Using the Command Line Utility ● 27 hrconf romupdate Note: This command is only available on systems running Windows or Linux. Updates the controller or enclosure firmware. The ROM image file must be in the same directory prior to invoking hrconf. Syntax HRCONF ROMUPDATE [
  • Adaptec 2260100-R | User Guide - Page 28
    Chapter 2: Using the Command Line Utility ● 28 hrconf setstate Redefines the state of a physical device from its current state to the designated state, or redefines a logical device state to force the logical drive online. Syntax HRCONF SETSTATE LOGICAL DRIVE [
  • Adaptec 2260100-R | User Guide - Page 29
    Adaptec, Inc. 691 South Milpitas Boulevard Milpitas, CA 95035 USA ©2008 Adaptec, Inc. All rights reserved. Adaptec and the Adaptec logo are trademarks of Adaptec, Inc. which may be registered in some jurisdictions. Part Number: CDP-00196-02-A, Rev A JB 03/08
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29

User’s Guide
Adaptec RAID Controller
Command Line Utility