Tag Archives: iSCSI

PowerCLI

PowerCLI – Setup Host networking and storage ready for ISCSI LUNs

So I am no scripting master, my PowerShell knowledge is still something I want to expand. During an install last week I had a number of hosts to setup from scratch, so I decided to do this via PowerCLI, as a lot of the tasks were repetitive. Setting up the vSwitch networking and iSCSI configuration for each host

For those of you new to scripting, I’ve included screenshots to accompany the commands so you can see whats going on in the GUI.

Note: the full code without the breaks is at the end of this post

#Setup which host to target 
$VMhost = 'hostname'

Continue reading PowerCLI – Setup Host networking and storage ready for ISCSI LUNs

veeam 2014 logo color tag

How to setup Veeam Direct SAN Backup over iSCSI – Unleash the Speed!

On twitter Rick Vanover posted this link, which intrigued me, giving your Veeam Server access to the VMware VMFS volumes for quicker backups. Sounds dangerous, or maybe it isn’t!

So I tried it, and I managed to cut my test backup times from 24 minutes to 12 minutes! Also the snapshots are removed from the VMs within seconds.

2014-09-18_16-20-27

1. Setup iSCSI initiator on your Windows Veeam server, and get the IQN info. Setup your NIC’s in the correct VLAN for the iSCSI access and with an appropriate IP address.

2014-09-18_15-34-11

2. On the storage device, allow access to the necessary volumes from your Veeam server. If possible, set it for read only access! (Here’s me setting up access for a Nimble Device).

2014-09-18_15-33-50

3. In the iSCSI initiator dialog box, add in the iSCSI discovery IP, and ensure all your volumes show.

2014-09-18_15-34-40 2014-09-18_15-34-28

4. ****The Important bit**** Open disk part and enter the following “automount disable”

2014-09-18_15-35-20

5. Open up computer management and you should see that you now have disks showing from the Storage Array, for me, I had to click these to “Online” otherwise Direct SAN access wouldn’t work.

2014-09-18_15-36-13 2014-09-18_15-36-03

6. Within Veeam I then changed my Backup Proxy settings to only use “Direct SAN” mode so that I could test it and ensure it was working.

2014-09-18_15-36-49

7. Run a backup and enjoy faster results, here’s my before and after shots (the second run I ran “Active Full” as the job is set to do reversed incremental).

Before;

2014-09-18_15-37-18

After;

2014-09-18_15-37-37

 

Dean (twitter)

Nimble Storage Array 660x495

Nimble Storage – How to configure a device in 4 steps (Using the GUI Tool)

So the last time I used a Nimble Device, I had to configure it (quite easily) using the CLI first due to connectivity constraints at the customers site.

However here is how to configure a Nimble in 4 easy steps ready for production use.

So unbox, rack and cable up your Nimble device to the network, then;

1. Load the “Nimble Setup Manager” which can be downloaded from Nimbles website. Search for your Nimble on the Network (Obviously be in the same VLAN!).

– Click on your Array and then Next

2014-09-15_14-59-05

2. Enter your basic network settings and click next.

2014-09-15_15-00-21

4. Accept the EULA, and you are done, you can now connect to you Nimble and setup the Production side of things, which is basically the same as this article.

2014-09-15_15-02-32 2014-09-15_15-02-03

Nice and short

Dean

Nimble Storage Array 660x495

Nimble Storage – How to configure a device from scratch (Using the CLI)

The other day, I posted about how to setup a volume on a Nimble Storage device, so this post is a bit backwards, as now we look at setting up a device from scratch using the CLI first rather than the Nimble Discovery tool. Lets get started;

1. Rack your device, cable it up, and power it on.

2. Connect the proprietary cable, and then your Null Modem cable to the serial port.

3. Putty or what have you using a baud of 115200

4. Login;

Username = admin

Password = admin

type “Setup” and enter to start the CLI based setup

2014-08-29_12-24-55

Continue reading Nimble Storage – How to configure a device from scratch (Using the CLI)