5.2

Table Of Contents
The SviConfig
utility is located in the following location on the computer on which View Composer is installed:
n
32-bit computers:
Install_drive
\Program Files\VMware\VMware View Composer
n
64-bit computers:
Install_drive
\Program Files (x86)\VMware\VMware View Composer
Before you begin, verify that no linked clones are associated with the replica.
Familiarize yourself with the SviConfig FindUnusedReplica parameters:
n
DsnName. The DSN that must be used to connect to the database.
n
UserName. The user name used to connect to the database. If this parameter is not specified, Windows
authentication is used.
n
Password. The password for the user that connects to the database. If this parameter is not specified and
Windows authentication is not used, you are prompted to enter the password later.
n
ReplicaFolder. The name of the replica folder. Use an empty string for the root folder. The default value
is VMwareViewComposerReplicaFolder.
n
UnusedReplicaFolder. The name of the folder to contain all unused replicas. The default value is
UnusedViewComposerReplicaFolder. Use this parameter to specify the destination folder when you use the
Move parameter.
n
OutputDir. The name of the output directory in which the list of unused replicas, stored in the unused-
replica-*.txt file, is generated. The default value is the current working directory.
n
Move. Determines whether to unprotect unused replica virtual machines and move them to a specified
folder. The UnusedReplicaFolder parameter specifies the destination folder. The default value of the
Move parameter is false.
The DsnName, Username, and Password parameters are required. The DsnName cannot be an empty string.
Take these steps:
1 Stop the View Composer service.
2 From a Windows command prompt on the View Composer computer, run the SviConfig
FindUnusedReplica command in the following form:
sviconfig -operation=findunusedreplica
-DsnName=
name of the DSN
-Username=
Database administrator username
-Password=
Database administrator password
[-ReplicaFolder=
Replica folder name
]
[-UnusedReplicaFolder=
Unused replica folder name.
]
[-OutputDir=
Output file directory
]
[-Move=
true
or
false
]
For example:
sviconfig -operation=FindUnusedReplica -DsnName=SVI
-Username=SVIUser -Password=1234 -Move=True
3 Restart the View Composer service.
4 (Optional) After the replica is moved to the new folder, remove the replica virtual machine from vCenter
Server.
Chapter 16 Troubleshooting View Components
VMware, Inc. 403