o startup information
Invocation startup information that is system-specific. This
information is needed only for passive applications.
Refer to the following table for specific startup information:
Mandatory
Item Value Description
---------------------------------------------------------------
user name The username of the process that will
respond to connect requests received by
this application.
file pathname The name of the file to run to start up the
named application. The file is a command
file or an executable image that is run
each time a passive process starts. HP
recommends that you use a command file for
this purpose.
Optional
Item Value Description
---------------------------------------------------------------
account name The account that is to start the process.
max resp integer The highest permissible number of
responders, for an application with the
new setting for startup policy.
password password The user's password.
sversion {1}, The session version.
{2}, or
{1,2}
You can modify the startup information attribute using the
set command. You can specify the items in any
order. Note that when you modify this attribute, any item for
which you do not specify a value is set to its default, not to
its previous value. For example, you could set up non-default
values for all four items in this attribute using the following
NCL command:
set [node node-id] osak application "presentation address" -
invocation invocation-identifier -
startup policy "password=password, username=username, -
file=file name, sversion=sversion"
If you then decide to change the value of the password, but to
keep the non-default values of the other items, you should use
the following command:
set [node node-id] osak application "presentation address" -
invocation invocation-identifier -
startup policy "password=new password, username=username -
file=file name, sversion=sversion"