Direct connect NFS/CIFS with 1.4

I see how 1.4's appliance ports can help with direct connect multipath iSCSI. Each fabric gets a VLAN/subnet, iSCSI has multiple targets via each fabric, etc.
But I don't see how appliance ports help with direct connect NFS/CIFS. E.g.,
In this diagram, traffic from hosts active on fabric B must go over the northbound LAN to reach the NAS. Even if every host and appliance has its NIC failover configured to prefer fabric A and perform preemption, you'll still have failures like NAS NIC's and IOM's that will cause some/all NAS traffic to go across the northbound LAN. Thus, you've got one of two situations:
    1) The LAN can handle the NAS traffic. If so, why not plug the NAS into the LAN in the first place?
    2) The LAN cannot handle the traffic, in which case you haven't built real fault-tolerance and, worse, a UCS problem can impact the LAN.
Am I missing something here? How are appliance ports better than using switch mode, shown below?

Yes - you have a valid point on the traffic pattern depending on what fails etc.
Just to back up for a moment..
Version 1.3 and below has 2 types of Ethernet ports - Uplink and Server port.
Version 1.4 has 4 types of Ethernet ports - Uplink, Server, Appliance, Monitoring port
In 1.3, to directly connecting a NAS to the FI's meant that you move to switch mode on the FI's and then set the port connecting to the NAS as an uplink port. What that did is that the port connecting to the NAS was a a trunk port at the FI end allowing all VLANs (i.e no VLAN filtering), no QoS settings etc.
So if you wanted to stay in End Host mode AND not liking the above caveats, you connected the NAS to an upstream switch and not UCS and that option remains wit you today.
What the appliance port gives you now is that the VLAN(s) the NAS belongs to can be filtered, QoS settings possible and most importantly, it works in End Host Mode (most deployments are based on it).
The above is the rationale for the Appliance port and the port type was neeeded even if it works today in switch mode.
Now the question comes, appliance port in EHM or Switch mode (which is what the question is).
In EHM you are right, east-west traffic between NAS-blades could utilize the upstream network.
You can design efficiently by specifying the fabric id (A or B as primary) or set fabric affinity if using a soft switch but  guaranteed total localization (not using upstream network) cannot be made as you correctly said depending on "what" fails.
If all the uplinks on A fail, yes the whole thing should fail over but if a link between the IOM and the FI fails, then the servers pinned to that link will start using the external network.
So yes, the network needs to be designed keeping the flows and what if scenarios in mind. East-west traffic not hitting upstream at all cannot be assumed.
The long term solution is to have data links between the FI's in EHM or they are vPC peers and hence both links to the NAS from the FI's will be active/active.
Appliance port in switch mode can be used but that also depends on which links are STP blocked etc to guarantee that.
The topology you mentioned does that ..but then you also need to keep in mind on failurea what happens etc i.e the ISL between the FI's should always be forwarding for that VLAN.
Thanks
--Manish

Similar Messages

  • Direct-connect inside network with dynamically assigned IP-addresses

    I have 13+GiB of files to transfer between two computers (one arch and one Win7) and would rather not spend the day moving them ~1GiB at a time via flashdrives.
    I have tried setting up an ad-hoc network on the win7 machine, but wifi-menu fails to connect to it.
    I have tried setting up an ssh server on the arch machine and accessing it via PuTTY on the Win7 machine.
    I have tried setting up an apache server on the arch machine and accessing it via firefox on the Win7 machine.
    I do not have the permissions to statically assign ip addresses on the network, and need to somehow directly connect between these two computers.  Any suggestions?

    5donuts wrote:I've spent the last hour or so trying to set up samba, but I can't figure out how to connect to a Windows shared folder with smbclient, and just cd-ing into the mountpoint doesn't work since access is denied
    Post the exact commands that you are using and the exact error messages that you receive.
    For mounting windows shares I use variations of the following command:
    mount -t cifs //<windows ip address or host name>/<windows share name> /mnt/foo -o nosetuids,uid=<your local user id>,gid=<your local group id>,user=<windows user name>,workgroup=<windows workgroup>
    Have you tried something similar? It should "just work".

  • Is it possible to directly connect two Xserves with a Promise VTrak E610fD via Fibre?

    I have two Xserves and I'd like to connect them with a Promise VTrak E610fD. As this storage has two controllers, I'd like to connect both Xserve with both controllers. Is this setup possible? Can I access (read and write) the same disk array with both Xserves simultaneously (Xsan?) or do I have to create two separate arrays?

    Hello bleistift, and welcome to the AppleBoards,
    Fibre channel is SCSI which means that any device connected by fibre assumes it is in sole control of that device. When you attach more than one machine via fibre both machines assume they are in control and unexpected behaviors and data corruption ensues. SAN (like Apple's XSAN) provides a layer of arbitration over the shares allowing multiple fibre connections to play nicely with one another while still being connected over fibre.
    You could easily connect two machines to a single RAID box if they are accessing different RAID volumes at the same time, but once you start connecting to the same data at the same time you need SAN.
    HTH,
    =Tod

  • Wireless modem not connecting but direct connect is

    I have a WRT54G modem and it works with a direct connection but not with the wireless.  We had a few power failures yesterday which is all I can think of that caused the problem. Does anyone know how I can fix this?

    If you are able to go online wired from the router then,try to adjust the wireless settings on the router...
    Open the router setup page and Under the Wireless tab,Change the SSID to some unique name,Change the Wireless Channel to 11-2.462GHz and click on save settings.Under the subtab Wireless Security check the security key.
    Under the Advanced Wireless Settings...Change the Beacon Interval to 75,Change the Fragmentation Threshold to 2304,Change the RTS Threshold to 2304 and Click on Save Settings...
    Now see if you can locate your Wireless Network and attempt to connect...

  • Have a MacMini that is dropping NFS Share connections, Using cifs://servername/path however the NFS Share is dropped everyday without fail.

    Have a MacMini that is dropping NFS Share connections, Using cifs://servername/path however the NFS Share is dropped everyday without fail.  Is there a better way to setup this share?  I've got 5 other Macs that use the same NFS Share and none of them are dropping the shared connection.  This is on OSX 10.9.x Maverick.

    cifs:// is not NFS cifs:// is effectively SMB i.e. Windows filesharing, NFS is Unix filesharing, furthermore cifs:// is a way of forcing Mavericks to use SMB version 1 protocol. Normally you would use smb:// which will default to trying to use SMB version 2 protocol.
    Saying all that, SMB version 1, SMB version 2, and NFS should all normally work fine. It is possible that the server may be configured to disconnect idle users although one would expect this to happen with other users as well. It is perhaps more likely that your problem Mavericks Mac maybe going to sleep periodically, while asleep the connection to the server maybe being lost. Apple's own server software has specific cleverness to allow clients to sleep and resume their connection when they wake.
    Therefore it might be worth checking your Energy Saver settings on this Mac and disabling computer sleep.

  • Problems setting up my TC. Have just bought new iMac(OS 10.6.8) and  TC. I set it up. iMac cannot find it. I have tried direct connection with an ethernet cable to Mac or my wireless router but nothing. Just a flashing orange light. Help for a simpleton p

    Problems setting up my TC. Have just bought new iMac(OS 10.6.8) and  TC. I tried to set it up. iMac cannot find it. I have tried direct connection with an ethernet cable to Mac or direct to my wireless router but nothing. Just a flashing orange light. Help for a simpleton please. Have tried reseting TC, but to no avail.

    Just updated from 10.6.7 ---> 10.6.8 and had the same issue. Despite having done a clean install from 10.6 and got everything back off my TC, now Time Machine can't find it!
    Green light is on, ethernet cable conected, network CP says its conected but nothing. Airport Utility can't find it. Hit reset button, Orange flashing light but still no show in Airport Utility.
    But I know its there, as rebooting from 10.6 SL disk shows the backups are still ok?
    Hmm, ideas anyone?
    SBB

  • TS2529 I am unable to backup my iphone 5 iOS 6.0.1 (connected directly to laptop USB) with my itunes 11 for Win 7 64bits. The process starts and fails to complete giving the error: itunes could not complete backup of iphone because iphone disconnected.

    I am unable to backup my iphone 5 iOS 6.0.1 (connected directly to laptop USB) with my itunes 11 for Win 7 64bits. The process starts and fails to complete giving the error: itunes could not complete backup of iphone because iphone disconnected.
    I have restarted the PC, the iphone, changed the lightining cable and nothign resolves it: backup never completes.

    Hi, I disabled the antivirus and the firewall. Same result
    I even deleted the backup folder inside C:\Users\...\Apple Computer\MobileSync\Backup to eliminate any corruption in the old backup files.
    Nothing changed: Session either times out or i get the same error message: itunes could not back up iphone because iphone disconnected. It always happens during step 3 out of 4 which is "transfering purchased apps from iphone to PC" and comes after step 2 which is backup.
    My iphone 5 is not jailbroken, and is a factory unlocked phone.
    Any other suggestion?
    Pls help

  • Problem with direct connect on my 8350i

    when i try to use my direct connect on my smartphone it beeps and says turn radio on. i can turn the radio on and try again and it says the same thing. when someone dc's my phone i try to answer and it tells me again to turn on radio. called nextel and they said to do a master radio reset and it still didn't work. now they tell me it is a software issue and they can't help me. i need help please.

    Hi and Welcome to the Forums!
    Wow! Formal support for all BBs is via the carriers...for them to blow you off like that is pretty horrible. I'd suggest contacting them again and push them a little bit more...you have a support agreement with them, if they are not honoring it, escalate with them.
    In the meantime, are you on their most recent device OS level? If not, then you might consider updating to see if indeed what they have said holds some kernel of truth. You can check their DL site via this portal:
    http://na.blackberry.com/eng/support/downloads/dow​nload_sites.jsp
    Good luck and let us know!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • 8350i Nextel Direct Connect doesn't work with GM Onstar Bluetooth

    Paired my 8350i to my 2009 Chevy Silverado with Onstar and Bluetooth. Can make and receive phonecalls with Bluetooth but Direct Connect cannot. I have to turn off Bluetooth on the 8350i in order to utilize Direct Connect.  

    I have an 8350i with Nextel, and had similar issues with the Bluetooth in my 2012 Hyundai Accent.     Also by accident, I was able to figure out how to work the Nextel.  You do need to use the PTT button on the phone as you normally would.  (If you try listening in the handset it will not work, the connection to the bluetooth in the car needs to activate.)   If someone initiates a PTT conversation with you press the green "pick up call" button on the vehicle's bluetooth.   This will cause the bluetooth connection with the vehicle to activate.   Then you will be able to hear and speak through the vehicles bluetooth system while pressing and releasing the PTT button as you would if you were using Nextel through the handset. 
    It is even more awkward if you try placing a PTT call.   Hit the green "pick up call" button and even though the bluetooth system will be asking you for verbal commands to initiate a phone call, ignore them and "chirp" the person as you normally would.  It will work, not pretty, but it will work.  At the end of the call the system will still be asking for verbal commands, but simply hang up.  
    This worked whether the phone was in vibrate, speaker or not.  

  • Connect PC directly to my Mac with Ethernet?

    This may be the wrong place to post this, but can I network a PC to my Mac directly with a single Ethernet cable?
    Currently they're networked via a hardwired router, but I want to set up my Mac desktop for a wireless connection to an airport base station, but I still need my PC to talk to my Mac. I would actually prefer not to have my PC connected to the internet at all (so I don't want to set the PC up for wireless access), just to my Mac...

    Hi Nolan!
    You have a G4 dual and if I recall correctly it is gigabit capable. That means it can also use either a cross-over or a standard straight-through Ethernet cable to connect directly to your Windows computer. Otherwise you'd have to use a cross-over cable.
    Connect the two with a cable and make sure file sharing is enabled on both. Each will assign itself an IP address in the range of 169.254.xxx.xxx and therefore be able to communicate with the other machine.
    To make things a little easier, put them both in the same WORKGROUP. On Windows, right-click "My Computer" and select Properties. You can set a WORKGROUP name under the computer name tab. On Mac OS X, open the Directory Access application found in /Applications/Utilities. Configure SMB and put the same WORKGROUP name in there as well.
    When you browse the network from either machine, you should be able to see the other.
    Hope this helps! bill
    1 GHz Powerbook G4   Mac OS X (10.4.8)  

  • SOAP - RFC possible with Direct Connection?

    On our PI 7.1 system we have a RFC which we want to expose as a webservice with all the standard monitoring SAP PI provides. On PI 7.0 is used to create a configuration scenario in Integration Builder and generate a WSDL.
    I have read the document 'Configuring Web Service Scenarios', but it is not clear to me if i can create a AS JAVA 7.1 -> AS ABAP 7.1 scenario and if the 'Direct Connection'-functionality of SAP PI 7.1 offers me a solution.
    Please advise me...

    Hi,
    in PI7.1 direct connection uses WS adapter which works on WS-RM protocol.............your req is to expose RFC as web-service which do not work on WS-RM protocol and moreover you will require RFC adapter for configuration of your scenario.... So SOAP->RFC is not possible with Direct connection in PI7.1.
    Regards,
    Rajeev Gupta

  • Direct connecting with parallel cable

    I'm trying to get arch linux to do a direct connect via parallel cable to a laptop with windows 98 so I can transfer some files (and I do have the right kind of cable).  Can anyone tell me what programs/man pages I'm supposed to be looking at for this kind of thing?
    I know some of you are gonna say right off the bat to get a crossover ethernet cable and connect that way, but the laptop doesn't have an ethernet port and I don't want to get a pcmcia card for this.
    To make matters worse, the cd drive on the laptop won't work any more, so using cdrs is out too.
    Thanks in advance for any advice.

    Hi dlanor78 and tgc.
    There's a nice PLIP mini-how-to available:
    LINUX PLIP MINI-HOWTO
    http://www.linux.se/doc/HOWTO/mini/PLIP.htm
    You can connect Linux to Linux, DOS, but not Windows 95 (other variants are not mentioned anywhere).
    There's some additional information about PLIP in the following article:
    Making a Simple Linux Network Including Windows 9x
    http://linuxgazette.net/issue57/sipos.html
    The author gets around the Windows 9x limitation by installing Bochs and running Linux emulation on the Windows machine.
    I first read about PLIP in Multitool Linux (Chapter 4. "Soup Cans and String Last-Ditch Communications Methods").
    You'll need a Laplink cable for this to work, by the way.
    Regards,
    Win

  • I cant sync my iphone calendar with my iMac.  It worked fine until two weeks ago.  I don't use iCloud, just direct connect from iphone to iMac.  any ideas?

    cant sync iphone with imac - don't use icloud just direct connect - worked fine until a couple of weeks ago.  Any ideas?

    1. Apple has removed sync services in OS X Mavericks. Therefore, you cannot sync Outlook 2011 with Contacts or Calendar.
    2. Apple has removed the ability to sync through iTunes in OS X Mavericks, so that, even if you use Contacts and Calendar on the Mac, you can only sync them with your iPhone through iCloud, thus exposing all your contacts and calendar information to the mercies of the Web.
    3. Microsoft does not not support CalDAV and CardDAV in Outlook, so there is no way to sync directly through iCloud, except perhaps by setting up a Microsoft Exchange account.
    4. Apple makes it extremely difficult (virtually impossible) to revert to a version of OSX that is earlier than OS X Mavericks once Mavericks is installed.
    In short, we are screwed and neither company seems to care.

  • Catalyst 3650 as MC with non-directly connected APs

    Hello,
    I have a Catalyst 3650 operating as a Mobility Controller.  I had to change the interfaces on the 3650 that connected to the access points to explicit access ports (switchport mode access).  Before that command was configured, the APs sparatically dropped from the controller - now they are fine.  I have a few other APs in the building that cannot be directly connected to the 3650, but need to terminate CAPWAP with it.  The uplink from another switch (Access Switch 1) to the 3650 is a trunk, and the port from Acccess Switch 1 to the AP is an access port, however I getting the same message in the 3650's logs about it not being an access port and the AP is dropping connection to the MC.
    How can I properly terminate CAPWAP from an AP connecting to Access Switch 1 through a trunk to the 3650 operating as a Mobility Controller?
    Thanks

    with the 3850, the AP needs to be directly connected to the switch for it to be able to terminat the CAPWAP tunnel.  If your other closet switch is a 3850, you can put it in MA mode, and build the SPG to the MC.
    http://www.cisco.com/c/en/us/products/collateral/switches/catalyst-3850-series-switches/deployment_guide_c07-727067.html
    HTH,
    Steve
    Please remember to rate useful posts, and mark questions as answered

  • Phones with PTT and Nextel Direct Connect (USA) su...

    Hi !
    I am looking to for Nokia phone that supports Push to talk option and supports Nextel Direct Connect network(USA). I could not find any information on the web and it turns out that some phones can even be upgraded with PTT.
    Thanks and Happy new Year !

    Mapping solves the problem. Groupwise has no corresponding field for "Direct Connect". For ease of data entry, I mapped the Direct Connect field in my 8350i with the pager field in my groupwise address books. The BB desktop manager now syncs the nextel direct connect #'s.
    The steps are:
    In BB desk top manager, select Sync Configuration; address book; advanced; Field Mapping (at bottom of list). Map an unused field in the GW address book with the direct connect field in the 8350i.
    I assumethis would also work with outlook and others.

Maybe you are looking for

  • In process Inspection and Rework Qty Issue

    Hi, There is Production Order for 100 qty.  There are 5 in process operations like 0010 Cutting, 0020 Welding, 0030 Inspection, 0040 turning, and 0050 Inspection (1)0010 operation is finished by production for 50 qty and confirmed through co11n by en

  • Windows users doesn't work after migrating from old to new server!

    We have done a complete re-install on our XServe with OD. We have about 10 Windows users, and after the installation all their settings and mail are gone. All the "normal" files are there though. I'm not sure we have done it the right way though: We

  • Multiple nodes query

    Hi, May me be it's more SQL-related question, may be there is a way to accomplish this some other way, anyway I deided to post it here... I have an xml document which contains records about articles, each article may have several authors. So, here is

  • Error /lib/libgcc_s.so.1 : version 'GCC_4.2.0' not found (required by  /usr

    Hi, I have written a cpp plugin to call when the deactivate workflow is processing I have the OAM 10.1.4.3 version installed. I am able to compile the file. But when try executing it from the workflow i am facing the below issue. Error /lib/libgcc_s.

  • I deauthorized all my computers but now how do i choose to authorize each one? no options are popping up. help

    My old computer crashed. I got new one. Downloaded itunes. I was having problem with itunes and it saying wont authorize this new notebook. After reading suggestions, I deauthorized all computers thinking it would be easy to then individually authori