Solaris MC and Sun Cluster?

Could someone tell me the relationship between Solaris MC and Sun Cluster?
Thanks!
Bill

Solaris MC is a distributed operating system for
multi-computers (i.e., clusters of nodes) that provides a
single-system image: a cluster appears to the user and applications
as a single computer running the SolarisTM operating system. Solaris
MC is built as a set of extensions to the base Solaris UNIX � system
and provides the same ABI/API as Solaris, running unmodified
applications. The components of Solaris MC are implemented in C++
through a CORBA-compliant object-oriented system with all new services
defined by the IDL definition language. Objects communicate through a
runtime system that borrows from Solaris doors and Spring
subcontracts. Solaris MC is designed for high availability: if a node
fails, the remaining nodes remain operational. Solaris MC has a
distributed caching file system with UNIX consistency semantics,
based on the Spring virtual memory and file system architecture.
Process operations are extended across the cluster, including remote
process execution and a global /proc file system. The external network
is transparently accessible from any node in the cluster.

Similar Messages

  • Real Application Cluster on Sun Solaris 8 and Sun Cluster 3

    Hello,
    we want to install Oracle 9i Enterprise Edition in combination with Oracle Real Application Cluster-Option on 2 Nodes. Every node (12-CPU-SMP-Machine) should running Sun Solaris 8 and Sun Cluster 3 Service.
    Does this configuration work with ORAC? I found nowhere informations about. Is there anything I have to pay special attention for during installation?
    Thank you for helping and best regards from Berlin/Germany
    Michael Wuttke

    Forms and report services work fine on solaris 8.
    My problem is on the client side.
    I have to use solaris 8 with netscape like forms clients
    and I wasn't able to make it work with java plugins.
    Any solution?
    Mauro

  • USB Video Class Driver on Solaris 10 and Sun Ray

    Hello,
    Is it posible to use the USB Video Class Driver (usbvc) on Solaris 10 and Sun Ray?
    How can I do that?
    Thank you very much.

    It's not possible. The Video Class requires isochronous operation on USB and Sun Ray does not support isochronous mode.
    Even if Sun Ray did support isochronous mode, the libusb library (which is what third-party applications use to interact with USB devices attached to Sun Ray) does not support isochronous transfers. The hard part is the Sun Ray itself. When that gets resolved it probably won't be very hard to add isoc support into libusb.

  • Storagetek 6140 - chunk size? - veritas and sun cluster tuning?

    hi, we've just got a 6140 and i did some raw write and read tests -> very nice box!
    current config: 16 fc-disks (300gbyte / 2gbit/sec): 1x hotspare, 15x raid5 (512kibyte chunk)
    3 logical volumes: vol1: 1.7tbyte, vol2: 1.7tbyte, vol3 rest (about 450gbyte)
    on 2x t2000 coolthread server (32gibyte mem each)
    it seems the max write perf (from my tests) is:
    512kibyte chunk / 1mibyte blocksize / 32 threads
    -> 230mibyte/sec (write) transfer rate
    my tests:
    * chunk size: 16ki / 512ki
    * threads: 1/2/4/8/16/32
    * blocksize (kibyte): .5/1/2/4/8/16/32/64/128/256/512/1024/2048/4096/8192/16384
    did anyone out there some other tests with other chunk size?
    how about tuning veritas fs and sun cluster???
    veritas fs: i've read so far about write_pref_io, write_nstream...
    i guess, setting them to: write_pref_io=1048576, write_nstream=32 would be the best in this scenario, right?

    I've responded to your question in the following thread you started:
    https://communities.oracle.com/portal/server.pt?open=514&objID=224&mode=2&threadid=570778&aggregatorResults=T578058T570778T568581T574494T565745T572292T569622T568974T568554T564860&sourceCommunityId=465&sourcePortletId=268&doPagination=true&pagedAggregatorPageNo=1&returnUrl=https%3A%2F%2Fcommunities.oracle.com%2Fportal%2Fserver.pt%3Fopen%3Dspace%26name%3DCommunityPage%26id%3D8%26cached%3Dtrue%26in_hi_userid%3D132629%26control%3DSetCommunity%26PageID%3D0%26CommunityID%3D465%26&Portlet=All%20Community%20Discussions&PrevPage=Communities-CommunityHome
    Regards
    Nicolas

  • IDS 5.0 and Sun-Cluster

    I want to make IDS 5.0 highly available using SunCluster. I have few questions about it.
    1. Can I install IDS on local disk and make it highly availbale. Sun-Cluster doc says it should be on shared disk.
    2. I have an already installed IDS I want to make it highly available using Sun-Cluster, what steps I should follow to achive this.

    I suppose that the answer is that it is not a simple task and it depends on the kind of cluster you want to deploy.
    I suggest that you carefully read the documentation of Sun Cluster and specifically the Directory Server specific parts.
    The way to do it is different with Sun Cluster 2 and Sun Cluster 3.0....
    Or you can request help from Sun Professional Services...
    Regards,
    Ludovic.

  • Solaris 9 and Sun ONE 6.1 SP5 open socket issue

    Hi
    We have recently migrated to Solaris 9 environment with Sun ONE 6.1 SP5 webserver (previously using Solaris 8 with Sun ONE 6.0).
    My problem is this that I have our product installed on Sun ONE webserver and every day I need to restart the virtual server running the application. Once the webserver has started and I do the
    netstat -a |grep "port" I see that the status for that particular socket is "LISTEN". Now after a while like the next day or something if I try to access the application through my browser I notice that I'm not able to go to application and when I do netstat -a: grep "port" there are two entries now one with "LISTEN" and the other with "ESTABLISHED" status. The request eventually times out.
    Anyone has a clue what could be going wrong..
    SA

    it is certifying / authenticating that the secured
    web site is owned by the genune party and the
    transactions with the party is doing through a
    encrypted format.
    Am i correct up to this???Correct, that is what SSL/certificates are for.
    >
    Then my dowt is that
    Is it possible to make my server SSL enabled with
    h out using any certificate ????( the documents you
    are given is telling about certificates)No it is not possible - the whole idea behind SSL communication is that it is based on TRUSTED secure communication. If a client can not check validity of server's certificate it is not trusted any more.
    It might not seem to be the case when you create a self-signed certificate, but it really is so. In case of a self signed certificate you(i.e your browser) trust yourself with whatever you do with your application on your webserver.
    After all can I install some certificates lateron ??
    If you really need SSL with your webserver you have to either create a self signed certificate, see this: http://sial.org/howto/openssl/self-signed/
    or request a test certificate from www.verisign.com or www.thawtee.com

  • Solaris 9 and Sun ONE 6.1 SP 5 socket issues...

    Hi
    We have recently migrated to Solaris 9 environment with Sun ONE 6.1 SP5 webserver (previously using Solaris 8 with Sun ONE 6.0).
    My problem is this that I have our product installed on Sun ONE webserver and every day I need to restart the virtual server running the application. Once the webserver has started and I do the
    netstat -a |grep "port" I see that the status for that particular socket is "LISTEN". Now after a while like the next day or something if I try to access the application through my browser I notice that I'm not able to go to application and when I do netstat -a: grep "port" there are two entries now one with "LISTEN" and the other with "ESTABLISHED" status. The request eventually times out.
    Anyone has a clue what could be going wrong..
    SA

    Hi
    We have recently migrated to Solaris 9 environment with Sun ONE 6.1 SP5 webserver (previously using Solaris 8 with Sun ONE 6.0).
    My problem is this that I have our product installed on Sun ONE webserver and every day I need to restart the virtual server running the application. Once the webserver has started and I do the
    netstat -a |grep "port" I see that the status for that particular socket is "LISTEN". Now after a while like the next day or something if I try to access the application through my browser I notice that I'm not able to go to application and when I do netstat -a: grep "port" there are two entries now one with "LISTEN" and the other with "ESTABLISHED" status. The request eventually times out.
    Anyone has a clue what could be going wrong..
    SA

  • Difference between Sun solaris UltraSPARC and Sun solaris Intel(X86)

    Hi,
    We have built our application on Sunsolaris Intel(X86) .But one of my client has Sun Fire v240 (but Sunfire uses Ultra SPARC processors)
    is there any problem (related to JRE problem)for running that application on Sunfire

    If its a java program it should work on both platforms, as long as the java version is the same (or later) as the one you used to build your application.
    .7/M.

  • Failover Zones / Containers with Sun Cluster Geographic Edition and AVS

    Hi everyone,
    Is the following solution supported/certified by Oracle/Sun? I did find some docs saying it is but cannot find concrete technical information yet...
    * Two sites with a 2-node cluster in each site
    * 2x Failover containers/zones that are part of the two protection groups (1x group for SAP, other group for 3rd party application)
    * Sun Cluster 3.2 and Geographic Edition 3.2 with Availability Suite for SYNC/ASYNC replication over TCP/IP between the two sites
    The Zones and their application need to be able to failover between the two sites.
    Thanks!
    Wim Olivier

    Fritz,
    Obviously, my colleagues and I, in the Geo Cluster group build and test Geo clusters all the time :-)
    We have certainly built and tested Oracle (non-RAC) configurations on AVS. One issue you do have, unfortunately, is that of zones plus AVS (see my Blueprint for more details http://wikis.sun.com/display/BluePrints/Using+Solaris+Cluster+and+Sun+Cluster+Geographic+Edition). Consequently, you can't built the configuration you described. The alternative is to sacrifice zones for now and wait for the fixes to RG affinities (no idea on the schedule for this feature) or find another way to do this - probably hand crafted.
    If you follow the OHAC pages (http://www.opensolaris.org/os/community/ha-clusters/) and look at the endorsed projects you'll see that there is a Script Based Plug-in on the way (for OHACGE) that I'm writing. So, if you are interested in playing with OHACGE source or the SCXGE binaries, you might see that appear at some point. Of course, these aren't supported solutions though.
    Regards,
    Tim
    ---

  • SUn CLuster 3.2 install - scinstall on x86 32 bit Solaris 5.10

    Ok - I have 2 machines with 32-bit x86 SOlaris 5.10 - I installed the Sun Cluster 3.2 software but everytime I try scinstall it says rebooting other node and the other node never brings sun cluster up -
    Questions:
    1. The private interface does not come up on reboot - should it - and should I have an entry for cluster-priv1 in /etc/hosts
    2. I know I am supposed to do a scvx -xv - I then try to enable the cluster service, but everything says disabled
    I have tried this 5 times no luck - I have lots of cluster experience - and can get Oracle CRS working fine
    Any thoughts

    Yeahh, guys!!!
    I was trying to establish a two-node cluster using VirtualBox + Solaris x86 + Sun Cluster 3.2. The node where I was running scinstall to configure my cluster environment was rebooting the other node in the end of the configuration process but it was hanging in the "Rebooting node01..." message just because it was not able to establish the cluster.
    After see your comments, I changed Solaris x86 to Solaris Express Community Edition and Sun Cluster to Cluster Express and now everything is working fine!
    Thanks!
    Jansen Sena <[email protected]>

  • Recommendations for Multipathing software in Sun Cluster 3.2 + Solaris 10

    Hi all, I'm in the process of building a 2-node cluster with the following specs:
    2 x X4600
    Solaris 10 x86
    Sun Cluster 3.2
    Shared storage provided by a EMC CX380 SAN
    My question is this: what multipathing software should I use? The in-built Solaris 10 multipathing software or EMC's powerpath?
    Thanks in advance,
    Stewart

    Hi,
    according to http://www.sun.com/software/cluster/osp/emc_clarion_interop.xml you can use both.
    So at the end it all boils down to
    - cost: Solaris multipathing is free, as it is bundled
    - support: Sun can offer better support for the Sun software
    You can try to browse this forum to see what others have experienced with Powerpath. From a pure "use as much integrated software as possible" I would go with the Solaris drivers.
    Hartmut

  • Sun cluster and WS7

    Where I can find documentation about ws7 and sun cluster?
    Anyone has done this with version 7.?

    sun cluster shipped with sun java enterprise system 5 does support web server 7. you can get JES5 bits from
    http://www.sun.com/software/swportfolio/get.jsp?71220fd6-8b25-4297-8bb7-2bb4c2605e61=1
    and more information about JES from
    http://www.sun.com/software/javaenterprisesystem/index.jsp

  • Multiple Oracle databases in Sun cluster 3.2 (without RAC setup)

    There are 2 Sun SPARC (Sun Fire T2000) servers with Solaris 10 (05/09) OS and Sun Cluster 3.2 software. We need two different Oracle databases & instances (Oracle 10g R2 without RAC) for an application. The first database is for Production and need to be configured in the first node & Shared storage disk and need high availability. This database should run from the second node if the first node fails. The second database is for Quality/Test and it is prefered to be running in the Second node for better load distribution. This DB doesnt require any failover.
    The shared storage is Sun SE 3510 FC and multiple LUNs can be created for different databases..
    Is it possible to configure two different resource groups (one for Quality and other for Production) and make the first node primary for Production RG, and the second node primary for Quality RG and thus distributing the load on 2 servers ? If possible, what special configuration required in Sun OS and Cluster side ?
    Appreciate if you can give some configuration procedures/documents for this multi-master cluster setup..

    You can configure two resource groups, such as:
    # clrg create -n node-a,node-b prod-rg
    # clrg create -n node-b qa-rgand you configure the required resources (disk groups / file systems, logical host, oracle listener, oracle server) as described within
    [http://docs.sun.com/app/docs/doc/819-2980?l=en&a=expand|http://docs.sun.com/app/docs/doc/819-2980?l=en&a=expand]
    Note that this is not really called a "multi-master" configuration - that has a specific meaning for a resource group (see [http://docs.sun.com/app/docs/doc/820-4682/babefcja?l=en&a=view|http://docs.sun.com/app/docs/doc/820-4682/babefcja?l=en&a=view] ) for details.
    With Solaris Cluster all nodes part of a cluster are considered active and can host resource groups. You can have any number of resource groups running, where a subset runs one one node, another subset on other nodes. The nodelist property of the resource group defines where it can run, the first node in the list is the preferred primary.
    You can even define resource group dependencies or affinities between the resource groups. Like you could define a negative affinity between qa-rg and prod-rg, such as if prod-rg needs to failover to node-b (since e.g. node-a died), it would offline qa-rg. Details for that kind of possibilities are described at [http://docs.sun.com/app/docs/doc/820-4682/ch14_resources_admin-35?l=en&a=view|http://docs.sun.com/app/docs/doc/820-4682/ch14_resources_admin-35?l=en&a=view].
    Regards
    Thorsten

  • Sun cluster failed when switching, mount /global/ I/O error .

    Hi all,
    I am having a problem during switching two Sun Cluster nodes.
    Environment:
    Two nodes with Solaris 8 (Generic_117350-27), 2 Sun D2 arrays & Vxvm 3.2 and Sun Cluster 3.0.
    Porblem description:
    scswitch failed , then scshutdown and boot up the both nodes. One node failed because of vxvm boot failure.
    The other node is booting up normally but cannot mount /global directories. Manually mount is working fine.
    # mount /global/stripe01
    mount: I/O error
    mount: cannot mount /dev/vx/dsk/globdg/stripe-vol01
    # vxdg import globdg
    # vxvol -g globdg startall
    # mount /dev/vx/dsk/globdg/mirror-vol03 /mnt
    # echo $?
    0
    port:root:/global/.devices/node@1/dev/vx/dsk 169# mount /global/stripe01
    mount: I/O error
    mount: cannot mount /dev/vx/dsk/globdg/stripe-vol01
    Need help urgently
    Jeff

    I would check your patch levels. I seem to remember there was a linker patch that cause an issue with mounting /global/.devices/node@X
    Tim
    ---

  • Sun Cluster 3.2 upgrade fail

    Dear mate,
    when I upgrade the cluster from 3.1 to 3.2 by using Live Upgrade, the folloing error message came out, any hints or idea will be appreciate.
    The PBE (sol8) is Solaris 8 with sun cluster 3.1. the PBE (sol10) is Solaris 10 and will upgrade to sun cluster 3.2
    # cd /Solaris_sparc/Product/sun_cluster/Solaris_10/Tools
    # ./scinstall -u update -R /sol10
    scinstall: "SUNWesu" is not installed in "/sol10".
    scinstall: scinstall did NOT complete successfully!
    # luupgrade -p -n sol10 -s /mnt/Solaris_10/Product SUNWesu
    Validating the contents of the media </mnt/Solaris_10/Product>.
    Mounting the BE <sol10>.
    ERROR: The boot environment <sol10> supports non-global zones.The current boot environment does not support non-global zones. Releases prior to Solaris 10 cannot be used to maintain Solaris 10 and later releases that include support for non-global zones. You may only execute the specified operation on a system with Solaris 10 (or later) installed.
    cat: cannot open /tmp/.liveupgrade.6951.16469/.lmz.list
    Thanks and Regards,
    Donald

    Hi Tim,
    Thanks for the information.
    I got the following result.
    # pkginfo -R /sol10 SUNWesu
    ERROR: information for "SUNWesu" was not found
    # pkginfo SUNWesu
    system SUNWesu Extended System Utilities
    PBE has SUNWesu while ABE missing this package, does it mean SUNWesu hadn't upgrade from PBE to ABE? if so what will be the alternative to do it?
    thanks and Regards,
    Donald

Maybe you are looking for

  • Confused - whats the difference between K8N Neo4 SLI Platinum and Diamond??

    MSI web page says the Diamond has: "Silicon Image's SATA RAID supports another 2 SATA II ports. Transfer rate is up to 300MB/s." http://www.msi.com.tw/program/products/mainboard/mbd/pro_mbd_detail.php?UID=638 their Platinum page doesn't list the Sili

  • Adding custom signature to Mail

    I know this has GOT to be easy, but I am totally stumped. I have several email accounts, and have signatures setup for each in preferences for each. My problem is that I just cannot figure out how to have my signature use any other font beside the de

  • Flash player not working after download

    Hey guys i have downloaded the new version of flash and i still cannot view vidoes...I am on internet explore 9 and running a 32bit..(sorry not very updated on comp talk) I have uninstalled reinstalled and rebooted comp and still no luck...can somoeo

  • Quicktime won't uninstall?  -3 error SOLUTION

    So i encountered this really annoying all throughout yesterday, and figure people might be going throught the same thing. While trying to update itunes, the quicktime bundle wouldnt install, and in the end led to a -3 error. So i tried to delete quic

  • Other ways to check for used port

    Hi, I have this code to check for used port : try { ServerSocket s = ServerSocketFactory.getDefault().createServerSocket(port); s.close(); } catch (Throwable e1) { InstallLogger.instance().info("Unable to open port " + port + ".\n" + e1.getMessage())