Skip to content

majguo/arm-ubuntu-db2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deploy a Ubuntu 18.04 LTS VM on Azure with IBM DB2 Server Edition V11.5.0.0 pre-installed

Prerequisites

Before using sample parameters.json

  • Replace "GEN-UNIQUE" with valid user id or password
  • For parameter value of "virtualMachineName" & "virtualNetworkName", suggest to replace "rgName" with your resource group name to ensure its uniqueness
  • For the remaining parameters, you can use their default values immediately or modify per your needs

Deploy using template, parameters & script

With the provided ARM template and parameters,

  • Using deploy.azcli to deploy
    deploy.azcli -n <deploymentName> -f <installKitFile> -i <subscriptionId> -g <resourceGroupName> -l <resourceGroupLocation>
    

After deployment

  • If you check the resource group in azure portal, you will see related resources created
  • If you have one IBM DB2 Data Server Client installed on virtual machine in the same virtual network, open VM resource blade and copy its private IP address, then catalog server node & database to test the connectivity to database. To install IBM DB2 Data Server Client, first download it from IBM website with IBM id and upload to secure cloud storage (e.g., Azure Storage), then locate to client directory and run the following commands to install on Ubuntu 18.04 LTS server:
    installClient.sh -l <cloudStorageUriToInstallKit> -u <db2InstanceOwnerName> -g <db2InstanceOwerGroup> -p <db2InstanceOwnerPassword>
    

About

IBM DB2 Server Edition setup on single Azure VM

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages