Citrix XenApp

Your Journey towards cloud.

Showing posts with label Storage. Show all posts
Showing posts with label Storage. Show all posts

Monday, 25 February 2013

Howto: Removing a disk from a VM - howto identy the right disk?

From time to time, we need to remove disks from a VM. If there's only two or three disks attached to the VM, it's typically not a problem figuring out which one to remove e.g. if the disks have different sizes. But if you have seven or eight disks and they are the same size, then it's a bit more tricky - let's say if you're asked to remove the 'E-drive'. Under 'Edit Settings' for the VM, the disks only have a number which does not necessarily...

Wednesday, 25 April 2012

VMware: How to check HBA firmware version without rebooting ESX host

I need to find out witch firmware version is running on my HBA without rebooting the ESX host.. I thought this was possible by GUI but couldn’t find it, so I decided to check this by console. Give the following commands: Navigate to: - cd proc/scsi/qla or lpfc820- ls –lia To view the HBA information: - cat 6- cat 7Result:...

Wednesday, 7 September 2011

Configuring iSCSI for vSphere 5

Configuring a software iSCSI initiator for ESXi 5.0 is a relatively simple operation. This quick guide assumes that you have already configured an iSCSI target and published it on the network.For inspiration, have a look at this VMware KBCreate a new vSwitch (Configuration -> Networking -> Add Networking) and add a VMkernel. Configure it with an IP address. Go to Storage adapters and click "Add" to add a software iSCSI adapter if it...