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