Help with NM-CE-BP configuration

Hi, I'd like to do some caching of web pages using the NM-CE-BP for clients that are local to the module. I'm have problems getting the module to "talk" with a C3750 switch using WCCP v2. Can someone provide me with some simple configs fo the Switch and the NM-CE-BP module to provide web caching of HTTP traffic destined for port 8080?

The IOS commands on the 3750 would be the same as a software-based platform. There are some additional restrictions on the 3750, such as only supporting L2 forwarding (l2-redirect), mask assignment (mask-assign), and inbound redirection.
Zach

Similar Messages

  • Help with a simple 1811 configuration

    I have a very basic level of understanding with Cisco products and I need help with what should be simple and even doable by me.
    I have a Cisco 1811 integrated router and am simply trying to use it on my home network.  I can configure the router with an enable secret password, password encryption, VTY, aux, and cons logins with no issues.  The router has 2 Ethernet interfaces, 0 and 1 and 8 switch ports.
    The idea is to bring Comcast ISP service into one of the Ethernet ports and then have three machines on the switch ports able to access the Internet.  Also I have an off-the shelf wireless router that I thought I would just plug that into an available switch port and allow a wireless AP as well. 
    This is so simply, that I can't believe I can't figure it out, but I can't.
    I set int F1 to DHCP, performed a 'no shut', and connected the ISP's router and have an up and up indication.  I have setup a static network with my three machines on the switch ports and enabled all applicable ports and have up and up indications - however, no traffic flow, even amongst my static Layer 2 switched LAN - not even a 'ping'.  By my understanding of Layer 2, this should work right now, whether the ISP service is working or not - WHAT AM I DOING WRONG?
    The addressing scheme I have ended up on is 172.16.1.0/28
    Obviously without the first hurdle cleared, of why the switched LAN doesn’t work, I haven't got any deeper.  Do I need to configure NAT?  I don't think I would need to in the scenario right?
    All of my experience, and none at the CCNA level, has been with larger Cisco equipment.  One thing I noticed on the 1811 was that when trying to create a new VLAN, it appears to work yet does not do anything and the 'sh vlans' output returns nothing, not even the VLAN1 I can see with 'sh ip int brief". 
    Anyway, if anyone has time to help a newbie out I would appreciate it; I’m lost.
    Thanks,
    Josh

    Thanks for the help Andrew!  You know, I think if this was two separate devices (switch and router) I think I would be up and running, but this integrated stuff is throwing me off, not to mention that the IOS is a much older version (I guess) than what I'm used to. 
    They were throwing this 1811 in the trash can at work, so I just emptied the trash can.  I have no documentation at all but I have since found the 1800 series documentation on Cisco.com and have tried to implement the basic configurations cited; with what seems like success, but still no joy.  I did have to recover the password and did so with 0x2142, I bypassed the setup and compared the default configuration with what is listed in the documentation and they DO NOT match; I also tried to go through setup mode with the same indications.  Additionally I've also learned that the 1800 series is pre-configured on certain options (DHCP, VLAN), which is new to me - I thought Cisco routers were not configured by default - isn't that kind of the point?  (By the way, the below port status may not be correct since I now have all the ports unplugged)
    Anyway, here is the 'show run' command, the 'sh ip int brief' command, followed by the 'sh version' command:
    Show Run
    Casino#sh run                                                                 
    Building configuration...                                                     
    Current configuration : 2006 bytes                                            
    version 12.4                                                                  
    service timestamps debug datetime msec                                        
    service timestamps log datetime msec                                          
    service password-encryption                                                   
    hostname Casino                                                               
    boot-start-marker                                                             
    boot-end-marker                                                               
    enable secret 5 $1$meWw$nsMTp6US7axi/uE0MWULK.                                
    enable password 7 06535E741C1B584C55                                          
    no aaa new-model                                                              
    ip cef                                                                        
    no ip dhcp use vrf connected                                                  
    ip dhcp excluded-address 172.16.1.1                                           
    ip dhcp pool Casino                                                           
       import all                                                                 
       network 172.16.1.0 255.255.255.240                                         
       default-router 67.165.208.1                                                
       dns-server 68.87.89.150                                                    
       domain-name hsd1.co.comcast.net                                            
    no ip domain lookup                                                           
    ip domain name GinRummy.localhost                                             
    ip name-server 68.87.85.102                                                   
    ip name-server 68.87.69.150                                                   
    ip auth-proxy max-nodata-conns 3                                              
    ip admission max-nodata-conns 3                                               
    multilink bundle-name authenticated                                           
    archive                                                                       
    log config                                                                   
      hidekeys                                                                    
    interface Loopback0                                                           
    ip address 172.16.1.1 255.255.255.240                                        
    interface FastEthernet0                                                       
    no ip address                                                                
    shutdown                                                                     
    duplex auto                                                                  
    speed auto                                                                   
    interface FastEthernet1                                                       
    ip address dhcp                                                              
    ip nat outside                                                               
    ip virtual-reassembly                                                        
    duplex auto                                                                  
    speed auto                                                                   
    pppoe enable                                                                 
    pppoe-client dial-pool-number 1                                              
    interface BRI0                                                                
    no ip address                                                                
    encapsulation hdlc                                                           
    shutdown                                                                     
    interface FastEthernet2                                                       
    interface FastEthernet3                                                       
    interface FastEthernet4                                                       
    interface FastEthernet5                                                       
    interface FastEthernet6                                                       
    interface FastEthernet7                                                       
    interface FastEthernet8                                                       
    interface FastEthernet9                                                       
    interface Vlan1                                                               
    no ip address                                                                
    ip nat inside                                                                
    ip virtual-reassembly                                                        
    interface Dialer0                                                             
    ip address negotiated                                                        
    ip mtu 1492                                                                  
    encapsulation ppp                                                            
    dialer pool 1                                                                
    ppp authentication chap                                                      
    ip forward-protocol nd                                                        
    no ip http server                                                             
    no ip http secure-server                                                      
    ip nat pool Casino 172.16.1.2 172.16.1.14 netmask 255.255.255.240             
    ip nat inside source list 1 interface Dialer0 overload                        
    access-list 1 permit 172.16.1.0 0.0.0.15                                      
    dialer-list 1 protocol ip permit                                              
    control-plane                                                                 
    line con 0                                                                    
    password 7 080E5916584B4442435E5C                                            
    login                                                                        
    line aux 0                                                                    
    password 7 013C135C0A59475A70191E                                            
    login                                                                        
    line vty 0 4                                                                  
    password 7 09635B51485756475A5954                                            
    login                                                                        
    end                                                                           
    Show IP Interface Brief
    Casino#sh ip int brief                                                        
    Interface                  IP-Address      OK? Method Status                Prl
    FastEthernet0              unassigned      YES NVRAM  administratively down do
    FastEthernet1              unassigned      YES DHCP   up                    do
    BRI0                       unassigned      YES NVRAM  administratively down do
    BRI0:1                     unassigned      YES unset  administratively down do
    BRI0:2                     unassigned      YES unset  administratively down do
    FastEthernet2              unassigned      YES unset  up                    do
    FastEthernet3              unassigned      YES unset  up                    do
    FastEthernet4              unassigned      YES unset  up                    do
    FastEthernet5              unassigned      YES unset  up                    do
    FastEthernet6              unassigned      YES unset  up                    do
    FastEthernet7              unassigned      YES unset  up                    do
    FastEthernet8              unassigned      YES unset  up                    do
    FastEthernet9              unassigned      YES unset  up                    up
    Vlan1                      unassigned      YES NVRAM  up                    up
    Loopback0                  172.16.1.1      YES manual up                    up
    Dialer0                    unassigned      YES manual up                    up
    NVI0  
    'show version'
    Casino#sh ver                                                                 
    Cisco IOS Software, C181X Software (C181X-ADVIPSERVICESK9-M), Version 12.4(15))
    Technical Support: http://www.cisco.com/techsupport                           
    Copyright (c) 1986-2008 by Cisco Systems, Inc.                                
    Compiled Thu 24-Jan-08 13:05 by prod_rel_team                                 
    ROM: System Bootstrap, Version 12.3(8r)YH12, RELEASE SOFTWARE (fc1)           
    Casino uptime is 52 minutes                                                   
    System returned to ROM by reload at 17:09:25 UTC Fri Jul 1 2011               
    System image file is "flash:c181x-advipservicesk9-mz.124-15.T3.bin"           
    This product contains cryptographic features and is subject to United         
    States and local country laws governing import, export, transfer and          
    use. Delivery of Cisco cryptographic products does not imply                  
    third-party authority to import, export, distribute or use encryption.        
    Importers, exporters, distributors and users are responsible for              
    compliance with U.S. and local country laws. By using this product you        
    agree to comply with applicable laws and regulations. If you are unable       
    to comply with U.S. and local laws, return this product immediately.          
    A summary of U.S. laws governing Cisco cryptographic products may be found at:
    http://www.cisco.com/wwl/export/crypto/tool/stqrg.html                        
    If you require further assistance please contact us by sending email to       
    [email protected].                                                             
    Cisco 1812 (MPC8500) processor (revision 0x400) with 118784K/12288K bytes of m.
    Processor board ID FHK120622J3, with hardware revision 0000                   
    10 FastEthernet interfaces                                                    
    1 ISDN Basic Rate interface                                                   
    31488K bytes of ATA CompactFlash (Read/Write)                                 
    Configuration register is 0x2102  
    Thanks again for your help,
    Josh

  • I need help with my iTunes audio configuration, its been giving me error messages for 3 weeks now!!!!

    I have been receiving this message for 3 weeks now," iTunes has detected a problem with your audio configuration. Audio/Video playback may not operate properly." I've tried uninstalling and even deleting my quicktime player and then installing it again. I've also tried uninstalling and deleting my itunes and then redownloading it again. I have also made sure that both are up to date, but still it gives me that **** error message. I cant listen to any of my songs or any new songs, please help.

    I have been receiving this message for 3 weeks now," iTunes has detected a problem with your audio configuration. Audio/Video playback may not operate properly." I've tried uninstalling and even deleting my quicktime player and then installing it again. I've also tried uninstalling and deleting my itunes and then redownloading it again. I have also made sure that both are up to date, but still it gives me that **** error message. I cant listen to any of my songs or any new songs, please help.

  • Need some help with WM and gkt configuration

    Hello everybody.
    I've installed Arch Linux few days ago and currently I'm having a problem with gtk apps. It's the classic problem that they look ugly under fluxbox, my WM. I've tried to put this on ~/.xinitrc:
    exec fluxbox
    # load this to have gtk2 apps look ok
    GSDPID=`pidof gnome-settings-daemon`
    if [ "x$GSDPID" == "x" ]; then
    gnome-settings-daemon &
    fi
    or:
    # load this to have gtk2 apps look ok
    GSDPID=`pidof gnome-settings-daemon`
    if [ "x$GSDPID" == "x" ]; then
    gnome-settings-daemon &
    fi
    exec fluxbox
    And nothing happened. I'm sure it's an easy issue to solve, but I'm stuck here with this. Thank you for reading and thank you for your help.
    EDIT: I still have some time to lose on my laptop so can you recomend me which minimalist WM is better??
    Last edited by xlasttrainhomex (2008-10-05 11:49:15)

    I highly recommend Openbox. It doesn't provide you a panel like Fluxbox does, so you'll need to find yourself a panel - if you're lost for choice I can recommend tint2 and bmpanel as starters.
    Anyway, Openbox has session configurations for both GNOME and KDE, meaning that while GNOME will be sitting under all your applications, will try to manage your desktop, will try to launch panels, etc etc etc, Openbox will be managing your windows, and you can turn off whatever you don't want anyway - I have a highly configured, customized Openbox setup that gives me no indication except in my process listing that I'm using the GNOME session manager: the splash is disabled, Nautilus doesn't try to manage my desktop, I have no GNOME panels, and so on.
    -dav7

  • Help with first time IPS configuration

    I just installed an AIP-SSM module in our ASA 5520 firewall (protecting a school district). I successfully configured it to scan all traffic sent both directions with the following config:
    access-list IPS extended permit ip any any
    class-map ips-class
    match access-list IPS
    policy-map ips-policy
    class ips-class
    ips inline fail-open
    no service-policy global_policy global
    service-policy ips-policy global
    I also configured it to Deny Attacker Inline when RR=75-100. Figured that was a simple configuration to get things started. However, we noticed that some websites were running very slowly after I implemented these settings. What is causing this?
    I guess the other option would be to reconfigure to only scan incoming traffic initiated from the outside to help protect the district from incoming attacks. But I thought it would be more responsible of me to configure it to scan both ways to protect external hosts from an attack that a student could initiate from a school computer. Is this really necessary or am I creating headaches for myself?

    Thanks for your response. I found DocID 71204 and based on that I modified the IPS config as follows:
    access-list IPS permit ip interface outside any
    class-map ips-class
    match access-list IPS
    policy-map ips-policy
    class ips-class
    ips inline fail-open
    service-policy global_policy global (put the default back)
    service-policy ips-policy interface outside
    But now the IPS doesn't appear to be doing anything, so I must have done something wrong. I modified signatures 2000 and 2004 with an RR=100 so that any incoming pings should be seen as a high-level attack and the incoming IP denied. If I go back to the original config this test works, but not with this config (which according to the Cisco doc should send any incoming traffic initiated from outside to the IPS).

  • Help with my current hardware configuration for primere pro

    Earlier this year I built a computer for video editing, I thought it was a decent build till I start running in to problems with render speeds, media pending for minutes after I open a project, playback issues etc. After reading post from multiple forums I realized build an editing rig a different type of beast and I need help to get the best out of my hardware
    This is my current hardware
    Intel I7-4770k
    Asrock Z87 Extreme4 Intel ATX motherboard
    MSI GTX 660 Twin Froz III Overclocked
    Crucial Ballistix Sport 16gigs DDR3-1600
    EVGA Supernova 750watt bronze power supply
    Hard drives-
    C drive - 2 tb Seagate 7200rpm
    D drive - 1.5 tb Seagate 5400( I think, it only read and write around 65mb)
    F drive - 2 tb Seagate 7200rpm
    I use adobe pp cc, after effects cc, Photoshop cc and want to use Speed grade in the near future.
    I mostly edit AVCHD and dslr footage
    Any suggestion would greatly be appreciated. I know my hard drives are not the best configuration. I want to redo that with a solid state and a couple of new hard drives.
    Please let me know if any other of my components could be slowing down my computer.
    also will my system run better with a internal or external raid configuration

    A Moderator may come along and move this to https://forums.adobe.com/community/premiere/hardware_forum where there are hundreds of discussions
    Until then, go to the Tweakers Page and read everything

  • Help with Apache Reverse Proxy configuration with SAP Portal and SAP Webgui

    Dear Experts,
    I have an issue configuring Apache to work with SAP Portal and ERP webgui. Accessing Portal through Reverse Proxy is working fine. But the problem arises when we try to open an iView ERP webgui transaction page from Portal with the Reverse Proxy. Have anyone implemented similar requirements and could advice on the configuration required on the Apache side? Thank you

    hi,
    pls check the below links for reference:
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/24396589-0a01-0010-3c8c-ab2e3acf6fe2
    searchsap.techtarget.com/searchSAP/downloads/chapter-december.pdf
    1)Learn to implement the reverse proxy filter and portal gateway in SAP Enterprise Portal 6.0 on Web Application Server 6.40.
    https:/.../irj/sdn/nw-portalandcollaboration?rid=/webcontent/uuid/006efe7b-1b73-2910-c4ae-f45aa408da5b
    .2 )Configuring the Portal for Your Reverse Proxy Filter Solution . ... This document describes the reverse proxy filter mechanism in SAP Enterprise ...
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/32ad9b90-0201-0010-3c8a-c900cd685f8f
    3)have full reverse proxy functionality. Possibly. filter. requests. Internet ... Reverse proxy (optionally with authentication etc.) ...
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/c066c390-0201-0010-3cba-cd42dfbcc8be
    Note:please reward points if solution found helpfull
    Regards
    Chandrakanth.k

  • Help with the Parallel Model configuration

    This is my first time posting, but I am a long time reader....
    First off, I would consider my Teststand knowledge level as high novice to low intermidiate. I created  a test sequence using in Teststand which calls labview vi's. My test sequence tests 5 units at a time in a parallel model (parallel model sequence). Functionally, everything runs great in single pass and looping. However, here is my issue:
    When selecting "Test UUT's", it brings up a window that asks for the serial number for each of the five stations. The operator then needs to enter a serial number for each and press okay to proceed. This setup is not valid for what I am doing. My test fixture has a button at each of the 5 stations. The user is to push the button to start the test (connects to a DAQ). Then, the serial number is read from the UUT and populated in the report.
    How would I go about reconfiguring this? I am not looking for someone to solve my problems for me, I just need a little direction. I looked at the parallel model sequence and I can't figure out where to go with it.
    Please help,
    Ryan
    Teststand 4.2
    Labview 2009
    Solved!
    Go to Solution.

    No problem Ryan,
    When you are done here you will be a pro.  
    Here is a link that talks about callbacks and how overriding them works: http://zone.ni.com/devzone/cda/tut/p/id/6605
    The PreUUT will be a Model Callback.
    One thing I should point out- There is a huge difference between the Batch Model and the Parallel Model.  People tend to get them confused and sometimes use the wrong when the other one is a better fit for their architecture.  They way I think about it is like a race track.  Each car on the track represents a different test socket.  One time around the track represents a full test.  Pretend the race is completed by teams of cars.  Each team can only race one car for one lap (sorta like a relay).  The team would represent the available test fixture for the next UUT and the car would be the UUT. Here's how the race would work with each model:
    Batch Model-  Let's say there are 2 available spots in the race so we have 2 teams of 5 cars each.  Both of the teams 1st cars would line up at the starting line.  The gun would go off and each car would take off.  Let's say team 1's car gets around the lap first.  Before they can start their 2nd car they have to wait for team 2's 1st car to get around the track as well.  Then both team's 2nd cars would line up and continue the same as the first go around and so on until all 5 cars had raced.
    Parallel Model-  In the same car scenario as the Batch Model both of the team's 1st cars would line up and the gun would go off and they would go.  However, this time if team 1's car gets around the track they can immediately send their second car without waiting for Team 2's 1st car.  In fact all 5 of team 1's cars could be finished before team 2's 1st car even finishes it's lap.
    Not sure if you are a fan of analogies but they work for me. In short-
    Batch Model- Everything in that set of test sockets must start and stop at the same time.
    Parallel Model- Each test socket is independant of any other test sockets.
    I'm picturing your scenario where you have 5 different stations that will be running independantly of each other and trying to figure out if you would want the Batch behavior or the Parallel behavior.  Or..... Why wouldn't you just use the sequential model on each station and deploy your sequence to each station?  Maybe you can describe your setup in a little more detail and we could come up with a better solution.
    How does the one station know that the others have the Go button pushed?
    Regards, 
    jigg
    CTA, CLA
    teststandhelp.com
    ~Will work for kudos and/or BBQ~

  • Help with Premiere 1.5 - Configuration Change - Can't Open Program!

    I apologize if this question has already been answered in the forum, but I am mid-project and need assistance (with Premiere Pro 1.5).
    After a system restore, I tried to open Premiere and got this message: 'Your computer's configuration appears to have changed since the time the product was activated.  To continue using this product, please click OK to activate it again for your new system configuration, or click Cancel to exit.'
    After clicking 'OK' and waiting, nothing happens - and I have to go to the task manager to close Premiere.
    Do I need to re-install?
    If so, how do I back up and preserve my Premiere projects so they are not lost after Premiere Pro is reinstalled?
    Thanks in advance for any assistance.

    I would immediately contact Adobe Customer Service (not Technical Service).
    For whatever reason, you have lost Activation. C/S can reset that for you. There could be a lot of reasons for this, and in the end, C/S might well have you uninstall and reinstall, but I would call them first.
    Good luck,
    Hunt

  • JMF: Need help with audio INPUT DEVICE CONFIGURATION!!

    i am able to establish a connection between 2 PCs in a LAN but cannot get the microphone to send audio to the other PC ... please help me with the code.
    private void initMicrophone()
    // i think the problem is with this line below, where it searches
    // for a device that does LINEAR encoding with the specified
    // SampleRate and SizeinBits in MONO format!!
    AudioFormat format = new AudioFormat("LINEAR", 8000, 8, 1);
    Vector devices = CaptureDeviceManager.getDeviceList(format);
    CaptureDeviceInfo di = null;
    if(devices.size() > 0)
    di = (CaptureDeviceInfo)devices.elementAt(0);
    else
    System.out.println("No devices found");
    System.exit(-1);
    lc = di.getLocator();
    would also provide the code of the full application ...if you can help me regarding that! thanx!
    i think the code of the whole application is running just fine ...the problem is as specified in the code sample provided!! ...if u still think that u need to have a look at my code ...please let me know! ..thanx so much!!

    sorry about posting this message twice!

  • Need help with audio input device configuration!!

    I am able to establish a connection between 2 PCs in a LAN but cannot get the microphone to send audio to the other PC ... please help me with the code.
    private void initMicrophone()
    // i think the problem is with this line below, where it searches
    // for a device that does LINEAR encoding with the specified
    // SampleRate and SizeinBits in MONO format!!
    AudioFormat format = new AudioFormat("LINEAR", 8000, 8, 1);
    Vector devices = CaptureDeviceManager.getDeviceList(format);
    CaptureDeviceInfo di = null;
    if(devices.size() > 0)
    di = (CaptureDeviceInfo)devices.elementAt(0);
    else
    System.out.println("No devices found");
    System.exit(-1);
    lc = di.getLocator();
    would also provide the code of the full application ...if you can help me regarding that! thanx!

    i think the code of the whole application is running just fine ...the problem is as specified in the code sample provided!! ...if u still think that u need to have a look at my code ...please let me know! ..thanx so much!!

  • Need help with Edge/Origin server configurations

    I've been trying now for few days to configure an Edge server that would connect to our working Origin server.
    I have not changed anything on the Origin server and media are served properly
    I can easily play all media from the videoPlayer.html sample app distributed with the server.
    http://10.0.9.19:8134/samples/videoPlayer/videoplayer.html
    using the media;
    rtmp://10.0.9.19/vod/stories/Test/test
    Now I have installed a fresh version of FMS on a second machine and configured the Edge server as follow;
            <Proxy>
                    <Mode>remote</Mode>
                    <RequestTimeout>5</RequestTimeout>
                    <Anonymous>false</Anonymous>
                    <CacheDir enabled="true" useAppName="true">
                            <Path>c:\fmscache\</Path>
                            <MaxSize>32</MaxSize>
                    </CacheDir>
                    <LocalAddress></LocalAddress>
                    <RouteTable protocol="">
                            <RouteEntry>*:*;10.0.9.19:*</RouteEntry>
                    </RouteTable>
                    <EdgeAutoDiscovery>
                            <Enabled>false</Enabled>
                            <AllowOverride>true</AllowOverride>
                            <WaitTime>5000</WaitTime>
                    </EdgeAutoDiscovery>
                    <AggregateMessages enabled="true">
                    </AggregateMessages>
            </Proxy>
    Now if I try to connect to rtmp://10.0.9.20/vod/stories/Test/test i simply get an error saying that it cannot connect to the network...
    I also tried rtmp://10.0.9.20/?rtmp://10.0.9.19/vod/stories/Test/test
    That is using the videoPlayer.html sample and/or our app.
    What I am doing wrong?

    Ok, it seem that I just found something;
    If I launch the browser on the same machine as the edge and use "localhost" instead of IP it works.
    So
    http://localhost:8134/samples/videoPlayer/videoplayer.html?source=rtmp://localhost/vod/sto ries/Test/test
    works while
    http://localhost:8134/samples/videoPlayer/videoplayer.html?source=rtmp://10.0.9.19/vod/sto ries/Test/test
    don't!
    So there must be a config I am missing to tell the Edge to listen on ALL IP...
    ok, that is all good if the browser is ran from the same machine as the Edge server but still not working if the browser is launched from my desktop
    Message was edited by: André Couture

  • A little help with installing Windows and configuring GRUB

    I want to install Windows XP on my machine for various reasons. As I am writing this I am using an existing Archlinux. Now I wonder what I should take care of considering GRUB when installing Windows.
    I know that Windows likes to mess with the MBR and as I am not too proficient with such things I want to be careful.
    Alright, now I put in the Windows installation CD, choose a fitting partition and let it install. I assume that afterwards my GRUB will be gone... How do I take care of this?

    After windows has finished installing, re-insert you arch install cd and boot from it.
    Mount your arch Installation as below
    mount /dev/sdXY /mnt
    - change sdX for your arch / partition, also mount /boot if you have a seperate /boot partition.
    start the installer, and then just do the grub stage of the install again
    or issue the command
    grub-install /dev/sdX --root-directory=/mnt
    Last edited by gazj (2008-02-25 14:43:26)

  • Need help with possible dual listener configuration and listener traffic

    Hello:
    We seperate our network traffic to the database servers using VLAN's. We have application traffic on 192.168.1.x and replication/admin traffic on 10.112.28.x. We are looking to configure 2 listeners for the database, one to listen and respond on 192.168.1.x and one to listen and respond on 10.112.28.x. Right now, we have one listener that is configured for both networks, however, for servers that are connected to both networks, the client sends on 192.168.1 but receives a TNS redirect to 10.112.28. For clients only on the 192.168.1, the TNS redirect to 10.112.28 times out because the client cannot resolve the address. I can make available a Visio diagram of our current configuration. We also utilize server-side load balancing.
    Here is our dilemma, confirmed by analyzing packet traffic to and from the database on a Fluke:
    1) For servers in our environment that reside on BOTH network segments (multihomed), application "traffic" generated on 192.168.1.x arrives at the listener. Through server-side load balancing, a TNS redirect string is returned to the client, which, based on the following listener configuration, redirects the connection to the 10.112.28.x segment:
    LISTENER_RMLNDB01 =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 10.112.28.8)(PORT = 1521)(IP = FIRST))
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.1.8)(PORT = 1529)(IP = FIRST))
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
    2) For servers that reside on only one network (ex. 192.168.1.x), when the redirect is returned to that server, it experiences a timeout and connection failure because it cannot physically reach 10.112.28.x
    Is there any way, through tnsnames, splitting listener.ora, VLAN's, the database itself, anything, for us to have requests for 192.168.1 be returned on 192.168.1 and not redirected. Would client side load balancing be a better option? Any way to manipulate the service registrations?
    Thanks for all future responses!
    Paul

    Hello:
    We seperate our network traffic to the database servers using VLAN's. We have application traffic on 192.168.1.x and replication/admin traffic on 10.112.28.x. We are looking to configure 2 listeners for the database, one to listen and respond on 192.168.1.x and one to listen and respond on 10.112.28.x. Right now, we have one listener that is configured for both networks, however, for servers that are connected to both networks, the client sends on 192.168.1 but receives a TNS redirect to 10.112.28. For clients only on the 192.168.1, the TNS redirect to 10.112.28 times out because the client cannot resolve the address. I can make available a Visio diagram of our current configuration. We also utilize server-side load balancing.
    Here is our dilemma, confirmed by analyzing packet traffic to and from the database on a Fluke:
    1) For servers in our environment that reside on BOTH network segments (multihomed), application "traffic" generated on 192.168.1.x arrives at the listener. Through server-side load balancing, a TNS redirect string is returned to the client, which, based on the following listener configuration, redirects the connection to the 10.112.28.x segment:
    LISTENER_RMLNDB01 =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 10.112.28.8)(PORT = 1521)(IP = FIRST))
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.1.8)(PORT = 1529)(IP = FIRST))
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
    2) For servers that reside on only one network (ex. 192.168.1.x), when the redirect is returned to that server, it experiences a timeout and connection failure because it cannot physically reach 10.112.28.x
    Is there any way, through tnsnames, splitting listener.ora, VLAN's, the database itself, anything, for us to have requests for 192.168.1 be returned on 192.168.1 and not redirected. Would client side load balancing be a better option? Any way to manipulate the service registrations?
    Thanks for all future responses!
    Paul

  • Looking for help with respect to configuring MS Exchange server to handle attachments over 10 MB for forwarding to Salesforce (Email-to-case).

    Looking for help with respect to configuring MS Exchange server to handle attachments over 10 MB for forwarding to Salesforce (Email-to-case).
    Problem - SFDC does not create cases from emails that have more than 10 MB of attachments. Our clients will not go-live if their clients cannot send in emails with attachments over 10 MBs
    Potential resolution - Configure MS exchange to strip off the attachments(if over 10 MB) and store it in a public folder, forward the email to Salesforce (so the case gets created or the email
    is associated to an existing case), the client should have some way to know if the attachments were stripped off and should be able to dlownload the attachments and continue with case resolution.
    Any help is appreicated!
    Thanks

    Hi,
    From your description, you want to achieve the following goal:
    Configure Exchange to filter the attachments if the size is over 10 MB and store it in a public folder, and then forward the email to Salesforce.
    Based on my knowledge, I'm afraid that it can't be achieved. Exchange can filter messages with attachments, but it couldn't store these attachments on public folder automatically. Also, I don't see any transport rule can do it.
    Hope my clarification is helpful.
    Best regards,
    Amy Wang
    TechNet Community Support

Maybe you are looking for

  • Cannot sign in to Skype on Desktop after upgrade - cannot fill in user id and password boxes

    My Skype forced me to upgrade right before a phone call today (7/12/2015) (why can't you let me go about my business first and upgrade later?). After the upgrade, Skype failed to aunch, and I received the blank screen at login. I terminated the proce

  • Is the WM_TABLET_FLICK window proc message still sent in Windows 8.1?

    My application is receiving Flick message when running on windows 7, but on windows 8.1 I get WM_GESTURE messages for short pans rather than flicks.  Is WM_TABLET_FLICK still supported or is there another way to detect flicks now?

  • Why does iPhoto convert my pics to low res?

    I use an elderly MacBook (November 2007 model) with the edition of iPhoto that came with the computer. When I take photos with my digital camera and import them into iPhoto for editing, it always lowers the resolution. My original files are 300 dpi w

  • Partition with OS 9 and 10

    I'm putting a new hard drive in my G4 Tower and I want to partition the drive. On part of the drive I want to put 10.4 on it and on the other half 9.2. I know I have to startup from a cd to partition the drive. Now when I reformat the drive to partit

  • EM DB Control, how to install after DB creation

    Hi all, I installed Oracle Database 10g R2 (software only) on Win XP machine. Then I created a database using DBCA without EM Database control. How can I install the EM Database control now? Thanks in advance.