NAME

iosConnect - establish connection to IOSYS-server

SYNOPSIS

iosConnect server

DESCRIPTION

This command makes a connection to a IOSYS server. This must be the first command in a script, before issuing any other ios-related commands. Due to a bug at iosd by PCC, you can only establish a connection once by the same process id number, so this command may only be called once in the lifetime of the script.
Ios-related commands can be used until the connection is closed with the command iosDisconnect.
server can be specified in either FQDN (full qualified domain name), host name oder plain IP-address.
iosConnect mischer3.mfa.at
is possible or
iosConnect mischer3
and also
iosConnect 10.5.17.40

The result is always an empty string. If the connection can't be established, the function returns an error.

KEYWORDS


Copyright © 1999 Gerhard Hintermayer.