GHV Output
Output from GHV is saved into the following files:
healthView-dir/healthView_last_run.txt |
Contains data from the immediate previous run. |
healthView-dir/healthView.txt |
Contains data from all prior runs. |
healthView-dir/healthView_clusters.tsv |
Contains cluster/host data in a tab separated value format that can be imported into MS Excel. |
healthView-dir/healthView_drvas.tsv |
Contains drva/domain/VM data in a tab separated value format that can be imported into MS Excel. |
The following examples illustrates output from GHV being directed to the output text files:
Certificate login:
[admin@fs123-COSbld healthView]# python3 ./healthView.py -vi fs123-vc3-mg.st.jsoft.com -m fs123-msdr-mg.st.jsoft.com -u
The results are updated in healthView-dir/healthView_last_run.txt and healthView-dir/healthView.txt.
The MS Excel loadable data is in healthView-dir/healthView_clusters.tsv and healthView-dir/healthView_drvas.tsv
[admin@fs123-COSbld healthView]#
Manual login:
[admin@fs123-COSbld healthView]# python3 ./healthView.py <vCenter FQDN> -m <MSA FQDN> -vu <vCenter username>
vCenter password for user [email protected] :
The results are updated in healthView-dir/healthView_last_run.txt and healthView-dir/healthView.txt.
The MS Excel loadable data is in healthView-dir/healthView_clusters.tsv and healthView-dir/healthView_drvas.tsv
[admin@fs123-COSbld healthView]#