Failover setup help

          I have a sun V880 box and an IIS proxy. The goal is to set up a failover only scenario
          with no load balancing (more licenses and minimal load of applications).
          Is there a way to set up failover with this configuration without load balancing
          ? when you set up a cluster with weblogic, isnt it load balancing with built in
          fail over ?
          I can build a cluster with 2 managed servers and put one of the managed servers
          in a warm standby mode. IIS proxy will assume the secondary is down and will always
          direct the requests to the primary. I can put in a JMS script that will check
          the heart beat of the running server and if it fails it will resume the standby
          server.
          Ideas and comments are appreciated.
          regards.
          arjun.
          

Router 1:
interface Serial0/0/0.1 ip routing ! Points at the interface that needs to be Prioritized
interface FastEthernet0/0
description interface to LAN
ip address x.x.x.x 255.255.255.0
standby 1 ip <Gateway> ! Virtual IP (IP Virtual)
standby 1 priority 105 ! Higher Priority = Primary Router
standby 1 preempt ! Enables the router with the highest priority to
! immediately become the active router
standby 1 track 1 ! WAN SUBINTERFACE
Router bgp <ASN>
network <Gateway> mask 255.255.255.0 ! Broadcasts Gateway out the WAN through BGP
Router 2:
track 1 interface Serial0/0/0.1 ip routing ! Points at the interface that needs to be
! Prioritized
interface FastEthernet0/0
description interface to LAN
ip address x.x.x.x 255.255.255.0
standby 1 ip <Gateway> ! Virtual IP
standby 1 priority 100 ! Lower Priority = Backup Router
standby 1 preempt ! Enables the router with the highest priority to
! immediately become the active router
standby 1 track 1 ! WAN SUBINTERFACE
Router bgp <ASN>
network <Gateway> mask 255.255.255.0 ! Broadcasts Gateway out the WAN through BGP
By doing the following to my 2 router is that enough? to have the automatic failover if ISP A went down routing will go thur R2?
when ISP A is up routing will go back to R1

Similar Messages

  • Help needed in ASA 5540 Cluster/Failover setup

    Hello expert,
                        Currently we have two asa in our Datacenter setup as a Active/Standby failover setup and tested ie failover is working,(if one FW goes down), but what if a the uplink switches/links or backend switches go down, how does the active fw knows to failover ?
    Current setup
              |                                        |
        ___|___                              __|___
    ---| SW 1 |------------------------ | Sw2   |     
              |                                        |
        ___|___                              __|___
    ---| FW 1 |------------------------ | FW-2 |     
              |                                        |
        ___|___                              __|___
    ---| SW 1 |------------------------ | Sw2   |     
    In the above figure, FW1 is active and I have powerd off the uplink  SW1, but the FW2 did not take over, and the same for backend switches, So how do I configure my FW's so that any of the uplink or back end switches go down, the Active should give its role to standby to forward the traffice from a different switch ie sw2 in case sw1 goes down.
    Or Is there any mechanisim where I can monitor the interfaces ie uplinks or back end links etc ?
    Your help is appreciated.
    Regards

    It seems that you have LAN link directly connected between the boxes, so the unit will determine that Primary/Active has interfaces that are inactive and failover. You should read:
    http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_configuration_example09186a00807dac5f.shtml
    This link gives you the failover triggers and failover actions.

  • Redundancy and Failover setup for 2 MPLS link with 2 different countries

    Hi Sir/Madam,
    We have 2 MPLS link and both links are active (from COUNTRY A to COUNTRY B) and we also have 2 partners who are located in COUNTRY B with same building but with different offices and each partner will be using each MPLS link.  For example, PARTNER A will use the 1st MPLS link and PARTNER B will use the 2nd MPLS link and we want to have a failover setup (please see sample design below).  What is the best solution for COUNTRY A and B to have a full redundancy and failover setup/network?
    Any recommendation and sample configuration will be a big help for me.   Your feedback is highly appreciated.
    Thank you in advance.
    Best regards,
    Marvin

    Disclaimer
    The Author of this posting offers the information contained within this posting without consideration and with the reader's understanding that there's no implied or expressed suitability or fitness for any purpose. Information provided is for informational purposes only and should not be construed as rendering professional advice of any kind. Usage of this posting's information is solely at reader's own risk.
    Liability Disclaimer
    In no event shall Author be liable for any damages whatsoever (including, without limitation, damages for loss of use, data or profit) arising out of the use or inability to use the posting's information even if Author has been advised of the possibility of such damage.
    Posting
    MPLS links, eh.  You mean your MPLS facing ports have actual MPLS labels?  Or do you mean your WAN links are running across a MPLS network, but the handoff isn't MPLS?
    Country A's two routers are your company's devices?  Do you have interior connectivity between them?
    Country B's two routers - do they or can they have interior connectivity?
    What routing protocols are being used (and where)?

  • ORACLE8 OPS 환경에서 FAILOVER SETUP 방법(TRANSPARENT APPLICATION FAILOVER)

    제품 : ORACLE SERVER
    작성날짜 : 2004-08-13
    ORACLE8 OPS 환경에서 FAILOVER SETUP 방법
    ========================================
    SCOPE
    Standard Edition 에서는 Real Application Clusters 기능이 10g(10.1.0) 이상 부터 지원이 됩니다.
    Explanation
    oracle 7 ops (sqlnet v2.3.x 이상)에서는 fail로 인한 failover 지원이 manual
    하게 reconnect를 하도록 하여 지원이 되었다. <bulletin 11033 참고>
    이는 sql*net기능을 사용하여 connection time failover 기능을 사용하는 경우이다.
    하지만, oracle 8 이상 에서는 automatic reconnection이 가능하게 되었다.
    즉, run-time failover가 가능하다.
    이는 일단 connection이 이루어진 후에 발생하는 모든 failover는
    Transparent Application Failover 코드에 의해 처리된다.
    다음은 Oracle 8 TAF(Transparent Application Failover) setup 방법이다.
    tnsnames.ora file에 다음의 parameter를 지정하여 가능하다.
    1. failover_mode : run time 시에 failover가 가능하게 한다.
    2. TYPE (Required) : failover 후의 operation을 지정한다.
    SESSION - failover 발생 시 새로운 session이 다른 instance에
    reconnection되며 이전 session에서의 모든 uncommit된
    작업은 rollback 된다.
    select도 이어서 진행되지 못한다.
    SELECT - failover 발생 시 새로운 session이 다른 instance에
    reconnection되며 이 때 long query나 복잡한 query 등의
    작업 수행 시 작업이 이어서 진행된다.
    단, dml 작업은 rollback된다.
    NONE - This is the default. No automatic failover
    3. METHOD : 어떻게 failover할지를 지정한다.
    BASIC - failover 발생 시에 backup instance(server)로 다시 접속한다.
    PRECONNECT - primary instance와 backup instance 두 개에 모두
    connection 맺어 놓은 후 failover 시에 backup
    instance를 통해 service한다.
    ***< 중요 > 현재 PRECONNECT는 최소한 8.0.5는 되어야 하며
    BASIC은 8.0.6이나 8.1.5에서만 가능하다.
    4. BACKUP : failover 시 접속할 instance의 정보를 기술한다.
    tnsnames.ora의 alias name을 기술한다.
    Example
    다음은 tnsnames.ora file의 example이다.
    < example 1 >
    =========================================================================
    node1.WORLD =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(Host = node1)(Port = 1521))
    (CONNECT_DATA = (SID = SID1)
    (FAILOVER_MODE = (BACKUP = node2)
    (TYPE = SELECT )
    (METHOD = PRECONNECT))
    node2.WORLD =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(Host = node2)(Port = 1521))
    (CONNECT_DATA = (SID = SID2)
    (FAILOVER_MODE = (BACKUP = node1)
    (TYPE = SELECT )
    (METHOD = PRECONNECT))
    ========================================================================
    < test 1 >
    1) 각 node의 instance를 start한다.
    2) 각 node의 listener를 구동한다.
    node1% lsnrctl start lsnr_node1
    node2% lsnrctl start lsnr_node2
    3) node1에서 다음의 작업을 한다.
    sqlplus scott/tiger@node1
    SQL> select count(*) from emp;
    COUNT(*)
    14
    4) Node1에서 instance를 shutdown abort한다.
    5) 3번의 session에서 select를 다시 한다.
    SQL> select count(*) from emp;
    ERROR at line 1:
    ORA-25404: lost instance
    다시 select한다.
    SQL> select count(*) from emp;
    COUNT(*)
    14
    Data가 node2 instance를 통해 제대로 select되며 이는 failover가 정상적으로
    작동됨을 알 수 있다.
    < example 2 >
    다음은 TAF(Transparent Application Failover) 기능에 SQL*NET의
    connection time failover 기능을 추가한 경우이다.
    ========================================================================
    node1.WORLD =
    (DESCRIPTION_LIST =
    (DESCRIPTION = (ADDRESS = (PROTOCOL= TCP)(Host= node1)(Port= 1521))
    (CONNECT_DATA =(SID = SID1)(SERVER=SHARED)
    (FAILOVER_MODE = (BACKUP = node2)(TYPE=SESSION)(METHOD=PRECONNECT))))
    (DESCRIPTION =(ADDRESS = (PROTOCOL= TCP)(Host= node2)(Port= 1521))
    (CONNECT_DATA =(SID = SID2)(SERVER=SHARED)
    (FAILOVER_MODE = (BACKUP = node1)(TYPE=SELECT)(METHOD=PRECONNECT))))
    node2.WORLD =
    (DESCRIPTION_LIST =
    (DESCRIPTION =(ADDRESS = (PROTOCOL= TCP)(Host= node2)(Port= 1521))
    (CONNECT_DATA =(SID = SID2)(SERVER=SHARED)
    (FAILOVER_MODE = (BACKUP = node1)(TYPE=SESSION)(METHOD=PRECONNECT))))
    (DESCRIPTION = (ADDRESS = (PROTOCOL= TCP)(Host= node1)(Port= 1521))
    (CONNECT_DATA = (SID = SID1)(SERVER=SHARED)
    (FAILOVER_MODE = (BACKUP = node2)(TYPE=SELECT)(METHOD=PRECONNECT))))
    =======================================================================
    < test 2 >
    1) 각 node의 instance를 start한다.
    2) 각 node의 listener를 구동한다.
    node1% lsnrctl start lsnr_node1
    node2% lsnrctl start lsnr_node2
    3) node1에서 다음의 작업을 한다.
    sqlplus scott/tiger@node1
    SQL> select count(*) from emp;
    COUNT(*)
    14
    4) Node1에서 instance를 shutdown abort한다.
    5) 3번의 session에서 select를 다시 한다.
    ORA-25404 error조차 없이 select된다.
    SQL> select count(*) from emp;
    COUNT(*)
    14
    Data가 node2 instance를 통해 제대로 select되며 이는 failover가 정상적
    으로 작동됨을 알 수 있다.
    (참고 1) dedicated 방식의 경우는 shared 대신에 dedicated를 기술한다.
    물론 initSID.ora의 mts를 기술하지 않고 tnsnames.ora의 server option을 쓰지
    않으면 default로 dedicated 방식을 쓴다.
    (참고 2) example 1을 사용할 경우 session 종료 후 재접속 시 자동 failover가
    되지는 않는다.
    Reference Documents
    oracle8 parallel server concepts & administration manual

    Hi,
    Many Thanks for your inputs. I created 2 non default listeners LISTENER_ORCL1 and LISTENER_ORCL2 on each node respectively.
    I was able to set LISTENER_ORCL as remote listener. But for some reason, the local_listener does not get set. The statement is executed successfully but no changes in the parameters and TAF setup does not work. I initially had the default port number of 1521 for the listener but then changed it to 1522 (to test if it had something to do with default port no) but still no success.
    SQL> show parameters listener
    NAME TYPE VALUE
    local_listener string
    mts_listener_address string
    mts_multiple_listeners boolean FALSE
    remote_listener                  string         LISTENER_ORCL
    SQL> alter system set local_listener='LISTENER_ORCL1' SCOPE=BOTH SID='ORCL1';
    System altered.
    SQL> alter system set local_listener='LISTENER_ORCL2' SCOPE=BOTH SID='ORCL2';
    System altered.
    SQL> show parameters listener
    NAME TYPE VALUE
    local_listener string
    mts_listener_address string
    mts_multiple_listeners boolean FALSE
    remote_listener string LISTENER_ORCL
    Help Plssssssssssss!!!!!!!!

  • New ASA 5515x failover setup

    Just an architecture setup question. We have purchased two 5515x ASA firewalls. I will be setting them up in a stateful failover setup. I know this sounds like a basic question but here goes. I am thinking we should get the first one working on my network and then install the failover ASA once the first one is working properly....? Any thoughts?

    Hi,
    Yes, you can just configure the single ASA first with the configurations and after its configurations are finished install the Secondary unit.
    Naturally while you are configuring the Primary unit you should already setup the interfaces with a "standby" IP address under the interface configuration.
    After you have setup the Primary ASA and made sure that for each of its interfaces/subinterfaces you have a L2 connection through the connecting networking devices to the Secondary ASAs corresponding interfaces/subinterfaces, then you are ready to install the Secondary ASA to the network.
    What you could do on the Secondary ASA is that you remove its default factory configuration and then configure "no shutdown" on each physical interface that you are going to use. Then you could configure the required Failover configurations using the multiple different "failover" configuration commands. (You wont need to configure the actual physical port separately, just need to enable it with "no shutdown", the "failover" commands should handle the rest) After the physical interfaces are configured up and the "failover" commands are set up on the Secondary ASA (and naturally the Primary ASA) then you could basically save the configuration on the Secondary ASA, power down the Secondary ASA, connect it to the network and boot it up. It should then sync the configuration from the Primary ASA after it has booted up and noticed the Active unit (Primary ASA) through the Failover link. So you should not really need to configure the Secondary ASA a lot since it syncs majority of the configurations from the Primary ASA. Naturally the above "failover" configurations are required so the Failover link can be formed for the sync.
    I have had to do this a couple of times lately because of broken down ASAs in Failover pairs. Naturally I would suggest that you take backups of the Primary ASAs configurations before you start setting up the Failover environment so that incase of some error in the setup you still have the configuration. Some people have mentioned the other unit wiping the others configuration but it has not happened to me atleast.
    Hope this helps and that I made any sense :)
    - Jouni

  • Site setup help...

    Hi -
    I am new to using CS5 and I am having a few different problems.  I am not sure but I think they all stem from improper setup.  I had used dreamweaver mx 2004 to set up a few sites back in 2004-5 so I am am somehwat familiar with setup, however, besides trying out CS5 on a new computer, I also now have a QNAP 459+ NAS which I am using as the remote server (as opposed to a site through go daddy or other).
    I have PHP and mysql running on my NAS, and I have also installed Xampp on my computer.  (first off I was not sure that I needed this because I have a server (NAS), but I decided to install so because I was pretty sure that my local machine needed apache running in order to parse php scripts before they run on the server)  In XAMPP control panel, I get the following:
    Where it says apache is started but up above it does not say that it is running.  When I try to view PHP code in dreamweaver from the local site, it just shows the little PHP emblem and does not process the code.  It does process php if I access the page from the server by typing the address in a browser.  It does not process at all in dreamweaver.
    I also get the following errors in dreamweaver which I am not sure but I think are related:
    "dynamically-related files could not be resolved because your credentials don't allow file activity on the server"
    and
    "An unknown error occurredwhile discovering dynamically related files. Retry."
    I am not sure if I have multiple problems or just one which is causing all these symptoms, but any advice/help would be greatly appreciated!
    Thanks,
    LilPauly8211

    Lost prior settings? How? Why?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Vince Howard" <[email protected]> wrote in
    message
    news:f1s810$g7u$[email protected]..
    >I can not connect and upload to the web site thru
    Dreamweaver and need some
    > setup help. I can not determine what I am doing wrong. I
    have lost all my
    > prior
    > settings, new computer. Can someone help me with the
    local and remote
    > settings.
    >

  • Setup & Help buttons stopped working

    I recently upgraded wireless network from WEP to WPA.  Lost wireless connectivity to 3310 All-in-One, and now Setup & Help buttons don't work so I can't connect to new network.  What happened?  Is there a way to setup new network without accessing Setup menu on device?

    Get the latest software for your printer from the "Support & Drivers" link at the top of this page.  Run the software, making sure there is no USB cable attached.  Choose "Network" or "Wireless" connection type when it asks.  Plug in a USB cable (temporarily) when it asks.
    Say thanks by clicking "Kudos" "thumbs up" in the post that helped you.
    I am employed by HP

  • Cs4 in design page setup help cm, mm, inches change

    hi all
    i dont know if i am being totally stupid but whaen i go to start up an new document in indesign cs4 i can sem to change my page dimension option to cm, inches or mm it comes up like  - 51p0 x 66p0 etc
    can someone tell me how to change this so i can make my pages in mm, cm or inches?
    thank you for your help
    here is a a screen shot

    ahhhh
    thank you
    Date: Sat, 22 Aug 2009 06:37:29 -0600
    From: [email protected]
    To: [email protected]
    Subject: cs4 in design page setup help cm, mm, inches change
    With no files open, edit your preferences and change units to inches.
    That said, InDesign will convert units so if you type 11 in, even though the document uses picas, it will convert the inches to picas for you.
    Bob
    >

  • 10.5.1 Server Setup - Help Make it all Work!

    Hello Everyone, I currently have a new MacMini running 10.5.1 with our Calendar, Wiki and File Sharing. I have recently just returned from the Mac OS 10.5 Training Session from Chicago Columbia College and was astonished at what their demo servers did versus what mine has never done lol. We are a small tech company and there isn't much yet in the way of documentation or training or even training materials for Leopard Server. So I wanted to share some of what we learned from the training seminar and hopefully someone will know the proper answers to my questions. This is going to be a bit long winded but I think it's important to convey my questions/concerns.
    1. Ok initial setup of our Leopard server requires you to input a host name and then the domain name. Well after the first install of Leopard we found as I have read amongst the posts for the past 2 hours that if you place let's say macmini in the host-name field then place domain.com in the domain field. After the server setup is complete Leopard Server wants you to chat, vpn, and browse to http://macmini.domain.com/groups as well as mail. This is all well and good if you have access to DNS like I do and can easily make changes to the MX & A records but if your a typical SMB user then you won't and this means that once your e-mail is setup and your ready to start using your server anyone you e-mail will come from [email protected] and not [email protected] which is a huge problem. So be cautious here. I was instructed by Apple after scratching their head to leave the host-name blank and only fill in the domain name here if your on let's say a T1 or other medium with a static IP pointed at your machine or router. So this is my first pet peve, there is a sloppy work around to this by telling the server to receive e-mail for domain.com as well but still whenever you send it comes from the original domain.
    2. Application Setup - Single Sign-on - When I attended Leopard training this week in Chicago I was amazed at how whenever a user (demo -lab environment) logged into ichat, ical, wiki or e-mail there was simple single sign-on kerberos auth. What I mean by this is once the server is up and running and your Mac connects to the network for the first time either by manual add thru the directory application or a new Mac that finds the Leopard server automatically at first boot and you auth a user on the server to that Mac then there is just a single signon from that point on, NOT! For us our users log into their machines, (mind u they are already users on the Leopard server and can log in just fine) and they try to go to their e-mail for the first time it always fails. We then have to disable SSL over SMTP and IMAP and manually type in their passwords because the MacMail clients cannot trust the SSL cert or we simply just delete their accounts and recreate them from scratch. Same happens with iChat. By design when you auth your Mac against the server, the server auto configs the security and client apps, i.e. mail, ichat, directory, VPN, ical. But iCal has consistently failed setup across 5 server builds and 10 clients. What will happen is when you go to prefs in ichat you see your account but it can't auth you and doesn't show up in ical for your personal server calendar. If you manually remove your user account and re-add it works great. But next time you go to ichat, once again you have to recreate. And I can recreate this all day long. But at the demo it worked like magic. So that is problem number two, SSL and single sign-on does not really work and app auto-config does not work at all.
    3. Apple Airport Extreme 802.11N. - As a test and per Apple's recommendation for SMB clients we picked up a new Airport. We patched it and setup user/pass info and setup DHCP on the device for so if server fails we have internet. And during server setup it logged into Airport and tried to configure settings. We were on the net and all was good after server setup. However with VPN enabled per user in Standard mode on server we have only been able to gain VPN access for clients if they are actually inside the network. I have spent about 10 hours back and forth with Apple Support trying to get VPN to work outside. The Manual setup of new Airport Port-Mapping is simple but crude. It does not seem to work. And there is a default hosts setting which should translate to an open DMZ but does not. So that is third on my list, running a MacMini with 2gig's of RAM which is within SPEC for Leopard Server and using the Apple Recommended solution of an Airport Extreme N does not work for s&*% and I would be very surprised if anyone here has gotten that to work.
    4. E-Mail Services - As stated prior Leopards auto app setup utility does not work for crap unless by some magic there are other steps besides the ones outlined and printed with the purchase of server. But the main thing about mail is that we are missing the basics. I mean your going to be hard pressed to find ANY e-mail application on the market today, Notes, Exchange, Gmail, Hotmail, Yahoo, iMail or other that does not include basic vacation/out of the office message replies. This is a huge issue for any small business or for that matter any size business that wants to automate things when they are out and I think this is one of my small peeves but certainly worth a listing here.
    5. VPN - We have tried like **** to get the VPN to work thru the Airport as previously noted but we have also connected MacPro with 2 nics, one for net and one for LAN and not been able to connect to the server from outside our network. Here is my largest frustration, we currently run SBS2003 from MSFT and they run flawlessly. I have literally sat with clients in their office during a new setup for SBS and in 3-4 hours we were up and running with minimal system level changes from the guided path. And for Apple to advertise this in the manual and all online materials as being SMB friendly is a complete slap in the face. Now don't confuse my above descriptions of problems we have seen across 5 Leopard builds as being a rant because it's not but seriously I am a network engineer with 10 years in the field working with 20+ product ranges and in our office we only use Mac because of stability and uptime. But OS X 10.5 is not Small Business Friendly at all even with the half hearted attempt at the new System Admin console for SMB users. However that being said I will still push on and try to get all these little bugs worked out and what I would really like to see is some feedback on my issues and I would love to know if anyone else has had similar issues. I really had hoped that 10.5 could help my firm finally push the proper solution (Mac OS X) for our SMB clients but it just isn't there yet.
    Cheers,
    DM

    Thanks for the quick read and response. Do you feel the issue might lie with the fact that it is a Mac Mini? And possibly just not powerful enough to run Leopard Server? I have to say in our trials with MacPro it was like night and day as to how they performed. And if you could elaborate on this "Many VPNs don't play well with NAT so your VPN server should have a direct connection to the public network (preferably firewalled, of course, but not NATted)." Most every SoHo and for that matter uses simple NAT translation for security even our multi thousand dollar Cisco PIX and ASA's are basic NAT devices to start with. How would you put the VPN on public net while keeping the attack surface low for the rest of the services like file, web, mail and print?
    Don't get me wrong I want this to work more than you can imagine. We are so tired of supporting MSFT technologies that cost thousands a year in antivirus, antispyware, antispam and other malware protection for the enterprise. We know that Leopard has great potential but for an integrator, getting this system up and functional is not an easy task. And the worst part of it is every time we have called for support the tech always lets out a sigh when they hear we have run standard setup because they are not allowed to walk us thru the server console to make repairs. And have been told by 3 techs so far that this is a new product and the support avenues are not there for standard since it just supposed to work out of the box. But when it doesn't then ohh well. Which is sorta sad...
    DM

  • Family Sharing Setup Help

    Hi all,
    My wife and I have an old iCloud/iTunes account setup that we like but it doesn't want to play ball with Family Sharing.  Consequently, I am hoping you guys can help us nut out the next steps.
    Before Family Sharing, my wife and I wanted to share photos, contacts, calendar events, shared email and so forth but be able to make our own iTunes purchases separately.
    Consequently, we set up an iCloud account and put this into both of our iPhones, laptops and iPads under Settings > iCloud.
    We still, however, had iTunes Store, FaceTime, Messages etc set up on individual Apple ID's.
    I attempted to set up Family Sharing using the shared iCloud account and setting my personal iTunes Apple ID as the "purchasing" authority and payment.
    However, when I invited my wife in - it shows exactly as it is set up (probably due to the shared iCloud account details) and she doesn't see any purchases I have made and I don't see any purchases she has made.
    What should we now do?  Do we need to revert to using our own individual Apple ID's in "iCloud" or something?

    Hello Carney10,
    Thank you for visiting Apple Support Communities.
    When you say you do not have the setup option for Family Sharing, that seems like you log into the iCloud System Preference but the "Set Up Family" button is not there.
    Is your Mac updated to Yosemite?
    Family Sharing - Apple Support
    iOS 8 and OS X Yosemite are required to set up or join a Family Sharing group and are recommended for full functionality.
    Where in the setup are the options not available or working?
    OS X Yosemite: Set up Family Sharing
    Best regards,
    Nubz

  • Audigy 2 ZS Platinum Pro - GigaWorks 7.1 - Tracktor DJ Studio - Setup help ple

    I am trying to work out the best way to configure the following components so I can mix 2 tunes - listen to the mix on one channel and the incoming song on the headphones.
    SoundBlaster Audigy 2 ZS Platinum Pro
    GigaWorks 7.
    Tracktor DJ Studio
    Currently with the Gigaworks connected to the Audigy and the headphones connected into the External IO Hub - selecting any combination of channels in Traktor to become master or headphone yields all tunes being played through speakers and headphones.
    Reading the spec on the Audigy it appears I can use Line out on the soundcard itself to connect the headphones direct - but with the Gigaworks requiring all 3 line outs - how should i then best connect the speakers?
    The Traktor instructions indicate that this config is possible using a multichannel soundcard - which this is.
    I've attempted config in Traktor using all of the following Audio Devices:-
    SB Audigy 2 ZS ASIO [ECCO]
    SB Audigy 2 ZS ASIO 24/96 [ECCO]
    Creative ASIO
    DS SB Audigy 2 ZS Audio [ ECCO]
    No luck with any of them.
    Im obviously not understanding something - and im sure im not the first person to attempt this.
    Any help appreciated.
    Regards
    Simon

    I think what you're missing is that the headphone out is really connected to the same signal as the front speakers out. The assumption is that you're either going to be listening to the headphones or to the speakers. Tracktor can probably use the soundcard channels independently, but anything directed to the headphones also goes to the front speaker output. I believe you can set things up so plugging in the headphones will mute the speakers, but that doesn't help the front speakers play a different signal than the headphones.
    I don't think there's a connection setup which you can use both for Tractor and for 7. listening. You can probably get Tractor to send the output you want to hear on your headphones to line out 2 and the mixed signal to line out . That would mean connecting the headphones to what is normally the surround left/right output, which you'd need to disconnect from the speakers while you're doing this.
    If you end up trying to rig up switching to help you go back and forth, using 4 Sony-type camcorder cables for line out 2 and 3, and 2 stereo minijack to RCA cables will probabably be helpful because it will be a lot easier to get RCA-connector switching than 4-pole minijack switching.
    -Dave
    [email protected]

  • Page Setup Help

    Hello,
    I have been working on a pamphlet for my university. Now the size of the page is 8.5 inch by 11 inch. I am designing two pages (front and back) with this page measurement. However, I am also required to print another version of the pamphlet with the page size being 17 inch by 11 inch (Pretty much just merging the front and back side in a top to bottom style in a longer page). I was wondering if there was an easy way to print it like that without having to modify or edit the designs. Any help would be greatly appreciated!
    Thanks in advance.

    Were I to do it:
    If you do this on a document where the spreads are not together as I suggested...
    1) Change the layout to portrait (File > Document Setup, change to portrait). This will cause the content to no longer fit the new orientation.
    2) Next, rotate the spread 90 CW so that it is back to landscape mode when you view it on screen (View > Rotate Spread > 90 CW)
    3) Then, rotate the content on the docuent so that it is laid out on the page as intended. This should be as easy as selecting it all and setting the object rotation to 0.
    4) Repeat steps 2-3 for page 2
    5) join the spreads as I suggested.
    If you have already joined the spreads...
    1) Do step 1 above
    2) Do step 3 for both sides (although you may have to set the rotation to 90 degrees) and reposition on the page
    3) do step 2 above.
    Note the orientation of the page and the spread in the pages panel. Also note the rotation icon to the right of the spread in the pages panel. InDesign CS4 and later.
    -mt

  • Express to extend network - setup help please

    I would really appreciate some help ensuring i have the correct set up for my express (x2)
    I have a mac, macbook, sky broadband modem and a basestation
    I connect to the internet using the modem and network "sky 13222".
    The basestation has a network id as well "af506f", but i dont use this to connect to the network.
    The idea for the 2 expresses was to expand my range into a weak reception of the house for one; and to connect my new pannny bluray player with the other.
    I have plugged the first one in and it has showed up on the airport utility f9567b, but when i go to configure it suggests switching networks, which i am unsure about the next steps...the guide doesn't help really..
    Anyone with a recommended setup for this?
    I am not sure the setup was right before the expresses but i could connect wirelessly to the macbook and my wii ok...
    many thanks in advance

    Hi, to set up the airport the computer has to connect to it hence "switching networks"
    Once you added your new Airport to the your existing network then you should be able to switch back and it may all work!

  • AirPort Network Setup Help

         I'm pretty good with hardward, but admittedly, I'm kind of a n00b when it comes to wireless networks.  So I purchased an AirPort Extreme Base Station in 2010 and set it up to run my wireless network as well as a 5GHz version of the network as well.  Unfortunately, my modem is on the opposite side of the house as most of my wireless devices, i.e. PlayStation 3, MacBook Pro, etc...  I was noticing a weak signal, so I purcahsed an AirPort Express to extend the range of the existing network (not the 5GHz network, the regular one).  This was perfect, everything was running great.  Through my ISP I signed up for 10Mbps, I was getting high 9's in the room the modem was in, as well as accross the house on the extended network. 
         Fast forward two years later, Apple has released new Extreme and Express base stations, I'm not sure each update consisted of, and maybe the newer versions will work, so that's why I'm asking.  I got the new AT&T LTE iPad and I'm getting 38Mbps on my LTE network, yes, you read that right, a whopping 38Mbps!  Needless to say, I was preferring this over my home Wi-Fi Network, so I called up my ISP and requested 25Mbps, still slower, but at least I'm not eating up my data.  The network is set-up exactly the same way, I didn't change it.  Problem is, when I bring my iPad into the room with modem, I get 25Mbps, but when I'm back in my living area, on the extended network, I still only get 9 to 10Mbps   Considering I'm rarely in the room with the modem, it's as of I'm paying extra money for no additional bandwidth, which makes me a sad panda...   So, the question is, does my current Express not support 25Mbps or am I 'Doing it wrong.'  If I need to pay the $99 for another Express, I'd be happy too, but considering I bought the Extreme and Express at the same time, and the Extreme handles the 25 fine, I'm thinking I have it set-up incorrectly.  As I understand it, the only differences between Extreme and Express are that one is duel band, guest network is possible, more USB's and ethernet ports, etc... 

    The Extreme is in the other end of the house wirelessly extending.
    I have it set up as a roaming network.
    A roaming network is one in which the Time Capsule and AirPort Extreme would be connected using a wired Ethernet connection.
    Your setup cannot be a roaming network if.....The Extreme is in the other end of the house wirelessly extending.
    Can your clarify on your setup?
    Do you think this is the best set up, or would you suggest doing it differently?
    A roaming network, with a wired Ethernet connection between wireless routers would be the best way to set up virtually any network, since there is no signal loss in a wire.....and a great deal of signal loss (and speed) in a wireless connection.
    I have an old Airport express A1088, can anything be done with it?!?!
    The old Express could be configured to create a wireless network if it were wired back to the Time Capsule.
    It could also "join" the wireless network wirelessly for use with AirTunes....but it would not extend the wireless signal, since it does not have that capability.
    In order to administer the older Express, you would need a Mac running Leopard, Snow Leopard, or a PC.
    Sorry, cannot help on the Smart TV - Media Centre question since I don't have that type of setup.

  • Airport Network setup help or suggestions :)

    Hi - first post
    I currently have a Billion wireless router - 7404VGOX
    Airport 2 TB Time Capsule - 4th Generation
    Airport Extreme - 5th Generation
    1 x MacBook Air with Mavericks
    1 x Windows Laptop
    1 x iMac
    1 x Airprint Epson Printer
    1 x Airprint HP Printer (which I can not get to connect!!!! something about MAC Filtering)
    iphone, ipads & smart TV's etc
    The wireless router is in the office along with the Time Capsule (which does Time Machine back ups) which is bridged and connected by ethernet
    The Extreme is in the other end of the house wirelessly extending.
    I have it set up as a roaming network.
    Do you think this is the best set up, or would you suggest doing it differently?
    I have a Smart TV with hard drive connected and a Media Centre with an inbuilt 2TB SATA drive, which were connected to the Billion before getting the Airport things.. Is there a way that everyone in the house can access the files on the media centre?
    I have an old Airport express A1088, can anything be done with it?!?!
    THanks sooooo much!!!

    The Extreme is in the other end of the house wirelessly extending.
    I have it set up as a roaming network.
    A roaming network is one in which the Time Capsule and AirPort Extreme would be connected using a wired Ethernet connection.
    Your setup cannot be a roaming network if.....The Extreme is in the other end of the house wirelessly extending.
    Can your clarify on your setup?
    Do you think this is the best set up, or would you suggest doing it differently?
    A roaming network, with a wired Ethernet connection between wireless routers would be the best way to set up virtually any network, since there is no signal loss in a wire.....and a great deal of signal loss (and speed) in a wireless connection.
    I have an old Airport express A1088, can anything be done with it?!?!
    The old Express could be configured to create a wireless network if it were wired back to the Time Capsule.
    It could also "join" the wireless network wirelessly for use with AirTunes....but it would not extend the wireless signal, since it does not have that capability.
    In order to administer the older Express, you would need a Mac running Leopard, Snow Leopard, or a PC.
    Sorry, cannot help on the Smart TV - Media Centre question since I don't have that type of setup.

Maybe you are looking for

  • How to change the order of the albums?

    how can i change the order of the albums from oldest to newest to a different order?

  • X12 to XML conversion

    I need to transform an X12 to an XML in WLI 9.2. If a MFL is to be created for the corresponding X12,do we have any features available in the Format Builder to generate the MFL file. Edited by: user10757833 on Jan 3, 2009 10:33 AM Edited by: user1075

  • Lightroom problem with the exit button...

    In Lightroom, the window got redesigned in such a way that you can't move the cursor to the absolute top right corner and click to exit like you can in standard windows--you have to aim with the cursor on the exit button which is annoying.

  • Adobe Exchange CS6, unable to log me in...

    When I try to Download a panel from Adobe Exchange CS6, it says it is unable to log me in. When I hit Sign in nothing happens.

  • What does it mean when iTunes say "not enough memory" and won't let me buy songs?

    Everytime I try to purchase a song, I get a message that says "The iTunes store cannot complete your request. There is not enough memory available." I have plenty of space on my computer. What does this mean, and how do I fix it?