Computing.Net > Forums > Solaris > Install Apps with Jumpstart

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Install Apps with Jumpstart

Reply to Message Icon

Name: Annie
Date: April 22, 2002 at 13:09:42 Pacific
Comment:

Is it possible, and if so..how, to install applications using JumpStart? I need more than just freeware or packages, I have specific, locally developed software that I need to push. Can this be done with Jumpstart?



Sponsored Link
Ads by Google

Response Number 1
Name: PaulS
Date: April 24, 2002 at 10:16:01 Pacific
Reply:

Yes. In a Custom JumpStart you can use Begin and Finish scripts. These run before and after a jumpstart and can be used to tailor the jumpstart to your specific needs. In your case you could write Finish scripts to add the packages you wanted after the OS install is complete. You would add the specific script name in the rules file.

The was an entire book written on jumpstart which gives many examples.


0

Response Number 2
Name: Annie
Date: April 24, 2002 at 13:19:00 Pacific
Reply:

PaulS,
Thanks, what about installing apps that require feedback, user input. I've heard about a program called "Expect" that automates this. Can this be used with Jumpstart? Is that the best way to go?


0

Response Number 3
Name: PaulS
Date: April 26, 2002 at 08:49:28 Pacific
Reply:

You don't have a fully functional system during jumpstart, so I think you would have a very hard time getting Expect to run. I don't think you can do it. The Begin/Finish scripts may only run in the Bourne shell. But if your packages need simple input in order to install, you could use a "here-document" inside your script to handle that.

install_program_1 << EOF
y
1
n
EOF

something like that might work.


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More


printing Veritas volume manager



Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Solaris Forum Home


Sponsored links

Ads by Google


Results for: Install Apps with Jumpstart

Installation Solaris8 with Jumpstart www.computing.net/answers/solaris/installation-solaris8-with-jumpstart/139.html

solaris broke my hdd, www.computing.net/answers/solaris/solaris-broke-my-hdd-/1646.html

Symbolic Links with Jumpstart www.computing.net/answers/solaris/symbolic-links-with-jumpstart/1043.html