Code Monkey home page Code Monkey logo

db2-on-azure's Introduction

db2onAzure

DB2 pureScale setup on Azure

Resources

main files and folders

  • The documentation provides a step by step procedure to use the ARM templates and scripts.
  • deployment/deploy.sh is the main script to deploy everything
  • deployment/otherScripts/ folder contains that may be useful for some tasks
  • The tests folder contains test samples (with SQL statements for now).

Topology

The ARM templates deploy the following:

Subnet name IP address space Comments
main 192.168.0.0/24 Management. All primary NIcs should be on this subnet.
gfsfe 192.168.1.0/24 Gluster FS Front end. This is where iSCSI connections happen.
gfsbe 192.168.2.0/24 Gluster FS Back End (Gluster internal cluster network)
db2be 192.168.3.0/24 DB2 pureScale Back End (DB2 internal cluster network)
db2fe 192.168.4.0/24 DB2 pureScale Front End

The Vms have the following name prefixes and IP addresses

VM type VM name IP Address
Jumpbox jumpbox 192.168.0.5
Gluster FS g{vm_number} 192.168.{subnet}.1{vm_number}
DB2 member d{vm_number} 192.168.{subnet}.2{vm_number}
DB2 CF cf{vm_number} 192.168.{subnet}.3{vm_number}
Windows Client wcli0 192.168.{subnet}.4{vm_number}
Witness witn0 192.168.{subnet}.6{vm_number}

db2-on-azure's People

Contributors

microsoftopensource avatar msftgits avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.