SC 3.2 installation on x86

Hi all!

I try to install SC 3.2 on Solaris 10 x86 but get strange error

# cd /pathc_to_SC_3.2_distribution/Solaris_x86

# ./installer

The installer you have invoked can run only in Sun platform. Please invoke the installer for Solaris_x86 platform.

I try to download SC 3.2 for Sparc platform and check installer script in Sparc and x86 distribution - it is same! All have equal size and md5 hash! Please, help me - how to install SC on x86 platform? I get SC distribution from official Sun location and check md5 summs after downloading - it is correct. I think that Sun engineers was mix up files between different platform distribution. How to obtain correct installer script of that modification i must insert in to current?

[764 byte] By [S_Moksina] at [2007-11-26 23:43:43]
# 1
What does:uname -pgive you? It should sparc or i386. If not, then that is probably the problem. You can see this from looking at the installer code which generates the message you are getting.Tim
Tim.Reada at 2007-7-11 15:14:11 > top of Java-index,Solaris Operating System,Solaris Essentials - General Technical Questions...
# 2
Hi,might it be, you are running Solaris/86 in 32bit?What does isainfo tell you?Matthias
Matthias.Pfuetznera at 2007-7-11 15:14:11 > top of Java-index,Solaris Operating System,Solaris Essentials - General Technical Questions...
# 3

hm..

# uname -p

i386

Of course, this script run on only on sparc platform (see from function validate_target_platform() in script code), but there is found correct installer for x86 platform? Yes, i can change variable $host_platform in function, but not sure that all work normally

S_Moksina at 2007-7-11 15:14:11 > top of Java-index,Solaris Operating System,Solaris Essentials - General Technical Questions...
# 4
hm.. I not found limitation about 32/64 mode running of Solaris. In first time I change distribution patch from ../Sun Cluster/ to ../SC3.2 and installer start. The patch must not contain irregular simbols such as blanksThanks for all :-)
S_Moksina at 2007-7-11 15:14:11 > top of Java-index,Solaris Operating System,Solaris Essentials - General Technical Questions...