Solaris 8 pstack problem

We have core dump of our application on Solaris 2.6.
When we investigate the core file with pstack command on Solaris 2.8 we do not see function names:
pstack corecore 'core' of 4352: FillServer -v -c 1 -s ssl=15 -n 3 -i 3 -l /db/prod/eq/gems/iris/releas
pstack: warning: librtld_db failed to initialize; symbols from shared libraries will not be available
006d7f84 ???????? (ef368c84, 824, 0, d, 0, fffffff1)
00258e30 ???????? (3133372c335e2d36, 3035363038312e34, 3739353831392c33, 5e34363632353135, 2e35343538363832, 2c335e302c335e30)
I made some test to understand situation with pstack command.
These are results
core: Solaris 6 ->Solaris 2.6(by pid -- ok):Solaris 8/host1(??? symbols):Solaris 8/host2(??? symbols)
core: Solaris 8/Moscow ->Solaris 2.6(n/a):Solaris 8/host1(ok):Solaris 8/host2(??? symbols)
core: Solaris 8/London ->Solaris 2.6(n/a):Solaris 8/host1(??? symbols):Solaris 8/host2(ok)
So the fact is that we can not see symbols even between the versions of Solaris 8.
Always when I saw ??? symbols I saw warining "pstack: warning: librtld_db failed to initialize; symbols from shared libraries will not be available"
Solaris 8/host2:
uname -a
SunOS host2 5.8 Generic_108528-07 sun4u sparc SUNW,Sun-Fire
Solaris 8/host1:
uname -a
SunOS host1 5.8 Generic_108528-13 sun4u sparc SUNW,Sun-Fire-880
Help, please.

Make sure you have installed the latest recommended patches for Solaris 8 (and especially the ones around pam, native LDAP and nscd).
Regards,
Ludovic.

Similar Messages

  • Agent 2.2, Apache 2.0.59 and Solaris 10 - problem- Urgent

    Hi,
    We are using Solaris 10 (T2000), apache 2.0.59 and Policy Agent 2.2.. Apache Server 2.0.59 works just fine. When I installed Policy Agent 2.2. The Apache start gives following error:
    /usr/local/apache2/bin/apachectl start
    Syntax error on line 1 of /etc/opt/SUNWam/agents/apache/config/_usr_local_apache2_conf/dsame.conf:
    Cannot load /opt/SUNWam/agents/apache/lib/libamapc_ssl.so into server: ld.so.1: httpd: fatal: relocation error: file /opt/SUNWam/agents/apache/lib/libamapc_ssl.so: symbol ap_pstrdup: referenced symbol not found
    Does anybody knows whats going wrong?
    Thanks,
    Vivek

    I'm not sure of the exact error issued, but if one uses the Apache version that comes bundled with Solaris, then problems arise. If that's not what you've done, then never mind. Here's the warning from the documentation
    PDF = http://192.18.109.11/819-4770/819-4770.pdf
    HTML = http://docs.sun.com/app/docs/doc/819-4770
    Caution - Do not use the version of Apache HTTP Server that comes bundled with Solaris 9 Operating System or with Solaris 10 Operating System. The bundled Apache HTTP Server package is incomplete. Any attempt to Install Agent for Apache HTTP Server on a bundled version of Apache HTTP Server is likely to fail.
    Therefore, download the desired version of Apache HTTP Server from the Apache web site at http://www.apache.org/ before attempting to install the agent.
    John D.

  • WebLogic 10.3.2.0 (11gR1) on Solaris 10 problems with jdbc

    I have Solaris 10 10/09 running on a SPARC machine.
    I install WebLogic 11gR1, use development mode (using the SUN 1.6 jvm) and create a JDBC connection to DB2 on another machine using Oracle's XA DB2 driver. The connection test is successful. A restart of WebLogic returns everything is good. I change the connection pool max capacity to 50 (up from the default of 15) in the web interface and save the settings, everything is fine. Then I shutdown WebLogic using the appropriate command and re-start it... only to find that the jdbc connection has failed with the following error:
    <Feb 22, 2010 11:02:31 AM EST> <Error> <Deployer> <BEA-149205> <Failed to initialize the application 'jdbc/DB2DataSource' due to error weblogic.application.ModuleException: .
    weblogic.application.ModuleException:
    at weblogic.jdbc.module.JDBCModule.prepare(JDBCModule.java:290)
    at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)
    at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:391)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:83)
    at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:59)
    Truncated. see log file for complete stacktrace
    Caused By: sun.security.pkcs11.wrapper.PKCS11Exception: CKR_DEVICE_ERROR
    at sun.security.pkcs11.wrapper.PKCS11.C_Verify(Native Method)
    at sun.security.pkcs11.P11Signature.engineVerify(P11Signature.java:529)
    at java.security.Signature$Delegate.engineVerify(Signature.java:1140)
    at java.security.Signature.verify(Signature.java:592)
    at sun.security.x509.X509CertImpl.verify(X509CertImpl.java:441)
    Truncated. see log file for complete stacktrace
    Nothing else is changed or deployed in WebLogic.
    Switching back to a thread pool max of 15 doesn't work, and throws this error:
    <Feb 22, 2010 11:09:41 AM EST> <Warning> <Deployer> <BEA-149004> <Failures were detected while initiating redeploy task for application 'jdbc/DB2DataSource'.>
    <Feb 22, 2010 11:09:41 AM EST> <Warning> <Deployer> <BEA-149078> <Stack trace for message 149004
    weblogic.application.ModuleException:
    at weblogic.jdbc.module.JDBCModule.prepare(JDBCModule.java:290)
    at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)
    at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:391)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:83)
    at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:59)
    Truncated. see log file for complete stacktrace
    Caused By: java.lang.NoClassDefFoundError: Could not initialize class javax.crypto.SunJCE_b
    at javax.crypto.SecretKeyFactory.a(DashoA13*..)
    at javax.crypto.SecretKeyFactory.<init>(DashoA13*..)
    at javax.crypto.SecretKeyFactory.getInstance(DashoA13*..)
    at weblogic.jdbc.db2base.PropertyEncrypter.<init>(Unknown Source)
    at weblogic.jdbc.db2base.BaseLicenseUtility.readBulkLoadRowLimit(Unknown Source)
    Truncated. see log file for complete stacktrace
    <Feb 22, 2010 11:09:42 AM EST> <Error> <Console> <BEA-240003> <Console encountered the following error weblogic.application.ModuleException:
    at weblogic.jdbc.module.JDBCModule.prepare(JDBCModule.java:290)
    at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)
    at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:391)
    Modifying the connection in the xml to lower the max pool size back to the default value of 15 doesn't net any progress.
    Removing and re-creating the connection doesn't fix the problem. Creating a new WebLogic domain doesn't fix the problem. The only thing that fixes the problem (allows the jdbc connection to be re-created and run successfully) is to blow away the entire WebLogic install, reinstall and re-create the domain. Occasionally even this doesn't help.
    This is repeatable like clockwork.
    Moving the pool max up to 30 didn't throw the error, but moving to 50 did.
    Edited by: second infinity on Feb 22, 2010 2:24 PM

    Hi. I've never seen anything like this, and it seems to be something which
    the JDBC module is going to be an innocent victim of, rather than a
    contributor to... Your best course is to open an official support case.
    Joe

  • Solaris starting problem

    Hello Guys,
    I have encounter the problem that is after installation of solaris 10 on dell poweredge1000. I am rebooting this but after rebooting solaris is not started only Grub is coming on display so how can i restart the solaris10?
    Edited by: 953912 on Aug 21, 2012 5:58 AM

    hi will you please edit the grub with -v option
    in grub
    select second line and put -v
    kernel /platform/i86pc/muliboot -v
    provide the o/p of this
    validate the o/p

  • Usb masse storage  in solaris 10 problem !!

    Hi all
    i have srss 3.0 with solaris10-GA, all work well but the usb masse storage
    does' nt recognize by srss3.0 are there solution for that problem.
    or patch for srss 3.0.
    thanks team

    Congratulations on your choice of Os ;-)
    To solve this problem you can try and create a directory called /rmdisk , then start vold running:
    /etc/init.d/volmgt stop
    /etc/init.d/volmgt start
    if you are lucky your USB flash will show up under /rmdisk/<name> after a few seconds.
    If not you should be able to see the flash with cfgadm, which list the status of USB ports (among other things).
    Solaris should automatically create a /dev/dsk/ and /dev/rdsk/ entries for your flash memory, if its not automatically mounted by vold, try and stop vold using
    /etc/init.d/volmgt stop
    Then do a cd /dev/dsk and run an ls -lart, the USB devices should be among the last devices in that list, then mount it using:
    mount -F pcfs /dev/dsk/<device> /some/directory
    the device should end with s2 or p2, some flash devices might also need :c, aka /dev/dsk/<device>:c, it depends how its configured.
    See man mount_pcfs for more information...
    Hope this helps a bit (:
    //Magnus

  • X86 Solaris 10 problems with ipfilter

    Colleagues,
    I'm install Solaris 10 on HP Proliant DL360 G4
    (listed in HCL for Solaris OS http://www.sun.com/bigadmin/hcl/data/sol/systems/details/691.html)
    Everything works fine till, but when I increase loading
    (DNS server there, so too much UDP packets, about 2000/sec) Solaris panic with:
    Nov 30 10:35:45 d0 ^Mpanic[cpu0]/thread=ffffffff85759820:
    Nov 30 10:35:45 d0 genunix: [ID 103648 kern.notice] mutex_exit: not owner, lp=0 owner=0 thread=ffffffff85759820
    Nov 30 10:35:46 d0 unix: [ID 100000 kern.notice]
    Nov 30 10:35:46 d0 genunix: [ID 655072 kern.notice] fffffe8000c08190 unix:mutex_panic+6f (0, ffffffff860f5d98, fffffe)
    Nov 30 10:35:46 d0 genunix: [ID 655072 kern.notice] fffffe8000c081b0 unix:mutex_vector_exit+39 ()
    Nov 30 10:35:46 d0 genunix: [ID 655072 kern.notice] fffffe8000c081e0 ipf:ipf_stinsert+333e9215 ()
    Nov 30 10:35:46 d0 genunix: [ID 655072 kern.notice] fffffe8000c08210 ipf:fr_updatestate+61 ()
    Nov 30 10:35:46 d0 genunix: [ID 655072 kern.notice] fffffe8000c08250 ipf:fr_checkstate+10f ()
    Nov 30 10:35:46 d0 genunix: [ID 655072 kern.notice] fffffe8000c08390 ipf:fr_check+629 ()
    Nov 30 10:35:46 d0 genunix: [ID 655072 kern.notice] fffffe8000c08530 pfil:pfil_precheck+850 ()
    Nov 30 10:35:46 d0 genunix: [ID 655072 kern.notice] fffffe8000c08560 pfil:pfilmodwput+9f ()
    Nov 30 10:35:46 d0 genunix: [ID 655072 kern.notice] fffffe8000c085c0 unix:putnext+1f1 ()
    Nov 30 10:35:46 d0 genunix: [ID 655072 kern.notice] fffffe8000c086d0 ip:ip_wput_ire+1a98 ()
    Nov 30 10:35:46 d0 genunix: [ID 655072 kern.notice] fffffe8000c08780 ip:ip_output+ee9 ()
    Nov 30 10:35:46 d0 genunix: [ID 655072 kern.notice] fffffe8000c08790 ip:ip_wput+18 ()
    Nov 30 10:35:46 d0 genunix: [ID 655072 kern.notice] fffffe8000c087f0 unix:putnext+1f1 ()
    Nov 30 10:35:46 d0 genunix: [ID 655072 kern.notice] fffffe8000c08870 udp:udp_wput+29d ()
    Nov 30 10:35:46 d0 genunix: [ID 655072 kern.notice] fffffe8000c088d0 unix:putnext+1f1 ()
    Nov 30 10:35:46 d0 genunix: [ID 655072 kern.notice] fffffe8000c08a70 genunix:strput+3bc ()
    Nov 30 10:35:46 d0 genunix: [ID 655072 kern.notice] fffffe8000c08af0 genunix:kstrputmsg+1e8 ()
    Nov 30 10:35:46 d0 genunix: [ID 655072 kern.notice] fffffe8000c08ba0 sockfs:sosend_dgram+181 ()
    Nov 30 10:35:46 d0 genunix: [ID 655072 kern.notice] fffffe8000c08c10 sockfs:sotpi_sendmsg+1bc ()
    Nov 30 10:35:46 d0 genunix: [ID 655072 kern.notice] fffffe8000c08c80 sockfs:sendit+f0 ()
    Nov 30 10:35:46 d0 genunix: [ID 655072 kern.notice] fffffe8000c08ed0 sockfs:sendmsg+1bf ()
    Nov 30 10:35:47 d0 unix: [ID 100000 kern.notice]
    Nov 30 10:35:47 d0 genunix: [ID 672855 kern.notice] syncing file systems...
    Nov 30 10:35:47 d0 genunix: [ID 733762 kern.notice] 34
    Nov 30 10:35:48 d0 genunix: [ID 733762 kern.notice] 24
    Nov 30 10:36:08 d0 last message repeated 20 times
    Nov 30 10:36:09 d0 genunix: [ID 622722 kern.notice] done (not all i/o completed)
    Nov 30 10:37:30 d0 genunix: [ID 540533 kern.notice] ^MSunOS Release 5.10 Version Generic_118844-20 64-bit
    Nov 30 10:37:30 d0 genunix: [ID 943906 kern.notice] Copyright 1983-2005 Sun Microsystems, Inc. All rights reserved.
    At some stage there are problems with creation of a new state...
    I remember some time ago (Solaris 2.8) there where problems like that with ipfilter, but now ipfilter included in Solaris distribution, hardware tested and so on...
    New reincarnation of a problem?
    Somebody has similar problems with the software x86 Solaris 10?
    Thanks, Roman Gnatenko (rvg at co.ru)

    Hi. I've never seen anything like this, and it seems to be something which
    the JDBC module is going to be an innocent victim of, rather than a
    contributor to... Your best course is to open an official support case.
    Joe

  • Solaris boot problem after Patch cluster install

    just wondering if anyone can assist. i have just installed solaris 10 x86 recommended patches on a 16 disks server. where first 2 disks are mirrored called rpool, and remaining 14 disks are raid z called spool. upon installing the patches successfully and rebooting server, i am coming up with the following error:
    NOTICE: Can not read the pool label from '/pci@0,0/pci8086,25f8@4/pci111d,801c@0/pci111d,801c@4/pci108e,286@0/disk@0,0:a /pci@0,0/pci8086,25f8@4/pci111d,801c@0/pci111d,801c@4/pci108e,286@0/disk@1,0:a'
    NOTICE: spa_import_rootpool: error 5, Inc. All rights reserved.
    Cannot mount root on /pci@0,0/pci8086,25f8@4/pci111d,801c@0/pci111d,801c@4/pci108e,286@0/disk@0,0:a /pci@0,0/pci8086,25f8@4/pci111d,801c@0/pci111d,801c@4/pci108e,286@0/disk@1,0:a fstype zfs
    panic[cpu0]/thread=fffffffffbc28820: vfs_mountroot: cannot mount root
    fffffffffbc4b190 genunix:vfs_mountroot+323 ()
    fffffffffbc4b1d0 genunix:main+a9 ()
    fffffffffbc4b1e0 unix:_start+95 ()
    skipping system dump - no dump device configured
    rebooting...
    It looks like the solaris 10 os cannot find zfs filesystem and keeps on rebooting in normal solaris os mode, but when I go to safe mode and type: zfs list, I can see zfs rpool (mirrored) file system and cannot see the zfs spool (raid z) file system, any ideas on how i can fix the boot problem and get zfs spool back in the safest way possible?...

    Same problem here with actual recomended patch set.
    NOTICE: Can not read the pool label from '/pci@0,0/pci10de,375@f/pci1000,3150@0/sd@0,0:a /pci@0,0/pci10de,375@f/pci1000,3150@0/sd@1,0:a'
    NOTICE: spa_import_rootpool: error 5
    Cannot mount root on /pci@0,0/pci10de,375@f/pci1000,3150@0/sd@0,0:a /pci@0,0/pci10de,375@f/pci1000,3150@0/sd@1,0:a fstype zfs
    panic[cpu0]/thread=fffffffffbc28820: vfs_mountroot: cannot mount root
    fffffffffbc4b190 genunix:vfs_mountroot+323 ()
    fffffffffbc4b1d0 genunix:main+a9 ()
    fffffffffbc4b1e0 unix:_start+95 ()
    What the hell happened to the bootsektor or the pool or what ever?

  • Solaris 10 Problem with Intel board network interface

    I've just installed Solaris 10 on my Intel board with integrated fast ethernet interface. Installation went smoothly, except for the networking. I've already followed the guide on this link http://solaris-x86.org/documents/tutorials/network.mhtml. The problem is, I couldn't find anything such as /dev/iprb0 under /dev directory (iprb is for Intel Ethernet 100 VE). When checking from interactive boot, I got this line:
    pci@0,0/pci8086,244e@1e/pci8086,3052@8 (which is the device for the ethernet on the pci bus)
    Since there's no link such as iprb0 under /dev, I checked the /devices/pci@0,0 directory, and found these:
    pci8086,244e@1e (directory, and in it, it contains no device file)
    pci8086,244e@1e:devctl
    My question is, how could I enable the network? Making link under /dev to pci8086,244e@1e:devctl doesn't seem to work. So I guessed there should be device file (ie. pci8086,3052@8) under pci8086,244e@1e directory. But how can I get this device file? Should I do mknod command? But I don't know how to get major and minor number under solaris.
    Please help me... I am used to Linux, but Solaris is a totally different animal to me.
    Edgar

    If you didn't get any messages about iprb iline value being out of range, simply run (as root):
    ifconfig iprb0 plumb
    Otherwise run the BIOS setup and disable plug & play os. Then run the above command.

  • Solaris 10 - problem installation VMware

    SunOS Release 5.10 Version Generic_141445-09 32 -bit
    Copyright 1983-2009 Sun Microsystems, Inc. Allrights reserved.
    Use is subject to license terms.
    panic[cpu0]/thread=fec20160:page_unlock:page fe386f80 is not locked
    is it a report during setting in Vmware 6, that to do?

    Perhaps you should go ask the people at VMware . *<- link*
    It is their product that is having the problem with Solaris.
    VMware has a technical support department and they also have their own online discussion forum.
    ( Would be asking Microsoft if you saw a similar issue with VMware and Windows? I think not.)

  • Solaris 10 problem

    I'm using a server with AMD Opteron 252 CPU and chipsets Nvidia CK8-04, Geforce2 MMX 400.
    Solaris 10 installation goes smoothly. Except when installation is done and machine is rebooted, this error message appears before loading the Common Environment Desktop:
    "Cannot take control from Bios. EHCI is disabled"
    Can any Solaris gurus, tell me why EHCI is disabled?
    In the Bios settings there is no EHCI item for selection.
    Please advise.....thanks..

    This hat to see with USB2.0 controller. I had the same message, 4x because i have 4 USB ports. Disabling "USB2.0" in the Bios (Amibios/Intel...), i don't get these error messages.
    But this solves only, i think, the problem of the messages, which are not a pain for the use of the OS : more problematic is, if Solaris really after that enables her own USB control, e.g. for a joystick.
    Other hand, i think that USB1 is standard enabled.
    If anyone can simply explain what happens about this all, i'm also interested !
    Best regards,
    Sergio

  • Solaris 10 problem with installtion

    I have problem with installtion Solaris 10 Early Access Software x86 Platform Edition.
    I downloaded all images, and burned it.
    When I try boot from first CD i see screen with primary boot subsystem
    and computer it's frozen.
    Solaris text at screen is changed to Aolaris.
    that all what it's happen.
    My computer hardware:
    Intel 2,8 Prescot ( 1 MB cache ) HT
    512 RAM
    200 GB HardDrive SATA
    Mainboard GIGABYTE 8S655TX Ultra ( chipset SIS 655TX )
    Graphic Card Nvidia Geforce 5200 128 MB
    Anybody know what is wrong ?

    I cheked and evrythink ok at other computer.
    Maybe is somthing with BIOS setting
    ( I have USB keyboard ) but i don't think that is problem
    best regards
    Marcin

  • WL 7.0 for Solaris - Installation problem

    Hi
    I am trying to install WL 7.0 with SP2 for Solaris which was downloaded from the
    BEA Download Center.
    The following is the extract of the error :
    ==============================================================
    $ ./server702_solaris.bin
    ** The directory "/var/tmp/" does not have enough space for extraction.
    Please input another directory: /opt/utl/tmp
    Extracting 0%..................................................................)
    .100%
    ** Error during extraction, error code = 2.
    =====================================================
    what could be the problem?
    Thanks in advance
    Regards
    Ramkumar

    "Ramkumar" <[email protected]> wrote in message
    news:3ee5d2ca$[email protected]..
    >
    Hi
    I am trying to install WL 7.0 with SP2 for Solaris which was downloadedfrom the
    BEA Download Center.
    The following is the extract of the error :
    ==============================================================
    $ ./server702_solaris.bin
    ** The directory "/var/tmp/" does not have enough space for extraction.
    Please input another directory: /opt/utl/tmp
    Extracting0%..................................................................)
    100%
    ** Error during extraction, error code = 2.
    =====================================================
    what could be the problem?The installer is actually a self-extracting Zip-archive. It tries to unpack
    itself into /var/tmp/something-random, before starting the actual
    installation.
    If you do not have enough free space in /var/tmp, try creating a temporary
    directory somewhere else, move the installer into the new directory, and do
    an 'unzip server70..............bin'. Once you have unzipped the installer,
    I think you can look in a file called AUTORUN or something for the java
    command to run the installer manually.
    Good luck,
    Jan Bruun Andersen

  • Raidctl - Sun T5240 Solaris 10 Problem

    I tried using raidctl earlier today to use my 2 disks in a RAID1 setup and I totally destroyed my OS install. I'm sure I did something funky and it freaked out. No big deal...right?
    This is what I was seeing after a reboot.
    Quote:
    WARNING: /pci@0/pci@0/pci@2/scsi@0/sd@0,0 (sd0):
    Corrupt label - bad geometry
    Label says 286718976 blocks; Drive says 286607360 blocks
    I decided to just reinstall the OS. It let me go through all of the setup stuff and when it wanted to start installing the OS files I got this message.
    Quote:
    One or more disks are found, but one of the
    following problems exists:
    Hardware failure
    Unformatted disk.
    The server then dropped me to a # command line. I ran format command and saw only one disk showing as a volume, which I believe is what I needed to do for RAID1 setup anyway (create a volume). So I ran format selected the volume and format again to wipe the drive and its been formatting for over 4 hours and all i keep seeing is an incrementing number that started at 0/0/0 but it has taken 4 hours to get from 0/0/0 to 23,000ish/0/0. Is this normal? Have I totally destroyed the disks? Should I be doing something else? I have read a ton of posts and I'm pretty lost at this point. I'm going to let the drive format overnight but I'm scared it will still be doing this in the morning or something crazy.
    Any help would be great...

    Well I think I got it working now, so I will just post what I had to do for anyone else who needs it.
    I came in this morning and the server was still scrolling the numbers like I posted above about my format command. It got to like 47000/12/112 and I decided to just power down the server and take my chances. I've never seen those numbers scroll like that on a Solaris format before. I have no clue what the heck that was, but it obviously wasn't formatting since I let it do it's thing for about 18 hours.
    Power cycled and it brought me back to -> prompt (which was odd)
    start SYS
    start /SP/consoleat ok prompt
    boot cdrom -sOnce I got to single user mode I checked to see if my drives still said formatted and they did which was good. I then deleted my raid volume.
    raidctl -d c1t0d0It said successfully deleted but when I did a format I was expecting to see both disk show up as they normally would but it still said it was in a raid volume (i have on idea why). I just decided to try and create the raid over again...
    raidctl -c -r 1 c1t0d0 c1t1d0It said successfully created and when I went in to format it... it was there as it was before. But this time it let me format>type>0 and it also then me format>label>yes before I deleted the raid it wouldn't let me label the drive saying the VTOC was all messed up.
    format>type>0
    format>label>yesI forgot to check the raid and make sure it said RAID1 and it was sync'd but I got kind of excited it let me label the volume and just rebooted like an moron. I would def check the raid before continuing to make sure its setup the way you want it.
    raidctl -l
    raidctl -SI then rebooted and started boot cdrom - nowin
    rebootat -> prompt
    start /SP/consoleat ok
    boot cdrom - nowinI went through the entire disk install and it's now installing the files, so I'm assuming it is now working fine if it doesn't I will post what I see.
    Edited by: kingdbag on Apr 29, 2010 9:06 AM
    Edited by: kingdbag on Apr 29, 2010 9:07 AM

  • 3D Solar System problems

    hi,
    I'm trying to simulate a solar system and I have those two problems
    - I can't add a sattelite to a planet (the moon to the earth)
    - I can't make a planet turn on itself (only the central one: the sun)
    Here is my source. Thanks for helping.
    Sorry for the comments in french.
    You can send your answers to [email protected]
    class Espace
    *     Auteur : Leli�vre Antoine                                   *
    *     Fichier : Espace.java                                   *
    *     Fonction: Reconstitution de notre systeme solaire *
    *     Date: 09/02/04                                             *
    import com.sun.j3d.utils.universe.SimpleUniverse;
    import javax.media.j3d.BranchGroup;
    import javax.media.j3d.Transform3D;
    import javax.vecmath.Vector3f;
    import javax.media.j3d.TransformGroup;
    import javax.media.j3d.Canvas3D;
    //import javax.media.j3d.Alpha;
    //import javax.media.j3d.RotationInterpolator;
    import javax.media.j3d.BoundingSphere;
    import javax.vecmath.Point3d;
    import javax.media.j3d.Background;
    import com.sun.j3d.utils.image.TextureLoader;
    //import javax.media.j3d.Texture2D;
    import javax.media.j3d.ImageComponent2D;
    import javax.swing.JFrame;
    public class Espace extends JFrame
         public Espace()
              super("Systeme Solaire...");
              // creation du canvas
              Canvas3D canvas = new Canvas3D(SimpleUniverse.getPreferredConfiguration());
              getContentPane().add("Center",canvas);
              // cr�ation de la sc�ne, regroupement des objets
              BranchGroup scene = createScene();
              scene.compile();
              // cr�ation de l'univers de la scene 3D
              SimpleUniverse univers = new SimpleUniverse(canvas);
              // on met le plan de projection en arriere par rapport � l'origine
              univers.getViewingPlatform().setNominalViewingTransform();
              // on place la sc�ne dans l'univers "univers"
              univers.addBranchGraph(scene);
              //arret du programme lors du clic sur la croix
              setDefaultCloseOperation(EXIT_ON_CLOSE);
         * creation d'un groupement d'objet *
         public BranchGroup createScene()
              // creation du BG principal
              BranchGroup ObjPrinc = new BranchGroup();
              BranchGroup terre = new BranchGroup();
              BranchGroup mars = new BranchGroup();
              BranchGroup saturne = new BranchGroup();
              BranchGroup jupiter = new BranchGroup();
              BranchGroup venus = new BranchGroup();
              BranchGroup mercure = new BranchGroup();
              BranchGroup lune = new BranchGroup();
              BranchGroup uranus = new BranchGroup();
              BranchGroup neptune = new BranchGroup();
              BranchGroup pluton = new BranchGroup();
              TextureLoader loader=new TextureLoader("fond.jpg",this);
              ImageComponent2D image=loader.getImage();
              Background bg=new Background(image);
              bg.setApplicationBounds(new BoundingSphere(new Point3d(0,0,0),150d));
              ObjPrinc.addChild(bg);
              Animation MonAnimation = new Animation();
              //------ Debut Objet Lune-------
              //Planete Lune = new Planete();
              //Transform3D Translation1 = new Transform3D();
              //Translation1.set(new Vector3f(0.05f, 0.0f, 0.0f));
              //TransformGroup TranslateGP1 = new TransformGroup(Translation1);
              //TranslateGP1.addChild(Lune.AjoutPlanete("lune.jpg",0.01f));
              //lune.addChild(TranslateGP1);
              //------ Fin Objet Lune -----
              //------ Debut Objet Terre -------
              Planete Terre = new Planete();
              Planete Lune = new Planete();
              Transform3D Translation = new Transform3D();
              Translation.set(new Vector3f(0.4f, 0.0f, 0.0f));
              TransformGroup TranslateGP = new TransformGroup(Translation);
              TranslateGP.addChild(Terre.AjoutPlanete("earth.jpg",0.03f));
              terre.addChild(TranslateGP);
              //------ Fin Objet Terre -----
              //------ Debut Objet Saturne -------
              Planete Saturne = new Planete();
              Transform3D Translation2 = new Transform3D();
              Translation2.set(new Vector3f(0.9f, 0.0f, 0.2f));
              TransformGroup TranslateGP2 = new TransformGroup(Translation2);
              TranslateGP2.addChild(Saturne.AjoutPlanete("saturne.jpg",0.08f));
              saturne.addChild(TranslateGP2);
              //------ Fin Objet Saturne-----
              //------ Debut Objet Mars -------
              Planete Mars = new Planete();
              Transform3D Translation3 = new Transform3D();
              Translation3.set(new Vector3f(0.5f, 0.0f, 0.0f));
              TransformGroup TranslateGP3 = new TransformGroup(Translation3);
              TranslateGP3.addChild(Mars.AjoutPlanete("mars.jpg",0.02f));
              mars.addChild(TranslateGP3);
              //------ Fin Objet Mars -----
              //------ Debut Objet Jupiter-------
              Planete Jupiter = new Planete();
              Transform3D Translation4 = new Transform3D();
              Translation4.set(new Vector3f(0.7f, 0.0f, 0.0f));
              TransformGroup TranslateGP4 = new TransformGroup(Translation4);
              TranslateGP4.addChild(Jupiter.AjoutPlanete("jupiter.jpg",0.1f));
              jupiter.addChild(TranslateGP4);
              //------ Fin Objet Jupiter -----
              //------ Debut Objet Venus-------
              Planete Venus = new Planete();
              Transform3D Translation5 = new Transform3D();
              Translation5.set(new Vector3f(0.3f, 0.0f, 0.0f));
              TransformGroup TranslateGP5 = new TransformGroup(Translation5);
              TranslateGP5.addChild(Venus.AjoutPlanete("venus.jpg",0.03f));
              venus.addChild(TranslateGP5);
              //------ Fin Objet Venus -----
              //------ Debut Objet Mercure-------
              Planete Mercure = new Planete();
              Transform3D Translation6 = new Transform3D();
              Translation6.set(new Vector3f(0.2f, 0.0f, 0.0f));
              TransformGroup TranslateGP6 = new TransformGroup(Translation6);
              TranslateGP6.addChild(Mercure.AjoutPlanete("mercure.jpg",0.01f));
              mercure.addChild(TranslateGP6);
              //------ Fin Objet Jupiter -----
              //------ Debut Objet Uranus-------
              Planete Uranus = new Planete();
              Transform3D Translation7 = new Transform3D();
              Translation7.set(new Vector3f(1.1f, 0.0f, 0.0f));
              TransformGroup TranslateGP7 = new TransformGroup(Translation7);
              TranslateGP7.addChild(Uranus.AjoutPlanete("uranus.jpg",0.05f));
              uranus.addChild(TranslateGP7);
              //------ Fin Objet Uranus -----
              //------ Debut Objet Neptune-------
              Planete Neptune = new Planete();
              Transform3D Translation8 = new Transform3D();
              Translation8.set(new Vector3f(1.45f, 0.0f, 0.0f));
              TransformGroup TranslateGP8 = new TransformGroup(Translation8);
              TranslateGP8.addChild(Uranus.AjoutPlanete("neptune.jpg",0.05f));
              neptune.addChild(TranslateGP8);
              //------ Fin Objet Neptune -----
              //------ Debut Objet Pluton-------
              Planete Pluton = new Planete();
              Transform3D Translation9 = new Transform3D();
              Translation9.set(new Vector3f(1.7f, 0.0f, 0.0f));
              TransformGroup TranslateGP9 = new TransformGroup(Translation9);
              TranslateGP9.addChild(Uranus.AjoutPlanete("mercure.jpg",0.005f));
              pluton.addChild(TranslateGP9);
              //------ Fin Objet Pluton-----
              //----- d�but objet Soleil -----
              Planete Soleil = new Planete();
              ObjPrinc = MonAnimation.Rotation(ObjPrinc,Soleil.AjoutPlanete("soleil.jpg",0.15f),-1,3000);
              //----- fin 2eme objet
              ObjPrinc = MonAnimation.Rotation(ObjPrinc,terre,-1,10000);
              ObjPrinc = MonAnimation.Rotation(ObjPrinc,saturne,-1,294500);
              ObjPrinc = MonAnimation.Rotation(ObjPrinc,mars,-1,18800);
              ObjPrinc = MonAnimation.Rotation(ObjPrinc,jupiter,-1,118600);
              ObjPrinc = MonAnimation.Rotation(ObjPrinc,venus,-1,6100);
              ObjPrinc = MonAnimation.Rotation(ObjPrinc,mercure,-1,2400);
              ObjPrinc = MonAnimation.Rotation(ObjPrinc,uranus,-1,840000);
              ObjPrinc = MonAnimation.Rotation(ObjPrinc,neptune,-1,1640000);
              ObjPrinc = MonAnimation.Rotation(ObjPrinc,pluton,-1,2470000);
              //am�lioration du processus d'affichage
              ObjPrinc.compile();
              return ObjPrinc;
         public static void main(String[] args)
              Espace MonEspace = new Espace();
              MonEspace.setSize(1024,768);
              MonEspace.setVisible(true);
    class Animation
    *     Auteur : Leli�vre Antoine                                        *
    *     Fichier : Animation.java                              *
    *     Fonction: Animation de la scene                     *
    *     Date     : 14/02/04                                        *
    import com.sun.j3d.utils.geometry.Sphere;
    import javax.media.j3d.BranchGroup;
    //import javax.media.j3d.Transform3D;
    import javax.media.j3d.TransformGroup;
    import javax.media.j3d.Alpha;
    import javax.media.j3d.RotationInterpolator;
    import javax.media.j3d.BoundingSphere;
    public class Animation
         public Animation()
         public BranchGroup Rotation(BranchGroup GroupeObj,Sphere UnePlanete,int NbTour,long tps)
              TransformGroup TG = new TransformGroup();
              //Donner la possibilit� a l'objet de bouger
              TG.setCapability(TransformGroup.ALLOW_TRANSFORM_WRITE);
              GroupeObj.addChild(TG);
              // Ajout de la sphere � l'objet charger de l'animation
              TG.addChild(UnePlanete);
              // Configuration du nombre de tour et la vitesse
                        // ici tourne ind�finiment (-1) et prend 60 secondes pour faire un tour
              Alpha alpha = new Alpha(NbTour,tps);
              RotationInterpolator Rotation = new RotationInterpolator(alpha, TG);
              Rotation.setSchedulingBounds(new BoundingSphere());
              GroupeObj.addChild(Rotation);
              return GroupeObj;
         public BranchGroup Rotation(BranchGroup GroupeObj,BranchGroup TG1,int NbTour,long tps)
              TransformGroup TG = new TransformGroup();
              //Donner la possibilit� a l'objet de bouger
              TG.setCapability(TransformGroup.ALLOW_TRANSFORM_WRITE);
              GroupeObj.addChild(TG);
              // Ajout de la sphere � l'objet charger de l'animation
              TG.addChild(TG1);
              // Configuration du nombre de tour et la vitesse
                        // ici tourne ind�finiment (-1) et prend 60 secondes pour faire un tour
              Alpha alpha = new Alpha(NbTour,tps);
              RotationInterpolator Rotation = new RotationInterpolator(alpha, TG);
              Rotation.setSchedulingBounds(new BoundingSphere());
              GroupeObj.addChild(Rotation);
              return GroupeObj;
    class Planete
    *     Auteur : Leli�vre Antoine                                   *
    *     Fichier : Planete.java                                   *
    *     Fonction: Ajouter une plan�te                         *
    *     Date     : 09/02/04                                        *
    import com.sun.j3d.utils.geometry.Sphere;
    import com.sun.j3d.utils.image.TextureLoader;
    import javax.media.j3d.Appearance;
    import javax.media.j3d.ColoringAttributes;
    //import javax.media.j3d.ImageComponent;
    import javax.media.j3d.Texture;
    import javax.media.j3d.Texture2D;
    import javax.media.j3d.TextureAttributes;
    import javax.media.j3d.ImageComponent2D;
    import java.awt.Container;
    public class Planete
         public Planete()
         * Cr�ation d'une nouvelle planete     *
         *     Param�tre: Nom du fichier image *
         *               Rayon de la plan�te     *
         * Renvoie     : l'objet Sphere           *
         public Sphere AjoutPlanete(String NomImage,float Rayon)
              Appearance AppTexture = AjoutTexture(NomImage);
              Sphere NouvellePlanete = new Sphere(Rayon,Sphere.GENERATE_TEXTURE_COORDS,35,AppTexture);
              return NouvellePlanete;
         *     Ajout du texture sur la sphere     *
         * Param�tre: Nom du fichier image *
         *     Renvoi : L'objet Appearance     *
         private Appearance AjoutTexture(String NomImage)
              try
                   Appearance Apparence = new Appearance();
                   // chargement d'une image pour texture
                   TextureLoader loader = new TextureLoader(NomImage,new Container());
                   ImageComponent2D image = loader.getImage();
                   // instanciation de l'objet texture
                   Texture2D texture = new Texture2D(Texture.BASE_LEVEL,Texture.RGBA,image.getWidth(),image.getHeight());
                   texture.setImage(0, image);
                   // ajout de la texture � l'apparence
                   Apparence.setTexture(texture);
                   Apparence.setTextureAttributes(new TextureAttributes());
                   return Apparence;
              catch(NullPointerException e1)
                   // Creation d'une texture uni dans le cas ou le fichier image n'exciste pas
                   Appearance Apparence = new Appearance();
                   ColoringAttributes bleu = new ColoringAttributes();
                   bleu.setColor(0.0f,0.0f,0.8f);
                   Apparence.setColoringAttributes(bleu);
                   return Apparence;
    }

    Couple of suggestions:
    1. Get rid of everything else except the earth and moon. You have too much happening at one time to figure out what is wrong.
    2. Re-post the new slimmer version of your code using the [code ] [code ] tags (without the space after the word 'code') so I can read it. See http://forum.java.sun.com/features.jsp#Formatting for more help.
    3. Don't use .jpg files in your example. I don't have those files so I can't compile your code on my machine.
    4. If you are getting any errors, post the entire stack trace.
    fitz

  • Installing 11gr2 on solaris 11 (problem with packages)

    Hi All
    I am installing oracle 11gr2 on solaris 11 x86.
    During installation I find some packages were missing.
    Our server is not connected to internet.
    I search internet but not found where to download the packages. Please help. thanks.
    Regards,
    Ankit

    downloaded solaris 11 also contains a directory which have all the packages....
    pkgadd -d . SUNWarc SUNWlibms SUNWtoo SUNWi1cs SUNWi15cs SUNWxwfnt SUNWxwplt SUNWmfrun SUNWxwplr SUNWxwdv SUNWgcc SUNWbtool \
    SUNWi1of SUNWhea SUNWlibm SUNWsprot SUNWuiu8 SUNWpool SUNWpoolr
    search for any of the file from above in downloaded solaris 11 and you will get directory of packages.
    Edited by: Niket Kumar on Oct 5, 2012 3:19 AM

Maybe you are looking for