Handling two independent failover groups in a remote shared subnet env.

I have have two Sun Ray(server) failover groups, both on the same subnet.
The first group offers a Solaris desktop and the other SLES 10.
Some of my end users prefer Linux and some prefer Solaris.
How can I direct a Linux user to my SLES Sun Ray server and how can I direct a Solaris user to my Solaris installation?
All of the Sun Ray clients are on the same client subnet, and the client subnet are separated form the Sun Ray server subnet by a firewall. I have a DHCP server on the primary Solaris Sun Ray server and a DHCP server on the primary SLES Sun Ray server.
Further I have two DHCP helpers on the client subnet, each pointing to one of the DHCP servers.
We are using smartcards, are there any way I can "add" a preferece to the token?
My initial idea was to mix all four (2 x Solaris and 2 x Linux) in the same failover group, but some place I have read that it is not smart to mix Solaris and Linux in the same failover group.
Can I use the "pop up GUI" feature on the clients to configure any prefered server?
Kindest,
Tor

Hi,
You are able to redirect users to a FOG based on the token information of unit and/or smartcard.
check here to get you going:
http://blogs.sun.com/bobd/resource/Getting%20Started%20with%20AMGH.html
patrick

Similar Messages

  • How to handle Two independent unit of measure in IS Retail

    Hi
    The requirement is, for few articles need to maintain Inventory in two different independent unit of measure i.e. in Each (EA) as well in Kilogram(KG).
    It is understood from the SAP documents that the above scenario can be handled through u201CCatch Weight Managementu201D function.
    We have already activated IS Retail in the system, is it possible to activate u201CCatch Weight Managementu201D function also in the existinng system?
    Thanks
    L.B.

    Hi,
    According to the functional restrictions documented by SAP, CWM can only be activated and used in the industry version of SAP ERP. Within an SAP ERP system which is used as a Retail-system, CWM cannot be used.
    Please see the following link for further information:
    https://websmp208.sap-ag.de/~sapidb/012003146900000010312010E/CWM_restrictions_600_current.pdf
    Regards,
    TK

  • How can I move two figures on the stage with remote shared object?

    Hi, I have a problem...
    I need to move two figures on the stage with shared object like the "Tutorial shared Object ball" on the adobe website but with more than one figure. All the client must see the figures moving. The figure are a circle (Cerchio) and a square (Quadrato).
    Help me, please. This is the script:
    package
      import flash.display.Sprite;
      import flash.net.SharedObject;
      import flash.events.NetStatusEvent;
      import flash.events.SyncEvent;
      import flash.net.NetConnection;
      import flash.events.MouseEvent;
      import flash.display.MovieClip
      //import flash.net.ObjectEncoding;
      public class BlocchiLogici extends Sprite
            private var pointer_so:SharedObject;
            private var pointer1_so:SharedObject;
            private var nc:NetConnection;
            private var good:Boolean;
            private var Cerchio:cerchio;
            private var Quadrato:quadrato;
            private var Rettangolo:rettangolo;
            private var Triangolo:triangolo;
            public function BlocchiLogici()
                 //NetConnection.defaultObjectEncoding=flash.net.ObjectEncoding.AMF0;
                 //Connect
                 var rtmpNow:String="rtmp://192.168.1.66/BlocchiLogici";
                 nc=new NetConnection  ;
                 nc.connect (rtmpNow);
                 nc.addEventListener (NetStatusEvent.NET_STATUS,doSO);
                 Cerchio=new cerchio ;
                 addChild (Cerchio);
                 Cerchio.x=50;
                 Cerchio.y=200;
                 Cerchio.addEventListener (MouseEvent.MOUSE_DOWN,beginDrag);
                 Cerchio.addEventListener (MouseEvent.MOUSE_UP,endDrag);
                 Quadrato=new quadrato ;
                 addChild (Quadrato);
                 Quadrato.x=100;
                 Quadrato.y=200;
                 Quadrato.addEventListener (MouseEvent.MOUSE_DOWN,beginDrag);
                 Quadrato.addEventListener (MouseEvent.MOUSE_UP,endDrag);
            private function doSO (e:NetStatusEvent):void
                 good=e.info.code == "NetConnection.Connect.Success";
                 if (good)
                       //Shared object
                       pointer_so=SharedObject.getRemote("point",nc.uri,false);
                       pointer_so.connect (nc);
                       pointer_so.addEventListener (SyncEvent.SYNC,doUpdate);
            private function doUpdate (se:SyncEvent):void
                 for (var cl:uint; cl < se.changeList.length; cl++)
                       trace(se.changeList[cl].code);
                       if (se.changeList[cl].code == "change")
                           if (Cerchio)
                            switch (se.changeList[cl].name)
                                 case "xpos" :
                                       Cerchio.x=pointer_so.data.xpos;
                                       break;
                                 case "ypos" :
                                       Cerchio.y=pointer_so.data.ypos;
                                       break;
                        else if (Quadrato)
                               switch (se.changeList[cl].name)
                                 case "xpos" :
                                       Quadrato.x=pointer_so.data.xpos;
                                       break;
                                 case "ypos" :
                                       Quadrato.y=pointer_so.data.ypos;
                                       break;
            private function beginDrag (e:MouseEvent)
                if (Cerchio)
                     Cerchio.addEventListener (MouseEvent.MOUSE_MOVE,moveMc);
                     Cerchio.startDrag ();
                else if (Quadrato)
                     Quadrato.addEventListener (MouseEvent.MOUSE_MOVE,moveMc);
                     Quadrato.startDrag ();
            private function endDrag (e:MouseEvent)
                if (Cerchio)
                     Cerchio.stopDrag ();
                else if (Quadrato)
                     Quadrato.stopDrag ();
            private function moveMc (e:MouseEvent)
                e.updateAfterEvent ();
                if (Cerchio)
                     pointer_so.setProperty ("xpos",Cerchio.x);
                     pointer_so.setProperty ("ypos",Cerchio.y);
                else if (Quadrato)
                     pointer_so.setProperty ("xpos",Quadrato.x);
                     pointer_so.setProperty ("ypos",Quadrato.y);
    I need of a server side file?
    Thanks.

    I solved it!!
    I duplicated the script....
    It's work perfectly..
    Emiliano.

  • Same number range for two different series groups?

    Dear all,
    There are two scenarios
    1.Normal export under bond case, series group is 20 and number range maintained,running number is 300016
    2.Another scenario,where ARE1 document generation for Deemed exp customer(already customised) , series group is 30.
    But, client requirement is , for this second scenario also, system should pickup running number range of series group 20(under bond case)  as per excise legal requirement
    Ie running number is for series group 20 is 300016
    For the above deemed exp case (second scenario)it should pickup 300017
    And again when they do under bond case(first scenario), it should pick up 300018 like that
    Is it possible to maintain the same number range for two different series groups(20 and 30)?
    Even if you maintain the same number range for 30, as per running number range of 20
    Will the system update simultaneously the same number range for 20 and 30 series groups?
    Please suggest the way.

    With two different series groups, it is not possible to have the same number range. Even if you maintain it, they will be treated independently.
    Normally, you should not use different series groups if the same number range has to be used. In fact, the concept of series group has been developed to ensure that number ranges can be maintained separately.
    Regards,
    Aroop

  • How can two independent DirectAccess servers be set up safely in the same domain?

    I've got a single-tier certificate authority running on a 2008 r2 domain controller with an expiring root certificate. I have a new 2012 r2 domain controller with a new single-tier certificate authority. I also have a DirectAccess server running on 2012
    server (two NICs, NAT, IP-HTTPS only). I'd like to get a new DirectAccess server set up running server 2012 r2 using the new CA for the various DirectAccess server and client computer certs. I can get the new environment working and flip machines from
    the existing implementation to the new implementation.
    I was previously told by a tech working one of my Microsoft support tickets that two independent DirectAccess servers can't run in the same domain. However, I posted a related question
    https://social.technet.microsoft.com/Forums/projectserver/en-US/ab53a314-91ea-4d40-afd5-6b8f62698547/2012-directaccess-and-expiring-certificate-authority?forum=winserverNIS and got a response indicating that two independent DirectAccess servers can run
    in the same domain. If I can carefully get a second server operational within the same domain, I can build a reg file to deploy to all machines prior to the cutover that will simulate the gpupdate for broken machines in the field, getting them connected so
    the policy can be properly pulled from a DC. Would anyone else be willing to confirm or elaborate on operating two independent DirectAccess servers in the same domain? What are the gotchas?

    Hi,
    Yes you can have 2 Da deployments in one domain.
    I have done this a number of times for customer when upgrading from UAG DA to 2012.
    Make sure you use different Group policies for the DA servers and Clients. make sure you target the client with only one GPO at a time. Also use different AD groups.
    You then change the GPO assignment to the clients and they will flip when the client does a gp update. I have done this for a site that had over 5000 clients and we didn't have one call about it.
    You can use DirectAccess Offline Domain Join for any broken machines.
    https://technet.microsoft.com/en-gb/library/jj574150.aspx
    Regards, Rmknight

  • Do i need to configure failover group for load balancing? srs3.1

    hello
    we are installing ssrs3.1 on two sunfire v210 for 20 sunrays
    do i have to configure a failover group in order to have load balancing?
    thx

    thx a lot..
    finally yes it needs the failover to work with load balancing

  • An error occured attempting to read properties for 'Cluster Group' group. The remote procedure call failed. Error ID:1726 (000006be).

    Hi All,
    I have a two node 2003 cluster, When any one of the cluster node holding resources goes down, the resources are not failing over to the running node.
    In the running node I receive the pop-up error message
    ""An error occured attempting to read properties for 'Cluster Group' group. The remote procedure call failed. Error ID:1726 (000006be).""
    After I click on ok on the pop-up error message the resources are coming online on the running node. If I dont click ok the pop-up error message. The Cluadmin screen is not responding and the resources are not coming online.
    In the cluster log i see the below messages realted to Error ID 1726
    00000874.00000b10::2014/03/17-23:38:58.276 WARN [EVT] EvtBroadcaster: EvPropEvents for node 2 failed. status 1726
    00000874.00000b10::2014/03/17-23:38:58.276 INFO [NM] RpcExtErrorInfo: ProcessId= 2164
    00000874.00000b10::2014/03/17-23:38:58.276 INFO [NM] RpcExtErrorInfo: SystemTime= 3/17/2014 23:38:58:276
    00000874.00000b10::2014/03/17-23:38:58.276 INFO [NM] RpcExtErrorInfo: GeneratingComponent= 2
    00000874.00000b10::2014/03/17-23:38:58.276 INFO [NM] RpcExtErrorInfo: Status= 0xc002100b
    00000874.00000b10::2014/03/17-23:38:58.276 INFO [NM] RpcExtErrorInfo: Detection Location= 641
    00000874.00000b10::2014/03/17-23:38:58.276 INFO [NM] RpcExtErrorInfo: Flags= 0x0
    00000874.00000b10::2014/03/17-23:38:58.276 INFO [NM] RpcExtErrorInfo: Number of Parameters= 2
    00000874.00000b10::2014/03/17-23:38:58.276 INFO [NM] RpcExtErrorInfo: Long Val= 32000
    00000874.00000b10::2014/03/17-23:38:58.276 INFO [NM] RpcExtErrorInfo: Long Val= 32000
    00000874.00000b10::2014/03/17-23:38:58.276 INFO [NM] RpcExtErrorInfo: ProcessId= 2164
    How to FIX this issue?
    Regards,
    Stunner.

    Hi,
    Unfortunately, the available information is not enough to have a clear view of the occurred behavior. Base on my experience, it may cause by some of one resource abnormal
    failure, I suggest that please schedule a down time to run “Repair Active Directory object” in “Simulate Failue of this resource” status. And the operation “Repair Active Directory Object” will force to update the object’s attributes.
    More information:
    Understanding the Repair Active Directory Object Recovery Action
    http://blogs.msdn.com/b/clustering/archive/2013/12/13/9067582.aspx
    Hope this helps.
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Which Mac's (current) can support two independant monitors?

    I am trying to figure out which Mac's (current) can support two independent monitors? I am assuming that a MacBook Pro can only have one with its screen being open. This would make it handle two, but not independent. In clamshell mode would it be able to have two? I want to know if I have two identical monitors which Mac can display on both to have the screens show desktop 1 and desktop 2. Thanks

    Depending on what Macbook Pro you have, you can have at least 1 external monitor, and with the newer ones you can have up to 2 external montiors.
    The most recent models need a miniDisplay port adaptor for your generic monitor.  You can get miniDisplay port to VGA, DVI, HDMI adaptors from Apple, or some 3rd parties, such a MonoPrice.com and other vendors.
    Have you ever seen this dongle? Is it someting apple sells? Thanks
    <http://store.apple.com/us/browse/home/shop_accessories/all_accessories/cables_do cks#!>
    I own a mini-DisplayPort to DVI/HDMI adaptor from MonoPrice.com.  I also own a mini-DisplayPort to DVI adaptor.
    Apple sells them as well
    To be clear, the Mac Thunderbolt ports accept a mini-DisplayPort adaptor.
    You can use 2 Apple Thunderbolt 27" monitors on a recent Macbook Pro using a Thunderbolt cable to the first one, and then using another cable from the 1st Thunderbolt monitor to the 2nd Thunderbolt monitor.
    I am unsure about whether you can do the 2 monitor trick with non-Apple monitors, or if you can mix and match a Thunderbolt display with a non-Apple monitor.
    Old Macbook Pros may have had a DVI connector, or a mini graphic connector, depending on how old your Macbook Pro is.

  • Synchronizing a failover group

    I recentl;y upgraded my primary server to version 4. I then upgraded a backup server and tried to synchronize it to the primary but for some reason it keeps telling me that I need to upgrade the secondary. I have removed the sunray software and re-installed it several times now but always with the same result.
    When I execute the "utdssync" command I see the following...
    # ./utdssync
    ... server sunray-primary.domain.edu is already using the new SRDS default port.
    Error: SunRay software on server sunray-secondary.domain.edu has not been upgraded.
    You must upgrade all the servers within the failover group to
    2.0 or later and have the secondary servers configured properly before
    you can transition to the new SRDS port.
    I have checked each log and see nothing with the appropriate time stamps so I don't have a clue...
    Any advice would be appreciated...I have googled and see nothing so far.
    Jon
    Message was edited by:
    Jon_Oliver

    The message is caused by a bug in utdssync. It's looking for a very specific string in a response from the remote server, and that string has been changed (by accident, I bet) in SRSS 4.0. So utdssync does not interpret the response correctly.
    However, it's unlikely that you need to run utdssync anyway. All it does is to make sure
    that the Sun Ray DS instance on each of the servers in the group is listening on port 7012 rather than on the default LDAP port (389) that the Sun Ray DS used to use in releases prior to 2.0. You can check that the DS is using 7012 by grep'ing for 'admin.server.port' in /etc/opt/SUNWut/utadmin.conf on each server. The result should be:
      % grep admin.server.port /etc/opt/SUNWut/utadmin.conf
      admin.server.port       = 7012

  • HT1660 i have two independent itunes libraries on my computer right now. how do i consolidate them into one library? how do i get rid of duplicate files?

    i have two independent itunes libraries on my computer right now. how do i consolidate them into one library? how do i get rid of duplicate files?

    Hello rmunsey,
    Thank you for the question.  It sounds like you have two separate iTunes Libraries but would like to add the music from one to the other to have one consolidated library.
    If you know where the files are for each library, I recommend opening one iTunes Library in iTunes and importing the files from the other library using the following steps:
    Open iTunes
    From the File menu, choose one of the following choices:
    MacAdd to Library
    Windows
    Add File to Library
    Add Folder to Library
    Navigate to and select the file or folder that you want to add
    Adding music and other content to iTunes
    http://support.apple.com/kb/ht1473
    Next, you can search for duplicates:
    Choose View > Show Duplicate Items to show duplicate items (matches are based on the song name and artist). If you have multiple versions of the same song (for example, live and studio versions, or versions from different albums) you can hold the Alt or Option key (for Mac OS X) or the Shift key (for Windows) and choose View > Show Exact Duplicate Items. This will show only duplicate songs having the same name, artist, and album.
    How to find and remove duplicate items in your iTunes library
    http://support.apple.com/kb/ht2905
    This should help you identify the duplicates all at one time so that you can delete the extra versions of songs.
    Thank you for using Apple Support Communities.
    Best,
    Sheila M.

  • How do I create an xy chart using two independent while loops?

    Hi everyone,
    I am trying to develop a data acquisition program. In this program, I have two independent while loops that each output a number of type double each iteration of the loop. I am able to successfully create two independent waveform charts (data vs. time) for each of the loops when it is placed inside. However, I now want to create an xy chart of the live data (the output of one loop is x and the output of the other is y).
    I am having trouble doing this because of the separate nature of the loops...when I try to pull data outside of the loops it (naturally) doesn't refresh with each loop iteration causing the xy chart to not work in the way I intend. Is there an easy way to fix this? If more clarification is needed, please let me know!
    David
    Solved!
    Go to Solution.

    Yes, more clarification is needed. Please attach your code to clarify.
    I'll take a wag at it, though. It sounds like you are trying to pair X and Y data which happen during a single time chunk, then repeat, is this right? (If not, don't bother to read on.) If so, why not just use a single loop. If your VI is getting too big/complicated for comfort, just put the data-generating stuff into subVIs which run to generate a single data point, then stop, put them into a while loop and send the putputs to a graph or chart inside the loop. That way you won't extend your data trace until you get one and only one point from each subVI and things will stay synchronized.
    Cameron
    To err is human, but to really foul it up requires a computer.
    The optimist believes we are in the best of all possible worlds - the pessimist fears this is true.
    Profanity is the one language all programmers know best.
    An expert is someone who has made all the possible mistakes.
    To learn something about LabVIEW at no extra cost, work the online LabVIEW tutorial(s):
    LabVIEW Unit 1 - Getting Started
    Learn to Use LabVIEW with MyDAQ

  • Two independent installation and performance issue

    Hi,
    We have installed two independent DBs (11gr2 enterprise 64 bit)on a large box with 80 cores 256GB RAM.
    The data files for both DBs are on ram. The objective is to find if we can double perf number with two instances.
    What we see is that when both instances are run the "log file sync" event takes 5 times more time (there are other wait events also go up).
    db2: (when db2 running alone)
    log file sync 202,445 21 0 .9 Commit
    db2: (when db1 & db2 running together)
    log file sync 267,512 97 0 4.5 Commit
    The CPU load average -1 comes down from
    14.1 to 1.68 though CPU utilization jumps from 41% to 82%.
    There are two independent installations. We are trying to find out how one instance of DB can affect other (make other wait more), unless there is an underlying issue in the common resource used by both.
    The SGAs should be allocated and accessed by DBs separately, right?
    ipcs -m shows:
    ------ Shared Memory Segments --------
    key shmid owner perms bytes nattch status
    0xe93e5adc 262144 oracle 660 4096 0
    0x13074fa0 491521 oracle 660 1612709888 0
    0xcd05b8c4 622594 oracle 660 4096 0
    if we turn off one db then
    ------ Shared Memory Segments --------
    key shmid owner perms bytes nattch status
    0x13074fa0 491521 oracle 660 1612709888 0
    0xcd05b8c4 622594 oracle 660 4096 0
    I am not very familiar oracle and do not know how to find memory layout of oracle DB. Any help/pointer is appreciated.
    What is the best way to find out that two DBs do not share the same SGA/resources?
    The two DBS have everything different except ora inventory.
    Kallol Biswas
    [email protected]
    NucleoDyne Systems, Inc.

    Without a lot more information there really isn't much one can say other than that, properly installed, the two should be completely independent of each other.
    That said it seems that is not the case which takes us back to what none of us out here can know ... what isn't as you assume it should be.
    What is most confusing to me is this statement:
    The data files for both DBs are on ram. The objective is to find if we can double perf number with two instances.I have no idea what either sentence is intended to mean. The first because datafiles are not "on RAM" and the second because two instances will never double anything other than resource utilization and overhead.

  • Can one profit center be attached to two profit center groups?

    Hi
    Can one profit center be attached to two profit center groups? how ?
    Regards
    Rakesh

    Hi
    It is possible but that is only for reporting purposes.
    To enable to do that you need to activate Enterprise Structure with Alternative Heirarchy.
    You can have more info on this at the following link.
    http://help.sap.com/saphelp_47x200/helpdata/en/eb/13811243c411d1896f0000e8322d00/frameset.htm
    Regards,
    Suraj

  • Handling Oracle RAC Failover at the application layer

    Hi All,
    I am currently researching best practices for handling oracle RAC failover at the application layer since transactional statements (INSERT,UPDATE and DELETE) are not handled transparently. So I have few questions for the community:
    1. In case of a node failure would I need to roll back all of transactional statements that are part of the transaction or would I have to re-execute the one that failed only?
    2. Does things change with XA 2 phase commit transactions?
    Any input and/or architecture suggestions would be much appreciated.
    Regards,
    Dmitriy Frolov

    Hi,
    the Oracle RAC stack works very vell on its own, without the need of a third party clusterware. It will be aware of failures on the nodes.
    Database will be using ASM or RAW or NFS devices for Shared storage.
    Oracle Clusterware can also be configured to monitor your applications and to a failover to other nodes.
    However if you need a shared filesystem for your own applications, then you will have to use QFS or similar (which again than requires Sun Cluster).
    See: http://www.oracle.com/technology/products/database/clusterware/index.html
    Regards
    Sebastian

  • How to create two independent index in the same RH project?

    Hello everyone
    I used Rh html 9.
    I created a new index in my project to have two independent and different index, but the two index are connected. When I deleted one word in the new index, the same word is deleted in the first index.
    When I've created the second index, I didn't choose the option "from an existing index", because I wanted a new and empty index but RH created a copy of the existing index and linked with the existing index.
    It is possible toc reate a lot of different table of content and glossary but not different index ?
    If someone can explain me why it doesn't work for index.
    Thank you.
    Florence

    Hi there
    If you click File > Project Settings > General tab, is the index set to have keywords in Topics or the Index file (HHK)?
    If it's set for Index file (HHK) that would likely explain it because the keywords are stored directly inside the topics themselves.
    If the setting is already for Index file (HHK) I'm a bit stumped and can only fathom that maybe you have stumbled across a bit of a RoboHelp bug. I've not tried using multiple indexes before. Perhaps I should try and see.
    Cheers... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7, 8 or 9 within the day!
    Adobe Certified RoboHelp HTML Training
    SorcerStone Blog
    RoboHelp eBooks

Maybe you are looking for

  • A little story of getting my isight imac to share

    Hello all, I just want to share my story with you future imac users. I ordered my iSight iMac 20" with wireless keyboard and mouse online on 10/24 and its estimated shipping time was 11/7. Just like some of you, I couldn't really wait for such a long

  • Delete specific attachment from DMS document

    Hi Experts I have a requirement to delete specific attachments from a DMS document. I am using the FM 'CVAPI_DOC_CHECKIN' to create the attachments to the document. Im unable to figure out a way to delete a specific attachment from the document. Appr

  • Inbound IDoc: Field BVTYP is missing

    Hi,  I am new to IDoc I need help with a scenario. We have an interface wherein AP documents are transported to SAP. When we are viewing these IDocs in SAP field BVTYP  (Partner Bank Type) is missing Thanks in advance

  • Unable to extend table tablespace

    when I use SQL*LOADER to load a data file into my ORACLE table, the erro message as follow: "ORA-01653: unable to extend table JLQ.DETAIL by 210 in tablespace USERS" JLQ.DETAIL is my table name . how should I do to overcome it ? thanks. regards. null

  • Jsf error on Sun ONE v9

    I have a small app developed with jsf 1.1 spec. When I deployed this on Sun ONE V9.0 , the following is the error. Can't parse configuration file: jar:file:/C:/Sun/SDK/lib/jsf-impl.jar!/com/sun/faces/jsf-ri-runtime.xml: Error at line 3 column 14: jar