1.0

Table Of Contents
VMware, Inc. 25
Chapter 2 Installing vCenter Chargeback
12 Providetheusernameandpasswordfortheapplication.
13 Confirmthepassword.
Afterthevirtualmachinehasbooted,thescreendisplaystheURLsimilartohttp://<IP
address>:8080/cbmui/index.htm
foraccessingthevCenterChargebackapplication.
Managing the vCenter Chargeback Virtual Appliance
AfterthevCenterChargebackvirtualapplianceisdeployedandthevirtualmachinehasbooted,youcanlog
intothevirtualmachineusingthefollowingcredentials:
Username:root
Password:vmware
Afteryouhaveloggedintothevirtualmachine,youcanmanagetheDataCollectorandApacheTomcatservices.
YoucanperformthefollowingactionsontheDataCollectorservice:
StarttheDataCollectorservicebyrunningthefollowingcommand:
service vCenter-DC start
StoptheDataCollectorservicebyrunningthefollowingcommand:
service vCenter-DC stop
RestarttheDataCollectorservicebyrunningthefollowingcommand:
service vCenter-DC restart
YoucanperformthefollowingactionsontheApacheTomcatservice:
StarttheApacheTomcatservicebyrunningthefollowingcommand:
service cbm-tomcat start
StoptheApacheTomcatservicebyrunningthefollowingcommand:
service cbm-tomcat stop
RestarttheApacheTomcatservicebyrunningthefollowingcommand:
service cbm-tomcat restart
Youcanalsomodifythetimezonesetonthevirtualappliancebyrunningthefollowingcommandfromthe
commandprompt:
bash /opt/vmware/cbm/scripts/reset-timezone.sh
Uninstalling vCenter Chargeback
YoucanuninstallavCenterChargebackinstance,bystartingtheuninstallerfromtheStart > Programs >
VMware > VMware vCenter Chargeback > Uninstall VMware vCenter Chargebackmenu.Ifyouremove
theapplicationusingAdd/RemovePrograms,theapplicationisnotremovedcleanlyandyoumighthaveto
manuallydeletesomefilesthatwerenotdeletedduringtheuninstall.
Ifyouuninstall
aninstancethatispartofacluster,ensurethatyoumanuallyremovetheentriescorresponding
totheinstancefromtheworker.propertiesfilelocatedat
<Installation_Directory>\Apache2.2\conf\onthemachinethattheloadbalancerisrunningon.
For example,iftheinstancenameischargeTest,youmustremovethefollowingsectionfrom
the
worker.propertiesfile:
# Set properties for chargeTest (ajp99)
worker.chargeTest.type=ajp99
worker.chargeTest.host=90.0.1.1
worker.chargeTest.port=8009
worker.chargeTest.lbfactor=1
Theentry(ajp99),inthiscase,istheAJPportoftheloadbalancer.