Minor changes are by default collapsed in the page history.
No changes
The page does not exist yet.
Failed to load changes
Version by on
Leave Collaboration
Are you sure you want to leave the realtime collaboration and continue editing alone? The changes you save while editing alone will lead to merge conflicts with the changes auto-saved by the realtime editing session.
Removing stale host information with the CLI
Whenever agents connect, the host information is refreshed by updating the verified timestamp. Stale host information is information that might no longer be relevant and is no longer refreshed. Host information that is added (possibly manually) that is never verified by a connecting agent is unverified. The host tool can be used to query host information that is stale or unverified, as shown in the following examples.
List host information that has not been verified since the specified time yyyy-MM-dd HH:mm:ss: --query-unverified-host-info
List all unverified host information: --query-all-unverified-host-info
hosttool.sh --query-unverified-host-info "2014-11-24 19:00:00" SA -p BMCSOFTWARE
It can also clear that information from the database: --clear-unverified-host-info