Monthly Archives: November 2014

hp ilo chip

Setting iLO IP Address via ESXi CLI

HP iLO is a great tool to have, remote console access, unfortunately it is sometimes forgotten by engineers and technicians to be configured. Which is a pain when you then need remote access to the ESXi.

So here is how to configure the HP iLO IP address using the ESXCLI via SSH.

  1. Turn on your SSH for the host
  • Configuration
  • Security Profile
  • SSH
  • Start

2014-11-11_23-36-26 Continue reading Setting iLO IP Address via ESXi CLI

vmwarevss

Using PowerCLI to create Virtual Machine Port Groups

So basically I had a host failure where all of the configure was lost, if I was more savvy with Powershell/PowerCLI, I would have been able to rebuild it all via scripts, but that clones the settings from a working host.

But nevermind that is for a different day of learning.

So I configured the host to the point of Networking, so the vSwitches had the correct NICs, but I needed to do all the port groups, which in the GUI if you have a few to do is time consuming.

So in PowereCLI, pull all of your information, port-group names and VLAN IDs.

Get-Vmhost -name <FQDN of host> | Get-VirtualSwitch -name  | Get-VirtualPortGroup

2014-11-12_00-07-01

To create a port-group

Get-Vmhost -name <FQDN of host> | Get-VirtualSwitch -Name  | New-VirtualPortgroup -Name "Name of PG" -VlanID
2014-11-13_10-58-47

Obviously this is a very short crude method of achieving what I need, but here you can see the basic building blocks needed to create Port Group in PowerCLI.
Regards

Dean


powershell

Get-PowerShelling or Remove-JobRole

Coding, Scripting, Powershelling, etc etc, Dirty words in the mouth of Infrastructure guys across the globe.

When I was in college taking on my computer course, I had two options, Hardware and Networking, or Web Design. I went with my interests and skillsets, hardware and networking.

spongebob-school

Coding to me is something I wasn’t interesting in when I became a geek, I wanted to provide the platforms for you to build and run your apps on, not be the guy building the apps. It looks like I screwed up, Job Security wise and Pay wise.

5 Years ago when I was getting into the IT industry, it was taking a number of days to provision a server ready for application installation and deployment. Now, thanks to virtualisation, this has been reduced to minutes. Something I think I’ll blog about on another day, the changes in the industry as I see it.

Here’s two slides showing this, provided by Joe Baguley (CTO, VMware).

Slide1 Slide2

Continue reading Get-PowerShelling or Remove-JobRole

What an employer is looking for in a Technical Role

So after an interesting North West VMUG event on 12th November, I’ve decided to write my own comments on the state of employment within IT. This is prompted by Neil Mills Talk at the above VMUG event, where he gave tips on super charging your CV, and the industry as he see’s it.

Most of my recruiting experience from the last year comes from a reseller/solutions provider point of view.

From Neil’s talk I gleaned the following;

  • The Market is awash with jobs and not enough quality candidates
  • Cloud is taking off, but not at the rate it was first thought of
    • This may be down to issues surrounding the adoption of cloud, i.e compliance.
  • Certifications such asVCP,MCSA/E, have become the commodity, and expected
    • Advanced/Higher certifications such as VCAP is what makes the differentiator
  • If you are using a recruiter, work them, don’t leave them too it!

So what have I personally noticed;

Continue reading What an employer is looking for in a Technical Role

images

Looking back at a VMware VDI Deployment

My good friend Nathan Bryne wrote a good post about “Do I really need to do a Desktop Assessment?“, which got me thinking.

I worked at a college for around 3 years where we had a 1000 seat VMware View VDI deployment. I started working there just after the college had decided to go all-in on VDI and purchased the equipment, as most of their student machines were getting to 5 years old, and in some areas 7 years old.

The highlights of this were;

2012-06-29 15.35.12IMAG0390 IMAG0400 IMAG0391Dell Blade to SAN Array - Both environments

Continue reading Looking back at a VMware VDI Deployment