1833758 Members
2722 Online
110063 Solutions
New Discussion

Scripting Swinstall...

 
SOLVED
Go to solution
Russ Hancock_1
Frequent Advisor

Scripting Swinstall...

I'm trying to run swinstall automatically from a script..

The bundle is on CD. so I've
/usr/sbin/swreg -l depot @ /cdrom34/QPK1100
then
/usr/sbin/swinstall -s /cdrom/HWE1100

but, this drops into the Interactive swinstall, I just want the script to get on with it..

Any ideas, gratifully received.
Russ.
Russ
1 REPLY 1
RAC_1
Honored Contributor
Solution

Re: Scripting Swinstall...

Change this command as follows.
/usr/sbin/swinstall -s /cdrom/HWE1100

to
/usr/sbin/swinstall -s /cdrom/HWE1100 \*

Anil
There is no substitute to HARDWORK