Archive for category Uncategorized
VMware Text Expander Snippets
Posted by Brad Christian in Uncategorized on November 21, 2014
One of the problems working with VMware is the sheer number of VMware products, and VMware’s unfortunate predilection for renaming everything. A lot. I mean they rename their products so often, and buy so many companies, that its impossible to keep track of, much less spell everything right and get all the acronyms down.
Being a Mac and IOS guy, the solution for me is TextExpander, which a is a keyboard expansion utility that shares definitions via DropBox. For instance, I have a shortcut where I type ;sig1 and my email signature expands out. This make typing much, much faster, especially on an iPhone keyboard.
Make sure to make one to change vmware to VMware!
Data Center Virtualization and Cloud Infrastructure
- ;vcs -> vCloud Suite
- ;vs -> vSphere
- ;om -> vSphere with Operations Management
- ;dpa -> vSphere Data Protection Advanced
- nsx -> NSX
- vsan -> vSAN
- ;srm -> vCenter Site Recovery Manager
- ;evor -> EVO:RAIL
- vcenter -> vCenter Server
- vcd -> vCloud Director
- ;os -> Integrated OpenStack
Data Center and Cloud Management
- ;real -> vRealize Suite
- ;oi -> vRealize Operations Insight
- ;op -> vRealize Operations
- ;va -> vRealize Automation
- ;bi -> vRealize Business
- ;li -> vRealize Log Insight
- ;cs -> vRealize Code Stream
- ;vco -> vRealize Orchestrator
- ;hyp -> vRealize Hyperic
Infrastructure as a Service
- ;iaas -> vCloud Air
Desktop and Application Virtualization
- ;ws -> Workspace Suite
- ;view -> Horizon with View
- ;flex -> Horizon FLEX
- ;hair -> Horizon Air Desktops
- ;hadr -> Horizon Air Desktop DR
- ;vol -> App Volumes
- ;mir -> Mirage
- ;wp -> Workspace Portal
- ;ta -> ThinApp
- ;hops -> vRealize Operations for Horizon
Micron P420 Setup for PernixData
Posted by Brad Christian in Uncategorized on September 10, 2014
Google Hangouts for VMware User Groups (VMUGs)
Posted by Brad Christian in Uncategorized on September 19, 2013
The Dallas-Fort Worth VMUG recently started using Google Hangouts to do smaller, impromptu meetings in the evenings. It makes it a lot easier to get good speakers after-hours, and the format of an encrypted video conference chatroom makes it much easier for people to ask questions, share screens and really get conversations flowing. Best of all, it can done from any modern smartphone, tablet or laptop.
Here is a quick how-to on getting started with Hangouts.
Requirements
Google Hangouts are quick and easy to use. There are a few requirements. First, you need a Google account and you must enable Google+. If you’ve been resisting Google+ because you don’t want more social media in your life, try it anyways. Google+ is perfect for focused special-interest communities like VMUGs. You will not see pictures of kittens on Google+. Join the Dallas-Fort Worth VMUG community to see examples.
A small plug-in needs to be installed as well. The perma-link to it is http://www.google.com/chat/video. Users will be prompted for the plug-in, and it takes a few seconds to install. In addition, it is much easier to setup a Google+ community to send the invites out, though individual users can be invited as well.
Note: You always enter a Google Hangout muted! This causes all sorts of shenanigans, even for a bunch of VMware smart guys.
Setting up a Hangout
You have two options when setting up a Google Hangout. If your group is less than 10 people a normal hangout will work fine and the setup is trivial. If you have more then 10 you will need to broadcast the hangout using Hangouts On Air.
Hangouts On Air
If you are doing a Hangout on Air you only want to invite speakers, if there will be greater than 10 people. You simply send out the link in the address bar to people who will be listening in, and there is an “Embed” link at the top of the page to embed the broadcast on your blog- the community site will get it automatically. You will also need to link your Google+ account to a YouTube account. Once setup is complete your broadcast will be recorded to review later or to link. Once you complete your hangout it will save and be ready for you to share.
Widgets
Make sure to experiment with the Google Hangout widgets. Q&A is a must-have, as is Cameraman and Google Effects (Google Effects is half the fun!).
An Example
Here is the hangout from last night with @vtexan @virtualchappy and me, @bchristian21
http://www.youtube.com/watch?v=wzOh26gmWjs&feature=youtu.be.
Thanks
A big hat tip to John McConnell at UT Dallas and a VMUG co-leader for talking me into trying this! I was very against more social media at first.
vBrownbag
Posted by Brad Christian in Uncategorized on March 28, 2013
Here is the SlideDeck and the SpreadSheet from my presentation at the vBrownBag on “Automating View with PowerCLI”
If you have any questions after the presentation, or you’re a lurker like I am at professionalvmware.com and watch the recordings well after the fact, feel free to leave a comment or email me at root (at) vhipster.com.
Passed the VCP-IAAS, so I’m a VCP-Cloud
Posted by Brad Christian in Uncategorized on February 9, 2013
I passed the VCP-IAAS test today. I wasn’t that bad of a test, as long as you have plenty of lab time. Make sure you really got your head wrapped around the networking of vCloud Director if you want to pass this exam.
The part I was weak on was the Chargeback stuff. It’s more expensive to license Chargeback, so I haven’t played with it much.
vSphere 5.1 compatibility with VMware View
Posted by Brad Christian in Uncategorized on October 30, 2012
Better late than never, View 5.1 is now compatible with vSphere 5.1! I wonder if they share an interface now…
Re-IP vCenter 5.1 and the joys of SSO
Posted by Brad Christian in Uncategorized on October 18, 2012
I did my first production deployment of vCenter 5.1, and sure enough, there was a glitch. The admin of the system changed his mind on the VLAN scheme after Single Sign-On, the Inventory service and vCenter components were setup on a linked-mode DR vCenter. I didn’t have to do every step of KB 2033620 but it sure helped.
The new web interface sure is slick, but I keep bringing up up the old tried and true interface. VMware View sure has put me off of Flash, thats for sure.
SSO is not fun.
Concatenate
Posted by Brad Christian in Uncategorized on September 7, 2012
Have you ever needed to add two lines of text together, over and over, like a list of server names and the fully qualified domain name? This can have an endless number of uses for the lazy admin. I never liked writing scripts that read a list of variables from a text file. Its much faster and easier to use a bunch of one-liners in a batch file.
An easy way to do this is with Excel. Take two strings and cat, or concatenate, them together. Here is a diagram so that the Network Engineers reading this can keep up:
+
=
Using Excel, it would look like this:
This simple method can be used incredibly complex commands, and are an ideal springboard for Powershell. Not only is this a powerful tool for automating deployments- you can keep the spreadsheet and label it “Documentation”.
I will be following up with some examples of how to automate VMware and VDI deployments using this method.