Sourav Mehra
Sourav Mehra

Reputation: 445

Bluemix to install IBM software

We want to install the IBM Operation Analytics Tool. Can Bluemix provide the necessary RHL(Red Hat Linux) server and other pre-requisites such as Python,Perl and KSH libraries.

Also can we have a VM where we have these configurations and we can use it just to install this tool.

Upvotes: 0

Views: 310

Answers (3)

K P
K P

Reputation: 51

Only users on PAYGO (credit card) or SQO can provision VMs. But there is no charge for it. So you need to enter your credit card information though you won't be charged for using the VMs. But you should be aware that if you use any services / runtimes, then you are at risk of being charged.

Upvotes: 0

Umberto Manganiello
Umberto Manganiello

Reputation: 3233

You can use the IBM Virtual Servers on Bluemix. There you can create a virtual machine using one of the currently supported Operating Systems:

  • CentOS 6.5
  • CentOS 7.0
  • CentOS 7.1
  • Debian 8.0

CentOS is a rebuild of source packages from the Red Hat Enterprise Linux, so if you have a requirement on RHL you can use that to install all the dependencies you need.

IBM Virtual Servers is available as a BETA in Bluemix and it is offered in the regions United Kingdom and US South. Please note that if you are a new user you must work in the UK region since IBM Virtual Servers in the US is not available to new users.

Upvotes: 1

Crescenzo Migliaccio
Crescenzo Migliaccio

Reputation: 1249

On Bluemix you can create a Virtual Machine\ (IBM virtual Server) and install your tools and development environment(Python, Perl...). Here you can find more details: https://console.ng.bluemix.net/docs/virtualmachines/vm_index.html#vm_index
Virtual Servers is one of the run time infrastructures in IBM Bluemix where you can build, run, manage, and monitor your applications in a hosted cloud environment.

Upvotes: 1

Related Questions