Dear Expert

                  Dear Expert,
Can someone pls tell me the procedure or steps  to upgrade from UCS 1.4 to 2.0.
Much Thanks,
Mukesh

Hello Mukesh,
Hope this helps.
1.       Activate UCSM
2.       Activate Server adapter (It will show as “Pending Next Reboot”)
3.       Activate server CIMC (CIMC will reboot and come up)
4.       Activate IOM (This will show as “Pending Next Reboot”)
5.       Activate Fabric Interconnect one by one starting with Secondary.
6.       After this secondary FI will reboot along with the IOM connected to that
7.       Do the same on primary FI
8.       Now all components except the server adapter will show as “Ready”
9.       All the components are now upgraded except server BIOS
10.    To upgrade server BIOS, create a service profile with BIOS policy with the right version
11.    Associate the service profile with the servers
12.    Server will reboot and come up with the upgraded BIOS and adapter will now show ready

Similar Messages

  • Dear experts.I want to know how to make XO game versuses undefeatab​le program using labview "extra free Kudos" for all.

    Dear masters in labview :I want to know how to add to XO game in labview a feature where a single player plays against  any programed program and never wins.
    Free Kudos for anyone who is able to solve this problem.
    Thank you for your time.
    Best regards,
    Jupiter
    extinct when hell froze over

    jcarmody wrote:
    I'd also like to join in the OP's offer of free kudos to anyone that can write a tic-tac-toe game that can consistently beat me.
    Now that's suddenly an entirely different requirement!
    "user never wins" != "program can beat user"
    Since the perfect game is a draw, "user never wins" is actually possible, but it can never beat a perfect player.
    LabVIEW Champion . Do more with less code and in less time .

  • Dear experts please help me~

    Hello,
    i bought a blackberry 9220 after a week it broke.. i usually put it in my pocket. one time i want to check my bbm's but somehow i can't turn it on, i tried charging it but it only shows a battery with a red "X" mark on it.. i tried charging it for hours but no use, i used my friends battery no use, my friend used my battery but it worked.. can someone please help me with my problem ASAP! thank you!

    Hi gerardedwards4
    Welcome to BlackBerry Support Forums
    I am not the Expert   Our expert will look into your post , but for the time can you tell what happen when you connect your device to a PC ? Do you hear any sound for anything !
    let us know.
    Click " Like " if you want to Thank someone.
    If Problem Resolves mark the post(s) as " Solution ", so that other can make use of it.

  • Dear experts help needed in creation of report in hr

    Please check the below code.
    There is one Transaction code PA20 from these i need the fields in my report.
    I tried writing the report but the fields are from structure so please help in creating the report.
    I am a beginner so i donno how to find the below fields are coming from which table.
    when i do F1 on the fields in PA20 i found the fields but they are from structure.
    type-POOLS: SLIS.
    TYPES : BEGIN OF TY_P0001,
            PERNR TYPE PERNR_D,      "Personnel Number
            BEGDA TYPE BEGDA,        "Start Date
            BUKRS TYPE BUKRS,        "Company Code
            ENAME TYPE EMNAM,        "Formatted Name of Employee or Applicant
            END OF TY_P0001.
    TYPES : BEGIN OF TY_P0016,
            PERNR TYPE PERNR_D,      "Personnel Number
            PRBZT TYPE PRBZT,        "Probationary Period
            CTTYP TYPE CTTYP,        "Contract Type
            END OF TY_P0016.
    TYPES: BEGIN OF TY_P9210,
             PERNR TYPE PERNR_D,
            ZTICKET_AMT TYPE ZTICKET_AMT,  "Ticket Amount
            END OF TY_P9210.
    TYPES : BEGIN OF TY_OUTPUT,
             PERNR TYPE PERNR_D,      "Personnel Number
             BEGDA TYPE BEGDA,        "Start Date
             BUKRS TYPE BUKRS,        "Company Code
             ENAME TYPE EMNAM,        "Formatted Name of Employee or Applicant
             PRBZT TYPE PRBZT,        "Probationary Period
             CTTYP TYPE CTTYP,        "Contract Type
             ZTICKET_AMT TYPE ZTICKET_AMT,  "Ticket Amount
            END OF TY_OUTPUT.
    DATA:  T_P0001 TYPE TY_P0001 OCCURS 1,
           W_P0001 TYPE TY_P0001,
           T_P0016 TYPE TY_P0016 OCCURS 1,
           W_P0016 TYPE TY_P0016,
           T_P9210 TYPE TY_P9210 OCCURS 1,
           W_P9210 TYPE TY_P9210,
           T_OUTPUT TYPE TY_OUTPUT OCCURS 1,
           W_OUTPUT TYPE TY_OUTPUT.
        START-OF-SELECTION.
            SELECT PERNR
                   BEGDA
                   BUKRS
                   ENAME FROM P0001 INTO TABLE T_P0001
                   WHERE
                    AND  BUKRS IN S_BUKRS
                    AND  BEGDA < '31032007'.
              SELECT PERNR
                     PRBZT
                     CTTYP
                     FROM P0016 INTO TABLE T_P0016
                     FOR ALL ENTRIES IN T_P0001
                     WHERE PERNR = T_P0001-PERNR
              SELECT PERNR
                     ZTICKET_AMT
                     FROM P920 INTO TABLE T_P920
                     FOR ALL ENTRIES IN T_P920
                     WHERE PERNR = T_P0001-PERNR.

    use logical data base PNP.
    tables: pernr.
    infotypes: 0001, 0016, ....
    start-of-selection.
    get pernr.
    here all tables Pxxxx defined as INFOTYPES are filled for the selected PERNR.

  • Dear Experts, I am facing problem

    C:\>sqlplus sys as sysdba
    SQL*Plus: Release 10.2.0.3.0 - Production on Mon May 9 22:10:37 2011
    Copyright (c) 1982, 2006, Oracle. All Rights Reserved.
    Enter password:
    Connected to an idle instance.
    SQL> startup mount;
    ORACLE instance started.
    Total System Global Area 612368384 bytes
    Fixed Size 1292036 bytes
    Variable Size 595593468 bytes
    Database Buffers 8388608 bytes
    Redo Buffers 7094272 bytes
    Database mounted.
    SQL> alter database open;
    alter database open
    ERROR at line 1:
    ORA-01589: must use RESETLOGS or NORESETLOGS option for database open
    SQL> alter database open resetlogs;
    alter database open resetlogs
    ERROR at line 1:
    ORA-01113: file 1 needs media recovery
    ORA-01110: data file 1: 'D:\ORACLE\PRODUCT\10.2.0\ORADATA\TUVSHIN\SYSTEM01.DBF'
    SQL> recover database;
    ORA-00283: recovery session canceled due to errors
    ORA-01610: recovery using the BACKUP CONTROLFILE option must be done
    SQL> recover database using backup controlfile;
    ORA-00279: change 12970357 generated at 04/09/2011 22:51:55 needed for thread 1
    ORA-00289: suggestion :
    D:\ORACLE\PRODUCT\10.2.0\FLASH_RECOVERY_AREA\TUVSHIN\ARCHIVELOG\2011_05_09\O1_MF_1_
    797_%U_.ARC
    ORA-00280: change 12970357 for thread 1 is in sequence #797
    Specify log: {<RET>=suggested | filename | AUTO | CANCEL}
    D:\oracle\product\10.2.0\oradata\tuvshin\REDO02.LOG
    ORA-00283: recovery session canceled due to errors
    ORA-00333: redo log read error block 5246 count 8192
    ORA-01112: media recovery not started
    How to resolve this problem, Help me
    Edited by: user10706933 on May 9, 2011 7:21 PM

    sorry my english
    Yeap of Course, VERY VERY TNX ALL
    SQL>shutdown abort;
    SQL>startup mount;
    SQL> alter database backup controlfile to trace as 'D:\oracle\product\10.2.0\tuvshin\exported_config.txt';
    SQL> shutdown abort;
    ORACLE instance shut down.
    SQL> startup nomount;
    SQL> CREATE CONTROLFILE REUSE DATABASE "tuvshin" RESETLOGS ARCHIVELOG
    2 MAXLOGFILES 16
    3 MAXLOGMEMBERS 3
    4 MAXDATAFILES 100
    5 MAXINSTANCES 8
    6 MAXLOGHISTORY 292
    7 LOGFILE
    8 GROUP 1 'D:\ORACLE\PRODUCT\10.2.0\ORADATA\TUVSHIN\REDO01.LOG' SIZE 50M,
    9 GROUP 2 'D:\ORACLE\PRODUCT\10.2.0\ORADATA\TUVSHIN\REDO02.LOG' SIZE 50M,
    10 GROUP 3 'D:\ORACLE\PRODUCT\10.2.0\ORADATA\TUVSHIN\REDO03.LOG' SIZE 50M
    11 DATAFILE
    12 'D:\ORACLE\PRODUCT\10.2.0\ORADATA\TUVSHIN\SYSTEM01.DBF',
    13 'D:\ORACLE\PRODUCT\10.2.0\ORADATA\TUVSHIN\UNDOTBS01.DBF',
    14 'D:\ORACLE\PRODUCT\10.2.0\ORADATA\TUVSHIN\SYSAUX01.DBF',
    15 'D:\ORACLE\PRODUCT\10.2.0\ORADATA\TUVSHIN\USERS01.DBF',
    16 'D:\ORACLE\PRODUCT\10.2.0\ORADATA\TUVSHIN\TS_TEST.ORA',
    17 'D:\ORACLE\PRODUCT\10.2.0\ORADATA\TUVSHIN\TEST.ORA',
    18 'D:\ORACLE\PRODUCT\10.2.0\ORADATA\TUVSHIN\TEST1.ORA'
    19 CHARACTER SET UTF-8;
    Control file created.
    SQL> alter database open resetlogs;
    alter database open resetlogs
    ERROR at line 1:
    ORA-01194: file 1 needs more recovery to be consistent
    ORA-01110: data file 1: 'D:\ORACLE\PRODUCT\10.2.0\TUVSHIN\P\SYSTEM01.DBF'
    SQL> recover database using backup controlfile until cancel;
    ORA-00279: change 2032832 generated at 04/05/2010 12:42:29 needed for thread 1
    ORA-00289: suggestion :
    D:\ORACLE\PRODUCT\10.2.0\FLASH_RECOVERY_AREA\TUVSHIN\ARCHIVELOG\2010_04_05\O1_MF_1_87_
    %U_.ARC
    ORA-00280: change 2032832 for thread 1 is in sequence #87
    Specify log: {<RET>=suggested | filename | AUTO | CANCEL}
    cancel
    ORA-01547: warning: RECOVER succeeded but OPEN RESETLOGS would get error below
    ORA-01194: file 1 needs more recovery to be consistent
    ORA-01110: data file 1: 'D:\ORACLE\PRODUCT\10.2.0\ORADATA\TUVSHIN\SYSTEM01.DBF'
    ORA-01112: media recovery not started
    ############## ADDED THIS LINE ON INIT.ORA FILE #####################
    allowresetlogs_corruption=true
    SQL> startup mount pfile=D:\oracle\product\10.2.0\admin\tuvshin\pfile\init.ora.5232010204231;
    ORACLE instance started.
    SQL> recover;
    ORA-00283: recovery session canceled due to errors
    ORA-01610: recovery using the BACKUP CONTROLFILE option must be done
    SQL> recover database using backup controlfile until cancel;
    ORA-00279: change 2032832 generated at 04/05/2010 12:42:29 needed for thread 1
    ORA-00289: suggestion :
    D:\ORACLE\PRODUCT\10.2.0\FLASH_RECOVERY_AREA\TUVSHIN\ARCHIVELOG\2010_04_05\O1_MF_1_87_
    %U_.ARC
    ORA-00280: change 2032832 for thread 1 is in sequence #87
    Specify log: {<RET>=suggested | filename | AUTO | CANCEL}
    cancel
    ORA-01547: warning: RECOVER succeeded but OPEN RESETLOGS would get error below
    ORA-01194: file 1 needs more recovery to be consistent
    ORA-01110: data file 1: 'D:\ORACLE\PRODUCT\10.2.0\ORADATA\TUVSHIN\SYSTEM01.DBF'
    ORA-01112: media recovery not started
    SQL> alter database open;
    alter database open
    ERROR at line 1:
    ORA-01589: must use RESETLOGS or NORESETLOGS option for database open
    SQL> alter database open resetlogs;
    Database altered.
    SQL> select * from global_name;
    tuvshin
    SQL>
    Edited by: user10706933 on May 12, 2011 8:16 PM

  • Dear Experts ,

    i m facing error in idoc to jdbc scenario .
    when i executed sm58 then showing this error No RFC authorization for function module IDOC_INBOUND_ASYNCHRONOUS 
    except this everything working fine .
    please give me solution .

    hi,
    It seems the user id you are using in rfc destination has some authrization issue.
    check below thread it will help
    Getting Error :IDOC_INBOUND_ASYNCHRONOUS
    Regards,

  • Dear Experts logic required

    I want to fetch data from three tables EKKO, LFA1 and CDHDR. Actually I want to fetch release date from CDHDR.
    I am giving release date in selection screen as in input but i am not able to fetch the data according to release date.
    Can u please check my select and tell me where i should correct.
    SELECT ebeln
           bsart
           aedat
           lifnr
           waers
           bedat
           rlwrt
           FROM ekko
           INTO CORRESPONDING FIELDS OF TABLE t_ekko
           WHERE
                 bsart IN s_bsart
           AND   bedat IN s_bedat
           AND   lifnr IN s_lifnr.
    SELECT lifnr
             name1
             from lfa1
             INTO TABLE t_lfa1
             FOR ALL ENTRIES IN t_ekko
             WHERE lifnr = t_ekko-lifnr.
    LOOP AT t_ekko INTO w_ekko.
         w_ekko-g_ebeln = w_ekko-ebeln.
        n = sy-tabix.
      MODIFY t_ekko INDEX N from w_ekko TRANSPORTING g_ebeln.
       ENDLOOP.
    SELECT objectclas
              objectid
              tcode
              udate
              FROM cdhdr
              INTO TABLE t_cdhdr
              FOR ALL ENTRIES IN t_ekko
              where objectclas = 'EINKBELEG'
              AND   objectid   = t_ekko-g_ebeln
              AND   tcode = 'ME29N'
              AND   udate in s_udate.
    LOOP AT t_ekko INTO w_ekko.
       w_final-ebeln = w_ekko-ebeln.
       w_final-bsart = w_ekko-bsart.
       w_final-lifnr = w_ekko-lifnr.
       w_final-waers = w_ekko-waers.
       w_final-bedat = w_ekko-bedat.
       w_final-rlwrt = w_ekko-rlwrt.
    READ TABLE t_lfa1 INTO w_lfa1 WITH KEY lifnr = w_ekko-lifnr.
       w_final-name1 = w_lfa1-name1.
    READ TABLE t_cdhdr INTO w_cdhdr WITH KEY objectclas = 'EINKBELEG'.
                                                  objectid = w_ekko-ebeln.
       w_final-udate = g_udate.
       APPEND w_final TO t_final.
    ENDLOOP.

    Hi,
    The first thing I would like you to do is to step through your code to see which statement is causing you the issue.  ie: which select statement does not retrieve any date, or which read statement that does not find any data.  This would help if figuring our your issue.
    thanks.
    JB

  • Dear experts. help me with this query plz.

    i am generating a report in dev6i.
    the following query is working properly. and also fetching the data with outer(+) join.
    select i.itemcode,sum(gs.approved)-sum(iss.issuedqty)
    from ims_itemcode i,ims_issues iss, ims_grns gs
    where i.itemcode=gs.itemcode and gs.itemcode=iss.itemcode(+) group by i.itemcode;
    but i have to join two more tables (ims_issuem,ims_grnm)
    after adding these two tables the query will be
    select i.itemcode,sum(gs.approved)-sum(iss.issuedqty)
    from ims_itemcode i,ims_issues iss, ims_grns gs, ims_issuem im, ims_grnm gm
    where i.itemcode=gs.itemcode and gs.itemcode=iss.itemcode(+) and gm.grnmserial=gs.grnsserial and
    im.issuemserial=iss.issuesserial group by i.itemcode;
    now the query works but doesn't fetch the results with outer(+) join. it just picks the results which are matching in both the tables but i want the results along with the outer(+) join.
    what is the problem in the second query please help.

    You need to add more outer join.
    Try this..
    select i.itemcode,sum(gs.approved)-sum(iss.issuedqty)
    from ims_itemcode i,ims_issues iss, ims_grns gs, ims_issuem im, ims_grnm gm
    where i.itemcode=gs.itemcode (+)
    and gs.itemcode=iss.itemcode(+)
    and gm.grnmserial(+)=gs.grnsserial
    and im.issuemserial(+)=iss.issuesserial
    group by i.itemcode;if not work, try a trick. After your first query work. add one table and check if need add outer join.
    Hope this helps
    Hamid

  • Dearness Allowance Based on CPI(PY-IN)

    Dear Experts,
    I have configured VDA based on the CPI and made the changes in  SPRO (V_T7IND1, V_T7IND3...) and  I am updating the VDA value in IT0008 with using PC00_M40_DAB T.code also.
    Burt here my query is If it is normal calculation based on CPI system is calculating correct only:
    If Reference value is 2400, current value is 5746 and the Rupees per point is "15" and calculation is current value - reference value * points increase factor= 5746-2400=3346*15= 50,190/- this calculation is OK for some locations but in some locations VDA calculation is different:
    As per client requirement calculation should be: current value - reference value / 10 * points increase factor = 5746-2400=3346/10=334.6(if decimal is less than 6 it should rounded to lower rupee and if it is greater than or equal to "6" it should rounded off to next rupee)= 335*15= 5025/-
    Can anyone help me on this.
    With kind regards,
    Venkat Polisetty.

    Dear Experts,
    I have achieved this with custom program and I am closing this thread.
    Thanks,
    Venkat Polisetty.

  • Expert help needed [createProcessor(myDataSource) + codec]

    Dear Expert,
    I have a huge problem with the following command
    Manager.createProcessor(this.dataSource);
    When this.dataSource is created by:
    Manager.createDataSource(MediaLocator);
    I am capable to add a codec during the configuration of the processor. And the codec is working fine.
    However if this.dataSource is my own PushBufferDataSourceWrapper (which contains the original datasource and implements MonitorControl)
    the processor is still created the codec is initialized but NEVER accessed...
    So now I have either a processor with a DataSourceWrapper and I can 'preview' the image that my webcam is capturing OR
    I don't have my preview but my Codec works ...
    I want them both!
    Probebly I am missing something so if some of you has an example where there is a custom made datasource and a working codec all in one processor I would like to have a copy of your code for investigation.
    Or is this an ERROR in JMF? (Threads that doesn't come alive...)
    Thanks in advance
    (and goodnight)
    Peter

    PeterYou probably need to use two "DataSource"s (Manager.createClonableDataSource(ds)) and two processors.
    One processor is then a player (previewer) and the other is the capturing processor. There is an example on the JavaSoft JMF web site of previewing and capturing at the same time.
    Dave

  • An Error message with CSM, require an expert advice

    Dear Experts,
    I had some difficulties deploying changes to the IPS as it would give me an error stating PG.IPS.IpsAllowedHosts and something along the lines of require at least one host stated including the CSM address. However the CSM IP address has already been added in the list of allowed hosts on the CSM and it the error is still there!
    Has anyone encountered similar issues or have any suggestion as to what could be causing it?
    Thanks and regards,

    Please give us the error message you were getting when deploying.
    PK

  • Business mapping, experts advice required

    Dear Experts,
    I need your suggestion for business mapping.
    Our Client is Builder, who undertakes following types of projects:
    1. Contracting Project - He just takes order for construction of building & executes. He pays for expenses of material, labour  & raises regular bills to customer.
    This looks like Customer Project.
    2. Development Project - He him self acquires land, constructs building & sells/leases flats, offices.
    This looks like Investment project to me.
    Where should we settle theses two?
    Profitability Segment, Cost Center, AuC, G/L, etc....
    Please advice.
    Thanks in anticipation,
    SSanjay

    Hi,
    In fact wanted to add something in the previous reply:
    Case1: PSG.
    Case2: FXA For investments.
    For Customer: I would assume the real estate management would be the solution in support to PS.
    Follow the link for the detailed discussion:
    [Real Estate and PS|http://help.sap.com/saphelp_erp60_sp/helpdata/en/2c/277063456a11d189440000e829fbbd/content.htm]
    Also for settlement please follow the link below:
    http://help.sap.com/saphelp_erp60_sp/helpdata/en/2c/276a49456a11d189440000e829fbbd/content.htm
    hope its useful.
    thanks..

  • Need advise from experts : APEX & Search Engines

    Dear Experts,
    I need one advice. I intend to develop my site in APEX. But I am not sure if a site made in APEX will be crawled & indexed well by the search engines so that it appears when somebody is searching for the related information.
    Can anyone please enlighten ?
    Regards,
    Ashish Agarwal
    http://www.asagarwal.com

    Patrick,
    Don't worry, I didn't take it personally ;) Just wanted to point out that using the site directive can give different results (or perhaps the same results in a different way) to a plain old 'type in a name' search.
    We do use Session 0 on the Apex Evangelists site (for example in the initial link to the home page), however when you navigate to the login page a new session id is generated (which is why that has been indexed multiple times by Google), also some other pages (for example the EuroTraining page have been indexed multiple times due to external links to our site referencing a link which already has a session id, rather than using the alias for it).
    You're right you can spend a huge amount of time tweaking and cajoling things to increase your page rank in Google (and other search engines of course), infact I know companies that specifically employ people whose sole job is SEO. You're right, there are still things we can do to make the indexing a bit better. However for our purposes (at that time), the fact that the login page etc are indexed multiple times (for various reasons) doesn't 'hurt' us too much, we saving those changes for the next release of the site ;)
    John.

  • Need suggestion/expert comments regarding course FICO or ABAP

    Dear Experts,
    I am working as Oracle DBA for the past 12 years. I wanted to do SAP and joined here in Singapore at an institute. They asked me to take four core modules and one for my project. I took SD and HR as my core module and for my project I am confused what to take. I have two options on FICO or ABAP. For my experience which will be best so that it will help me to look for job opportunity in SAP. I need your expet comments in this.
    Moved to Right forum
    Edited by: kishan P on Feb 17, 2012 2:11 PM

    Hi Kumar,
    ABAP would be proper choice for you.
    Regards,
    Leon

  • HT4623 dear concerned kindly be informed that I have an iphone that we reset and the iTunes backup is corrupted. Is it possible to restore the contacts from the device?

    Dear experts,
    Kindly could you advise back if it's possibel to recover contact list from an iPhone device that has been reset?
    please note that the iTunes backup file is corrupted and itunes is treating the iPhone as new device.
    thank you

    unless you had them synced with icloud or some other email account, very unlikely

Maybe you are looking for