Revision 424 – Dump Current Detected VMs

In revision 424, similar to 423 wherein I added the ability to dump out detected ESXs, I added the ability to dump out the virtualserver table as vm.csv or vm.xml. The outputs are self-documenting in #comments in the CSV, or as XML self-documents already. Note that the XML has no whitespace, so “xmllint -format vm.xml” is your friend.

For example:

(typically running locally: the MySQL is configured to only accept local connections)

java -jar vict.jar -D vm.csv

or

java -jar vict.jar -D vm.xml

…and in long-options too:

java -jar vict.jar --dump-config vm.xml

…but since the JRE is typically hidden below the VirtualWisdom directory, use vict.bat:

VICT.BAT -D vm.xml

Revision 423 – Dump Current Detected ESX

In revision 423, I added the ability to dump out physicalserver table as esx.csv or esx.xml similar to dumping roving.xml and roving.csv. The outputs are self-documenting in #comments in the CSV, or as XML self-documents already. Note that the XML has no whitespace, so “xmllint -format esx.xml” is your friend.

For example:

(typically running locally: the MySQL is configured to only accept local connections)

java -jar vict.jar -D esx.csv

or

java -jar vict.jar -D esx.xml

…and in long-options too:

java -jar vict.jar -D esx.xml

…but since the JRE is typically hidden below the VirtualWisdom directory, use vict.bat:

VICT.BAT -D esx.xml

Revision 404

add Bombardier-like zone naming convention (split into 4 parts, keep middle 2) to Zone-Voting

Posted in Uncategorized

Revision 394

moved old section 8 to section 5 (which was vestigial); section 8 is now (unwritten) vCenter Metrics Level check

Posted in Uncategorized

Revision 392

Added to PHC: section 3: FCX/FC8 Link Count to compare to FCX/FC8 count to check for non-roving

Posted in Uncategorized

Revision 386

UPS SOS: allow zone-voting to work with mixed-aliasing, which is where not all the zone members are WWNs, some are actually aliases… handles a partially-converted-to-aliases situation

Posted in Uncategorized