Jumpstart Solaris 8 vs. Solaris 10 (sparc)

Hello Solaris Community.
I'm wondering if anyone else has seen this behaviour.
With Solaris 8, we've had a process in place for awhile now which has worked well. We've simply been creating compressed configuration tarfiles, parking them on an nfs share, then booting the Sun client from cd/dvd rom drive, using the appropriate obp command line:
boot cdrom - install nowin dhcp \
nfs://<nfsserver>/<path_to_compressed_config>/<config_tarball>
The machine would then go through the process of starting the kernel, grabbing an IP addres, grabbing the compressed config file, then kicking off the automated install. No need to mess with creating boot servers, etc.
With the inception of Solaris 10, however, this seems to have become broken. The system will start the kernel, obtain an IP address (with success), then promptly bust into an un-breakable loop of death. Here's the output:
.... [snip]
Configuring devices.
Trying DHCP on hme0
Success
Using DHCP for network configuration information.
<unknown>: warning: dhcpagent: daemonize: timed out awaiting adoption.
DHCP: using local media
/sbin/install-discovery: /usr/bin/loadkeys: not found
[ network/physical:default failed (see 'svcs -x' for details) ]
Feb 24 06:38:17 svc.startd[7]: svc:/network/loopback:default: Method "/lib/svc/method/net-loopback" failed with exit status 1.
[ network/loopback:default failed (see 'svcs -x' for details) ]
Feb 24 06:38:17 svc.startd[7]: svc:/system/filesystem/usr:default: Method "/lib/svc/method/fs-usr" failed with exit status 1.
Feb 24 06:38:18 svc.startd[7]: svc:/system/filesystem/usr:default: Method "/lib/svc/method/fs-usr" failed with exit status 1.
Feb 24 06:38:18 svc.startd[7]: svc:/system/filesystem/usr:default: Method "/lib/svc/method/fs-usr" failed with exit status 1.
[ system/filesystem/usr:default failed (see 'svcs -x' for details) ]
Requesting System Maintenance Mode
(See /lib/svc/share/README for more information.)
Console login serice(s) cannot run
svc.startd: Could not exec() sulogin: No such file or directory
Requesting System Maintenance Mode
(See /lib/svc/share/README for more information.)
....... endless loop.
Something's obviously been modified for 10 -- has Sun removed the option for using compressed tar configuration files or something?
Thanks.

If you try to use slice1 as the root instead of Tools/Boot you get this error. You can still boot off the CD using slice1 as normal. We have modified the jumpstart to use this as well.
This works in the bootparams:
j197-svr root=jump8:/export/jump/slices.606/slice0.files/Solaris_10/Tools/Boot install=jump8:/export/jump/slices.606/slice0.files .....

Similar Messages

  • Problem jumpstarting a Solaris 9 SPARC from Solaris 10 x86

    Hi all,
    I'm going to install a couple of servers using Jumpstart, but I've run
    into a problem so I'm kinda in panic.
    This is the net boot:
    Executing last command: boot net - install
    Boot device: /pci@1f,0/pci@1,1/network@c,1 File and args: - install
    Timeout waiting for ARP/RARP packet
    29200 panic - boot: Could not mount filesystem.
    Program terminated
    ok
    I've setup the jumpstart server on my x86 PC, which is Solaris 10 final
    with JET 3.7.3. Since I'm jumpstarting Solaris 9 onto a SPARC machine, I
    had to do copy_solaris_media over NFS, since I can't mount the SPARC
    ISO-CD1 on my x86. The install server seems to be OK, at least it didn't
    complain during setup.
    The log entry from sniffing the JS server:
    3266 1:15:25.48103 aaa -> xxx WHO C port=33345
    3267 1:15:25.48427 aaa -> xxx WHO C port=33345
    3268 1:15:25.48636 aaa -> xxx WHO C port=33345
    3269 1:15:25.48748 aaa -> xxx SYSLOG C port=32775 BAD.FMT:
    3270 1:15:25.49044 aaa -> xxx SYSLOG C port=32775 BAD.FMT:
    3271 1:15:25.49283 aaa -> xxx SYSLOG C port=32775 BAD.FMT:
    3272 1:15:25.49394 aaa -> xxx PORTMAP R GETPORT port=32775
    3273 1:15:25.49541 aaa -> xxx PORTMAP R GETPORT port=32775
    3274 1:15:25.49673 aaa -> xxx PORTMAP R GETPORT port=32775
    3275 1:15:25.49867 aaa -> xxx PORTMAP R GETPORT port=32775
    /etc/bootparams:
    xxx root=aaa:/opt/install/media/Solaris_9/Solaris_9/Tools/Boot
    install=192.168.4.5:/opt/install/media/Solaris_9 boottype=:in
    sysid_config=192.168.4.5:/opt/jet/Clients/xxx
    install_config=192.168.4.5:/opt/jet rootopts=:rsize
    32768
    term=:vt100
    Any idea what could be wrong? It stops at 29200, wheres Solaris 10 runs
    further up to 38000 something.
    Jumpstarting the Solaris 10 onto the same SPARC works perfectly, using
    the exact same configuration files.
    Thanks

    Hi all,
    I managed to solve the problem.
    This is very weird! can someone explain why this happens?
    Output for working Solaris 10 boot:
    Executing last command: boot net -v
    Boot device: /pci@1f,0/pci@1,1/network@c,1 File and args: -v
    38600 Using RARP/BOOTPARAMS...
    Internet address is: 192.168.4.6
    hostname: xxx
    Requesting Ethernet address for: 192.168.4.5
    Found 192.168.4.5 @ 0:0:86:1f:f7:92
    root server: aaa (192.168.4.5)
    root directory: /opt/install/media/Solaris_10/Solaris_10/Tools/Boot
    Size: 0x704c8+0x1b8d2+0x2e1ba Bytes
    Output for non-working Solaris 9 boot:
    Executing last command: boot net -v
    Boot device: /pci@1f,0/pci@1,1/network@c,1 File and args: -v
    Timeout waiting for ARP/RARP packet
    29200 Using RARP/BOOTPARAMS...
    Internet address is: 192.168.4.6
    hostname: xxx
    Found 192.168.4.5 @ 0:0:86:1f:f7:92
    root server: aaa (192.168.4.5)
    root directory: /opt/install/media/Solaris_9/Solaris_9/Tools/Boot
    panic - boot: Could not mount filesystem.
    Program terminated
    ok
    I then replaced /tftpboot/inetboot.SUN4U.Solaris_9-1 with /tftpboot/inetboot.SUN4U.Solaris_10-1 from the Solaris 10 tree, renamed /tftpboot/inetboot.SUN4U.Solaris_10-1 to /tftpboot/inetboot.SUN4U.Solaris_9-1
    Voila!
    Now works.
    inetboot.SUN4U.Solaris_9-1 was not corrupt (must be some internal bootimage bug related to Netra-T1?).
    Old bootimage: "inetboot.SUN4U.Solaris_9-1", 152376 bytes, "sum" 3662 and 298.
    New bootimage: "inetboot.SUN4U.Solaris_9-1" (Sol 10 image), 214880 bytes, "sum" 53512 and 420.
    By the way I was using latest Solaris 9/04, u7

  • Solaris 10 sparc boot dvd

    Hi,
    i need to make standalone jumpstart bootable solaris 10 sparc dvd but i have some problems with the new installation process. i readed all the scripts in the boot process but i don't now what i need to change and where i need to change it in order to have this customized dvd.
    I follow the blueprints for solaris 9 and i had no problems !!
    best regards,

    hi spammy,
    yep, the link to slice 1 is only on the Cdrom version,not on the DVD.
    i configured in the same manner my Solaris 10 as Solaris 9 but after the "boot cdrom -install" command, the installation don't find the config files (sysidcfg,rules.ok etc...) and then return in the interactive mode.
    Where should i place the config files ?
    Is there the need of changing some scripts in Solaris 10 ?

  • Solaris 10 SPARC 11/06 - 08/07 How?

    How to update Solaris 10 SPARC 64-bit OS from 11/06 to 08/07
    Where to download update?
    I routinely apply Solaris 10 recommended Patch Clusters..Currently at 127111-03
    Any issues to be especially aware of??
    Thanks..

    You would have to burn (or create a jumpstart image) of the Solaris 10 8/07 release and then use the 'upgrade' option of the install program to get from the 11/06 to the 8/07 release, adding patches is not enough.
    .7/M.

  • Problem with installation application server 10g on Solaris 10 sparc

    Hello all.
    Help me, please.
    I'm trying to install Oracle aplication server 10.0.1.2.0.2 on Solaris 10 sparc.
    Server - Sun Fire v210.
    When i install oracle infrastructure(metadata repository and identify management),
    i have a problem - on first step of configuration "end of communication channel".
    Failed
    Anybody know, how solve this problem?
    Sorry for my english.

    There is known bug in installing Oracle10gAS infra. You have to apply the following note during the installation.
    see MetaLink Note:330016.1 for current AS 10.1.2 installation requirements for Solaris 10.
    Regards,
    Amir

  • 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

  • Weblogic 10.3.0 on Solaris 10 Sparc

    Hello,
    Need Help!!!!
    I have installed WL 10.3.0 on Solaris 10 Sparc 64bits and i have this Error:
    <May 31, 2010 6:51:56 PM WEST> <Warning> <Socket> <BEA-000444> <Could not load the performance pack that can take advantage of /dev/(e
    )poll device due to:
    java.lang.NegativeArraySizeException.
    Will attempt to use the performance pack that does not depend on /dev/(e)poll device.>
    # A fatal error has been detected by the Java Runtime Environment:
    # SIGSEGV (0xb) at pc=0xffffffff08b04e68, pid=5539, tid=74
    # JRE version: 6.0_20-b02
    # Java VM: Java HotSpot(TM) 64-Bit Server VM (16.3-b01 mixed mode solaris-sparc )
    # Problematic frame:
    # C [libmuxer.so+0x4e68]
    # An error report file with more information is saved as:
    # /app/weblogic/domains/smpftth/hs_err_pid5539.log
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    # The crash happened outside the Java Virtual Machine in native code.
    # See problematic frame for where to report the bug.
    Does any one knows how to help me?

    Here is the text from the download site from 10.3.3 that applies to 10.3.0 as well:
    Note: This table includes links to WebLogic Server installers that include 32-bit JVMs for the platform
    in question, and links to WebLogic Server generic installers that can be used on any supported platform.
    To use WebLogic Server with 64-bit JVM's on Linux and Solaris or to use WLS on other supported
    platforms, use the WebLogic Server generic installer listed under "Additional Platforms". The generic
    installers do not include a JVM/JDK. For instructions on using the generic installers, see this document.
    So regardless whether the OS is 64bit or not, you need to select the installer on whether you are running WebLogic Server in a 32bit JVM or a 64bit JVM. If you run in a 32bit JVM, you can use the 32bit binary installer for Solaris that has a .bin extension. If you are going to run a 64bit JVM, then you need to download the "generic" .jar installer and separately download the supported 64bit JDK and follow the instructions similar to this, but for 10.3.0.
    http://download.oracle.com/docs/cd/E14571_01/doc.1111/e14142/guimode.htm#BABGFAAF
    On edelivery.oracle.com, select Oracle Fusion Middleware, then Oracle® Application Server 10g Release 3 (10.1.3) Media Pack for Oracle Solaris on SPARC (64-bit)
    32bit native Solaris installer for 10.3.0 is Part Number V13618-01
    64bit generic installer for 10.3.0 is Part Number V13672-01

  • How I can emulate Solaris 10 sparc on a Virtual Machine?

    Hi for all.
    Guys, I need to emulate an environment Solaris 10 in my job. We have an application that just run in this kind of environment. But, I found some problems when I try to install Solaris 10 Sparc on Virtual Box. I think that the problem is the type of architecture that are differents.
    So, someone knows a way to emulate Solaris 10 sparc architecture on a Virtual Machine. Doesn't matter the Virtual Machine application (Virtual Box, VMWare, etc..). Somebody Help me?

    HI Srini_Chavali
    I'm using the Solaris 10 u11.
    In fact, Virtual Box supports Solaris u6 and higher. I have an installation of Virtual Box running Solaris x86. But, the problem occurs when I try to create a Virtual machine to work with Solaris 10 Sparc architecture.
    The errors that appears on the screen are:
    "No bootable medium found! System Halted" and "FATAL: Could not read from the boot medium! System halted"
    This error occurs just with Architecture sparc.

  • Compatible HP laser jet printer for EBS 12.0.6 on Solaris 10 SPARC 64 bit

    Hi,
    We have our EBS 12.0.6 on Sun Solaris SPARC 64 bit. There are few hp printer (hp laserjet p2015dn) configured with our application and they are working fine.
    Now we have to add one more printer but ( hp laserjet p2015dn) is not available now.
    So please suggest the hp laserjet printer available for Solaris 10 Sparc 64 bit.
    Thanks,
    Sharad

    We have our EBS 12.0.6 on Sun Solaris SPARC 64 bit. There are few hp printer (hp laserjet p2015dn) configured with our application and they are working fine.
    Now we have to add one more printer but ( hp laserjet p2015dn) is not available now.
    So please suggest the hp laserjet printer available for Solaris 10 Sparc 64 bit.You already have the same type of printer configured and it is working properly, so I would say it is supported.
    What is the difference between the two printers configuration?
    Can you print from the OS to the new printer?
    What do you mean by "not available now"?
    Thanks,
    Hussein

  • SAP 7.0 on SUN Cluster 3.2 (Solaris 10 / SPARC)

    Dear All;
    i'm installing a two nodes cluster (SUN Cluster 3.2 / Solaris 10 / SPARC), for a HA SAP 7.0 / Oracle 10g DataBase
    SAP and Oracle softwares were successfully installed and i could successfully cluster the Oracle DB and it is tested and working fine.
    for the SAP i did the following configurations
    # clresource create -g sap-ci-res-grp -t SUNW.sap_ci_v2 -p SAPSID=PRD -p Ci_instance_id=01 -p Ci_services_string=SCS -p Ci_startup_script=startsap_01 -p Ci_shutdown_script=stopsap_01 -p resource_dependencies=sap-hastp-rs,ora-db-res sap-ci-scs-res
    # clresource create -g sap-ci-res-grp -t SUNW.sap_ci_v2 -p SAPSID=PRD -p Ci_instance_id=00 -p Ci_services_string=ASCS -p Ci_startup_script=startsap_00 -p Ci_shutdown_script=stopsap_00 -p resource_dependencies=sap-hastp-rs,or-db-res sap-ci-Ascs-res
    and when trying to bring the sap-ci-res-grp online # clresourcegroup online -M sap-ci-res-grp
    it executes the startsap scripts successfully as following
    Sun Microsystems Inc.     SunOS 5.10     Generic     January 2005
    stty: : No such device or address
    stty: : No such device or address
    Starting SAP-Collector Daemon
    11:04:57 04.06.2008 LOG: Effective User Id is root
    Starting SAP-Collector Daemon
    11:04:57 04.06.2008 LOG: Effective User Id is root
    * This is Saposcol Version COLL 20.94 700 - V3.72 64Bit
    * Usage: saposcol -l: Start OS Collector
    * saposcol -k: Stop OS Collector
    * saposcol -d: OS Collector Dialog Mode
    * saposcol -s: OS Collector Status
    * Starting collector (create new process)
    * This is Saposcol Version COLL 20.94 700 - V3.72 64Bit
    * Usage: saposcol -l: Start OS Collector
    * saposcol -k: Stop OS Collector
    * saposcol -d: OS Collector Dialog Mode
    * saposcol -s: OS Collector Status
    * Starting collector (create new process)
    saposcol on host eccprd01 started
    Starting SAP Instance ASCS00
    Startup-Log is written to /export/home/prdadm/startsap_ASCS00.log
    saposcol on host eccprd01 started
    Running /usr/sap/PRD/SYS/exe/run/startj2eedb
    Trying to start PRD database ...
    Log file: /export/home/prdadm/startdb.log
    Instance Service on host eccprd01 started
    Jun 4 11:05:01 eccprd01 SAPPRD_00[26054]: Unable to open trace file sapstartsrv.log. (Error 11 Resource temporarily unavailable) [ntservsserver.cpp 1863]
    /usr/sap/PRD/SYS/exe/run/startj2eedb completed successfully
    Starting SAP Instance SCS01
    Startup-Log is written to /export/home/prdadm/startsap_SCS01.log
    Instance Service on host eccprd01 started
    Jun 4 11:05:02 eccprd01 SAPPRD_01[26111]: Unable to open trace file sapstartsrv.log. (Error 11 Resource temporarily unavailable) [ntservsserver.cpp 1863]
    Instance on host eccprd01 started
    Instance on host eccprd01 started
    and the it repeats the following warnings on the /var/adm/messages till it fails to the other node
    Jun 4 12:26:22 eccprd01 SC[SUNW.sap_ci_v2,sap-ci-res-grp,sap-ci-scs-res,sap_ci_svc_start]: [ID 183934 daemon.notice] Waiting for SAP Central Instance main dispatcher to come up.
    Jun 4 12:26:25 eccprd01 SC[SUNW.sap_ci_v2,sap-ci-res-grp,sap-ci-Ascs-res,sap_ci_svc_start]: [ID 183934 daemon.notice] Waiting for SAP Central Instance main dispatcher to come up.
    Jun 4 12:26:25 eccprd01 SC[SUNW.sap_ci_v2,sap-ci-res-grp,sap-ci-scs-res,sap_ci_svc_start]: [ID 183934 daemon.notice] Waiting for SAP Central Instance main dispatcher to come up.
    Jun 4 12:26:28 eccprd01 last message repeated 1 time
    Jun 4 12:26:28 eccprd01 SC[SUNW.sap_ci_v2,sap-ci-res-grp,sap-ci-Ascs-res,sap_ci_svc_start]: [ID 183934 daemon.notice] Waiting for SAP Central Instance main dispatcher to come up.
    Jun 4 12:26:31 eccprd01 SC[SUNW.sap_ci_v2,sap-ci-res-grp,sap-ci-scs-res,sap_ci_svc_start]: [ID 183934 daemon.notice] Waiting for SAP Central Instance main dispatcher to come up.
    Jun 4 12:26:31 eccprd01 SC[SUNW.sap_ci_v2,sap-ci-res-grp,sap-ci-Ascs-res,sap_ci_svc_start]: [ID 183934 daemon.notice] Waiting for SAP Central Instance main dispatcher to come up.
    Jun 4 12:26:34 eccprd01 SC[SUNW.sap_ci_v2,sap-ci-res-grp,sap-ci-scs-res,sap_ci_svc_start]: [ID 183934 daemon.notice] Waiting for SAP Central Instance main dispatcher to come up.
    Jun 4 12:26:34 eccprd01 SC[SUNW.sap_ci_v2,sap-ci-res-grp,sap-ci-Ascs-res,sap_ci_svc_start]: [ID 183934 daemon.notice] Waiting for SAP Central Instance main dispatcher to come up.
    Jun 4 12:26:37 eccprd01 SC[SUNW.sap_ci_v2,sap-ci-res-grp,sap-ci-scs-res,sap_ci_svc_start]: [ID 183934 daemon.notice] Waiting for SAP Central Instance main dispatcher to come up.
    Jun 4 12:26:37 eccprd01 SC[SUNW.sap_ci_v2,sap-ci-res-grp,sap-ci-Ascs-res,sap_ci_svc_start]: [ID 183934 daemon.notice] Waiting for SAP Central Instance main dispatcher to come up.
    Jun 4 12:26:40 eccprd01 SC[SUNW.sap_ci_v2,sap-ci-res-grp,sap-ci-scs-res,sap_ci_svc_start]: [ID 183934 daemon.notice] Waiting for SAP Central Instance main dispatcher to come up.
    Jun 4 12:26:40 eccprd01 SC[SUNW.sap_ci_v2,sap-ci-res-grp,sap-ci-Ascs-res,sap_ci_svc_start]: [ID 183934 daemon.notice] Waiting for SAP Central Instance main dispatcher to come up.
    Jun 4 12:26:43 eccprd01 SC[SUNW.sap_ci_v2,sap-ci-res-grp,sap-ci-scs-res,sap_ci_svc_start]: [ID 183934 daemon.notice] Waiting for SAP Central Instance main dispatcher to come up.
    Jun 4 12:26:43 eccprd01 SC[SUNW.sap_ci_v2,sap-ci-res-grp,sap-ci-Ascs-res,sap_ci_svc_start]: [ID 183934 daemon.notice] Waiting for SAP Central Instance main dispatcher to come up.
    Jun 4 12:26:46 eccprd01 last message repeated 1 time
    Jun 4 12:26:46 eccprd01 SC[SUNW.sap_ci_v2,sap-ci-res-grp,sap-ci-scs-res,sap_ci_svc_start]: [ID 183934 daemon.notice] Waiting for SAP Central Instance main dispatcher to come up.
    Jun 4 12:26:49 eccprd01 last message repeated 1 time
    Jun 4 12:26:49 eccprd01 SC[SUNW.sap_ci_v2,sap-ci-res-grp,sap-ci-Ascs-res,sap_ci_svc_start]: [ID 183934 daemon.notice] Waiting for SAP Central Instance main dispatcher to come up.
    Jun 4 12:26:52 eccprd01 last message repeated 1 time
    Jun 4 12:26:52 eccprd01 SC[SUNW.sap_ci_v2,sap-ci-res-grp,sap-ci-scs-res,sap_ci_svc_start]: [ID 183934 daemon.notice] Waiting for SAP Central Instance main dispatcher to come up.
    Jun 4 12:26:55 eccprd01 SC[SUNW.sap_ci_v2,sap-ci-res-grp,sap-ci-Ascs-res,sap_ci_svc_start]: [ID 183934 daemon.notice] Waiting for SAP Central Instance main dispatcher to come up.
    Jun 4 12:26:55 eccprd01 SC[SUNW.sap_ci_v2,sap-ci-res-grp,sap-ci-scs-res,sap_ci_svc_start]: [ID 183934 daemon.notice] Waiting for SAP Central Instance main dispatcher to come up.
    Jun 4 12:26:58 eccprd01 last message repeated 1 time
    Jun 4 12:26:58 eccprd01 SC[SUNW.sap_ci_v2,sap-ci-res-grp,sap-ci-Ascs-res,sap_ci_svc_start]: [ID 183934 daemon.notice] Waiting for SAP Central Instance main dispatcher to come up.
    Jun 4 12:27:01 eccprd01 last message repeated 1 time
    Jun 4 12:27:01 eccprd01 SC[SUNW.sap_ci_v2,sap-ci-res-grp,sap-ci-scs-res,sap_ci_svc_start]: [ID 183934 daemon.notice] Waiting for SAP Central Instance main dispatcher to come up.
    Jun 4 12:27:04 eccprd01 last message repeated 1 time
    Jun 4 12:27:04 eccprd01 SC[SUNW.sap_ci_v2,sap-ci-res-grp,sap-ci-Ascs-res,sap_ci_svc_start]: [ID 183934 daemon.notice] Waiting for SAP Central Instance main dispatcher to come up.
    Jun 4 12:27:07 eccprd01 SC[SUNW.sap_ci_v2,sap-ci-res-grp,sap-ci-scs-res,sap_ci_svc_start]: [ID 183934 daemon.notice] Waiting for SAP Central Instance main dispatcher to come up.
    Jun 4 12:27:07 eccprd01 SC[SUNW.sap_ci_v2,sap-ci-res-grp,sap-ci-Ascs-res,sap_ci_svc_start]: [ID 183934 daemon.notice] Waiting for SAP Central Instance main dispatcher to come up.
    Jun 4 12:27:10 eccprd01 SC[SUNW.sap_ci_v2,sap-ci-res-grp,sap-ci-scs-res,sap_ci_svc_start]: [ID 183934 daemon.notice] Waiting for SAP Central Instance main dispatcher to come up.
    Jun 4 12:27:10 eccprd01 SC[SUNW.sap_ci_v2,sap-ci-res-grp,sap-ci-Ascs-res,sap_ci_svc_start]: [ID 183934 daemon.notice] Waiting for SAP Central Instance main dispatcher to come up.
    Jun 4 12:27:13 eccprd01 last message repeated 1 time
    Jun 4 12:27:13 eccprd01 SC[SUNW.sap_ci_v2,sap-ci-res-grp,sap-ci-scs-res,sap_ci_svc_start]: [ID 183934 daemon.notice] Waiting for SAP Central Instance main dispatcher to come up.
    Jun 4 12:27:16 eccprd01 last message repeated 1 time
    Jun 4 12:27:16 eccprd01 SC[SUNW.sap_ci_v2,sap-ci-res-grp,sap-ci-Ascs-res,sap_ci_svc_start]: [ID 183934 daemon.notice] Waiting for SAP Central Instance main dispatcher to come up.
    Jun 4 12:27:19 eccprd01 SC[SUNW.sap_ci_v2,sap-ci-res-grp,sap-ci-scs-res,sap_ci_svc_start]: [ID 183934 daemon.notice] Waiting for SAP Central Instance main dispatcher to come up.
    Jun 4 12:27:19 eccprd01 SC[SUNW.sap_ci_v2,sap-ci-res-grp,sap-ci-Ascs-res,sap_ci_svc_start]: [ID 183934 daemon.notice] Waiting for SAP Central Instance main dispatcher to come up.
    Jun 4 12:27:22 eccprd01 last message repeated 1 time
    Jun 4 12:27:22 eccprd01 SC[SUNW.sap_ci_v2,sap-ci-res-grp,sap-ci-scs-res,sap_ci_svc_start]: [ID 183934 daemon.notice] Waiting for SAP Central Instance main dispatcher to come up.
    Jun 4 12:27:25 eccprd01 last message repeated 1 time
    Jun 4 12:27:25 eccprd01 SC[SUNW.sap_ci_v2,sap-ci-res-grp,sap-ci-Ascs-res,sap_ci_svc_start]: [ID 183934 daemon.notice] Waiting for SAP Central Instance main dispatcher to come up.
    Jun 4 12:27:28 eccprd01 SC[SUNW.sap_ci_v2,sap-ci-res-grp,sap-ci-scs-res,sap_ci_svc_start]: [ID 183934 daemon.notice] Waiting for SAP Central Instance main dispatcher to come up.
    Jun 4 12:27:28 eccprd01 SC[SUNW.sap_ci_v2,sap-ci-res-grp,sap-ci-Ascs-res,sap_ci_svc_start]: [ID 183934 daemon.notice] Waiting for SAP Central Instance main dispatcher to come up.
    Jun 4 12:27:31 eccprd01 SC[SUNW.sap_ci_v2,sap-ci-res-grp,sap-ci-scs-res,sap_ci_svc_start]: [ID 183934 daemon.notice] Waiting for SAP Central Instance main dispatcher to come up.
    Jun 4 12:27:31 eccprd01 SC[SUNW.sap_ci_v2,sap-ci-res-grp,sap-ci-Ascs-res,sap_ci_svc_start]: [ID 183934 daemon.notice] Waiting for SAP Central Instance main dispatcher to come up.
    Jun 4 12:27:34 eccprd01 last message repeated 1 time
    Jun 4 12:27:34 eccprd01 SC[SUNW.sap_ci_v2,sap-ci-res-grp,sap-ci-scs-res,sap_ci_svc_start]: [ID 183934 daemon.notice] Waiting for SAP Central Instance main dispatcher to come up.
    Jun 4 12:27:37 eccprd01 last message repeated 1 time
    Jun 4 12:27:37 eccprd01 SC[SUNW.sap_ci_v2,sap-ci-res-grp,sap-ci-Ascs-res,sap_ci_svc_start]: [ID 183934 daemon.notice] Waiting for SAP Central Instance main dispatcher to come up.
    Jun 4 12:27:40 eccprd01 SC[SUNW.sap_ci_v2,sap-ci-res-grp,sap-ci-scs-res,sap_ci_svc_start]: [ID 183934 daemon.notice] Waiting for SAP Central Instance main dispatcher to come up.
    Jun 4 12:27:40 eccprd01 SC[SUNW.sap_ci_v2,sap-ci-res-grp,sap-ci-Ascs-res,sap_ci_svc_start]: [ID 183934 daemon.notice] Waiting for SAP Central Instance main dispatcher to come up.
    Jun 4 12:27:43 eccprd01 last message repeated 1 time
    Jun 4 12:27:43 eccprd01 SC[SUNW.sap_ci_v2,sap-ci-res-grp,sap-ci-scs-res,sap_ci_svc_start]: [ID 183934 daemon.notice] Waiting for SAP Central Instance main dispatcher to come up.
    Jun 4 12:27:46 eccprd01 last message repeated 1 time
    Jun 4 12:27:46 eccprd01 SC[SUNW.sap_ci_v2,sap-ci-res-grp,sap-ci-Ascs-res,sap_ci_svc_start]: [ID 183934 daemon.notice] Waiting for SAP Central Instance main dis
    can anyone one help me if there is any error on configurations or what is the cause of this problem.....thanks in advance
    ARSSES

    Hi all.
    I am having a similar issue with a Sun Cluster 3.2 and SAP 7.0
    Scenrio:
    Central Instance (not incluster) : Started on one node
    Dialog Instance (not in cluster): Started on the other node
    When I create the resource for SUNW.sap_as like
    clrs create --g sap-rg -t SUNW.sap_as .....etc etc
    in the /var/adm/messages I got lots of WAITING FOR DISPACHER TO COME UP....
    Then after timeout it gives up.
    Any clue? What does is try to connect or waiting for? I hve notest that it's something before the startup script....
    TIA

  • How can I install new versions of Fifefox on Solaris 9 Sparc?

    I use Firefox 2.0.0.20 on Solaris 9 Sparc, but I couldn't install any verions of Firefox major version 3.
    There is a great site, http://www.sunfreeware.com/mozilla.html, that looks it has a possibles version compatibles whit my OS, but the links don`t work.
    Any suggestions?
    More detail about my OS:
    Solaris 9 9/05 HW s9s_u9wos_06b SPARC
    Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.
    se is subject to license terms.
    Assembled 25 September 2006

    Hi,
    Please also see [http://unixpackages.com/packages/mozilla this] (from http://www.sunfreeware.com/). It looks like 2.0.0.23 is the last supported version for Solaris 9.

  • Install newest JRE on Solaris 9 Sparc (64-bit)

    Note: This message has also been posted on the JRE forum. This is the second attempt to post it here.
    I would like to know the best method to replace the JRE that is installed with a Solaris 9 (SPARC) installation. A clean installation of Solaris 9 comes with JRE 1.4 and I would prefer 1.4.1 (64-bit) or newer. Sun provides self-extracting archive downloads of the latest JREs for Solaris, but I have been unsuccessful in using these. I followed the instructions at:
    http://java.sun.com/j2se/1.4.2/install-solaris.html
    for doing a self-extracting installation, but this does not replace the contents of /usr/j2se with the new JRE. Additionally a pkginfo still points to the old JRE. I also read the instructions at:
    http://java.sun.com/j2se/1.4.2/install-solaris-64.html
    which stated I should install the 32-bit version, and then the 64-bit version. Finally, both set of instructions mention installation from packages, yet I am unable to find the packages to download. What is the best method to remove the JRE from a Solaris installation and install a newer version of the JRE so the pkginfo is updated and the new JRE resides in /usr/j2se? Any assistance is appreciated.

    I found by issue "mount -v" that our disk slices are
    UFS type. So we don't need apply patch 5257399,
    right? Please confirm. Thanks!!!For your information, you are asking the user community to confirm, not Oracle. Some (many?) of us are not employed by Oracle.
    Therefore, the only answers you can get are from 'friends'. Nothing would be official and Oracle (and Oracle Support) would not be legally responsible.
    Your safest bet would be to escalate the request wityh Oracle Support.

  • Problems to install Oracle SOA Suite 11g on Solaris 10 SPARC-64

    I'm trying to install the Oracle SOA Suite 11g on Solaris 10 SPARC-64 but I´m having problems.
    I have already installed the JDK 1.6_11 for 64 bits and I use it for the SOA installation, the instruction is:
    ./runInstaller -jreLoc /export/home/adminsoa/Java1.6_11/jdk1.6.0_11
    I'm providing the absolute path to ensure take the correct JDK (JDK 64 bits).
    But I get the following error:
    bash-3.00$ ./runInstaller -jreLoc /export/home/adminsoa/Java1.6_11/jdk1.6.0_11
    Starting Oracle Universal Installer...
    Checking if CPU speed is above 300 MHz. Actual 1500 MHz Passed
    Checking Temp space: must be greater than 150 MB. Actual 5291 MB Passed
    Checking swap space: must be greater than 500 MB. Actual 39311 MB Passed
    Checking monitor: must be configured to display at least 256 colors. Actual 16777216 Passed
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2010-01-26_03-17-44PM. Please wait ...bash-3.00$ Log: /home/oracle/oraInventory/logs/install2010-01-26_03-17-44PM.log
    [ERROR]: Installer has encountered an internal Error. Contact Oracle support with details
    [EXCEPTION]:java.lang.reflect.InvocationTargetException
    I reviewed the log install2010-01-26_03-17-44PM.out and displays the following:
    Adding /tmp/OraInstall2010-01-26_03-17-44PM for deletion.
    Adding to classpath:file:/tmp/OraInstall2010-01-26_03-17-44PM/ext/jlib/soawl.jar
    Adding to classpath:file:/tmp/OraInstall2010-01-26_03-17-44PM/ext/jlib/template.jar
    [email protected]creenRes
    java.lang.UnsatisfiedLinkError: /tmp/OraInstall2010-01-26_03-17-44PM/oui/lib/solaris/liboraInstaller.so: ld.so.1: java: fatal: /tmp/OraInstall2010-01-26_03-17-44PM/oui/lib/solaris/liboraInstaller.so: wrong ELF class: ELFCLASS64 (Possible cause: architecture word width mismatch)
         at java.lang.ClassLoader$NativeLibrary.load(Native Method)
         at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1778)
         at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1674)
         at java.lang.Runtime.load0(Runtime.java:770)
         at java.lang.System.load(System.java:1005)
         at oracle.sysman.oii.oiip.osd.unix.OiipuUnixOps.loadNativeLib(OiipuUnixOps.java:402)
         at oracle.sysman.oii.oiip.osd.unix.OiipuUnixOps.<clinit>(OiipuUnixOps.java:125)
         at oracle.as.install.engine.modules.statistics.util.SysInfo.getAvailableMemory(SysInfo.java:161)
         at oracle.as.install.engine.modules.statistics.element.AvailableMemoryElement.<init>(AvailableMemoryElement.java:39)
         at oracle.as.install.engine.modules.statistics.standard.StandardElementLocator.loadElements(StandardElementLocator.java:63)
         at oracle.as.install.engine.modules.statistics.boot.ProfilerInitializer.initializeProfile(ProfilerInitializer.java:82)
         at oracle.as.install.engine.modules.statistics.Statistics.launchModule(Statistics.java:284)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at oracle.as.install.engine.InstallEngine.launchModule(InstallEngine.java:508)
         at oracle.as.install.engine.InstallEngine.processAndLaunchModules(InstallEngine.java:462)
         at oracle.as.install.engine.InstallEngine.startOperation(InstallEngine.java:415)
         at oracle.sysman.oio.oioc.OiocOneClickInstaller.main(OiocOneClickInstaller.java:446)
    java.lang.reflect.InvocationTargetException
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at oracle.as.install.engine.InstallEngine.launchModule(InstallEngine.java:508)
         at oracle.as.install.engine.InstallEngine.processAndLaunchModules(InstallEngine.java:462)
         at oracle.as.install.engine.InstallEngine.startOperation(InstallEngine.java:415)
         at oracle.sysman.oio.oioc.OiocOneClickInstaller.main(OiocOneClickInstaller.java:446)
    Caused by: java.lang.UnsatisfiedLinkError: no oraInstaller in java.library.path
         at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1709)
         at java.lang.Runtime.loadLibrary0(Runtime.java:823)
         at java.lang.System.loadLibrary(System.java:1030)
         at oracle.sysman.oii.oiip.osd.unix.OiipuUnixOps.loadNativeLib(OiipuUnixOps.java:420)
         at oracle.sysman.oii.oiip.osd.unix.OiipuUnixOps.<clinit>(OiipuUnixOps.java:125)
         at oracle.as.install.engine.modules.statistics.util.SysInfo.getAvailableMemory(SysInfo.java:161)
         at oracle.as.install.engine.modules.statistics.element.AvailableMemoryElement.<init>(AvailableMemoryElement.java:39)
         at oracle.as.install.engine.modules.statistics.standard.StandardElementLocator.loadElements(StandardElementLocator.java:63)
         at oracle.as.install.engine.modules.statistics.boot.ProfilerInitializer.initializeProfile(ProfilerInitializer.java:82)
         at oracle.as.install.engine.modules.statistics.Statistics.launchModule(Statistics.java:284)
         ... 8 more
    [ERROR]: Installer has encountered an internal Error. Contact Oracle support with details
    [EXCEPTION]:java.lang.reflect.InvocationTargetException
    I think that the error would be caused by the JDK version with which try to initializing.
    Anyone have any idea about the possible error? Thanks in advance.

    Hi, I encourage you to try to use the generic installer at: %SOA_INSTALLER_DIR%/Disk1/runInstaller. Because if you are using the runInstaller at %SOA_INSTALLER_DIR%/Disk1/install/solaris it will lead to that problem in some cases.

  • Grid installation in solaris 10 (sparc)  with Suncluster

    While installing grid for cluster, node information table appears as blank.. while clicking "use cluster configuration file" option in that screen it shows that vendor clusterware detected. cluster configuration cannot be modified..
    If anyone knows how to resolve this problem, please post ur solution or if you have any procedure to install 11g r2 Grid infrastructure for a cluster in Solaris 10 sparc os with sun cluster 3.2, please send me the document to my email id- [email protected]

    I would suggest changing the media you burned it on. That always seems to be the issue with things like this. Search the forums for suggestions on what works.

  • Messages in the OS logs of Oracle Solaris on SPARC (64-bit)

    One of my Customer is getting following messages in the OS logs of the Oracle Solaris on SPARC (64-bit) machine.
    Feb 2 01:07:33 ndc-m9k-2-r1 Invalid ioctl opcode = 0x403
    Feb 2 03:07:43 ndc-m9k-2-r1 scsi: [ID 243001 kern.warning] WARNING: /pseudo/fcp@0 (fcp0):
    Feb 2 03:07:43 ndc-m9k-2-r1 Invalid ioctl opcode = 0x403
    Feb 2 04:07:34 ndc-m9k-2-r1 oracle[7332]: [ID 566193 user.error] n2a get_local_info: ioctl (get interface flags): Interrupted system call
    Feb 2 05:07:52 ndc-m9k-2-r1 scsi: [ID 243001 kern.warning] WARNING: /pseudo/fcp@0 (fcp0):
    Feb 2 05:07:52 ndc-m9k-2-r1 Invalid ioctl opcode = 0x403
    Feb 2 07:08:08 ndc-m9k-2-r1 scsi: [ID! 243001 kern.warning] WARNING: /pseudo/fcp@0 (fcp0):
    Feb 2 07:08:08 ndc-m9k-2-r1 Invalid ioctl opcode = 0x403
    Feb 2 09:08:25 ndc-m9k-2-r1 scsi: [ID 243001 kern.warning] WARNING: /pseudo/fcp@0 (fcp0):
    Feb 2 09:08:25 ndc-m9k-2-r1 Invalid ioctl opcode = 0x403
    There is a note # 833665.1 on this which states "The issue is caused by the Host Storage metrics collected by the agent" and also a Patch 8477122 has been created for this issue.
    However, there is nothing mention in the Note # 833665.1 about the following one message.
    Feb 2 04:07:34 ndc-m9k-2-r1 oracle[7332]: [ID 566193 user.error] n2a get_local_info: ioctl (get interface flags): Interrupted system call
    Can anyone please tell me
    1. whats the significance of the "oracle[7332]: [ID 566193 user.error] n2a get_local_info: ioctl (get interface flags): Interrupted system call" message in the OS log?
    2. Does this message get stops on applying of patch # 8477122 ?
    Thank you,
    Bhavin

    There are a number of known issues with the 10g agent on Solaris and patches are available. I assume you are running the 10.2.0.5 agent since you reference patch 8477122. If this is a brand new agent installation i would start with applying the latest PSU update which contains many related fixes. If you are still getting the error after this, open an SR with Oracle Support with your specific error message.

  • 10.2.0.3 on solaris 9(Sparc 64 bit), patch 5257399 needed or not?

    We are going to install oracle 10.2.0.3 on a Solaris 9 (Sparc 64 bit) box. According to Note 406472.1, Mandatory Patch 5752399 is needed for 10.2.0.3 on Solaris 64-bit and Filesystems Managed By Veritas or Solstice Disk Suite software. Our system is not on SAN, only local disks, so I'm sure we don't use veritas file system. But I'm not sure if we still use Solstice Disk Suite software. Sun said that in Solaris 9, Solstice Disk Suite is renamed to Solaris volume manager and it is bundled in Solaris 9. Does this mean Solaris 9 is using Solstice Disk Suite by default and we have to apply patch 5752399?
    How can I verify which file manager we are using? (Our sys adm is not quite sure).
    If we apply the patch no matter we really need it or not, what impact to the system?
    Please advise. Thanks!

    I found by issue "mount -v" that our disk slices are
    UFS type. So we don't need apply patch 5257399,
    right? Please confirm. Thanks!!!For your information, you are asking the user community to confirm, not Oracle. Some (many?) of us are not employed by Oracle.
    Therefore, the only answers you can get are from 'friends'. Nothing would be official and Oracle (and Oracle Support) would not be legally responsible.
    Your safest bet would be to escalate the request wityh Oracle Support.

Maybe you are looking for

  • Using a delimiter in a flat file

    Hi People, If I am writing a file to the PC and I have to use a delimiter '~' to seperate the values, what should I do? Can somebody give me some example or syntax? Thanks, AM

  • I have a problem with Pages on iCloud share (in Beta).

    Hi, I use pages yet my friend, using an old macbook has sent me a .doc (via Skype) which I can view and work with just fine as expected. Yet, when I share this on iCloud in order that we can edit it together ... the link that I test to send her, by p

  • FI- Internal order

    Hi All What is the situation we settle internal order within CO and which case it flows values from IO to FI. Regards Prasad

  • Master and Details Tables

    Hello Experts, While entering any transactional document, like DO or SO system enter the data in a Master Table for example in ODLN and DLN1. that is ok is there any other table in which system keeps the reference. for a document entered. Help Requir

  • Correct solution for login loop on admin account

    Hello, Can any mac experts help me find the correct solution for my log in loop problem. I have been using my macbook pro for about six years without any touble, its a 2.16 GHz intel core 2 duo running OS X 10.6.8. Yesterday when I went to log in to