Printing on diff vlan thru csm

Hello,
the scenario
1. we have 6500 core (using hybrid OS)with csm module
2. it has 2 real servers configured for load balancing
3. stickiness is enabled
FINDINGS.
1. printing is ok if the printer belongs to the same subnet of the real servers
2. iF THE PRINTER IS NOT ON THE SAME SUBNET AS THE REAL SERVERS, PRINTING WILL FAIL.
I am posting the SLB configuration for further info.
Thanks a lot.

Hi,
from your description it's not clear which vserver is used. Could you please clarify it it the vserver ANY or DIRECT-ACESS. From the description given I've the feeling that there is asynchronous routing this is that the way to the server is via the CSM but the way back to the client is not hitting the CSM.
Check if the GW towards the clients is pointing towards the CSM or not.
Regards,
joerg

Similar Messages

  • I cannot print from my iPad using airport express. My printer is not AirPrint compatible but is connected to airport express thru USB port. My laptop can print with no problem thru the express unit. My lap top is no a mac.

    Good day, my iPad does not seem to pick up my printer. My printer is not AirPrint compatible but is connected to my airport express thru the USB port. My laptop which is windows type connects to the printer via airport express thru bonjour and this work well. My iPad does not pick up my printer thru the airport express. I have read about different software that you can download but this seems to be only if you are using a mac. I know my express is working fine as I can use airplay thru my iPad. Any ideas? I do not want to go to the expense of changing my printer, when there was no mention in the express details that your printer had to be AirPrint compatible or indeed wireless.

    See this article to learn how to print from an iPad to your USB printer when you have a PC.  The PC will need to be running when you want to print from the iPad.
    Print from your iPad with PrintCentral | How To - CNET

  • How to compare two files in Java & uncommon text should print in Diff text

    Hi All,
    can any one help me to write a java program..
    How to compare two files in Java & uncommon text should print in Diff text file..
    Thanks
    Sam

    Hi All,
    i m comparing two HTML file.. thats why i am getting problem..
    import java.io.BufferedReader;
    import java.io.FileReader;
    public class textmatch{
    public static void main(String[] argv)
    throws Exception{
    BufferedReader fh =new BufferedReader(new FileReader("internal.html"),1024);
    BufferedReader sh = new BufferedReader(new FileReader("external.html"),1024);
    String s;
    String y;
    while ((s=fh.readLine())!=null)
    if ( s.equals(y=sh.readLine()) ){    
    System.out.println(s + " " + y); //REMOVE THIS PRINTLN STATEMENT IF YOU JUST WANT TO SHOW THE SIMILARITIES
    sh.close();
    fh.close(); }
    thanks
    Sam

  • Can't able to print manual created cheque thru FBZ5

    hello guru's
    Error"restart number is not in the check file or is not a form number" occured while printing manual created checks(FCH5) in FBZ5. I want to know whether it can be possible to print manually created checks thru FBZ5.
    urgently required help.
    anand

    Hi,
    You need to ensure that the form is designed and assigned to the payment method.
    Proper cheque lot is maintained.
    Hope this helps, if yes, please assign points.
    Regards,
    Harish

  • Add Routes in VLAN of CSM

    Hello,
    i try to add this route in vlan of CSM
    vlan 100 client
    ip address 10.192.96.19 255.255.255.0
    >route 10.0.0.0 255.0.0.0 gateway 10.192.96.10
    >alias 10.192.96.18 255.255.255.0
    But don't work.
    Only work when i put this routes
    vlan 100 client
    ip address 10.192.96.19 255.255.255.0
    > route 10.0.0.0 255.128.0.0 gateway 10.192.96.10
    > route 10.128.0.0 255.128.0.0 gateway 10.192.96.10
    alias 10.192.96.18 255.255.255.0
    Global routing table
    ip route 0.0.0.0 0.0.0.0 10.194.26.4
    The questions are:
    1) why only work after add this second route?
    2) If they no have no one route in a VLAN, the CSM
    uses the route of MSFC?
    Thank you for cooperation.
    Anderson Andrade
    Brazil

    hello.
    When you say it does not work, does the csm reject the route with an error message ?
    Do you have the same route configured on another csm vlan ?
    What csm version ?
    When you have the first route only, could you do a 'sho mod csm X arp' and see if you get an arp entry for the gateway.
    Finally, regarding your 2nd question, the CSM never uses msfc routes.
    Regards,
    Gilles.

  • How do I get print n share to work after upgrade to iOS 5.  I can print from this app thru wifi.  But it can,t print mail, web pages, etc..

    How do I get print n share to work after upgrade to iOS 5.  I can print from the app thru wifi and PC. However am unable to print mail, web pages, etc..
    In mail when I try to print it just says can,t find air printers.  It used to say print with print  n share.

    I sent e-mail to developer regarding this and they said that basically Apple has denied them access to the Airprint dialog in the new source code for iOS 5.  So, the only way to print to pdf is to capture the e-mail or webpage in the internal apps within Print n Share.  INHO, this really *****.  Apple should make printing to pdf files just a standard feature of all their apps.  If they don't do this, they are going to lose alot of business to the Adroid world as pdf file format is the business standard for all documents.

  • 2 client vlan for CSM - possible?

    Hi,
    Is it possible that CSM has two client side vlans? The reason why i need to configure 2 client-side vlans is the ip address of the first client-side vlan is running out.
    Thanks.
    J.W.

    Yes you can definitely use mulitiple client vlans with CSM.
    CSM keeps track of the MAC address from where it recieves the flow
    and send the reponse from reals back there.
    If you define two default gateways then you will face some routing issues. With multiple
    gateways defined, CSM randomly picks one gateway. This random selection can hurt you if your reals intiate coonections.
    To tackle server initiated connection issue you can use following workaround
    vserver Server-side
    virtual 0.0.0.0 0.0.0.0 any
    vlan 100 <------- server vlan where real exist
    serverfarm RealX-out
    inservice
    serverfarm RealX-out
    no nat server
    real 192.168.1.1 <---- Gateway that you want to use for this traffic
    inservice
    Hope it helps
    Syed Iftekhar Ahmed

  • Load Balancing FTP Server thru CSM using a single Client IP

    Hello,
    We have a need to load balance 3 FTP servers. These servers are reached only from a single client IP which is a database server. The FTP method that is being used is currently passive. Our configuration is currently unidirectional, ie, the FTP client (the one database server) sends to the VIP and the FTP Servers then talk directly back to the FTP client and the traffic does not go back through the CSM. The problem is that because FTP negotiates another port to talk on, we have to use sticky so that the connection is sent back to the original FTP server that sent the FTP data port to talk on. But, since we only have a single client IP that is ever used we are not load balancing appropriately across the FTP servers.
    Traffic flow goes something like this, tcp port followed after colon as an example
    1. FTP Client ----> VIP:21
    2. CSM ---------> FTP Server:21
    3. FTP Server --------> FTP Client(FTP server says come talk to me on port 1700)
    4. FTP Client ---------> VIP:1700
    5. CSM ---------> FTP Server:1700
    6. FTP Server:1700 ---------> FTP Client
    repeat steps 4 thru 6
    Here's our hardware and software:
    WS-X6066-SLB-APC running 4.2(2)
    Config is as follows
    module ContentSwitchingModule 9
    ft group 101 vlan 9
    priority 10
    vlan 216 client
    ip address 10.209.16.31 255.255.252.0
    gateway 10.209.16.1
    vlan 20 server
    ip address 10.209.0.31 255.255.252.0
    alias 10.209.0.11 255.255.252.0
    probe ICMP1 icmp
    interval 3
    failed 3
    receive 3
    serverfarm FHEPRT
    no nat server
    no nat client
    real 10.209.0.72
    inservice
    real 10.209.0.73
    inservice
    real 10.209.0.71
    inservice
    probe ICMP1
    sticky 106 netmask 255.255.255.255 address source timeout 3
    policy FHEPRT_POL1
    sticky-group 106
    serverfarm FHEPRT
    vserver FHEPRT1
    virtual 10.209.16.71 any
    vlan 216
    unidirectional
    serverfarm FHEPRT
    replicate csrp connection
    no persistent rebalance
    slb-policy FHEPRT_POL1
    inservice

    You are missing "service ftp" config in the Vip definition. Try the following
    vserver FHEPRT1
    virtual 10.209.16.71 tcp ftp service ftp
    Syed Iftekhar Ahmed

  • Auto printing PO from SRM thru ECC in Extended Classic 5.0

    We are trying to print our PO's and sent then thru Smartforms ZNEU from SRM thru the back end(ECC). This was working OK until we installed new patches on the ECC side.
    The ZNEU would print the Po and sent the EDI transfer from the back end with out manual intervention. Can some one tell me how we can set this backup to sent the PO print over to the back end to print.
    Thanks,
    Sam

    Hi Sam,
    Generally PO Messages will be created in SRM only in ECS.
    Did you do any development for this specail request to create a message in ECC ? check it up.
    br
    muthu

  • Printing using raw pass thru mode with PCL 5e

    I have an HP LaserJet P3015 printer on our network and have been doing some testing for a company that needs this printer to work.
    We have an application that writes using a network connection to pass thru in RAW data mode to the printer device. We use a set of print commands using the PCL 5 control character commands for CR, LF, TOP of Page etc...
    With the new printer and drivers, for some reason, we get a blank page printed after each 1 page document we send.
    This software has always worked in the past with earlier versions of printers and drivers.
    We are using Windows XP.
    We are using the LaserJet P3015 PCL 5e drivers
    Any help would be appreciated.
    PS. We already tried the postscript, universal and PCL6 drivers and they do NOT work.

    Hi,
    first of: I haven't tried anything of this myself due to lack of a XBox and/or other applicable devices.
    But this Apple article http://support.apple.com/kb/HT3924 includes the following paragraph:
    +"The Mini DisplayPort in the 27-inch iMac can receive only DisplayPort compliant video and audio signals. Converters not made by Apple may provide options to convert other electrical, video, and audio protocols to Mini DisplayPort compliant signals."+
    To me that sounds like what you want to do is indeed possible.
    But since Audio-Thru is not an OSX feature you might also have to use the freebie LineIn from RogueAmoeba http://www.rogueamoeba.com/freebies/ to get the audio signal from the MiniDisplay Port-In to the headphone out.
    Hope it helps
    Stefan

  • I am SUDDENLY unable to print a page while thru firefox. Still able to if I go thru IE.

    I went to print the confirmation of a bill payment and it wouldn't print, it wanted me to send to documents,... which it didn't do either. Last week it worked fine and if I go thru IE it works fine.

    My guess is that your printer isn't selected in the Printer - Name box where you initiate printing, but rather something like the XPS "printer" is selected and that's why it wants to be saved as a "document".
    If that isn't the problem, try the '''''reset''''' described here: <br />
    http://kb.mozillazine.org/Problems_printing_web_pages#Reset_printer

  • VLANs thru a 350 Access Point

    I'm considering use of 350 access points connected to Catalyst 4000 switches with a few Symbol phones & Call Manager. There may also be some (few) wireless PC cards also connecting thru the same APs. On my wired network, the phones, gateways, etc are on separate VLANs than the data devices. Is this possible using wireless APs? Do APs know anything about trunking or VLANs or is this strictly up to the switch port to which they are connected?

    Is that true?
    I had that question too before. I did call Cisco Tac, but they confirm me that was not supported.Because the Vlan trunk frame is a little difference with normal ethernet frame, so the AP doesn't recogonize it ,and will drop it.
    Actaully it is simmilar as you put a hub between a trunk line, the trunk doesn't work with that.
    In theory , it is reasonable not to work with vlan trunk, but I didn't do any lab to test it.
    Icarr , are you really sure it works? There is not any problem ?
    Thanks

  • RV220W Printer Sharing Across VLANs

    We have 2 VLANs configured to keep 2 groups of PCs apart. Is it possible to allow both VLANs to access the same printer without allowing other traffic between these VLANs ?
    Any advice would be much appreciated.
    Sent from Cisco Technical Support iPhone App

    Thanks for the reply Simon.
    Should I place the printer in a third VLAN (as opposed to one of the exclusive VLANs containing the PCs)? If so, will it be enough to enable"Inter VLAN Routing" on this third 3rd VLAN only?
    Sent from Cisco Technical Support iPhone App

  • Windows Server 2008r2 Printer Sharing over vlan

    Hi folks,
    I have a Windows Server 2008r2 set up as my workstation and I'd like to share the printer with 4 new macs. I've set up Printing Services on WS2008r2 and enabled IPP, LPD and everything else I could think of.
    The printer sharing works, our other laptop which is Win7 can use it normally, but setting up the share on a Mac is a whole new kettle of fish.
    I couldn't get it to connect via IPP, Mac keeps insisting on port 631 even though IPP is running on port 80 here. I have no idea what to put into the address field, if I copy/paste the URL the Mac doesn't recognise it. If I just put in the server name it's happy but insists on connecting to port 631.
    Next came LPD which seems to work, Mac connects to the server and picks up the printer. Which brings me to the next problem. If I use standard generic postscript driver then nothing happens, printer gets switched on on the server and stops. An event log entry reports an LPD error:
    "The Line Printer Daemon (LPD) service received commands in an invalid format from 172.16.8.106 and refused the print job. This can occur if the Line Printer Remote (LPR) client is incompatible with the Windows LPD service and Request for Comments (RFC) 1179. Try printing using a different LPR client."
    The printer is a Brother hl-6050D/DN series. If I switch the printer options from generic postscript to a Brother printer it will print but it only uses about 60% of the space, so everything is shrunk on the page. It does print the full content of the page, just makes everything smaller. I managed to get this far by selecting one of the BJC (Bubblejet) models from the drop-down list.
    I've installed Brother's driver for 5060D/DN from their site but it's not available anywhere on the Mac. How do I tell the Mac to use a different driver?
    I feel I'm getting close to fixing this, but now the problem is in Macland and I'm not too familiar with it.
    Anyone got any suggestions? Any help would be appreciated!+
    Thanks!

    I'm going to apologize first because I don't have a real solution and my post will sound negative, but my experience may give some insight.
    My experience is that Apple didn't get Windows printing "done right" until 10.5. Prior to that, I could never print to a Canon S800 printer attached to a Vista Ultimate machine. With the printer attached to a XP machine, I could print, but it would often fail. (Just no output and OSX saying printer was offline.) This was with a G3 B&W with 10.3 and a iMac with 10.4. And like you, I did try the IPP and LPD settings but just never got a usable setup.
    Then I got a Macbook Pro with 10.5. Printing worked fine straight out of the box to the same S800 printer on Vista. Mac Mini with 10.5 worked also. Upgraded both to 10.6 and printing still works. Even a clean reload of 10.6 on the Macbook, Windows printing is fine. Also to a Epson R280 attached to the same Vista machine.
    Windows 2008, having more in common with Vista and Win7, I'd guess that you may be having similar issues to me. I don't know of any fix, other than 10.5. If you have a friend with a newer Mac, then you can test it. (Otherwise, if you can upgrade your Mac to 10.5 or 10.6. But testing with a friend's Mac would save the cost of buying an OSX upgrade if it didn't work.)
    Like I said, no real solution, other than possibly upgrading to 10.5/10.6. So maybe just a pointer to a different line of thinking. Good luck!

  • Wireless printing from a PC thru a D-link router thu a G5 to a wired Epson

    Greetings and thanks to all that support the unsupportable! I have successfully created my first local network and actually got a HP laptop, G4 iMac and a G5 imac online to with a satellite modem. The G5 is connected via ethernet to the router and the G4's airport card has found the d-link DIR-615 and the HP which didn't have a network card goes online with the matching d-link USB N adapter.
    My next goal is to get the HP to print on the Epson and I have deadended. I have gone into Directory Access on the G5, changing the name of the workgroup to the one on the HP...On the HP, I then tried any address I could think of for wireless printing on the HP's XP "wizard". It asks for an http://servers/printers/ myprinter.printer for internet, home or home office network....
    Nowhere can I find these paths.
    I even tried creating a new TCP/IP port on the HP but it asks for an http address too.
    It seems like it should be so easy, since the internet works for all..
    Any suggestions would be appreciated.

    And how about Windows Sharing and Printer Sharing in Sharing Prefs? On?
    There are at least 4 different protocols that will work printing from Windows to OS X. Windows sharing, IP printing > LPD, IP printing > IPP and Bonjour.
    Go to Help > mac Help and search for Windows printer share, or printer share.

Maybe you are looking for

  • How do I disable auto complete in the Mail program?

    I have to type e-mail in more than one language on my iPod Touch, and Mail's auto complete feature is causing me a lot of trouble. It's making ridiculous word suggestions and typing these words if I don't touch a teeny-tiny X in the auto complete tag

  • Oracle Apps and HTML DB Integration Problems

    Hi, I have integrated Oracle Apps and HTML DB, using custom authentication schema so that HTML DB looks for APPS username and password for validation. Also, i have created menu, responsiblity, functions, custom application etc, so that user can login

  • Variables display in report output in BEX Analyser 7.0

    HI All, I am using BEX Analyzer 7.0 , I want to display the Variables  selected in the selection screen, to be printed in the Report Output.when i execute the same query in 3.5 , i am getting all hard coded and selected variable values in report  out

  • Crop Marks on Printout

    Wher in the menus do I find - Show Cropmarks in Printout?

  • Power Saving "Exclusion" Collection

    Hello. I've implemented power saving settings on a query based collection which dynamically updates itself so right now there are over 600 PC's within it. I'm starting to get calls from users who want to be excluded from the plan for one reason or an