Sun Microsystems, Inc.  Sun System Handbook - ISO 3.4 June 2011 Internal/Partner Edition
   Home | Current Systems | Former STK Products | EOL Systems | Components | General Info | Search | Feedback

Asset ID: 1-71-1009201.1
Update Date:2010-12-30
Keywords:

Solution Type  Technical Instruction Sure

Solution  1009201.1 :   SunVTS[TM] command line syntax for SunVTS[TM] 5.1  


Related Items
  • Sun Enterprise 4500 Server
  •  
  • Sun Fire E6900 Server
  •  
  • Fujitsu PRIMEPOWER 1500 Server
  •  
  • Sun Enterprise 450 Server
  •  
  • Sun Fire 280R Server
  •  
  • Fujitsu PRIMEPOWER 2500 Server
  •  
  • Fujitsu PRIMEPOWER 900 Server
  •  
  • Sun Blade 2000 Workstation
  •  
  • Sun Fire V240 Server
  •  
  • Sun Fire V250 Server
  •  
  • Sun Enterprise 5500 Server
  •  
  • Sun Blade 2500 Workstation
  •  
  • Sun Fire E25K Server
  •  
  • Sun Ultra 450 Workstation
  •  
  • Sun Enterprise 6000 Server
  •  
  • Sun Enterprise 4000 Server
  •  
  • Sun Enterprise 5000 Server
  •  
  • Sun Fire E20K Server
  •  
  • Sun Ultra 80 Workstation
  •  
  • Fujitsu PRIMEPOWER 450 Server
  •  
  • Sun Ultra 30 Workstation
  •  
  • Sun Fire V120 Server
  •  
  • Sun Fire 6800 Server
  •  
  • Sun Fire V880z Visualization Server
  •  
  • Sun Blade 150 Workstation
  •  
  • Sun Enterprise 6500 Server
  •  
  • Sun Fire V890 Server
  •  
  • Sun Fire V210 Server
  •  
  • Sun Fire E4900 Server
  •  
  • Sun Fire 12K Server
  •  
  • Sun Netra 1280 Server
  •  
  • Fujitsu PRIMEPOWER 250 Server
  •  
  • Sun Enterprise 220R Server
  •  
  • Sun Fire 4800 Server
  •  
  • Sun Fire V100 Server
  •  
  • Sun Fire V880 Server
  •  
  • Sun Netra 120 Server
  •  
  • Sun Netra 440 Server
  •  
  • Sun Enterprise 150 Server
  •  
  • Sun Enterprise 250 Server
  •  
  • Sun Fire V1280 Server
  •  
  • Sun Blade 1500 Workstation
  •  
  • Sun Fire E2900 Server
  •  
  • Sun Fire 15K Server
  •  
  • Sun Ultra 60 Workstation
  •  
  • Sun Fire 4810 Server
  •  
  • Sun Blade 1000 Workstation
  •  
  • Sun Fire V490 Server
  •  
  • Sun Enterprise 10000 Server
  •  
  • Sun Fire B100s Blade Server
  •  
  • Sun Enterprise 420R Server
  •  
Related Categories
  • GCS>Sun Microsystems>Sun Tools
  •  
  • GCS>Sun Microsystems>Servers>Blade Servers
  •  
  • GCS>Sun Microsystems>Servers>Entry-Level Servers
  •  
  • GCS>Sun Microsystems>Servers>OPL Servers
  •  
  • GCS>Sun Microsystems>Servers>High-End Servers
  •  
  • GCS>Sun Microsystems>Servers>Midrange Servers
  •  
  • GCS>Sun Microsystems>Desktops>Workstations
  •  
  • GCS>Sun Microsystems>Servers>NEBS-Certified Servers
  •  

PreviouslyPublishedAs
212736


Description

This will show what command to run for different items on sunvts command line interface for SunVTS[TM] 5.1



Steps to Follow
VTS COMMANDS
Commands are executed on test-nodes
1) Test Group (e.g. Processor(s), Memory, Network) (ex.)#./vts_cmd status "Processor(s)"
2) Test Name (e.g. sound0(audio) (ex.)#./vts_cmd status "cpu-unit0(iutest)"
3) System (respresented by "/") (ex.)#./vts_cmd status /

DISPLAY COMMANDS
4) list <testnodes>
-Displays all test nodes under specificed test node (ex.)#./vts_cmd list "cpu-unit0(iutest)"
5) config <testnodes>
-Displays the configuration information of the testnodes (ex.)#./vts_cmd config "cpu-unit0(iutest)"
6) status [<testnodes>]

- Displays the testing status information of the system. If a test node is specified status will display the status information of that testnode.

(ex.)#./vts_cmd status "cpu-unit0(iutest)"

SELECT/DESELECT COMMANDS

7) Select testnode

- Selects a testnode , if a testnode is selected, all of the tests associated with the testnodes will be enabled and run when testing begins.

(ex.)#./vts_cmd select "cpu-unit0(iutest)"

8) Deselect testnode

Deselect a testnode, If a testnode is deselceted, all of the testnodes associated with the testnode will be disabled and will not be run when testing begins

(ex.)./vts_cmd deselect "cpu-unit0(iutest)"

SETTING/DISPLAY TESTNODES OPTIONS

- Either displays all of the options associated with the specified testnode,
or sets a specific option in a testnode.
- To display a testnode's options type option followed by the testnode and one of
the following categories:

-n = Noitify Category
-h = Threshold
-s = Scheduling Category
-t = Test Excution Category
-a = Advanced Category
-l = Option to Display the option Long form (ex.)./vts_cmd option "cpu-unit0(iutest)" -t

SETTING TEST OPTIONS

To set test option, you MUST state the teestnode immedatiately follwoed by the option and the new setting:
(ex.)./vts_cmd option "<testnode> [<option>:<setting>]"
(ex.)./vts_cmd option "cpu-unit0(cputest)/0"

APPLYING TEST OPTIONS

option [<testnode>] [test_option>] {-g|s|x|y|z]

WITHIN INSTANCE
-g = (Apply to Group): Apply to all of the same instances for all of the same tests that are in the same group.
-s = (Apply to All): Apply to all of the same instances for all of the same test on the system.

ACROSS INSTANCE

-x = (Apply) : Apply to all instances of that particular test
-y = (Apply to Group): Apply to all instances of all of the same test in a particular group.
-z = (Apply to All): Apply to all of the instances of all the same test in the whole system.
(ex.)./vts_cmd option "cpu-unit0(cputest)/0"

BASIC COMMANDS


start = Starts all enabled(selected) SUNVTS test
stop = Stops all running SUNVTS test
reset = Resets all the SUNVTS pass and error counts to 0
probe = Probes all devices on the test machine and updates the SUNVTS kernel device list
store option_file =Creates an option file, listing ll of the system and test options and save
it in the option directory.
Quit = Terminates the SUNVTS kernel (vtsk)
*MANY MORE commands are avalable. Refer to man pages.

SEQUENCE OF COMMANDS


(EXAMPLE)
#./vts_cmd select "cpu-unit0(cputest)" ==>Select a test
#./vts_cmd start ==> Start Testing
#./vts_cmd status ==> Check Status
#./vts_cmd stop ==> Stop Testing
#./vts_cmd status
#./vts_cmd reset ==> Reset

MORE EXAMPLES

To list out congiguration information of the test machine, you would use the config command
(ex.) #./vts_cmd config /
To load an option file, upi would use the load command:
(ex.) #ls /var/opt/sunvts/options
#./vts_cmd load sample

Product
Netra 440 Server
Netra 440 (AC) Server
Netra 240 Server (AC)
Netra 240 Server
Netra 20 Server
Netra 1280 Server
Netra 120 Server

SUNVTS, 5.1 commands
Previously Published As
79614

Change History
Updated by the ESG Knowledge Content Team 4/2010
Attachments

This solution has no attachment
  Copyright © 2011 Sun Microsystems, Inc.  All rights reserved.
 Feedback