Solaris 10 U6 SPARC - DHCP Jumpstart Issues

Got working DHCP server until U6 image has been put in place. Not sure if some thing got changed as far as 'macros' are concerned.
Using DHCP for network configuration information.
Reading ZFS config: done.
Setting up Java. Please wait...
Serial console, reverting to text install
Beginning system identification...
Searching for configuration file(s)...
Using sysid configuration file /sysidcfg
Search complete.
Discovering additional network configuration...
Completing system identification...
Starting remote procedure call (RPC) services: done.
System identification complete.
Starting Solaris installation program...
Searching for JumpStart directory...
/sbin/dhcpinfo: primary interface requested but no primary interface is set
not found
Warning: Could not find matching rule in rules.ok <== FOR SOME REASON IT COMPLAINS
Press the return key for an interactive Solaris install program... <== GOES TO INTERACTIVE, EXPECTING TO HIT ENTER
Executing JumpStart preinstall phase...
Searching for SolStart directory...
Checking rules.ok file... ==> AND FINDS ALL GOOD IN RULES.OK
Using begin script: install_begin
Using finish script: patch_finish
/sbin/dhcpinfo: connect: Connection refused
Executing SolStart preinstall phase...
Executing begin script "install_begin"...
Begin script install_begin execution completed.
And then goes to interactive again. The same macros works seemless without any issues for U5, though.
Wondering if anyone has some answers. Thanks in advance.
-AV

I did not remember of the errors, so I recreated my image for testing...and did not get any issues, otherthan the anticipated ones. Please see below.
root@jumplab:/export# pwd
/export
root@jumplab:/export# mkdir /export/mr
root@jumplab:/export# /boot/solaris/bin/root_archive unpackmedia /export/sol10u6 /export/mr
umount: /tmp/mnt22057 busy
rmdir: directory "/tmp/mnt22057": Directory is a mount point or in use
lofiadm: could not unmap file /export/sol10u6/boot/sparc.miniroot: Device busy
rmdir: directory "/tmp/mnt22057": Directory is a mount point or in use
root@jumplab:/export# df -h
Filesystem size used avail capacity Mounted on
/dev/md/dsk/d0 20G 6.1G 13G 32% /
/devices 0K 0K 0K 0% /devices
ctfs 0K 0K 0K 0% /system/contract
proc 0K 0K 0K 0% /proc
mnttab 0K 0K 0K 0% /etc/mnttab
swap 17G 1.4M 17G 1% /etc/svc/volatile
objfs 0K 0K 0K 0% /system/object
sharefs 0K 0K 0K 0% /etc/dfs/sharetab
fd 0K 0K 0K 0% /dev/fd
/dev/md/dsk/d4 30G 18G 12G 60% /var
swap 17G 4.1M 17G 1% /tmp
swap 17G 56K 17G 1% /var/run
swap 17G 0K 17G 0% /dev/vx/dmp
swap 17G 0K 17G 0% /dev/vx/rdmp
/dev/md/dsk/d2 7.9G 4.7G 3.1G 60% /home
/dev/md/dsk/d3 2.0G 240M 1.7G 13% /jumpstart
/dev/vx/dsk/jumpexp-local/jumpexpvol
100G 79G 21G 79% /export-dev
/dev/vx/dsk/jumpexp/jumpexpvol
249G 175G 74G 71% /export
/dev/vx/dsk/testdg1/testvol
100G 19G 80G 20% /export/testdepot-dev
/dev/vx/dsk/testdg/testvol
300G 172G 120G 59% /export/testdepot
/export/tftpboot
249G 175G 74G 71% /tftpboot
/export/sol10x86/boot
249G 175G 74G 71% /tftpboot/I86PC.Solaris_10-1
/export/sol10x86/boot
249G 175G 74G 71% /tftpboot/boot
/dev/odm 0K 0K 0K 0% /dev/odm
/dev/lofi/1 167M 164M 0K 100% /tmp/mnt22057
root@jumplab:/export# cd /export/mr
root@jumplab:/export/mr# ls
a cdrom etc mnt proc system var
bin dev kernel opt reconfigure tmp
boot devices lib platform sbin usr
root@jumplab:/export/mr# cd sbin
root@jumplab:/export/mr/sbin# cp sulogin sulogin.orig
root@jumplab:/export/mr/sbin# export PKG_NONABI_SYMLINKS=true
root@jumplab:/export/mr/sbin# patchadd -C /export/mr /root/138888-03
Checking installed patches...
Verifying sufficient filesystem capacity (dry run method)...
Installing patch packages...
Patch 138888-03 has been successfully installed.
See /export/mr/var/sadm/patch/138888-03/log for details
Patch packages installed:
SUNWcakr
SUNWcakr.3
SUNWcakr.2
SUNWckr
SUNWcsd
SUNWcsl
SUNWcslr
SUNWcsr
SUNWcsu
SUNWesu
SUNWmdb
SUNWmdbr
SUNWpd
SUNWroute
SUNWssad
SUNWust1
SUNWust2
root@jumplab:/export/mr/sbin# ls /export/mr/etc/svc/
repository.db volatile
root@jumplab:/export/mr/sbin# ls -l /export/mr/etc/svc/
total 1026
-rw------- 1 root sys 515072 Oct 27 14:53 repository.db
drwxr-xr-x 2 root sys 512 Oct 27 14:39 volatile
root@jumplab:/export/mr/sbin# export SVCCFG_REPOSITORY=/export/mr/etc/svc/repository.db
root@jumplab:/export/mr/sbin# svccfg -s system/manifest-import setprop start/exec = :true
root@jumplab:/export/mr/sbin# svccfg -s system/filesystem/usr setprop start/exec = :true
root@jumplab:/export/mr/sbin# svccfg -s system/identity:node setprop start/exec = :true
root@jumplab:/export/mr/sbin# svccfg -s system/device/local setprop start/exec = :true
root@jumplab:/export/mr/sbin# svccfg -s network/loopback:default setprop start/exec = :true
root@jumplab:/export/mr/sbin# svccfg -s network/physical:default setprop start/exec = :true
root@jumplab:/export/mr/sbin# svccfg -s milestone/multi-user setprop start/exec = :true
root@jumplab:/export/mr/sbin# /Boot/boot/solaris/bin/root_archive packmedia /export/sol10u6 /export/mr
sh: /Boot/boot/solaris/bin/root_archive: not found
root@jumplab:/export/mr/sbin# /boot/solaris/bin/root_archive packmedia /export/sol10u6 /export/mr
root@jumplab:/export/mr/sbin# cd /export/sol10u6/
root@jumplab:/export/sol10u6# ls -lrt
total 960
-r--r--r-- 1 root root 460262 Jul 31 2008 JDS-THIRDPARTYLICENSEREADME
-r--r--r-- 1 root root 6557 Jul 31 2008 Copyright
-rwxr-xr-x 1 root root 257 Oct 27 14:57 installer
drwxr-xr-x 2 root bin 96 Oct 27 15:20 License
drwxr-xr-x 7 root root 8192 Oct 27 15:21 Solaris_10
drwxr-xr-x 5 root root 96 Oct 27 15:21 platform
drwxr-xr-x 2 root root 96 Apr 22 14:33 boot
root@jumplab:/export/sol10u6# cd boot
root@jumplab:/export/sol10u6/boot# ls -lrt
total 364816
-rw-r--r-- 1 root root 8192 Apr 22 14:28 hsfs.bootblock
-rw-r--r-T 1 root root 186777600 Apr 22 14:28 sparc.miniroot
root@jumplab:/export/sol10u6/boot# cd ../
root@jumplab:/export/sol10u6# cd Sol*/Tools/Boot
root@jumplab:/export/sol10u6/Solaris_10/Tools/Boot# ls -lrt
total 216960
drwxr-xr-x 5 root root 96 Oct 27 15:21 platform
-rw-r--r-- 1 root other 14 Mar 24 11:41 netmask
-rw-r--r-- 1 root root 28288762 Apr 22 14:26 pkg_db.cpio.bz2
-rw-r--r-- 1 root root 72364374 Apr 22 14:28 X.cpio.bz2
-rw-r--r-- 1 root root 287385 Apr 22 14:28 X_small.cpio.bz2
-rw-r--r-- 1 root root 10107822 Apr 22 14:28 lu.cpio.bz2
-rw-r--r-- 1 root root 1530 Apr 22 14:28 lu.platforms
root@jumplab:/export/sol10u6/Solaris_10/Tools/Boot#
I hope you followed the instructions correctly.

Similar Messages

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

  • Solaris 10 SPARC time zone issue

    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
    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?
    The date output is +2 over the timezone taht i have specified
    TZ=Europe/Paris
    CMASK=022
    LANG=en_US.UTF-8
    Thanks,
    Scotty

    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

  • Unattended  Solaris 10 installation with jumpstart server issue

    Hello,
    I have setup a jumpstart server and am finding it difficult to get a fully unattended solaris 10 sparc 10/09 install on a t1000 client. The console connection to the client goes into interactive mode at the point in system identification when the installer asks if the system is networked or non-networked, and runs a setup of default time zone and date/time. Using esc-2 to advance through the interactive menu it asks if ithe system is on a subnet, for the netmask (which is there as default), asks if the current time is correct, then asks me to confirm that my selections are correct. When I confirm it goes on it's merry way to finish the installation unattended.
    My guess is it does not like one of the values in the sysidcfg file being used, but can't seem to see where the problem is. I don't see anything in the table of sysidcfg keywords from the online docs that specify networked or not, and I am using the network_interface keyword to define hostname, ip, default router, netmask and ipv6, and thought that should take care of the networking portion of system identification, also have timezone and time server set.
    Could it be that I am configuring an ethernet port that is not connected (bge0)? This computer will be deployed on a DMZ type network, and the jumpstart server is located on a different network our internal private network. The jumpstart installation via the server is done by using a temporary ethernet connection on a second interface of the client. One other note the defined time server is on the dmz so the installation program won't see it.
    Any suggestions on what might be causing the interactive installer to kick in?
    Here is the sysidcfg used for the client:
    more sysidcfg_vlan3/sysidcfg
    keyboard=US-English
    terminal=vt100
    security_policy=NONE
    system_locale=en_US
    install_locale=en_US
    timeserver=service-time
    timezone=US/Eastern
    network_interface=bge0 {hostname=D-Wade.xxx.xxxx.xxx default_route=xx.xx.xxx.1 ip_address=xx.xx.xxx..3 netmask=255.255.255.0 protocol_ipv6=no}
    name_service=NONE
    nfs4_domain=dynamic
    root_password=someEncryptedValue
    service_profile=limited_net
    Thanks,
    John
    Edited by: jmck407 on Aug 6, 2010 11:42 AM

    update. Fixed the problem with date/time by using abrante's suggestion of setting the time server to localhost. Don't get prompted for date/time information in the interactive installer any more.
    If I setup the sysidcfg file to configure the ethernet port being used to communicate with the jumpstart server (bge1), using an ip and netmask that is on the jumpstart server network, the installation goes through fully un-attended.
    Is there any way to get a second interface (in this case bge0) configured with ip/netmask values that are not part of the jumpstart server's network, using a non interactive jumpstart installation? Using these values in sysidcfg, the only things prompted for during the installation are, Is the system on a subnet, and what is the netmask. Anyone know what the sysidcfg part of the installation does to check the validity of a netmask value given in the sysidcfg file on the jumpstart server?
    If need be, I guess the interface could be configured in the finish script.
    more sysidcfg_vlan3/sysidcfg
    keyboard=US-English
    terminal=vt100
    security_policy=NONE
    system_locale=en_US
    install_locale=en_US
    timeserver=localhost
    timezone=US/Eastern
    network_interface=bge0 {hostname=D-Wade.xxx.xxxx.xxx default_route=xx.xx.xxx.1 ip_address=xx.xx.xxx..3 netmask=255.255.255.0 protocol_ipv6=no}
    name_service=NONE
    nfs4_domain=dynamic
    root_password=someEncryptedValue
    service_profile=limited_net

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

  • DHCP Jumpstart on Solaris 8

    Can someone could help me to find more informations about the new feature of Solaris 8 which could Jumpstart over the network with DHCP (to get bootparams ans network informations)
    Thanks for spending some of your time.

    Thanks to Gopinath. Here is the solution to JumpStart Sol 8 with DHCP
    Use add_install_client -d ...
    -d = use DHCP for boootparams
    or
    Use the feature network_interface in syscfg file:
    network_interface=primary { dhcp     protocol_ipv6=no     }
    Note:     DHCP under Solaris uses ipv4
         ( this is in advanced administration Solaris Book 3, p150 - docs.sun.com )

  • 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

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

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

  • 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

Maybe you are looking for

  • Need help with error log

    Hello folks... I wish I knew what I was looking at here, hopefully someone can make sense of this for me? Yesterday I started up Flex Builder 3 and had an error.  All I could see was java this java that...so I reinstalled java, hoping that might do s

  • Top 2 workable way to Create Windows 7 Password Reset Disk in any condition

    This article describes how to create and use a Windows 7 password reset disk for a computer before and after you forgot the password. You can use Windows 7 password reset CD to gain access to your computer. Scenario 1: I dont forget the password yet.

  • ABAP Dump with using FM 'REUSE_ALV_GRID_DISPLAY'

    Hi, I copied a Standard report program(RCOPCA02) to Z-Program for adding two new fields in the report output. I added those two new fields in the field catalog also. Actually the program is using FM 'REUSE_ALV_GRID_DISPLAY' , when i execute the progr

  • R/3-XI-BW

    What kind of data is transferred between R/3 to BW using XI.......could someone tell a example of this scenario....Thank you...

  • AC 5.3 - CUP - initiator attributes - conditional logic

    Is there a trick to making the conditional logic work correctly in CUP when trying to define/select the initiator attributes?   Even when I specify to use AND, it seems to still be adding the attribute with an OR condition. For our non-production pro