Adding a 64 bit rhel5 to an existing 32bit rhel 4 RAC

is it possible to add a 64 bit rhel5 blade to an existing 32bit rhel 4 RAC?
thanks,
Chau

I don't think so... But even if it is possible, it won't be easy at all.
I would try to find another solution

Similar Messages

  • Few users are unable to sign in after we added 2 more front end servers in existing pool?

    Hello, 
    We have recently extended the Lync 2010 Enterprise pool with 2 Front end servers.  Now we have totally 6 Front end servers. 
    After this change some users are unable to login. Error message: "Cannot loggin as server is temporarily unavailable"
    Captured, client logs and received the following:
    ms-diagnostics: 4004;reason="Credentials provided are not authorized to act as specified from URI";
    We have the following security settings on the newly added front end servers:
    Network security: Minimumsecurity for NTLM SSP Based clients - set to - Require 128-bit encryption 
    In other existing front end servers, it has been set to - No minimum. 
    Questions:
    1. Is that the issue for signin failure?
    2. Do we need to change this option to - No minimum in new servers and reboot it?
    Please advise. MUCH THANKS. 

    Hello 
    Those clients running in Windows 7 OS. And the error is different:
    "Cannot loggin as server is temporarily unavailable"
    Thanks

  • Adding a new DB Node in the existing SharePoint 2007 Farm.

    Hello,
    Recently we got a requirement to add a new DB server (SQL Server 2007) to the existing MOSS 2007 Production Farm. Can any one please help me out to list out the steps that need to be followed for adding the new DB server to the existing Production Farm.
    We are planning to use the new DB server only for holding Content DB's and no plan for any Config DB,SSP DB or Search DB.
    Thanks in advance for your help

    Hi,
    Also I am going to clone from Source app tier (RHEL4) to target app tier (RHEL5)?
    Are there any issue with the platform version changing?There should be no issue -- Just make sure you have all the OS pre-req. software and packages installed on the RHEL5 node.
    FAQ: Cloning Oracle Applications Release 11i [ID 216664.1] -- 13. Can I clone from one operating system version to another?
    Oracle Applications 11i Installation on OEL5 or RHEL5 [ID 730444.1]
    Oracle Applications Installation Update Notes, Release 11i (11.5.10.2) [ID 316806.1]
    Thanks,
    Hussein

  • Adding a new item to an already existing BOM

    Hi,
        I am having a problem adding a new item to an already existing parent BOM.I excute the following code (as per the SDK).
        Dim vProdTree As SAPbobsCOM.ProductTrees
        Set vProdTree = vCmp.GetBusinessObject(oProductTrees)
        'Set Values to the fields
        vProdTree.TreeCode = "Item1"
        vProdTree.TreeType = iProductionTree
        'Set Values to the Assembly parts of the
        'First Assembly
        vProdTree.Items.ItemCode = Excel.Row(Cell1)
        vProdTree.Items.Price = 20
        vProdTree.Items.Quantity = 1
        vProdTree.Items.Currency = "Eur"
        'Adding the Product Tree
        RetVal = vProdTree.Add
        If (RetVal <> 0) Then
            vCmp.GetLastError ErrCode, ErrMsg
            MsgBox ErrCode & " " & ErrMsg
        End If
    If there is no parent BOM production tree with keycode Item1, then when the above code is run for the first time, it works.The issue occurs when I run change my excel, Cell1 to a different value and run the program again. The error states that the code already exists, which is correct, but does not  append the item to the existing BOM.
    I have tried vProdTree.Update, but this line overwrites the original child item in the BOM, rather than appending a new item, which is what I want it to do.
    Any  help is appreciated.
    - Adrian.V

    Your issue here is how the "Items" (which is actually pointing to ProductTree_Lines object) works. It is a List of items, and when you get the object is always pointing at the first item in the list.
    So for example, to add a BOM with two items you would need to set the details of the first Item and then add a line using vProdTree.Items.Add() before setting the values for that item.
    e.g.:
    Dim vProdTree As SAPbobsCOM.ProductTrees
    Set vProdTree = vCmp.GetBusinessObject(oProductTrees)
    'Set Values to the fields
    vProdTree.TreeCode = "Item1"
    vProdTree.TreeType = iProductionTree
    'Set Values to the Assembly parts of the
    'First Assembly
    vProdTree.Items.ItemCode = Excel.Row(Cell1)
    vProdTree.Items.Price = 20
    vProdTree.Items.Quantity = 1
    vProdTree.Items.Currency = "Eur"
    'Add a second item to the BOM
    vProdTree.Items.Add
    vProdTree.Items.ItemCode = Excel.Row(Cell2)
    vProdTree.Items.Price = 50
    vProdTree.Items.Quantity = 1
    vProdTree.Items.Currency = "Eur"
    'Adding the Product Tree
    RetVal = vProdTree.Add
    If (RetVal 0) Then
    vCmp.GetLastError ErrCode, ErrMsg
    MsgBox ErrCode & " " & ErrMsg
    End If
    To do what you want to do, which is get the BOM and add a new item to it, you will need to do this:
    Dim vProdTree As SAPbobsCOM.ProductTrees
    Set vProdTree = vCmp.GetBusinessObject(oProductTrees)
    'Get your BOM by key
    vProdTree.GetByKey("Item1")
    'Add a second item to the BOM
    'First Item exists so you need to add a new row
    vProdTree.Items.Add
    vProdTree.Items.ItemCode = Excel.Row(Cell1)
    vProdTree.Items.Price = 50
    vProdTree.Items.Quantity = 1
    vProdTree.Items.Currency = "Eur"
    'Update the Product Tree
    RetVal = vProdTree.Update
    If (RetVal 0) Then
    vCmp.GetLastError ErrCode, ErrMsg
    MsgBox ErrCode & " " & ErrMsg
    End If
    Method one allows you to add multiple lines as you add the object (which makes more sense), method 2 allows you to get the object after it has been added and add multiple lines to it. This is similar to how the Document_Lines object works.

  • Hey guys i wonder, is there 64 bit version of Firefox exist? I google that. And i find & download MineField. its cool but i like more firefox icon..:P

    hi,
    i wonder is there 64 bit version of firefox exist? or not?. I google that and i get Minefield. But i like more Firefox icon. If there is 64 bit version of Firefox exist, would u write me download address?
    [email protected]
    Thank you.

    There is no released 64 bit version of Firefox. What you obtained is mainly for people testing plug-ins and to be sure that things work when it is available. You would not be able to do much without your plug-ins and they all have to be rewritten. Though Flash is now distributed with both 32-bit and 64-bit versions to Firefox users with 64-bit, so that is one major hurdle.

  • Adding New Image and Text to an Existing Page Created with Tables

    Working in DW 5.5
    I'm trying to add a new image/link and small amount of text to an existing web page that was created with tables and centered.  I am using AP Divs. One for the image and one for the text.  Everything functions fine, but I can't get the new items to anchor and re-center with the rest of the page.  I am not able to overide the "Absolute Positioning".  I've tried different solutions from various tutorials but I can't seem to make them work with tables.
    The added items are a Facebook button and text.
    Go to:  http://www.sugarhollowfarms.net/index.html  to see the problem.
    Please help. I'm not that experienced.

    Make a back-up of the page first before you implement the changes below!
    Take the below bit of code from <div id="FBlogo">...... to.......... </div> <!-- end FBlogo -->
    and insert it directly after the opening div tag FWTableContainer and before your opening table tag (see position below):
    <div id="FWTableContainer209091602">
    <div id="FBlogo"><a href="#"><img src="images/fb.png" alt="fb" width="62" height="62" onClick="MM_openBrWindow('http://www.facebook.com/SugarHollowFarms','facebook','toolbar=yes,location=yes,status=yes, menubar=yes,scrollbars=yes,resizable=yes,width=1000,height=800')"></a>
    <p class="bodytext"><strong>Join us<br>
    on Facebook</strong></p></div><!-- end FBlogo -->
    <table border="0" cellpadding="0" cellspacing="0" width="800">
    Then add - position: relative; - to the FWTableContainer css (as shown below):
    #FWTableContainer209091602 {
        /* The master div to make sure that our popup menus get aligned correctly.  Be careful when playing with this one. */
        position:relative;
        margin:auto;
        width:800px;
        height:600px;
        text-align:left;
        top: 20px;
        background-image: url(images/homepage_new3.jpg);
        border: medium solid #336600;
        position: relative;
    Amend the css for FBlogo to as below:
    #FBlogo {
        position:absolute;
        left:700px;
        top:380px;
        width:91px;
        z-index:1;
        text-align: center;
    Amend the css for bodytext as below:
    .bodytext {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        line-height: 13px;
        margin: 0;
        padding: 0;

  • Adding an S/MIME certificate to an existing contact in Outlook 2013

    In previous versions of Outlook (e.g. 2010) when you received an S/MIME signed certificate from an external party you could right click on their name in the message and select "Add to Outlook Contacts". This would then store the cert in a contact
    for future use. If a contact already existed then it would prompt you to
    update the contact with the additional information including the certificate.
    In Outlook 2013 this process appears to be broken (for
    existing contacts at least).
    When right-clicking on their name in a signed message you don't get the "Add to Outlook Contacts" option. You only get "Edit Contact" which brings up the new "Contact Card" dialog which has no information about certificates.
    If you make a change there and save then the certificate is not stored in the contact.
    You can confirm this by right-clicking the sender in the signed email and selecting "Open Outlook Properties" (do not select "Open Contact Card"). In this view click the "Certificates" button in the header and you will see that
    there are no certificates associated with the contact.
    You can, I guess, export the certificate to disk and then import it into the contact via the Outlook Properties dialog but this is tedious.
    Any ideas how to work around this and update an existing contact with an S/MIME certificate?
    Any ideas why the certificate information is not accessible in the new Contact Card dialog? Seems unfortunate for those of us using S/MIME.

    Hi Barry,
    As per the following article, http://office.microsoft.com/en-us/outlook-help/get-a-digital-id-HA102748952.aspx and specifically the following section:
    Add a recipient's digital ID to your Contacts, the ability to see the Certificates depends on the view in which you are opening the Contact card.
    In the People or Business Card view we cannot see the Certificates button.
    In the Card, Phone or the List view we can see the Certificates tab where the Certificates can be seen.
    So to work around this behavior, for new contacts you should Add to Outlook Contacts and then go into the People Pane and Check the Certificates tab to get the cert details.
    If you already have the contact added then it becomes a little tricky.
    In that case the Certificate is not updated on the "old contact". In such cases I would delete the existing contact and from the latest e-mail that I received, I would Add to Outlook Contacts and that should then get you the new Cert that you received.
    If you still cannot access the Certificate information, I would call in and work with someone from the Outlook team to assist you further with this request.
    Hope this helps!
    Kartik Kashinath MSFT

  • Error message in WebGUI after adding fields with EEWB - Class doesn't exist

    Hello!
    After adding fields to the component BT111H_OPPT within EEWB and BSP_WD_CMPWB I recieved an error message while trying to open an Opportunity in the WebGUI, stating:
    Cannot display view MainWindow
    An exception has occured
    Exception Class CX_SY_DYN_ILLEGAL_CLASS - Method call of IF_BSP_WD_DYN_RT_REP_SUPPORT~GET_URL_PARAMETERS failed; the class ZL_BT111H_O_BSPWDCOMPONEN_IMPL does not exist
    Method: CL_BSP_WD_COMPONENT_FACTORY=>GET_REPOSITORY_XML
    Source text Row:25
    An exception occured during the activation of target view CUBTOpptOverview.MainWindow for the navigation
    An exception has occured
    Exceptions Class CX_BSP_WD_RUNTIME_ERROR - View CUBTOpptOverview.MainWindow could not be bound
    Method: CL_BSP_WD_VIEW_CONTROLLER=>BIND_VIEW
    Source text Row:162
    Has any one an idea, if this could be a bug or what went wrong? I am especially irritated, that it seems, that class was not created. After all I never changed any tables or anything in the background manually. I just used the standard tool EEWB, nothing else.
    Many thanks for any kind of help!
    By the way, I tried to go back all the steps I took previously to, kind of "un-do" my error, but I was not able to delete all created extensions, due to a another error - but that's a different story, or isn't it?
    Cheers,
    Marek

    Hello Experts,
    I know my question was a tricky one and no-one was able to help me from this forum. That's why I would like to share with you the solution I just recieved from SAP:
    Although all classes that were created whilst extending the component BT111H_OPPT were deleted, there still existed a seperate extension definition in ViewCluster BSPWDVC_CMP_EXT still persisted.
    I wasn't aware of the fact, that I had to delete that too.
    Note: in order to delete ViewCluster, use tx SM34
    The problem ist now solved!
    Cheers!
    Marek

  • Installing a windows 7 (64 bit) printer driver to existing windows xp network

    Dear-Users......... i have connected 5 computers through a switch and ( hp laserjet 2014) printer is directly connected to one of them and shared on the network.  3 computers running on windows xp and one i added last time it was windows 7 (32 bit)
    it is working good as well. the problem now i am facing is this today i tried to add one more windows 7 (64 bit) pc to this network. now this computer  can't access the printer. i have installed the printer driver on the pc but its not finding he printer
    on network ......my pc is sharing other network resources the problem is not of connection its connected to the network just printer driver is making problem for me.........any suggestion....i tried to install this 64 bit printer diriver on the printer server
    computer as additional driver .....but it does not worksssss.......what should i do.......thxxxxx

    So this issue is that your newly Windows 7 doesn't detect the shared printer, are you able to add this printer manually? Type "Add a printer" in start button\search box, then in the Add printer Wizard, select
    Add a network, wireless or Bluetooth printer, Choose a network printer...
    And make sure the network is working correctly and the computer where the printer is plugged in is turned on.
    Yolanda Zhu
    TechNet Community Support

  • Adding an extreme base station to an existing wifi 'n' network

    Got a bit of a strange one here wondering if anyone had a good answer to.
    Basically I am in the process of connecting up a CCTV wireless external cam to my network. I dont particularly want to use wired connection purely because of where my router is situated. It would mean a very long Cat5 cable running up and down several walls and is not ideal.
    However, after testing the cam i don't really want to rely on the wifi it has built in. When it is in position I need it to work flawlessly - it would also be awkward to reconnect it up to the router via cable (router downstairs and cable would pop out in corner of room upstairs).
    I also would ideally like my external hdd (with time machine backup running) on the network rather than plugged into the imac via usb- I'm thinking more on security - id rather have the backup stashed away upstairs away from the computer.
    So I'm thinking about getting an Airport Extreme Base Station and wire the CCTV and external hdd up to it so they are accessible on the network - but still use my existing router as the dhcp sever and main wifi access point.
    But I'm a little unsure if this is possible to do? Any help would be appreciated.

    However, after testing the cam i don't really want to rely on the wifi it has built in. When it is in position I need it to work flawlessly - it would also be awkward to reconnect it up to the router via cable (router downstairs and cable would pop out in corner of room upstairs).
    You might want to consider a pair of ethernet powerline adapters to accomplish your goal. One adapter plugs into an AC socket near your main router and the other would plug into an AC socket near the camera. Short ethernet cables would connect the router to one adapter and the camera to the other. The AC wiring in your home transmits the ethernet signal.
    I also would ideally like my external hdd (with time machine backup running) on the network rather than plugged into the imac via usb- I'm thinking more on security - id rather have the backup stashed away upstairs away from the computer.
    So I'm thinking about getting an Airport Extreme Base Station and wire the CCTV and external hdd up to it so they are accessible on the network - but still use my existing router as the dhcp sever and main wifi access point.
    You could connect connect the CCTV to the AirPort Extreme, but the AirPort Extreme would need to connect to your main router using an ethernet cable (or powerline adapters). You would not be able to do this using wireless only.
    Ironically, the less expensive AirPort Express would be able to connect to your wireless network (assuming there were a strong signal where it is located) and provide an ethernet signal. The problem here is that you would still be relying on essentially a wireless connection between your main router and the AirPort Express. That's really about the same as relying on only a wireless connection between your main router and the camera, which you mentioned that you did not want to do.
    The big problem with connecting an external drive to the AirPort Extreme for use with Time Machine backups is that due to corruption issues, Apple does not support this type of configuration. So this would definitely not be advised.

  • Adding RAW files to Aperture when JPEG exists

    Here's my situation:
    I recently bought Aperture and loaded my existing iPhoto library into it.  This library only includes JPEG files.  I have been shooting RAW+JPEG with a newer camera so I have an entire set of RAW files in a separate folder on my computer (which I never added to my iPhoto library).  I want to now load these RAW files into Aperture -- will they correctly pair up with the corresponding JPEG's?  What are the steps I need to take to ensure that they somehow pair with the existing JPEGs and I don't end up with duplicate RAW+JPEG files in different areas of my Aperture library?  I would also like the RAWs to become the master over the JPEGs. 

    Read this page of the manual:
    http://documentation.apple.com/en/aperture/usermanual/index.html#chapter=4%26sec tion=6%26hash=apple_ref:doc:uid:Aperture-UserManual-91292IMP-SW5
    To import the RAW files that match the JPEG files in your Aperture library
    Choose “Matching RAW files” from the Import pop-up menu.The Include pop-up menu appears below the Import pop-up menu.
    Do one of the following:
    To import all matching RAW files regardless of rating: Choose “All matching files” from the Include pop-up menu.
    To import all RAW files matching JPEG files that are unrated or better: Choose “Unrated or better” from the Include pop-up menu.
    To import all RAW files that match the current rating: Choose “Current filter” from the Include pop-up menu.

  • Adding a new Big INT column to existing table in production, which holds 700 million records will impact anything in production?

    Hi Guys,
    I have to add a new Big INT column to existing table in production, which holds 700 million records and would like to know the impact?
    I have been tolled by one of my colleagues that last time they tried adding a column to same table during working hour and it locked out the table and impacted the users.
    Please suggest/share If any one had similar experience.
    Thanks Shiven:) If Answer is Helpful, Please Vote

    If you add a new column to a table using an ALTER TABLE ADD command and specify that the new column allows NULLs and you do not define a default value, then it will take a table lock.  However, once it gets the table lock, it will essentially run instantly
    and then free the table lock.  That will add this new column as the last column in the table, for example
    ALTER MyTable ADD MyNewColumn bigint NULL;
    But if you your change adds a new column with a default value, or you do something like using table designer to add the new column in the middle of the current list of columns, then SQL will have to rewrite the table.  So it will get a table lock, rewrite
    the whole table and then free the table lock.  That will take a considerable amount of time and the table lock will be held for that whole period of time.
    But, no matter how you make the change, if at all possible, I would not alter a table schema on a production database during working hours.  Do it when nothing else is going on.
    Tom

  • Hi,Error when adding chart of account This entry already exists in the foll

    Hi,
    I am getting these below error while adding new chart of account.
    This entry already exists in the following tables  '' (UDO1) (ODBC -2035)  [Message 131-183]
    This entry already exists in the following tables  'G/L Accounts' (OACT) (ODBC -2035)  [Message 131-183]
    please suggest solving .  Thanks Advance.
    Regards
    Rajkumar Gupta

    Hi,
    You may check this thread:
    Re: This entry already exists in the following tables -Message
    Also check SAP Note Number: 1054713 to see if it applies to you. It might be a bug too.
    Thanks,
    Gordon

  • Adding an SMTP mail server to an existing Weblogic server on Windows 7

    Hi,
    I need to send e-mail from pl/sql, using UTL_MAIL, but my google searches don't find how to add an SMTP mail server to my pc.
    I have found that Microsoft offers IIS but I think the SMTP server could be part of Weblogic?
    Please redirect me to the proper Oracle Mail forum if it exists.
    Many thanks for your help.

    Sure, all you need to do is install the server with the mailbox role (and other roles, if you want), configure whatever mailbox databases you want on it (and configure the other roles you have added), then put mailboxes on it.
    Some advice - do not use the GUI for the installation because it will install default mailbox and public folder databases.  If you use the setup.com (the text-based installation), you can control databases.  We had to rebuild a server once and
    the engineer assisting us had us use the GUI and we ended up with a public folder database, which we had to remove (since we have no public folders in our organization).
    Once you have the new server installed, you can either create new mailboxes on it, or you can move existing mailboxes from your other databases to it.  With the Exchange 2010 move mailbox commands, this is a very simple process.
    BTW, when you get around to removing your P2V'ed system(s), make sure you handle any CAS virtual servers (OWA, ECP, OAB) and ensure they are hosted on a server that will remain.  You could end up painting yourself into a corner if you don't.

  • Trouble adding a web url link to an existing file: 1046: Type was not found or was not a compile-time constant:

    Hi There,
    We're trying to add a simple link to an existing Flash file. There looks to be at least 7 separate .as files and a separate swf that loads the main swf which all seems overly complex for what is essentially a page with six buttons on it.
    However, we need to add a URL to some of the text. So we converted the text to a button, added an instance name of <ssbpurchasetickets_btn> then added the following Actionscript into the actions layer on the frame the text/button appears:
    ssbpurchasetickets_btn.addEventListener(MouseEvent.CLICK, ssbButtonPurchase);
    function ssbButtonPurchase(event:MouseEvent):void
    navigateToURL(new URLRequest("http://www.url.com/tickets.html"));
    When we publish the file we get the following error which seems to cascade into a whole bunch more errors:
    Description: 1046: Type was not found or was not a compile-time constant: MouseEvent.
    Source: function ssbButtonPurchase(event:MouseEvent):void
    We added "ssb" onto the button and functions to ensure there were no conflicts but the same thing occurred. If we copy the button into a new file everything works so it must be conflicting with something in the main files.
    Any help would be MUCH appreciated!!!!
    Cheers

    Thanks for the reply Ned,
    The file is set to use AS3 and I'm pretty sure the original should be set to AS3 as the .as files look like AS3 syntax to me - here's a sample:
    protected function handleWwrdButtonClick(e:ButtonEvent):void {
    Browser.open(globalVar.xml.wwrd.item[0].@url, globalVar.xml.wwrd.item[0].@target);
    OmnitureTracker.trackFeaturedContentClick('http://www.url.com/movies/international', 'wwrd_button');
    timer.stop();
    timer.removeEventListener(TimerEvent.TIMER, onTimer);
    I'm wondering if all the Actionscript has be placed into one of the .as files as there isn't any Actionscript in the Flash project - a part from the odd stop()
    Really stuck on this one (I'm not an expert at all) so any help in deciphering the project would be much appreciated.
    Cheers

Maybe you are looking for

  • Unable to install LV Runtime Engine 7.1.1 with LabVIEW Professional 8.5.1

    I installed LabVIEW Professional Sys. for Windows (XP) 8.5 and then the 8.5.1 update. Somewhere in the original installation, LV Run-time Engine 7.1 was installed. But I need LV RTE 7.1.1. So I attempted to install RTE 7.1.1. Problem: The LV RTE inst

  • Thunderbolt to VGA adapter in bootcamp only 640x480?

    Just a few weeks ago I purchased a new MBP Retina for my new work laptop. I contantly go from Windows, to OS X to demo hardware to customers. Problem I am having, is that as soon as I connect the Thunderbolt to VGA adapter in Bootcamp on Windows7, it

  • Can I create a bootable DVD for my Macbook running 10.5.8?

    I'm trying to install a larger hdd in my 2007 MacBook 13" 2.16 Core Duo. I used SuperDuper to create a disk image on an external USB drive but when I reboot with the alt/option key depressed, it only finds my internal disk. I'm guessing I can't boot

  • FCP 10.2 crashed and now won't open.

    HELP! I'm running FCP on mac min 8gb for over 2 year. just updated final cut to 10.2 earlier this week. I'm editing my second project with new update, and this thing crashed. When trying to restart, it just freezes on " restoring window layout" and w

  • My MBP randomly shuts down after I turn it on.

    After I turn on my macbook pro, a few minutes later it shuts itself down and restarts. This happens every time I turn it on. I've tried plugging it in because I thought it might be the battery, but the same thing happens. My MBP is a mid-2010 13 in.