Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Problem

Info
  1. Discovery > Scan Jobs > Configure scan job > Click Start

  2. Error

-
  1. : Cannot start Scan Job on appliance “as the appliance doesn't seem to be connected”

  2. Note: from Settings > Appliances

  1. : The appliance appears to be online as normal

Solution

Discovery > Scan Jobs > Configure scan job > Configure > Scan Details

  1. Check Under Appliance if the Appliance is showing as active or offline (Red)

...

  1. Image Added

  2. There is an issue with the time configured on the appliance.

...

Its the Linux command

...

sudo timedatectl set-ntp 0

...

  1. To remedy the problem; use the appropriate date commands on the appliance to reset the time to the local time.

    Code Block
    // Disable NTP settings; NOte can fail if NTP is not enabled
    sudo timedatectl set-ntp 0
    // Set the actual local time
    sudo date --set "22 SEPTEMBER 2021 12:40 PM"

...

or whatever time the customer is running the command.

...

vmWare: check if the appliance does not have the a has time sync with the vCenter environment where it is running, otherwise the time will be reverted back to the previous time.

...

.

...

hiddentrue

...

Related issues

...