From: Kuldip Oberoi <[EMAIL PROTECTED]>
To: "T.J. Yang" <[EMAIL PROTECTED]>
CC: opensolaris-discuss@opensolaris.org
Subject: Re: Updated: Get the latest Sun Studio Tools
Date: Wed, 28 Sep 2005 05:01:14 -0700

Hi T.J.,

Because we were attempting to simplify the download experience (1 file vs 5+ files) for the community, the batch_installer included with Sun Studio 10, in its current form, does not work. (which is why it was not included) I will look at what we can do for further updates to bring it back.

Thanks for the info of why batch_installer is no included.
I am also trying to simply the opensolaris build processs into a repeatable
opensolaris-20050909.sb xml file, it depends on sunstudio 10 being installed
quietly if possible.

See http://en.wikibooks.org/wiki/OpenSolaris/Developer for detail.

At one time following code works, but now ./installer will just
bring up GUI window for interactive installation.

Can you make ./installer not run in vt100 mode, so I can fake
the interaction part by "<<_EOT_ ... _EOT_" approach.

<snip>
# The following serial number will mail to your when you download
# the free version of sun studio from Sun.
#
# Following script is just to by pass the interactive installation process
#
./installer << _EOT_
enter
n
Accept
0
4
/opt
1
SSS100-M99PTISNU-xxxxxxxxx
1
5
_EOT_
<snip>

What exactly happened when you ran the batch_uninstaller on SPARC? We ran thru it w/o an issue, but maybe you can provide whatever error/ status messages showed up when you went thru it.

I will get back to you on this after I make up my mind how to perform
another unistall, do it on my slow blade100 or faster machine at work.

later

tj

Thanks!

/kso

Kuldip Oberoi
Product Line Manager, Sun Studio
Sun Microsystems, Inc.
650.786.0149 (x80149)



On Sep 26, 2005, at 9:44 AM, Kuldip Oberoi wrote:

Hi TJ,

We are looking into both these issues (batch_uninstaller and batch_installer) and I will provide an update, when I get one.

/kso

Kuldip Oberoi
Product Line Manager, Sun Studio
Sun Microsystems, Inc.
650.786.0149 (x80149)


On Sep 26, 2005, at 8:49 AM, T.J. Yang wrote:


kso
Looking at your signature and while I have your ear.

Can you make sure the uninstaller /var/sadm/prod/*/ batch_uninstaller works ?
the intel one work but not the sparc version.

I have to rebuild my blad100 becuase of failed manual uninstall below of studio 10

for i in 'pkginfo |egrep -i 'studio|compiler'
do
pkgrm -a /tmp/admin -n $i
done
somehow I delete on extra packages so LibCrun.so is gone ;-<

also can we have a working batch_installer so I can script the installation.






_______________________________________________
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org

Reply via email to