Open System Services Shell and Utilities Reference Manual (G06.25+, H06.03+)

runv(1) OSS Shell and Utilities Reference Manual
NAME
runv - Runs a process in the Visual Inspect debugger
SYNOPSIS
runv [ -wsaddr={workstation_IP_address
}]
[ run_command_options ]
program_le_path [ arguments ]
FLAGS
-wsaddr={workstation_IP_address
}
Species the workstation name or numeric IP address of the client workstation running
Visual Inspect.
DESCRIPTION
The runv utility starts OSS programs in the Visual Inspect symbolic debugger. The runv utility
is implemented as a stand-alone shell script. The runv utility accepts all run utility ags
described in the run(1) reference page, except it silently ignores the -inspect=off, -inspect=on,
and -debug ags. The -debug and -inspect=on ags are not necessary, because these features
are implied by the use of runv.If-inspect=off is specied, it is ignored.
The -wsaddr ag species the workstation name or numeric IP address of the client workstation
running the Visual Inspect debugger. This Visual Inspect session must have a connection to the
HP NonStop host that invoked the runv utility. See the Visual Inspect online help for details on
connecting to a host.
The -wsaddr ag overrides the setting of the _TANDEM_VISUALINSPECT_WSADDR
environment variable if both are set. If neither the ag nor the variable is set, runv automatically
detects the IP address and uses it.
Operands
program_file_path
The OSS lename of an executable image. An executable image is any type of OSS
le that has the execute permission bit set for the user, so that the OSS stat() function
identies the le as an executable image.
If the full OSS pathname is not specied, the directories listed in the environment vari-
able PATH are searched. If the runv utility is invoked without a program_le_path,
the usage string is displayed and runv exits in error.
arguments
An optional list of arguments that are to be passed to the program le. The arguments
should be specied at the time the runv utility is invoked.
Environment Variables
_TANDEM_VISUALINSPECT_WSADDR
Species the default workstation name or IP address of the client system running
Visual Inspect if the -wsaddr ag is not specied. This variable must be exported to be
available to runv.
Standard Output
The runv utility prints error text to the standard output le if it encounters an error. The program
le to which runv is applying the tdm_execve() function can also print messages to the standard
output le if both the program le and the shell are sharing the same home terminal.
764 Hewlett-Packard Company 527188-003