Book Giveaway #4: VMware vSphere: PowerCLI Reference

April 30th, 2013 No comments

Here’s the fourth book of my 8 book giveaway! This giveaway will run from 5/1/2013 – 5/15/2013. You have multiple ways to sign up. Use the widget below and register via email or Facebook Connect. Then, for extra entries, use the widget to tweet about the giveaway, follow me on Twitter, Facebook “Like” this post or do a +1 on Google. By doing all of those things, you’ll get up to 5 entries for the book and a better chance to win.

There is also a referral system in place where if you refer in a person who enters, you can earn an additional 5 entries for each person who enters.

For more details about other books and the drawing itself, see this post.

So, let’s see who can win this thing! (Side note: The widget might be a bit wonky if you use IE. Chrome or Firefox seems to work just fine.)

(Your emails, or other contact information used to register will be kept private and not sold or shared.)

Restrictions:

  • You must live in the United States or if you live internationally, be willing to pay any shipping costs over $10USD since this is coming out of my own pocket.
  • If you already own the book, don’t try to win a book you’ve already got!
  • Actually read the book, and not let it collect dust on your shelf next to your MCSE NT 4 books.

More details about the book here: VMware vSphere: PowerCLI Reference

Categories: Books, Giveaways Tags:

Free Training: vCloud Networking and Security Fundamentals [V5.X]

April 10th, 2013 No comments

Summary: 

The vCloud Networking and Security Fundamentals course covers VMware’s vision of a Software Defined Datacenter (SDDC) and explains key features of vCloud Networking and Security Suite. This course also examines various methods for implementing vCloud Networking and Security.

Register Now
- Format: Self-Paced
- Length: 1 Hour

Objectives:

  • Communicate VMware’s vision of a SDDC
  • Explain workload networking and security requirements
  • Describe vCloud Networking and Security components
  • Examine vCloud Networking and Security implementations

Outline:

The course consists of the following modules:

  • vCloud Networking and Security Vision describes the challenges that vCloud Networking and Security addresses, its key concepts, and the customer benefits.
  • vCloud Networking and Security Overview explains workload networking and security requirements, describes vCloud Networking and Security components, and explains vCloud Networking and Security purchasing options.
  • vCloud Networking and Security Customer Use Cases examines how customers implemented vCloud Networking and Security into their environments.
Categories: Free Training Tags:

Another trip to Europe in the near future.

April 9th, 2013 No comments

It’s been a long time coming, but I’m heading back to Europe for a personal vacation and or holiday; feel free to use whichever term you prefer! Some of you may have known that in 2009, I backpacked throughout Europe for 17 days by myself and met travelers from all kinds of different countries. I visited London, Amsterdam, Brussels, Prague, Munich, Interlaken, Barcelona and Paris. It was a great experience and one I won’t forget. One of my favorite experiences (so many) was probably skydiving almost 15,000ft over the Swiss Alps on my birthday. It was surreal. Don’t believe me? Check out the proof below!

This time I’ll be bringing my wife. We’ve decided to visit two locations this time. Amsterdam being the first one and Rome being the second destination. We’ll arrive in Amsterdam the afternoon of June 8th after an overnight flight. Then flying to Rome on June 11th and coming back to the States on the 16th. We’re excited for the trip. I know I have readers from The Netherlands and Italy, so if anybody has any tips, good restaurants or hidden gems in either city, feel free to pass them along! I would appreciate any of them!

Ryan

Categories: Personal Tags:

50% Discount on VCP Exams

April 1st, 2013 1 comment

If you’ve been putting off your VCP exam, you might want to knock it out before the end of June. Pearson Vue is offering 50% off on all VCP-Cloud, VCP5-DV, VCP5-DT and IaaS exams.

Use promo code VCP50.

More info: http://www.pearsonvue.com/vmware/getcertified/

Categories: Certification Tags:

New Whitepaper: VMware vCloud Disaster Infrastructure Resiliency Case Study

March 29th, 2013 No comments

I wanted to post a link to a great new whitepaper that was just released by Aidan Dalgleish.

Description:

VMware vCloud Director® enables enterprise organizations to build secure private clouds that dramatically increase datacenter efficiency and business agility. Coupled with VMware vSphere®, vCloud Director delivers cloud computing for existing datacenters by pooling vSphere virtual resources and delivering them to users as catalog-based services. It helps users build agile infrastructure-as-a-service (IaaS) cloud environments that greatly accelerate the time to market for applications and the responsiveness of IT organizations.

Resiliency is a key aspect of any infrastructure—it is even more important in IaaS solutions. This technical paper was developed to provide additional insight and information regarding the use of VMware vSphere PowerCLI™ to automate the recovery of a vCloud Director–based infrastructure.

Read the case study at: http://www.vmware.com/files/pdf/techpaper/VMware-vCloud-Directore-Infrastructure-resiliency-whitepaper.pdf

Categories: vCloud, vSphere, Whitepapers Tags:

Book Giveaway #3: Automating vSphere with VMware vCenter Orchestrator

March 21st, 2013 No comments

Here’s the third book of my 8 book giveaway! This giveaway will run from 3/20/2013 – 4/3/2013. You have multiple ways to sign up. Use the widget below and register via email or Facebook Connect. Then, for extra entries, use the widget to tweet about the giveaway, follow me on Twitter, Facebook “Like” this post or do a +1 on Google. By doing all of those things, you’ll get up to 5 entries for the book and a better chance to win.

There is also a referral system in place where if you refer in a person who enters, you can earn an additional 5 entries for each person who enters.

For more details about other books and the drawing itself, see this post.

So, let’s see who can win this thing! (Side note: The widget might be a bit wonky if you use IE. Chrome or Firefox seems to work just fine.)

(Your emails, or other contact information used to register will be kept private and not sold or shared.)

Restrictions:

  • You must live in the United States or if you live internationally, be willing to pay any shipping costs over $10USD since this is coming out of my own pocket.
  • If you already own the book, don’t try to win a book you’ve already got!
  • Actually read the book, and not let it collect dust on your shelf next to your MCSE NT 4 books.

More details about the book here: Automating vSphere with VMware vCenter Orchestrator

 

Categories: Books, Giveaways Tags:

A few basic PowerCLI oneliners.

March 12th, 2013 No comments

Some students in my classes have been recently asking me for any good PowerCLI oneliners during my ICM classes.

Here’s a list I typically share out to my students. If you’ve got any to add, feel free to leave them in the comments section. It’s nice to get a list of these things. I also recommend the PowerCLI lab over at vNugglets to anybody getting started. Matt and Allen wrote the lab for last years Demo Days VMUG event.

Do VMs have snapshots?

foreach ($snap in (Get-VM | Get-Snapshot | Where-object {$_.Created -lt ((Get-Date).AddDays(0))})){ $snap | select VM, Name, Description, SizeMB, Created }

Rescan HBA Adapters.

foreach ($esx in Get-VMhost -Location ClusterName | sort Name) { $esx | Get-VMHostStorage -RescanAllHBA -rescanVMFS -refresh }

Add Port Group “VLAN 500” with VLAN tag 500 to vSwitch1 on all hosts in a Cluster

foreach ($esx in Get-VMHost -Location ClusterName | Sort-Object Name) { $esx | Get-VirtualSwitch -Name vSwitch1 | New-VirtualPortGroup -Name “VLAN500″ -VlanId 500 }

vMotion and Storage vMotion

Get VM Information, Cluster, Host, Datastore

Get-VM | Select Name, @{N=”Cluster”;E={Get-Cluster -VM $_}},@{N=”ESX Host”;E={Get-VMHost -VM $_}},@{N=”Datastore”;E={Get-Datastore -VM $_}}

Actually vMotion

Move-VM vm-name -Destination (Get-VMHost esxi-hostname)

Actually Storage vMotion

Get-VM “vm-name” | Move-VM -datastore (Get-datastore datastore-name)

Search for things in Inventory. (Look for VMs that have an ‘v’ in them.

Get-VM | Where-Object {$_.name -match ‘v’}

List VMs with less than 1024MB of Memory

Get-VM | Where-Object {$_.MemoryMB -lt ’1024′}

See if any of our datastores have less than a certain amount of free space. First we’ll do 100,000MB. Then we’ll search for 3,000MB

Get-Datastore | Where-Object {$_.freespaceMB -lt 100000}

Get-Datastore | Where-Object {$_.freespaceMB -lt 3000}

Output a list

get-vm | select name, numcpu, memoryMB, @{n=”diskKB”; e={($_ | get-harddisk).capacityKB}} | ConvertTo-Html | Out-File c:\vms.html

Categories: Scripting Tags:

Free Training: Virtualizing Microsoft SQL Server with VMware [V5.X]

March 6th, 2013 No comments

Summary: 

This free eLearning course facilitates the avoidance of the pitfalls commonly encountered when experienced VMware vSphere professionals cross the chasm of Tier-1 SQL Server virtualization.

Register Now
- Format: Self-Paced
- Length: 3 Hours

Objectives:

  • Describe how to design and implement SQL Server database on VMware.
  • Describe how to design for uptime and performance.
  • Discuss how to leverage VMware products and technologies.
  • Discuss various SQL Server licensing scenarios.

Outline:

The course consists of five modules:

  • Introduction to SQL Server Database Virtualization discusses virtualization trends. This module also covers vSphere performance transparency, customer perceptions, and common objections to virtualization of Microsoft SQL Server.
  • Physical Stack Fundamentals discusses Microsoft SQL Server licensing concepts. This module also covers reference architecture of SQL Server database on vSphere. In addition, the module discusses several storage, vSphere host sizing, and networking considerations.
  • Virtual Machine Layer Fundamentals discusses how to configure guest Windows OS. This module also discusses various storage presentation options and compares their pros and cons. Finally, this module discusses how to optimally install SQL Server instance.
  • SQL Server Database on vSphere Prototype Project discusses project management and team dynamics of the prototype project. This module also details techniques for baselining performance and discusses considerations for selection of a viable workload candidate for virtualization prototye. Finally, this module covers the process by which an organization validates the prototype’s performance.
  • Beyond the Prototype Implementation discusses two disaster recovery architectures – one with SQL database mirroring and one without SQL database mirroring. This module compares single-instance SQL Server on VMware with MFC-on-vSphere. This module also discusses the logical reference architecture for MFC. This module covers vSphere’s security advantages compared to native hardware. Finally, this module reviews some prominent opportunities to apply tooling to optimize every qualitative, operational, and financial aspect of the preproduction lifecycle.
Categories: Free Training Tags: