Posts

Showing posts from November, 2015

Workaround for vmrun under VMWare Workstation 12

Ever since upgrading to VMWare Worksation 12 (12.0.0, 12.0.1 and 12.1.0), I haven't been able to use 'vmrun' to work with my Shared virtual machines. This had been working since (at least WS8) and up to (and including) VMWare Workstation 11.1.2. I used to be able to do this in shared workstation mode: $   /usr/bin/vmrun -T ws-shared -h https://localhost:943/sdk -u user1 listRegisteredVM Total registered VMs: 23 [ha-datacenter/standard] WinVista/winVista.vmx [ha-datacenter/standard] RHEL6_x64/RHEL6.vmx [ha-datacenter/standard] VCS41_node1/VCS4.vmx [ha-datacenter/standard] VCS41_node2/VCS4.vmx [ha-datacenter/standard] VCS41_node3/VCS4.vmx [ha-datacenter/standard] VCS41_node4/VCS4.vmx [ha-datacenter/standard] VCS51_node1/VCS5.vmx [ha-datacenter/standard] VCS51_node2/VCS5.vmx [ha-datacenter/standard] VCS51_node3/VCS5.vmx [ha-datacenter/standard] WinXP/winXPPro.vmx [ha-datacenter/standard] VCS51_node4/VCS5.vmx [....] Now, on VMW 12, I just get this failure:

Introducing.. lseth/lsnet

Hi everyone, I am not sure about you but systems with many interfaces and ips hurt my eyes. Thus, a few months ago, I started writing a small tool to help display relevant information in a more compact way. I named this tool 'lseth' and its python rewrite will become 'lsnet'. It can display Linux bonds, the active interface and the current MAC of the bond. Here's what it does: On a RHEL7.1 system with OSP7, instead of this: # ip a s   1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN       link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00       inet 127.0.0.1/8 scope host lo          valid_lft forever preferred_lft forever       inet6 ::1/128 scope host          valid_lft forever preferred_lft forever   2: eth0: <BROADCAST,MULTICAST,SLAVE,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master bond0 state UP qlen 1000       link/ether 00:50:56:3c:f8:dd brd ff:ff:ff:ff:ff:ff   3: eth1: <BROADCAST,MULTICAST,S