Specifications

Table Of Contents
VMware, Inc. 165
Chapter 6 View Composer
Bydefault,thebackupfilesonViewConnectionServerarestoredinthefollowing
location:
C:\Documents and Settings\All Users\Application
Data\VMware\VDM\backups
ViewComposerbackupfilesusethefollowingnamingconvention:
Backup-<Year><Month><Day><Count>-<vCenter Server Name>
_<Domain Name>.SVI
Forexample:
Backup-20090304000010-foobar_test_org.SVI
Use Case
UsethiscommandwhenyouwanttoreplicateorrestoreViewComposerdatabasedata
afterasystemfailure,orifyouwanttorevertyourViewComposerdeploymenttoan
earlierstate.
Usage
Beforeyoucanimportbackupdata,youmustfirstshutdowntheViewComposer
servicerunningonthevCenterServer.Restarttheserviceonceyouhavesuccessfully
executedthecommand.
SviConfigrestoredatacommandinstructionsareissuedfromaWindowscommand
promptinthefollowingform:
sviconfig -operation=restoredata
-DsnName=<target database source name (DSN)>
-Username=<database administrator username>
-Password=<database administrator password>
-BackupFilePath=<path to View Composer backup file>
Forexample:
sviconfig -operation=restoredata -dsnname=LinkedClone -username=Admin
-password=Pass -backupfilepath="C:\Program Files\VMware\VMware View
Composer\Backup-20090304000010-foobar_test_org.SVI"