Go to main content
Oracle VTS 8.2.0 Software User's Guide

Exit Print View

Updated: March 2017
 
 

Create and Save a Test Session (CLI)

To create a new session file, you must provide the name of the session as an input parameter. The command has two more attributes: overwrite:yes/no and defaultMode:test mode.

A value of yes for the option overwrite overwrites the existing session file (the default value is no). You can use any of the test modes (Online Stress, System Exerciser, or Component Stress) as a value for defaultMode.

  • To create and save a test session, type:
    ./vts_cmd save_session [overwrite:yes/no,defaultMode:test mode, name:session name]
    

    Irrespective of the default mode, the session file saves all the options separately for each of the three modes. The default mode only decides which mode will be active once the session is loaded. If you do not provide any input for the defaultMode option, the software will make the current selected Test Mode as the default active Test Mode. On success, command returns DONE.


    Note - In case of misspelled parameters or a missing value, an appropriate usage error message is returned by the command.

Related Information