How to Change NetScaler System Location in Command Center
book
Article ID: CTX206075
calendar_today
Updated On:
Description
When viewing device properties in NetScaler Command Center, there is a field for "Location". Some of the devices have the correct location however some are populated with POP (Default). How can we the correct location entries shown in the Command Center?
Instructions
The location is defined in the NetScaler > System > SNMP > Change SNMP MIB >Change location
CLI Command : set snmp mib [-contact <string>] [-name <string>] [-location <string>]
By default the location entry would be POP (Default).
Additional Information
Discovery issues observed due to MIB Location
----------------------------------------------------------------
The Discovery of few Netscaler devices get stuck with status as "Started".
This was caused by the MIB location value being greater than 50 characters. Check for the following line in the ns.conf and if the location value is greater than 50 characters then we must reduce the length and run discovery again for this unit.
set snmp mib -contact test@contoso.com -name PRD-NS01 -location "This is where the location information would be displayed" -customID PRD-NS01
Was this article helpful?
thumb_up
Yes
thumb_down
No