This manual is the introduction of Sans Digital EliteRAID Series and TowerRAID Series iSCSI and it aims
to help users know the operations of the disk array system easily. Information contained in this manual
has been reviewed for accuracy, but not for product warranty because of the various
environments/OS/settings, Information and specification will be changed without further notice. For any
update information, please visit www.sansdigital.com.
Copyright@2010 Sans Digital, All rights reserved.
If you have any question, please e-mail to “tech@sansdigital.com”. We will answer your question as soon
as possible.
2.1 Before starting .................................................................................................................................10
4.4 Disk roaming ....................................................................................................................................57
4.5 Support Microsoft MPIO and MC/S ............................................................................................ 58
Appendix …………………………………………………………………………………………...59
A. Certification list ...............................................................................................................................59
B. Event notifications...........................................................................................................................60
C. Known issues....................................................................................................................................64
- 4 -
Chapter 1 RAID introduction
1.1 Features
Sans Digital EliteRAID and TowerRAID Series iSCSI storage is a high-performance RAID.
•4 bay solutions
o EliteRAID ER104I+/ER104I+B: 1U 4 bay iSCSI (Gigabit LAN x2) Rackmount
•8 bay solution
o EliteRAID ER208I+B: 2U 8 bay iSCSI (Gigabit LAN x2) Rackmount
o TowerRAID TR8I: 8 bay iSCSI (Gigabit LAN x2) Tower
• 16 bay solution
o EliteRAID ER316I+B: 3U 16 bay iSCSI (Gigabit LAN x4) Rackmount
Sans Digital EliteRAID and TowerRAID Series features:
• Front-end 2 GbE or 4 Gbe NIC ports, support Microsoft MPIO and SCSI3 Clustering.
• iSCSI jumbo frame support.
• RAID 6, 60 ready.
• SATA II drives backward-compatible.
• One logic volume can be shared by as many as 32 hosts.
• Host access control.
• Configurable N-way mirror for high data protection.
• On-line volume migration with no system down-time.
• HDD S.M.A.R.T. enabled for SATA drives.
• Header/data digest support.
• Microsoft VSS, VDS support.
• Support MPIO and MC/s
• Support LACP 802.11ad and trunking (ER316I+B only)
With proper configuration, Sans Digital can provide non-stop service with a high degree of fault tolerance
by using RAID technology and advanced array management features. The controller features are slightly
different between the backplane solution and cable solution. For more details, please contact Sans Digital
or email to “tech@sansdigital.com”.
EliteRAID and TowerRAID Series iSCSI solution connects to the host system in iSCSI interface. It can be
configured to any RAID level. The controller provides reliable data protection for servers and RAID 6.
The RAID 6 allows two HDD failures without producing any impact on the existing data. Data can be
recovered from the existing data and parity drives. (Data can be recovered from the rest disks/drives.)
1.2 Terminology
The document uses the following terms:
RAID
RAID is the abbreviation of “Redundant Array of Independent Disks”. There are
different RAID levels with different degree of the data protection, data
availability, and performance to host environment.
- 5 -
PD
The Physical Disk belongs to the member disk of one specific RAID group.
RD Raid Group. A collection of removable media. One RG consists of a set of VDs
and owns one RAID level attribute.
VD Virtual Disk. Each RD could be divided into several VDs. The VDs from one RG
have the same RAID level, but may have different volume capacity.
CV Cache Volume. Controller uses onboard memory as cache. All RAM (except for
the part which is occupied by the controller) can be used as cache.
LUN Logical Unit Number. A logical unit number (LUN) is a unique identifier which
enables it to differentiate among separate devices (each one is a logical unit).
GUI Graphic User Interface.
RAID width,
RAID copy,
RAID row
(RAID cell in
one row)
RAID width, copy and row are used to describe one RG.
2. One 3-way mirroring volume: RAID width=1; RAID copy=3; RAID
row=1.
3. One RAID 10 volume over 3 4-disk RAID 1 volume: RAID width=1;
RAID copy=4; RAID row=3.
WT Write-Through cache-write policy. A caching technique in which the completion
of a write request is not signaled until data is safely stored in non-volatile media.
Each data is synchronized in both data cache and accessed physical disks.
WB Write-Back cache-write policy. A caching technique in which the completion of a
write request is signaled as soon as the data is in cache and actual writing to nonvolatile media occurs at a later time. It speeds up system write performance but
needs to bear the risk where data may be inconsistent between data cache and
the physical disks in one short time interval.
RO Set the volume to be Read-Only.
DS Dedicated Spare disks. The spare disks are only used by one specific RG. Others
could not use these dedicated spare disks for any rebuilding purpose.
GS
Global Spare disks. GS is shared for rebuilding purpose. If some RGs need to use
the global spare disks for rebuilding, they could get the spare disks out from the
common spare disks pool for such requirement.
DC Dedicated Cache.
GC Global Cache.
- 6 -
DG DeGraded mode. Not all of the array’s member disks are functioning, but the
array is able to respond to application read and write requests to its virtual disks.
SCSI Small Computer Systems Interface.
SAS Serial Attached SCSI.
iSCSI Internet Small Computer Systems Interface.
SAS Serial Attached SCSI.
FC Fibre Channel.
S.M.A.R.T. Self-Monitoring Analysis and Reporting Technology.
WWN World Wide Name.
HBA Host Bus Adapter.
SAF-TE SCSI Accessed Fault-Tolerant Enclosures.
SES SCSI Enclosure Services.
NIC Network Interface Card.
LACP Link Aggregation Control Protocol.
MPIO Multi-Path Input/Output.
MC/S Multiple Connections per Session
MTU Maximum Transmission Unit.
CHAP Challenge Handshake Authentication Protocol. An optional security mechanism
to control access to an iSCSI storage system over the iSCSI data ports.
iSNS Internet Storage Name Service.
1.3 RAID levels
RAID 0 Disk striping. RAID 0 needs at least one hard drive.
RAID 1 Disk mirroring over two disks. RAID 1 needs at least two hard drives.
N-way mirror Extension to RAID 1 level. It has N copies of the disk.
- 7 -
RAID 3 Striping with parity on the dedicated disk. RAID 3 needs at least three hard
drives.
RAID 5 Striping with interspersed parity over the member disks. RAID 3 needs at least
three hard drives.
RAID 6 2-dimensional parity protection over the member disks. RAID 6 needs at least
four hard drives.
RAID 0+1 Mirroring of the member RAID 0 volumes. RAID 0+1 needs at least four hard
drives.
RAID 10 Striping over the member RAID 1 volumes. RAID 10 needs at least four hard
drives.
RAID 30 Striping over the member RAID 3 volumes. RAID 30 needs at least six hard
drives.
RAID 50 Striping over the member RAID 5 volumes. RAID 50 needs at least six hard
drives.
RAID 60 Striping over the member RAID 6 volumes. RAID 60 needs at least eight hard
drives.
JBOD The abbreviation of “Just a Bunch Of Disks”. JBOD needs at least one hard drive.
1.4Volume relationship diagram
LUN 1 LUN 2LUN 3
VD 1 VD 2
Snap
VD
+
+
+
RG
Global CV
Dedicated
CV
PD 2 PD 3 DS PD 1
- 8 -
RAM
Figure 1.4.1
This is the volume structure of Sans Digital designed. It describes the relationship of RAID components.
One RG (RAID group) consists of a set of VDs (Virtual disk) and owns one RAID level attribute. Each RG
can be divided into several VDs. The VDs in one RG share the same RAID level, but may have different
volume capacity. Each VD will be associated with one specific CV (Cache Volume) to execute the data
transaction. Each CV can have different cache memory size by user’s modification/setting. LUN (Logical
Unit Number) is a unique identifier, in which users can access through SCSI commands.
- 9 -
Chapter 2 Getting started
2.1 Before starting
Before starting, prepare the following items.
1. Check “Certification list” in Appendix A to confirm the hardware setting is fully supported.
2. Read the latest release note before upgrading. Release note accompany with release
firmware.
3. A server with a NIC or iSCSI HBA.
4. CAT 5e, or CAT 6 network cables for management port and iSCSI data ports. Recommend
CAT 6 cables for best performance.
5. Prepare storage system configuration plan.
6. Management and iSCSI data ports network information. When using static IP, please prepare
static IP addresses, subnet mask, and default gateway.
7. Gigabit LAN switches. (recommended) Or Gigabit LAN switches with VLAN/LCAP/Trunking.
(optional)
8. CHAP security information, including CHAP username and secret. (optional)
9. Setup the hardware connection before power on servers and storage unit. Connect console
cable, management port cable, and iSCSI data port cables in advance.
2.2 iSCSI introduction
iSCSI (Internet SCSI) is a protocol which encapsulates SCSI (Small Computer System Interface) commands
and data in TCP/IP packets for linking storage devices with servers over common IP infrastructures. iSCSI
provides high performance SANs over standard IP networks like LAN, WAN or the Internet.
IP SANs are true SANs (Storage Area Networks) which allow few servers to attach to an infinite number
of storage volumes by using iSCSI over TCP/IP networks. IP SANs can scale the storage capacity with any
type and brand of storage system. In addition, it can be used by any type of network (Ethernet, Fast
Ethernet, and Gigabit Ethernet) and combination of operating systems (Microsoft Windows, Linux, Solaris,
etc.) within the SAN network. IP-SANs also include mechanisms for security, data replication, multi-path
and high availability.
Storage protocol, such as iSCSI, has “two ends” in the connection. These ends are initiator and target. In
iSCSI, we call them iSCSI initiator and iSCSI target. The iSCSI initiator requests or initiates any iSCSI
communication. It requests all SCSI operations like read or write. An initiator is usually located on the
host/server side (either an iSCSI HBA or iSCSI SW initiator).
The target is the storage device itself or an appliance which controls and serves volumes or virtual
volumes. The target is the device which performs SCSI command or bridge to an attached storage device.
- 10 -
The host side needs an iSCSI initiator. The initiator is a driver which handles the SCSI traffic over iSCSI.
The initiator can be software or hardware (HBA). Please refer to the certification list of iSCSI HBA(s) in
Appendix A. OS native initiators or other software initiators use standard TCP/IP stack and Ethernet
hardware, while iSCSI HBA(s) use their own iSCSI and TCP/IP stacks on board.
Hardware iSCSI HBA(s) provide its own initiator tool. Please refer to the vendors’ HBA user manual.
Microsoft, Linux and Mac provide iSCSI initiator driver. Below are the available links:
1. Link to download the Microsoft iSCSI software initiator:
Please refer to Appendix D for Microsoft iSCSI initiator installation procedure.
2. Linux iSCSI initiator is also available. For different kernels, there are different iSCSI drivers.
Please check Appendix A for iSCSI initiator certification list. If user needs the latest Linux
iSCSI initiator, please visit Open-iSCSI project for most update information. Linux-iSCSI
(sfnet) and Open-iSCSI projects merged in April 11, 2005.
Open-iSCSI website: http://www.open-iscsi.org/
Open-iSCSI README: http://www.open-iscsi.org/docs/README
Features: http://www.open-iscsi.org/cgi-bin/wiki.pl/Roadmap
Support Kernels:
http://www.open-iscsi.org/cgi-bin/wiki.pl/Supported_Kernels
Google groups:
http://groups.google.com/group/open-iscsi/threads?gvc=2
http://groups.google.com/group/open-iscsi/topics
Open-iSCSI Wiki: http://www.open-iscsi.org/cgi-bin/wiki.pl
3. ATTO iSCSI initiator is available for Mac.
Website: http://www.attotech.com/xtend.html
Host 1
(initiator)
NIC
iSCSI device 1
(target)
IP SAN
Figure 2.2.1
iSCSI device 2
(target)
Host 2
(initiator)
iSCSI
HBA
- 11 -
p
2.3 Management methods
There are three management methods to manage EliteRAID and TowerRAID iSCSI Series, describe in the
following:
2.3.1 Web GUI
EliteRAID and TowerRAID iSCSI Series support graphic user interface to manage the system. Make sure
the LAN cable is connected. The default setting of management port IP is DHCP. The IP address could be
located by using the included RAID Finder Software.
Type the management port IP in the web browser.
Click any function at the first time; it will pop up a dialog to authenticate current user.
Login name: admin
Default password: 0000
Or login with read-only account which only allows reading the configuration and cannot change setting.
Login name: user
Default password: 1234
2.3.2 Console serial port
Use NULL modem cable to connect console port.
The console setting is baud rate: 115200, 8 bits, 1 stop bit, and no parity.
Terminal type: vt100
Login name: admin
Default password: 0000
2.3.3 Remote control – secure shell
SSH (secure shell) is required for controllers to remote login. The SSH client software is available at the
following web site:
Tips
EliteRAID and TowerRAID iSCSI only support SSH for remote control. For using SSH, the
IP address and
assword are required for login.
- 12 -
2.4 Enclosure Status
2.4.1 System buzzer
The system buzzer features are listed below:
1. The system buzzer alarms 1 second when system boots up successfully.
2. The system buzzer alarms continuously when there is error occurred. The alarm will be
stopped after error resolved or be muted.
3. The alarm will be muted automatically when the error is resolved. E.g., when RAID 5 is
degraded and alarm rings immediately, user changes/adds one physical disk for rebuilding.
When the rebuilding is done, the alarm will be muted automatically.
2.4.2 LED
The LED features are listed below:
1. Marquee / Disk Status / Disk Rebuilding LED: The Marquee / Disk Status / Disk Rebuilding
LEDs are displayed in the same LEDs. The LEDs indicates different functions in different
stages.
I. Marquee LEDs: When system powers on and successfully boots up, the Marquee
LED is on until the system boots successful.
II. Disk status LEDs: the LEDs reflect the disk status for the tray. Only On/Off situation.
III. Disk rebuilding LEDs: the LEDs are blinking when the disks are under rebuilding.
2. Disk Access LED: Hardware activated LED when accessing disks (IO).
3. Disk Power LED: Hardware activated LED when the disks are plugged in and powered on.
4. BUSY LED: Hardware activated LED when the front-end channel is busy.
5. POWER LED: Hardware activated LED when system is powered on.
- 13 -
Chapter 3 Web GUI guideline
Æ
Æ
Æ
Æ
Æ
Æ
Æ
Æ
Æ
Æ
Æ
Æ
Æ
Æ
Æ
Æ
Æ
Æ
Æ
Æ
3.1 Web GUI hierarchy
The below table is the hierarchy of web GUI.
Quick installation
System configuration
System setting
IP address
Login setting
Mail setting
Notification setting
iSCSI configuration
Entity property
NIC
Node
Session
CHAP account
Volume configuration
Volume create
wizard
Physical disk
RAID group
Virtual disk
Logical unit
Enclosure management
SES configuration
Hardware
monitor
S.M.A.R.T.
UPS
Maintenance
System
information
Upgrade
Reset to default
Import and
export
Event log
Reboot and
shutdown
Logout Sure to logout?
Æ
Step 1 / Step 2 / Confirm
System name / Date and time
MAC address / Address / DNS / port
Login configuration / Admin password / User password
Mail
Æ
SNMP / Messenger / System log server / Event log filter
Entity name / iSNS IP
Aggregation / IP settings for iSCSI ports / Become default
gateway / Enable jumbo frame
Create / Authenticate / Rename / User / Delete
Session information / Delete
Create / Delete
Step 1 / Step 2 / Step 3 / Step 4 / Confirm
Set Free disk / Set Global spare / Set Dedicated spare / Set
property / More information
Create / Migrate / Activate / Deactivate / Scrub / Delete /
Set disk property / More information
Create / Extend / Scrub / Delete / Set property / Attach
LUN / Detach LUN / List LUN / Set snapshot space /
Cleanup snapshot / Take snapshot / Auto snapshot / List
snapshot / More information
Attach / Detach
Æ
Enable / Disable
Æ
Auto shutdown
S.M.A.R.T. information
(Only for SATA disks)
UPS Type / Shutdown battery level / Shutdown delay /
Shutdown UPS
System information
Browse the firmware to upgrade / Export configuration
Sure to reset to factory default?
Import/Export / Import file
Æ
Download / Mute / Clear
Reboot / Shutdown
- 14 -
3.2 Login
EliteRAID and TowerRAID iSCSI Series supports graphic user interface (GUI) to operate the system. Be
sure to connect the LAN cable. The default IP setting is DHCP; open the browser and enter:
http://192.168.1.1 (Default IP address.)
Click any function at the first time; it will pop up a dialog for authentication.
Login name: admin
Default password: 0000
After login, you can choose the functions which lists on the left side of window to make configuration.
Figure 3.2.1
There are six indicators at the top-right corner for backplane solutions, and cabling solutions have three
indicators at the top-right corner.
Figure 3.2.2
1.
RAID light: Green means RAID works well. Red represents RAID failure.
2.
Temperature light: Green means normal temperature. Red represents abnormal
temperature.
3.
Voltage light: Green means normal voltage. Red represents abnormal voltage.
4.
UPS light: Green means UPS works well. Red represents UPS failure.
5.
Fan light: Green means Fan works well. Red represents fan failure. (Only for backplane
solution)
6.
Power light: Green means Power works well. Red represents power failure. (Only for
backplane solution)
- 15 -
3.3 Quick install
It is easy to use “Quick install” to create a volume. It uses whole physical disks to create a RG; the system
will calculate maximum spaces on RAID levels 0/1/3/5/6/0+1. “Quick install” will occupy all residual RG
space for one VD, and it has no space for snapshot and spare. If snapshot is needed, please create
volumes by manual, and refer to section 4.4 for more detail. If some physical disks are used in other RGs,
“Quick install” can not be run because the operation is valid only when all physical disks in this system are
free.
Step 1: Click “Quick install”, then choose the RAID level. After choosing the RAID level, then click
“
”. It will link to another page.
Step 2: Confirm page. Click “
created.
Done. You can start to use the system now.
Figure 3.3.1
” if all setups are correct. Then a VD will be
(Figure 3.3.2: A RAID 0 Virtual disk with the VD name “QUICK16150”, named by system itself, with the
total available volume size 271GB.)
Figure 3.3.2
- 16 -
3.4 System configuration
“System configuration” is designed for setting up the “System setting”, “IP address”, “Login setting”, “Mail
setting”, and “Notification setting”.
Figure 3.4.1
3.4.1 System setting
“System setting” can set system name and date. Default “System name” composed of model name and
serial number of this system, e.g.: P210C-a00001.
Check “Change date and time” to set up the current date, time, and time zone before using or
synchronize time from NTP (Network Time Protocol) server.
Figure 3.4.1.1
- 17 -
3.4.2 IP address
“IP address” can change IP address for remote administration usage. There are 2 options, DHCP (Get IP
address from DHCP server) or static IP. The default setting is DHCP. User can change the HTTP, HTTPS,
and SSH port number when the default port number is not allowed on host/server.
Figure 3.4.2.1
3.4.3 Login setting
“Login setting” can set single admin, auto logout time and Admin/User password. The single admin can
prevent multiple users access the same controller at the same time.
1. Auto logout: The options are (1) Disable; (2) 5 minutes; (3) 30 minutes; (4) 1 hour. The
system will log out automatically when user is inactive for a period of time.
2. Login lock: Disable/Enable. When the login lock is enabled, the system allows only one user
to login or modify system settings.
- 18 -
Figure 3.4.3.1
Check “Change admin password” or “Change user password” to change admin or user password. The
maximum length of password is 12 characters.
3.4.4 Mail setting
“Mail setting” can enter at most 3 mail addresses for receiving the event notification. Some mail servers
would check “Mail-from address” and need authentication for anti-spam. Please fill the necessary fields
and click “Send test mail” to test whether email functions are available. User can also select which levels
of event logs are needed to be sent via Mail. Default setting only enables ERROR and WARNING event
logs.
- 19 -
Figure 3.4.4.1
3.4.5 Notification setting
“Notification setting” can set up SNMP trap for alerting via SNMP, pop-up message via Windows
messenger (not MSN), alert via syslog protocol, and event log filter.
- 20 -
“SNMP” allows up to 3 SNMP trap addresses. Default community setting is “public”. User can choose the
event log levels and default setting only enables INFO event log in SNMP. There are many SNMP tools.
The following web sites are for your reference:
Using “Messenger”, user must enable the service “Messenger” in Windows (Start Æ Control Panel Æ
Administrative Tools Æ Services Æ Messenger), and then event logs can be received. It allows up to 3
messenger addresses. User can choose the event log levels and default setting enables the WARNING
and ERROR event logs.
Using “System log server”, user can choose the facility and the event log level. The default port of syslog
is 514. The default setting enables event level: INFO, WARNING and ERROR event logs.
Figure 3.4.5.1
- 21 -
There are some syslog server tools. The following web sites are for your reference:
WinSyslog: http://www.winsyslog.com/
Kiwi Syslog Daemon: http://www.kiwisyslog.com/
Most UNIX systems build in syslog daemon.
“Event log filter” setting can enable event level on “Pop up events” and “LCM”.
3.5 iSCSI configuration
“iSCSI configuration” is designed for setting up the “Entity Property”, “NIC”, “Node”, “Session”, and
“CHAP account”.
Figure 3.5.1
3.5.1 Entity property
“Entity property” can view the entity name of the controller, and setup “iSNS IP” for iSNS (Internet
Storage Name Service). iSNS protocol allows automated discovery, management and configuration of
iSCSI devices on a TCP/IP network. Using iSNS, it needs to install a iSNS server in SAN. Add an iSNS
server IP address into iSNS server lists in order that iSCSI initiator service can send queries.
Figure 3.5.1.1
3.5.2 NIC
“NIC” can change IP addresses of iSCSI data ports. ER104I+(B), ER208I+(B), ER316I+B and TR8I-B has
two. Each of them must be assigned to one IP address in multi-homed mode unless the link aggregation or
trunking mode has been selected. If any two or more ports are set in link aggregation or trunking mode,
they will display the same IP. ER104I+(B), ER208I+(B), ER316I+B and TR8I-B does not support
aggregation. ER316I+B will support aggregation or trunking mode.
- 22 -
Figure 3.5.2.2
(Figure 3.5.2.2: ER104I+(B), ER208I+(B), ER316I+B and TR8I-B, there are 2 iSCSI data ports. Each of
them is set to static IP.)
IP settings:
User can change IP address by moving mouse to the gray button of LAN port, click “IP settings for iSCSI
ports”. There are 2 selections, DHCP (Get IP address from DHCP server) or static IP.
Figure 3.5.2.4
Default gateway:
Default gateway can be changed by moving mouse to the gray button of LAN port, click “Become default
gateway”. There is only one default gateway.
MTU / Jumbo frame:
MTU (Maximum Transmission Unit) size can be enabled by moving mouse to the gray button of LAN port,
click “Enable jumbo frame”.
Caution
The MTU size of switching hub and HBA on host must be enabled. Otherwise, the LAN
Multi-homed / Trunking / LACP (ER316I+B only):
The following is the description of multi-homed / trunking / LACP functions.
Multi-homed: Default mode. Each of iSCSI data port is connected by itself and is not link aggregation and
trunking. This function is also for Multipath functions. Select this mode can also remove the setting of
Trunking / LACP in same time.
- 23 -
Trunking: defines the use of multiple iSCSI data ports in parallel to increase the link speed beyond the
limits of any single port.
LACP: The Link Aggregation Control Protocol (LACP) is part of IEEE specification 802.3ad that allows
bundling several physical ports together to form a single logical channel. LACP allows a network switch to
negotiate an automatic bundle by sending LACP packets to the peer. The advantages of LACP are (1)
increases the bandwidth. (2) failover when link status fails on a port.
Trunking / LACP setting can be changed by clicking the button “Aggregation”.
Figure 3.5.2.5
(Figure 3.5.2.5: There are 2 iSCSI data ports, select at least two NICs for link aggregation.)
Figure 3.5.2.6
For example, LAN1 and LAN2 are set as Trunking mode. To remove Trunking / LACP setting, checking
the gray button of LAN port, click “Delete link aggregation”. Then it will pop up a message to confirm.
(Figure 3.5.2.7: There are 4 iSCSI data ports, select at least two NICs for link aggregation.)
Figure 3.5.2.7
- 24 -
Figure 3.5.2.8
For example, LAN1 and LAN2 are set as Trunking mode. LAN3 and LAN4 are set as LACP mode. To
remove Trunking / LACP setting, checking the gray button of LAN port, click “Delete link aggregation”.
Then it will pop up a message to confirm.
3.5.3 Node
Single-node / Multi-node:
“Node” can view the target name for iSCSI initiator. ER104I+(B), ER208I+(B), ER316I+B and TR8I-B
supports single-node. The node name ER104I+(B), ER208I+(B), ER316I+B and TR8I-B exists by default
and can not be changed.
(Figure 3.5.3.1: ER104I+(B), ER208I+(B), ER316I+B and TR8I-B, single-mode.)
CHAP:
CHAP is the abbreviation of Challenge Handshake Authorization Protocol. CHAP is a strong
authentication method used in point-to-point for user login. It’s a type of authentication in which the
authentication server sends the client a key to be used for encrypting the username and password. CHAP
enables the username and password to transmitting in an encrypted form for protection.
To use CHAP authentication in ER104I+(B), ER208I+(B), ER316I+B and TR8I-B, please follow the
procedures.
1. Mouse moves to the gray button of “Auth” column, click “Authenticate”.
Figure 3.5.3.1
- 25 -
2.Select “CHAP”.
Figure 3.5.3.4
3. Click “
”.
Figure 3.5.3.5
4. Go to “/ iSCSI configuration / CHAP account” page to create CHAP account. Please refer to
next section for more detail.
5. Mouse moves to the gray button of “Auth” column, click “User”.
6. Select CHAP user(s) which will be used. It’s a multi option; it can be one or more. If
choosing none, CHAP can not work.
Figure 3.5.3.6
7. Click “
”.
8. In “Change Authenticate” page, select “None” to disable CHAP.
To use CHAP authentication in ER104I+(B), ER208I+(B), ER316I+B and TR8I-B, please follow the
procedures.
1. Click “
”.
2. Select “CHAP”.
Figure 3.5.3.7
3. Click “
”.
- 26 -
Figure 3.5.3.8
4. Go to “/ iSCSI configuration / CHAP account” page to create CHAP account. Please refer to
next section for more detail.
5. In “Authenticate” page, select “None” to disable CHAP.
Tips
After setting CHAP, the initiator in host/server should be set the same CHAP account.
Otherwise, user cannot login.
3.5.4 Session
“Session” can display iSCSI session and connection information, including the following items:
1. Host (Initiator Name)
2. Error Recovery Level
3. Error Recovery Count
4. Detail of Authentication status and Source IP: port number.
Figure 3.5.4.1
(Figure 3.5.4.1: iSCSI Session.)
Mouse moves to the gray button of session number, click “List connection”. It will list all connection(s) of
the session.
Figure 3.5.4.2
(Figure 3.5.4.2: iSCSI Connection.)
3.5.5 CHAP account
ER104I+(B), ER208I+(B), ER316I+B and TR8I-B can create one CHAP account only.
To setup CHAP account in ER104I+(B), ER208I+(B), ER316I+B and TR8I-B, please follow the procedures.
1. Click “
”.
2. Enter “User”, “Secret”, and “Confirm” secret again.
- 27 -
Figure 3.5.5.3
3. Click “
”.
Figure 3.5.5.4
(Figure 3.5.5.4: ER104I+(B), ER208I+(B), ER316I+B and TR8I-B, create a CHAP account named “chap1”.)
4. Click “Delete” to delete CHAP account.
3.6 Volume configuration
“Volume configuration” is designed for setting up the volume configuration which includes “Volume
create wizard”, “Physical disk”, “RAID group”, “Virtual disk”, “Snapshot”, and “Logical unit”.
3.6.1 Volume create wizard
“Volume create wizard” has a smarter policy. When the system is inserted with some HDDs. “Volume
create wizard” lists all possibilities and sizes in different RAID levels, it will use all available HDDs for
RAID level depends on which user chooses. When system has different sizes of HDDs, e.g., 8*200G and
8*80G, it lists all possibilities and combination in different RAID level and different sizes. After user
chooses RAID level, user may find that some HDDs are available (free status). The result is using smarter
policy designed by Sans Digital. It gives user:
Figure 3.6.1
- 28 -
1. Biggest capacity of RAID level for user to choose and,
2. The fewest disk number for RAID level / volume size.
E.g., user chooses RAID 5 and the controller has 12*200G + 4*80G HDDs inserted. If we use all 16
HDDs for a RAID 5, and then the maximum size of volume is 1200G (80G*15). By the wizard, we do
smarter check and find out the most efficient way of using HDDs. The wizard only uses 200G HDDs
(Volume size is 200G*11=2200G), the volume size is bigger and fully uses HDD capacity.
Step 1: Select “Volume create wizard” and then choose the RAID level. After the RAID level is chosen,
click “
”. Then it will link to next page.
Figure 3.6.1.1
Step 2: Please select the combination of the RG capacity, or “Use default algorithm” for maximum RG
capacity. After RG size is chosen, click “
”.
Figure 3.6.1.2
- 29 -
Step 3: Decide VD size. User can enter a number less or equal to the default number. Then click
“
”.
Figure 3.6.1.3
Step 4: Confirm page. Click “
” if all setups are correct. Then a VD will be
created.
Done. You can start to use the system now.
Figure 3.6.1.4
(Figure 3.6.1.4: A RAID 0 Virtual disk with the VD name “QUICK13573”, named by system itself, with
the total available volume size 1862GB.)
3.6.2 Physical disk
“Physical disk” can view the status of hard drives in the system. The followings are operational tips:
1. Mouse moves to the gray button next to the number of slot, it will show the functions which
can be executed.
2. Active function can be selected, but inactive function will show in gray color.
For example, set PD slot number 11 to dedicated spare disk.
Step 1: Mouse moves to the gray button of PD 11, select “Set Dedicated spare”, it will link to next page.
Figure 3.6.2.1
- 30 -
Step 2: Maybe it has some RGs which can be set dedicate spare disk, select which one will be added, then
click “
Done. View “Physical disk” page.
”.
Figure 3.6.2.2
Figure 3.6.2.3
(Figure 3.6.2.3: Physical disks of slot 1,2,3 are created for a RG named “RG-R5”. Slot 4 is set as dedicated
spare disk of RG named “RG-R5”. The others are free disks.)
•PD column description:
Slot
The position of hard drives. The button next to the number of slot
shows the functions which can be executed.
Size (GB)
RG Name
Capacity of hard drive.
Related RAID group name.
Status The status of hard drive.
“Online” Æ the hard drive is online.
“Rebuilding” Æ the hard drive is being rebuilt.
“Transition” Æ the hard drive is being migrated or is replaced by
another disk when rebuilding occurs.
- 31 -
“Missing” Æ the hard drive has already joined a RG but not plugged
into the disk tray of current system.
Health The health of hard drive.
“Good” Æ the hard drive is good.
“Failed” Æ the hard drive is failed.
“Error Alert” Æ S.M.A.R.T. error alert.
“Read Errors” Æ the hard drive has unrecoverable read errors.
Usage “RD” Æ RAID Disk. This hard drive has been set to RAID.
“FR” Æ FRee disk. This hard drive is free for use.
“DS” Æ Dedicated Spare. This hard drive has been set to the dedicated
spare of the RG.
“GS” Æ Global Spare. This hard drive has been set to a global
spare of all RGs.
“RS” Æ ReServe. The hard drive contains the RG information but
cannot be used. It may be caused by an uncompleted RG set, or
hot-plug of this disk in the running time. In order to protect the
data in the disk, the status changes to reserve. It can be reused
after setting it to “FR” manually.
Vendor Hard drive vendor.
Serial Hard drive serial number.
Type Hard drive type.
“SATA” Æ SATA disk.
“SATA2” Æ SATA II disk.
“SAS” Æ SAS disk.
Write cache Hard drive write cache is enabled or disabled.
Standby HDD auto spindown to save power. The default value is disabled.
•PD operations description:
Set Free disk Make the selected hard drive to be free for use.
Set Global spare Set the selected hard drive to global spare of all RGs.
Set Dedicated
Set hard drive to dedicated spare of selected RGs.
spares
Set property Change the status of write cache and standby.
- 32 -
Write cache options:
“Enabled” Æ Enable disk write cache.
“Disabled” Æ Disable disk write cache.
Standby options:
“Disabled” Æ Disable spindown.
“30 sec / 1 min / 5 min / 30 min” Æ Enable hard drive auto spindown to
save power in the period of time.
More information Show hard drive detail information.
3.6.3 RAID group
“RAID group” can view the status of each RAID group. The following is an example to create a RG.
Step 1: Click “
“
Step 2: Confirm page. Click “
”, enter “Name”, choose “RAID level”, click
” to select PD. Then click “”.
Figure 3.6.3.1
” if all setups are correct.
- 33 -
Figure 3.6.3.2
(Figure 3.6.3.2: There is a RAID 0 with 4 physical disks, named “RG-R0”, total size is 135GB. Another is a
RAID 5 with 3 physical disks, named “RG-R5”.)
Done. View “RAID group” page.
• RG column description:
No. Number of RAID group. The button next to the No. shows the
functions which can be executed.
Name RAID group name.
Total(GB) Total capacity of this RAID group.
Free(GB) Free capacity of this RAID group.
#PD The number of physical disks in RAID group.
#VD The number of virtual disks in RAID group.
Status The status of RAID group.
Health The health of RAID group.
“Online” Æ the RAID group is online.
“Offline” Æ the RAID group is offline.
“Rebuild” Æ the RAID group is being rebuilt.
“Migrate” Æ the RAID group is being migrated.
“Scrub” Æ the RAID group is being scrubbed.
- 34 -
“Good” Æ the RAID group is good.
“Failed” Æ the hard drive is failed.
“Degraded” Æ the RAID group is not completed. The reason could be
lack of one disk or disk failure.
RAID The RAID level of the RAID group.
Enclosure RG locates on local or JBOD enclosure.
•RG operations description:
Create
Migrate
Activate
Create a RAID group.
Migrate a RAID group. Please refer to next chapter for more detail.
Activate a RAID group; it can be executed when RG status is offline.
This is for online roaming purpose.
Deactivate
Deactivate a RAID group; it can be executed when RG status is online.
This is for online roaming purpose.
Scrub
Scrub a RAID group. It’s a parity regeneration. It supports RAID 3 / 5 /
6 / 30 / 50 / 60 only.
Delete
Delete a RAID group.
Set disk property Change the disk status of write cache and standby.
Write cache options:
“Enabled” Æ Enable disk write cache.
“Disabled” Æ Disable disk write cache.
Standby options:
“Disabled” Æ Disable spindown.
“30 sec / 1 min / 5 min / 30 min” Æ Enable hard drive auto spindown
to save power in the period of time.
More information
3.6.4 Virtual disk
“Virtual disk” can view the status of each Virtual disk. The following is an example to create a VD.
”, enter “Name”, choose “RG name”, “Stripe height (KB)”,
”.
- 35 -
Figure 3.6.4.1
Step 2: Confirm page. Click “
” if all setups are correct.
Figure 3.6.4.2
(Figure 3.6.4.2: Create a VD named “VD-01”, related to “RG-R0”, size is 30GB. The other VD is named
“VD-02”, initializing to 12%.)
Done. View “Virtual disk” page.
•VD column description:
No. Number of this Virtual disk. The button next to the VD No. shows the
- 36 -
functions which can be executed.
Name Virtual disk name.
Size(GB) Total capacity of the Virtual disk.
Right “WT” Æ Write Through.
“WB” Æ Write Back.
“RO” Æ Read Only.
Priority “HI” Æ HIgh priority.
“MD” Æ MiD priority.
“LO” Æ LOw priority.
Bg rate Background task priority.
“4 / 3 / 2 / 1 / 0” Æ Default value is 4. The higher number the
background priority of a VD has, the more background I/O will be
scheduled to execute.
Status The status of Virtual disk.
“Online” Æ the Virtual disk is online.
“Offline” Æ the Virtual disk is offline.
“Initiating” Æ the Virtual disk is being initialized.
“Rebuild” Æ the Virtual disk is being rebuilt.
“Migrate” Æ the Virtual disk is being migrated.
“Rollback” Æ the Virtual disk is being rolled back.
“Scrub” Æ the Virtual disk is being scrubbed.
Health The health of Virtual disk.
“Optimal” Æ the Virtual disk is operating and has experienced no
failures of the disks that comprise the RG.
“Degraded” Æ At least one disk which comprises space of the Virtual
disk has been marked as failed or has been plugged.
“Missing” Æ the Virtual disk has been marked as missing by the system.
“Failed” Æ the Virtual disk has experienced enough failures of the disks
that comprise the VD for unrecoverable data loss to occur.
“Part optimal” Æ the Virtual disk has experienced disk failures.
R %
Ratio of initializing or rebuilding.
RAID The levels of RAID that Virtual disk is using.
#LUN Number of LUN(s) that Virtual disk is attaching.
- 37 -
Snapshot (MB) The Virtual disk size that used for snapshot. The number means “Used
snapshot space” / “Total snapshot space”. The unit is in megabytes
(MB).
#Snapshot Number of snapshot(s) that Virtual disk is taken.
RG name The Virtual disk is related to the RG name
•VD operations description:
Extend Extend a Virtual disk capacity.
Scrub Scrub a Virtual disk. It’s a parity regeneration. It supports RAID 3 / 5 / 6
/ 30 / 50 / 60 only.
Delete Delete a Virtual disk.
Set property Change the VD name, right, priority and bg rate.
Right options:
“WT” Æ Write Through.
“WB” Æ Write Back.
“RO” Æ Read Only.
Priority options:
“HI” Æ HIgh priority.
“MD” Æ MiD priority.
“LO” Æ LOw priority.
Bg rate options:
“4 / 3 / 2 / 1 / 0” Æ Default value is 4. The higher number the
background priority of a VD has, the more background I/O will
be scheduled to execute.
Attach LUN Attach to a LUN.
Detach LUN Detach to a LUN.
List LUN List attached LUN(s).
Set snapshot space Set snapshot space for executing snapshot. Please refer to next chapter
for more detail.
Cleanup snapshot Clean all snapshot VD related to the Virtual disk and release snapshot
space.
- 38 -
Take snapshot Take a snapshot on the Virtual disk.
Auto snapshot Set auto snapshot on the Virtual disk.
List snapshot List all snapshot VD related to the Virtual disk.
More information Show Virtual disk detail information.
3.6.5 Snapshot (ER316I+B only)
“Snapshot” can view the status of snapshot. Please refer to next chapter for more detail about snapshot
concept. The following is an example to take a snapshot.
Step 1: Create snapshot space. In “/ Volume configuration / Virtual disk”, Mouse moves to the gray button
next to the VD number; click “Set snapshot space”.
Step 2: Set snapshot space. Then click “
”. The snapshot space is created.
Figure 3.6.5.1
Figure 3.6.5.2
(Figure 3.6.5.2: “VD-01” snapshot space has been created, snapshot space is 15360MB, and used 263MB
for saving snapshot index.)
Step 3: Take a snapshot. In “/ Volume configuration / Snapshot”, click “
”. It will
link to next page. Enter a snapshot name.
Figure 3.6.5.3
- 39 -
Step 4: Export the snapshot VD. Mouse moves to the gray button next to the Snapshot VD number; click
“Export”. Enter a capacity for snapshot VD. If size is zero, the exported snapshot VD will be read only.
Otherwise, the exported snapshot VD can be read/written, and the size will be the maximum capacity to
read/write.
Figure 3.6.5.4
Figure 3.6.5.5
(Figure 3.6.5.5: This is the list of “VD-01”. There are two snapshots in “VD-01”. Snapshot VD “SnapVD01” is exported to read only, “SnapVD-02” is exported to read/write.)
Step 5: Attach a LUN for snapshot VD. Please refer to the next section for attaching a LUN.
Done. Snapshot VD can be used.
•Snapshot column description:
No. Number of this snapshot VD. The button next to the snapshot VD No.
Name Snapshot VD name.
Used (MB) The amount of snapshot space that has been used.
Exported Snapshot VD is exported or not.
Right “RW” Æ Read / Write. The snapshot VD can be read / write.
#LUN Number of LUN(s) that snapshot VD is attaching.
shows the functions which can be executed.
“RO” Æ Read Only. The snapshot VD can be read only.
- 40 -
Created time Snapshot VD created time.
•Snapshot operations description:
Export / Unexport Export / unexport the snapshot VD.
Rollback Rollback the snapshot VD to the original.
Delete Delete the snapshot VD.
Attach Attach to a LUN.
Detach Detach to a LUN.
List LUN List attached LUN(s).
3.6.6 Logical unit
“Logical unit” can view the status of attached logical unit number of each VD.
User can attach LUN by clicking the “
”. “Host” must enter an iSCSI node
name for access control, or fill-in wildcard “*”, which means every host can access the volume. Choose
LUN number and permission, then click “
”.
Figure 3.6.6.1
Figure 3.6.6.2
- 41 -
(Figure 3.6.6.2: ER104I+, ER208I+, and TR8I, VD-01 is attached to LUN 0 and every host can access. VD02 is attached to LUN 1 and only initiator note which is named “iqn.1991-05.com.microsoft:demo” can
access. The other models do not display “Target” column.)
•LUN operations description:
Attach Attach a logical unit number to a Virtual disk.
Detach Detach a logical unit number from a Virtual disk.
The matching rules of access control are inspected from top to bottom in sequence. For example: there
are 2 rules for the same VD, one is “*”, LUN 0; and the other is “iqn.host1”, LUN 1. The other host
“iqn.host2” can login successfully because it matches the rule 1.
The access will be denied when there is no matching rule.
3.6.7 Example
The following is an example for creating volumes. Example 1 is to create two VDs and set a global spare
disk.
•Example 1
Example 1 is to create two VDs in one RG, each VD uses global cache volume. Global cache volume is
created after system boots up automatically. So, no action is needed to set CV. Then set a global spare
disk. Eventually, delete all of them.
Step 1: Create RG (RAID group).
To create the RAID group, please follow the procedures:
Figure 3.6.7.1
1. Select “/ Volume configuration / RAID group”.
2. Click “
“.
3. Input a RG Name, choose a RAID level from the list, click “
choose the RAID PD slot(s), then click “
4. Check the outcome. Click “
“ to
“.
“ if all setups are correct.
- 42 -
5.Done. A RG has been created.
Figure 3.6.7.2
(Figure 3.6.7.2: Creating a RAID 5 with 3 physical disks, named “RG-R5”. The total size is 931GB. Because
there is no related VD, free size still remains 931GB.)
Step 2: Create VD (Virtual disk).
To create a data user volume, please follow the procedures.
7. Input a VD name, choose a RG Name and enter a size of VD; decide the stripe high, block
size, read/write mode and set priority, finally click “
“.
8. Done. A VD has been created.
9. Do one more time to create another VD.
Figure 3.6.7.4
(Figure 3.6.7.4: Create VDs named “VD-R5-1” and “VD-R5-2”. Regarding to “RG-R5”, the size of “VDR5-1” is 50GB, the size of “VD-R5-2” is 64GB. “VD-R5-1” is initialing about 86%. There is no LUN
attached.)
Step 3: Attach LUN to VD.
There are 2 methods to attach LUN to VD.
- 43 -
1. In “/ Volume configuration / Virtual disk”, mouse moves to the gray button next to the VD
number; click “Attach LUN”.
2. In “/ Volume configuration / Logical unit”, click “
”.
The procedures are as follows:
Figure 3.6.7.5
1. Select a VD.
2. Input “Host” name, which is a FC node name for access control, or fill-in wildcard “*”, which
means every host can access to this volume. Choose LUN and permission, then click
“
”.
3. Done.
Figure 3.6.7.6
(Figure 3.5.8.6: VD-R5-1 is attached to LUN 0. VD-R5-2 is attached LUN 1.)
Tips
The matching rules of access control are from top to bottom in sequence.
Step 4: Set global spare disk.
To set global spare disks, please follow the procedures.
2. Mouse moves to the gray button next to the PD slot; click “Set Free disk”.
Step 10: Done, all volumes have been deleted.
3.7 Enclosure management
“Enclosure management” allows managing enclosure information including “SES configuration”, “Hardware
monitor”, “S.M.A.R.T.” and “UPS”. For the enclosure management, there are many sensors for different
purposes, such as temperature sensors, voltage sensors, hard disks, fan sensors, power sensors, and LED
status. Due to the different hardware characteristics among these sensors, they have different polling
intervals. Below are the details of polling time intervals:
1. Temperature sensors: 1 minute.
2. Voltage sensors: 1 minute.
3. Hard disk sensors: 10 minutes.
4. Fan sensors: 10 seconds . When there are 3 errors consecutively, controller sends ERROR
event log.
5. Power sensors: 10 seconds, when there are 3 errors consecutively, controller sends ERROR
event log.
6. LED status: 10 seconds.
Figure 3.7.1
- 46 -
3.7.1 SES configuration
SES represents SCSI Enclosure Services, one of the enclosure management standards. “SES configuration”
can enable or disable the management of SES.
Figure 3.7.1.1
(Figure 3.6.1.1: Enable SES in LUN 0, and can be accessed from every host)
The SES client software is available at the following web site:
SANtools: http://www.santools.com/
3.7.2 Hardware monitor
“Hardware monitor” can view the information of current voltage and temperature.
If “Auto shutdown” has been checked, the system will shutdown automatically when voltage or
temperature is out of the normal range. For better data protection, please check “Auto Shutdown”.
Figure 3.7.2.1
- 47 -
For better protection and avoiding single short period of high temperature triggering auto shutdown,
controllers use multiple condition judgments for auto shutdown, below are the details of when the Auto
shutdown will be triggered.
1. There are 3 sensors placed on controllers for temperature checking, they are on core
processor, PCI-X bridge, and daughter board. controller will check each sensor for every 30
seconds. When one of these sensor is over high temperature value for continuous 3 minutes,
auto shutdown will be triggered immediately.
2. The core processor temperature limit is 85. The PCI-X bridge temperature limit is 80.
The daughter board temperature limit is 80.
3. If the high temperature situation doesn’t last for 3 minutes, controller will not do auto
shutdown.
3.7.3 Hard drive S.M.A.R.T. support
S.M.A.R.T. (Self-Monitoring Analysis and Reporting Technology) is a diagnostic tool for hard drives to
deliver warning of drive failures in advance. S.M.A.R.T. provides users chances to take actions before
possible drive failure.
S.M.A.R.T. measures many attributes of the hard drive all the time and inspects the properties of hard
drives which are close to be out of tolerance. The advanced notice of possible hard drive failure can allow
users to back up hard drive or replace the hard drive. This is much better than hard drive crash when it is
writing data or rebuilding a failed hard drive.
“S.M.A.R.T.” can display S.M.A.R.T. information of hard drives. The number is the current value; the
number in parenthesis is the threshold value. The threshold values of hard drive vendors are different;
please refer to vendors’ specification for details.
S.M.A.R.T. only supports SATA drive. SAS drive does not have. It will show N/A in this web page.
Figure 3.7.3.1
- 48 -
3.7.4 UPS
“UPS” can set up UPS (Uninterruptible Power Supply).
Figure 3.7.4.1
Currently, the system only supports and communicates with smart-UPS of APC (American Power
Conversion Corp.) UPS. Please review the details from the website: http://www.apc.com/.
First, connect the system and APC UPS via RS-232 for communication. Then set up the shutdown values
when power is failed. UPS in other companies can work well, but they have no such communication
feature.
UPS Type
Select UPS Type. Choose Smart-UPS for APC, None for other vendors
or no UPS.
Shutdown Battery
Level (%)
Shutdown Delay
(s)
When below the setting level, system will shutdown. Setting level to
“0” will disable UPS.
If power failure occurred, and system can not return to value setting
status, the system will shutdown. Setting delay to “0” will disable the
function.
Shutdown UPS
Select ON, when power is gone, UPS will shutdown by itself after the
system shutdown successfully. After power comes back, UPS will start
working and notify system to boot up. OFF will not.
Status The status of UPS.
Battery Level (%) Current percentage of battery level.
3.8 System maintenance
“Detecting…”
“Running”
“Unable to detect UPS”
“Communication lost”
“UPS reboot in progress”
“UPS shutdown in progress”
“Batteries failed. Please change them NOW!”
- 49 -
“Maintenance” allows the operation of system functions which include “System information” to show the
system version, “Upgrade” to the latest firmware, “Reset to factory default” to reset all controller
configuration values to factory settings, “Import and export” to import and export all controller
configuration, “Event log” to view system event log to record critical events, and “Reboot and shutdown”
to either reboot or shutdown the system.
Figure 3.8.1
3.8.1 System information
“System information” can display system information (including firmware version), CPU type, installed
system memory, and controller serial number.
3.8.2 Upgrade
“Upgrade” can upgrade firmware. Please prepare new firmware file named “xxxx.bin” in local hard drive,
then click “
” to select the file. Click “”, it will pop up a message
“Upgrade system now? If you want to downgrade to the previous FW later (not recommend), please
export your system configuration in advance”, click “Cancel” to export system configuration in advance,
then click “OK” to start to upgrade firmware.
Figure 3.8.2.1
When upgrading, there is a progress bar running. After finished upgrading, the system must reboot
manually to make the new firmware took effect.
Figure 3.8.2.2
- 50 -
g
Tips
Please contact with tech@sansdigital.com for latest firmware.
3.8.3 Reset to factory default
“Reset to factory default” allows user to reset controller to factory default setting.
Figure 3.8.3.1
Reset to default value, the password is: 1234, and IP address to default DHCP.
Default IP address: 192.168.10.50 (DHCP)
Default subnet mask: 255.255.255.0
Default gateway: 192.168.10.254
3.8.4 Import and export
“Import and export” allows user to save system configuration values: export, and apply all configuration:
import. For the volume configuration setting, the values are available in export and not available in import
which can avoid confliction/date-deleting between two controllers. That says if one controller already
exists valuable data in the disks and user may forget to overwrite it. Use import could return to original
configuration. If the volume setting was also imported, user’s current data will be overwritten.
Figure 3.8.4.1
1. Import: Import all system configurations excluding volume configuration.
2. Export: Export all configurations to a file.
Caution
“Import” will import all system configurations excluding volume configuration; the current
urations will be replaced.
confi
- 51 -
3.8.5 Event log
“Event log” can view the event messages. Check the checkbox of INFO, WARNING, and ERROR to
choose the level of display event log. Clicking “
” button will save the whole
event log as a text file with file name “log-ModelName-SerialNumber-Date-Time.txt” (e.g., log-F200C-
a00001-20080501-120000.txt). Click ”
“
” button will stop alarm if system alerts.
” button will clear event log. Click
Figure 3.8.5.1
The event log is displayed in reverse order which means the latest event log is on the first page. The
event logs are actually saved in the first four hard drives; each hard drive has one copy of event log. For
one controller, there are four copies of event logs to make sure users can check event log any time when
there is/are failed disk(s).
Tips
Please plug-in any of the first four hard drives, then event logs can be saved and displayed in
next system boot up. Otherwise, the event logs would be disappeared.
3.8.6 Reboot and shutdown
“Reboot and shutdown” displays “Reboot” and “Shutdown” buttons. Before power off, it’s better to
execute “Shutdown” to flush the data from cache to physical disks. The step is necessary for data
protection.
Figure 3.8.6.1
- 52 -
3.9 Logout
For security reason, “Logout” allows users logout when no user is operating the system. Re-login the
system; please enter username and password again.
- 53 -
Chapter 4 Advanced operation
p
4.1 Rebuild
If one physical disk of the RG which is set as protected RAID level (e.g.: RAID 3, RAID 5, or RAID 6) is
FAILED or has been unplugged/removed, then the status of RG is changed to degraded mode, the system
will search/detect spare disk to rebuild the degraded RG to a complete one. It will detect dedicated spare
disk as rebuild disk first, then global spare disk.
EliteRAID and TowerRAID iSCSI Seriess support Auto-Rebuild. The following is the scenario:
Take RAID 6 for example:
1. When there is no global spare disk or dedicated spare disk in the system, controller will be
in degraded mode and wait until (A) there is one disk assigned as spare disk, or (B) the failed
disk is removed and replaced with new clean disk, then the Auto-Rebuild starts. The new
disk will be a spare disk to the original RG automatically.
If the new added disk is not clean (with other RG information), it would be marked as RS
(reserved) and the system will not start "auto-rebuild".
If this disk is not belonging to any existing RG, it would be FR (Free) disk and the system will
start Auto-Rebuild.
If user only removes the failed disk and plugs the same failed disk in the same slot again, the
auto-rebuild will start running. But rebuilding in the same failed disk may impact customer
data if the status of disk is unstable. Sans Digital suggests all customers not to rebuild in the
failed disk for better data protection.
2. When there is enough global spare disk(s) or dedicated spare disk(s) for the degraded array,
controller starts Auto-Rebuild immediately. And in RAID 6, if there is another disk failure
occurs during rebuilding, controller will start the above Auto-Rebuild process as well. AutoRebuild feature only works at that the status of RG is "Online". It will not work at “Offline”.
Thus, it will not conflict with the “Roaming”.
3. In degraded mode, the status of RG is “Degraded”. When rebuilding, the status of RG/VD
will be “Rebuild”, the column “R%” in VD will display the ratio in percentage. After complete
rebuilding, the status will become “Online”. RG will become completely one.
Tips
“Set dedicated spare” is not available if there is no RG or only RG of RAID 0, JBOD,
because user can not set dedicated s
Sometimes, rebuild is called recover; they are the same meaning. The following table is the relationship
between RAID levels and rebuild.
are disk to RAID 0 & JBOD.
RAID 0 Disk striping. No protection for data. RG fails if any hard drive fails or unplugs.
RAID 1 Disk mirroring over 2 disks. RAID 1 allows one hard drive fails or unplugging.
Need one new hard drive to insert to the system and rebuild to be completed.
- 54 -
N-way mirror Extension to RAID 1 level. It has N copies of the disk. N-way mirror allows N-1
hard drives failure or unplugging.
RAID 3 Striping with parity on the dedicated disk. RAID 3 allows one hard drive failure
or unplugging.
RAID 5 Striping with interspersed parity over the member disks. RAID 5 allows one hard
drive failure or unplugging.
RAID 6 2-dimensional parity protection over the member disks. RAID 6 allows two hard
drives failure or unplugging. If it needs to rebuild two hard drives at the same
time, it will rebuild the first one, then the other in sequence.
RAID 0+1 Mirroring of RAID 0 volumes. RAID 0+1 allows two hard drive failures or
unplugging, but at the same array.
RAID 10 Striping over the member of RAID 1 volumes. RAID 10 allows two hard drive
failure or unplugging, but in different arrays.
RAID 30 Striping over the member of RAID 3 volumes. RAID 30 allows two hard drive
failure or unplugging, but in different arrays.
RAID 50 Striping over the member of RAID 5 volumes. RAID 50 allows two hard drive
failures or unplugging, but in different arrays.
RAID 60 Striping over the member of RAID 6 volumes. RAID 40 allows four hard drive
failures or unplugging, every two in different arrays.
JBOD The abbreviation of “Just a Bunch Of Disks”. No data protection. RG fails if any
hard drive failures or unplugs.
4.2 RG migration
To migrate the RAID level, please follow below procedures.
1. Select “/ Volume configuration / RAID group”.
2. Mouse moves to the gray button next to the RG number; click “Migrate”.
3. Change the RAID level by clicking the down arrow to “RAID 5”. There will be a pup-up
which indicates that HDD is not enough to support the new setting of RAID level, click
“
“
” to increase hard drives, then click
“ to go back to setup page. When doing migration to lower
RAID level, such as the original RAID level is RAID 6 and user wants to migrate to RAID 0,
system will evaluate whether this operation is safe or not, and appear a message of "Sure to
migrate to a lower protection array?” to give user warning.
- 55 -
Figure 4.2.1
4. Double check the setting of RAID level and RAID PD slot. If there is no problem, click
“
“.
5. Finally a confirmation page shows the detail of RAID information. If there is no problem, click
“
“ to start migration. System also pops up a message of
“Warning: power lost during migration may cause damage of data!” to give user warning.
When the power is abnormally off during the migration, the data is in high risk.
6. Migration starts and it can be seen from the “status” of a RG with “Migrating”. In “/ Volume
configuration / Virtual disk”, it displays a “Migrating” in “Status” and complete percentage of
migration in “R%”.
Figure 4.2.2
(Figure 4.2.2: A RAID 0 with 4 physical disks migrates to RAID 5 with 5 physical disks.)
Figure 4.2.3
(Figure 4.2.3: A RAID 0 migrates to RAID 5, the complete percentage is 14%.)
To do migration, the total size of RG must be larger or equal to the original RG. It does not allow
expanding the same RAID level with the same hard disks of original RG.
The operation is not allowed when RG is being migrated. System would reject following operations:
1. Add dedicated spare.
2. Remove a dedicated spare.
3. Create a new VD.
4. Delete a VD.
5. Extend a VD.
6. Scrub a VD.
7. Perform yet another migration operation.
8. Scrub entire RG.
9. Take a new snapshot.
10. Delete an existing snapshot.
11. Export a snapshot.
12. Rollback to a snapshot.
- 56 -
g
Caution
RG Migration cannot be executed during rebuild or VD extension.
2. Mouse moves to the gray button next to the VD number; click “Extend”.
3. Change the size. The size must be larger than the original, and then click
“
“ to start extension.
Figure 4.3.1
4. Extension starts. If VD needs initialization, it will display an “Initiating” in “Status” and
complete percentage of initialization in “R%”.
Figure 4.3.2
(Figure 4.3.2: Extend VD-R5 from 20GB to 40GB.)
Tips
The size of VD extension must be lar
er than original.
Caution
VD Extension cannot be executed during rebuild or migration.
4.4 Disk roaming
Physical disks can be re-sequenced in the same system or move all physical disks from system-1 to
system-2. This is called disk roaming. System can execute disk roaming online. Please follow the
procedures.
1. Select “/ Volume configuration / RAID group”.
2. Mouse moves to the gray button next to the RG number; click “Deactivate”.
3. Move all PDs related to the RG to another system.
- 57 -
4. Mouse moves to the gray button next to the RG number; click “Activate”.
5. Done.
Disk roaming has some constraints as described in the followings:
1. Check the firmware of two systems first. It is better that both systems have the same
firmware version or newer.
2. All physical disks of related RG should be moved from system-1 to system-2 together. The
configuration of both RG and VD will be kept but LUN configuration will be cleared in order
to avoid conflict with system-2.
4.5 Support Microsoft MPIO and MC/S
MPIO (Multi-Path Input/Output) and MC/S (Multiple Connections per Session) use multiple physical paths
to create logical "paths" between the server and the storage device. In the case which one or more of
these components fails, causing the path to fail, multi-path logic uses an alternate path for I/O. So
applications can still access their data.
Microsoft iSCSI initiator supports multi-path. Please follow the procedures to use MPIO feature.
1. A host with dual LAN ports connects cables to controller.
2. Create a RG/VD and attach this VD to the host.
3. When installing “Microsoft iSCSI initiator”, please install MPIO driver at the same time.
4. Logon to target separately on each port. When logon to target, check “Enable multi-path”.
5. MPIO mode can be selected on Targets Æ Details Æ Devices Æ Advanced in Microsoft
iSCSI initiator.
6. Rescan disk.
7. There will be one disk running MPIO.
- 58 -
Appendix
A. Certification list
•iSCSI Initiator (Software)
OS Software/Release Number
Microsoft
Windows
Linux
Mac
Microsoft iSCSI Software Initiator Release v2.07
System Requirements:
1. Windows 2000 Server with SP4
2. Windows Server 2003 with SP2
3. Windows Server 2003 R2 with SP2
4. Windows Server 2008
The iSCSI Initiators are different for different Linux Kernels.
1. For Red Hat Enterprise Linux 3 (Kernel 2.4), install linux-iscsi-
3.6.3.tar
2. For Red Hat Enterprise Linux 4 (Kernel 2.6), use the build-in iSCSI
initiator iscsi-initiator-utils-4.0.3.0-4 in kernel 2.6.9
3. For Red Hat Enterprise Linux 5 (Kernel 2.6), use the build-in iSCSI
initiator iscsi-initiator-utils-6.2.0.742-0.5.el5 in kernel 2.6.18
ATTO Xtend SAN iSCSI initiator v3.10
System Requirements:
1. Mac OS X v10.5 or later
ATTO Xtend SAN iSCSI initiator requires additional purchase. Please contact your local
distributor.
INFO Disk inserted Disk <slot> is inserted into system.
WARNING Disk removed Disk <slot> is removed from system.
ERROR HDD failure Disk <slot> is disabled.
•HW events
Level Type Description
WARNING ECC error Single-bit ECC error is detected.
ERROR ECC error Multi-bit ECC error is detected.
INFO ECC info ECC memory is installed.
INFO ECC info Non-ECC memory is installed.
INFO SCSI info Received SCSI Bus Reset event at the SCSI Bus
<number>.
•EMS events
Level Type Description
INFO Power installed Power <number> is installed.
ERROR Power absent Power <number> is absent.
INFO Power work Power <number> is restored to work.
ERROR Power warning Power <number> is out of work.
WARNING Power detect PSU signal detection <number>.
INFO Fan work Fan <number> is restored to work.
ERROR Fan warning Fan <number> is out of work.
INFO Fan installed Fan <number> is installed.
ERROR Fan not present Fan <number> is not present.
WARNING Thermal warning System temperature <location> is a little bit higher.
ERROR Thermal critical System Overheated <location>!!!
ERROR Thermal critical
shutdown
System Overheated <location>!!! The system will
do the auto shutdown immediately.
WARNING Thermal ignore value Unable to update thermal value on <location>.
WARNING Voltage warning System voltage <location> is a little bit
higher/lower.
- 60 -
ERROR Voltage critical System voltages <location> failed!!!
ERROR Voltage critical
shutdown
System voltages <location> failed!!! The system will
do the auto shutdown immediately.
INFO UPS info UPS detection succeeded.
WARNING UPS error UPS detection failed.
ERROR UPS error AC loss for the system is detected.
ERROR UPS error UPS Power Low!!! The system will do the auto
occurred for attribute <item>.
WARNING SMART failure Disk <slot>: Failure to get S.M.A.R.T information.
•RMS events
Level Type Description
INFO Console Login <username> login from <IP or serial console> via
Console UI.
INFO Console Logout <username> logout from <IP or serial console> via
Console UI.
INFO Web Login <username> login from <IP> via Web UI.
INFO Web Logout <username> logout from <IP> via Web UI.
•LVM3 events
Level Type Description
INFO RG created RG <name> has been created.
INFO RG creation failed Failed to create RG <name>.
INFO RG deleted RG <name> has been deleted.
INFO VD created VD <name> has been created.
INFO VD creation failed Failed to create VD <name>.
INFO VD deleted VD <name> has been deleted.
INFO VD renamed Name of VD <name> has been renamed to
<name>.
INFO Read-only caching
enabled
INFO Writeback caching
enabled
INFO Write-through
caching enabled
Cache policy of VD <name> has been set as read
only.
Cache policy of VD <name> has been set as write-
back.
Cache policy of VD <name> has been set as write-
through.
INFO VD extended Size of VD <name> extends.
INFO VD initialization
VD <name> starts initialization.
started
INFO VD initialization
VD <name> completes the initialization.
finished
WARNING VD initialization failed Failed to complete initialization of VD <name>.
INFO VD rebuild started VD <name> starts rebuilding.
INFO VD rebuild finished VD <name> completes rebuilding.
WARNING VD rebuild failed Failed to complete rebuild of VD <name>.
INFO VD migration started VD <name> starts migration.
INFO VD migration finished VD <name> completes migration.
ERROR VD migration failed Failed to complete migration of VD <name>.
- 61 -
INFO VD scrubbing started VD <name> starts scrubbing.
INFO VD scrubbing
VD <name> completes scrubbing.
finished
INFO RG migration started RG <name> starts migration.
INFO RG migration finished RG <name> completes migration.
INFO RG activated RG <name> has been manually activated.
INFO RG deactivated RG <name> has been manually deactivated.
INFO VD rewrite started Rewrite at LBA <address> of VD %s starts.
INFO VD rewrite finished Rewrite at LBA <address> of VD %s completes.
WARNING VD rewrite failed Rewrite at LBA <address> of VD %s failed.
WARNING RG degraded RG <name> is under degraded mode.
WARNING VD degraded VD <name> is under degraded mode.
ERROR RG failed RG <name> is failed.
ERROR VD failed VD <name> is failed.
WARNING Recoverable read
error occurred
WARNING Recoverable write
error occurred
ERROR Unrecoverable read
error occurred
ERROR Unrecoverable write
error occurred
INFO Dedicated spare
configured
INFO Global spare
configured
WARNING PD read error
occurred
WARNING PD write error
occurred
WARNING Parity wrong when
scrubbing
WARNING Data recovered
when scrubbing
Recoverable read error occurred at LBA
<address>-<address> of VD <name>.
Recoverable write error occurred at LBA
<address>-<address> of VD <name>.
Unrecoverable read error occurred at LBA
<address>-<address> of VD <name>.
Unrecoverable write error occurred at LBA
<address>-<address> of VD <name>.
PD <slot> has been configured to RG <name> as a
dedicated spare disk.
PD <slot> has been configured as a global spare
disk.
Read error occurred at LBA <address>-<address>
of PD <slot>.
Write error occurred at LBA <address><address> of PD <slot>.
The parity data is wrong at LBA <address><address> when scrubbing VD <name>.
Data at LBA <address>-<address> has been
recovered when scrubbing VD <name>.
INFO PD freed PD <slot> has been removed from RG <name>.
INFO RG imported Configuration of RG<name> has been imported.
INFO RG restored Configuration of RG <name> has been restored.
INFO VD restored Configuration of VD <name> has been restored.
•Snapshot events
Level Type Description
INFO Snapshot deleted The snapshot VD <name> has been deleted.
INFO Snapshot auto
deleted
INFO Snapshot taken A snapshot on VD <name> has been taken.
INFO Snapshot space
configured
INFO Snapshot rollback
started
INFO Snapshot rollback
finished
The oldest snapshot VD <name> has been deleted
to obtain extra snapshot space.
Set the snapshot space of VD <name> to
<number> MB.
Snapshot rollback of VD <name> has been started.
Snapshot rollback of VD <name> has been finished.
- 62 -
WARNING Snapshot quota
The quota assigned to snapshot <name> is reached.
reached
•iSCSI events
Level Type Description
INFO iSCSI login succeeds iSCSI login from <IP> succeeds.
INFO iSCSI login rejected iSCSI login from <IP> was rejected, reason
[<string>]
INFO iSCSI logout iSCSI logout from <IP> was received, reason
[<string>].
•Battery backup events
Level Type Description
INFO BBM sync data Abnormal shutdown detected, start flushing battery-
backuped data (<number> KB).
INFO BBM sync data Abnormal shutdown detected, flushing battery-
backuped data finishes.
INFO BBM detected Battery backup module is detected.
INFO BBM is good Battery backup module is good.
INFO BBM is charging Battery backup module is charging.
WARNING BBM is failed Battery backup module is failed.
INFO BBM Battery backup feature is <item>.
•JBOD events
Level Type Description
INFO Disk inserted JBOD <number> disk <slot> is inserted into
system.
Warning Disk removed JBOD <number> disk <slot> is removed from
system.
ERROR HDD failure JBOD <number> disk <slot> is disabled.
INFO JBOD inserted JBOD <number> is inserted into system
WARNING JBOD removed JBOD <number> is removed from system
WARNING SMART T.E.C JBOD <number> disk <slot>: S.M.A.R.T. Threshold
Exceed Condition occurred for attribute %s
WARNING SMART Failure JBOD <number> disk <slot>: Failure to get
S.M.A.R.T information
INFO Dedicated spare
configured
INFO Global spare
configured
WARNING PD read error
occurred
WARNING PD write error
occurred
JBOD <number> PD <slot> has been configured to
RG <name> as a dedicated spare disk.
JBOD <number> PD <slot>d has been configured
as a global spare disk.
Read error occurred at LBA <address>-<address>
of JBOD <number> PD <slot>.
Write error occurred at LBA <address>-
<address> of JBOD <number> PD <slot>.
INFO PD freed JBOD <number> PD <slot> has been removed
from RG <name>.
- 63 -
•System maintenance events
Level Type Description
INFO System shutdown System shutdown.
INFO System reboot System reboot.
INFO FW upgrade start Firmware upgrade start.
INFO FW upgrade success Firmware upgrade success.
WARNING FW upgrade failure Firmware upgrade failure.
C. Known issues
1. Microsoft MPIO driver is not supported on Windows XP and Windows 2000 Professional.
Workaround solution: Using Windows Server 2008/2003, Windows 2000 server to run
MPIO.
- 64 -
Loading...
+ hidden pages
You need points to download manuals.
1 point = 1 manual.
You can buy points or you can get point for every manual you upload.