Printer Friendly
The Free Library
14,559,005 articles and books
Member login
User name  
Password 
 
Join us Forgot password?

Client computer storage consolidation.


Managing the storage inside desktops, workstations and servers in an office can be a daunting daunt  
tr.v. daunt·ed, daunt·ing, daunts
To abate the courage of; discourage. See Synonyms at dismay.



[Middle English daunten, from Old French danter, from Latin
 task as each computer has its own disk drive containing data that must be backed up, restored and archived. Most storage management solutions today consist of management applications running on the client with user intervention enabled. By consolidating the client storage to one central location, organizations can ensure that it is managed by IT professionals, providing high-quality maintenance and the greatest possible uptime.

The Need for Consolidation

Today personal computers fill the office with, typically, one computer per user. Each user creates information and saves it on his local drive. If the user's disk drive fails, the data must be restored from a backup. However, backup programs Software that copies data from a single machine or from selected computers in a network to a secondary storage medium. Backups can be scheduled at periodic intervals, or individual files can be automatically backed up right after they have been updated.  can have serious shortcomings A shortcoming is a character flaw.

Shortcomings may also be:
  • Shortcomings (SATC episode), an episode of the television series Sex and the City
. In some cases, user intervention is required for tagging important data to be backed up, and the user may not have tagged some or all of the critical work. Also, if the user's data is on a disk drive that is attached to the computer, the only way to get the data will be to fix the computer or to remove the hard drive. These scenarios can result in a significant loss of productivity for the user.

[FIGURE 1 OMITTED]

Finally, because each computer has its own disk drive, the applications and operating system operating system (OS)

Software that controls the operation of a computer, directs the input and output of data, keeps track of files, and controls the processing of computer programs.
 must be installed on each client. Users are responsible for getting updates and patches for the OS and applications installed, leading to inconsistent deployment. Rolling out new and updated applications can also be inconsistent. As a result, there may be many different versions of software among the clients in an organization, making data management more difficult.

Consolidating the client's storage to one location provides an opportunity to alleviate these data management challenges. Backups of the user's data can be performed offline and after hours Adv. 1. after hours - not during regular hours; "he often worked after hours" , even with the client computer turned off. Data is backed up using a consistent policy to ensure that the latest version is restored. Consolidated storage can be protected by the use of a redundant array of independent disks (RAID), with the complexity of RAID hidden from the user, and the system maintained by IT experts.

With RAID in place, the loss of a disk drive does not mean loss of data and subsequent downtime The time during which a computer is not functioning due to hardware, operating system or application program failure. . It simply means replacing the disk and rebuilding the array. If the configuration includes a hot spare disk drive, this activity can take place without the user even noticing. In addition, virus checking of data can be handled offline. The latest virus definitions can be applied before running the scan to ensure that all data is as safe as possible. Another benefit of consolidating client storage is the ability to implement a just-in-time storage capacity policy. Storage usage can be monitored for each client, and capacity can be provisioned as needed as needed prn. See prn order.  for each user instead of devoting large amounts of unused storage space to every client.

Still another advantage of consolidated storage is that the centrally located data can be accessed from other computers. This is beneficial when a user needs to be moved, when a user is unavailable to share files, or when the user's computer is down and needs to be replaced or upgraded. Consolidated storage also means that data can be moved within the central storage location for upgrades of equipment or changes in storage policy (for example, migration from RAID-5 to RAID-6).

Lastly, applications and operating system images can be housed in a single location. Less storage is required because these images are not duplicated for every client. Patches and updates can be installed in one place to ensure that all clients are kept up to date.

Implementing a System for Consolidation

There are three basic elements involved in implementing a system for consolidation, as shown in the Figure. The first element is the client side--the computer to which the end user has access. This must be set up with minimal impact to the user so that productivity is maintained. The second element is the network, which connects the client to the storage. The network should be relatively easy for IT to set up and maintain. Finally, there is the storage backend, which houses all of the user's data. This backend consists of both the disk drives and the management applications.

Client Computer: The client computer will be virtually the same as before implementation, with the exception of not having an internal disk drive. This drive is replaced with an adapter that allows a networked connection to the storage backend. There exist several technologies to accomplish this, including Fibre Channel and iSCSI over Ethernet. Fibre Channel is most commonly used in data centers, and requires specialized equipment and cabling to implement. Today, iSCSI over Ethernet is rapidly gaining momentum because it maximizes reuse of existing infrastructure and leverages Ethernet networking knowledge that the vast majority of IT departments already possess. For these reasons. iSCSI will be used as the implementation example in this article.

The biggest requirement for iSCSI on the client side is the need for a bootable iSCSI initiator host bus adapter See host adapter. . Once installed, the initiator acts as the bridge to the client's storage. and looks like an internal disk drive to the client.

Network: The next piece of the puzzle is the network connecting the clients to the storage. While Fibre Channel requires different cables, switches and connectors than the office LAN (Local Area Network) A communications network that serves users within a confined geographical area. The "clients" are the user's workstations typically running Windows, although Mac and Linux clients are also used. , Gigabit Ethernet An Ethernet standard that transmits at 1 Gbps. Used mostly to connect high-end workstations and servers as well as for network backbones, Gigabit Ethernet transmits full duplex from point to point using switches and half duplex in a shared environment (CSMA/CD) using a hub.  does not. In most cases, the existing office network wiring infrastructure works fine. Gigabit Ethernet does require Gigabit-compatible switches, but these are relatively inexpensive compared to Fibre Channel, and are typically much more interoperable with each other.

Since IT departments are familiar with Ethernet and TCP/IP TCP/IP
 in full Transmission Control Protocol/Internet Protocol

Standard Internet communications protocols that allow digital computers to communicate over long distances.
, they also know that security measures Noun 1. security measures - measures taken as a precaution against theft or espionage or sabotage etc.; "military security has been stepped up since the recent uprising"
security
 are necessary to protect data when using these protocols. Fortunately, there are several technologies available today to protect the network from vulnerability. The best mechanism for this particular application may be IP Security (IPSee), which encrypts the data being sent between the client and the storage backend. The sensitivity of the data will dictate if it should be encrypted or not. User authentication See authentication.  protocols and network zoning are two other examples of security mechanisms that are available. Additionally, it may be best to separate storage traffic from regular network traffic. This provides a physical level of protection, and can minimize the reuse of existing network wiring.

Storage Backend

The final system component is the storage backend. Referencing Figure 1, this consists of both the storage (iSCSI Storage) and the management of the storage (on the Servers). The complexity of this subsystem can increase rapidly due to its inherent flexibility. An organization can use iSCSI for the complete delivery system, or iSCSI can be connected to a Fibre Channel backend. The Figure shows an example using iSCSI only.

First, an iSCSI target is needed. The target is an array of disks, which can be configured and divided to provide storage to the clients. A target usually consists of four to sixteen disks. Disk drive types can include IDE, SCSI SCSI
 in full Small Computer System Interface

Once common standard for connecting peripheral devices (disks, modems, printers, etc.) to small and medium-sized computers. SCSI has given way to faster standards, such as Firewire and USB.
, and Serial ATA See SATA.

Serial ATA - Serial Advanced Technology Attachment
 (SATA (Serial ATA) A serial version of the ATA (IDE) interface, which has been the de facto standard hard disk interface for desktop PCs for more than two decades. The original Parallel ATA (PATA) interface was launched in 1986. ). The type of disk chosen depends upon system requirements To be used efficiently, all computer software needs certain hardware components or other software resources to be present on a computer system. These pre-requisites are known as (computer) system requirements and are often used as a guideline as opposed to an absolute rule.  such as uptime, operating life and other features. For example, low cost can make IDE drives attractive, but their lack of enterprise features such as hot plug makes them the least favorable. SATA drives also have a lower price than SCSI drives, and they incorporate some of the enterprise features of SCSI drives at a lower cost. A SATA drive will have a relatively high-speed interface, and some vendors are offering longer time before failure than is typical of IDE drives.

SCSI drives have been the staple for enterprise use for some time. Their high speed, long list of enterprise features, long device lifetimes, and proven track record have made them a popular choice. SCSI may still be the best choice today for those organizations requiring extra dependability; but that extra comes at a higher cost. SCSI is targeted for a replacement technology. Serial Attached SCSI See SAS.  (SAS (1) (SAS Institute Inc., Cary, NC, www.sas.com) A software company that specializes in data warehousing and decision support software based on the SAS System. Founded in 1976, SAS is one of the world's largest privately held software companies. See SAS System. ) will be replacing SCSI in the near future, just as SATA has begun to replace standard Parallel ATA See PATA. .

The bottom line is that iSCSI target developers are not short on options to choose from when implementing the physical drives. The target may also have one or more connections to the network. It may be best to provide redundant network paths to the storage backend to prevent a network failure from keeping the client out of communication with storage.

Management for the storage backend is very important. To allow for just-in-time storage, an enterprise volume manager program will be needed to manage the volume size. A RAID configuration utility will add protection from disk failures. The use of an iSCSI name server (iSNS) will give the clients the ability to locate their storage on the network. At the present time, all of these tasks are typically performed independently of each other; however, work is currently being done to provide uniform management for storage networking.

Conclusion

Having storage in every user's computer continues to be the standard in the workplace. At the same time, organizations are looking for Looking for

In the context of general equities, this describing a buy interest in which a dealer is asked to offer stock, often involving a capital commitment. Antithesis of in touch with.
 ways to increase efficiency and reduce total cost of ownership. The benefits of consolidating a client's storage are clear, including easier maintenance and improved uptime. An inexpensive technology such as iSCSI may be the catalyst that allows an organization to change from the current model to one of consolidated storage.

David Griego and Donald Harbin are members of the Storage Components Division, Intel Corporation (company) Intel Corporation - A US microelectronics manufacturer. They produced the Intel 4004, Intel 8080, Intel 8086, Intel 80186, Intel 80286, Intel 80386, Intel 486 and Pentium microprocessor families as well as many other integrated circuits and personal computer networking  (Santa Clara Santa Clara, city, Cuba
Santa Clara (sän`tä klä`rä), city (1994 est. pop. 217,000), capital of Villa Clara prov., central Cuba.
, CA)

www.intel.com
COPYRIGHT 2004 West World Productions, Inc.
No portion of this article can be reproduced without the express written permission from the copyright holder.
Copyright 2004, Gale Group. All rights reserved. Gale Group is a Thomson Corporation Company.

 Reader Opinion

Title:

Comment:



 

Article Details
Printer friendly Cite/link Email Feedback
Title Annotation:Storage Management
Author:Harbin, Donald
Publication:Computer Technology Review
Date:Sep 1, 2004
Words:1586
Previous Article:The future of tape for data storage: the 1-TB cartridge and beyond.(Storage Management)
Next Article:Virtual tape: a solid citizen in an ILM world.(Storage Management)(Information Life-Cycle Management )
Topics:



Related Articles
Fujitsu Siemens Comes To A Crossroads With Storage Routers.(Fujitsu Siemens Computers)(Company Business and Marketing)(Abstract)
Hitachi Data Systems accelerates lead in high-end storage.(upgrades Hitachi Freedom Storage Lightning 9900 V Series)
Global namespace: The Future of File System Management, Part 2. (Storage Networking).
The best of both worlds: high-end storage functionality meets low-end efficiency at the mid-range. (Storage Networking).
Employing IP SANs for Microsoft exchange deployment.(Special SAN Section)
Change is blowin' in the wind: the storage business is finally becoming the business of storage.
Lifecycle management for storage consolidation.(Backup/Restore)
Eliminating planned downtime: the real impact and how to avoid it.(Storage Management)
Network file virtualization.(Data Protection)
Network file Virtualization.(NETWORKING STORAGE)

Terms of use | Copyright © 2009 Farlex, Inc. | Feedback | For webmasters | Submit articles