"No major number for ifp"

Hi Folks,
I have an Ultra30 running Solaris 9 09/05 HW
Recently when booting it has started displaying a warning message...
WARNING: add_spec: No major number for ifpThis doesn't seem to prevent the machine booting & it seems to run OK.
Any ideas what might be causing this, and what needs to be done to stop it?
Thanks & Regards
Kevin

Those HBAs are old and use ISP chips which are not supported and don't work in fabric environment. Those chip are 21xx chips are they cannot log to F_ports.
Regards
nwi

Similar Messages

  • Increase Sunos 5.8 Major Number

    Hai,
    I am Developing Device Driver For SunOs 5.8.
    I want to Add more then 100 Device Driver in My Server.
    But, Server Giving this "No available major numbers."
    Now, How will increase this Major Number Count.
    Sun Os is having any configuration for this ?
    -Udhaya Kumar.V

    Hi,
    A reboot will get you an additional 30 major numbers.
    'max # in /etc/name_to_major + 30'.
    If you had no holes in the major number space,this would allow you to add up to 30 drivers without rebooting the system.
    If you need more, rebooting will do the same thing (30 + the new max)."
    HTH
    -Dhruva

  • Contact phone number for Customer Service Center in Wallingford CT

    Hello,
    Does anyone have a contact phone number for the customer service center in Wallingford, CT.  I sent them a letter back on May 17, 2014 and have not heard anything.  I called the general customer service phone number on June 7 to follow-up and they did not have any record of my letter being received or reviewed.  I have a major issue with Verizon cancelling my unlimited data in error and I am giving Verizon one last chance to work with me on this issue before I switch providers.  You would think that they would have the decency to at least respond to someone who has been a loyal customer for over 20 years and who has gone through the trouble of drafting a formal letter and mailing it (since nobody would give me an email address).  Please reply with any suggestions.
    Thanks.

    Did you put in an inactive pricing request to restore the unlimited data within 14 days of the change? If you upgraded under contract then the data plan change would be valid.

  • How to get sd major number from my driver

    Hi,
    I have a specific question. I have a driver (mydriver) that acts like a filter driver.
    When it receives IO from the file system through strategy() routine, it wants
    to replace its b_edev with that of sd device instance. mydriver creates minor
    nodes exactly as sd driver. All I need is to know what is the major number
    of sd driver. How do I do this programmatically through mydriver?
    Your help is greatly appreciated.
    Thanks,
    sudhakar

    Hi,
    I am trying to develop a "filter driver" at the file system level for Solaris to get the statistics of some of I/O calls send to a SCSI device. It exists between the VFS and the file-system-dependent layer. Does anyone has experience in developing such a "pseudo file system module". Please share your experience and suggestions.
    Initially I was thinking to develop this by getting the "st" major number. That is the reason it is been posted as a reply to this query.
    Thanks in advance
    -Jiji

  • Can I change the SD's  major number ?

    Hi,
    I need to perform a test scenario where SD's [the default scsi driver provided by Solaris ] major number is greater than some specific value [say 255] . I am wondering if it is OK to just change the value of major number of the SD in /etc/name_to_major and follow it with reboot -r ...
    Would it work or I may end-up making the machine unbootable ?
    Has someone already tried this ..
    Advance Thanks for any useful suggestions,

    KinsaKaUy? wrote:
    Thanks Prab,
    What is the standard naming of a "good" alias? Can you give me a good format sample?
    What if I make the number "100" as the alias? Would it be possible?Off the top of my head I can't think of anything that would cause greater confusion.
    Did you try?
    You can't create a numeric alias that is different to the application ID. Other than an alias that is identical to the app ID, aliases must be valid Oracle identfiers.

  • What is the correct part number for dvi to vga adapter for macbook pro model A1260

    Can someone tell me the Apple part number for the DVI to VGA adapter that came with a Macbook Pro model A1260? (Early 2008)
    My adapter has reached the end of useful life.
    Thanks!

    You have a MacBook Pro 15" Early 2009 (MacBook Pro 4,1)
    The Mac's port is a Dual-link DVI (VGA, Composite and S-video with adapter)
    The DVI connector  connects to the Dual link-DVI port,thus you need a DVI to VGA adapter.
    http://eshop.macsales.com/item/Micro%20Accessories/DVIVGA/
    You also can search the Apple store online for the part, but it's so basic and simple that paying more for Apple's version is just for looks.

  • My serial number for Logic Studio doesn't work. I used one from a different box and it worked. How can I get a new number?

    My serial number for Logic Studio doesn't work. I used one from a different box and it worked. How can I get a new number?

    http://support.apple.com/kb/TS2005
    http://support.apple.com/kb/HT1861
    https://ssl.apple.com/support/proapps/serialnumbers/

  • How do I find a serial number for my iPod touch that I used with iTunes

    I used my iPod touch previously to down load music and I am looking for the serial number for that device....is the information stored in iTunes somewhere?

    The serial number of your device can be located at the back. Check on this page for more information.

  • Alphanumeric Document number for Sales order

    Dear Experts,
    I got a requirement, The sales order number after saving the document the SO document number should be SO ( Alphabetic) 00012074 (Numeric) ie. SO00012074,
    The numeric portion will come from the number range assigned for that document and Alphabatic portion should come depending on the transaction code and document type.
    in SAPMV45AFZZ  User-exit
    FORM USEREXIT_NUMBER_RANGE USING US_RANGE_INTERN.
    This exit triggers before call function 'NUMBER_GET_NEXT'  that generates document number for the current document and return to the field vbak-vbeln and finally this is the document number, In the debug mode if I change the number for example 0000012074 to SO00012074 runtime I can get the expected number and also it is saved in the system. But in the real time it is not possible as this coding in not any user-exit.
    So I can't use this user-exit for the to get alphanumeric number in the document.
    FORM USEREXIT_SAVE_DOCUMENT
    This exit triggers after the generation of document number. In this user exit if we change the document number for example 0000012074 to SO00012074, it shows the expected number after saving the sales order but it is not actually saving in the database. Means if we try to open the same SO for example SO00012074 in va02/va03 it is showing
    SD document SO00012074 is not in the database or has been archived but if we try open 0000012074 in va02/va03, we can get the document.
    We can use this user-exit but if we change the value of vbak-vbeln in this user-exit finally it is not saving in the system.
    Can anybody help me how I can achieve the requirement ?

    bro...
    You have got an option to copy the program the standard program into zprogram....
    goto se38 and copy the program into a z program....and in doing so copy everything from the ctandard program ie vaients,documentation and function module etc.
    now change this z program to meet your need....
    both way if you dont make lot of changes you will get same performance with your work done
    regards

  • Adobe creative cloud is asking for a serial number for updates - where do I get this from?

    Adobe Creative cloud is asking for a serial number for updates - where do I get this from
    we have recently Bought 5 x 1 year licences and been using this a month
    Michael

    Hi Mick,
    Please refer to the below link.
    http://helpx.adobe.com/creative-cloud/kb/ccm-prompt-serial-number.html
    Thanks

  • How to find serial Number for BCC Plugin?

    Hi,
    How to find serial number for Bcc plugin on FCP?
    I need format my Mac so before that I to find the serial number?
    Please anyone can help me....

    The serial number has the format like E-111-aaa-222-bbb-333-ccc-444-ddd-5ee-ffff, it can be found on a piece of paper which has 3 stickers with it inside the box.

  • Help! I received a message on my iPhone that "phone Number Added to iPad4 [NAME of IPAD] is now using [PHONE NUMBER] for FaceTime and iMessage" and it is not my iPad!! What do I do, how do I shut them out??

    Help! I received a message on my iPhone that "phone Number Added to iPad4 [NAME of IPAD] is now using [PHONE NUMBER] for FaceTime and iMessage" and it is not my iPad!! What do I do, how do I shut them out??

    Use a strong password and set up Two Step Verification on your account.
    http://support.apple.com/kb/ht5570

  • Satellite Pro A300D - What is the model number for the keyboard?

    My husband managed to dislodge a keycap on my keyboard, and broke the white scissor clip that holds hit on...(don't ask me how)
    He spoke to the authorised service centre here in Norway, and they sent us replacement scissor clips (actually they sent an old non-functioning keyboard) but the clips are of a different design to the ones on my laptop.
    I was wondering if anyone has an idea of the model/serial number of the keyboard used in the Satellite Pro A300D-151 (PSAK9E) so I can get the correct replacement part.
    I really don't want to have to replace the whole keyboard when it's just 1 of the scissor clips that is broken...the laptop is only 5 months old.
    Here are some photos of the scissor clip in question & the where it attaches to the keyboard (sorry about the quality)
    Link:[http://img31.imageshack.us/gal.php?g=1000683o.jpg]
    Thanks
    notsure

    Hi
    Sorry buddy but its not possible to exchange some single keys on a keyboard so in this case you must replace the complete keyboard. But normally this should not be so difficult.
    Either you exchange the keyboard yourself or you sent the notebook to the authorized service provider.
    The model number for the keyboard is not known to me but contact your ASP!! They can order all Toshiba parts and they should know the right part number.
    Bye

  • Satellite Pro P100: What is the Toshiba part number for a 2GB memory module

    Unable to find any way of emailing this question so I have posted it on the forum. Sure this info should be more readily available without having to ask.
    What is the Toshiba part number for a 2GB memory module for a PSPA4E-00F007. That's for a Satellite Pro P100 T2400
    http://uk.computers.toshiba-europe.com/cgi-bin/ToshibaCSG/jsp/SUPPORTSECTION/discontinuedProductPage.do?service=UK&BV_UseBVCook ie=yes&PRODUCT_ID=115421
    Crucial Memory gives me this module - is that correct?
    http://www.crucial.com/uk/store/mpartspecs.aspx?mtbpoid=A332E10BA5CA7304
    Found this via Kingstons site - is this also correct?
    http://www.dabs.com/productview.aspx?QuickLinx=4P3V
    Would really appreciate some official clarification here.
    Many Thanks

    It must be PA3513U-1M2G. You must check if this module is compatible with your notebook model. I think so.
    Anyway I recommend you to buy high quality product like Kingston modules.

  • Where do I find the serial number for my macbook pro

    My computer told me I was infected with 6 bad viruses.  An apple mac protection package wants me to sign up to get rid of these viruses.  The mac protection package is asking me for a serial number for my mac. I give it the serial number listed in my apple information but it says it is the wrong serial number.  Where can I get the serial number so mac protection can clean up my macbook pro??????

    It sounds like what you're seeing is a malicious pop-up on the web. Do you have anti-virus software of some kind installed? If not, note that that's the only thing that can scan your computer for malware. A web site cannot do that, but it's trivial to display a pop-up in your web browser that looks very official, telling you viruses have been found and that you need to install their software to remove them. That's a classic malware trick... the software the pop-up wants you to install is the malware.
    Can you provide a screenshot of the window warning you that you have malware? Press command-shift-4, then the space bar, then click the window. The screenshot will be placed in a file on your desktop. Add it to a post here using the camera icon in the post editor's toolbar. (Don't drag it into the post or copy and paste it... that will appear to work for you, but we won't be able to see it.)

Maybe you are looking for

  • Admin gone after 10.5.1 update

    After upgrading to 10.5.1 my admin status has gone, there are now no admins on this computer! As I am now no longer an admin I cannot modify any settings in the control panels and also cannot install or remove any software or even mount devices, and

  • How to change the header text on output type in sapscript

    Dear All, In the sapscript, I would like to changes the header text from invoice number to sales number on the output type z001. Could someone can guide me? Thanks.

  • When burning a completed movie in idvd the whole sound track of the last chapter disappears

    When burning a completed movie in idvd the whole sound track of the last chapter disappears. When I play the whole movie in iDVD before burning to disc both the sound tracks are their, but when burnt to a DVD the two sound tracks disappear half way t

  • Xcelsius 2008 SP3 is now available

    Xcelsius 2008 SP3 Release Notes UPDATED Feb 2010 Just in time for the holidays! Xcelsius 2008 SP3 is now available from Service Marketplace and the support download site: SAP Crystal Solutions Downloads We hope you enjoy the great new features we hav

  • Building credit as a new immigrant - next steps?

    Hi, I recently moved to the US with my partner and we are keen to build a good credit score. So far we have the following between us: Me:American Express Everyday - $8000Capital One Quicksilver Visa - $300 (Product changed from Journey after the firs