IBM ServeRAID 3L Driver (chs)

I am implementing Solaris 7/x86 on an IBM Netfinity platform using the IBM ServeRAID 3L card. According to IBM the Solaris driver for the card (chs) was written by Sun, and they cannot offer support for it.
The driver itself works fine. My problem is that there seems to be no way to monitor the status of the physical drives hooked to the controller. This functionality is provided by IBM's IPSMON utility on a number of other Unix platforms (Linux, SCO, Unixware, etc...).
If anyone has implemented such as utility and would be willing to share the ioctl parameters I would appreciate hearing from them.
Thanks.

Hi! There are no public ioctls for the chs driver.
The best thing I can think of is to use the USCSI ioctl to pass your own scsi commands to the raid unit directly.
Take a look at:
http://soldc.sun.com/developer/support/driver/wps/uscsi/uscsi.html
Hope that is some help,
Ralph
SUN DTS

Similar Messages

  • IBM ServeRaid 4L driver

    I've been searching for the IBM ServeRaid 4L driver for Solaris 10.
    ServeRaid 3 works ok, but still can't find the driver for 4L on internet.
    Please HELP ME!!!!!!

    chs driver of Solaris support IBM serveRAID 2x serials.
    However, there is no Solaris driver for IBM serveRAID 3x,4x,5x,6x currently. I am working on that and the prototype was ready and driver is in testing progress.
    As for IBM serveRAID 7x,8x serials driver , Sun will release them soon.

  • No driver for IBM Serveraid 4L !

    Hi all,
    I have read topics about drivers problems with the serveraid 4L card.
    We have an IBM xseries 240 and Solaris does not detect hardrives ...
    Does anyone know if today there is a solution (driver) for 4L card ??
    I don't understand why Sun does not want to support IBM server.... !
    We have :
    xSeries100 : installation failed
    xSeries220 : installation failed
    xSeries240 : installation failed
    Thanks for your help ;)

    chs driver of Solaris support IBM serveRAID 2x serials.
    However, there is no Solaris driver for IBM serveRAID 3x,4x,5x,6x currently. I am working on that and the prototype was ready and driver is in testing progress.
    As for IBM serveRAID 7x,8x serials driver , Sun will release them soon.

  • Need help on IBM ServeRaid 5i BIOS/Firmware upgrade

    Hi,
    We just upgraded the Cisco Call manager on IBM xSeries 345 MT-8670-M1X server with Cisco patch WIN-OS-Upgrade-K9.2000-4-2sr6.exe. After upgrade we got this error message about IBMC ServeRaid 5i controller card.
    "Version mismatch detected: controller 1. The BIOS (version 6.10.24), Firmware (version 6.10.24), and Driver (version 7.10.18) are not a matched set and are not compatible."
    We download the BIOS/firmware upgrade Disk from this web site.
    http://www-307.ibm.com/pc/support/site.wss/document.do?lndocid=MIGR-62462
    During the upgrade, the server continues ask insert disk1.
    Also this site does not have the latest device drive for IBM ServeRaid 5i in windows 2000 server.
    I need some help and you will get my highest vote
    1. Where can I get the proper BIOS/Firmware upgrade disk from Cisco?
    2. During the upgrade stage, why the server always ask “insert disk 1”. I have tried all 5 disks. But none of the work. I disconnect the mirri during the upgrade. Does it affect the upgrade?
    3. Where can I get the latest device driver for 5i work with windows 2000 server?
    Many thank
    Kevin

    Hi kevin,
    Open a case wid TAC they will direct you on the right route.

  • MSI C847MS-E33 + IBM serveraid M1015

    Hi,
    After many hours short on sleep this is the next stop to make.
    I am building a homeserver and chosen this board MSI C847MS-E33 (flashed bios to latest version) for its celeron and low energy consumption.
    At first i used a 430w psu(should have been just fine) and highpoint rocket sata controller.
    Problem : disks controlled by the highpoint were dissapearing.
    I replaced the psu as altho 430w should be enough (max load calculated +-400w) it looked like a psu problem.
    Problem remained.
    I checked out on the highpoint card and found more similar problems (driver problems under linux for the marvel chip)
    So i replaced that one with the popular ibm serveraid m1015 wich is known to be a very descent card for its price.
    The problem is now that the booting hangs on :
    megasas: INIT adapter done
    I'm using a debian based system.
    I found a similar problem (other lsi card + mobo) here :
    edit : links not allowed
    He tried about anything i did.
    There are a few things i have not tested yet :
    (installing windows on that machine, altho running windows is not an option.)
    I tried to boot with the latest ubuntu livecd and it failed aswel.
    If i put this card in another computer everything works. (i will try to flash the cards bios tonight, it was impossible to do on the msi board as
    1. I dont have a supported windows version (found out on other computer) that supports the software for updating.
    2. It has been impossible to do on the msi board as linux wont boot with the card attached.
    So i try tonight in the other computer with the ubuntu live cd wich does seem to boot fine with the card on that computer.
    In the meanwhile :
    Is there a known problem with this kind of cards (since i tried 2 cards and both gave problems) on this msi pci-e slot?
    Any bios settings i should try?
    Just anything else?
    Regards.

  • IBM SQL Server Driver and Workbench

    We are using Toplink 10.1.3.1.
    Does the IBM driver for SQL server work in the workbench?
    When I try the IBM driver I get the below error when I try to log in to the database in the workbench.
    Any help is appreciated. Thanks
    Local Exception Stack:
    Exception [TOPLINK-4005] (Oracle TopLink - 10g Release 3 (10.1.3.1.0) (Build 061004)): oracle.toplink.exceptions.DatabaseException
    Exception Description: DatabaseAccessor not connected.
         at oracle.toplink.exceptions.DatabaseException.databaseAccessorNotConnected(DatabaseException.java:99)
         at oracle.toplink.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:186)
         at oracle.toplink.internal.databaseaccess.DatasourceAccessor.connect(DatasourceAccessor.java:279)
         at oracle.toplink.publicinterface.DatabaseSession.connect(DatabaseSession.java:215)
         at oracle.toplink.publicinterface.DatabaseSession.login(DatabaseSession.java:503)
         at oracle.toplink.workbench.mappingsmodel.db.MWDatabase.buildRuntimeDatabaseSession(MWDatabase.java:646)
         at oracle.toplink.workbench.mappingsmodel.db.MWDatabase.buildSchemaManager(MWDatabase.java:636)
         at oracle.toplink.workbench.mappingsmodel.db.MWDatabase.login(MWDatabase.java:614)
         at oracle.toplink.workbench.mappingsplugin.ui.db.LogInAction.execute(LogInAction.java:47)
         at oracle.toplink.workbench.framework.action.AbstractFrameworkAction.execute(AbstractFrameworkAction.java:149)
         at oracle.toplink.workbench.framework.action.AbstractFrameworkAction.actionPerformed(AbstractFrameworkAction.java:134)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1879)
         at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2199)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:450)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:288)
         at javax.swing.AbstractButton.doClick(AbstractButton.java:332)
         at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1031)
         at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:1072)
         at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:263)
         at java.awt.Component.processMouseEvent(Component.java:5547)
         at javax.swing.JComponent.processMouseEvent(JComponent.java:3148)
         at java.awt.Component.processEvent(Component.java:5312)
         at java.awt.Container.processEvent(Container.java:2001)
         at java.awt.Component.dispatchEventImpl(Component.java:4014)
         at java.awt.Container.dispatchEventImpl(Container.java:2059)
         at java.awt.Component.dispatchEvent(Component.java:3847)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4249)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3929)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3859)
         at java.awt.Container.dispatchEventImpl(Container.java:2045)
         at java.awt.Window.dispatchEventImpl(Window.java:1812)
         at java.awt.Component.dispatchEvent(Component.java:3847)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:545)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:268)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:197)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:191)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:183)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:144)

    Hi Stephan,
    This is a bug in the unixODBC Driver Manager 2.3.0.  Essentially, you can only have one HDBC per HENV.  The mod_perl must be creating the connections upon the same HENV.
    The bug appears to be fixed in version 2.3.1 but we have not yet certified that out driver can work with 2.3.1.  See the 2.3.1 release notes at
    http://www.unixodbc.org/ where the last item says:
    "Driver version was not being held when a second connection was made to the driver"
    The Driver Manager would "forget" that we are an ODBC V3 driver and try intereacting with us as an ODBC V2 driver for the second connection (which fails).
    The workaround is to create a new HENV for each connection but I'm not sure if this is possible in mod_perl.

  • IBM 1552 Printer Driver

    I am running ECC 6.0 on an IBM iSeries (V5R3). I have an IBM 1552 (4537) printer setup with the correct iSeries driver. This printer is also installed on a Windows print server. Through SAP, my users can select, "LOCL" and print to this printer just fine (using the Windows driver I assume) but when they select the Spool file created in SAP, "PH", all of their text is running outside of the correct area's on the page. This would be using the iSeries driver.
    Through SPAD, the printer is setup to use device type: HPLJ4 :HP Laserjet 4 series PCL-5. The actual driver name in the iSeries I cannot find (since I am not the iSeries person) but it has been working fine through all other applications. Is this an IBM driver issue or a setup issue through SAP? Any help would be greatly appreciated.
    Thanks!

    Installed new driver in the iSeries.

  • IBM T60 video driver ATI Radeon problem

    Hi Team, Please Help, I have IBM T60 Upgraded on Win7 OS, and I have problem on installing the Video Driver.I already install the driver from the lenovo support site (ATI Display Driver Windows Vista 32/64 bit). The installation was succesful, i can see it on the Program and Features List. But on the Device Manager, Display Adapter still the standard display adapter is installed and there is no changes on my divice. The Aero display on windows 7 still does not work.. Please Help.. Thanks

    Thank you for you quick reply Mornsgrans Vielen dank und schöne grüsse aus Slowenien

  • How to deal with IBM ServeRaid 7x?

    I was trying to install Solaris 10 on our customer's IBM xSeries 346 with ServeRaid 7x onboard, but Solaris does not detect the controller, so I can't finish my job.
    Anyone knows how to deal with this problem?
    Thanks

    Hi
    There is no possiblity of making your Process enabled Org as EAM enabled, and you must have to create a Discrete Org where in you can make this as EAM enabled.
    In R12/11i Process Enabled items/inventory items are dealt with only process, and that is the reason we can maintain an Assest item to Process enabled org which is a constriant. Hence it is adviced that, create an Inv Org (Discrete) and Enable this for EAM.
    Hope this is clear.
    Regards
    Raj
    Sierra Atlantic

  • Why won't my IBM Deskstar hard drive mount in Lion?

    Running Lion.  Trying to recover files from two identical, old hard drive.  Both are IBM Deskstars that used to run Windows.  Using a Startech USB to IDE adapter.  I was able to get 1 HD to mount, but it was not the one with the files that I need.  The 2nd hard drive will not mount, nor does it show up in Disk Utility.  I've downloaded Data Rescue 3, Disk Drill, Stellar Phoenix and Photo Rescue.  But, still no luck.  I've tried to mount it using Terminal, but no luck.  Please help... I'm pulling out my hair and will be bald soon. 

    It sounds like the drive controller has failed.  If your data is worth thousands, go to http://www.drivesavers.com/ Otherwise, you pretty much exhausted all the best options.

  • Need to retrieve data from IBM Travelstar Hard drive from G3 Powerbook

    The only problem is the G3 I had is broken, i now have a Macbook Pro Intel and need to retrieve the data from the old Hard drive.
    I have removed the drive from the G3 but is it possible to connect it to my Macbook pro?
    I'm considering buying an old G3 and fitting it to that then using target mode to retrieve the files.
    Mac Book Pro 17" Intel   Mac OS X (10.4.7)  

    The most cost-effective solutions may be one of the external drive adapters such as the one from Newer Tech.
    I'm considering buying an old G3 and fitting it to that then using target mode
    Just FYI, G3s do not support target disk mode. You'd have to have an AGP G4 or later.

  • Installing solaris 10 on an IBM server with ServeRAID

    G'day,
    I want to install solaris 10 on my IBM xSeries eServer 235 and install starts fine but straight away it complains about not finding any HDDs and exits.
    I do have HDDs installed, three infact.
    They are SCSI on the IBM ServeRAID adaptor and i have used ServerGuide to reformat the disks but solaris just cannot find them.
    Why is this??
    thanks,
    jason

    I did some idgging and i pretty much concluded that
    we need serveRAID drivers for the OS be find the
    disks.I've got the same thoughts. Though Solaris 10 is listed in Release Notes for the latest IBM ServeRAID Support CD, and CD itself contains floppy images for what it thinks is a 'solaris drivers', but either those drivers doesn't work or there is wrong drivers. Doing as described in "Installing" readme doesn't give much result. BTW - it's initial release of ServeRAID Support CD where support for Solaris OS is offered.
    So all the OSs in the serveraid list are the oes that
    serveraid will provide a driver for automatically.If only you have had updated both Server BIOS and RAID Adapter firmwares as described in relative readme's.
    I am not sure what to do from here, sell the damn
    server i supose!Me too.
    I've got RHEL ES4 installed in RAID logical volumes, directly from OS installation distro, without using ServeRAID Support CD drivers. But I was supposed to use Solaris and not the RHEL.
    Funnily enough when i got it a heat sink fell off the
    northbridge or chipset, not sure which it is. A tad
    dodgy.

  • Hard drive settings for Ultra 2, IBM DNES-309170, 390-0007 drives

    I recently acquired an Ultra 2 workstation without hard drives. I found some working IBM DNES-309170 drives from a Dell Pentium 2 server and see that they are Sun part 390-0007 for use in the Ultra 2. When I try to load Solaris 8, an error appears that there is a bad magic number or something like that. Is there a problem with the drives' jumpers? Thanks.

    You'd best get your Solaris installation CD's
    Boot from the first disk and then you're in an OS environment.
    OK boot cdrom -s <enter>
    If you don't happen to use the "-s" command switch for single-user mode, the installation process will launch.
    But ... that's OK as well because partway through you can right-click the GUI that eventually appears
    and open a terminal window for command line interaction
    while the install otherwise waits your interaction (which you simply don't give).
    Some links for you:
    The Ultra-2 in the Sun System Handbook (SSH)
    http://sunsolve.sun.com/handbook_pub/Systems/U2/U2.html
    The Ultra-2's manuals, as linked from that SSH page
    http://www.sun.com/products-n-solutions/hardware/docs/Workstation_Products/Workstations/UltraSPARC_Workstations/Sun_Ultra_2/index.html
    OBP 3.x Command Reference Manual ( # 806-1377 )
    http://docs.sun.com/app/docs/doc/806-1377-10?q=openboot+command+reference
    Solaris Operating Environment as found at Docs.Sun.Com
    http://docs.sun.com/app/docs/prod/solaris
    ( ... and for example, the Solaris 8 installation guide http://docs.sun.com/app/docs/doc/806-2224-10 )

  • WebLogic 8.1 SP2 bug in JDBC Pool creation for IBM Informix Driver - Type 4 XA

    Funny business happens when you create a JDBC Connection Pool with IBM's Informix Driver - Type 4 XA under WebLogic 8.1 SP2
    I have included the ifxjdbc.jar and ifxjdbcx.jar in the classpath in the the extENV.cmd, but I kept getting errors on connection:
    weblogic.common.ResourceException: 0:com.informix.asf.IfxASFException: Attempt to connect to database server (myhost) failed. - with nested exception:
    [weblogic.common.ResourceException: com.informix.asf.IfxASFException: Attempt to connect to database server (myhost) failed.]
    at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1180)
    at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1040)
    Then I realised the WebLogic console was swapping these properties:
    serverName=ol_myserver
    ifxIFXHOST=myhost
    Terrible forehead-slap!
    I rechecked and this what happens:
    Informix Server: -> ifxIFXHOST
    Host Name: -> serverName
    But the URL is correct.
    jdbc:informix-sqli://myhost:1543/mydb:informixServer=ol_myserver
    Notice that the exception message says:
    Attempt to connect to database server (myhost) failed.
    Alpha

    Alpha Lau wrote:
    Funny business happens when you create a JDBC Connection Pool with IBM's
    Informix Driver - Type 4 XA under WebLogic 8.1 SP2
    I have included the ifxjdbc.jar and ifxjdbcx.jar in the classpath in the
    the extENV.cmd, but I kept getting errors on connection:
    weblogic.common.ResourceException: 0:com.informix.asf.IfxASFException:
    Attempt to connect to database server (myhost) failed. - with nested
    exception:
    [weblogic.common.ResourceException: com.informix.asf.IfxASFException:
    Attempt to connect to database server (myhost) failed.]
    at
    weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1180)
    at
    weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1040)
    Then I realised the WebLogic console was swapping these properties:
    serverName=ol_myserver
    ifxIFXHOST=myhost
    Terrible forehead-slap!
    I rechecked and this what happens:
    Informix Server: -> ifxIFXHOST
    Host Name: -> serverName
    But the URL is correct.
    jdbc:informix-sqli://myhost:1543/mydb:informixServer=ol_myserver
    Notice that the exception message says:
    Attempt to connect to database server (myhost) failed.
    AlphaHi. If the URL has a particular property value, then don't add the property
    redundantly in the pool's properties.
    Joe

  • ServeRaid 5i support and possible IBM agreements

    I was going to install Solaris 10 x86 on an IBM xSeries 345 server for running Java-based application server + database (JBoss+MySQL) when I've found that ServeRaid 5i controller is not recognized by the OS and, infact, it does not find the disks during the install process.
    Is it possible that a SCSI controller like this (very common on IBM servers) is not supported? Yes, it is.
    And it's very strange that I can run on these servers FreeBSD 5.3 which supports perfectly all the peripherals...
    So much advertising on Solaris 10 x86 and it doesn't support IBM ServeRaid... why won't you tell this to customers in your advertisement campaign?
    Why won't you tell you took some marketing agreement with IBM to avoid so many people will use Solaris x86 on IBM eServers but stuck on Linux?
    Please, tell us...
    Fabio

    Ugh, unable to edit previous posts...wanted to add I still think this is pretty lame. As much as S10 overall impresses me (SPARC, x86-64 and overall) and I've been thinking Sun finally has a small chance to gain back some marketshare if they play it right, the x345 is a seriously heavily sold system by IBM, as is the 5i card. I'm fairly sure the equivalent HP/Dell/whomever are also Adaptec cards, and I believe at least the HP DL380 5i is supported.
    This would be a really good thing to see supported. Yeah, I know, there's OpenSolaris, write one...but that doesn't fly in companies with datacenters they'd think about consolidating existing equipment via S10 and zones...then find out they can't use a good chunk of their systems as they'd like to (with the 5i support).

Maybe you are looking for