Cisco Cisco Customer Voice Portal 8.0(1)

Page of 573
Running VBAdmin
Since there are often many H.323 Services in network installations, VBAdmin can be run locally
or remotely (Remote VBAdmin), or redirected to monitor a different H.323 Service. However,
Remote VBAdmin is supported only when being run on a server that has Unified ICME installed.
VBAdmin can also be used from any machine running Unified ICME to remotely administer
the H.323 Service. The syntax to do so is: 
procmon Customer "Voice Browser" VB
machine-name-or-IP-of-H323-Service
.
Note: You can also use the Operations Console to send H.323 commands. Refer to the Operations
Console online help.
VBAdmin Command Syntax
There are two types of VBAdmin commands: Show commands let you view the configuration
settings; Set commands let you change the settings. The syntax for the VBAdmin commands
is:
show<
Parameter
>[ /? | /help]
set<
Parameter
>[<NewValue> | /? | /help]
where:
show<Parameter> or set<Parameter> is the command; for example, ShowGateKeeper or
SetCallServerNumTries.
NewValue—only used with Set commands—is the new setting for the parameter.
/? and /help are two options for accessing VBAdmin Online Help.
Note:
• NewValue must be enclosed in quotes only if you are defining multiple settings for a parameter
using one command. For example, to define one Call Server Name, you would enter:
SetCallServerList CS_Lowell
(no quotes). To define three Call Server Names at one
time, you would enter:
 SetCallServerList “CS_Lowell CS_Salem CS_SanJose”
(with quotes).
• VBAdmin Commands are not case-sensitive; for example, either 
ShowGateKeeper
 or
showgatekeeper
 is an acceptable entry value.
After you enter a “Show” or “Set” command, VBAdmin responds with messages that fall into
one of the following types:
Informational/Online Help. Examples: “
CallServerNumTries
 is currently 
3
.” “Valid
values: 256 character string.”
Configuration and Administration Guide for Cisco Unified Customer Voice Portal Release 8.0(1)
309
Chapter 8: Administering the Unified CVP H.323 Service
VBAdmin Tool