To re-enroll a sensor:

Prev Next
  1. Log in to the sensor CLI.

  2. Enable the CLI configuration mode:

    appl-hostname > enable

    appl-hostname # configure terminal

  3. Re-enroll the sensor:

    appl-hostname (config) # mvx cluster enroll now

  4. Verify your change:

    appl-hostname (config) # show mvx cluster enrollment status

  5. Save your change:

    appl-hostname (config) # write memory

Examples

The following example unsubscribes the nx-6 sensor.

nx-6 (config) # mvx cluster unenroll now 
Operation initiated in the background.
    Run 'show mvx cluster enrollment status'
nx-6 (config) # show mvx cluster enrollment status 

MVX Cluster Enrollment Status
Enrollment Client:
    Status ok:                      no
    Status description:             unenrolled
    Last checked at:                2019/08/21 00:39:03

Enrollment Service:
    Auto enabled:                   yes
    Service address:                DTI (DTIUser@mvx-broker.fireeyecloud.com) 
    Preferred cluster:              any (less loaded)
    Cloud enabled:                  yes 
    Cloud License enabled:          yes

After you reload the sensor, the status is as follows:

nx-6 (config) # show mvx cluster enrollment status

Enrollment Client:
    Status ok:                      no
    Status description:             Enrollment Service 
    Unavailable Last checked at:    2019/08/21 00:48:30

Enrollment Service:
    Auto enabled:                   yes
    Service address:                DTI (DTIUser@mvx-broker.fireeyecloud.com) 
    Preferred cluster:              any (less loaded)

The following example sends a request to enroll the nx-05 sensor.

nx-05 (config) # mvx cluster enroll now 
Operation initiated in the background.
    Run 'show mvx cluster enrollment status'
nx-05 (config) # show mvx cluster enrollment status 

MVX Cluster Enrollment Status

Enrollment Client:
    Status ok:                      yes
    Status description:             yes
    Last checked at:                2019/08/18 20:55:41
...