Author: Jameson Meer
A SAN or Storage Area Network is a network that is separate from WANs and LANs. It is used to link all the storage resources linked to different servers. It consist a collection of SAN Software and SAN Hardware; the hardware has high interconnection rates among the different storage devices and the software configures the SAN and manages monitors.
Storage Area Network or SAN is a high speed sub-network of shared storage devices. A storage device is a machine that has nothing but disks for saving data. A Storage Area Network’s architecture acts in a way that makes every storage devices accessible to every server on a WAN or LAN. As other storage devices are placed to a Storage Area Network, they too will be available from any server in the bigger network. In this case, the server only acts as a way between the user and the stored file or data.
A Storage Area Network is a storage devices network that is linked to each other and to a server, in some arrangements a Storage Area Network is also linked to the network. It is foretell to become the storage data technology of selection in the coming years.
Storage Area Networks originated to conquer the problems with NAS or network attached storage devices, which like ordinary servers are tough to handle and hard to expand the capability on. Network Attached Storage devices also put in to the traffic on the network and endure from the delays made by the OS’s network stacks.
A Storage Area Network is made of a lot of fabric switches linked in a network. The most known form of Storage Area Network utilizes the “Fiber Channel fabric protocol”. On the other hand, ISCSI can be utilized with IP switches. The Storage Area Network enables the storage on the hard drive in the Disk collection controllers to be connected among the servers.
One of the major benefits of Storage Area Network is that it makes things easier for the network infrastructure and simplifies to manage. This it does by means of virtualization, consolidation, integration, and automation. Consolidation targets at centralizing the storage to enhance scalability, lessening infrastructure complexity, and raising efficiency. Virtualization aids to enhance availability and lessens costs as it gives a wide view of storage devices. Automation of habit tasks enables the administrators to concentrate on vital tasks. Automation also enhances responsiveness. Integration aids organizations furnish users with the wanted info in a more systematic manner.
Article Source: http://www.articlesbase.com/networks-articles/what-is-san-or-storage-area-network-1425328.html
About the Author:
Storage Area Networking and SAN Solution are some topics that are discussed on www.whatissan.com.
Author: Lee Ives
For years people that have come from a Unix background have complained about the lack of command line tools that the Windows line of operating systems just did not supply.
The most recent line of Windows operating systems has a virtual dos based command line but it in no way had the large amount of features that something like the Bash command line had over in Linux.
Several years ago Microsoft introduced the Powershell command line system to windows. It’s purpose was to bring a powerful command line editor similar to what people had over in the Unix family.
The only thing that was different is that you had to download Powershell separately from the actual operating system. Now with the release of Windows 7, Powershell comes with the operating system ready for action.
Powershell is not a feature that is meant for most of the Windows user out there. Most people like the graphical interfaces that Windows provides and would hate to be forced to do anything by command line like you are sometimes forced to do in Linux.
Powershell was not created with that in mind. It was created so that people that were use to working in Linux and other Unix based operating systems felt more comfortable about making the switch over to windows.
To turn on Powershell in Windows 7 you first have to click on the Start button, then hit All programs.
After that click on accessories and scroll down until you see the Windows PowerShell folder.
Click on that and you will see a blue screen pop up waiting for a command to be typed in.
People who are not used to using a powerful command line tool might be thinking that this no different than using the old version of command line. They are wrong, for one thing you have a feature called pipe lining that is available now. This is a feature that allows you to take the output of one program and input into another program.
For an example, if you were typing text into notepad and wanted to email it, all you would have to do is type one command into powershell, which would send the text to the email program and the action would be done. Pipelining is a powerful feature once you get used to using it.
Powershell also comes with a powerful scripting language that is not only object orientated but also is considered a first class citizen of the .Net family. This will allow you to create shell scripts like you can in Unix. The difference is that the scripts will be able to reach out to the .Net framework and make a ton of features easier to access. When you script something in powershell it is called making a cmdlet.
There is so much that you can do with with the scripting language that we will not be able to cover it all here.
Another feature that was made particularly for the people that are coming from a unix background is the ability to give Powershell commands aliases. This means that if a command has one name, you can force that same command to be called by another name. For example in windows usually if you want to see the contents of a directory in the command line you would call the “dir” command.
If you are coming from a Linux background then you would type that same command as “ls”. Now instead of getting used to the windows version, they have already created an alias for you where “ls” will do the expected behavior that someone from a linux background would expect. You can also make your own custom aliases as well.
I hope that we have giving you a good ideal why the Windows Powershell in Windows 7 is such a good thing. even if you are not coming from a Unix/Linux background learning the powershell can make your computing experience a lot easier.
Article Source: http://www.articlesbase.com/operating-systems-articles/using-powershell-in-windows-7-1692410.html
About the Author:
Lee Ives writes an Internet Security blog which contains many more articles about securing your new Windows 7 installation.
