Can we have two clusters in same domain running different versions of WLS

I have not tested this yet but was looking for help from people who might have done this already.. Is it possible to have this scenario:
          create two independent clusters, say C1 and C2 as part of a single domain D. C1 has 2 managed servers running WLS8.1 and C2 has 2 managed servers running WLS7.0
          Can this be done?
          Thanks,
          Raghu

It is definetely inviting for trouble.
          We can have two clusters from same version of weblogic server within a domain.
          If we have a WLS8.1 domain, the managed servers that we create from that domain should be from WLS8.1.
          As far I remember, its not a supported configuration to have different versions(major versions) of Admin and managed servers.
          -Vijay

Similar Messages

  • Can you have two copies of Encore CS6 running on the same computer?

    I'd love to be able to have two copies of Encore on the same computer. While one copy is encoding and burning, I'd love to get another project started and encoding on the same computer and maybe, if possible, even start burning to a separate external burner. But first, I'd love to just be able to have two copies of Encore open on the same computer. I tried copying the Encore CS6 folder to a different drive and then running it but it says there's another Encore in session and this may cause issues with the hardware.
    Windows 8.1 Pro
    X99 5930k 6-core
    32 GB Ram
    GTX 970 4GB GPU
    Thanks!

    I can't imagine Encore being able to run 2 instances.
    Build from Encore to an image (iso), and get ImgBurn. You can run multiple instances of ImgBurn and burn as many DVD/BDs as you have burners (including externals via USB or whatever). Send him a donation; his product is fantastic.
    http://www.imgburn.com/
    John Smith re avoiding unwanted addons in the download/install:
    http://forums.adobe.com/thread/1322583

  • Can I have two Iphones on same iCloud account?

    I use two separate Iphones on my Itunes account for easy access.  However, I would like to activate Icloud on both phones but I'm guessing each phone would need a separate acount otherwise they would just sync the same info (calanders,contacts,etc.) correct?
    But could I at least use the Find My Iphone app on the second Iphone if I just leave all the other Icloud options off?  If I activate Find My Iphone on the second phone, will it just show two Iphones in the menu when I search for the Iphone on my Mac, or do I need to set up a second Icloud account for the second phone?
    Thanks,
    Ehren

    But could I at least use the Find My Iphone app on the second Iphone if I just leave all the other Icloud options off?  If I activate Find My Iphone on the second phone, will it just show two Iphones in the menu when I search for the Iphone on my Mac, or do I need to set up a second Icloud account for the second phone?
    That will work just fine.

  • Can you have two copies of a song in different formats?

    I have my iMac connected to my stereo, and also use a 30GB iPod with it. When I play my music directly from iTunes into the stereo, I'd likve to use a .wav file format as it came from the CD. However, these are much larger than I'd want to have on my iPod, so I'd like to have another copy of the song in AAC format. That way, I can listen to the .wav version for its resolution on my system, but have the convenience of the storage that the AAC offers.
    However, I cannot seem to figure out how to use iTunes to do this. Let's say I import the CD the first time using .wav. If I try to put it in the second time to import as AAC, it asks if I want to Replace Existing, or Don't Replace. I cannot import it again, using the different import setting.
    Anyone have any ideas how I can do this?
    Thanks,
    Curt
    20" intel core duo iMac   Mac OS X (10.4.8)   20" Intel iMac
    20" intel core duo iMac   Mac OS X (10.4.8)  

    Okay, so I was a bit dense about this. I just figured out that if I use the "Don't Replace" option, it will import it a second time, using whatever settings I have. It would be nice if iTunes could automatically create a second copy!

  • Two methods with same name but different return type?

    Can I have two methods with same name but different return type in Java? I used to do this in C++ (method overloading or function overloading)
    Here is my code:
    import java.io.*;
    public class Test{
    public static void main(String ar[]){
    try{          
    //I give an invalid file name to throw IO error.
    File file = new File("c:/invalid file name becasue of spaces");
    FileWriter writer = new FileWriter(file ,true);
    writer.write("Test");
    writer.close();     
    } catch (IOException IOe){
         System.out.println("Failure");
    //call first method - displays stack trace on screen
         showerr(NPe);
    //call second method - returns stack trace as string
            String msg = showerr(NPe);
            System.out.println(msg);
    } // end of main
    public static void showerr(Exception e){
         StringWriter sw = new StringWriter();
         PrintWriter pw = new PrintWriter(sw);
         e.printStackTrace(pw);
         try{
         pw.close();
         sw.close();
         catch (IOException IOe){
         IOe.printStackTrace();     
         String stackTrace = sw.toString();
         System.out.println("Null Ptr\n" +  stackTrace );
    }//end of first showerr
    public static String showerr(Exception e){
         StringWriter sw = new StringWriter();
         PrintWriter pw = new PrintWriter(sw);
         e.printStackTrace(pw);
         try{
         pw.close();
         sw.close();
         catch (IOException IOe){
         IOe.printStackTrace();     
         return sw.toString();
    }//end of second showerr
    } // end of class
    [\code]

    Overloading is when you have multiple methods that have the same name and the same return type but take different parameters. See example
    public class Overloader {
         public String buildError(Exception e){
              java.util.Date now = new java.util.Date() ;
              java.text.DateFormat format = java.text.DateFormat.getInstance() ;
              StringBuffer buffer = new StringBuffer() ;
              buffer.append(format.format(now))
                   .append( " : " )
                   .append( e.getClass().getName() )
                   .append( " : " )
                   .append( e.getMessage() ) ;
              return buffer.toString() ;
         public String buildError(String msg){
              java.util.Date now = new java.util.Date() ;
              java.text.DateFormat format = java.text.DateFormat.getInstance() ;
              StringBuffer buffer = new StringBuffer() ;
              buffer.append(format.format(now))
                   .append( " : " )
                   .append( msg ) ;
              return buffer.toString() ;
         public String buildErrors(int errCount){
              java.util.Date now = new java.util.Date() ;
              java.text.DateFormat format = java.text.DateFormat.getInstance() ;
              StringBuffer buffer = new StringBuffer() ;
              buffer.append(format.format(now))
                   .append( " : " )
                   .append( "There have been " )
                   .append( errCount )
                   .append( " errors encountered.")  ;
              return buffer.toString() ;
    }Make sense ???
    Regards,

  • Can you have two Enterprise CA on the same AD Domain at the same time

    Hello
    Can someone please help me with the following question
    If I have a Windows 2003 R2 Enterprise Root CA on the AD Domain can I also Add a separate Windows 2012 R2 Enterprise Root CA to the same domain.
    We do not use Autoenrollment on the existing 2003 R2 CA.
    Network guys want to introduce a Cisco BYOD (Bring Your Own Devise) solution using Cisco ISE (Identity Services Engine) which uses SCEP/NDES and therefore need certificates from CA. The thing is the ISE recommend 2008 AD CS as a minimum
    Therefore I wonder if Installing a 2012 R2 Root CA that only provides certificates via the NDES/ISE solution would be a possibility. 
    I understand the Root CA Cert is held in a container under the 'Configuration' partition in Active Directory. Therefore can you have Two Root CA certs in the AD container at the same time for the same AD Domain/Forest?
    The idea would then be to migrate other services to the new CA and phase out the old 2003 R2 CA over time.
    Thanks All
    AAnotherUser__
    AAnotherUser__

    On Thu, 18 Sep 2014 09:18:43 +0000, AAnotherUser wrote:
    Therefore can you have Two Root CA certs in the AD container at the same time for the same AD Domain/Forest?
    Yes.
    Paul Adare - FIM CM MVP
    You are trapped in a maze of screens and ssh sessions all alike.
    It is dark, and you are likely to log off the wrong account. -- Nep

  • Can we have two different web url for a same instance ??

    Can we have two different web url for a same instance ??
    I have read it somewhere that it's possible in R12....please correct me if I am wrong...and if it's correct please let me know the doc id for it...

    Hi again;
    Pelase also see Hussein Sawwan previous great post
    Multiple URL (hostname.domain) to the same instance
    Multiple URL  (hostname.domain) to the same instance
    Regard
    Helios

  • Can you have two different users with itune accounts on the same computer?

    Can you have two different users with separate itune accounts on the same Ipad?

    Yes, create another user profile on the computer and each user can log into their own profile that way.

  • Can you have two iphones with separate iclouds on the same itunes account, can you have two iphones with separate iclouds on the same itunes account

    I have one itunes account with mulitple libraries for each device (one iphone, 4 ipods).  The one iphone is connected via the cloud.  everytime a new song or app is added to the account it is placed in all of the libraries.  I want to add another iphone to the acccount when I tried it replaced the contacts with the contacts on the iphone already on the account.  How do I prevent that from happening and can I have two iphones on the same account and use the cloud on both
    thanks

    iTunes will remember the settings for each device after you set them up for the first time.
    How to use multiple iPods, iPads, or iPhones with one computer -> Method two

  • Can you have two itunes accounts on the same computer?

    Can you have two itunes accounts on the same computer and if so how do you access them without syncing each others music?

    Yes. Use separate iTunes libraries(launch iTunes with the Shift(Windows) or Option(Mac OS X) key held down as needed), or different user accounts on the computer.
    (100648)

  • Can I have two separate iTunes accounts on the same computer?

    Can I have two separate iTunes accounts on the same computer?  My wife's music is much different than mine.  Can we have different iTunes libraries to work with on the same computer?

    Yes. Launch iTunes with the Shift key held down as needed, or use separate Windows user accounts on the computer.
    (107261)

  • HT204053 iCloud in a business. Do all the computers require the same apple ID to share all the files?? Can i have two apple accounts on one device?

    iCloud in a business.
    Do all the computers require the same apple ID to share all the files?? Can i have two apple accounts on one device

    Neither of those Apps allow you to (easily) add iWork documents created or edited on the device to your online storage, you need to be using a webDAV server to be able to do that. In fact pretty much all you can add from the iOS device is photos and video without resorting to convoluted workarounds, intermediate apps or emailing finished documents to yourself. You can on the other hand view most of the content of dropbox/sugarsync through those apps, which in a lot of circumstances is useful, but without it working in both directions these apps are far from an ideal solution.
    E.g from the sugarsync website
    Yes, this may not be of too much interest to the OP, I was only trying to clarify the situation with iCloud.com/iWork for you.
    However that being said, there may be areas of interest for Computer to Computer syncing, given the recent changes made to iCloud.com/iWork. I wouldn't suggest iCloud sharing for archived documents, but for perhaps up to a couple of dozen documents in progress, iCloud sharing is now quite viable. If there is any chance at all of these documents being accessed on an iOS device then iCloud would become a preferred option to dropbox or sugarsync.

  • HT5622 Can I have two apple id's on the same iPad. Example me and my spouse want to share the iPad but have different id's

    Can I have two apple id's on the same iPad. Example me and my spouse want to share the iPad but have different id's

    iOS does not support multiple users like a desktop OS does.
    You can use a web interface to your respective email accounts
    to keep things separate; but there is no provision for otherwise
    separating photos, media, etc.
    If you wish, you can contact Apple to let them know of your desire:
         www.apple.com/feedback

  • I have two iPods under same account information and lost one but when I try and track it only the one that isnt lost shows up, is there somewhere I can go to fix this?

    I have two iPods under same account information and lost one but when I go to track it only the one that isnt lost shows up, is there somewhere I can go to fix this?

    They cannot be tracked unless connected to WiFi.

  • Can you have two iPods on the same account

    I have an Itouch and an old classic that I want to load different music on.  Can I have two ipods on the same account?  Thanks

    I have a iMac, MB Pro, iPad 1, iPad 2, iPad Mini, iPod 4th all on the same iTunes account. Is that what you mean?

Maybe you are looking for