Saturday, September 24, 2016

Configuring BIG IP Load Balancer: Monitoring with WSO2 ESB - PART - 1

This article shows how to configure the BIG IP Load balancer to monitor the services hosted in WSO2 ESB.

Setting up and Configuring BIG IP Load Balancer Monitoring


To simulate the BIG IP Load Balancer in our local environment. Here I'm using a VM provided by the BIG IP. This is a 90-Day Trial version and provided by F5 to simulate the BIG IP in local environment using a VM.

You can download it from here. https://www.f5.com/trial/big-ip-ltm-virtual-edition.php But need to register for a support account, before starting the download. When downloading download the BIGIP-11.3.0.39.0-scsi.ova from the below screen.


Then we need to download a VM player to host the VM downloaded from the BIG IP site. Here I'm using Vmware-Player-12.1.1-3770994.x86_64.bundle which is downloaded from


Installing the BIG IP VM into VM Player


Just start the VM player and follow the screen shots as below:









Use the default username and password.
Username: root
Password: default



This alert comes due to the vmware ethernet adapter don't have permission. You can get rid of this error alert by running the below command.

ajanthan@ajanthan-ThinkPad-T440p:~$ sudo chmod a+rw /dev/vmnet0


You can find more information on this link - https://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=287

After successfully login to the VM, you will get the below screen.


Now we need to configure the IP addresses to access the load balancer from our primary operating system. Which help us to access the configuration page through our primary browser.

Type "config" in the command line and press enter. Which will go to the below screen.



When you press OK, it will move to the below screen.


When configuring it's better to use manual way, which help us to configure the IP which matches our primary OS IP range. As my range of primary OS is as below.



I'm doing the configuration as below:






To check whether our configuration is added successfully. Run the below command to check it.


Also you can use the list sys management-route to check the route.

Now use the management ip https://192.168.1.8 to log into management console.


Use default username and password as below:
Username: admin
Password: admin

After you successfully logged in, you will get the below screen.


You can find how to configure the monitoring and linking with WSO2 ESB in my PART - 2 of this blog.

References

[1] https://www.youtube.com/watch?v=4mRGF_nBht4
[2] https://www.youtube.com/watch?v=-3_UYZbJ7c4

No comments:

Post a Comment