can someone help me with the expects scripts of SGD?

which script contains the arguments to pass refid,environment vars etc?
[78 byte] By [gerina] at [2007-11-27 8:19:35]
# 1

Can you specify which version of SSGD your using and what kinf of application you are trying to start (Character, Windows, X, 3270, 5250)?

A list of the expect scripts used can be found on the following page:

http://docs.sun.com/source/819-6255/login_scripts.html

Remold | Everett

remolda at 2007-7-12 20:07:45 > top of Java-index,Desktop,Sun Secure Global Desktop Software...
# 2

a lot of the env variables or arguments to a command can be loaded via the application object itself. See

General -> Arguments to Command

Advanced -> Environment Variables

you can search your 3.42 Admin Guide for details

those that are required for launching can be done via the expect scripts depending on object type.

carmelomttaa at 2007-7-12 20:07:45 > top of Java-index,Desktop,Sun Secure Global Desktop Software...
# 3
is ther any expect scripts we need to modify when required?...for eg if we want to change the home directory if SGD ,WHICH EXPECT SCRIPT SHOULD BE BRING IN WITH THE NECESSARY MODIFICATION?
gerina at 2007-7-12 20:07:45 > top of Java-index,Desktop,Sun Secure Global Desktop Software...
# 4

there is no need to modify an expect script if you are changing a home directory. That is something you handle outside of SGD using what ever authentication you have setup. If you are using /etc/passwd, then change the home dir using 'usermod'. If using NIS+, make mods as you normally would.

most often expect scripts do not need modification. The expect script you mod depends on the application type you are launching. See the URLs posted in this thread for examples.

carmelomttaa at 2007-7-12 20:07:45 > top of Java-index,Desktop,Sun Secure Global Desktop Software...