FACT delete scans
From DocWiki
To delete one or more scans from the repository, use the delete scans command.
- delete scans [scans]
Syntax Description
scans Deletes the specified scan, the specified range of scans, or the latest scan performed.
Command Default
- No default behavior or values.
Usage Guidelines
- Range numbers correspond to the numbers in the show history command.
Examples
- The following example shows deleting scans 2 and 3 from the repository:
fact> show history
index current type date subnet-manager
----- ------- -------------- ------------------------- --------------
1 fabric 2008-04-17 10:44:02 PDT host01
2 fabric 2008-04-17 10:44:08 PDT host01
3 fabric 2008-04-17 10:44:14 PDT host01
4 Y tech-support 2008-04-17 10:44:47 PDT host01
fact> delete scans 2-3
Proceed with scan delete [Y/n]? yes
fact> show history
index current type date subnet-manager
----- ------- -------------- ------------------------- --------------
1 fabric 2008-04-17 10:44:02 PDT host01
2 Y tech-support 2008-04-17 10:44:47 PDT host01
Related Commands