Hi,
the command for triggering a rescan for new or dead volumes, devices or pathes use
Continue reading VMware: Start a rescan for new/dead devices and volumes on ESXi from command line
Hi,
the command for triggering a rescan for new or dead volumes, devices or pathes use
Continue reading VMware: Start a rescan for new/dead devices and volumes on ESXi from command line
Hello,
in his office, a customer have a few Avocent KVM switches to control some client computers in a remote room. He ask me about the possibility to get a list of all computers connected to these boxes, because he do not want to maintain any list by hand.
I research the documention but there is no (scripting) interface from which I could get such a list. SSH is only for connecting serial consoles, SNMP offers no OIDs for such a case.
Because of the costs, DSView isn’t a option. The only way seems to be to extracting the list by reading the Webfrontend HTML output. Let us do this 🙂
I wrote a script in powershell, at least version 2 is needed to handle selfsigned SSL certificates, which do the following:
Define the User, Password, protocol and the devices:
# KVM User [string]$sUser="Admin" # KVM Password [string]$sPassword="YourPassword" # Protocol [string]$sProtocol="https" # Your Devices [String[]]$aAvocentDevices=@("Console1.domain.local","Console2.domain.local")
Built HTTP POST text and disable SSL certificate warnings
Continue reading Script to get a list of computers connected to a Avocent KVM switch