WAMC is dead – Long Live AMC

Since 24 August 2015 WAMC (WebSphere Appliance Management Center) has the ‘withdrawn’ status.  This left the people who used WAMC as centralized system to manage their DataPower instances in the cold.  IBM came with a solution named … AMC (Appliance Management Center) which is basically WAMC but a little re-branded and turned open source. This opens WAMC capabilities to people who didn’t have the WAMC licenses. Hence the interest in a short introduction.

According to IBM

Centrally manage appliance firmware and configurations across groups of DataPower appliances, and monitor key metrics and events from groups of DataPower appliances

  • Web-based user interface
  • Support for multiple generations of DataPower appliances
  • Firmware management
  • Domain and configuration management including support for deployment policies across multiple environments
  • Appliance monitoring

So now let’s get it up and running and have a first glance.

Let’s start with the requirements:

– A linux operating system (if you’re crafty you’ll be able to get it working on something else as well)
– Maven
– Appliance Management Toolkit Open Source Edition (it can be found on the github as well)
– Apache Tomee JAXRS 1.7.1

The installation is pretty straightforward and the instructions on the github should get you there.

After installation you should be able to login on https://LINUXIP:8443/amc/
user: wamcadmin
password: wamcpass

2015-10-28 17_26_07-IBM Appliance Management Center

This will bring you to the following screen.

2015-10-28 17_29_21-IBM Appliance Management Center

Here you can add new DataPower instances and do some management tasks (as shown in the screengrab) on instance level

Moving to the more interesting features however we find ourselves on the domain tab where we can see and manage domains.

2015-10-28 17_35_16-IBM Appliance Management Center

One of the nicer features is to update a domain in a fail-over setup (or another situation where configuration has to be in sync). When you select to update the selected domain, you can update it from another DataPower instance with the same domain (the name must be a match)

2015-10-28 17_37_01-IBM Appliance Management Center

Of course you have to take into account that front side handlers that are cross domain available will need to be configured by other means, but for updating it can be very useful.

For services you can use a local file or a remote location (an export of the other machine would do)

2015-10-28 17_44_03-Clipboard

We can conclude that it’s a nice tool that offers useful functionality for free. It will definitely have its use in environments that have failover capabilities but lack an entire deployment system built around SOMA or AMP.

You can find the github here https://github.com/ibm-datapower/appliance-management-center

Author: Tom V.O.

blogger

blogger

Curious to know more about this topic?

Working at i8c

i8c is a system integrator that strives for an informal atmosphere between its employees, who have an average age of approx 30 years old. We invest a lot of effort in the professional development of each individual, through a direct connection between the consultants and the management (no multiple layers of middle management). We are based in Kontich, near Antwerp, but our customers are mainly located in the triangle Ghent-Antwerp-Brussels and belong to the top 500 companies in Belgium (Securex, Electrabel, UCB, etc…).

Quality Assurance

i8c is committed to delivering quality services and providing customer satisfaction. That’s why we invested in the introduction of a Quality Management System, which resulted in our ISO9001:2000 certification. This guarantees that we will meet your expectations, as a reliable, efficient and mature partner for your SOA & integration projects.

i8c - ISO9001-2015

Also worth reading

AWS AppFlow: Streamlining SaaS Integrations with AWS Services

In today’s digital world, organizations are constantly looking for ways to streamline their workflows and improve their data management processes. One of the key challenges that organizations face is integrating their various software as a service (SaaS) applications with their data management systems. This is

Read More »

Apigee Scope Validation using OpenAPI Specification

In API security and management, we often use a lot of different security mechanisms to protect the requested resource behind the API Gateway. One of these mechanisms is the validation of scopes to authorize a client on a specific sub-resource of the API. Most of

Read More »