Re: libglut on Solaris 10 (Ultra 20 - x64)

Theres a libGL and a libGLU.
They may provide what you need.

In fact, there are pre-compiled Solaris binaries here:
http://www.opengl.org/resources/libraries/glut/glut_downloads.php#sun

Similar Messages

  • Problems enabling service port on Solaris 10 x64

    Hi
    I am having difficulty allowing a remote machine to connect to a PostgreSQL server running on a Solaris 10 x64 machine. I have edited the /etc/services to open the port and the protocol, and I have manually started the Postgre server, so I should be able to telnet to the port from the remote machine, but no luck. I keep on getting a error saying that the port is closed on the server. When I am on the server, I can telnet to the port and connect, but from a remote server, no luck. Is there anyone that can help me with this??
    Kind Regards
    Manie

    Hello.
    I have edited the /etc/services ...This will have no effect. The /etc/services file is there to map names to port numbers (e.g. "telnet myserver myport" will be mapped to "telnet myserver 1234"). It has no effect on opening the port itself.
    There may be two reasons why you cannot access the service from a remote computer:
    a) The port is only bound on localhost:
    Type netstat -a -f inet |grep LISTEN |moreYou will see a list of all open TCP ports.
    An entry that begins with something like "*.12345" means: Port 12345 is open. An entry that begins with "localhost.12345" means: Port 12345 is open for connections coming from localhost only. For connections from other computers the port is closed.
    In this case you will have no chance. You may write a special C server program that tunnels connections.
    (Just for info: "hostname_or_ip_address.12345" would mean: All computers that see us as hostname_or_ip_address can connect. Other computers - e.g. at the second network card or even "localhost" - cannot connect.)
    b) You have a firewall active that blocks the access to the port.
    Martin

  • __buildin_expect not available with Solaris 10 x64?

    I would need to build a package called iRRAM which allows the calculation of real number to any accuracy. For example the number "e" to 65 decimals as given bellow.
    // example input/output of "echo 65|e_example":
    // Desired Decimals: 65
    //+.27182818284590452353602874713526624977572470936999595749669676277E+0001
    The code is written in C++ and was developed as far as I can make out on linux with gnu c and gnu c++. When i configure the code on Solaris 10 x64 using the studio 12 compilers everything passes the tests but as soon as I build the code I get the errors
    "../../include/GMP_interface.h", line 263: Error: The function "__builtin_expect" must have a prototype.
    "../../include/GMP_interface.h", line 268: Error: The function "__builtin_expect" must have a prototype.
    "../../include/iRRAM_lib.h", line 95: Warning: Identifier expected instead of "}".
    "../../include/iRRAM_REAL.h", line 35: Error: A declaration does not specify a tag or an identifier.
    "../../include/iRRAM_REAL.h", line 35: Warning: Types cannot be declared in anonymous union.
    "../../include/iRRAM_REAL.h", line 38: Error: lower_pos is not defined.
    "../../include/iRRAM_REAL.h", line 38: Error: upper_neg is not defined.
    "../../include/iRRAM_REAL.h", line 366: Error: The function "__builtin_expect" must have a prototype.
    "../../include/iRRAM_REAL.h", line 372: Error: lower_pos is not a member of iRRAM::iRRAM_double_pair.
    "../../include/iRRAM_REAL.h", line 373: Error: upper_neg is not a member of iRRAM::iRRAM_double_pair.
    "../../include/iRRAM_REAL.h", line 374: Error: The function "__builtin_expect" must have a prototype.
    "../../include/iRRAM_REAL.h", line 380: Error: lower_pos is not a member of iRRAM::iRRAM_double_pair.
    "../../include/iRRAM_REAL.h", line 381: Error: upper_neg is not a member of iRRAM::iRRAM_double_pair.
    "../../include/iRRAM_REAL.h", line 381: Error: lower_pos is not a member of iRRAM::iRRAM_double_pair.
    "../../include/iRRAM_REAL.h", line 382: Error: The function "__builtin_expect" must have a prototype.
    "../../include/iRRAM_REAL.h", line 387: Error: The function "isfinite" must have a prototype.
    "../../include/iRRAM_REAL.h", line 389: Error: lower_pos is not a member of iRRAM::iRRAM_double_pair.
    "../../include/iRRAM_REAL.h", line 390: Error: upper_neg is not a member of iRRAM::iRRAM_double_pair.
    "../../include/iRRAM_REAL.h", line 390: Error: lower_pos is not a member of iRRAM::iRRAM_double_pair.
    "../../include/iRRAM_REAL.h", line 391: Error: The function "__builtin_expect" must have a prototype.
    "../../include/iRRAM_REAL.h", line 397: Error: The function "__builtin_expect" must have a prototype.
    "../../include/iRRAM_REAL.h", line 406: Error: The function "__builtin_expect" must have a prototype.
    "../../include/iRRAM_REAL.h", line 433: Error: The function "__builtin_expect" must have a prototype.
    "../../include/iRRAM_REAL.h", line 438: Error: lower_pos is not a member of const iRRAM::iRRAM_double_pair.
    "../../include/iRRAM_REAL.h", line 438: Error: lower_pos is not a member of const iRRAM::iRRAM_double_pair.
    "../../include/iRRAM_REAL.h", line 438: Error: upper_neg is not a member of const iRRAM::iRRAM_double_pair.
    "../../include/iRRAM_REAL.h", line 438: Error: upper_neg is not a member of const iRRAM::iRRAM_double_pair.
    Compilation aborted, too many Error messages.
    I have checked on __builtin_expect and it I cannot find it in with the system's include files. I have also looked at the web and from what I read I understand the for solaris this is not strictly necessary.
    The package was developed at Universitaet Trier, and there is an email I have used, but just in case, I would be grateful to see how I could - without knowing the full code get it to compile and useable.
    Lydia

    clamage45 wrote:
    __builtin_expect is a non-standard gcc extension to provide branch-prediction information to the compiler. It is not currently supported in Sun Studio C++.Note that there is already an RFE for it: 6603858.
    You can try the following macro definition to convert uses of __builtin_expect to standard code (but without branch-prediction information):
    #define __builtin_expect(e, n) ((e)==(n))I think the correct definition would be:
    #define __builtin_expect(e,n) (e)

  • EBS in Solaris 10 X64

    Hi everybody. I have a licensing doubt.
    Sorry if this kind of question is misplaced...
    I have a running EBS 7.4 software server in a Sun Fire X2200M2 Solaris 10 8/07
    I know that the Console Server (SUNWebsg) works in Solaris 10 SPARC but not in Solaris 10 X64, then I install the Console in a Solaris 10 in a Sun Fire V240 and control the X2200's (amd64) server from this interface.
    To install the SUNWebsg package requires the client and server in the same box, but I dont want to use them, I only use the server of the X2200M2's EBS server.
    Do I need to pay the EBS server licenses in both machines when I only use one?
    The Console Server software has an independent license mode for Solaris X64?
    What is the best way to administrate a X64 EBS server?
    Thanks in advance

    I found out about Update 4 very shortly after posting this, and I have now upgraded. Unfortunately, the problem still persists.

  • Instant client for Solaris AMD x64

    Hi,
    I am desperately looking for OCI instant client for solaris AMD x64. I tried instant client download page (http://www.oracle.com/technology/software/tech/oci/instantclient/index.html) but it is not listed there. I have no idea who to contact within Oracle or Oracle tech support.
    Any help is greatly appreciated.
    Thank you,
    Boris

    I've just downloaded the basic and sqlplus zip files and sqlplus works fine. sqlplus is linked to libclntsh.so.10.1, so I doubt that file is corrupt.
    instantclient_10_2> ls -l
    total 225992
    -r--r--r--   1 oracle   dba      1594191 May 19  2006 classes12.jar
    -r--r--r--   1 oracle   dba         1525 May 19  2006 glogin.sql
    -rwxr-xr-x   1 oracle   dba      29618728 May 19  2006 libclntsh.so.10.1
    -rwxr-xr-x   1 oracle   dba      7860792 May 19  2006 libnnz10.so
    -rwxr-xr-x   1 oracle   dba      1404480 May 19  2006 libocci.so.10.1
    -rwxr-xr-x   1 oracle   dba      70141168 May 19  2006 libociei.so
    -rwxr-xr-x   1 oracle   dba       146640 May 19  2006 libocijdbc10.so
    -rwxr-xr-x   1 oracle   dba      1913800 May 19  2006 libsqlplus.so
    -rwxr-xr-x   1 oracle   dba      1437952 May 19  2006 libsqlplusic.so
    -r--r--r--   1 oracle   dba      1540457 May 19  2006 ojdbc14.jar
    -rw-rw-r--   1 oracle   dba         6690 Apr 28 14:43 sqlnet.log
    -rwxr-xr-x   1 oracle   dba        11536 May 19  2006 sqlplus
    instantclient_10_2> ldd sqlplus
            libsqlplus.so =>         /tmp/ic/instantclient_10_2/libsqlplus.so
            libclntsh.so.10.1 =>     /tmp/ic/instantclient_10_2/libclntsh.so.10.1
            libnnz10.so =>   /tmp/ic/instantclient_10_2/libnnz10.so
            libkstat.so.1 =>         /lib/64/libkstat.so.1
            libnsl.so.1 =>   /lib/64/libnsl.so.1
            libsocket.so.1 =>        /lib/64/libsocket.so.1
            libgen.so.1 =>   /lib/64/libgen.so.1
            libdl.so.1 =>    /lib/64/libdl.so.1
            libsched.so.1 =>         /usr/lib/64/libsched.so.1
            libc.so.1 =>     /lib/64/libc.so.1
            librt.so.1 =>    /lib/64/librt.so.1
            libaio.so.1 =>   /lib/64/libaio.so.1
            libm.so.2 =>     /lib/64/libm.so.2
            libthread.so.1 =>        /lib/64/libthread.so.1
            libmp.so.2 =>    /lib/64/libmp.so.2
            libmd.so.1 =>    /lib/64/libmd.so.1
            libscf.so.1 =>   /lib/64/libscf.so.1
            libdoor.so.1 =>  /lib/64/libdoor.so.1
            libuutil.so.1 =>         /lib/64/libuutil.so.1
    instantclient_10_2> ./sqlplus /nolog
    SQL*Plus: Release 10.2.0.2.0 - Production on Tue Apr 28 14:47:04 2009
    Copyright (c) 1982, 2005, Oracle.  All Rights Reserved.
    SQL> exit
    instantclient_10_2> uname -a
    SunOS xxxx 5.10 Generic_120012-14 i86pc i386 i86pc

  • How about gccfss for Solaris x86/x64 platforms?

    Subject says it all... it could make compiling a lot of code out there a whole lot easier!
    Bob

    I also desire gccfss for Solaris x86/x64 platforms .
    In the interim I have downloaded the source and am attempting to create such a beast.
    It is slow progress to fix the unexpected script breakage, but it seems to be going OK:
    Problems:
    1.): Issues like "-mtune=v9" and an "embeded spec" in gcc and cpp (from files
    gccfss_src/build/gcc/gccspec.o and gccfss_src/build/gcc/cppspec.o).
    2.): Use of OPTTABLE_H = $(srcdir)/config/target-option-table.h with SPARC specific
    options throughout
    EG:
    #ifdef CROSS_COMPILE
    #define NATIVE \
    { "-native", "-xtarget=generic" }, \
    { "-xarch=native64", "-Zarch=v9 -Zarchm64=v9 -Zm=64" },\
    { "-xarch=native", "-Zarch=v8plus -Zarchm32=v8plus -Zarchm64=v9 -Zm=32" },\
    { "-xtarget=native64", "-Zarch=generic -Zarchm32=generic -Zarchm64=v9 -xchip=generic -xcache=generic -Zm=64"}, \
    { "-xtarget=native", "-Zarch=generic -Zarchm32=generic -Zarchm64=v9 -xchip=generic -xcache=generic -Zm=32"}
    #else
    #define NATIVE \
    { "-native", "-xtarget=native" }, \
    { "-xarch=native64", "-xarch=native64 -Zm=64"}, \
    { "-xarch=native", "-xarch=native -Zm=32"}, \
    { "-xtarget=native64", "-xtarget=native64 -Zm=64"}, \
    { "-xtarget=native", "-xtarget=native -Zm=32"}
    #endif
    Thus, one would need to change:
    { "-xarch=native64", "-Zarch=v9 -Zarchm64=v9 -Zm=64" },\
    to something like:
    { "-xarch=native64", "-xarch=386 -m64" },\
    3.): Copy the "sparc_output_scratch_registers()" function from file
    "gccfss_src/src/gcc/config/sparc/sparc.c" to "gccfss_src/src/gcc/tree-ir.c".
    4.): Use the undocumented command line option "-frtl-backend" when this error
    occurs during the build (a simple Makefile change):
    `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
    xgcc: SUNW0scgfss 4.2.0 has not been installed. Either install it or use -frtl-backend.
    5.): More ...
    All these issues occur because the scripts expect "--build=sparc-pc-solaris2.11" but
    I configured using "--build=i386-pc-solaris2.11" . It seems like it is going to work
    but I am yet to finish stage1 of the build (I do have a working "xgcc").
    Rob

  • BS 2005 SR3 Installation Master Solaris on x64 64bit

    Hi,
    According to the SAP's Product Availability Matrix, DB2 is a supported database for installing SAP Netweaver 7.0, however when using the sapinst in BS 2005 SR3 Installation Master Solaris on x64 64bit, there is no option to select DB2 as the database.
    Does anyone know if there is a workaround or another Installation Master that we can use for this?

    Hi Setu,
    Which DB2 version are you using ?
    If it is DB2 V9.5 then check SAP Note 1089578 - DB6: Using DB2 Version 9.5 with SAP Software
    Thanks
    Sunny

  • Instant Client 11.1.0.7 for Sun Solaris x86/x64

    Hi,
    we are looking for a new version(11.1.0.7) of instantclient for a Solaris 10 x86/x64 system.
    Current Solaris instant client is outdated at the moment and we are have some problem with InstantClient 10 and the limitation(32k) of chars.
    When will there be updated packages for Solaris on x86/x64 systems,
    or is this platform not supported anymore?
    Thanks a lot
    Stephan

    user10858876 wrote:
    When will there be updated packages for Solaris on x86/x64 systems,
    or is this platform not supported anymore?Good question, and one we would like to know.
    Due to Oracle's redicoulus NDA for new release versions no one within Oracle seems to be able to tell us, which as a customer we find unresonable. We were told last year, about this time that we should expect a 11gR1 release around Oracleworld. That came and went. Again we asked, and were told that it "might" be comming out as a 11gR2 version.
    Fine. We will renew our support agreement when we know you will support our platform.
    Bryan

  • Installation on Solaris 10 x64

    Anybody succesfully installed SGD Enterprise 4.1 on Solaris 10 running on
    an AMD Opteron system? I keep getting:
    pwd: cannot determine current directory!
    /tmp/install"some garbage": no home directory
    If tried the pkgadd workaround, but this doesn't work

    Thanks Mike. Problem solved.
    Now I run into another error which I think I had in a past installation I have done on a suse machine:
    SAPCAR is unable to extract SAP kernel executables from the installationmaster directory even though permissions are right:
    MUT-03011  Execution of the command "/tmp/sapinst_exe.25861.1160659612/SAPCAR -x -v -g -i -f /UCKernel/DBINDEP/SAPEXE.SAR, instance.lst" finished with return code 29. Output:
    SAPCAR: no archives specified for extracting (error 29). No such file or directory
    I have tried calling SAPCAR from the command line and the SAPEXE.SAR is upacked fine.
    Tried to shorten the absolute path and the error is the same.
    Damien

  • Top install error on Solaris 10 X64

    Hi,
    I am trying to compile Top 3.7 on Solaris 10X64 update 7, the compiled binary can be runned in the building directory, but can't run when installed, the error message is as following:
    # gmake install
    cp -f /usr/lib/isaexec top
    mkdir -p /usr/local/share/man/man1
    ./install-sh -c -m 644 \
    top.1 /usr/local/share/man/man1/top.1
    mkdir -p /usr/local/bin/i386
    mkdir -p /usr/local/bin/amd64
    ./install-sh -c -m 755 \
    i386/top /usr/local/bin/i386/top
    ./install-sh -c -m 755 \
    amd64/top /usr/local/bin/amd64/top
    ./install-sh -c -m 755 \
    top /usr/local/bin/top
    # exit
    -bash-3.00$ top
    top: cannot find/execute "top" in ISA subdirectories
    -bash-3.00$

    -bash-3.00$ more /tmp/out
    17160: execve("/usr/bin/top", 0x08047D74, 0x08047D7C) argc = 1
    17160: resolvepath("/usr/lib/ld.so.1", "/lib/ld.so.1", 1023) = 12
    17160: mmap(0x00000000, 4096, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_A
    NON, -1, 0) = 0xFEFF0000
    17160: resolvepath("/usr/bin/top", "/usr/bin/top", 1023) = 12
    17160: xstat(2, "/usr/bin/top", 0x08047B58) = 0
    17160: open("/var/ld/ld.config", O_RDONLY) Err#2 ENOENT
    17160: xstat(2, "/lib/libc.so.1", 0x08047388) = 0
    17160: resolvepath("/lib/libc.so.1", "/lib/libc.so.1", 1023) = 14
    17160: open("/lib/libc.so.1", O_RDONLY) = 3
    17160: mmap(0x00010000, 32768, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_ALIGN, 3, 0
    ) = 0xFEFB0000
    17160: mmap(0x00010000, 1212416, PROT_NONE, MAP_PRIVATE|MAP_NORESERVE|MAP_ANON|
    MAP_ALIGN, -1, 0) = 0xFEE80000
    17160: mmap(0xFEE80000, 1102037, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP
    _TEXT, 3, 0) = 0xFEE80000
    17160: mmap(0xFEF9E000, 30183, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_
    INITDATA, 3, 1105920) = 0xFEF9E000
    17160: mmap(0xFEFA6000, 4240, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_A
    NON, -1, 0) = 0xFEFA6000
    17160: munmap(0xFEF8E000, 65536) = 0
    17160: memcntl(0xFEE80000, 123884, MC_ADVISE, MADV_WILLNEED, 0, 0) = 0
    17160: close(3) = 0
    17160: sysconfig(_CONFIG_PAGESIZE) = 4096
    17160: mmap(0x00010000, 24576, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_ANON|MAP_ALIGN, -1, 0) = 0xFEF90000
    17160: munmap(0xFEFB0000, 32768) = 0
    17160: getcontext(0x08047910)
    17160: getrlimit(RLIMIT_STACK, 0x08047908) = 0
    17160: getpid() = 17160 [17159]
    17160: lwp_private(0, 1, 0xFEF92A00) = 0x000001C3
    17160: setustack(0xFEF92A60)
    17160: sysi86(SI86FPSTART, 0xFEFA6740, 0x0000133F, 0x00001F80) = 0x00000001
    17160: brk(0x08061518) = 0
    17160: brk(0x08063518) = 0
    17160: sysinfo(SI_ISALIST, "", 1) = 68
    17160: sysinfo(SI_ISALIST, "amd64 pentium_pro+mmx pentium_pro pentium+mmx pentium i486 i386 i86", 68) = 68
    17160: open("/proc/self/auxv", O_RDONLY) = 3
    17160: fxstat(2, 3, 0x08047C88) = 0
    17160: read(3, "D807\0\0E67F04\bDE07\0\0".., 168) = 168
    17160: close(3) = 0
    17160: access("/usr/bin/amd64/top", X_OK) Err#2 ENOENT
    17160: access("/usr/bin/pentium_pro+mmx/top", X_OK) Err#2 ENOENT
    17160: access("/usr/bin/pentium_pro/top", X_OK) Err#2 ENOENT
    17160: access("/usr/bin/pentium+mmx/top", X_OK) Err#2 ENOENT
    17160: access("/usr/bin/pentium/top", X_OK) Err#2 ENOENT
    17160: access("/usr/bin/i486/top", X_OK) Err#20 ENOTDIR
    17160: access("/usr/bin/i386/top", X_OK) Err#20 ENOTDIR
    17160: access("/usr/bin/i86/top", X_OK) Err#2 ENOENT
    17160: fstat64(2, 0x08046FF0) = 0
    17160: write(2, " t o p", 3) = 3
    17160: write(2, " : c a n n o t f i n".., 23) = 23
    17160: write(2, " t o p", 3) = 3
    17160: write(2, " " i n I S A s u b".., 24) = 24
    17160: _exit(1)

  • Netweaver 2004s on Solaris 10 (x64) - Starting SAP after server restart?

    I have a Netweaver System running on Solaris\Oracle. Is there a guide or any general information on how to make the SAP System and all necessary components automatically start up?
    Right now, after a reboot, I have to log in as my oracle user to start the Listener, and then as my sap adm user and start the DB\Netweaver.
    Im looking for less keystrokes, can anyone help me out?

    Hi Lakeith,
    If you are looking for less keystrokes then write a script to include start listener and sap. And if you are doing this regularly then include this script into crontab.
    -Pinkle

  • Compiler failures with Studio 11 on Solaris 10 x64

    The compiler gives me the following error when I try to compile the larger tests in my environment:
    "Tests.cc", [main]:ube: error: Assert has been violated at '/set/venus_patch/builds.intel-S2/build.0509/intel-S2/lang/ube/opt/src/cfg.c 3150'.
    I am using the following compilation command:
    /opt/SUNWspro/bin/CC -xtarget=opteron -xarch=amd64 -xO0 -library=stlport4 [includes] -c -o obj/lib/Tests.o lib/Tests.cc
    I get a different error if I change the optimization level to 2:
    compiler(iropt) error: connect_labelrefs: undefined label L175 in main
    And yet another message if I use no optimization option at all:
    Assembler: Tests.cc
    "/tmp/yabeAAAX7aqaq", line 20533 : Illegal subtraction in ... ".L209 - .L_y162"
    Failure in /opt/SUNWspro/prod/bin/fbe, status = 0x7f00
    Fatal Error exec'ing /opt/SUNWspro/prod/bin/fbe
    My patches are up to date as of right now, according to smpatch:
    smpatch analyzeNo patches required.
    I am not running compilations in parallel. I have 4 GB free in my swap.
    Any ideas?

    The machine came preinstalled with Solaris 10 and Studio 11. The compiler has been kept up to date by smpatch, as far as I can tell. I remember the update manager installing 120759 and 121018, for example.
    Is this correct?
    comptest> /opt/SUNWspro/bin/CC -V -O hello.cc
    CC: Sun C++ 5.8 Patch 121018-11 2007/05/02
    ir2hf: Sun Compiler Common 11 Patch 120759-14 2007/06/25
    ube: Sun Compiler Common 11 Patch 120759-14 2007/06/25
    /opt/SUNWspro/prod/bin/c++filt: Sun C++ 5.8 2005/10/13
    ccfe: Sun C++ 5.8 Patch 121018-11 2007/05/02
    iropt: Sun Compiler Common 11 Patch 120759-14 2007/06/25
    ld: Software Generation Utilities - Solaris Link Editors: 5.10-1.486
    Thanks for your prompt replies.

  • Help Requested - Creating Solaris 10 x64 Virtual Machine on an ESX Server

    Hi All,
    I have been trying to create a Solaris 10 64 bit Virtual Machine on ESX and VMWare server Virtualization Platform.
    One of the forum entries said - The installer doesn't really care. At every boot, the processor type will be determined and a 32-bit or a 64-bit kernel will be run (unless you override it)
    I hence downloaded the iso from http://www.sun.com/software/solaris/get.jsp and I installed it. When I run uname -a command on the terminal, this is what is displayed -
    SunOS unknown 5.10 Generic_127128-11 i86pc i386 i86pc
    This indicates that the kernel is 32 bit right?
    Please help me create the 64 bit VM.
    Thanks in Advance,
    Raj.

    Hi,
    I am having lots of trouble doing a jumpstart
    installation of Solaris 10
    on a T1000 Server.
    My setup
    Using Debian Sarge as the Jumpstart Server ( I have
    used this machine to install Sol 8 and 9 on Sun
    V240/210. Running TFTP Server, RARPD,
    BOOTPARAMD,NFS.
    T1000 - No OS installed.
    Attempted an Install by doing - boot net -v install
    Below is the screen output.
    Rebooting with command: boot net -v install
    Boot device: /pci@7c0/pci@0/network@4 File and args:
    -v install
    100 Mbps FDX Link up
    Requesting Internet Address for 0:14:4f:21:b9:c4
    Requesting Internet Address for 0:14:4f:21:b9:c4
    100 Mbps FDX Link up
    Using RARP/BOOTPARAMS...
    Internet address is: 192.168.2.35
    hostname: sun-server
    domainname: milky
    Found 192.168.2.1 @ 0:20:e0:65:48:3d
    root server: 192.168.2.1 (192.168.2.1)
    root directory:
    /jumpstart/2.10/Solaris_10/Tools/Boot
    Found 192.168.5 @ 0:d:56:10:13:28Don't see any problem here.
    boot: cannot open kernel/sparcv9/unix
    Enter filename [kernel/sparcv9/unix]:
    Do it a favour. Go Sarge box and goto /jumpstart/2.10/Solaris_10/Tools/Boot
    and check do you have required kernel (kernel/sparcv9/unix)
    also check your privilege for the file please.
    I think it is possibly not mounting the nfs share. I
    have already changed the NFS_client variable to 3
    under etc/default/nfs in the Boot directory.
    I would appreciate any help or suggestions.

  • Failed to install SUN cluster 3.1 8/05 on solaris 10(x64)

    I install the cluster 3.1 u4 on two nodes(node1 and node2) by using "scinstall".( The two nodes have the same system) After cluster installed, i reboot node2 . Before rebooting, I have done the following operation.
    # echo "etc/cluster/nodeid" >> /boot/solaris/filelist.ramdisk
    # echo "etc/cluster/ccr/did_instances" >> /boot/solaris/filelist.ramdisk
    # bootadm update-archive
    updating /platform/i86pc/boot_archive...this may take a minute
    # init 6
    But node2 crashed,and failed to reboot.
    I could only see several characters "GRUB" in the screen. The system even doesnot present the grub menu.
    The system i used:
    bash-3.00# prtdiag
    System Configuration: Sun Microsystems Sun Fire X4200 Server
    BIOS Configuration: American Megatrends Inc. 080010 08/10/2005
    bash-3.00# uname -a
    SunOS arcsunx42km0838 5.10 Generic_118855-19 i86pc i386 i86pc
    Message was edited by:
    skyqa
    Message was edited by:
    skyqa

    The only thing I can find that is vaguely similar is where users have installed -19 of 118855 but not updated all the other patches on the system. I would try booting from the failsafe mode, if you can get to this. Then update all the patches.
    If you can't I guess you are going to have to either boot from DVD and fix or just rebuild.
    Tim
    ---

  • Solaris 10 x64 instalation problems

    Hi,
    I install solaris on Tyan S2882 ( dual opteron ) mainboard
    with Adaptec 39320A-R SCSI card and two SCSI HDD:
    40 GB Seagate and
    1,25 TB EonStor A12U-G1410 RAID matrix.
    When I install system from DVD, solaris boot only in 32 bit
    mode and dont properly detect big disk (disk is too large in 32 bit mode).
    I can't force solaris to boot in 64 bit mode.
    When I install solaris in 32 bit mode and later modify "boot-file"
    to "kernel/amd64/unix". kernel start in 64 bit mode.
    Unfortunatly wnen I run "format" to add big disk manualy
    format finish with core dump file.
    How force solaris to start installation from DVD in 64 bit mode.
    How add disk greater than 1 TB to system.
    Regards,
    -Piotr Galecki
    .

    Hi,
    I install solaris on Tyan S2882 ( dual opteron )
    mainboard
    with Adaptec 39320A-R SCSI card and two SCSI HDD:
    40 GB Seagate and
    1,25 TB EonStor A12U-G1410 RAID matrix.
    When I install system from DVD, solaris boot only in
    32 bit
    mode and dont properly detect big disk (disk is too
    large in 32 bit mode).
    I can't force solaris to boot in 64 bit mode.That is correct since the miniroot is a 32 bit kernel. There are couple of
    options. First, since you mention that its a RAID device, are there tools to partition that RAID disk into smaller chunks ? Typically this is feasible and then that RAID device will appear as 2 disks to the kernel. If you have another disk to install to and you want the entire device to be visible under Solaris, format is is the right way to do it. You need add an GPT (EFI label). If format is core dumping then please file a bug or check if you need a patch to address it.
    >
    When I install solaris in 32 bit mode and later
    modify "boot-file"
    to "kernel/amd64/unix". kernel start in 64 bit mode.
    Unfortunatly wnen I run "format" to add big disk
    manualy
    format finish with core dump file.
    How force solaris to start installation from DVD in
    64 bit mode.
    How add disk greater than 1 TB to system.
    Regards,
    -Piotr Galecki

Maybe you are looking for

  • After upgrading to Mavericks, the free space on my SSD keeps going down for no apparent reason

    I downloaded Mavericks and installed it on my macbookpro ( with Crucial M4 SSD) and the free space on my ssd keeps going down for no reason. I reinstalled it from a bootable flashdrive, and the free space went from 20G to 60. Since then it keeps goin

  • Problem with backing up to external hard drive and then " recovering " files, apps etc.

    Hi there, I hope you can help me please, I have messed some things up from not knowing what I was doing : ( and would like to fix them if possible. I will try to be brief and concise. Here goes.... 1. My 2006 iMac 4 running Leopard OSX was starting t

  • Using PS Elements 11 on stand alone pc.

    Hi I have just purchased a boxed copy of PS Elements 11 & Premier Elements 11, to be used on a pc which has no internet connectivity. There is a solid reason why this PC cannot be connected to the internet, it is used by vulnerable adults with autism

  • Drag and drop iPhotos are not appearing in photo stream??

    Hello, I am trying to drag and drop pics from iPhotos in to photo stream however they are not appearing in the stream? Although when taken with my iphone they do appear? A little confused, help would be appreciated H

  • Accounting records duplicated

    For matter of lawful interception I need to find a solution to get duplicated the ASR9000 subscriber pppoe sesion accounting records. Now it is running XR4.3.2 on the BNGs, soon it will upgrade it to 5.1.3.  In both guide book i have found the comman