As we all know IT is a rapidly progressing market and for us IT professionals that means we're constantly trying to learn and update our core skills to keep up with the changes. And as we're all aware it's not always possible for our employers to provide the necessary time or money to help keep up these skills leaving us in the dilemma to having to invest our own time and money into staying current.
I've spent my own money on a home lab and given up nights and weekends studying and learning new products. And for me self study and self investment is worth it. The achievement you feel when you pass an exam and gain that qualification is a buzz. There is even more of a buzz when you the skills you have self taught become useful in your day to day job.
There are lot of resources out there to help you along the way when trying to learn at home. I invested in an HP Microserver a few years ago and it didn't break the bank, and it provides a very nice wee home lab that I've built, broke, re-designed and re-build many a time. The capacity of it provides enough grunt that I can emulate a small Microsoft lab similar to what you would use while on a Microsoft training course in a classroom.
Home Labs or Virtual Labs
HP regularly run cashback offers on their Microservers, the current cashback deal runs until the 30th June 2015. I've found the cheapeast deals to be had over at ServersPlus.com - http://www.serversplus.com/microserver_cashback
You can find free evaluation copies of Microsoft's software here https://technet.microsoft.com/en-gb/evalcenter The trial licenses last 180 days which should be adequate enough to have a good understanding of the software.
Microsoft also offer a large selection of free Virtual Labs. Many are targetted towards learning a certain skill within their products so you don't have the free rein you do with your own home lab however they can be useful and I have used in them while at work when I need to understand something or have been travelling and don't have access to my home lab. You can find them over at https://technet.microsoft.com/en-us/virtuallabs/bb467605.aspx
Training resources
Microsoft have a free Virtual Academy open to all that. It can help you plan what certification track you wish to persue, and offers you training materials that can help you achieve those certifications. I've not seen anyone use this resources solely as a method of passing a Microsoft exam however it is a useful resource.
http://www.microsoftvirtualacademy.com/
Videos from previous MS Ignite and TechEd Europe events are available online at Channel9 which can be helpful in getting an overview on certain products or learning some hints and tips from the field. There are also a lot of videos from behind the scenes. The videos can also be downloaded as MP4s so you an store them on your device of choice and watch while
commutting etc.
https://channel9.msdn.com/
There are a lot of other useful resources out there than can help you invest in your career when your employer can't help. Learning in your own time can can hinder your family/social life however if you show willing to invest in yourself and your career it could lead to great things!
Showing posts with label home lab. Show all posts
Showing posts with label home lab. Show all posts
Wednesday, 10 June 2015
Tuesday, 12 May 2015
Installing VMware Workstation alongside Hyper-V
For the past three years I've been working for a Microsoft Partner company in Scotland and as you can imagine their primary focus was on Microsoft products and the virtualisation technology the recommended to clients as Hyper-V so the majority of my focus has been on using that. As such I set up a lab at home running Windows Server 2012 R2 and Hyper-V to help teach myself bits and bobs.
I recently changed job and although the company I now work for is a Microsoft Partner also they focus more on using VMware as the virtualisation technology so today I decided to set up a wee mini lab to help get me back up to speed with it and test a few things.
I wanted to keep my Hyper-V in tact and run the new VMware lab in parallel, so to do that I downloaded a free trial of VMware Workstation onto my home lab server (HP Microserver N40L) but ran into an issue when trying to get it to install. I was told I had to uninstall Hyper-V first.
After a little digging I found a useful work around:
I recently changed job and although the company I now work for is a Microsoft Partner also they focus more on using VMware as the virtualisation technology so today I decided to set up a wee mini lab to help get me back up to speed with it and test a few things.
I wanted to keep my Hyper-V in tact and run the new VMware lab in parallel, so to do that I downloaded a free trial of VMware Workstation onto my home lab server (HP Microserver N40L) but ran into an issue when trying to get it to install. I was told I had to uninstall Hyper-V first.
After a little digging I found a useful work around:
- Open Hyper-V Manager and click on "stop service" in the right panel
- Open an elevated command prompt and type:
bcdedit /set hypervisorlaunchtype off - Restart your computer
Hyper-V is now disabled and you can run VMware workstation and your lab. When you wish to switch back to using your Hyper-V lab carry out the following:
- Open an elevated command prompt and type:
bcdedit /set hypervisorlaunchtype auto - Restart your computer
A nice little workaround if you are switching between the two types of lab.
Subscribe to:
Posts (Atom)