Solaris 10 sparc - cpan - gcc/make issue

Hi all,
     I am attempting to install necessary perl modules to run a perl script. I need to use gcc as my compiler and believe I have an issue, also may have a (g)make issue as well. I will copy the output of two install failures, and then my current o conf setup. if someone could help me out I would sincerely appreciate it.
When trying to install IO::Pty I received the following output.
cpan[1]> install IO::Pty
Reading '/.cpan/Metadata'
  Database was generated on Thu, 26 Sep 2013 13:53:03 GMT
Running install for module 'IO::Pty'
Running make for T/TO/TODDR/IO-Tty-1.10.tar.gz
  CPAN: checksum security checks disabled because Digest::SHA not installed.
  Please consider installing the Digest::SHA module.
Scanning cache /.cpan/build for sizes
..........................................................................--DONE
DEL(1/3): /.cpan/build/Data-Dumper-2.145-wR9zqH
DEL(2/3): /.cpan/build/Time-Local-1.2300-_ZUYVw
DEL(3/3): /.cpan/build/Time-Local-1.2300-_ZUYVw.yml
  CPAN.pm: Building T/TO/TODDR/IO-Tty-1.10.tar.gz
Use of uninitialized value in scalar assignment at /usr/perl5/5.8.4/lib/CPAN/Distribution.pm line 1868.
Use of uninitialized value in scalar assignment at /usr/perl5/5.8.4/lib/CPAN/Distribution.pm line 1869.
Use of uninitialized value in scalar assignment at /usr/perl5/5.8.4/lib/CPAN/Distribution.pm line 1879.
Use of uninitialized value in scalar assignment at /usr/perl5/5.8.4/lib/CPAN/Distribution.pm line 1880.
Now let's see what we can find out about your system
(logfiles of failing tests are available in the conf/ dir)...
sh: cc: not found
ERROR: cannot run the configured compiler 'cc'
(see conf/compilerok.log). Suggestions:
1) The complier 'cc' is not in your PATH. Add it
   to the PATH and try again. OR
2) The compiler isn't installed on your system. Install it. OR
3) You only have a different compiler installed (e.g. 'gcc').
   Either fix the compiler config in the perl Config.pm
   or install a perl that was built with the right compiler
   (you could build perl yourself with the available compiler).
Note: this is a system-administration issue, please ask your local
admin for help. Thank you.
Warning: No success on command[/usr/perl5/5.8.4/bin/perl Makefile.PL]
  TODDR/IO-Tty-1.10.tar.gz
  /usr/perl5/5.8.4/bin/perl Makefile.PL -- NOT OK
Running make test
  Make had some problems, won't test
Running make install
  Make had some problems, won't install
Could not read metadata file. Falling back to other methods to determine prerequisites
Failed during this command:
TODDR/IO-Tty-1.10.tar.gz                     : writemakefile NO '/usr/perl5/5.8.4/bin/perl Makefile.PL' returned status 512
When trying to install Data::Dumper I received the following output.
cpan[2]> install Data::Dumper
Running install for module 'Data::Dumper'
Running make for S/SM/SMUELLER/Data-Dumper-2.145.tar.gz
CPAN: checksum security checks disabled because Digest::SHA not installed.
  CPAN.pm: Building S/SM/SMUELLER/Data-Dumper-2.145.tar.gz
Use of uninitialized value in scalar assignment at /usr/perl5/5.8.4/lib/CPAN/Distribution.pm line 1868.
Use of uninitialized value in scalar assignment at /usr/perl5/5.8.4/lib/CPAN/Distribution.pm line 1869.
Use of uninitialized value in scalar assignment at /usr/perl5/5.8.4/lib/CPAN/Distribution.pm line 1879.
Use of uninitialized value in scalar assignment at /usr/perl5/5.8.4/lib/CPAN/Distribution.pm line 1880.
Checking if your kit is complete...
Looks good
Generating a GNU-style Makefile
Writing Makefile for Data::Dumper
Writing MYMETA.yml and MYMETA.json
Use of uninitialized value in scalar assignment at /usr/perl5/5.8.4/lib/CPAN/Distribution.pm line 2033.
cp Dumper.pm blib/lib/Data/Dumper.pm
/usr/perl5/5.8.4/bin/perl /usr/perl5/5.8.4/lib/ExtUtils/xsubpp  -typemap /usr/perl5/5.8.4/lib/ExtUtils/typemap  Dumper.xs > Dumper.xsc && mv Dumper.xsc Dumper.c
cc -c   -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -xarch=v8 -D_TS_ERRNO -xO3 -xspace -xildoff   -DVERSION=\"2.145\" -DXS_VERSION=\"2.145\" -KPIC "-I/usr/perl5/5.8.4/lib/sun4-solaris-64int/CORE"  -DUSE_PPPORT_H Dumper.c
/bin/sh: cc: not found
gmake: *** [Dumper.o] Error 1
  SMUELLER/Data-Dumper-2.145.tar.gz
  /usr/sfw/bin/gmake -- NOT OK
Running make test
  Can't test without successful make
Running make install
  Make had returned bad status, install seems impossible
Failed during this command:
SMUELLER/Data-Dumper-2.145.tar.gz            : make NO
cpan[3]> o conf
$CPAN::Config options from /usr/perl5/5.8.4/lib/CPAN/Config.pm:
    commit             [Commit changes to disk]
    defaults           [Reload defaults from disk]
    help               [Short help about 'o conf' usage]
    init               [Interactive setting of all options]
    applypatch         []
    auto_commit        [0]
    build_cache        [10]
    build_dir          [/.cpan/build]
    build_dir_reuse    [0]
    build_requires_install_policy [yes]
    bzip2              [/usr/bin/bzip2]
    cache_metadata     [1]
    check_sigs         [0]
    colorize_debug     undef
    colorize_output    [0]
    colorize_print     undef
    colorize_warn      undef
    commandnumber_in_prompt [1]
    commands_quote     undef
    connect_to_internet_ok [1]
    cpan_home          [/.cpan]
    curl               undef
    dontload_hash
    dontload_list      undef
    ftp                [/usr/bin/ftp]
    ftp_passive        [1]
    ftp_proxy          [Proxy info removed]
    ftpstats_period    undef
    ftpstats_size      undef
    getcwd             [cwd]
    gpg                []
    gzip               [/usr/bin/gzip]
    halt_on_failure    [0]
    histfile           [/.cpan/histfile]
    histsize           [100]
    http_proxy         [Proxy info removed]
    inactivity_timeout [0]
    index_expire       [1]
    inhibit_startup_message [0]
    keep_source_where  [/.cpan/sources]
    load_module_verbosity [none]
    lynx               []
    make              [/usr/sfw/bin/gmake] I have also tried [/usr/sfw/bin/make] and still the installs fail
    make_arg           []
    make_install_arg   [UNINST=1]
    make_install_make_command [/usr/sfw/bin/gmake] I have also tried [/usr/sfw/bin/make] and still the installs fail
    makepl_arg         []
    mbuild_arg         []
    mbuild_install_arg []
    mbuild_install_build_command [./Build]
    mbuildpl_arg       []
    ncftp              []
    ncftpget           []
    no_proxy           []
    pager              [/usr/bin/less]
    password           undef
    patch              [/usr/bin/patch]
    patches_dir        undef
    perl5lib_verbosity [none]
    prefer_external_tar [0]
    prefer_installer   [MB]
    prefs_dir          [/.cpan/prefs]
    prerequisites_policy [ask]
    proxy_pass         undef
    proxy_user         []
    randomize_urllist  undef
    scan_cache         [atstart]
    shell              [/sbin/sh]
    show_unparsable_versions [0]
    show_upload_date   [0]
    show_zero_versions [0]
    tar                [/usr/sfw/bin/gtar]
    tar_verbosity      [none]
    term_is_latin      [1]
    term_ornaments     [1]
    test_report        [0]
    trust_test_report_history [0]
    unzip              [/usr/bin/unzip]
    urllist
        0 [http://cpan.cse.msu.edu/]
        1 [http://httpupdate23.cpanel.net/CPAN/]
        2 [http://cpan.llarian.net/]
    use_sqlite         [0]
    username           undef
    version_timeout    [15]
    wait_list          undef
    wget               [/usr/sfw/bin/wget]
    yaml_load_code     [0]
    yaml_module        [YAML]
I would appreciate any assistance,
Thank you in advance,
Steve O

s@mira123 wrote:
Dear All,
I am trying to set the date as per the time zone,
I have succeeded doing that on solaris 10 x86 server after i modified the /etc/TIMEZONE file and ran the rtc command/etc/TIMEZONE is only read at boot time.
The rtc command is used to set the real time (bios) clock. It should have no effect on the running clock.
as i configured the /etc/TIMEZONE, i couldnt run the rtc command and figured that it is for X86
what is the alternative on SPARC?There is no alternative. x86 has a tradition of running the BIOS clock in local time. The rtc program allows you to continue doing that, which is handy if you multi-boot with other operating systems that require that setting (such as windows). As such, the rtc clock needs to be reset when local time changes (usually associated with daylight saving or summer time). If you do not multi-boot with windows, you may wish to set the bios clock to UTC. It makes certain things easier.
SPARC systems do not multi-boot windows, and the onboard nvram clock always runs in UTC. So the rtc command is not needed.
The date output is +2 over the timezone taht i have specified
TZ=Europe/Paris
CMASK=022
LANG=en_US.UTF-8Please show output of the following commands:
TZ=Europe/Paris date
date
echo $TZ
Darren

Similar Messages

  • Sun JVM Performance Issue in Sun Solaris 10 (SPARC)

    Hi,
    Issue : Performance issue after the migration of a Java application from IBM-AIX 5 to Sun Solaris 10 (SPARC)
    I am facing performance issue after the migration of a Java application from IBM-AIX 5.3 to Sun Solaris 10 (SPARC).
     Normally the application takes less than 1 hour to complete the process in AIX, but after migration in Solaris the application is taking 4+ hours.
    The Java version of IBM AIX is ,
    java version "1.5.0"
    Java(TM) 2 Runtime Environment, Standard Edition (build pap32dev-20051104)
    IBM J9 VM (build 2.3, J2RE 1.5.0 IBM J9 2.3 AIX ppc-32 j9vmap3223-20051103 (JIT enabled)
    The Java version of Solaris 10 is,
    Java(TM) Platform, Standard Edition for Business (build 1.5.0_17-b04)
    Java HotSpot(TM) Server VM (build 1.5.0_17-b04, mixed mode)
    Description of Application
    The application merges 2 XML files of size 300 MB each using DOM Parser and generates flat file according to certain business logic.No remote files are using for the file generation. There are two folders and around 200 XML file in each folders of similar names. The application loads 2 similar XML file at a time from each folder and Processes. Same way, the application processes all the 200 XML file pairs using loop.
    The JVM Parameters are given below.
    /usr/java5/bin/java -cp $CLASSPATH -Xms3072m -Xmx3072M com.db.mcc.creditderiv.GCDXMLTransProc
    Here the extended swap memory in AIX is 3072 (3GB). After copying the same tode to Solaris, the
    application started throwing java.lang.OutofMemoryError. So that we have increased the swap memory up to 12 GB.
    Since 32bit Java allows maximum 4 GB extended memory we started using 64 Bit Java in Solaris using -d64 argument.
    The Current JVM Parameter in Solaris is given below.
    java -d64 -cp $CLASSPATH -Xms8192m -Xmx12288m com.db.mcc.creditderiv.GCDXMLTransProc ( 64 GB Swap Memory is available in the System)
    We have tried the following options
    1.       Extended heap size up to 12 GB using -xms and -xmx parameters and tried multiple -XX options. Earlier the application was working fine in AIX with 3.5 GB extended heap size. ( 64 GB Swap Memory is available in the System)
    2.       Downloaded and installed the Solaris SPARC Patches from the website,
         http://java.sun.com/javase/downloads/index_jdk5.jsp
    4.   Downloaded and installed XML and XSLT patch from sun website
    5.       Tried to run the Java in server mode using -server option.

    A 64 bit VM is not necessarily faster than a 32 bit one. I remember at least on suggestion that it could be slower.
    Make sure you use the -server option.
    As a guess IBM isn't necessarily a slouch when it comes to Java. It might simply be that their VM was faster. Could have used a different dom library as well.
    Could be an environment problem of course.
    Profiling the application and the machine as well might provide information.

  • Solaris 10 SPARC DHCP Server causing disconnects every hour

    I am using Solaris 10 SPARC (Netra X1) as a router (DHCP/NAT)
    I'm running the built-in dhcp-server with the following in /etc/inet/dhcpsvc.conf
    DAEMON_ENABLED=TRUE
    RESOURCE=SUNWfiles
    RUN_MODE=server
    PATH=/var/dhcp
    CONVER=1
    HOSTS_RESOURCE=files
    ICMP_VERIFY=false
    INTERFACES=dmfe1
    LOGGING_FACILITY=1
    VERBOSE=TRUEI have made an entry for my MAC address
    # pntadm -P 192.168.1.0 | grep 192.168.1.218
    010026B9B29555  00      192.168.1.218   <MY IP>    Zero                            UNKNOWNHowever, if I rely on DHCP I get disconnected for a few seconds every hour exactly. All my SSH connections drop and I get disconnected from any IRC server I am on.
    If I set my client to a static IP this issue disappears, which leads me to believe it's DHCP who is the culprit here.
    Does anyone have any suggestions? From the pntadm output "Zero" should mean the lease never expires, right?
    Thanks

    A 64 bit VM is not necessarily faster than a 32 bit one. I remember at least on suggestion that it could be slower.
    Make sure you use the -server option.
    As a guess IBM isn't necessarily a slouch when it comes to Java. It might simply be that their VM was faster. Could have used a different dom library as well.
    Could be an environment problem of course.
    Profiling the application and the machine as well might provide information.

  • REP-3000: An internal error occured starting Oracle Toolkit Solaris 10 SPARC

    I am running WL 10.3.6.0 with Forms/Reports 11.1.2.1.0 on a Solaris SPARC 10 64-bit box, specifically a T4.
    Brand new install of Solaris 10 with only Forms/Reports installed as the user "oracle".
    When I run rwbuilder.sh I get the dreaded REP-3000 error.  I currently have an SR opened with Oracle but its taking forever and I've scoured the net for many different fixes which do not work.  Forms Builder does work fine however.
    Some things I have checked and/or changes I have made:
    DISPLAY - set properly.  I use ReflectionsX to get to my server, I can run xclock also, I've even tried xhost+.
    I've tried running rwbuilder.sh direct at the console to make sure its not a ReflectionsX issue, same error.
    NLS_LANG=AMERICAN_AMERICA.WE8ISO8859P1
    I've done an ldd on "rwbuilder" to make sure the binary's dependencies were met, all fulfilled with no problems.
    Updated reports.sh:
    REPORTS_DEFAULT_DISPLAY=NO
    DISPLAY=(updated with my direct IP:0.0)
    Relinked reports builder.
    At this point I'm stumped.  Anyone actually have Reports Builder working on a Solaris 10 SPARC box or am I poineering this?  LOL

    REPORTS_DEFAULT_DISPLAY=NO is correct on AIX
    Take a look at http://download-uk.oracle.com/docs/html/B14048_02/pbr_rfap.htm#sthref3930
    To revert to the dependency on DISPLAY and use screen fonts (old font look up algorithm):
    * Set REPORTS_DEFAULT_DISPLAY=NO
    * Remove the screenprinter.ppd entry in the uiscreenprint.txt file.
    * Set the DISPLAY variable to the active X-Windows display surface.
    Regards,
    Martin

  • 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

  • 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.

  • 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.

  • Solaris 9 Sparc

    Has anyone downloaded the zipped ISO's for Solaris 9 Sparc? I completed all three downloads and created the CD's from the ISO's. The install disk works fine. I'm having trouble with disk 1, it seems to be corrupt. In fact the ISO claims to to be 564 Mb but the CD only reports 262 Mb. I also used ISO Buster and used the extract utility. It too is reporting 262 Mb.
    I tried the Sun Download Manager thinking that I may have an issue with IE or my WinZip programs.
    I've burnt two disks using EZ CD Creator 5 and one disk using Nero.
    Anyone have any Ideas? I think the file is corrupt.
    I hope this is the right place to post this. Thanks

    There definitely seems to be something wrong with these zip files...
    I downloaded install, v1, v2 onto a solaris 8 system, "unzip install" works;
    "unzip v1" claims that end-of-central-directory signature not found. I've downloaded
    this file a number of times
    I downloaded v1 on a XP system w Sun DownLoad Manager, which unzips automagically
    after the download. Using Nero to try to burn the iso, hangs the Nero application.
    Sun does not seem to care about desktops any longer... After getting the 5th canned response
    from [email protected] resulting from my downloads; I replied with a summary of
    my troubles... Someone claiming to be a "Customer Service Specialist" send a somewhat
    insulting reply , caliming no technical help was available there & that I should consult
    the hardware compatibilty list. ie presumably my Ultra 5 with Solaris 8 is unable to unzip
    a sun generated zip file.

  • Could not locate new host added from Solaris 10 Sparc servers

    Hi All,
    I am having difficulty finding a new host (Stallion terminal server. e.g. jodie - 10.56.4.7) using ping on our Sun Fire T5220 Solaris 10 on our network, even though jodie has been updated to the DHCP (10.56.19.157) server and can be located from other hosts that runs Red Hat Linux and Windows XP. By restarting nscd daemon with the following commands did not help:
    # svcadm disable system/name-service-cache
    # svcadm enable system/name-service-cache
    Below is the static IP address detail for the Solaris 10 server:
    $ showrev
    Hostname: angel
    Hostid: 4e2f56yu
    Release: 5.10
    Kernel architecture: sun4v
    Application architecture: sparc
    Hardware provider: Sun_Microsystems
    Domain:
    Kernel version: SunOS 5.10 Generic_144488-12
    $ ifconfig -a                                                                  
    lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1
            inet 127.0.0.1 netmask ff000000
    e1000g0: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2
            inet 10.56.120.12 netmask fffffe00 broadcast 10.56.121.255
    The same detail on a Red Hat Linux server that can locate jodie is:
    root@bobby /sbin>uname -a
    Linux bobby.abc.com 2.4.18-3 #1 ...... i686 unknown
    root@bobby /sbin/ifconfig -a
    eth0      Link encap:Ethernet  HWaddr 00:20:ED:5D:2F:94 
              inet addr:10.56.8.218  Bcast:10.56.15.255  Mask:255.255.240.0
              UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
              RX packets:653366594 errors:0 dropped:0 overruns:698544 frame:0
              TX packets:5815250 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:100
              RX bytes:2492338569 (2376.8 Mb)  TX bytes:1003467939 (956.9 Mb)
              Interrupt:10 Base address:0xd000
    lo        Link encap:Local Loopback 
              inet addr:127.0.0.1  Mask:255.0.0.0
              UP LOOPBACK RUNNING  MTU:16436  Metric:1
              RX packets:145903 errors:0 dropped:0 overruns:0 frame:0
              TX packets:145903 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:0
              RX bytes:12496874 (11.9 Mb)  TX bytes:12496874 (11.9 Mb)
    Likewise, the IP configuration on my Windows XP PC that can also see jodie after having flushed its local dns cache with "ipconfig /flushdns":
    C:\Documents and Settings\crystal>ipconfig -all
    Windows IP Configuration
            Host Name . . . . . . . . . . . . : BEATLE
            Primary Dns Suffix  . . . . . . . : musician.abc.com
            Node Type . . . . . . . . . . . . : Unknown
            IP Routing Enabled. . . . . . . . : No
            WINS Proxy Enabled. . . . . . . . : No
            DNS Suffix Search List. . . . . . : musician.abc.com
                                                abc.com
                                                abc.com
                                                com
    Ethernet adapter Local Area Connection:
            Connection-specific DNS Suffix  . : abc.com
            Description . . . . . . . . . . . : Intel(R) 82566DM Gigabit Network Connection
            Physical Address. . . . . . . . . : 00-19-BB-55-79-90
            Dhcp Enabled. . . . . . . . . . . : Yes
            Autoconfiguration Enabled . . . . : Yes
            IP Address. . . . . . . . . . . . : 10.56.3.91
            Subnet Mask . . . . . . . . . . . : 255.255.240.0
            Default Gateway . . . . . . . . . : 10.56.0.1
            DHCP Server . . . . . . . . . . . : 10.56.19.157
            DNS Servers . . . . . . . . . . . : 10.56.0.2,10.56.0.33What I suspect is the DNS configuration on angel (Solaris 10) to lookup DNS server (10.56.0.2, 10.56.0.33) is not correct, or that it is on another subnet (10.56.120.0) and require additional setup to see other hosts that do not belong to its own subnet. angel has only recently been built and its likely that its DNS setup has not been configured correctly.
    Other Solaris 10 Sparc servers on the same subnet 10.56.120.0 also experienced the same issue even though they have been around for a while. Nevertheless, their DNS configuration may have been manually configured to see certain subnets and not 10.56.4.0 where jodie lives.
    Any idea on where the problem lies?
    Thanks in advance,
    Crystal

    Hi All,
    I am having difficulty finding a new host (Stallion terminal server. e.g. jodie - 10.56.4.7) using ping on our Sun Fire T5220 Solaris 10 on our network, even though jodie has been updated to the DHCP (10.56.19.157) server and can be located from other hosts that runs Red Hat Linux and Windows XP. By restarting nscd daemon with the following commands did not help:
    # svcadm disable system/name-service-cache
    # svcadm enable system/name-service-cache
    Below is the static IP address detail for the Solaris 10 server:
    $ showrev
    Hostname: angel
    Hostid: 4e2f56yu
    Release: 5.10
    Kernel architecture: sun4v
    Application architecture: sparc
    Hardware provider: Sun_Microsystems
    Domain:
    Kernel version: SunOS 5.10 Generic_144488-12
    $ ifconfig -a                                                                  
    lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1
            inet 127.0.0.1 netmask ff000000
    e1000g0: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2
            inet 10.56.120.12 netmask fffffe00 broadcast 10.56.121.255
    The same detail on a Red Hat Linux server that can locate jodie is:
    root@bobby /sbin>uname -a
    Linux bobby.abc.com 2.4.18-3 #1 ...... i686 unknown
    root@bobby /sbin/ifconfig -a
    eth0      Link encap:Ethernet  HWaddr 00:20:ED:5D:2F:94 
              inet addr:10.56.8.218  Bcast:10.56.15.255  Mask:255.255.240.0
              UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
              RX packets:653366594 errors:0 dropped:0 overruns:698544 frame:0
              TX packets:5815250 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:100
              RX bytes:2492338569 (2376.8 Mb)  TX bytes:1003467939 (956.9 Mb)
              Interrupt:10 Base address:0xd000
    lo        Link encap:Local Loopback 
              inet addr:127.0.0.1  Mask:255.0.0.0
              UP LOOPBACK RUNNING  MTU:16436  Metric:1
              RX packets:145903 errors:0 dropped:0 overruns:0 frame:0
              TX packets:145903 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:0
              RX bytes:12496874 (11.9 Mb)  TX bytes:12496874 (11.9 Mb)
    Likewise, the IP configuration on my Windows XP PC that can also see jodie after having flushed its local dns cache with "ipconfig /flushdns":
    C:\Documents and Settings\crystal>ipconfig -all
    Windows IP Configuration
            Host Name . . . . . . . . . . . . : BEATLE
            Primary Dns Suffix  . . . . . . . : musician.abc.com
            Node Type . . . . . . . . . . . . : Unknown
            IP Routing Enabled. . . . . . . . : No
            WINS Proxy Enabled. . . . . . . . : No
            DNS Suffix Search List. . . . . . : musician.abc.com
                                                abc.com
                                                abc.com
                                                com
    Ethernet adapter Local Area Connection:
            Connection-specific DNS Suffix  . : abc.com
            Description . . . . . . . . . . . : Intel(R) 82566DM Gigabit Network Connection
            Physical Address. . . . . . . . . : 00-19-BB-55-79-90
            Dhcp Enabled. . . . . . . . . . . : Yes
            Autoconfiguration Enabled . . . . : Yes
            IP Address. . . . . . . . . . . . : 10.56.3.91
            Subnet Mask . . . . . . . . . . . : 255.255.240.0
            Default Gateway . . . . . . . . . : 10.56.0.1
            DHCP Server . . . . . . . . . . . : 10.56.19.157
            DNS Servers . . . . . . . . . . . : 10.56.0.2,10.56.0.33What I suspect is the DNS configuration on angel (Solaris 10) to lookup DNS server (10.56.0.2, 10.56.0.33) is not correct, or that it is on another subnet (10.56.120.0) and require additional setup to see other hosts that do not belong to its own subnet. angel has only recently been built and its likely that its DNS setup has not been configured correctly.
    Other Solaris 10 Sparc servers on the same subnet 10.56.120.0 also experienced the same issue even though they have been around for a while. Nevertheless, their DNS configuration may have been manually configured to see certain subnets and not 10.56.4.0 where jodie lives.
    Any idea on where the problem lies?
    Thanks in advance,
    Crystal

  • License for cross-compilation for solaris 10 sparc on Linux x86

    I'd like to do cross-compilation for solaris 10 sparc on Linux x86 using gcc (for linux). To do that, I have to copy libraries (/lib/64) and includes (/usr/include) from a sparc machine to my linux machine.
    The compilation will be run on about (up to) 50 Linux machines (by various developers). We also have 3 solaris-10-SPARC machines.
    I wonder if Solaris license allows me to copy the includes and libs to perform compilation elsewhere.
    I also checked "OTN License Agreement for Oracle Solaris", but it looks like Oracle allows for installing "the programs" on up to 3 machines, but I need it on 50.
    Thanks for any suggestions or redirections to a proper place where I can get an answer.
    Marek

    When installing Solaris 10 01/06 on a Dell 1850 I receive an error message during the install saying "no disk found". I assume that the drive/controller is not recognized. The Dell 1850 is listed under the HCL for Solaris 10 10/06. I don't believe I can use the Solaris(TM) Device Driver for the LSI MegaRAID Adapter floppy with 1/06. I don�t have any other Solaris boxes up so I can�t build a jump start server. Any suggestions?

  • Solaris 10 Sparc T2000/T1000 slow scp/sftp between hosts

    We have 4 x t2000 and 2 x t1000 sun servers all running solaris 10 sparc edition and when uploading an agent to all these servers I was unable to maintain a connection faster than 6MB. All our OEL 6.3 hosts on the same vlans/network/swithes are able to copy the same files around at 85MB/s.
    Our entire network is GB and have been trouble shooting along the way and have got down to two sun hosts on the same switch and vlan to rule out firewalling and other factors.
    The switchports on the cisco show no errors and no errors are seen on the solaris servers and training up at the GB speed as configured.
    So I'm faily certain there is something on the solaris hosts OS wise that is affecting perfomance that is causing some of our backup jobs to be quite long but I'm not sure at what to do now.
    I've seen some online articles relating to tuning and adjusting certain tcp options but unsure as to what would be best.
    Has anyone else experienced issues such a this and if so what was done to resolve it, thanks.

    Hi,
    this is just a guess, but the T1000 and T2000 are really slow when doing single-thread cpu stuff. When you do scp, a single thread or process on each machine has to do all the encryption and this is most likely what is slowing you down. To analyze this further, look at the output of prstat (or top). If I am right, you will see one scp/ssh process using all cpu time of one of your cores/threads. In a T2000 with 8 cores, 32threads, this will be shown in prstat as 6.7% utilization.
    Bjoern

  • Workshop (WebLogic 10.2 MP1) not available for Solaris 10 SPARC 64 bit?

    Hi All,
    When Workshop for WebLogic 10.2 MP1 will be available for Solaris 10 SPARC 64 bit.
    I could find "WebLogic 10.2 MP1 for Solaris 10 SPARC 32 bit" but not for SPARC 64 bit!!
    otherwise guide me to download page.
    Thanks and Regards
    Arunachalam.C
    Edited by: arungoin on Feb 16, 2011 4:55 PM

    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.

  • [Python on SOLARIS 8 Sparc] Libs error...

    Hi;
    I'm relativly new with Solaris 8 but i have much more experience with Linux and derivated operating systems.
    My problem is that when i want to start python, i get the following error:
    bash-2.03# python2.4
    ld.so.1: python2.4: fatal : libcrypto.so.0.9.6 : �chec de l'ouverture : Ce fichier ou ce r�pertoire n'existe pas
    Tu� It's in french..
    It says :
    ld.so.1: python2.4 : fatal : libcrypto.so.0.9.6 : couldn't open : this file or directory doesn't exists.
    Someone know how to fix this please?
    And also.. If someone could give me some advices to install XML::Parser i would be very graceful.
    Thanks!
    Philippe Desmarais

    gcc is not supported. Use SUN Workshop. See the release notes for supported software.
    Wayne Scott
    alex wrote:
    Help!!!
    Environment:oracle 9i,Solaris 8(SPARC,64),Tuxedo 8.0,GCC3.2
    Input:buildtms -o ORA_TMS9i -r Oracle_XA
    Output:
    gcc: language arch=v9 not recognized
    gcc: language arch=v9 not recognized
    gcc: language arch=v9 not recognized
    gcc: language arch=v9 not recognized
    collect2: ld returned 1 exit status
    CMDTUX_CAT:1832: ERROR: can't execute gcc -xarch=v9 -w -I$TUXDIR/include -o ./TMS_ORA9i
    BS-21c1.c -L${TUXDIR}/lib /home/tuxedo/bea/tuxedo8.0/lib/TMS.o -ltux -lbuft
    -L${ORACLE_HOME}/lib -lxa ${ORACLE_HOME}/lib/libsql9.a -lora -lsqlnet -lcore
    -lnlsrtl -lcore ${ORACLE_HOME}/lib/osntabst.o -lsqlnet -lcv6 -lora -lm -lsocket
    -lfml -lfml32 -lengine -R/usr/lib/lwp -lpthread -lposix4 -lsocket -lnsl
    CMDTUX_CAT:530: ERROR: Cannot execute $TUXDIR/bin/buildserver -r Oracle_XA -o
    ./TMS_ORA9i -S -s TMS -s..TMS:TMS -f $TUXDIR/lib/TMS.o

Maybe you are looking for

  • Wireless logitech keyboard - unable to set keyboard map in X.

    Hi, i have a wireless usb keyboard - logitech k360. When I restart X i always have to manually set keyboard layout using "setxkbmap pl" which is little annoying. My laptop keyboard has polish layout set correctly. I tried to modify /etc/X11/xorg.conf

  • How do I convert MTS files to work in Adobe CS6 Premiere on my new iMac (2013)

    I am trying to get AVCHD MTS files to work with my iMac. Is there a free converter or will Premiere Pro CS6 do it?

  • How do I open attachments

    Ok, I get emails with attachments and cannot figure out how to open them.  It is driving me nuts!. Solved! Go to Solution.

  • Can't install CS2 on my new machine!!!!

    I have recently upgraded my machine. I'm running windowsXP 64-bit. I have sucessfully installed cs1 and all programs work. As I install cs2, the upgrade, I get to the "installation location" at the very beginning of the process I get this error messa

  • PLEASE HELP! TROUBLE INSTALLING

    I was just updating MAC OS X Tiger to my computer. And when it restarts, an alert comes up and says that the installation cannot be complete. I really don't care about that right now, but what I do care about is that I cannot eject the installation c