Questo contenuto non è disponibile nella lingua selezionata.
4.5. Deploy a VDB via CLI
Prerequisites
- Red Hat JBoss Data Virtualization must be installed.
- The JBoss Enterprise Application Platform (EAP) server must be running.
Procedure 4.3. Deploy a VDB via CLI
Open the command line interface
Run theEAP_HOME/bin/jboss-cli.shcommand.Connect to the server
Run theconnectcommand.Deploy the virtual database
If in standalone mode, rundeploy.PATH/DATABASE.vdbIf in domain mode, rundeploy -all-server-groups.PATH/DATABASE.vdb
Note
In domain mode, you need to select a particular "server-group" or all available server groups are deployment options.