2.0

Table Of Contents
VMware, Inc. 61
Chapter 4 Installing and Configuring the ACE 2 Management Server
analternativelocationfromwhichyouwilldothebackup,andthen(3)restartthe
server.
Otheralternativesforbackingupanopendatabase,asrecommendedbymembersof
anSQLitecommunity,asdiscussedinthisforumthread,arenotedbelow:
http://marc.10east.com/?l=sqliteusers&m=111487876701133&w=2
LogintotheSQLitedatabaseusingthesqlite3commandlinetool.Usethe.dump
command,storetheresultinaseparatefile,andbackupthatresultfile.ItisaSQL
scriptthatwillrecreatethedatabase.
UsingtheShadowVolumeCopymechanismonWindowssystemsorLVMvolume
snapshotsonLinux(andthecrashrestorefeatureofSQLite),backupthecomplete
databasedirectory,includingjournalfilesiftheyarepresent.Thismethodis
actuallyeasierthanitsounds:OnaWindowsXPSP1orlateroperating
system,just
use
ntbackuponthedatabasedirectory.Whenthedatabaseisrestoreditshould
workfine.
Logintothedatabaseasdescribedinthefirstmethod.IssueBEGINEXCLUSIVE,
copythedatabasefile,andthenissueCOMMIT.
Integrating the ACE 2 Management Server with Management
Tools or Automated Scripts
Ifyouneedtouseyourcompany’sownmanagementorreportingtoolsorautomated
scriptswiththedataintheVRMdatabase,seeAppendix:UsingtheVMwareACE2
ManagementServerDatabaseSchemaandQueryingtheAuditEventLogData,”which
describestheschemaforthedatabase.
Using SSL Certification and Protocol
Bydefault,theACE2ManagementServerusestheSSLprotocoltoprovideencrypted,
securecommunications.TheserverconnectstoitsmanagedinstancesusingSSL.Ifthe
serverisintegratedwithanActiveDirectoryservice,itcommunicateswiththeservice
throughanSSLprotectedlink.
TheSSL(SecureSocketsLayer)protocol
wasdevelopedbyNetscapeCommunications
CorporationtobeusedforsecuredocumenttransmissionovertheInternet.SSL
encryptsdatathroughtheuseofapublickey/privatekeypair:thepublickeyisknown
N
OTETheACE2ManagementServermustbeconfiguredtouseSSL.Formore
informationonconfiguringACE2ManagementServertouseSSL,see“Configuring
MultipleACE2ManagementServerstoUseSSL”onpage65.