c13423683797 wrote:
> Ok, but i want to use cluster on opensolaris2008.11, when colorado 
> project will be complete?
> 

We're aiming phase 1 for the next OpenSolaris release. See 
http://www.opensolaris.org/os/project/colorado/ for project details.

Thanks,
Nick

> thanks.
> 
> --
> Sam.chen
> Tel:13423683797
> Email:c13423683797 at 126.com
> 
> ?2009-01-24 00:34:47?"Piotr Jasiukajtis" <pjasiukajtis at opensolaris.com.pl> 
> ???
>>Hi,
>>
>>You have Sun Cluster 3.2 which runs on Solaris 10.
>>Your machine is OpenSolaris 2008.11 and you will need to wait for
>>Project Colorado to be completed.
>>
>>To figure out how Sun Cluster works you can use Solaris Express 101a
>>with Solaris Cluster Express:
>>http://opensolaris.org/os/community/ha-clusters/ohac/Documentation/SCXdocs/SCX/
>>
>>Also you can install that as single node cluster in VirtualBox.
>>
>>
>>c13423683797 wrote:
>>> Hi,
>>> 
>>> I download open cluster 3.2. release_note is: Sun Cluster 3.2u1
>>> 
>>> my machine is opensolaris 2008.10.
>>> 
>>> i just fixed this bug, link jdk1.6 to ./install/j2se_jre.
>>> 
>>> but i got another error after install cluster server.
>>> 
>>> when i run: ./scinstall, error message is:
>>> ./scinstall[1251]: .: syntax error at line 5975: `P' unexpected
>>> scinstall:  Unable to load "/usr/cluster/lib/scadmin/lib/scinstall_common"
>>> ./scinstall[1092]: print_errorexit_msg: not found [No such file or
>>> directory]
>>> 
>>> please help me?
>>>  
>>>  
>>> 
>>> --
>>> Sam.chen
>>> Tel:13423683797
>>> Email:c13423683797 at 126.com
>>> 
>>> ??2009-01-23 23:51:19??"Nicholas Solter" <Nicholas.Solter at Sun.COM> ??????
>>>>sam.chen wrote:
>>>>> Hi,
>>>>> 
>>>>> when run installer on opensolaris10 x86 32bit. i got this error message, 
>>>>> please help me?
>>>>> 
>>>>
>>>>Sam,
>>>>
>>>>We'll need a bit more information:
>>>>
>>>>Is this Solaris Cluster 3.2 or Solaris Cluster Express? Please give the 
>>>>specific release information.
>>>>
>>>>What is "opensolaris10?" Do you mean OpenSolaris (in which case, please 
>>>>specify Solaris Express vs. OpenSolaris 2008.11 or the like) or Solaris 10?
>>>>
>>>>Thanks,
>>>>Nick
>>>>
>>>>> bash-3.2# sh installer 
>>>>> Exception in thread "Thread-1" java.lang.NoClassDefFoundError: 
>>>>> com.sun.wizards.core.WizardComponent
>>>>>         at 
>>>>> com.sun.wizards.core.WizardTreeManager.createWizardPanel(WizardTreeManager.java:890)
>>>>>         at 
>>>>> com.sun.wizards.core.WizardTreeManager.<init>(WizardTreeManager.java:325)
>>>>>         at 
>>>>> com.sun.wizards.core.CommandLineConsole.run(CommandLineConsole.java:75)
>>>>>         at java.lang.Thread.run(Thread.java:595)
>>>>> InvocationTargetException in ArchiveReader constructornull
>>>>> java.lang.reflect.InvocationTargetException
>>>>>         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native 
>>>>> Method)
>>>>>         at 
>>>>> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
>>>>>         at 
>>>>> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
>>>>>         at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
>>>>>         at 
>>>>> EntsysInstall_SunOS_x86_10.instantiateArchiveReader(ArchiveClassLoader.java:203)
>>>>>         at EntsysInstall_SunOS_x86_10.<init>(ArchiveClassLoader.java:143)
>>>>>         at EntsysInstall_SunOS_x86_10.main(ArchiveClassLoader.java:1318)
>>>>> Caused by: java.lang.UnsatisfiedLinkError: 
>>>>> /tmp/.entsys_CaChE/Solaris_x86/.install/j2se_jre/lib/i386/motif21/libmawt.so:
>>>>>  Can't load IA 32-bit .so on a IA 32-bit platform
>>>>>         at java.lang.ClassLoader$NativeLibrary.load(Native Method)
>>>>>         at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1751)
>>>>>         at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1647)
>>>>>         at java.lang.Runtime.load0(Runtime.java:769)
>>>>>         at java.lang.System.load(System.java:968)
>>>>>         at java.lang.ClassLoader$NativeLibrary.load(Native Method)
>>>>>         at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1751)
>>>>>         at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1668)
>>>>>         at java.lang.Runtime.loadLibrary0(Runtime.java:822)
>>>>>         at java.lang.System.loadLibrary(System.java:993)
>>>>>         at 
>>>>> sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:50)
>>>>>         at java.security.AccessController.doPrivileged(Native Method)
>>>>>         at sun.awt.NativeLibLoader.loadLibraries(NativeLibLoader.java:38)
>>>>>         at sun.awt.DebugHelper.<clinit>(DebugHelper.java:29)
>>>>>         at java.awt.Component.<clinit>(Component.java:547)
>>>>>         at 
>>>>> com.sun.install.tasks.InstallCommandLineTask.processLocales(InstallCommandLineTask.java:598)
>>>>>         at 
>>>>> com.sun.install.tasks.InstallCommandLineTask.processCommandLineArguments(InstallCommandLineTask.java:546)
>>>>>         at 
>>>>> com.sun.install.tasks.InstallCommandLineTask.initialize(InstallCommandLineTask.java:61)
>>>>>         at com.sun.wizards.core.Sequence.initialize(Sequence.java:180)
>>>>>         at 
>>>>> com.sun.wizards.core.GenericWizardState.setWizardState(GenericWizardState.java:1901)
>>>>>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>>>>         at 
>>>>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>>>>>         at 
>>>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>>>>>         at java.lang.reflect.Method.invoke(Method.java:585)
>>>>>         at 
>>>>> com.sun.wizards.core.ArchiveReader.callObjectMethod(ArchiveReader.java:1417)
>>>>>         at 
>>>>> com.sun.wizards.core.ArchiveReader.<init>(ArchiveReader.java:287)
>>>>>         ... 7 more
>>>>> Target Exception Trace:
>>>>> java.lang.UnsatisfiedLinkError: 
>>>>> /tmp/.entsys_CaChE/Solaris_x86/.install/j2se_jre/lib/i386/motif21/libmawt.so:
>>>>>  Can't load IA 32-bit .so on a IA 32-bit platform
>>>>>         at java.lang.ClassLoader$NativeLibrary.load(Native Method)
>>>>>         at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1751)
>>>>>         at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1647)
>>>>>         at java.lang.Runtime.load0(Runtime.java:769)
>>>>>         at java.lang.System.load(System.java:968)
>>>>>         at java.lang.ClassLoader$NativeLibrary.load(Native Method)
>>>>>         at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1751)
>>>>>         at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1668)
>>>>>         at java.lang.Runtime.loadLibrary0(Runtime.java:822)
>>>>>         at java.lang.System.loadLibrary(System.java:993)
>>>>>         at 
>>>>> sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:50)
>>>>>         at java.security.AccessController.doPrivileged(Native Method)
>>>>>         at sun.awt.NativeLibLoader.loadLibraries(NativeLibLoader.java:38)
>>>>>         at sun.awt.DebugHelper.<clinit>(DebugHelper.java:29)
>>>>>         at java.awt.Component.<clinit>(Component.java:547)
>>>>>         at 
>>>>> com.sun.install.tasks.InstallCommandLineTask.processLocales(InstallCommandLineTask.java:598)
>>>>>         at 
>>>>> com.sun.install.tasks.InstallCommandLineTask.processCommandLineArguments(InstallCommandLineTask.java:546)
>>>>>         at 
>>>>> com.sun.install.tasks.InstallCommandLineTask.initialize(InstallCommandLineTask.java:61)
>>>>>         at com.sun.wizards.core.Sequence.initialize(Sequence.java:180)
>>>>>         at 
>>>>> com.sun.wizards.core.GenericWizardState.setWizardState(GenericWizardState.java:1901)
>>>>>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>>>>         at 
>>>>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>>>>>         at 
>>>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>>>>>         at java.lang.reflect.Method.invoke(Method.java:585)
>>>>>         at 
>>>>> com.sun.wizards.core.ArchiveReader.callObjectMethod(ArchiveReader.java:1417)
>>>>>         at 
>>>>> com.sun.wizards.core.ArchiveReader.<init>(ArchiveReader.java:287)
>>>>>         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native 
>>>>> Method)
>>>>>         at 
>>>>> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
>>>>>         at 
>>>>> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
>>>>>         at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
>>>>>         at 
>>>>> EntsysInstall_SunOS_x86_10.instantiateArchiveReader(ArchiveClassLoader.java:203)
>>>>>         at EntsysInstall_SunOS_x86_10.<init>(ArchiveClassLoader.java:143)
>>>>>         at EntsysInstall_SunOS_x86_10.main(ArchiveClassLoader.java:1318)
>>>>
>>> 
>>> 
>>> 
>>> ------------------------------------------------------------------------
>>> ?????????????????????????????????? <http://www.yeah.net>
>>> 
>>> 
>>> ------------------------------------------------------------------------
>>> 
>>> _______________________________________________
>>> ha-clusters-discuss mailing list
>>> ha-clusters-discuss at opensolaris.org
>>> http://mail.opensolaris.org/mailman/listinfo/ha-clusters-discuss
>>
>>
>>-- 
>>Regards,
>>Piotr Jasiukajtis | estibi | SCA OS0072
>>http://estseg.blogspot.com
> 
> 
> 
> ------------------------------------------------------------------------
> ????????????????? <http://www.yeah.net>
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> ha-clusters-discuss mailing list
> ha-clusters-discuss at opensolaris.org
> http://mail.opensolaris.org/mailman/listinfo/ha-clusters-discuss


Reply via email to