check macc running status

MACC (Mobile Access Cloud Controller) is a software module built into HSG or CMG to manage light-weight wireless Access Points (thin AP).

NOTE: The HSG or CMG appliance must be pre-imaged with the MACC software module in order to use this feature.

To start MACC service, use below command:

!

macc start

!

MACC runs on service port TCP/8080. To check if the service is properly running, we need to ensure mbox is listening to TCP/8080.

!

mbox# show services tcp include 8080

tcp6 0 0 :::8080 :::* LISTEN

mbox#

Also check if firewall input rule has permitted the inbound access to mbox:

mbox#

mbox# show firewall input-list include 8080

0 0 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 /* input-list 11 */ state NEW tcp dpt:8080

mbox#