2 links I need to re-read:
http://wahlnetwork.com/2012/12/17/granting-ad-accounts-administrative-access-to-vcenter-sso/
http://longwhiteclouds.com/2012/02/04/the-trouble-with-ca-ssl-certificates-and-esxi-5/
Monday, March 25, 2013
Monday, September 17, 2012
Quick links
Just 2 links I came across I want to peruse more later.
http://blog.mwpreston.net/vcp-5/vcp-5-objective-4-3-manage-virtual-machine-clones-and-templates/
http://virtuallymikebrown.com/2012/02/05/a-small-virtual-machine-for-a-test-lab/
http://blog.mwpreston.net/vcp-5/vcp-5-objective-4-3-manage-virtual-machine-clones-and-templates/
http://virtuallymikebrown.com/2012/02/05/a-small-virtual-machine-for-a-test-lab/
Wednesday, September 12, 2012
Info on adding a datastore to multiple hosts in a cluster via PowerCLI:
http://www.vmware.com/support/developer/PowerCLI/PowerCLI41/html/New-Datastore.html
I should be able to modify the code in example 2 to add NFS storage to a group of hosts:
Get-VMHost | New-Datastore -Nfs -Name NFS1 -Path "/mnt/nfs1/nfs11/test1" -NfsHost 10.91.246.21
Looks easy, right? How hard could that be? ;)
http://www.vmware.com/support/developer/PowerCLI/PowerCLI41/html/New-Datastore.html
I should be able to modify the code in example 2 to add NFS storage to a group of hosts:
Get-VMHost | New-Datastore -Nfs -Name NFS1 -Path "/mnt/nfs1/nfs11/test1" -NfsHost 10.91.246.21
Looks easy, right? How hard could that be? ;)
Sunday, September 9, 2012
Licensing
3 editions of vCenter Server:
VMware vCenter server for Essentials (bundled with kits)
VMware vCenter Server Foundation (up to 3 vSphere hosts)
VMware vCenter Server Standard (limited only by sizing limits; includes vCenter Orchstrator)
3 editions of vSphere
vSphere Standard Edition
vSphere Enterprise Edition
vSphere Enterprise Plus Edition
Note: version 4 had an edition called VMware vSphere Advanced. It no longer exists, and users who purchased Advanced Edition licenses are entitled to use Enterprise Edition in vSphere 5
Physcial CPU cores and Phsycial max of 256GB of RAM limits go away in vSphere 5. However, they introduced vRAM entitlements
vRAM entitlements:
Standard: 32GB
Enterprise: 64GB
Enterprise Plus: 96 GB
These entitlements are per license. vSphere 5 is licensed on a per-processor basis. So, a physical server with 2 physical CPUs needs 2 licenses. There is no limit on the number of cores or the amount of RAM that can be physically installed in the server. If you use 2 licenses of Enterprise Plus, you get a vRAM entitlement of 192 GB of RAM.
vRAM entitlements can be pooled across all the hosts being managed by one vCenter server
basic idea is to help organizations move closer to usage-based cost and chargeback models that are more typical of cloud computing or IaaS models.
Memorize the table on pp 18-19 on vRAM entitlement, vCPUs per VM, and what functions are included in each product edition.
All editions of vSphere 5 include support for thin provisioning, vSphere Update Manager, and storage APIs for Data Protection.
On all editions except Essentials, VMware requires at least one year of Support to be purchased.
Essentials kits are all-in-one solutions for small environments (up to 3 hosts with 2 CPUs each and a 32GB RAM entitlement)
You can't buy Essentials kids on a per-CPU basis; they are bundled solutions for three servers
You can buy Acceleration Kits as well. (allows customers an easier way to purchase necessary licenses in one step
**Note: I am aware that VMware has ditched its vRAM licensing as of August 27, 2012. My notes are based on the book.
VMware vCenter server for Essentials (bundled with kits)
VMware vCenter Server Foundation (up to 3 vSphere hosts)
VMware vCenter Server Standard (limited only by sizing limits; includes vCenter Orchstrator)
3 editions of vSphere
vSphere Standard Edition
vSphere Enterprise Edition
vSphere Enterprise Plus Edition
Note: version 4 had an edition called VMware vSphere Advanced. It no longer exists, and users who purchased Advanced Edition licenses are entitled to use Enterprise Edition in vSphere 5
Physcial CPU cores and Phsycial max of 256GB of RAM limits go away in vSphere 5. However, they introduced vRAM entitlements
vRAM entitlements:
Standard: 32GB
Enterprise: 64GB
Enterprise Plus: 96 GB
These entitlements are per license. vSphere 5 is licensed on a per-processor basis. So, a physical server with 2 physical CPUs needs 2 licenses. There is no limit on the number of cores or the amount of RAM that can be physically installed in the server. If you use 2 licenses of Enterprise Plus, you get a vRAM entitlement of 192 GB of RAM.
vRAM entitlements can be pooled across all the hosts being managed by one vCenter server
basic idea is to help organizations move closer to usage-based cost and chargeback models that are more typical of cloud computing or IaaS models.
Memorize the table on pp 18-19 on vRAM entitlement, vCPUs per VM, and what functions are included in each product edition.
All editions of vSphere 5 include support for thin provisioning, vSphere Update Manager, and storage APIs for Data Protection.
On all editions except Essentials, VMware requires at least one year of Support to be purchased.
Essentials kits are all-in-one solutions for small environments (up to 3 hosts with 2 CPUs each and a 32GB RAM entitlement)
You can't buy Essentials kids on a per-CPU basis; they are bundled solutions for three servers
You can buy Acceleration Kits as well. (allows customers an easier way to purchase necessary licenses in one step
**Note: I am aware that VMware has ditched its vRAM licensing as of August 27, 2012. My notes are based on the book.
High availability, Fault Tolerance, Storage APIs
High Availability (HA)
automated process for restarting VMs that were running on an ESXi host at a time of complete server failureVMs are migrated to an ESXi host that is part of the HA-enabled cluster (does not use vMotion!!)
Intended to address unplanned downtime, not planned outages
Improved in v5
- scalability (up to 512 VMs per host and 3000 VMs per cluster)
- integrates more closely with DRS, giving Ha greater ability to restart VMs in the event of a host failure
- rewrite of the architecture to Fault Domain Manager, eliminating many of the contraints in earlier versions
Remember that HA will have service interruptions. If vSphere HA restarts the VM, the applications or services provided by that VM are unavailable during the restart
vSphere Fault Tolerance (FT)
Even greater level of high availability than HA can provide.Eliminates any downtime in the event of a host failure
uses vLockstep technology
utilizes a mirrored secondary VM on a separate physical host that is kept in lockstep with the primary VM.
If the physical host on which the primary VM is running fails, the secondary VM can immediately step in and take over without any loss of connectivity.
Also, if the physical host on which the secondary VM is running fails, the mirrored secondary VM will be automatically recreated on another host.
In the event of multiple host failures, vSphere HA will reboot the primary VM on another available server and recreate the secondary VM
In this version, vSphere FT can work in conjunction with vMotion and is integrated with DRS, but it does require EVC
vSphere Storage APIs for Data Protection and VMware Data Recovery
Two key components:- vSphere Storate APIs for Data Protection (VADP)
- VMware Data Recovery (VDR)
enables functionality like file-level backup and restore; support for incremental, differential, and full-image backups
supports multiple storage protocols
provides for native integration with backup software
NOT a backup solution, it just provides the framework for making backups possible.
VMware Data Recovery (VDR) is VMware's backup tool that leverages VADP to provide a full backup solution for smaller vSphere environments
Storage DRS, Storage/Network I/O Control, Profile-driven storage
Storage DRS
helps balance storage capacity and performance across a cluster of datastoresIncludes choosing the best datastore when placing a new VM
Also includes storage vMotion to reblance storage resource utilization dynamically
Storage I/O Control and Network I/O Control
allows admins to assign relative priority to storage I/O and limit storage I/O.Settings are enforced cluster-wide
Works for VMFS and NFS datastores in 5.0 (4.1 included only VMFS datastores)
Similarly, network I/O has extensive controls so admins can ensure that VMs that need priority access to network resources get the resources they need
Profile-Driven Storage
New to vSphere 5storage profiles ensure that VMs are residing on storage that can provide the capacity, performance, availability, and redundancy they require.
Key components:
- Storage capabilities, leveraging vSphere's storage awareness APIs
- VM storage profiles
admins can provide the storage capabilities as well
profiles are created that specify the storage capabilities that must be present in order for the VM to run.
vSMP, vMotion/Storage vMotion, DRS
Virtual Symmetric Multi-Processing
Technology that allws the use of multiple processors inside a VM.v5 lets you specify multiple cores (e.g. dual socket VM with 2 cores per socket)
vMotion and Storage vMotion
vMotion also known as 'live migration'moves a running VM from one physical host to another with no downtime
Allows easy maintenance of a physical host that needs to be brought down for repair or maintenance
Allows easy migration to new physical hardware
Helps when multiple VMs are in contention for the same resources
Storage vMotion migrates a VM's storage while the VM is running
doing both vMotion and storage vMotion at the same time requires the VM to be powered off
vSphere DRS
leverages vMotion to provide automatic distribution of resource utilization across multiple ESXi hostsAt startup, DRS tries to put the VM on the physical host that is best suited to run that VM at that time (also known as intelligent placement)
While VM is running, DRS tries to provide 'load balancing' and moves VMs to the physical hosts that can provide the best resources without contention.
Subscribe to:
Posts (Atom)