Installing a Vault Client in Batch Mode

On Windows

To perform a batch vault client installation:

  1. Log on as administrator.
  2. Select Start->Programs->Command Prompt to open a Command Prompt window.
  3. 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)

     
  4. 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.
 

On UNIX

To perform a batch vault client installation:

  1. Log on as root.
  2. Enter the command:

/usr/DassaultSystemes/B18/OS/code/command/catstart -run VaultClientSetupB

where  "OS" is:

  • aix_a
  • hpux_b
  • solaris_a.

with the appropriate arguments.

Command Syntax

VaultClientSetupB

-list
-add VaultAliasName -host ServerHostname -port OrbixDaemonPort
-modify VaultAliasName [-host ServerHostname] [-port OrbixDaemonPort]
-delete VaultAliasName -h help

The options are:

  • -list: lists the catalogued vault servers

    Example:

    Catalogued Vault servers:
    -------------------------------------------------------------------------------
    Vault alias name | Server hostname | Orbix daemon port
    -------------------------------------------------------------------------------
    ENOVIAVaultServer | LOUG3DSY | 1570

     
  • -add: catalogues the vault server VaultAliasName
  • -modify: modifies the catalogued Vault server VaultAliasName; you can also specify the server hostname and Orbix daemon port
  • -delete: deletes the VaultAliasName's catalogued entries; the VaultAliasName properties file and the data (database, repositories) are not deleted.
  • -h: this help.