Storage Area Networking SAN NAS Fibre Channel iSCSI

To receive free emails with lots of info on Career tips,Make money online info subscribe to our email newsletter below.
If You are Serious About Getting Software Job and Want to Build Your Career in IT Email Ray1Ray9@Gmail.com writing what you have done so far. Software Testing Interview Questions Paid Webinar Click to Know more. How To Get Software Job. Technical PDFs on Storage,SAN,NAS,virtualization : Ray1Ray9@gmail.com
Showing posts with label san tutorial. Show all posts
Showing posts with label san tutorial. Show all posts

Wednesday, January 09, 2008

Storage Training SAN NAS DAS Tutorial with Video













Storage Area Network (SAN) is a networked infrastructure connecting any server to any storage device over a high-speed network of interconnected Fibre Channel switches. These interconnected switches form the heart of the SAN — the fabric. By interconnecting multiple scalable switches together, it's possible to create SANs with several hundred ports.

Hardware and Software Components
SANs are composed of both hardware and software building blocks. Mouse over the components in the diagram or choose one from the list below to learn more about each one.

Before you can decide if Storage Area Networks (SANs) are the right technology choice for your organization, it's helpful to compare the other technology options, including:
Direct Attached Storage (DAS)
Network Attached Storage (NAS)
Direct Attached Storage (DAS)
Historically, the standard way of connecting hosts to storage devices has been direct, one-to-one SCSI attachments. As more and more storage and servers are added to meet demands, a DAS environment can cause a proliferation of server and storage islands, creating a huge management burden for administrators, as well as inefficient utilization of resources. Data sharing in these environments is also severely limited.



The Advantages of SAN over DAS
The most effective SANs provide a wide range of benefits and advantages over DAS, including:
More effective utilization of storage resources through centralized access
Simplified, centralized management of storage, reducing administrative workload to save time and money
Increased flexibility and scalability through any-to-any storage and server connectivity
Improved throughput performance to shorten data backup and recovery time
Reduced LAN congestion due to removal of backups from production network
Higher data availability for business continuance through a resilient network design
Excellent scalability and investment protection allowing you to easily add more storage as your business needs demand
Superior security for storage environments
Non-disruptive business operations when you add or re-deploy storage resources
Proven short- and long-term return on investment (ROI)

SAN


Network Attached Storage (NAS)
Unlike SANs that utilize a network of Fibre Channel switches, most NAS connections reside between workstation clients and the NAS file-sharing facility. These connections rely on the underlying corporate network infrastructure to function properly, which can lead to network congestion, particularly for larger data transfers. NAS solutions are typically configured as file-serving appliances accessed by workstations and servers through a network protocol such as TCP/IP and applications such as Network File System (NFS) or Common Internet File System (CIFS) for file access.


NAS storage scalability is often limited by the size of the self-contained NAS appliance enclosure. Adding another appliance is relatively easy, but sharing the combined contents is not. Because of these constraints, data backups in NAS environments typically are not centralized, and therefore are limited to direct attached devices (such as dedicated tape drives or libraries) or a network-based strategy where the appliance data is backed up to facilities over a corporate or dedicated LAN. Increasingly, NAS appliances are using SANs to solve problems associated with storage expansion, as well as data backup and recovery.

NAS does work well for organizations needing to deliver file data to multiple clients over a network. Because most NAS requests are for smaller amounts of data, data can be transferred over long distances efficiently.



Thursday, September 06, 2007

200 interview questions on SCSI FC RAID SAN Solaris SAN Design

Hi Aron

Thanks for your interest & faith in me. I thank you for placing the order on the blog for 200 interview questions at $24.

What you paid was for 200 Interview questions only. But still i want to appreciate your payment & hence you will find answers also for almost 200 interview questions on storage essential topics attached in this email . Anyone who can put time & dedication to read through all these documents can win any Storage job .There are more than 100 people as proof for this who got job offers who used these materials as their core preparation reference guides. so I request you to make the best use of these resources .

These questions were collected from the real interviews attended in almost all major storage companies.

Please DO NOT forward these materials to any body. It usually happens you will forward to your close friend & he will forward to his close friends & thus it reaches more than 1000 people .It happens like some one copies it on his website or blog so every one can have it. I am requesting you NOT to forward this to anyone.I want people to appreciate the effort gone into preparation of these materials. People many times do not value/appreciate what they get for free so if someone is really dedicated they will read through all the articles on this blog & can get the infromation . On the other hand if someone is not having time to read through and want to pay & get all interview questions with answers they can email roger.smithson@gmail.com so that they support this blog to grow. I hope you understand my request.

Please email your feedback & suggestions .Let me know what you feel about this package.

As a thank you from my side find some quick reference guides,advanced SAN Design guide from a major storage company attached & some more detailed guides on the topics I've covered in interview questions.

U also get a bonus HR interview questions answers pdf as well as a SAN Student guide FREE

Find these 19 documents attached in the email I am sending you.


Keep emailing me your progress & I'm sure you can prepare fast for your interviews with these reference materials on storage.

Best Regards
Roger

Tuesday, January 23, 2007

Storage companies products Videos & Tutorials

Dell Server Engineers give you a product brief


SATA Raid Controller & drive


You got to see inside a Hard disk when its spindle is running



SATA(Serial ATA) Hard Disk as an external drive

Friday, January 05, 2007

Storage Basics Tutorial to help you prepare for Job Interview

EMAIL roger.smithson@gmail.com FOR A FREE FILE with 200 Interview Questions & STORAGE STUDENT TUTORIAL GUIDE

DEFINITIONS OF TERMS USED ALL THROUGHOUT THIS BLOG

A node is a computer attached to a SAN.
A SAN is a high-speed subnetwork of shared storage devices.
Software that manages San file system functions, such as file locking, space allocation, and data access authorization, is called the Metadata controller.(This is an Apple Storage implementation term - other companies use other terms)
Metadata controller uses callbacks to communicate with file system clients.

Xsan file system client software runs on all nodes in the SAN and communicates with the metadata controller in order to provide Xsan services. The term file system client refers to a node that is running the Xsan file system client software.

A redundant array of independent disks (RAID) device is a category of disk devices that combines two or more drives increased for fault tolerance and performance. There are several RAID levels:
*Level 0 provides data striping, where blocks of a file are spread across multiple disks, increasing performance; this level does not have any provisions that increase fault tolerance.
*Level 1 provides disk mirroring.
*Level 3 provides the data striping of Level 0 and also reserves a disk for storing error correction data, thereby increasing performance and fault tolerance.
*Level 5 provides data striping at the byte level and maintains stripe error correction information.

A JBOD (just a bunch of disks) is a disk that is not configured for RAID.

A logical unit number (LUN) is an aggregation of physical devices. Applications access LUNs through the special files in the system’s /dev/disk directory. For RAID devices, a LUN is typically a RAID-5 with three or more physical drives making up the LUN. For JBOD devices, one JBOD is one LUN.

A storage pool is a grouping of LUNs that have the same characteristics. Another term for storage pool is stripe group. One or more storage pools form a mountable volume. The number of volumes hosted by a single Xsan metadata controller should not exceed eight.

Stripe depth is the number of disks that have been assigned to a storage pool.

The stripe breadth is the maximum amount of data that is read or written before switching to the next LUN in the storage pool. When the last LUN is reached, I/O operations go back to t he first LUN. This is how large logical I/O operations are broken down into stripes across multiple LUNs. For example, if the stripe breadth for a storage pool is set at 4 MB, each I/O operation on that storage pool is physically no more than 4 MB. A 16 MB I/O operation would be broken down into 4 physical I/O operations.

A stripe line is the stripe breadth multiplied by the number of LUNs in the storage pool. To maximize performance, make I/O requests that area stripe line in size.

For real-time I/O, well-formed I/O is I/O that is a stripe line in size. This size makes the best utilization of the disks in the storage pool and maximizes the transfer rate. For non-real-time I/O, well-formed I/O is I/O that is memory aligned (modulus 4 bytes), 512-byte sector aligned, and modulus sector sized.

A block is the smallest number of bytes that can be read or written.

Storage pools can be assigned one or more values, known as an affinity identifiers, and a file can be assigned one affinity. When a request is made to allocate space in a file for which the affinity has been set, the space is allocated from the storage pool that an affinity identifier that matches the file’s affinity. For example, consider a SAN with some moderate performance JBOD LUNs and some high performance RAID-5 LUNs. By grouping the RAID-5 LUNs into the same storage pool and assigning them a specific affinity identifier, the developer can steer performance critical data to that storage pool. Files containing less critical data or files that do not have an affinity are assigned to the storage pool that consists of JBOD LUNs.

When a storage pool is in real-time I/O mode, file system clients that have processes that do non-real-time I/O must request a non-real-time I/O token Xsan throttles the speed of I/O of applications that are not in real-time mode so that their I/O does not interfere with real-time I/O. This document uses the term gate to describe processes or file descriptors that are not in real-time I/O mode and the term ungated to describe processes or file descriptors that are in real-time I/O mode.

An extent is a chunk of file data whose allocation is contiguous on a storage pool. A file’s data may be stored in one or more extents. Information about an extent includes its file-relative starting byte offset, its file system starting byte offset, the file system ending byte offset, and the ordinal of the storage pool on which the extent resides. File system clients use extent mapping tables to load information about a file’s extents. Loading extent information improves performance by eliminating a subsequent trip by the file system client to the metadata controller in order to retrieve extent information for the range mapped by an I/O request.

When there are two or more storage pools that have the same characteristics, an allocation strategy is needed. The strategy can be to round-robin files through the set of storage pools, balance the remaining space in the storage pools, or fill the first storage pool before going to the next storage pool.

A disk file system, such as a UFS or HFS+ file system, resides on the internal drives of a computer or on storage devices that are attached directly to the computer. A network file system allows data on internal drives or on directly attached drives to be shared with other computers on the network. Examples of network file systems include Apple Filing Protocol (AFP), Server Message Block (SMB), Common Internet File System (CIFS), or Network File System (NFS). A distributed file system is a blend of disk file system and network file system used to simplify data sharing through the creation of a single shared name space across a collection of servers. A cluster file system gives multiple computers simultaneous, very high-speed access to all shared data residing on an external, centralized storage pool. The storage pool typically consists of highly available RAID systems. Xsan is a cluster file system

SAN Architecture


PREVIOUS POSTS ARE LINKED HERE

Storage Area Network and Network Attached Storage

Storage Area Network Career High Salary Software Jobs Blog Videos PDF downloads

Buy Vmware Interview Questions & Storage Interview Questions for $150. Get 100+ Interview Questions with Answers. You'll get download link immediately after payment.Click below button to pay & Get it.
-----------------------------------------
Get 100 Storage Interview Questions.

 

We respect your email privacy

Email Marketing by AWeber

If You Want To Get Software Job You MUST see all Interview Process Maps,Videos,Resume Tips,Salary Negotiation Videos on this Website SoftwareJobOffer.COM