Search

9.3. Run Red Hat JBoss Data Virtualization on an Azure Instance

download PDF
  1. Go here to learn how to create an Azure virtual machine: https://docs.microsoft.com/en-us/azure/virtual-machines/linux/tutorial-manage-vm.
  2. Connect to the Azure virtual machine using SSH.
  3. Copy the Red Hat JBoss Data Virtualization installer to that machine over SSH.
  4. Run the installer as per normal:
    java -jar jboss-dv-VERSION-installer.jar
  5. To start the server, add the following parameters to bind the management and host ports:
    -Djboss.bind.address.management=0.0.0.0
    -b 0.0.0.0
    Here is an example:
     ./standalone.sh -Djboss.bind.address.management=0.0.0.0 -b 0.0.0.0
Red Hat logoGithubRedditYoutubeTwitter

Learn

Try, buy, & sell

Communities

About Red Hat Documentation

We help Red Hat users innovate and achieve their goals with our products and services with content they can trust.

Making open source more inclusive

Red Hat is committed to replacing problematic language in our code, documentation, and web properties. For more details, see the Red Hat Blog.

About Red Hat

We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.

© 2024 Red Hat, Inc.