In this post I will be building off of my last two posts which stemmed from a problem I ran into where I attempted to find and disconnect all ISOs connected to VMs in my environment. Please go back and read my previous posts, but as a quick recap; if you attempted to disconnect an ISO from a Linux VM before ejecting the media in the guest your Linux VM will become unresponsive until you answer a dialog that displays in vCenter.
In my previous post I showed you how to find all Linux VMs, in this case CentOS Linux VMs, properly eject the media inside of the guest using the Invoke-VMScript, and disconnect the ISO from the VM. That post; however, only covered Linux VMs.
The Virtual Village
Tuesday, January 8, 2019
Saturday, October 6, 2018
Use PowerCLI To Find Linux VMs With Connected ISO And Disconnect ISO Without Causing VM To Become Unresponsive
In my previous post I discussed what can happen if you attempt to disconnect an ISO from a Linux virtual machine before first ejecting or unmounting the media inside the guest operating system.
This can have dire consequences if you bring all of your Linux VMs to a screeching halt. It is easy enough to answer the prompt displayed in vCenter for a handful of VMs, but if you have a large Linux environment this could be cumbersome. The VM also returns to a running state as if it were paused, but this severs any connected sessions. Any outside operations running that use the affected VM as a resource will also be unsuccessful during this time.
This can have dire consequences if you bring all of your Linux VMs to a screeching halt. It is easy enough to answer the prompt displayed in vCenter for a handful of VMs, but if you have a large Linux environment this could be cumbersome. The VM also returns to a running state as if it were paused, but this severs any connected sessions. Any outside operations running that use the affected VM as a resource will also be unsuccessful during this time.
What Happens When You Disconnect An ISO From A Linux VM While The Guest Operating System Still Has A Lock On The Media
In this case I wanted to find a way to easily and systematically find all of the virtual machines in my environment that had an ISO mounted to the virtual machine and then disconnect the ISO without any manual intervention on my part, other than perhaps running the script.
My goto for this task of course was PowerCLI. I have found that the more I play with and get to know PowerCLI the more excited I become about the possibilities it offers.
If you do a quick internet search for tasks like, "Use PowerCLI to get all VMs with a mounted ISO and disconnect ISO" you will find loads of blog posts on how to perform this task and some with different code styles and syntax, but all fairly basic as PowerCLI makes this a pretty simple operation.
The problem I discovered with this...well, actually I discovered a few problems.
Friday, December 29, 2017
How To Deploy Multiple VMs Using PowerCLI (Part 2) - Dynamic Parameters
This would likely result in an added step of the user needing to look up this information and could result in user error while mistyping information into the prompt.
While contemplating how to solve this problem I was recently introduced to parameters and using them in PowerShell to collect information from the command line and store their values into variables as part of another project I'm working on.
Saturday, November 11, 2017
How To Deploy Multiple VMs Using PowerCLI
As I have previously mentioned, working for an SMB and making up an Infrastructure Team of one can pose some unique challenges.
I was recently asked if I could spin up a number of VMs for a new Dev/Test environment for our Development Team.
This environment would require a number of groups of VMs running Microsoft Application Request Routing (ARR), Microsoft Internet Information Services (IIS), or Microsoft SQL Server.
I had been playing with VMware vSphere PowerCLI for things like moving all the VMs from one host to another for host maintenance as I don't have access to DRS or SDRS, but I hadn't done much more with it than that up to this point. Since I also do not have access to VMware vRealize Automation, I thought I would try creating a PowerCLI script to accomplish this task and to give myself a baseline for future automated deployments of multiple VMs.
Here is my first go at the script.
I was recently asked if I could spin up a number of VMs for a new Dev/Test environment for our Development Team.
This environment would require a number of groups of VMs running Microsoft Application Request Routing (ARR), Microsoft Internet Information Services (IIS), or Microsoft SQL Server.
I had been playing with VMware vSphere PowerCLI for things like moving all the VMs from one host to another for host maintenance as I don't have access to DRS or SDRS, but I hadn't done much more with it than that up to this point. Since I also do not have access to VMware vRealize Automation, I thought I would try creating a PowerCLI script to accomplish this task and to give myself a baseline for future automated deployments of multiple VMs.
Here is my first go at the script.
Sunday, October 1, 2017
IT Takes A Village...
"IT Takes a Village", taken from the African proverb, "It takes a village to raise a child." might seem like an odd sentiment and title for a blog about Information Technology and Virtualization. As I mentioned in my introductory post I am also very passionate about the IT community and this growing passion is what ultimately led to my decision to finally step outside of my comfort zone and start this blog.
I recently attended VMworld 2017 and the great conversations I had the opportunity to engage in while there were absolutely priceless. I wouldn't have asked my current employer to send me to VMworld in the first place if I hadn't been encouraged to by a number of community members. These conversations and the advice I received gave me that final push I needed to start this blog, to step out of my comfort zone, and to be more active in the IT community.
I recently attended VMworld 2017 and the great conversations I had the opportunity to engage in while there were absolutely priceless. I wouldn't have asked my current employer to send me to VMworld in the first place if I hadn't been encouraged to by a number of community members. These conversations and the advice I received gave me that final push I needed to start this blog, to step out of my comfort zone, and to be more active in the IT community.
Monday, September 11, 2017
Welcome to The Virtual Village
Subscribe to:
Posts (Atom)