Installing gcc solaris 8 sparc

Please help - I'm going nuts! I've installed the software via pkgadd, verified it's all where it should be. Altered the path manually on the command line (I'm unsure how/where to permanently change the path), however I'm still getting the errors:
checking for gcc... no
checking for cc... no
configure: error: no acceptable cc found in $PATH
Please help as I'm going insane! Any assistance would be greatly appreciated!
Newbie Sys Admin (chucked in the deep end!)

Instead of a pkgadd for gcc, you may want to try compiling it for the version and platform of Solaris you need to use it for.
Obtain the *.gz version of gcc and unzip it. (If you obtained the application that has "local" somewhere in the name, this is the pkgadd version). Next you will need to untar it (should have *.tar on the end). After its been untar'd, there should be a "configure" script... run it. After that, you will need to run "make", and then follow with "make install".
I experiences problems using pkg'd versions of certain types of software. Compiling them has worked out better!
I haven't compiled gcc in a long time, however, I believe my instructions are correct. To find out what you need to do, check the "README" file in the directory after you un-tar the *.tar file.

Similar Messages

  • OEPE Install for Solaris Sparc 64 bit

    Hello Experts,
    OEPE (Oracle Enterprise Plug-in for Eclipse) issue....
    We have installed the below @ Sun Solaris 10, Sparc 64 Bit.
    Web Logic 10.3.6
    SOA 11.1.1.6.0
    AIA 11.1.1.6.0
    trying to install OSB (Oracle Service Bus) and it asks about the OEPE Install location and gave an error.
    INST-07246 -- Enter a Valid value for OEPE Home location..
    We have NOT installed OEPE, because it is NOT available for the version and the platform we have.
    The OTN doc says as below:
    Oracle WebLogic Server 11gR1 (10.3.6) + Coherence - Package Installer Size: .99 GB, Check Sum: 3179053739
    This download provides a WebLogic Server generic installer. This installer does not include a JVM/JDK or Oracle Enterprise Plug-in for Eclipse, these must be installed separately.
    Question(s):
    1) Where can I get the OEPE for Solaris 64 bit and SOA 11.1.1.6.0?
    2) Any other workaround for the OSB install issue??
    Thanks a lot
    Rgds
    Natrajan

    Hi Natrajan,
    I don't think there is a Oracle packaged OEPE for Solaris 64... There is a Linux 64 though, but I don't think that is what you looking for...
    Here you can see the available packages
    http://www.oracle.com/technetwork/developer-tools/eclipse/downloads/index.html
    What you can do is to install Eclipse for Solaris... and then go to the link above and download a package "OEPE Plugins Only" and apply the plugins to your Eclipse
    http://archive.eclipse.org/eclipse/downloads/drops/R-3.6-201006080911/solPlatform.php
    Cheers,
    Vlad
    It is considered good etiquette to reward answerers with points (as "helpful" - 5 pts - or "correct" - 10pts)
    https://forums.oracle.com/forums/ann.jspa?annID=893

  • Installing gcc 4.7.2 on Solaris 10

    Solaris 10 shipped with an old gcc, probably version 3.7.2, under /usr/sfw/bin. My project required to be built by gcc >=4.3 to be compiled successfully. Therefore, I installed a pre-compiled gcc 3.4.6 from [sunfreeware.com|sunfreeware.com] and successfully compiled latest version (2.23.1) of GNU binutils. Also I could successfully build GMP, MPC, MPFR libraries required as a pre-requisite to compile gcc. But, I get the error message as follows: (Last few lines of several KBs of 'make' log)
    */home/Dip/Workspace/gcc-build/./gcc/xgcc -B/home/Dip/Workspace/gcc-build/./gcc/ -B/usr/local/sparc-sun-solaris2.10/bin/ -B/usr/local/sparc-sun-solaris2.10/lib/ -isystem /usr/local/sparc-sun-solaris2.10/include -isystem /usr/local/sparc-sun-solaris2.10/sys-include -g -O2 -m64 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fPIC -I. -I. -I../../.././gcc -I../../../../gcc-4.7.2/libgcc -I../../../../gcc-4.7.2/libgcc/. -I../../../../gcc-4.7.2/libgcc/../gcc -I../../../../gcc-4.7.2/libgcc/../include -DHAVE_CC_TLS -o ctors.o -MT ctors.o -MD -MP -MF ctors.dep -DLctors -c ../../../../gcc-4.7.2/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS*
    */home/Dip/Workspace/gcc-build/./gcc/xgcc -B/home/Dip/Workspace/gcc-build/./gcc/ -B/usr/local/sparc-sun-solaris2.10/bin/ -B/usr/local/sparc-sun-solaris2.10/lib/ -isystem /usr/local/sparc-sun-solaris2.10/include -isystem /usr/local/sparc-sun-solaris2.10/sys-include -g -O2 -m64 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fPIC -I. -I. -I../../.././gcc -I../../../../gcc-4.7.2/libgcc -I../../../../gcc-4.7.2/libgcc/. -I../../../../gcc-4.7.2/libgcc/../gcc -I../../../../gcc-4.7.2/libgcc/../include -DHAVE_CC_TLS -o ffssi2.o -MT ffssi2.o -MD -MP -MF ffssi2.dep -DLffssi2 -c ../../../../gcc-4.7.2/libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS*
    */var/tmp//ccT2zOsO.s: Assembler messages:*
    */var/tmp//ccT2zOsO.s:636: Error: unknown pseudo-op: `.group'*
    make[5]: ** [_ffssi2.o] Error 1*
    make[5]: Leaving directory `/home/Dip/Workspace/gcc-build/sparc-sun-solaris2.10/sparcv9/libgcc'
    make[4]: ** [multi-do] Error 1*
    make[4]: Leaving directory `/home/Dip/Workspace/gcc-build/sparc-sun-solaris2.10/libgcc'
    make[3]: ** [all-multi] Error 2*
    make[3]: Leaving directory `/home/Dip/Workspace/gcc-build/sparc-sun-solaris2.10/libgcc'
    make[2]: ** [all-stage1-target-libgcc] Error 2*
    make[2]: Leaving directory `/home/Dip/Workspace/gcc-build'
    make[1]: ** [stage1-bubble] Error 2*
    make[1]: Leaving directory `/home/Dip/Workspace/gcc-build'
    make: ** [all] Error 2*
    Does that ring any bell? Has anyone been able to build gcc >=4.3 from source under Solaris 10 successfully? Please suggest. My project urgently needs it, but all the activities are stalled.
    Edited by: Holmes.Sherlock on Dec 5, 2012 8:20 PM

    Ok thanks,
    I am not aware of any difference that would cause such
    a problem. Maybe someone else has more information.
    One thought would be to run test_mutex (a standalone mutex
    test for Berkeley DB mutexes) on both systems. You can find
    this in your distribution at: db-4.7.25/mutex/test_mutex.c
    Thanks,
    Sandra

  • How to install Apache Web Server with PHP on Sun Solaris Sparc machine

    Hi,
    We are trying to install the Apache Web Server and the PHP package on a Sun Solaris Sparc machine running on SunOS 5.8. We are having compilation problems with the source code of both these packages.
    Does anybody know if there are ready solaris packages for Apache and PHP available from where we can download and install instead of source code compilation?
    Or any instructions / things to watch for when installing Apache with PHP (if anybody has tried installing Apache with PHP on Sun Solaris earlier) is most welcome.
    Thanks,
    Harish

    Apache should be bundled along with Solaris check in "/var/apache" in Solaris 8 and Solaris 9
    php is available at www.php.net
    I found an old document for installing PHP maybe this will help.
    Cheers
    -Dhruva
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++Installing PHP 3.x for Apache 1.x.x on Solaris
    Introduction
    This document describes how to install PHP for Apache on Solaris.
    You should have Apache installed before trying to install PHP.
    If you want to use PHP with MySQL then you must install MySQL first.
    Before we Begin
    1. These instructions assume that you have Apache installed according to instructions.
    Getting PHP
    1. You must be logged in as root to perform this installation.
    su root
    2. I save all my downloads in:
    /usr/local/dist
    If you don't already have one, you may need to create that directory now:
    mkdir /usr/local/dist
    3. You can get PHP 3.0.14 from here(www.php.net).
    cd /usr/local/dist
    ftp ftp.php.net
    cd pub/distributions
    bin
    get php-3.0.14.tar.gz
    bye
    Installing PHP
    1. We will install PHP in /usr/local/build, but use a tricky tar command
    to do it in on hit from the download directory:
    cd /usr/local/dist
    tar xvfz php-3.0.12.tar.gz -C ../build
    Compiling PHP
    1. First let's get where the action is:
    cd /usr/local/build/php-3.0.14
    2. You now have 3 options:
    * Simple PHP install without MySQL - goto step 3
    * Simple PHP install with MySQL - goto step 4
    * Custom PHP install - goto step 5
    3. Simple PHP install without MySQL. Next, jump to step 6.
    ./configure --with-apache=../apache_1.3.12
    4. Simple PHP install with MySQL. MySQL must be installed before you can configure PHP to use it. I recommend that MySQL should always be reachable with /usr/local/mysql. Even if you install it else where you
    should create a symbolic link from /usr/local/mysql. Otherwise the compiler can have problems finding the mysqlclient library. The command
    should look like this:
    ./configure with-mysql=/usr/local/mysql with-apache=../apache_1.3.12
    Next, jump to step 6.
    5. Custom PHP install. Take a look at the available configuration directives by using this command:
    ./configure --help
    6. Now we can make the PHP executable. This may take a while.
    make
    7. Now we install the PHP module with:
    make install
    Adding the PHP Module to Apache
    1. Now we have to setup Apache to include the PHP module:
    cd ../apache_1.3.12
    2. Re-configure Apache to use the PHP module. You should use your previous Apache configure command along with the PHP activate module directive.
    You can see your previous Apache configure command by doing:
    cat config.status
    You can configure Apache using the previous command with the added PHP module by doing:
    ./config.status --activate-module=src/modules/php3/libphp3.a
    If you used the simple Apache install from instructions the command will look like this:
    ./configure prefix=/usr/local/apache activate-module=src/modules/php3/libphp3.a
    3. Make and install Apache with PHP enabled:
    make
    4. We need to stop the server before installing the files:
    /usr/local/apache/bin/apachectl stop
    5. Now we can install the new binaries:
    make install
    6. Start apache again (now running the new php enabled version):
    /usr/local/apache/bin/apachectl start
    Setting Up PHP
    1. We have to tell Apache to pass certain file extensions to PHP. We do this in Apache's httpd.conf file.
    cd /usr/local/apache/conf
    2. Edit the httpd.conf file. If you do a search for php you will find a couple of commented out lines telling Apache to use the PHP module. You should uncomment them to look like this.
    AddType application/x-httpd-php3 .php3
    AddType application/x-httpd-php3-source .phps
    3. I prefer to use the extension .phtml, you can use whatever extension you like (even .html) by adding lines to httpd.conf like this:
    AddType application/x-httpd-php3 .phtml
    Check that it Works
    1. We have to restart Apache to make these changes take effect on the running server.
    cd /usr/local/apache/bin
    ./apachectl restart
    2. Apache should now be running with PHP enabled. The server version should include PHP/3.0b2.
    ./apachectl status
    Apache Server Status for dev.synop.com
    Server Version: Apache/1.3.9 (Unix) PHP/3.0.12
    Server Built: Oct 25 1999 00:37:07
    3. Now it is time to test PHP with a page. The simplest thing to do is create a page called test.php3. My file is here. This file contains the
    following text:
    <?php phpinfo(); ?>
    4. Point your browser at this file on the virtual host which you used:
    http://localhost/test.php3

  • Installing gcc on solaris 10

    hi,
    i have a problem when trying to install gcc on solaris 10.
    my path:
    PATH=/usr/sbin:/usr/bin:/usr/sfw/bin:/usr/sfw/lib:/usr/sfw/libexec
    # gcc test.c
    gcc: installation problem, cannot exec `as': No such file or directory
    i don't know what the problem is, please help
    thks

    i have a problem when trying to install gcc on solaris 10.Solaris 10's bundled gcc in /usr/sfw/bin/gcc?
    my path:
    PATH=/usr/sbin:/usr/bin:/usr/sfw/bin:/usr/sfw/lib:/usr/sfw/libexec/usr/sfw/lib and /usr/sfw/libexec can probably be deleted from
    $PATH, the executables are in /usr/sfw/bin.
    # gcc test.c
    gcc: installation problem, cannot exec `as': No such
    file or directory/usr/sfw/bin/gcc needs the GNU assembler, and it should be
    install as /usr/sfw/bin/gas. Do you have the Solaris 10 package
    SUNWbinutils installed?
    % pkgchk -l -p /usr/sfw/bin/gas
    Pathname: /usr/sfw/bin/gas
    Type: regular file
    Expected mode: 0555
    Expected owner: root
    Expected group: bin
    Expected file size (bytes): 613844
    Expected sum(1) of contents: 49903
    Expected last modification: Jan 23 02:53:41 2005
    Referenced by the following packages:
    SUNWbinutils
    Current status: installed

  • ERROR install oracle database 10gR2 in solaris sparc 64

    Dear All,
    I got error when installing oracle database 10gR2 on solaris sparc 64.
    these are the messages:
    /usr/ccs/bin/make -f ins_precomp.mk relink ORACLE_HOME=/usr/app/oracle/product/10.2.0/db_1 EXENAME=proc/Linking /usr/app/oracle/product/10.2.0/db_1/precomp/li
    b/proc
    ld: fatal: file /usr/app/oracle/product/10.2.0/db_1/lib32/libclntsh.so: unknown file type
    ld: fatal: File processing errors. No output written to /usr/app/oracle/product/10.2.0/db_1/precomp/lib/proc
    *** Error code 1
    The following command caused the error:
    echo "Linking /usr/app/oracle/product/10.2.0/db_1/precomp/lib/proc"; \
    rm -f /usr/app/oracle/product/10.2.0/db_1/precomp/lib/proc; \
    /usr/ccs/bin/ld -o /usr/app/oracle/product/10.2.0/db_1/precomp/lib/proc -L/usr/app/oracle/product/10.2.0/db_1/precomp/lib/ -L/usr/app/oracle/product/10.2
    .0/db_1/lib/ -dy /usr/app/oracle/product/10.2.0/db_1/lib/prod/lib/v9/crti.o /usr/app/oracle/product/10.2.0/db_1/lib/prod/lib/v9/crt1.o /usr/app/oracle/product
    /10.2.0/db_1/lib/s0main.o /usr/app/oracle/product/10.2.0/db_1/precomp/lib/pdc.o /usr/app/oracle/product/10.2.0/db_1/precomp/lib/pds.o /usr/app/oracle/product/
    10.2.0/db_1/precomp/lib/libproc2.a /usr/app/oracle/product/10.2.0/db_1/lib/libslax10.a /usr/app/oracle/product/10.2.0/db_1/precomp/lib/libpgp.a -lpls10 -lplp
    10 /usr/app/oracle/product/10.2.0/db_1/lib/libplc10.a -lsnls10 -lunls10 -lnls10 /usr/app/oracle/product/10.2.0/db_1/rdbms/lib/kpudfo.o -lclntsh `cat /usr/ap
    p/oracle/product/10.2.0/db_1/lib/ldflags` -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lnro10 `cat /usr/app/oracle/product/10.2.0/db_1/lib/
    ldflags` -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lclient10 -lnnetd10 -lvsn10 -lcommon10 -lgeneric10 -lmm -lsnls10 -lnls10 -lcore10
    -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lxml10 -lcore10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 `cat /usr/app/oracle/product/10.2.0/db_1/lib/ldflags`
    -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lnro10 `cat /usr/app/oracle/product/10.2.0/db_1/lib/ldflags` -lnsslb10 -lncrypt10 -lnsgr10
    -lnzjs10 -ln10 -lnnz10 -lnl10 -lclient10 -lnnetd10 -lvsn10 -lcommon10 -lgeneric10 -lpls10 -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lcore10 -lsnls10 -
    lnls10 -lxml10 -lcore10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 -lclient10 -lnnetd10 -lvsn10 -lcommon10 -lgeneric10 -lsnls10 -lnls10 -lcore10 -lsnls10
    -lnls10 -lcore10 -lsnls10 -lnls10 -lxml10 -lcore10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 `cat /usr/app/oracle/product/10.2.0/db_1/lib/sysliblist` -R
    /opt/SUNWcluster/lib/sparcv9:/usr/app/oracle/product/10.2.0/db_1/lib:/opt/ORCLcluster/lib/ -Y P,:/opt/SUNWcluster/lib/sparcv9:/opt/ORCLcluster/lib/:/usr/ccs
    /lib/sparcv9:/usr/lib/sparcv9 -Qy -lc -laio -lposix4 -lm /usr/app/oracle/product/10.2.0/db_1/lib/prod/lib/v9/crtn.o; \
    /bin/chmod 755 /usr/app/oracle/product/10.2.0/db_1/precomp/lib/proc
    make: Fatal error: Command failed for target `/usr/app/oracle/product/10.2.0/db_1/precomp/lib/proc'
    /usr/ccs/bin/make -f ins_precomp.mk relink ORACLE_HOME=/usr/app/oracle/product/10.2.0/db_1 EXENAME=proc/Linking /usr/app/oracle/product/10.2.0/db_1/precomp/li
    b/proc
    ld: fatal: file /usr/app/oracle/product/10.2.0/db_1/lib32/libclntsh.so: unknown file type
    ld: fatal: File processing errors. No output written to /usr/app/oracle/product/10.2.0/db_1/precomp/lib/proc
    *** Error code 1
    any help would be appreciate.
    Thank you
    Regards,
    Spirit

    I'm not sure with the solaris sparc 64.
    but the most common problem with Linux x86_64 which I assume probably similar. that type of error caused by
    you have to install glibc-devel-32 bit and libstdc++-devel 32 bit together with your 64 bit. both libraries required by the Oracle to solve the linking problem.
    http://forums.oracle.com/forums/thread.jspa?messageID=1254866
    probably it will help you.
    sorry, this is just my guessing of your problem.
    thanks

  • Installing Network Adapter in Solaris (SPARC)

    As I understand, HCL is only for x86 Solaris.
    And what about analog for SPARC?
    Actually, which Models of PCI Network Adapters can I install into my SPARC, and Solaris will support it?

    Hello Vassiliy,
    please don't double post !
    Please read my answer to your enquiry
    There is no elxl driver in /dev directory...
    http://forum.sun.com/thread.jspa?threadID=21382
    The supported Sun Hardware is listed in the Sun System Handbook / Full Components List of your system, for example Blade 2500
    http://sunsolve.sun.com/handbook_pub/Systems/SunBlade2500/components.html
    Actually, which Models of PCI Network Adapters can I install into my SPARC, and Solaris will support it?
    Information about 3rd-party Hardware can be found on the following page
    Third Party I/O Solutions
    http://www.sun.com/io_technologies/ihvindex.html
    Michael

  • Install ADF 11.1.2.1 on SOLARIS SPARC?

    I want to install ADF 11.1.2.1 but only find 11.1.1.5 installer that Work with solaris sparc
    What can i do??

    Ahh sorry... My bad.
    I am using firefox 10 which seems not supported yet.
    I tried on IE 9 and chrome and it's working fine there.
    I will try with firefox 4 and post here in case if I find any issue.

  • Error on Install on JRockit on Solaris SPARC, OS 5.8

    ON attempting to install JRockit V5 Release 26.3.0 the JDK, 1.5.06 version for Solaris 64 bit SPARC I encounter the following error (in both console and silent mode)
    Extracting 0%....................................................................................................100%
    dl failure on line 748Error: failed /var/tmp/aaaIoaiCj/jre150_06/lib/sparcv9/jrockit/libjvm.so, because ld.so.1: java: fatal: relocation error: file /var/tmp/aaaIoaiCj/jre150_06/lib/sparcv9/jrockit/libjvm.so: symbol _walkcontext: referenced symbol not found
    ** Error during execution, error code = 1536.
    Anyone encountered this. Or ideas as to what I can do to resolve it?

    Looks like you are trying to install on Solaris 8 which isn't supported.
    See: http://e-docs.bea.com/jrockit/jrdocs/suppPlat/supp_50.html and http://forums.bea.com/bea/thread.jspa?forumID=2009&threadID=600007913&messageID=600017076#600017076
    Regards,
    /Staffan

  • Installing oracle 10.2.0.2 x86 on solaris sparc 64bit

    hi,
    Can i install oracle 10.2.0.2 x86 on solaris sparc 64 bit server.
    Regards,
    Veeresh S

    Can i install oracle 10.2.0.2 x86 on solaris sparc 64 bit server.No as x86 and SPARC are different architectures.

  • How to install gcc 4.4+ on open solaris ?

    Is it possible to get latest gcc on open solaris ?
    I installed gcc from repository but it is version 3.4.3.

    OpenSolaris 2009.06 for x86(amd64) contains gcc 4.3.2 in opensolaris repository.
    In order to install it you can click on this link: [http://pkg.opensolaris.org/release/p5i/0/developer%2Fgcc%2Fgcc-432.p5i|http://pkg.opensolaris.org/release/p5i/0/developer%2Fgcc%2Fgcc-432.p5i]

  • Installing Webcenter Interaction 10g in Solaris SPARC 32 ????

    Hi everyone:
    Im trying to install Webcenter Interaction 10g on solaris SPARC 32 bits but looking for the installation package in OTN http://edelivery.oracle.com/EPD/Search/get_form?results=1 It seems not supported for this plataform ... i'm right ??
    Only a version for aqualogic Interaction but I think that's not works for my development.
    I try to install a linux version and everything seems to went fine but when I try to run the config manager the shell programing detects the plataform with the command uname -s then the process "thinks" that it is on SunOS with 64 bits of course, and it can't go on.
    I appreciate any help from you.
    And lots of thanks in advance.
    Edited by: user11959610 on 19/02/2010 02:11 PM

    On Sun Sparc processor, WCI requires 64-bit OS (32-bit is not supported for Sparc):
    http://www.oracle.com/technology/products/webcenter/files/webcenter_interaction_10gr3_certification_matrix.xls

  • Installing the just released 10.2.0.2 agent on Solaris Sparc

    Anyone tried installing the new 10.2.0.2 agent on Solaris Sparc? (Solaris 9). After the agent installs the config fails and I found a bunch of binaries (like emagent) are zero length.
    Didn't have any issues installing the previous 10.2.0.1. It took so long for the 10.2.0.2 agent to be released for Solaris, I'm wondering if there's an issue with the package.

    Hi all,
    Since you all have already gone through upgrade process from 10.2.0.1 to 10.2.0.2,
    I need help doing the same.
    We have 10.2.0.1 Grid Control installed in test env (solaris 5.9 Sparc), and I am planning to upgrade it to 10.2.0.2.
    My question is, when we shut down OMS to apply 10.2.0.2 patch, what happens to the agents? they will not be able to upload the stats, and may get inactive after reaching the disk usage limit.
    Also, when we complete the upgrade patch, when OMS comes up, can the 10.2.0.1 agent still talk to the 10.2.0.2 OMS? I am asking this from the logistical point of view. We have 15 servers, and it may be couple of days, before all agents can be upgraded. In that scenario, I wish to keep the Grid Control available for testing barring the agents under upgrade.
    We havenot turned on the automatic patch management, and tempted to use the Method 2 of 4.1.2.1 item of the Readme document of the patch.
    What were you experiences? and any advices?

  • How can I install Oracle Database 10g for Solaries (SPARC) from the console

    Dear Forum Members,
    In my office, I have to installed Oracle Database 10g for Solaries (SPARC). But I have to do it without DISPLAY Monitor.Is it possible install it by remote login to this server using response file (silent mode) or something like that?
    If yes. Then How?
    If anyone have the exact solution, then I need your feedback. I shall wait for your reply.
    Thanks
    Aungshuman Paul

    There are 2 possible ways to accomplish this.
    First,
    Silent installation
    http://www.informit.com/articles/article.asp?p=174771&rl=1
    Second, (cut/paste from other site)
    How to install Oracle software remotely?
    Remote Software Installation Steps: (For Solaris only)
    If you want to install Oracle Software remotely, you should perform the following steps. These steps are applicable only if your source and target machine are running Unix.
    For example, you can install Oracle Software from your home from Washington, DC to a target source in California.
    1. Pick your source server or machine for remote installation.
    2. Check that your CD is in your source CD-ROM drive.
    3. On the target machine, find your target machine name with the output of the /usr/bin/hostname
    4. On the source machine, login as a user.
    5. On the source machine, enable client access: % /usr/openwin/bin/xhost + target-machine-name
    6. Become root user by typing: su (don’t use -)
    7. Check that Volume Manger is running. # ps –ef |grep vold (if you see an entry that contains /usr/sbin/vold, Volume Manager is running. Then skip to Step 10.
    8. If not then do the following: # mkdir –p /cdrom/your-cd-file-name
    9. # mount –F hsfs –r cdrom-device /cdrom/your-cd-file-name
    10. Add the following line to your /etc/dfs/dfstab file: # share –F nfs –o ro /cdrom/your-cd-file-name
    11. Verify whether your source machine is an NFS server: # ps –ef | grep nfsd
    12. If you see an entry that contains /use/lib/nfs/nfsd –a 16, then nfsd is running and skip to Step 16.
    13. If nfsd is running, then type: # /usr/sbin/shareall
    14. If nfsd is not running, then start nfsd by typing: # /etc/init.d/nfs.server start
    15. Verify whether your source machine is an NFS server again by typing: # ps –ef | grep nfsd
    16. Make sure your source machine is exporting your product directory by typing: # /usr/sbin/dfshares
    17. Now, log in to the target machine by type: # rlogin target-machine-name –l user (not root)
    18. Then log in as the root user by typing: # su
    19. Go to the source machine by typing: # cd /net/source-machine/cdrom/your-cd-file-name ,then Skip to 24.
    20. If you cannot change to that directory in Step 19 and you do not have an auto-mounter on your network, then create amount point by typing the following commands.
    21. # mkdir /remote_products
    22. # /usr/sbin/mount –F nfs –r source-machine:/cdrom/your-cd-file-name /remote_products
    23. # cd /remote_products
    24. Redirect the target machine display to source machine by typing: # DISPLAY=source-machine:0; export DISPLAY (if you use a Bourne or Korn shell).
    25. Start the Web Start Installer by typing: # ./installer (or whatever the installer name program is).

  • DeployWebGate is not created after installing OHS webgate on Solaris sparc

    Hi frends,
    I am having trouble installing an OHS webgate 11.1.1.5 on Solaris sparc 64 bit. The install goes through OK and everything looks like it works however I don't have deployWebGate folder in webgate/ohs/tools/ so I can't do any configuration.
    There are no errors in the install log !
    Any help urgent.
    Thanks

    Hi,
    Can you provide the name of the WebGate installation executable that you are running? Also, do you see a "deployWebgate" (lower case "g") directory under webgate/ohs/tools ?
    Regards,
    Colin

Maybe you are looking for