Problem
Info |
---|
|
Solution
Discovery > Scan Jobs > Configure scan job > Configure > Scan Details
Check Under Appliance if the Appliance is showing as active or offline (Red)
...
There is an issue with the time configured on the appliance.
...
Its the Linux command
...
sudo timedatectl set-ntp 0
...
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.
Related articles
...
.
...
hidden | true |
---|
...
Related issues
...