Active IQ Unified Manager Discussions

OneCollect - Interface binding

Gio_V
2,477 Views

Hi Guys,

 

is there a way to let onecollect web interface to bind on other interfaces then localhost in a Linux OS?

At the moment oncollect bind only on localhost:

 

[root@labonecollect ~]# lsof -i :8044
COMMAND    PID USER   FD   TYPE DEVICE SIZE/OFF NODE NAME
onecollec 2234 root   17u  IPv4  19136      0t0  TCP localhost:fs-mgmt (LISTEN)

Thanks!

1 ACCEPTED SOLUTION

NithinR
2,458 Views

@Gio_V

     It is possible to bind OneCollect to particular IP address. Edit the CONFIG file located at: <user home dir>\NetApp\OneCollect\Config\CONFIG

and change value of PORT

PORT = xx.xxx.xx.xxx:8044

 

Enter specific IP and port you want to bind it to. 0.0.0.0 will make it accessible through all available IPs on the system. 

 

Restart OneCollect process. Application will be accessible using the assigned IP.

 

Thanks,

   Nithin

View solution in original post

1 REPLY 1

NithinR
2,459 Views

@Gio_V

     It is possible to bind OneCollect to particular IP address. Edit the CONFIG file located at: <user home dir>\NetApp\OneCollect\Config\CONFIG

and change value of PORT

PORT = xx.xxx.xx.xxx:8044

 

Enter specific IP and port you want to bind it to. 0.0.0.0 will make it accessible through all available IPs on the system. 

 

Restart OneCollect process. Application will be accessible using the assigned IP.

 

Thanks,

   Nithin

Public