macOS:  Find your DHCP Server Address
Aug27

macOS: Find your DHCP Server Address

KB ID 0001587 Problem In Windows this is easy to find, ‘ipconfig /all’ will tell you 🙂 On macOS it’s not so simple. Solution First you need to know which network card we are talking about! Your wireless network card is nearly always en0 (that’s a zero), if you are on a wired connection simply run ifconfig and find the right network card. to double check you can run; ipconfig getifaddr en0 Then to see your DHCP...

Read More
PowerCLI: vMotion Multiple VMs
Aug23

PowerCLI: vMotion Multiple VMs

KB ID 0001585 Problem vMotioning one VM is pretty simple to do; Get-VM VM1 | Move-VM -Destination (Get-VMHost ESX-02.pnl.com) And moving ALL the VMs on one host, to another is pretty straight forward also; Get-VMHost ESX-01.pnl.com | Get-VM | Move-VM -Destination (Get-VMHost ESX-02.pnl.com) But what if you have a list of VMs you want to move, and you are too lazy, (sorry too skilled), do do them manually or one at a time? Solution...

Read More
VMware Converter Slow!
Aug23

VMware Converter Slow!

KB ID 0001584 Problem I was P2Ving a server for a client this week. I did a ‘trial run’ just to make sure everything would be OK, and got this; Yes, that says 13 days and 29 minutes! Suddenly doing this at 1700hrs on a Friday became a moot point! (Note: I was using VMware vCenter Converter Standalone version 6.2) Solution At first I assumed this was a network problem, so I moved everything onto the same Gigabit switch, and...

Read More
VMware Converter ‘Unable to Connect to the Network Share’
Aug22

VMware Converter ‘Unable to Connect to the Network Share’

KB ID 0001583 Problem I don’t think, Ive ever run the VMware Standalone Converter, without at least one error message or popup complaining about something! Today I was trying to convert a clients old Windows Server 2003 document management server, when trying to deploy the agent this happened; Unable to connect to the network share ‘{Sever-name-or-IP} \ADMIN$’. Solution It’s a pretty descriptive error, can you...

Read More
Cisco ASA: NAT 2 Public IPs to 1 Private IP
Aug20

Cisco ASA: NAT 2 Public IPs to 1 Private IP

KB ID 0001582 Problem I got asked today if this could be done. My first response was ‘why?’ I cant really think of a use case for this. But a client had this on their previous firewall and were migrating to a virtual ASA, and wanted the config replicating. So I built something like this; Solution To be fair, my first thought was ‘why not simply add an additional internal IP to the web server, and NAT the second...

Read More