Virtualization/Cloud
OpenStack, VMware, and HyperV
VMware Horizon View 6
Installation – https://www.vmadmin.co.uk/resources/53-view/390-horizon-view-6-0-part-1-installing-horizon-view-connection-server
http://www.vmwarearena.com/creating-manual-desktop-pool-vmware-horizon-view-6-x/
Virtual SANs
VMware vSAN Beta
http://www.virtuallyghetto.com/2013/09/how-to-quickly-setup-and-test-vmware.html
http://pascalswereld.nl/post/62805854730/vsan-beta-part-what-install
Microsoft NFS
Building a Virtual Lab
Special Settings for Virtualized Virtual ESXi Hosts
http://www.yellow-bricks.com/2012/06/12/creating-a-nested-lab/
Cisco VPX
Default user/password: nsroot/nsroot
Certificates
Linux convert PFX to PEM
openssl pkcs12 -in keyStore.pfx -out keyStore.pem -nodes
VMware Ports/URLs:
https://192.168.1.39:9443/vsphere-client
https://vCenterAppliance:5480 (config)
https://VCAC:7444
https://IdentityAppliance:5480
https://vco:8281
Ansible
Introduction: Getting Started – http://docs.ansible.com/ansible/intro_getting_started.html
Powershell
Get-Module –ListAvailable VM* | Import-Module
Add-PSSnapin VMware.VIMAutomation.Core
Connect-VIServer -Server xxx
Useful: http://www.getshifting.com/wiki/powerclinotes
One Liners: http://www.virtu-al.net/script-list/
Home Lab
Microsoft Hyper-V Virtualization
Managing Hyper-V from the Command Line
http://www.virtualizationadmin.com/articles-tutorials/microsoft-hyper-v-articles/management/managing-hyper-v-from-command-line-part1.html