This manual is the introduction of iSCSI-SATA II RAID subsystem, and to help
user to know the operation of the disk array system easily. Information contained
in the 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.
Copyright
No part of this publication may be reproduced, stored in a retrieval system, or
transmitted in any form or by any means, electronic, mechanical, photocopying,
recording or otherwise, without the prior written consent.
Trademarks
All products and trade names used in this document are trademarks or registered
trademarks of their respective holders.
Changes
The material in this document is for information only and is subject to change
without notice.
A. Certification list................................................................82
B. Event notifications...........................................................84
C. Known issues...................................................................88
D. Microsoft iSCSI Initiator...................................................89
E. Trunking/LACP setup instructions...................................93
F. MPIO and MC/S setup instructions...............................102
G. QLogic QLA4010C setup instructions...........................117
H. Installation Steps for Large Volume (TB)......................122
- 4 -
Chapter 1 RAID introduction
1.1 Features
n Front-end 2* 1Gb full iSCSI offload (complete ULP, TCP offload)
n Supports load-balancing & fail-over (802.3ad port trunking, LACP)
n Supports iSCSI jumbo frame
n Supports Microsoft Multipath I/O (MPIO)
n Supports RAID levels 0,1,0+1,3,5,6,10,30,50, 60 and JBOD
n Local N-way mirror: Extension to RAID 1 level, N copies of the disk.
n Global and dedicated hot spare disks
n Write-through or write-back cache policy for different application usage
n Dedicated or shared cache allocation for volume usage
n Supports greater than 2TB per volume set (64-bit LBA support)
n Supports manual or scheduling volume snapshot (up to 32 snapshot)
n Snapshot rollback mechanism
n Online volume migration with no system down-time
n Online volume expansion
n Instant RAID volume availability and background initialization
n Supports S.M.A.R.T, NCQ and OOB Staggered Spin-up capable drives
IS16GL connects to the host system in iSCSI interface. It can be configured to
any RAID level. IS16GL provides reliable data protection for servers and the
RAID 6 function ready. The RAID 6 function allows two HDD failures without any
impact on the existing data. Data can be recovered from the remaining data and
parity drives. (Data can be recovered from the rest disks/drives.)
Snapshot-on-the-box is a fully usable copy of a defined collection of data that
contains an image of the data as it appeared at the point in time, which means a
point-in-time data replication. It provides consistent and instant copies of data
volumes without any system downtime. IS16GL Snapshot-on-the-box can keep
up to 32 snapshots for all data volumes. Rollback feature is provided for
restoring the previously-snapshot data easily while continuously using the
volume for further data access. The data access is regular as usual including
read/write without any impact to end users. The "on-the-box" terminology implies
that it does not require any proprietary agents installed at host side. The
snapshot is taken at target side and done by IS16GL. It will not consume any
host CPU time thus the server is dedicated to the specific or other application.
The snapshot copies can be taken manually or by schedule every hour or every
day, depends on the modification.
IS16GL is the most cost-effective disk array subsystem with completely
integrated high-performance and data-protection capabilities which meet or
- 5 -
exceed the highest industry standards, and the best data solution for
Caution
small/medium business users.
Snapshot/rollback features need 512MB RAM or more. Please
refer to RAM certification list in Appendix A for more detail.
1.2 Terminology
The document uses the following terms:
RAID
PD
VG Volume Group. A collection of removable media. One VG
UDV
CV
RAID is the abbreviation of “Redundant Array of Independent
Disks”. There are different RAID levels with different degree
of the data protection, data availability, performance to host
environment.
The Physical Disk belongs to the member disk of one specific
volume group.
consists of a set of UDVs and owns one RAID level attribute.
User Data Volume. Each VG could be divided into several
UDVs. The UDVs from one VG share the same RAID level,
but may have different volume capacity.
Cache Volume. IS16GL uses the on board memory as cache.
All RAM (except for the part which is occupied by the
controller) can be used as cache. User can divide the cache
for one UDV or sharing among all UDVs. Each UDV will be
associated with one CV for data transaction. Each CV could
be assigned different cache memory size.
LUNLogical Unit Number. A logical unit number (LUN) is an
unique identifier used on a iSCSI connection which enables it
to differentiate among separate devices (each of which is a
logical unit).
GUI Graphic User Interface.
- 6 -
RAID width,
RAID copy,
RAID row
(RAID cell in
one row)
RAID width, copy and row are used to describe one VG.
3. One RAID 10 volume over 3 4-disk RAID 1 volume:
RAID width=1; RAID copy=4; RAID row=3.
WTWrite-Through cache write policy. A caching technique in
which the completion of a write request is not signaled until
data is safely stored on non-volatile media. Each data is
synchronized in both data cache and the accessed physical
disks.
WBWrite-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 non-volatile 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 VG. Others could not use these dedicated spare disks
for any rebuilding purpose.
GS
Global Spare disks. GS is shared for rebuilding purpose. If
some VGs 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.
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.
S.M.A.R.T.Self-Monitoring Analysis and Reporting Technology.
- 7 -
WWN World Wide Name.
HBA Host Bus Adapter.
MPIO Multi-Path Input/Output.
MC/S Multiple Connections per Session
S.E.S SCSI Enclosure Services.
NIC Network Interface Card.
iSCSI Internet Small Computer Systems Interface.
LACP Link Aggregation Control Protocol.
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
RAID 3 Striping with parity on the dedicated disk. RAID 3 needs at
RAID 5 Striping with interspersed parity over the member disks. RAID
RAID 6 2-dimensional parity protection over the member disks. RAID
Extension to RAID 1 level. It has N copies of the disk.
least three hard drives.
3 needs at least three hard drives.
- 8 -
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.
- 9 -
Chapter 2 Getting started
2.1 Before starting
Before starting, prepare the following items.
¨Check the “Certification list” in Appendix A to confirm the hardware
setting is fully supported.
¨Read the latest release notes before upgrading. Release notes
accompany with release firmware.
¨ A server with a NIC or iSCSI HBA.
¨ CAT 5e, or CAT 6 network cables for management port and iSCSI
data ports. Recommend CAT 6 cables for best performance.
¨ Prepare storage system configuration plan.
¨ Management and iSCSI data ports network information. When using
static IP, please prepare static IP addresses, subnet mask, and
default gateway.
¨Gigabit LAN switches. (Recommended) or Gigabit LAN switches with
VLAN/LACP/Trunking functions. (Optional)
¨CHAP security information, including CHAP usernames and secrets.
(Optional)
¨Setup the hardware connection before power up servers and IS16GL.
Connect console cable, management port cable, and iSCSI data port
cables first.
2.2 Unpacking the Subsystem
Before we continue, you need to unpack the subsystem and verify that the
contents of the shipping carton are all there and in good condition. Before
removing the subsystem from the shipping carton, you should visually inspect the
physical condition of the shipping carton. Exterior damage to the shipping carton
may indicate that the contents of the carton are damaged. If any damage is found,
do not remove the components; contact the dealer where you purchased the
subsystem for further instructions.
The package contains the following items:
• iSCSI RAID subsystem unit
• Two power cords
• Three Ethernet LAN cables
• One external null modem cable
• Installation Reference Guide
• Spare screws, etc.
If any of these items are missing or damaged, please contact your dealer or
sales representative for assistance.
- 10 -
2.3 Identifying Parts of the subsystem
The illustrations below identify the various features of the subsystem. Get yourself
familiar with these terms as it will help you when you read further in the following
sections.
2.3.1 Front View
1. HDD status Indicator
Parts Function
HDD Status LEDs
Green LED indicates power is on and hard drive status is good for
this slot. If hard drive defected in this slot or the hard drive is
failure, the LED is orange.
HDD access LEDs These LED will blink blue when the hard drive is being accessed.
- 11 -
2. HDD trays 1 ~ 16 (From right to left)
3. Smart Function Panel - Function Keys
Parts Function
Access LEDBlue blinking LED indicates data is being accessed.
4. LCD display panel
5. Smart Function Panel - Function Keys for RAID configuration
The smart LCD panel is where you will configure the RAID subsystem. If you are
configuring the subsystem using the LCD panel, please press the controller
button to configure your RAID subsystem.
Parts Function
Up and Down
arrow buttons
Select button
Exit button
Use the Up or Down arrow keys to go through the information on
the LCD screen. This is also used to move between each menu
when you configure the subsystem.
This is used to enter the option you have selected.
Press this button to return to the previous menu.
6. Environment status
Parts Function
Voltage warning
LED
Over temp LED
Fan fail LED
Power fail LED
Power LED
An alarm will sound warning of a voltage abnormality and this
LED will turn red.
If temperature irregularity in these systems occurs (HDD slot
temperature over 45oC), this LED will turn red and an alarm will
sound.
When a fan fails, this LED will turn red and an alarm will sound.
If a redundant power supply fails, this LED will turn red and an
alarm will sound.
Green LED indicates power is on.
7. Tray Lever
8. Tray Latch
- 12 -
2.3.2 Rear View
1. Power Supply Alarm Reset button
You can push the power supply reset button to stop the power supply buzzer
alarm.
2. Uninterrupted Power Supply (UPS) Port (APC Smart UPS only)
The subsystem may come with an optional UPS port allowing you to connect a
APC Smart UPS device. Connect the cable from the UPS device to the UPS port
located at the rear of the subsystem. This will automatically allow the subsystem
to use the functions and features of the UPS.
3. R-Link Port: Remote Link through RJ-45 ethernet for remote
management
The subsystem is equipped with one 10/100 Ethernet RJ45 LAN port. You use
web-based browser to management RAID subsystem through Ethernet for
remote configuration and monitoring.
4. Monitor Port
The subsystem is equipped with a serial monitor port allowing you to connect a
PC or terminal.
5. Fan Fail indicator
If a fan fails, this LED will turn red.
- 13 -
6. Cooling Fan module
Two blower fans are located at the rear of the subsystem. They provide sufficient
airflow and heat dispersion inside the chassis. In case a fan fails to function, the
“ ” Fan fail LED will turn red and an alarm will sound.
7. Power Supply Power On Indicator
Green LED indicates power is on.
8. System Power On Indicator
Green LED indicates power is on.
9. Power Supply Unit 1 ~ 2
Two power supplies (power supply 1 and power supply 2) are located at the rear
of the subsystem. Turn on the power of these power supplies to power-on the
subsystem. The “power” LED at the front panel will turn green.
If a power supply fails to function or a power supply was not turned on, the “ ”
Power fail LED will turn red and an alarm will sound.
- 14 -
2.4 Connecting iSCSI subsystem to Your Network
To connect the iSCSI unit to the network, insert the cable that came with the unit
into the network connection (LAN1) on the back of iSCSI unit. Insert the other
end into a Gigabit BASE-T Ethernet connection on your network hub or switch.
2.5 Powering-on the Subsystem
You should press the ON/OFF Power Supply Switch on the Switch. It will turn the
iSCSI unit on and the Self-Test will be started automatically.
1. Plug in all the power cords or power connectors located at the rear of the
subsystem.
2. You should press the ON/OFF Power supply switch to turn on the power.
3. The “Power” LED on the front panel will turn green.
- 15 -
2.6 Install Hard Drives
This section describes the physical locations of the hard drives supported by the
subsystem and gives instructions on installing a hard drive. The subsystem
supports hot-swapping allowing you to install or replace a hard drive while the
subsystem is running.
1. Pull out an empty disk tray. (You can install in any available slot.)
2. Take off the bracket before installing hard drive.
3. Place the hard drive in the disk tray.
4. Install the mounting screws on each side to secure the drive in the mobile
rack.
Note:
Insert screws through the front sides of the mounting holes.
5. Slide the tray into a slot until it clicks into place. The HDD status LED will turn
green on front panel.
6. Press the lever in until you hear the latch click into place.
7. If the HDD power LED did not turn green, check the hard drive is in good
condition. If the hard drive is not being accessed, the HDD access LED will
not illuminate. The LED blinks only when being accessed.
- 16 -
iSCSI device 1
Host 1
NIC
Host 2
iSCSI
iSCSI device 2
2.7 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 of 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, using any type of network (Ethernet, Fast Ethernet,
Gigabit Ethernet) and combining 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 the initiator and the 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 iSCSI 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
commands or bridges it to an attached storage device. iSCSI targets can be
disks, tapes, RAID arrays, tape libraries, and etc.
(initiator)
IP SAN
(target)
(target)
Figure 2.2.1
(initiator)
HBA
- 17 -
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 the 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) would provide its initiator tool. Please refer to the
vendors’ HBA user manual. Microsoft, Linux and Mac provide software 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 software iSCSI initiator certification
list and “OS_HBA_Initiator List.pdf” for latest update and detail information. If you
need 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
There are three management methods to manage IS16GL, describe in the
following:
2.8.1 Web GUI
IS16GL support graphic user interface to manage the system. Be sure to connect
LAN cable. The default setting of management port IP is DHCP and the DHCP
address displays on LCM; user can check LCM for the IP first, then open the
- 18 -
browser and type the DHCP address: (The DHCP address is dynamic and user
may need to check every time after reboot again.) When DHCP service is not
available, IS16GL use zero config (Zeroconf) to get an IP address.
E.g., on LCM. IS16GL gets a DHCP address 192.168.10.50 from DHCP server.
192.168.10.50
IS16GL ←
http://192.168.10.50
or
https://192.168.10.50 (https: connection with encrypted Secure Sockets
Layer (SSL). Please be aware of the https function is slower than http.)
Click any function at the first time; it will pop up a dialog to authenticate current
user.
Login name: admin
Default password: 00000000
Or login with the read-only account which only allows seeing the configuration
and cannot change setting.
Login name: user
Default password: 1234
2.8.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: 00000000
2.8.3 Remote control – secure shell
SSH (secure shell) is required for IS16GL to remote login. The SSH client
software is available at the following web site:
SSHWinClient WWW: http://www.ssh.com/
Putty WWW: http://www.chiark.greenend.org.uk/
Host name: 192.168.10.50 (Please check your DHCP address for this field.)
Login name: admin
- 19 -
Default password: 00000000
Tips
SB-3164-G1A3 Series only support SSH for remote control.
For using SSH, the IP address and the password is required
for login.
2.9 Enclosure
2.9.1 LCM
There are four buttons to control IS16GL LCM (LCD Control Module), including:
• (up), ‚ (down), (Escape), and (Enter).
After booting up the system, the following screen shows management port IP and
model name:
192.168.10.50
IS16GL ←
Press “”, the LCM functions “Alarm Mute”, “Reset/Shutdown”, “Quick
Install”, “View IP Setting”, “Change IP Config” and “Reset to Default” will
rotate by pressing • (up) and ‚ (down).
When there is WARNING or ERROR level of event happening, the LCM shows
the event log to give users more detail from front panel too.
The following table is function description.
Alarm Mute Mute alarm when error occurs.
Reset/Shutdown Reset or shutdown controller.
Quick Install Quick three steps to create a volume. Please refer to
section 3.3 for operation in web UI.
View IP Setting Display current IP address, subnet mask, and gateway.
Change IP
Config
Set IP address, subnet mask, and gateway. There are 2
selections, DHCP (Get IP address from DHCP server) or
set static IP.
- 20 -
Reset to Default Reset to default sets password to default: 00000000, and
Caution
set IP address to default as DHCP setting.
Default IP address: 192.168.10.50 (DHCP)
Default subnet mask: 255.255.255.0
Default gateway: 192.168.10.254
The following is LCM menu hierarchy.
[Alarm Mute] [•Yes No‚]
proIPS
•‚
[Reset/Shutdown]
[Quick Install]
[View IP Setting]
[Change IP
Config]
[Reset to Default] [•Yes No‚]
[Reset] [•Yes No‚]
[Shutdown] [•Yes No‚]
RAID 0
(RAID 1/RAID 3/
RAID 5/RAID 6)
xxxxxx GB
[IP Config]
[Static IP]
[IP Address]
[192.168.010.050]
[IP Subnet Mask]
[255.255.255.0]
[IP Gateway]
[192.168.010.254]
[DHCP] [•Yes No‚]
[Static IP]
Volume Size
(xxxxxx G)
Apply The
Config
[IP Address]
[IP Subnet
Mask]
[IP Gateway]
[Apply IP
Setting]
Adjust Volume
[•Yes No‚]
Adjust Submask
Adjust Gateway
[•Yes No‚]
Size
Adjust IP
address
IP
IP
Before power off, it is better to execute “Shutdown” to flush
the data from cache to physical disks.
2.9.2 System buzzer
The system buzzer features are describing in the following:
- 21 -
1. The system buzzer alarms 1 second when system boots up
successfully.
2. The system buzzer alarms continuously when there is error level event
happened. The alarm will be stopped after mute.
3. The alarm will be muted automatically when the error situation is
resolved. E.g., when RAID 5 is degraded and alarm rings immediately,
after user changes/adds one physical disk for rebuilding, and when the
rebuilding is done, the alarm will be muted automatically.
- 22 -
Chapter 3 Web GUI guideline
to address / SMTP relay /
ault
More
/ More
Set read/write mode /
space / Auto Snapshot
/
UPS Type / Shutdown Battery Level / Shutdown Delay
3.1 IS16GL GUI hierarchy
The below table is the hierarchy of IS16GL GUI.
à
Quick Install
System Config
System name
IP address
Language
Login config
Password
System log server
Event log
iSCSI config
Entity Property
CHAP account
Session
Volume config
Physical disk
Volume group
User data
Volume
Cache volume
Logical unit
Enclosure management
Hardware monitor
SES config
S.M.A.R.T.
Maintenance
Date
Mail
SNMP
NIC
Node
UPS
Step 1 / Step 2 / Step 3 / Confirm
System name
à
DHCP / Static / HTTP port / HTTPS port / SSH port
à
Language
à
Auto logout / Login lock
à
Old password / Password / Confirm
à
Date / Time / Time zone / Daylight saving / NTP
à
Mail-from address / Mail-
à
Authentication / Send test mail / Send events
SNMP trap address / Community
à
Server IP / Port / Facility / Event level
à
Filter / Download / Mute / Clear
à
Entity name / iSNS
à
Link aggregation or Multi-homed / IP settings / Def
à
gateway / Set MTU / MAC address
Node name / CHAP Authentication
à
iSCSI sessions and connections
à
Create / Delete CHAP account
à
Free disc / Global spares / Dedicated spares /
à
information / Auto Spindown
Create / Delete / More information / Rename / Migrate
à
/ Expand
Create / Delete / Attach LUN / Snapshot
à
information / Rename / Extend /
Set priority / Resize Snapshot
/ QCopy
Create / Delete / More information / Resize
à
Dedicated cache
Attach / Detach
à
Enable / Disable
à
Status / Auto shutdown
à
S.M.A.R.T. for physical disks
à
à
/ Shutdown UPS
- 23 -
Browse the firmware to upgrade / Export config
Info
à
System information
à
Reset to factory default
à
Controller configuration import and export function
à
Reboot / Shutdown
à
Logout
Upgrade
Reset to default
Config import & export
Shutdown
3.2 Login
IS16GL 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.10.50 (Please check the DHCP address first on LCM)
Click any function at the first time; it will pop up a dialog for authentication.
Login name: admin
Default password: 00000000
After login, you can choose the function blocks on the left side of window to do
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
- 24 -
1. RAID light: Green means RAID works well. Red represents RAID
failure happening.
2. Temperature light: Green is normal. Red represents abnormal
temperature.
3. Voltage light: Green is normal. Red represents abnormal voltage
status.
4. UPS light: Green is normal. Red represents abnormal UPS status.
5. Fan light: Green is normal. Red represents abnormal fan status.
6. Power light: Green is normal. Red represents abnormal power
status.
3.3 Quick install
It is easy to use “Quick install” function to create a volume. Depend on how
many physical disks or how many residual spaces on created VGs are free, the
system will calculate maximum spaces on RAID levels 0/1/3/5/6. “Quick install”
function will occupy all residual VG space for one UDV, and it has no space for
snapshot and spare. If snapshot function is needed, please create volumes by
manual, and refer to section 4.4 for more detail.
IS16GL Quick Install function has a smarter policy. When the system is full
inserted with 16 HDD, and all HDD are in the same size, IS16GL Quick Install
function lists all possibilities and sizes among different RAID levels, IS16GL
Quick Install will use all available HDD for the RAID level which user decides.
But, when the system is inserted with different sizes of HDD, e.g., 8*200G HDD
and 8*80G, IS16GL also lists all possibilities and combinations of different RAID
Level and different sizes. After user chooses RAID level, user may finds there
are still some HDD are not used (Free Status). The result is from IS16GL’s
smarter policy on Quick Install which gives user:
1. Biggest capacity of RAID level which user chooses and,
2. The fewest disk number for the RAID level/volume size.
- 25 -
E.g., user chooses RAID 5 and the controller has 12*200G HDD + 4*80HDD
inserted. Then if using all 16 HDD for a RAID 5, then the volume max size is
1200G (80G*15). But in IS16GL, we do smarter check and find out the most
efficient use of HDDs, which results controller only use the 200G HDD (Volume
size is 200*11=2200G). Then, the volume size is bigger, and full use of HDD
capacity.
Step 1: Select “Quick install” then choose the RAID level to set. Please refer to
Figure 3.3.1. After choosing the RAID level, click “”, which
links to another page, user can set up “LUN” here.
Figure 3.3.1
Step 2: Please select a LUN number. Access control of host would show as a
wildcard “*”, which means every host can access this volume. In this page, the
“Volume size” can be changed. The maximum volume size is shown. To re-enter
the size be sure it has to be less or equal to maximum volume size. Then click
“”.
Step 3: Confirm page. Click “” if all setups are correct. Then
a page with the “User data volume” just been created will be shown as Figure
3.3.2.
Done. You can start to use the system now.
- 26 -
Figure 3.3.2
(Figure 3.3.2: A RAID 0 user data volume with the UDV name “QUICK13300”, named by the
system itself, with the total available volume size 304GB.)
3.4 System configuration
“System config” selection is for the setup of “System name”, “IP address”,
“Login config”, “Password”, “Date”, “Mail”, “SNMP” and view “Event log”.
Figure 3.4.1
- 27 -
3.4.1 System name
Select “System name” to change system name. Default system name
composed by model name and serial number of this system, ex: P120-000001.
Figure 3.4.1.1
3.4.2 IP address
Select “IP address” to change IP address for remote administration usage.
There are 2 selections, DHCP (Get IP address from DHCP server) or static IP.
The default setting is DHCP enabled. 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 Language
Select “Language” is for changing GUI language. There are 3 selections, Auto
Detect, English, and Simplified Chinese. The default language is the same with
your browser (IE or Firefox) default language.
- 28 -
Figure 3.4.3.1
3.4.4 Login config
Select “Login config” is to set only one admin and set the auto logout timing.
The only one admin can prevent multiple users access the same controller in the
same time.
1. Auto logout: Options are (1) Disable (2) 5 mins (3) 30 mins (4) 1 hour.
When user is no response for a period of time, the system will logout
automatically to allow another user to login.
Figure 3.4.4.1
2. Login block: Disable/Enable. When the login block is enabled, the system
allows only one user to login/modify the system settings.
3.4.5 Password
Select “Password” is for changing administrator password. The maximum
length of admin password is 12 characters.
Figure 3.4.5.1
- 29 -
3.4.6 Date
Select “Date” to set up the current date, time, time zone, and NTP server before
using.
Figure 3.4.6.1
3.4.7 Mail
Select “Mail” to 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 select “Send test mail” to check whether the email works fine. User can also select which
levels of event logs are needed to be sent out by Mail. Default setting is only
ERROR and WARNING event logs enabled.
- 30 -
Loading...
+ 101 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.