On Windows
To perform a batch vault client installation:
- Log on as administrator.
- Select Start->Programs->Command Prompt
to
open a Command Prompt window.
- Go to the following installation directory
C:\Program Files\Dassault Systemes\B18\intel_a\code\bin (Windows XP Pro)
C:\Program Files\Dassault Systemes\B18\win_b64\code\bin (64-bit code on
Windows XP Professional x64 Edition)
C:\Program Files (x86)\Dassault Systemes\B18\intel_a \code\bin(32-bit
code on Windows XP Professional x64 Edition)
- Enter the command:
catstart -run VaultClientSetupB
with the appropriate arguments.
Command Syntax
VaultClientSetupB
-list
-add VaultAliasName -host ServerHostname -port OrbixDaemonPort
-modify VaultAliasName [-host ServerHostname] [-port OrbixDaemonPort]
-delete VaultAliasName -h help
-list : lists the catalogued vault servers
Example of output:
Catalogued Vault servers:
-------------------------------------------------------------------------------
Vault alias name | Server hostname | Orbix daemon port
-------------------------------------------------------------------------------
ENOVIAVaultServer | JANE2DSY | 1570
-add VaultAliasName : catalogues the vault
server VaultAliasName
-modify VaultAliasName : modifies the
catalogued Vault server VaultAliasName; you can also specify the server
hostname and Orbix daemon port
-delete VaultAliasName : deletes the
VaultAliasName's catalogued entries; the VaultAliasName properties file
and the data (database, repositories) are not deleted
-h : this help.
|