[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

Command tso

NAME

Command tso :: Target Set Open

SYNOPSIS

tso TargetName BooleanValue

DESCRIPTION

The tso command is used to open or to close a target. If a target is close, new jobs will be holded until target is re-opened. The parameters are the target name and a boolean value. The boolean value is `true' to open the target or `false' to close it.

This property exists only for `dio87d' daemon.

EXAMPLE

In this example, a target `localhost' is created and the `opened' property is changed with tso command. Target informations are printed before and after change with ti. Before change, the target is closed (`Opened = FALSE') and after the target is opened (`TRUE').

 
$ dio87d -d
$ dio87c -- ta localhost
$ dio87c -- ti localhost
Target name:	localhost
Description:	
Opened:	FALSE
IP Port:	9997
$ 
$ dio87c -- tso localhost true
$
$ dio87c -- ti localhost
Target name:	localhost
Description:	
Opened:	TRUE
IP Port:	9997
$

ACCESS CONTROL

This function requires the `manage' privilege for the `target' command family.

SEE ALSO



This document was generated by dom on September, 11 2005 using texi2html