Bind DMA handle fails with Solaris 10 x86

Our device driver and device uses no scatter gather and
we have always set the sgllen filed of the DMA_ATTR to 1.
Even so, ddi_dma_buf_bind_handle() would often result in
more than one dma cookie for a transfer on most x86 systems.
We handle this in the device driver, starting a new transfer from
the device for each cookie.
Along comes Solaris 10 and ddi_dma_buf_bind_handle() fails with a
DDI_DMA_TOOBIG error for all DMA transfer over 1200 bytes or so.
We are not sure what changed in Solaris 10 to cause our method to
no longer work.
Is the correct thing to simply set the sgllen field to -1?

Following up on my previous post ....
Setting the dma_attr_sgllen field of the DMA_ATTR to -1
does seem to solve the problem for Solaris 10. It works
on sparc v9, intel32 and amd64 platforms.
However, it does not work with Solaris 9 on x86 platforms.
In this case, ddi_dma_buf_bind_handle() fails with a
DDI_DMA_BADATTR error.
On sparc platforms it does not seem to matter. A value of
either 1 or -1 works for both Solaris 9 and 10.
In order to maintain backwards compatibility, we will need to
make use of autoconf variables, having our conifgure script
substitute an appropriate value for the dma_attr_sgllen
based on the host operating system version.

Similar Messages

  • Ultra 10 crashes with Solaris 7:panic[cpu0] ... ECache SRAM ...

    The error message is as follows:
    panic[cpu0]/thread=706a6920: cpu0 Ecache SRAM Data Parity Error: AFSR 0x00000000
    .0040003 AFSR 0x00000000.1364a7b8
    Syncing file systems ????
    dumping to /dev/dsk/c0t0d0s1, offset ???
    100% done: 2484 pages dumped, compression ratio 2.94, dump succeeded
    Rebooting...
    Restarting...
    Thanks

    Hi JTB,
    There is not currently a patch for Solaris, but you may want to take a look at the following articles that address the use of GPIB-ENET devices with Solaris 8:
    GPIB-ENET/100 Fails with Solaris 8
    Unable to Use the GPIB-ENET with LabVIEW under Solaris
    Again, I recommend trying to monitor the specific commands you are executing and where the error is occurring in order to isolate the issue.
    Regards,
    Lauren
    Applications Engineering
    National Instruments

  • OCIEnvCreate fails with -1 return code on Solaris 9 x86 with Oracle 10g

    Hi
    OCIEnvCreate function is failing with -1 return code on solaris 9 x86. The database I use is, Oracle 10g release 1. I tired to connect with sqlplus and am able to connect to dataserver. Why does OCIEnvCreate fails? Can someone help me in this regard.
    Thanks

    Can place the sample code.

  • Solaris x86 with card on-board

    Hi all,
    I got a problem when installing Solaris9 x86 on ibm NetVista Machine.
    I have installed 2 other machines with separated network card sucessfully. I can configure to connecto to my LAN network.
    But when install on 2 ibm NetVista machines (which include onboard network card ), It is fail to be configured to connect to the network in both following cases:
    Case 1: I choose proper driver as Sun suggest for Intel VE Pro(R) 10/100 : iprb. And the Solaris detect successfully. I checked by "ifconfig -a" and saw the network card active on "iprb0".
    Next, I following correct instructions to configure the network card to connect to the LAN. But when i ping IP (9.187.186.18) to other computer in our same subnet LAN,
    The system display eg: "No anwer from 9.187.186.18"
    I run the "snoop" command to view broadcasr ARP in an other terminal. The snoop terminal displays ARP signal boradcasting from the Solaris. However, it can nerver get ARPs from other computer in LAN.
    Case 2: I add 3COM network driver to the solaris ( onboard card is no loger used ). The system can auto-detected this card and i can configure to connect to the network. The problem remain unchange.
    Is there any special in IBM Netvista machine need to be configure under Solaris x86 or any particular configuarion for on-board network card. ???
    Can any boy help me to solve this problem ??
    Best regards,
    Thang,
    Vietsoftware Developer

    However, it can nerver get ARPs from other computer in LAN.Are you perhaps running "snoop" on a box different from the one that you're trying to ping, and are you using
    a switched ethernet? In that case it would be OK if you only see the ARP broadcast, because the ping target
    box will send the ARP reply directly to the MAC of the requesting station (i.e. there's no ARP broadcast reply),
    and an ethernet switch will send the ARP reply directly to the port where the station with the given destination
    MAC is connected - no other port should see the reply.
    If you're trying to ping 9.187.186.18 from the new Solaris x86 box, try to run snoop on the 9.187.186.18
    system. 9.187.186.18 should see the ARP broadcast from the LAN, and the 9.187.186.18 box should list the
    ARP response it sends back to the LAN.
    Is there any special in IBM Netvista machine need to be configure under Solaris x86 or any particular
    configuarion for on-board network card. ???I guess the interrupt handler for the NIC is not working, so the Solaris x86 sees no incomming packets.
    See the "troubleshooting" section on the following page:
    http://solaris-x86.org/documents/tutorials/rtls.mhtml

  • Intel network interface with Solaris 10 x86

    Hi,
    I have been Googling all evening to try and find a solution to this, but here is the problem:
    I have a PC built around an Asus P4C800-E system board, and I have Solaris 10 x86 01/2006 installed. I would like to get the Ethernet interface (Intel adaptor, running on a CSA bus) up and running - but for some reason I can't seem to get the driver to bind to the proper address (pci8086,1019 - from what I have been able to find out): It instead insists on binding to pci1043,80f7. Even though pci8086,1019 is listed in /etc/device_aliases, it won't play nice.
    I know the NIC is working, and have tried it under other OSes (including Linux).
    Although Solaris x86 "sees" something there, and the interface is plumbed (it can even tell when the network link is up or down), I can't get the interface to work - pings do not work, etc.
    Is there a way I can convince the driver to bind to pci8086,1019 instead of pci1043,80f7?
    Any assistance would be greatly appreciated.
    Joovilhar.

    <table border="0" align="center" width="90%" cellpadding="3" cellspacing="1"><tr><td class="SmallText"><b>Joovilhar wrote on Wed, 08 March 2006 02:14</b></td></tr><tr><td class="quote">
    I can't seem to get the driver to bind to the proper address (pci8086,1019 - from what I have been able to find out): It instead insists on binding to pci1043,80f7. Even though pci8086,1019 is listed in /etc/device_aliases, it won't play nice.
    </td></tr></table>
    Is 1043,80f7 the device's pci subsystem vendor and subsystem device id?
    And 8086,1019 is the normal vendor/device id?
    In this case everything would work as expected.
    What is listed by "/usr/X11/bin/scanpci -v" for the ethernet controller?
    <table border="0" align="center" width="90%" cellpadding="3" cellspacing="1"><tr><td class="SmallText"><b>Quote:</b></td></tr><tr><td class="quote">
    I know the NIC is working, and have tried it under other OSes (including Linux).
    Although Solaris x86 "sees" something there, and the interface is plumbed (it can even tell when the network link is up or down), I can't get the interface to work - pings do not work, etc.
    </td></tr></table>
    Try to boot the kernel with various settings of the "acpi-user-options" variable,
    to disable / enable ACPI. In previous Solaris x86 releases, when
    something went wrong configuring an interrupt vector for a nic device,
    the typical end result is a nic that is unable to receive incomming
    packets. Maybe your Asus P4C800-E is still problematic with ACPI, with
    S10 x86 1/2006, and needs the acpi-user-options workaround.
    http://blogs.sun.com/roller/page/danasblog?anchor=configurin g_solaris_acpi_at_boot
    To change the "acpi-user-options" variable, edit the grub boot command
    line and edit the "multiboot" line, e.g. append "-Bacpi-user-options=0x2".

  • Several mysterious problems with Solaris 11 x86 install

    Hi folks,
    I've recently installed Solaris 11 x86 as a replacement for Solaris 9 SPARC on an Ultra 2 machine. I like the operating system, but I've promptly acquired some mysterious problems. The computer is a Fujitsu Siemens Esprimo E2500 with a Pentium 4 HT 3.06 GHz processor, 2 GB RAM, an 80 GB SATA disk and a 147 GB SCSI disk.
    I have had a few occasions on which the screen goes totally blank, the monitor claims that there is no signal, and I have to restart the machine. However, with the blank screen, the hard drive activity light is sometimes still flashing. This happens predictably when I try to log off (as opposed to shutting down) and when I use Totem media player and click on anything inside the Totem window. The motherboard has built-in graphics and brief specifications can be found here:
    http://uk.ts.fujitsu.com/rl/servicesupport/techsupport/professionalpc/ESPRIMO/Datasheets/ds_esprimo_edition_e2500.pdf
    Yesterday my PS/2 keyboard started causing the motherboard to beep crazily when I use it. It beeps rapidly 4 times, then prints the expected character. However, the problem doesn't occur at the initial log in screen. The mouse cursor has also gone beserk on one occasion, flying all over the screen (I had this problem with a previous PC, but a different OS, and thought it was a hardware fault, which I why I got this new computer). With the keyboard problem, the machine is basically unusable. However, it is configured as a dual boot machine, and the keyboard problem isn't present with Windows XP.
    There are also a few smaller, odd problems. Occasionally all the icons vanish from my Gnome desktop. The command prompt also mysteriously changed from $chris@pluto to $bash-4.1 just before the keyboard problem appeared, although that might have had something to do with me copying my home directory to a different disk and editing the /etc/auto_home file (moving the home directory worked fine). Also, unlike with Solaris 9 SPARC, I find that I have to have external SCSI devices switched on at boot time, should I want to use them later. That's a pain. With Solaris 9, I could run "boot -r" when I first attached the device, then switch on the SCSI devices and mount them whenever I wanted.
    After the useful advice I received here about "more" and "less", I thought I'd post these problems and see if anyone can help. I'd really appreciate some advice. Can anyone identify likely causes for these problems? Which problems can I expect to solve and which do I have to live with?
    Many thanks,
    Chris Tidy
    Edited by: Chris Tidy on 23-Mar-2012 03:36

    Hi folks,
    I've recently installed Solaris 11 x86 as a replacement for Solaris 9 SPARC on an Ultra 2 machine. I like the operating system, but I've promptly acquired some mysterious problems. The computer is a Fujitsu Siemens Esprimo E2500 with a Pentium 4 HT 3.06 GHz processor, 2 GB RAM, an 80 GB SATA disk and a 147 GB SCSI disk.
    I have had a few occasions on which the screen goes totally blank, the monitor claims that there is no signal, and I have to restart the machine. However, with the blank screen, the hard drive activity light is sometimes still flashing. This happens predictably when I try to log off (as opposed to shutting down) and when I use Totem media player and click on anything inside the Totem window. The motherboard has built-in graphics and brief specifications can be found here:
    http://uk.ts.fujitsu.com/rl/servicesupport/techsupport/professionalpc/ESPRIMO/Datasheets/ds_esprimo_edition_e2500.pdf
    Yesterday my PS/2 keyboard started causing the motherboard to beep crazily when I use it. It beeps rapidly 4 times, then prints the expected character. However, the problem doesn't occur at the initial log in screen. The mouse cursor has also gone beserk on one occasion, flying all over the screen (I had this problem with a previous PC, but a different OS, and thought it was a hardware fault, which I why I got this new computer). With the keyboard problem, the machine is basically unusable. However, it is configured as a dual boot machine, and the keyboard problem isn't present with Windows XP.
    There are also a few smaller, odd problems. Occasionally all the icons vanish from my Gnome desktop. The command prompt also mysteriously changed from $chris@pluto to $bash-4.1 just before the keyboard problem appeared, although that might have had something to do with me copying my home directory to a different disk and editing the /etc/auto_home file (moving the home directory worked fine). Also, unlike with Solaris 9 SPARC, I find that I have to have external SCSI devices switched on at boot time, should I want to use them later. That's a pain. With Solaris 9, I could run "boot -r" when I first attached the device, then switch on the SCSI devices and mount them whenever I wanted.
    After the useful advice I received here about "more" and "less", I thought I'd post these problems and see if anyone can help. I'd really appreciate some advice. Can anyone identify likely causes for these problems? Which problems can I expect to solve and which do I have to live with?
    Many thanks,
    Chris Tidy
    Edited by: Chris Tidy on 23-Mar-2012 03:36

  • Solaris x86 with Oracle RAC 10g Enterprise Edition Release 10.2.0.3.0

    Hello,
    Maybe you can help me (new on RMAN backup) in doing this.
    I have configured a single Oracle 10g database to have backup with RMAN with following steps:
    1. $ mkdir $ORACLE_BASE/rman_scripts
    2. $ mkdir $ORACLE_BASE/logs
    3. $ mkdir $ORACLE_BASE/tracking
    4. $ mkdir $ORACLE_BASE/c_backup
    5. $ sqlplus sys/<password> as sysdba
    6. SQL> alter system set db_recovery_file_dest_size = 50G scope=both;
    7. SQL> alter system set db_recovery_file_dest='${ ORACLE_BASE}/flash_recovery_ area' scope=both;
    8. SQL> alter system set log_archive_dest_10='location= use_db_recovery_file_dest';
    9. SQL> shutdown immediate
    10. SQL> startup nomount
    11. SQL> alter database archivelog;
    12. SQL> alter database open;
    13. SQL> alter database enable block change tracking using file '${ORACLE_BASE}/tracking/rman_ change_track.f';
    14. $ rman target /
    15. RMAN> CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK
    TO '/var/opt/oracle/flash_ recovery_area/ORCL/c_backup/% F';
    16. RMAN> CONFIGURE CONTROLFILE AUTOBACKUP ON;
    17. RMAN> CONFIGURE BACKUP OPTIMIZATION ON;
    18. RMAN> CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 7 DAYS;
    19. RMAN> exit
    I need to configure incremental backup with RMAN on a two node Solaris x86 with Oracle RAC 10g Enterprise Edition Release 10.2.0.3.0 installation.
    We also use ASM to store database files, and have Oracle software installed on separate file systems (two Oracle roots for Node1 and Node2).
    I have following questions:
    1) where to put Flash Recovery Area (FRA)?
    I saw recommendations to put FRA on the ASM, is this the best way to do it?
    2) Can I put FRA on another file system (not on the ASM) which is available only from Node1? This way I can save space on the ASM.
    3) Is it possible/recommended to run RMAN from Node1 only?
    Below is the script used to run RMAN on the normal Oracle database (without RAC) which I need to change :
    =============================================================================================
    2.0 Oracle backup script: /opt/app/oracle/rman_scripts/backup.sh
    Use this for daily backups, possiblly as a cron job.
    Once a week run this: /opt/app/oracle/rman_scripts/backup.sh FULL
    All other days of the week: /opt/app/oracle/rman_scripts/backup.sh INCREMENTAL
    Note: You may have to change ORACLE_SID, ORACLE_BASE below to match your database.
    =============================================================================================
    #!/usr/bin/ksh
    ORACLE_SID=orcl
    ORACLE_BASE=/opt/app/oracle
    ORACLE_HOME=${ORACLE_BASE}/product/10.2.0/db_1
    PATH=${ORACLE_HOME}/bin:/usr/bin
    LOGDIR=${ORACLE_BASE}/logs
    LOGFILE=${LOGDIR}/rman.log
    if [[ $# < 1 ]]
    then
    echo "usage: backup.sh FULL|INCREMENTAL"
    exit;
    fi
    BACKUPTYPE=${1}
    full='FULL'
    incremental='INCREMENTAL'
    if [[ $BACKUPTYPE == $full ]]
    then
    $ORACLE_HOME/bin/rman target / nocatalog log ${LOGFILE} append << eof
    run {
    backup database;
    SQL 'alter system archive log current';
    backup archivelog all;
    delete noprompt obsolete;
    exit;
    eof
    echo ''
    fi
    if [[ $BACKUPTYPE == $incremental ]]
    then
    $ORACLE_HOME/bin/rman target / nocatalog log ${LOGFILE} append << eof
    run {
    backup database;
    backup incremental level 1 database;
    SQL 'alter system archive log current';
    backup archivelog all;
    delete noprompt obsolete;
    exit;
    eof
    echo ''
    fi

    Hi [email protected],
    Q1) where to put Flash Recovery Area (FRA)?
    A1) With RAC: on the shared storage
    I saw recommendations to put FRA on the ASM, is this the best way to do it?
    If you want your backups to be available for both nodes you have to use shared storage or tape using an mml library.
    So if you want to use the FRA for rman backups and the database is on ASM just make ASM the standard for the FRA as well.
    Q2) Can I put FRA on another file system (not on the ASM) which is available only from Node1? This way I can save space on the ASM.
    A2) Than you cannot recover in case Node1 is down. Best would be to send your storage admin to a training course so he can manage the clustered raw devices needed for ASM.
    Q3) Is it possible/recommended to run RMAN from Node1 only?
    A3) No see A2.
    Regards,
    Tycho

  • Solaris 10 upgrade fails with "mount failed"

    I'm trying to upgrade an aged Ultra 80 to Solaris 10u9 (from Solaris 10u2 or so), so that it can be used for our product testing purposes. After several unsuccessful attempts, I finally freed up enough space on the / filesystem (5.2GB free) by moving /opt to a newly installed second drive.
    However, the upgrade now fails with
    "Mount failed for either root, swap, or other file system.
    Pfinstall failed. Exit stat= java.lang.UNIXProcess@e2892b 2"
    At the end of the log file it says
    "Checking c0t0d0s0 for an upgradeable Solaris image.
    ERROR: Mount failed for either root, swap, or other file system."
    I'm stumped. It doesn't say which file system it's having problems with.
    Any ideas as to how to troubleshoot this problem, or what the cause might be? At 30 minutes per upgrade attempt, I'd like to know what the cause is rather than pursuing trial and error.
    Thanks.

    Look at your "vfstab" and see if there are any mounts that need a specific driver like a SAN-provided LUN. Comment them out during the upgrade for the upgrade tries to mount everything in your /etc/vfstab and if it doesn't have the driver/software to do it, it will fail...

  • 8-way SMP with Solaris 8 x86

    We're pondering the purchase of two 8CPU Intel boxes to run Oracle Parallel server. Since Oracle Parallel Server has not been ported to Linux, we'll need to run Solaris x86.
    Now, my question: Does Solaris 8 x86 support 8 CPUs? I called Sun and was told no and e-mailed them and was told yes. So, I got two different answers. Can anyone point me to a definative answer?
    Thanks,
    Mike

    Mike, Oracle Parallel server is not supported on Intel Solaris. ;-) check with Oracle (this should be true for 8.1.6 and maybe also 8.1.5). I do not believe you want to turn to Oracle7 in these modern days...

  • Networking with solaris 7 on x86

    Hi all
    i installed Solaris 7 on 2 intel pcs. At the time of installing solaris 7, i was only asked to provide the host name, it didn't ask for the IP address. So after installation I saw a line in /etc/hosts file which is different from Sparc machines. Here is how it looked:
    127.0.0.1 localhost loghost neptune
    where neptune the local machine name, where i installed the os. Now i edited the /etc/hosts file following way
    127.0.0.1 localhost
    175.145.135.10 neptune loghost
    after saving it, i tried to ping it:
    ping neptune or ping 175.145.135.10
    i get error message saying "ICMP error, host/gateway unreachable"
    Does anyone have idea how to do networking in x86 running on Solaris 7???
    thanks
    Pranoz

    Hi Allen
    thanks for your help. I did that, but still it did not ask me for ip address or any network info. Then i tried to manually update /etc/hosts file with following lines it:
    127.0.0.1 localhost
    175.165.155.10 neptune loghost
    After that i rebooted the machine and tried to
    1. ping 127.0.0.1
    2. ping neptune
    3. ping 175.165.155.10
    #1 returns "127.0.0.1' is alive. But #2 and #3 return following message:
    ICMP Net unreachable from gateway localhost (127.0.0.1) for ICMP from localhost(127.0.0.1) to neptune(175.165.55.10)"
    Does anyone has any experience/idea about how to configure network with solaris 7 on Intel platform??
    Your help is grealty appreciated
    thanks
    Pran

  • Solaris 10 sshd + GSSAPI auth appears to fail with long usernames.

    Solaris 10 sshd using GSSAPI mode appears to fail with long usernames.
    We have recently jumbo-patched solaris 10 server and windows 2k3 kerberos kdc. We wish to provide the single sign on thing for our Windows users, as written up in http://220-245-28-18.static.tpgi.com.au/~irvinee/gssapi-sol10/gssapi-howto.html
    Everything is fine, until a user with a ten character username comes along. The ten character username does not get the single sign on experience
    However, he can kinit fine on Solaris 10 server and also on other unix clients.
    If I switch from the stock solaris 10 sshd to a self-compiled OpenSSH linked against MIT Kerberos, the 10 char username gets single-sign-on and all is well..
    I note I have no problem when the server is FreeBSD 6.2 and the client is stock solaris 10 ssh.
    It seems to be the Solaris 10 sshd only that is affected. Before I write up a bug report, has anyone else come across the same problem?

    I finally got it working. I think my problem was that I was coping and pasting the /etc/pam.conf from Gary's guide into the pam.conf file.
    There was unseen carriage returns mucking things up. So following a combination of the two docs worked. Starting with:
    http://web.singnet.com.sg/~garyttt/Configuring%20Solaris%20Native%20LDAP%20Client%20for%20Fedora%20Directory%20Server.htm
    Then following the steps at "Authentication Option #1: LDAP PAM configuration " from this doc:
    http://docs.lucidinteractive.ca/index.php/Solaris_LDAP_client_with_OpenLDAP_server
    for the pam.conf, got things working.
    Note: ensure that your user has the shadowAccount value set in the objectClass

  • 11gR2 installation on Solaris failed with prereuisite 124861-15

    The 11gR2 installation on Solaris 10 sparc failed with prereuisite 124861-15.
    When I tried to install the patch 124861-20, it failed with the following(see below):
    I have Sun Studio 12-2 installed on the system.
    It was complaining that some packages (SPROmrcom, SPROlangx, SPROlang,SPROsunms ) are not installed.
    Where can I get these packages? Should not it be included in the Sun Studio 12-2 installation?
    Thanks.
    Zhigang
    # patchadd 124861-20
    Validating patches...
    Loading patches installed on the system...
    Cannot find package name, arch or version in pkginfo file /var/sadm/pkg/IR/pkginfo.
    Done!
    Loading patches requested to install.
    Done!
    The following requested patches have packages not installed on the system
    Package SPROmrcom from directory SPROmrcom in patch 124861-20 is not installed on the system. Changes for package SPROmrcom will not be applied to the system.
    Package SPROlangx from directory SPROlangx in patch 124861-20 is not installed on the system. Changes for package SPROlangx will not be applied to the system.
    Package SPROlang from directory SPROlang in patch 124861-20 is not installed on the system. Changes for package SPROlang will not be applied to the system.
    Package SPROsunms from directory SPROsunms in patch 124861-20 is not installed on the system. Changes for package SPROsunms will not be applied to the system.
    Checking patches that you specified for installation.
    Done!
    The following requested patches will not be installed because
    the packages they patch are not installed on this system.
    0 No Packages from patch 124861-20 are installed on the system.

    Hi,
    The 11gR2 installation on Solaris 10 sparc failed with prereuisite 124861-15.
    When I tried to install the patch 124861-20, it failed with the following(see below):
    I have Sun Studio 12-2 installed on the system.
    It was complaining that some packages (SPROmrcom, SPROlangx, SPROlang,SPROsunms ) are not installed.
    Where can I get these packages? Should not it be included in the Sun Studio 12-2 installation?
    Thanks.
    Zhigang
    # patchadd 124861-20
    Validating patches...
    Loading patches installed on the system...
    Cannot find package name, arch or version in pkginfo file /var/sadm/pkg/IR/pkginfo.
    Done!
    Loading patches requested to install.
    Done!
    The following requested patches have packages not installed on the system
    Package SPROmrcom from directory SPROmrcom in patch 124861-20 is not installed on the system. Changes for package SPROmrcom will not be applied to the system.
    Package SPROlangx from directory SPROlangx in patch 124861-20 is not installed on the system. Changes for package SPROlangx will not be applied to the system.
    Package SPROlang from directory SPROlang in patch 124861-20 is not installed on the system. Changes for package SPROlang will not be applied to the system.
    Package SPROsunms from directory SPROsunms in patch 124861-20 is not installed on the system. Changes for package SPROsunms will not be applied to the system.
    Checking patches that you specified for installation.
    Done!
    The following requested patches will not be installed because
    the packages they patch are not installed on this system.
    0 No Packages from patch 124861-20 are installed on the system.
    Refer my post *11gR2 Installation Error with patch 124861-15 as pre Req*
    http://appsdbaworkshop.blogspot.com/2010/11/11gr2-installation-error-with-patch.html
    thanks,
    X A H E E R

  • Solaris boot images fail with bad magic number

    hi guys, have had Solaris on boxes for allmost 10 years. I have never installed sol10, and I have a problem
    1. I download the zip file, then use winrar to unzip them..
    2. burt the image with nero 7
    when my SunBlade 1000 comes up I do the Stop-A, and from the Ok promt
    I do boot cdrom
    this fails with "bad magic number" I have redown loaded it and reburnt it with nero reinstalled
    and also changed out the DVD on SunBlade
    3 I found a copy of Solaris 8 and the I got back a 'bitch' where is Solaris 9 so, most likely the drive is OK
    HELP
    Cris Harrison

    Hello Cris,
    unfortunately I don't understand your last sentence !
    I found a copy of Solaris 8 and the I got back a '*****' where is Solaris 9 so, most likely the drive is OK
    If this was a Solaris 8 (7/01 or later) DVD that did successfully boot, your DVD drive firmware (assuming that this is the Sun Toshiba SD-M1401) is up-to-date. If the DVD drive has firmware 1007, an update to 1009 is required to boot from DVD. otherwise you won't be able to boot from DVD (boot from CD works and a DVD can be automounted/mounted).
    Partial output of probe-scsi
    Before update:
    Unit 0 Removable Read Only device TOSHIBA DVD-ROM SD-M14011007
    After update:
    Unit 0 Removable Read Only device TOSHIBA DVD-ROM SD-M14011009
    [*Patch 111649-04 - Toshiba DVD 1401 firmware update*|http://sunsolve.sun.com/search/advsearch.do?collection=PATCH&type=collections&queryKey5=111649&toDocument=yes]
    when my SunBlade 1000 comes up I do the Stop-A, and from the Ok promt ...
    Instead of trying to directly boot, disable auto-boot and retry after a clean power-on.
    Break with Stop-A
    setenv auto-boot? false
    reset-all
    boot cdrom
    Michael

  • How to fix AppleEvent handler failed error with command "make new mailbox with properties"

    Below is the script I am running to create a hiearchy of new mailboxes inside "ON MY MAC" folder area.
    tell application "Mail"
      make new mailbox with properties {name:"ABar"}
      make new mailbox with properties {name:"ABar/Foo"}
      make new mailbox with properties {name:"ABar/Foo/Me"}
    end tell
    When I execute this the first mailbox is excuted fine but right afterwards I get the following error:
    error "Mail got an error: AppleEvent handler failed." number -10000
    I have tried adding delays but this does not work either. Code:
    tell application "Mail"
      make new mailbox with properties {name:"ABar"}
      delay 0.2
      make new mailbox with properties {name:"ABar/Foo"}
              delay 0.2
      make new mailbox with properties {name:"ABar/Foo/Me"}
    end tell
    However rerunning the script and skipping over the make command if the folder already exit, causes the next exuction time to create one more folder.
    Code:
    tell application "Mail"
              if (mailbox "ABar" exists) = false then
      make new mailbox with properties {name:"ABar"}
                        delay 0.2
              end if
              if (mailbox "ABar/Foo" exists) = false then
      make new mailbox with properties {name:"ABar/Foo"}
                        delay 0.2
              end if
              if (mailbox "ABar/Foo/Me" exists) = false then
      make new mailbox with properties {name:"ABar/Foo/Me"}
                        delay 0.2
              end if
    end tell
    ** Anyone know how to solve this or why this is happening? **
    It almost feels as if the hiearcgy is read into memory and this is not updated after the creation of the new mailbox.
    Thanks!

    Hi,
    The processors are different archiectures and you can not use binaries from one architecture to work on the other.
    Library name suffix differences is an example of the importance of this. Tuxedo 6.5 was separately built for each of those architectures and
    is available on the PeopleSoft distribution as distinct binaries. If your migration was purely from HPUX11.11 to HPUX11.23 you might have
    succeeded but the processor difference will not work for you and a core dump would not be unexpected.
    Bob Finan
    FYI:
    Tuxedo 6.5 is end-of-lifed and, since it's EOL has passed the stage for extended support possibility, no new patches will
    be created for it by engineering. You should look to migrate to a newer version of Tuxedo/Peoplesoft at the earliest
    possiblity.

  • Solaris 10 Update 1 PXE Installation on SPARC fails with the error message.

    Hi,
    The remote installation is continiously failing for older updates, I tried with different images but all fails with the same error message ' Using DHCP for network configuration information.
    ^CMar 17 13:07:00 svc.startd[7]: svc:/system/install-discovery:default: Method "/sbin/install-discovery < /dev/console > /dev/console 2>&1" failed with exit status 130.
    [ system/install-discovery:default failed (see 'svcs -x' for details) ]
    Requesting System Maintenance Mode" , the log of the same given below:-
    {1} ok boot net:dhcp -v install
    SC Alert: Host System has Reset
    Probing system devices
    Probing memory
    Probing I/O buses
    Sun Fire V240, No Keyboard
    Copyright 2006 Sun Microsystems, Inc. All rights reserved.
    Rebooting with command: boot net:dhcp -v install
    Boot device: /pci@1f,700000/network@2:dhcp File and args: -v install
    1000 Mbps FDX Link up
    Timed out waiting for BOOTP/DHCP reply
    1000 Mbps FDX Link up
    Using BOOTP/DHCP...
    Using DHCP for network configuration information.
    /sbin/install-discovery: /etc/inet/hosts: cannot create
    Mar 17 13:05:58 svc.startd[7]: svc:/system/install-discovery:default: Method "/sbin/install-discovery < /dev/console > /dev/console 2>&1" failed with exit status 1.
    ln: cannot create /tmp/devices/devices: Operation not applicable
    mount: /tmp/dev: Device busy
    Configuring devices.
    devfsadmd: daemon pid 28 is already running
    mount: fd is already mounted or /dev/fd is busy
    Using DHCP for network configuration information.
    <unknown>: warning: dhcpagent: daemonize: timed out awaiting adoption.
    /sbin/install-discovery: /etc/inet/hosts: cannot create
    Mar 17 13:06:40 svc.startd[7]: svc:/system/install-discovery:default: Method "/sbin/install-discovery < /dev/console > /dev/console 2>&1" failed with exit status 1.
    ln: cannot create /tmp/devices/devices: Operation not applicable
    mount: /tmp/dev: Device busy
    Configuring devices.
    devfsadmd: daemon pid 28 is already running
    mount: fd is already mounted or /dev/fd is busy
    Using DHCP for network configuration information.
    ^CMar 17 13:07:00 svc.startd[7]: svc:/system/install-discovery:default: Method "/sbin/install-discovery < /dev/console > /dev/console 2>&1" failed with exit status 130.
    [ system/install-discovery:default failed (see 'svcs -x' for details) ]
    Requesting System Maintenance Mode
    (See /lib/svc/share/README for more information.)
    Console login service(s) cannot run
    # svcs -xv
    svc:/system/install-discovery:default (install-discovery)
    State: maintenance since Sun Mar 17 13:07:00 2013
    Reason: Start method failed repeatedly, last exited with status 130.
    See: http://sun.com/msg/SMF-8000-KS
    See: /var/svc/log/system-install-discovery:default.log
    Immediate response in this case is appreciated.
    Thanks
    AS

    Moderator Comment:
    Immediate response in this case is appreciated.No.
    This is not company technical support.
    If you want speedy assistance, use your contract credentials and log a support case.
    No one here is paid to respond.
    No one here is a company representative, nor are they responding as representatives of the company. There is no obligation that any inquiry get assistance, and your presumptive statement is bordering on being rude.

Maybe you are looking for

  • Safari 7.0.5 doesn't open Youtube or Google

    It seems like Safari doesn't want to open any google-related websites... Whenever I try to open Youtube or google, the pages will stay blank. I already tried updating my flash player and deleting my cache and cookies. If someone has another idea, tha

  • Partner Profile for file to IDOC scenario

    Hi experts, I am doing file to Idoc scenario. I did the ALE configuration steps between XI and r/3. For sender (ThirdParty) system, I defined Business system. While defining partner profiles in WE20 I got confused, whether to Give XI logical system N

  • How do I submit a bug to microsoft for TEE

    I'm not sure but I think I may have found a bug in TEE on Linux.  The question on stackoverflow was answered but I've just run into the same problem when trying to merge our trunk to my branch.  In short, the root of the problem is that was a directo

  • Proper connection between av receiver and iMac (network setting)

    What would be the proper network setting, to connect an av receiver (connected to cable router/modem)? Tech support peeps at Harman Kardon say I need to share my "Music Library", for the home network feature to work and allow me to stream music from

  • Namespaces missing in destination xml

    Hello, I have BPEL composite that will take a input xml. This xml has couple of namespaces. I used Assign activity to copy the input TO output (input and output are of SAME type. Meaning using same XSD) As I run the process and view the generated out