background image

PlatinumNAS Owner’s Manual

RAID 10 

A RAID 10 array is formed using a two-layer hierarchy of RAID types. At the lowest 

level of the hierarchy are a set of RAID 1 arrays i.e., mirrored sets. These RAID 1 arrays in 
turn are then striped to form a RAID 0 array at the upper level of the hierarchy. The collective 
result is a RAID 10 array. The figure below demonstrates a RAID 10 comprised of two RAID 
1 arrays at the lower level of the hierarchy – arrays A and B. These two arrays in turn are 
striped using 4 stripes (comprised of the strips 1A, 1B, 2A, 2B etc.) to form a RAID 0 at the 
upper  level  of  the  hierarchy. The  result  is  a  RAID  10. 

Advantage: 

RAID  10  ensures  that  if 

one of the disks in any parity group fails, its contents can be extracted using the information 
on the remaining functioning disks in its parity group. Thus it offers better data redundancy 
than the simple RAID types such as RAID 1, 3, and 5. Also, a RAID 10 array can improve the 
throughput of read operations by allowing reads to be performed concurrently on multiple 
disks in the set. 

Read  Ahead 

Motivated  by  the  principle  of  “spatial  locality”,  many  RAID  controllers  read 

blocks  of  data  from  secondary  storage  ahead  of  time,  i.e.,  before  an  application  actually 
requests  those  blocks. The  number  of  data  blocks  that  are  read  ahead  of  time  is  typically 
governed by some heuristic that observes the pattern of requests. The read-ahead technique 
is  particularly  efficient  when  the  spatial  distribution  of  an  application’s  requests  follows  a 
sequential pattern. 

Read Around 

When  using  this  methodology,  a  read  operation  circumvents  the  cache  and 

directly reads data from secondary storage into system memory. 

Read-Modify-Write 

This  is  a  term  used  to  characterize  an  efficient  methodology  using 

which  parity  is  calculated  and  written  into  a  RAID  array.  However,  before  we  describe  this 
methodology, let us briefly touch upon the most obvious and brute-force way of determining 
and writing parity (in response to a write operation) into a RAID array. Assume that data is 
being written into a strip on the RAID array that supports redundancy by the use of parity. Let 
us denote this as the target strip. Also assume that there are N strips per stripe including the 
parity strip and the target strip. Then to recalculate parity for that stripe, the following steps 
may be taken. First the contents of the N – 2 non-parity strips (belonging to the same stripe as 
the target strip) have to be read. This is followed by N – 2 XOR operations on the contents of 
the N – 2 strips that were just read plus the new contents of the target strip. This is followed by 
1 operation to write the new data into the target strip and 1 operation to update the value of 
the parity strip. In all the total number of read, XOR and write operations are N – 2, N – 2, and 
2 respectively adding up to a grand total of 2N – 2. Let us now discuss the “read-modify-write” 
method for calculating and writing parity. It is based on simple algebra, and is more efficient 
than the method described earlier when the value of N is large. Suppose d1, d2,… dt,… dN-
1 are the data contents of the N – 1 non-parity strips with dt being the contents of the target 
strip. Let, p = d1 ^ d2 ^ … dt ^ …^ dN-1 Now suppose that the new data to be written into 
the target strip is d’t.We wish to determine the value of p’ = d1 ^ d2 ^ … d’t ^ …^ dN-1. Now, 
p ^ p’ = (d1 ^ d2 ^ … dt ^ …^ dN-1) ^ (d1 ^ d2 ^ … d’t ^ …^ dN-1) p ^ p’ = dt ^ d’t, since ^ 
operation is commutative and associative p’ = dt ^ d’t ^ p In other words, the new parity can 
be evaluated by calculating the XOR of the old data in the target strip, the new data for the 
target strip and the old parity. Clearly this requires only 2 reads – one for the old data and the 
old parity – followed by 2 XOR operations with 2 writes – one for writing the new data into 
the target strip and the new parity, for a a grand total of 6 operations. 

D-Glossary

Содержание PlatinumNAS

Страница 1: ...Owner s Guide www MicroNet com PlatinumNAS...

Страница 2: ...digital apparatus set out in the Radio Interference Regulation of the Canadian Department of Communications Operation in a residential area may cause unacceptable interference to radio and TV receptio...

Страница 3: ...or machine readable form without prior consent in writing from MicroNet MicroNet and the MicroNet logo are registered trademarks of MicroNet Technology FireWire the FireWire logo Macintosh and the Ma...

Страница 4: ...er dealer and local user s groups are also good sources of information After you are comfortable with the operation of your computer continue reading this manual which describes hardware installation...

Страница 5: ...nvironment 13 2 2 Static IP Environment 13 2 3 Logging In 13 Chapter 3 Administering the PlatinumNAS 14 The Main Configuration Tree 15 1 Status Displays 16 1 1 System Status 16 1 2 System Information...

Страница 6: ...ork Drive Windows 33 1 2 Mapping a Newtork Drive OS X 34 2 Using Webdisk 35 Chapter 5 Understanding RAID 37 RAID 37 RAID 0 38 RAID 1 38 RAID 5 38 Hot Swappable Disk Support 39 Hot Spare Drives 39 Hot...

Страница 7: ...ations As a central fault tolerant data server for a home or small business network As a central backup station Data Reliability Features RAID Level 0 1 5 Span RAID Auto Rebuild Network Backup RAID Fe...

Страница 8: ...contains this manual in PDF format warranty information registration and marketing materials 1 Quick Install Guide 1 power cord 2 Cat5e Gigabit Ethernet cable 5 Choosing a place for your PlatinumNAS W...

Страница 9: ...e connector locations for the RAID subsystems FRONT VIEW REAR VIEW 1 Getting Started Disk Drive Power LED Power Switch Power Indicator LED System Busy indicator LED LAN 1 activity LED LAN 2 activity L...

Страница 10: ...lacement In the event of a drive failure the RAID subsystem supports the ability to hot swap drives without powering down the system A disk can be disconnected removed or replaced with a different dis...

Страница 11: ...preconfigured with the LAN1 Ethernet port set to DHCP Dynamic Host Configuration Protocol and the LAN2 Ethernet port set to a static IP address 192 168 2 100 The default WINS Windows Internet Naming...

Страница 12: ...C Address Gateway Netmask DNS domain LAN port connected Firmware revision Addressing Mode DHCP Static To administer a PlatinumNAS select the unit desired in the device discovery window and click Next...

Страница 13: ...onment 2 2 1 Make sure your PlatinumNAS is connected via LAN2 to a hub or a switch that is connected to your workstation 2 2 2 Configure the IP address of your workstation to 192 168 2 101 subnet mask...

Страница 14: ...ased and its operation is independent of host computer type or operating system At initial login the user will be greeted with the Product Information Screen The administration user interface utilizes...

Страница 15: ...1 Interface setup 3 2 LAN 2 Interface setup 3 3 Network Services 4 Accounts and Permissions 4 1 Authentication services configuration 4 2 Local user Configuration 4 3 Local Group Configuration 5 Syst...

Страница 16: ...ill describe this particular PlatinumNAS To access the System Information definition field select Info from the Status Menu In the following screen enter a descriptive name such as Accounting Storage...

Страница 17: ...Menu 2 2 RAID Menu The RAID configuration screen displays the current storage organization of the PlatinumNAS including RAID level usable capacity health and current operation progress To view the RA...

Страница 18: ...ation is in progress IMPORTANT RAID Initialization cannot be stopped once started 2 2 2 Delete RAIDset To Delete a RAIDset click the Remove RAID link D A confirmation screen will appear and you may cl...

Страница 19: ...of the Share folder Description Provides a description of the Folder ACL Button Click ACL Access Control List to configure which users have access to this folder Edit Button Click Edit to enter the Ed...

Страница 20: ...der Comment Provide a description the Folder Browseable Whether the share will be visible when the PlatinumNAS is viewed through network browsing Yes No Public Whether the share will be accessible to...

Страница 21: ...tive Directory you may specify Active Directory users and groups permissions as well The ACL Control Interface Contains controls for the following elements Deny Denies access to users or groups who ar...

Страница 22: ...page will appear with the following elements Task Name Enter a name for the nSync scheduled job Target Manufacturer Select whether the target is a PlatinumNAS or FTP server Target IP Address The IP a...

Страница 23: ...tion will display a button labelled In Progress and will change to Success when the backup is complete Click either In Progress or Success at any time to launch a window with the log of the task 2 4 5...

Страница 24: ...end receive or transport Ethernet frames greater then 1518 bytes in size which is the standard Ethernet packet size The PlatinumNAS supports jumbo frames of 4000 8000 12000 and 16000 bytes Jumbo frame...

Страница 25: ...s 3 2 3 Static IP The LAN configuration for the LAN2 port is similar to the Primary Interface but only allow modification of the IP address and Netmask The LAN2 Interface does not support DHCP address...

Страница 26: ...ts that support the protocol You may enable or disable UPNP support by navigating to Network Service Press Apply to activate changes or Cancel to abort 3 3 4 FTP Services FTP File Transfer Protocol is...

Страница 27: ...s WINS Server Specifies the WINS server if necessary Work Group Domain Name Specifies the SMB CIFS Work Group ADS Domain Name ADS Support Shows Disable for automatic settings or Enable to make your ow...

Страница 28: ...tion Creating and administering user accounts are accessible by selecting Users from the Accounts menu This screen allows you to configure local user settings and assign or remove group membership The...

Страница 29: ...All Groups and click the button To remove a group membership from the selected user highlight the desired group in the Membership pane and click the button When changes to the user s group membership...

Страница 30: ...red to authenticate the PlatinumNAS to the SMTP server Some SMTP servers do not require a user ID and password consult your network administrator for more information Account Password SMTP account pas...

Страница 31: ...efault access the Reset to Factory Settings screen from System Factory Default Click the Apply Button to reset the unit and confirm the operation in the following confirmation dialog 5 6 Update Firmwa...

Страница 32: ...e main login page 5 10 Change the User Interface Language The PlatinumNAS supports multiple language user interface including English French German Italian and Chinese To change the user interface Lan...

Страница 33: ...group by default Double click to see the available shares Alternatively you may use Window s search function to look for computers named PlatinumNAS You can map share folders on the PlatinumNAS so you...

Страница 34: ...ect to Server dialog accessible from the Go Connect to Server Finder menu option In the server address field enter smb platinumnas sharename where platinumnas is the name or IP address of the platinum...

Страница 35: ...atinumNAS To access Webdisk securely Navigate to the PlatinumNAS home page in your web browser using https PlatinumNAS where PlatinumNAS is either the WINS name or IP address of your PlatinumNAS 2 2 1...

Страница 36: ...isk The file operations button bar is located undeneath the table header row Buttons on the folder page allow you to create a new folder upload files and delete files in the folder Up Goes to the prev...

Страница 37: ...elp you gain understanding of how these functions can serve your needs best RAID RAID is an acronym for Redundant Array of Independent Disks It is an array of multiple independent hard disk drives tha...

Страница 38: ...ata and software applications are preserved on the other drive Read performance may be enhanced as the array controller can access both members of a mirrored pair in parallel Cons RAID 1 volume requir...

Страница 39: ...ile the RAID subsystem continues to handle system requests During the automatic rebuild process system activity will continue as normal but system performance and fault tolerance will be affected Hot...

Страница 40: ...sing Avoid placing your drive near a source of heat or exposing it to sunlight even through a window Never expose your device to rain or use it near water or in damp or wet conditions Doing so increas...

Страница 41: ...rive modules may be available for your Model Consult your MicroNet reseller for more information Q Can I have more than one PlatinumNAS in the network A Yes Please call MicroNet Help Desk if you have...

Страница 42: ...e the model serial number date of purchase and reseller s name available before making contact If possible call from a telephone near the system so we can direct you in any necessary system correction...

Страница 43: ...iple of 2 This is a high availability Solution but due to the 100 duplication it is also a costly solution 2 4 1 2 N Disks Higher than RAID 5 Reads are higher Than a single disk Writes similar to a si...

Страница 44: ...hat was designed to meet corporate needs A repository for storing user information accounts passwords printers computers network information and other data Microsoft calls Active Directory a namespace...

Страница 45: ...or sharing files printers serial ports and other communications between computers CIFS is based on the widely used SMB protocol Degraded Mode Status All arrays with the exception of RAID 0 are designe...

Страница 46: ...an essential component of contemporary Internet use Dynamic Host Configuration Protocol DHCP a client server networking protocol A DHCP server provides configuration parameters specific to the DHCP c...

Страница 47: ...nline capacity expansion The availability of this feature enables the user to add space to a RAID array as and when required without rebooting thereby obviating the need for precise forecasts of capac...

Страница 48: ...e performed on multiple disks comprising the RAID 0 array However this RAID type does not provide any data redundancy RAID 1 An array that uses a single pair of disks Both disks in the pair contain th...

Страница 49: ...array However before we describe this methodology let us briefly touch upon the most obvious and brute force way of determining and writing parity in response to a write operation into a RAID array A...

Страница 50: ...provides endpoint authentication and communications privacy over the Internet using cryptography In typical use only the server is authenticated i e its identity is ensured while the client remains un...

Страница 51: ...oured replication model is the HUB and SPOKE and thus the WINS design is not central but distributed each WINS server holds a full copy of every other related WINS system records There is no hierarchy...

Страница 52: ...ackground initialization Automatic drive insertion removal detection and rebuilding Field upgradeable firmware in flash ROM Firmware embedded management via web browser based RAID management Network A...

Страница 53: ...s with drives Power Consumption Normal operation 1 0 AC Amps 115 Volts Spin up peak 2 70 AC Amps 115 Volts Power Requirements Internal Auto sensing power supply 90 240vac 47 62Hz Environmental Specifi...

Страница 54: ...MicroNet Technology reserves the right to make changes in the product design without reservation and without notification to its users MicroNet and the MicroNet logo are registered trademarks of Micr...

Отзывы: