Dieser Inhalt ist in der von Ihnen ausgewählten Sprache nicht verfügbar.
4.6. Deploy a VDB via AdminShell
Prerequisites
- Red Hat JBoss Data Virtualization must be installed.
- The JBoss Enterprise Application Platform (EAP) server must be running.
Procedure 4.4. Deploy a VDB via AdminShell
Open the interactive AdminShell interface
Run the./adminshell.shcommand.Open a connection
Within the interactive AdminShell, run theconnectAsAdmin()command.Deploy your virtual database
Run thedeploy("PATH/DATABASE.vdb")command.Close the connection
Run thedisconnect()command.Exit the interactive shell
- Enter the
exitcommand to leave the interactive shell.
Note
In domain mode, when deploying using AdminShell, the VDB is deployed to all available servers.
A VDB can also be deployed via the AdminShell console or using a script via the non-interactive AdminShell. For more information on using these, refer to topics on the Administration Shell.