emspair
The emspair
command is used to pair and unpair a Makito X Series device with/from a Haivision EMS (Element Management System). This allows the Haivision EMS to discover, manage and monitor the Makito X Series. Administrators of multiple Makito X Series devices can use Haivision EMS to manage activities such as rebooting and upgrading the software and monitoring the status of devices for large installed bases. The EMS server managing may be in one facility while the devices being managed are in another facility.
Device unpairing is achieved by running the emspair unpair
command. The current EMS agent state can be queried with the emspair status
command.
- If the device is in
UNPAIRED
state, theunpair
command has no effect. - If device is in
PAIRED
,CONNECTING
orCONNECTED
states, theunpair
command will attempt to communicate the intention to the EMS server immediately (ifCONNECTED
) or upon next successful connection. The EMS server will then proceed with removing the device registration and instructing the device to erase local pairing information. - If the
-f
(force) flag is specified, the device will immediately inform the EMS server that it wishes to unpair if it is inCONNECTED
state. The device will proceed to disconnect and erase all local pairing information regardless of server response or current state.
Note
A Makito X Series device can only talk to a single EMS at a time.
After a factory reset, the EMS service is disabled, and the Makito X Series device loses all of its locally stored pairing information and must be re-paired with an EMS server afterwards.
Synopsis
emspair <operation> [args] |
Actions
Action/ Operation | Option/ Argument | Description |
---|---|---|
pair |
| Pairs the Makito X Series device with an EMS server: |
unpair |
| Unpairs the Makito X Series device from the EMS server: Forces unpairing |
status | Queries agent status |
Examples
# emspair pair -c CIqn9+kFUncKDDEwLjY1LjExLjE4NxCzRVJkCkBmZTBlMD A1ZGYyNzM3MmI4MmY0Njc1ODUzZGQ3MDhhZDk4MWE2NGJjNDEyODliNDNlMDAxYzJjNTJmMmZhODZhEi A4N2YyM2ZkNi1kNGEyLWExNGYtNzNhZi0yMjliNmRiZA== |
# emspair unpair |
# emspair status |
# emspair status |
# emspair status |
Related Topics