When we add NetScaler into NetScaler Console, the pop-up window may stuck at "Trying to connect XXX". If we open a new page to check ,we may notice that NetScaler has been added into NetScaler Console , but the hostname is not displayed.
And we may find the mas_inventory process is not running as no output is displayed for the following command.
bash-3.2# ps aux | grep inventory
The mas_inventory process was stopped , so the request of quering hostname was not sent out by ADM to ADC.
In a normal environment, we will see "./mas_inventory CONTROL_IPC_SOCK=/tmp/mps/ipc_sockets/mps_control_sock" in the result of ps command, as below. If it is not listed , we will see this issue.
bash-3.2# ps aux | grep inventory
nobody 2855 0.0 0.8 452092 270400 - I 4Jan24 508:24.76 ./mas_inventory CONTROL_IPC_SOCK=/tmp/mps/ipc_sockets/mps_control_sock
We make restart mas_inventory process by rebooting ADM and solve this issue.
The hostname of NetScaler instance is not displayed in NetScaler Console due to mas_inventory process is not running