Specifications
Table Of Contents
- View Manager Administration Guide
- Contents
- About This Book
- Introduction
- Installation
- View Administrator
- Virtual Desktop Deployment
- Client Management
- Installing and Running View Client and View Portal
- Client Connections from the Internet
- Creating SSL Server Certificates
- Using Existing SSL Certificates
- Smart Card Authentication
- RSA SecurID Authentication
- View Client Command Line Options
- Virtual Printing
- Adobe Flash Bandwidth Reduction
- Client Computer Information
- Using PCoIP Display Protocol
- Using HP RGS Display Protocol
- View Composer
- Overview of View Composer
- Preparing vCenter Server for View Composer
- Preparing a Parent VM
- Deploying Linked Clone Desktops from View Manager
- Refreshing, Recomposing, and Rebalancing Linked Clone Desktops
- Using an Existing View Composer Database
- Using the SviConfig Tool for View Composer
- Offline Desktop
- Component Policies
- Unified Access
- Troubleshooting
- Appendix: The locked.properties File
- Glossary
- Index
VMware, Inc. 163
Chapter 6 View Composer
Upgrade View Composer Database (databaseupgrade)
ThedatabaseupgradecommandisusedtoupgradeaViewComposer1.0schemato
version1.1.Inaddition,thecommandalsomigratestheinformationinthedatabase
fromViewComposer1.0toViewComposer1.1.TheschemaforViewComposerhas
notchangedsinceversion1.1.
Use Case
DuringinstallationoftheViewComposerserviceonavCenterServerwhereanolder
versionoftheserviceisalreadyinstalled,usersareofferedtheopportunitytoupgrade
theservicemanually.Ifaschemaupgradeisrequired,theymustuseSviConfigto
upgradetheschemaandmigratetheirexistingdata.
Usage
BeforeyoucanupgradetheViewComposerdatabase,youmustfirstshutdownthe
ViewComposerservicerunningonthevCenterServer.Restarttheserviceonceyou
havesuccessfullyexecutedthecommand.
SviConfigdatabaseupgradecommandinstructionsareissuedfromaWindows
commandpromptinthefollowingform:
sviconfig -operation=databaseupgrade
-DsnName=<target database source name (DSN)>
-Username=<database administrator username>
-Password=<database administrator password>
Forexample:
sviconfig -operation=databaseupgrade -dsnname=LinkedClone
-username=Admin -password=Pass
Result Output
Asuccessfuloperationresultsinthefollowingoutput:
Establishing database connection.
Database connection established successfully.
Upgrading database.
Load data from SVI_VC_CONFIG_ENTRY table.
Update SVI_DEPLOYMENT_GROUP table.
Update SVI_REPLICA table.
Update SVI_SIM_CLONE table.
SviConfig finished successfully.
Database is upgraded successfully.