FACT select
From DocWiki
To select the current scan, use the select command.
- select {scan}
Syntax Description
scan Identifies the index number of the scan in the scan history that you want to view.
Command Default
- No default behavior or values.
Usage Guidelines
- In the command output, the lowest index number in the "show index" column shows the first scan performed, and the highest number is the latest scan performed.
Examples
- The following example shows that before the select command, scan 2 is current. Afterwards, scan 1 is current:
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 fact> select 1 fact> show history index current type date subnet-manager ----- ------- -------------- ------------------------- -------------- 1 Y fabric 2008-04-17 10:44:02 PDT host01 2 tech-support 2008-04-17 10:44:47 PDT host01
Related Commands