Installation problem sun solaris 9 x86 on intel

I am trying to install sun solaris 9 x86 intel platform edition on my home pc hp e-vectra, configuration is PIII 800 Mhz, 10 GB HDD, 128 MB Ram, 17" color monitor, but it giving me following error :-
BooT Panic: trap type e, error 0 at 117499
Cr0: 800000011, cr1: 4, cr3: 17e000
Eax: 0, ebx: 7e2c, ecx: 0 edx: 16e350
Es: fffffffe, edi: 17dfe0, ebp: 7e40, esp: 7e20
Entering boot debugger:
Please help me, how can I install sun solaris 9 x86 on my HP E-Vectra PC.
Kalpesh Mehta

I had similar problems several months ago. I suspect this happens when host pc does not have floppy drive(or bios somehow misreports it) as it was in my case. Solaris 8 seems to work fine in the same environment, so I keep using it for now. Possible workaround might be to use DCA from Solaris 8: Installation of Sol9 started just fine after I entered Sol8 DCA and asked it to boot from Sol9 CD.
Hope this problem will be fixed in subsequent Sol9 releases.
Victor

Similar Messages

  • Installation problems with Solaris 8 on Intel

    Howdy,
    I am having some problem with my installation of Solaris 8 on Intel. I am installing the system on a P133 (Asus TX97 motherboard). When I first start the installation and perform the system scan I get the following error:
    The PnP ISA: IDE Controller programable device was unable to be programmed.
    This could be caused by two possible reasons:
    - Lack of resouces available
    - There is a conflict with the following already-existing device: 8086,7111 - Bus Mastering IDE Controller
    When I bring up the View/Edit device settings and I scroll to the IDE controller there is an ! mark beside the PCI IDE controller. The controler is specifying: Bus 0, device: 1, function: 1 port 1F0-1F7, 3F6, 170-177, 376, E000-E00F, 0 IRQ 14, 15
    Does anyone have any suggestions on how to resolve this conflict? I tried removing the PCI IDE interface and then installing a ISA IDE interfact (for IRQ: 14, IRQ 15 automatically put a PnP IDE controller there). This seemed to resolve the conflict but then I received a: No Bootable devices have been found.
    If anyone can help out with how to resolve the conflict, or what the No Bootable Devices have been found error it would be greatly appreciated.
    Currently there is a partition set up with NT on it, but I wish to basically get rid of everything on the HD and install Solaris on it. FYI, when I check the HD's in NT it mentions I/0: 1F0-1F7 IRQ 14 and also I/O 170-177 IRQ 15.
    Any help would greatly be appreciated.
    Regards,
    S.

    When I close down Solais in the CDE I am taken back to the logon screen
    and I turn the PC off.Don't do that. If you simply turn off the PC, the OS has no chance to
    write back cached / modified disk data back to the HDD - this is also the
    reason why solaris has to check the filesystems on the next boot and apparently
    has to repair filesystem defects.
    What you have to do is shutdown the machine, before you can power it off.
    Login as user "root" and use the command
    init 5
    or
    halt
    "init 5" will shutdown system services, by executing commands from
    /etc/rc0.d/K* with argument "stop". Then it'll sync all modified disk blocks to
    the HDD, kills all remaining processes and unmounts all filesystems. In this
    state it's safe to power off the machine!
    "halt" is a quick-and-dirty shutdown. It does not stop system services (the
    /etc/rc0.d/K* commands are not run). But, it syncs all modified disk blocks
    to the HDD, kills all processes and unmounts all filesystems. "init 5" is preferred,
    especially if you have services like a database server running on the machine,
    which needs to be cleanly shutdown. On the other hand, with a default solaris
    installation and no extra services, a simple "halt" should be OK.
    Btw. if multiple users are logged in on the machine, you should also have a look
    at the shutdown(1M) command. "shutdown" sends warnings to the logged in
    users that the machine is about to be shut down, ...

  • Oracle 10g R2 installation on sun solaris 10 Sparc machine

    Hi there,
    I encountered the following problem during oracle 10g R2 installation on sun solaris 10 Sparc machine
    Error encountered:
    Using paramFile: /u01/Oracle/10gr2_db_sol/install/oraparam.ini
    Checking installer requirements...
    Checking operating system version: must be 5.8, 5.9 or 5.10. Actual 5.10
    Passed
    Checking Temp space: must be greater than 250 MB. Actual 2266 MB Passed
    Checking swap space: must be greater than 500 MB. Actual 2335 MB Passed
    Checking monitor: must be configured to display at least 256 colors Failed <<<<
    >>> Could not execute auto check for display colors using command /usr/openwin/bin/xdpyinfo. Check if the DISPLAY variable is set.
    Some requirement checks failed. You must fulfill these requirements before
    continuing with the installation,at which time they will be rechecked.
    Continue? (y/n) [n]
    The following were the steps taken before encountering the above error
    1. logged into a workstation
    2. From its xterm terminal I logged to the oracle server via ssh oracle@ip
    3. keyed in the following at the command prompt
    DISPLAY=machine_name:0.0; export DISPLAY
    4. executed the following from the command prompt
    ./runInstaller
    Note: when executing the ./runInstaller, the preinstallation checking just hangs at Checking monitor: must be configured to display at least 256 colors. But the log file shows it failed during preinstallation checking as shown in Error encountered
    Please help me with this problem.
    Thank you
    Ravindran Kanniah

    It is because of UNIX shell. I also faced this error during installation.
    First check your shell by the following command.
    $ echo $SHELL
    Then select the below.
    For csh shell
    $ setenv DISPLAY 192.168.1.128:0.0
    $ export DISPLAY
    For sh,ksh and bash
    $ DISPLAY=192.168.1.128:0.0
    $ export DISPLAY
    After you do this check the value of DISPLAY variable.
    $ echo $DISPLAY
    If the DISPLAY variable is set then run ./runInstaller.
    One advice: Keep a complete log of your terminal session. This will help you in future :)
    -aijaz

  • How to upgrade oracle 32 to 64 bit on sun solaris x86 64 bit OS?

    Hi,
    I want to upgrade/convert 32 bit Oracle Database 10.2.0.2 to 64 bit database. Existing 32 bit database is RAC and it is running on Sun Solaris X86 64 bit OS.
    First, I want to know is it possible?
    If yes, then what are the exact steps?

    Hi,
    Such a migration can be done, just follow the steps in Metalink note 62290.1
    It is important to remember that 64-bit database requires more shared pool memory so you should increase your shared pool size.
    Liron Amitzi
    Senior DBA consultant
    [www.dbsnaps.com]
    [www.orbiumsoftware.com]
    Edited by: Liron Amitzi on Jul 1, 2009 3:08 PM

  • Gcc 4.2.1 sun solaris x86

    We installed gcc 4.2.1 on sun solaris x86, but it does give me thousand of errors related to error lib and including. It used to be working under old version 3.4.3 compiler.
    Here is an sample error(even the basic string function" strcmp" is not recongnized):
    /lib/gcc/sparc-sun-solaris2.10/bits/c++locale.h: error: strcmp is not a member of std"
    It turns out all the stand libraries are not compiled correctly.
    Please help
    Thanks ahead

    fq_wjx wrote:
    The info on Sun gcc download page is really confusing, the gcc will work on solaris x86 and the compiled executable can ONLY be executed on SPARC server. What a frustrating experience!Could you please let us know which page is that? Because the one I found - called "Product Downloads GCC For SPARC Systems" has SPARC written all over it:
    http://www.sun.com/download/products.xml?id=43fb4c75

  • UCM 10gR3 installation problem on Solaris

    Hi,
    I have a problem installing Oracle Content Server 10gR3. When I run the setup script:
    *$ cd <path>/UCM/ContentServer/solaris-x86/*
    *$ ./setup.sh*
    I get the following error:
    Exception in thread "main" java.lang.NoClassDefFoundError: Installer
    I am running Solaris 10 on VirtualBox, and I have Oracle Database 10gR2 Installed. JDK 1.5.0_20 is installed with Solaris, but I have tried different JDK's, with no use.
    I tried setting the CLASSPATH environment variable to ".;/usr/jdk/latest/lib;/usr/jdk/latest/jre/lib", and running the script again, but I got the same result.
    Any Ideas?
    Thanks in Advance.
    Ayman Madkour
    Edited by: Ayman Madkour on Nov 2, 2010 9:05 AM

    hi,
    we are working production environment, for that reason we have to install UCM 10gR3 on sun solaries OS.
    UCM 11g will it support SUN Solaries OS ??
    can you provide me for UCM Installation guide on sun solaries OS.
    its very urgent requirement.please provide installation guide for SUN SOLARIES V.10 asap.
    Thanks in advance.
    Edited by: 792821 on Nov 30, 2010 11:20 AM

  • Installation problems on Solaris 9

    I am having issues installing the base software and can't seen to figure
    out how get past this. The error message from the installation log is as
    follows:
    Accept terms of Software License Agreement? [R] y
    pwd: cannot determine current directory!
    /tmp/installwnaWXF/checkinstallynaWXF: no home directory
    Error during installation. Setup will now exit.
    Please correct any errors described in /tmp/tta_inst.log, and then try
    again.
    Cleaning up temporary files...
    # cat /tmp/tta_inst.log
    **snip**
    Processing package instance <tta> from </tmp/ttainst_1/ttapkg.15978/pkg>
    Tarantella Secure Global Desktop Enterprise Edition for SPARC Solaris 2.8+
    (SPARC) 4.10.903
    Tarantella, Inc.
    pkgadd: ERROR: request script did not complete successfully
    Installation of <tta> failed.
    No changes were made to the system.
    Script detail for package <tta>
    ---> checkinstallynaWXF
    Any help from here would be appreciated.
    gavin

    from the diagnostic details:
    Architecture           spso0509
    Host           SunOS e220r 5.9 Generic_117171-17 sun4u sparc SUNW,Ultra-60
    Package           Tarantella Secure Global Desktop Enterprise Edition for
    SPARC Solaris 2.8+ (4.10.903)
    Package           Tarantella Secure Global Desktop Enterprise Edition Andrew
    Fonts (4.10.903)
    Package           Tarantella Secure Global Desktop Enterprise Edition Hangul
    Fonts (4.10.903)
    Package           Tarantella Secure Global Desktop Enterprise Edition Platform
    Identity Pack for SPARC Solaris 2.8+ (4.10.903)
    Package           Tarantella Secure Global Desktop Enterprise Edition Security
    Pack for SPARC Solaris 2.8+ (4.10.903)
    Package           Tarantella Secure Global Desktop Enterprise Edition Windows
    Connectivity Pack for SPARC Solaris 2.8+ (4.10.903)
    Bill Weir wrote:
    Gavin,
    Glad you're sorted. Can you confirm that it is 4.10.903 you are using
    (not 4.00.903)? I'm concerned if this installation problem is still
    present in the later version.
    Bill
    Gavin Westermann wrote on 31/08/2005 05:00:
    Bill - that seems to have done the trick! the installation is now running.
    Thanks so much for this.I am running a pair of Sun Ray 170's on my desk
    here at home mated to an E220R. I am hoping to use Tarantella to be able
    to access and run apps on a win3k server in the same rack.
    Gavin
    Bill Weir wrote:
    Gavin,
    This looks like a known problem with TTA 4.00.903 and some Solaris
    patches which were distributed at about the same time. However, you say
    you're using 4.10.903, and as far as I know the problem should be fixed
    in that version.
    You could try the workaround described in
    http://www.tarantella.com/documentation/sgd/ee/4.0/install.html - search
    for "tta_pkgadd" on that page and follow the instructions given there.
    Regards,
    Bill Weir, Sun Microsystems Inc.
    Gavin Westermann wrote on 30/08/2005 05:06:
    I am having issues installing the base software and can't seen to figure
    out how get past this. The error message from the installation log is as
    follows:
    Accept terms of Software License Agreement? [R] y
    pwd: cannot determine current directory!
    /tmp/installwnaWXF/checkinstallynaWXF: no home directory
    Error during installation. Setup will now exit.
    Please correct any errors described in /tmp/tta_inst.log, and then try
    again.
    Cleaning up temporary files...
    # cat /tmp/tta_inst.log
    **snip**
    Processing package instance <tta> from </tmp>
    Tarantella Secure Global Desktop Enterprise Edition for SPARC Solaris 2.8+
    (SPARC) 4.10.903
    Tarantella, Inc.
    pkgadd: ERROR: request script did not complete successfully
    Installation of <tta> failed.
    No changes were made to the system.
    Script detail for package <tta>
    ---> checkinstallynaWXF
    Any help from here would be appreciated.
    gavin

  • Content Server 6.0  Installation problem on Solaris

    When I installed Content_Server_6.0_SP1_solaris_oracle on Solaris 10 ,I get the following error in log file.
    dbg Bundled JRE is not binary compatible with host OS/Arch or it is corrupt. Testing bundled JRE failed.
    How can I resolve it
    please help me.
    Regards
    Sandeep

    If I installed any installer for sparc Machine on x86.is there any problem.My Solaris machine is x86.
    thanx.
    Regards
    Sandeep.

  • Siebel 8 installation on Sun Solaris 10 - Siebel server failed

    Hi Expert,
    I am currently installing Siebel 8.0.0.0 on Sun Solaris 10.
    I had successfully configured a New Gateway Name Server, a New Enterpise in a Gateway Name Server and a New Siebel Web Server Extension Logical Profile.
    Then, I tried to configure a Siebel Server, however the result of that is Execution Failed and popup the following error message:
    Setup.product.install, Utility, err, unable to launch: "ksh export LD_LIBRARY_PATH=/siebel/siebelv8/siebsrvr/lib;PATH=${PATH}:.;/var/tmp/isjAAAC8aGVc/bin/java -Dtemp.dir=/var/tmp -cp /siebel/siebelv8/siebsrvr/bin/setup.jar run -args LANG=ENU REPEAT=FALSE MODE=LIVE MODEL_FILE=/siebel/siebelv8/siebsrvr/admin/siebel_server_sia.scm" error code: "255"(SBL-STJ-00152)
    I have tried to uninstall Siebel and re-install Siebel couple of times. I got the above same error all the time.
    Searching on supportWeb, I don't find much information regarding "error code: "255"(SBL-STJ-00152)"
    Does anyone know what does "error code: "255"" mean?
    Does anyone have any ideas on how to resolve it?
    Appreciate all your help.
    Thanks in advance!!

    No....I don't find any port conflict.
    However, in the log.txt I saw the following error at the beginning of the log:
    (Apr 30, 2008 11:03:40 AM), Setup.product.install, Utility, msg1, Launching: hostname
    (Apr 30, 2008 11:03:41 AM), Setup.product.install, Initialize, err, Unable to determine OS Service Level.(SBL-STJ-00176)
    ServiceException: (error code = 305; severity = 0)
    (Apr 30, 2008 11:03:55 AM), Setup.product.install, Utility, msg1, Launching: ksh -c env | grep SIEBEL
    (Apr 30, 2008 11:04:18 AM), Setup.product.install, Utility, msg1, Launching: groups
    (Apr 30, 2008 11:04:19 AM), Setup.product.install, Utility, msg1, Launching: groups
    (Apr 30, 2008 11:06:03 AM), Setup.product.install, Utility, msg1, Launching: ksh -c uname -r
    (Apr 30, 2008 11:06:03 AM), Setup.product.install, CheckPrerequisites, err, Solaris.Base.OS required version 5.9, version found: 5.10
    (Apr 30, 2008 11:06:03 AM), Setup.product.install, CheckPrerequisites, wrn, Solaris.Base.OS is not installed. Sun Solaris 9 or above is required to install Siebel Applications
    (Apr 30, 2008 11:06:05 AM), Setup.product.install, ConfigureBuildType, err, ServiceException: (error code = 315; message = "product bean Db\CONFIG does not exist"; severity = 0)
    (Apr 30, 2008 11:06:05 AM), Setup.product.install, ConfigureBuildType, err, ServiceException: (error code = 315; message = "product bean Eai\CONFIG does not exist"; severity = 0)
    Not sure if that is a problem but the installation went fine.
    Just when I tried to configure Siebel Server, I got the execution failed with the error that I mentioned in my first posting.

  • MUT-03010 during installation on SUN solaris

    Hi,
    I am trying to install a 4.7 system with DB2 on a Sun Solaris server.
    In the database installation on u201CDB2 UDB update database configuration before loadu201D stage, I keep getting the following error:
    ERROR      2008-07-22 13:49:09
               CJSlibModule::writeError_impl()
    MUT-03010  Execution of the command "db2 -tvf update_db_cfg.sql -r update_db_cfg.res -z update_db_cfg.out" finished with status TST_ERROR.
    I couldnu2019t find any reference to this issue anywhere.
    I tried dropping the database & restarting but that didnu2019t help.
    Thanks for your help.
    Yoav Zilberman

    Hi Yoav,
    SQL1390C  The environment variable DB2INSTANCE is not defined or is invalid.
    please check your environment settings.
    The SAP processes will find the DB2 CLI libraries either through
    (1) >= 7.00 kernel only
    /usr/sap/<SID>/global/db6/                ( default path for DB2 CLI driver )
    (2)
    DB2INSTANCE = db2<dbsid>            ( DB2 runtime client )
    In this case the instance directory ~$DB2INSTANCE/sqllib  needs to exist .
    (3) >= 7.00 kernel only
    DB2_CLI_DRIVER_INSTALL_PATH    ( CLI driver path )
    If none of those can be applied. The libraries may be found using the LD_LIBRARY_PATH .
    In this case the libraries can be loaded but the message files can not be found and every SQL error results in SQL10007N .
    Regards
                   Frank

  • Hardware system specifications for 11i installation on Sun Solaris

    Please advise the hardware system requirements like CPU(s), CPU speed advised, disk space, memory, etc for proper performance of 11i on a Sun Solaris machine.
    Thanks
    Prasad

    YOU HAVE TO SET THE UNIX VARIBLE DISPLAY=hostname:0.0; export DISPLAY
    and then execute "xhosts +" before starting the Rapidwiz.
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Ketul Trivedi ([email protected]):
    We are trying to do fresh installation of Oracle Financials 11i using rapid install. Rapid install asks for all parameters (APPL_TOP, COMMON_TOP, etc) and then at one point of it will ask to save the installation script or to start the installation with rapid installer.
    We opted for creating the installation scripts and the first line in the script is:
    su oracle -c "/apps/stageing/disk1/orclapp01/rapidwiz/../install/runInstaller -responseFile /apps/oracle/installInfo/rapidinstall/tellme/agniorawdb.rsp"
    We get following error while running this:
    # su oracle -c "/apps/stageing/disk1/orclapp01/rapidwiz/../install/runInstaller
    -r
    esponseFile /apps/oracle/installInfo/rapidinstall/tellme/agniorawdb.rsp"
    Initializing Java Virtual Machine from ../stage/Components/oracle.swd.jre/1.1.8.10/1/DataFiles/Expanded/jre/solaris/bin/jre. Please wait...
    Xlib: connection to ":0.0" refused by server
    Xlib: Client is not authorized to connect to Server
    java.lang.InternalError: Can't connect to X11 window server using ':0.0' as the
    value of the DISPLAY variable.
    at sun.awt.motif.MToolkit.<init>(Compiled Code)
    at java.awt.Toolkit.getDefaultToolkit(Compiled Code)
    at oracle.sysman.oii.oiif.oiifm.OiifmSplashScreen.getImage(Compiled Code
    at oracle.sysman.oii.oiif.oiifm.OiifmSplashScreen.<init>(Compiled Code)
    at oracle.sysman.oii.oiic.OiicInstaller.main(Compiled Code)
    Any one have any idea?
    Would appreciate response.
    Thanks,
    Ketul.<HR></BLOCKQUOTE>
    null

  • Sun Solaris X86 and 10.2

    Hello,
    do anybody know when 10.2.0.1 for 10.2 Solaris x86 will be available?
    I did not find any informations on metalink....
    Thanks and Regards

    Hi,
    Certification for 10gR2 on Solaris Operating System x86 Version 10 is planned for february 2006...
    Nicolas.

  • Oracle 9i Installation on Sun Solaris

    Can somebody help me find/provide the list of patches that need to be applied at the operating system level on Sun Solaris for 9i instllation? Please send me a URL if anybody knows where to find the list?
    Thanks

    go to this URL below and find a short list document for Oracle9i on Solaris.
    http://www.dbspecialists.com/

  • Sun Studio 11 Installation Problem on Solaris 9

    Hi
    I am installing Sun Studio11 on Solaris 9 SPARC Platform using -nodisplay option. The command line output is showing as installation is success.
    But when I see the install log file I am seeing the following errors.
    Begin------------------------------------------------------------------------------------------
    Installing Package: SPROcpl
    Processing package instance <SPROcpl> from </mcc/app/ds/Compiler/CD1/kits/ide/packages>
    Sun Studio 11 C++ Compiler
    (sparc) 11.0,REV=2005.10.13
    Using </mcc/app/ds/sunstudio11> as the package base directory.
    ## Processing package information.
    ## Processing system information.
    ## Verifying package dependencies.
    ## Verifying disk space requirements.
    Installing Sun Studio 11 C++ Compiler as <SPROcpl>
    ## Installing part 1 of 1.
    WARNING: /mcc/app/ds/sunstudio11/SUNWspro/inventory/v15n1/SPROcpl <not present on Read Only file system>
    WARNING: /mcc/app/ds/sunstudio11/SUNWspro/prod/bin/CC <not present on Read Only file system>
    WARNING: /mcc/app/ds/sunstudio11/SUNWspro/prod/bin/CCadmin <not present on Read Only file system>
    WARNING: /mcc/app/ds/sunstudio11/SUNWspro/prod/bin/CClink <not present on Read Only file system>
    WARNING: /mcc/app/ds/sunstudio11/SUNWspro/prod/bin/c++filt <not present on Read Only file system>
    WARNING: /mcc/app/ds/sunstudio11/SUNWspro/prod/bin/ccfe <not present on Read Only file system>
    End ------------------------------------------------------------------------------------------
    The above errors are coming for almost all the packages / components.
    Also I am not seeing any files created in <installdir>/SUNWspro/prod/bin folder.
    Thanks in advance

    Give this a whizz:
    for a in `pkginfo | nawk '/SPRO/{print $2}'` ; do pkgchk $a ; doneDoes it report anything? If it doesn't, I wouldn't lose too much sleep over the warnings.
    Paul

  • Installation problem on Solaris

    I am trying to install sun one 7.0 on Solaris 8. The install is failing with this error:
    ERROR - library load failed with following error: Can't load library: /opt/SUNWappserver7/lib/libinstallCore.so
    INFO - End core server uninstallation
    anyone know what causes this??
    cheers

    Looks like Solaris package installation failed and installer reverted to uninstallation sequence. For low level pkgadd log please check /var/sadm/install/logs/Sun_ONE_Application_Server_install.B<timestamp> file (timestamp is date and time of your installation attempt in mmddHHMM format).
    Look for any errors in this file. Most likely thing that could have happened is that the installation of Java Help (SUNWjhrt) package failed because you didn't have existing package based J2SE installation on the system. If that's the case, workaround is to either preinstall package based J2SE installation or to selected option to install bundled J2SE that comes with application server.

Maybe you are looking for