SunVTS 5.0 User's Guide

Displaying Devices With the vtsprobe Utility

The vtsprobe command lists all of the system testable devices, associated configuration information, and corresponding hardware tests.

The SunVTS kernel must be running on the test machine for the vtsprobe command to work. See "Starting the SunVTS Kernel and Interface Separately".

Any user or remote host that wishes to run vtsprobe must be listed in the .sunvts_sec file. By default, root on the local host is listed.

To Display the Devices for a Local System
  1. Type the following command:


    Example 3-1 vtsprobe Example


    example% /opt/SUNWvts/bin/vtsprobe
    
    Processor(s)
    	fpu(fputest)
    		Architecture: sparc
    		Type: TI TMS390Z50 SuperSPARC chip
    	system(systest)
    		System Configuration: sun4m SPARCstation 10 (1 X 390Z50)
    		System clock frequency: 40 MHz
    		SBUS clock frequency: 20 MHz
    Memory
    	kmem(vmem)
    		Amount: 233580KB
    	mem(pmem)
    		Physical Memory size:48 Mb
    Network
    	isdn0(isdntest)
    	le0(nettest)
    		Host_Name: example
    		Host Address: 131.155.56.122
    		Host ID: 12347f61
    		Domain Name: widget.com
    SCSI-Devices(esp0)
    	c0t0d0(rawtest)
    		Logical Name: c0t0d0
    		Capacity: 510.23MB
    		Controller: esp0
    	c0t0d0(fstest)
    		Logical Name: c0t0d0
    		Controller:esp0
    	tape0(tapetest)
    		Drive Type: Exabyte EXB-8200 8mm Helical Scan
    Comm.Ports
    	zs0(sptest)
    		term/a & term/b
    Graphics
    	cgsix0(cg6)
    		5000KB required for testing.
    OtherDevices
    		Controller:Intel 82077
    	diskette(fstest)
    		Logical Name: diskette
    		Controller: Intel 82077
    	sound0(audio)
    		Audio Device Type: DBRI Speakerbox

To Display Devices of a Remote System

Note -

The user or local host must be listed in the .sunvts_sec file on the remote system.


  1. Make sure that the SunVTS kernel is running on the remote system.

  2. Type the following command:


    # vtsprobe -h hostname
    

    The vtsprobe utility connects to the remote machine and displays the hardware devices of the remote machine. The output is displayed on the window in which you invoke vtsprobe.