With vSphere-4, you have option to increase the VMFS Volume similar to the way you expand the disk using Snap Drive/DiskPart on Window servers.
Here are the steps for doing this:
- Increase the LUN (and Volume if applicable) size to new size on Neap Side.
- Select a particular host that has access to this Shared VMFS Volume -> Configuration -> Storage -> Properties
- Verify that the ‘Device Capacity’ and ‘Primary Partitions Capacity’ shows the difference in size that’s increased above.
- Choose ‘Increase’ -> select the desired Volume to be expanded and ensure its showing that free space will be added to expand the disk.
- Perform Storage Refresh on other hosts in the Cluster to get the new disk size reflected (can use Get-VMHostStorage –Refresh cmdlet to do this task)
These steps can only be done by directly connecting to any of the hosts in the cluster.
1. Hardware iSCSI Features and Limitations
Below are some items to consider if you are planning to use the iSCSI hardware intitiator.
- ESX Server host booting from iSCSI SAN is possible only with hardware iSCSI initiator
- Multipathing support for failover only, no load-balancing by using multiple QLA4010s
- Support for VMotion, VMware HA, and VMware DRS
- Support for RDMs
- No support for Microsoft Cluster Server
- No VMware Consolidated Backup over iSCSI
2. Software iSCSI Features and Limitations
Below are some items to consider if you are planning to use the iSCSI software intitiator.
- No support for booting ESX Server from software iSCSI
- Software initiator supports only a single storage interface (vmhba40)
- Multipathing support for failover only, no load balancing by using multiple physical network adapters (NIC teaming)
- Support for VMotion, VMware HA, and VMware DRS
- Support for RDMs
- No support for Microsoft Cluster Server
- No VMware Consolidated Backup over iSCSI
3. Step to enable MultiPath failover for iSCSI storage
If you plan to use NIC teaming to increase the availability of your network access to the iSCSI storage
array, you must turn off port security on the switch for the two ports on which the virtual IP address is shared.
The purpose of this port security setting is to prevent spoofing of IP addresses. Thus many network
administrators enable this setting. However, if you do not change it, the port security setting prevents failover
of the virtual IP from one switch port to another and NIC teaming cannot fail over from one path to another.
For most LAN switches, the port security is enabled on a port level and thus can be set on or off for each port.
HA stands for one of the critical enterprise cluster feature of VMware called “High Availability”. It can be configured on a VMware cluster to auto recover VM’s from a ESX host failure.
- When you configure HA via vCenter Server on VMware cluster, it
- installs Automated Availability Manager (AAM) (VMware HA agent) on individual ESX host
- The HA agent (AAM) runs a heartbeat mechanism on each host in a cluster to signal that the host is running and is a part of the cluster.
- g
- gf
Definition in simple terms referring to practical understanding:
Process of separating physical components of computing infrastructure from the logical components that demand the resources.
- Types of Virtualization:
- Server : Where you use Virtual machines to separate hardware from virtual operating systems, allowing you to run the multiple operating systems on a single machine, all at the same time.
- Storage: Removing physical mapping of storage and moving storage into logical objects, which can be easily managed
- Network: process of combining hardware and software network resources and network functionality into a single, software-based administrative entity, a virtual network. There two types of N/W Virtualizations
- Internal: Network functionality provided by software
- External: combining multiple network functions into one unit
- Application: Process of encapsulating applications to be able to run on another system without actually installing them, allowing applications to run without conflicts
- Desktop: consolidation of desktop computers into virtualized server systems
- d
- How server virtualization can help?….
- Consolidate data center servers, desktops,
- efficient h/W resources utilization,
- less energy and cooling,
- less IT staff to maintain and increased IT productivity
- respond faster to business needs by faster server deployments
- HA and load-balancing
1. Create a new VDI with
a. Latest NIC VMXNET3, you need latest version in order to boot to WDS server. The default NIC ‘Flexible’ doesn’t work
b. Use SCSI controller of BUS logic. None of the latest LSI logic SCSI controller work with RIS builds
2. Boot the VDI to Win7 build
3. Have a computer account created with all the required options (through pre-setup.bat)
4. Change the netbootMachineFilePath attribute to point to RIS build servers (say buildserver1.org.com).
a. AD object ‘Attribute Editor’ tab is not visible via dsa.msc, use adsiedit instead.
b. Move computer to respective AD site OU.
5. Remove the latest version NIC
6. Add a Flexible NIC to let the computer to boot to RIS server
7. Build computer with Automatic setup in RIS. Custom setup doesn’t work.