Any reference site using CISCO or Big -IP for load balancing

we are considering switch based load balancing solution for middle tier. Are there any pointers , reference sites ?
I am aware of sites using Metrics Server for forms server load balancing. We are not planning to use MS.
regards
shrikant

Hi Naveen,
You need to do following steps (Try first in Test env ;)
1. Login in to Oracle Applications Manager Portal
2. Navigate to AutoConfig section (Site Map->AutoConfig)
Configuration Wizards
Click on "Launch Wizards"
3. Fill in fields as instructed.
(Basically you need to put Vhostname + Apache Port number)
4. Run autoconfig
If you haven't got those wizards:
1. Install Latest OAM patches (It is good idea to be on the latest patches of technology stack of Apps).
2. Or if you can’t, you can to try edit Context XML file for each server manually:
2.a
s_webentryhost <Vhost>
t_session_persistent true
t_dns false
s_webentrydomain <your domain>
s_webentryurlprotocol http
s_active_webport 8005
-- If you haven’t got mentioned parameters in the XML context file you need to apply latest template autoconfig patches
2.b
run autoconfig
Hope it helps,
Yury

Similar Messages

  • Problem with latest version of firefox 15.0.1,whenever i download video from youtube or any other site using idm it shows .webm format instead of flv or mp4.

    problem with latest version of firefox 15.0.1,whenever i download video from youtube or any other site using idm it shows only .webm format to download instead of flv or mp4.previous version works fine.also other browsers work fine.

    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    *Tools > Options > Advanced > Network > Cached Web Content: "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Tools > Options > Privacy > Cookies: "Show Cookies"
    *http://kb.mozillazine.org/Cookies

  • Is there any constrain in using the same order type for MTS and MTO

    Hi,
    i have the constrain to use single production order type .
    Can i use single order type for MTO and MTS.
    is there any constrain in using the same order type for MTS and MTO.
    pls help me.

    Hi,
    There is no constraint or limitation in using the same production order type for MTS and MTO . Settings in requirement class and material master will mainly control whether the flow is MTS or MTO.
    Regards,
    Mrinal

  • Ask the Expert: Configuration and Troubleshooting the Cisco Application Control Engine (ACE) load balancer

    With Ajay Kumar and Telmo Pereira 
    Welcome to the Cisco Support Community Ask the Expert conversation. This is an opportunity to learn and ask questions about configuration and troubleshooting the Cisco Application Control Engine (ACE) load balancer with Cisco expert Ajay Kumar and Telmo Pereira. The Cisco ACE Application Control Engine Module for Cisco Catalyst 6500 Series Switches and Cisco 7600 Series Routers is a next-generation load-balancing and application-delivery solution. A member of the Cisco family of Data Center 3.0 solutions, the module: Helps ensure business continuity by increasing application availability Improves business productivity by accelerating application and server performance Reduces data center power, space, and cooling needs through a virtualized architecture Helps lower operational costs associated with application provisioning and scaling
    Ajay Kumar  is a customer support engineer in the Cisco Technical Assistance Center in Brussels, covering content delivery network technologies including Cisco Application Control Engine, Cisco Wide Area Application Services, Cisco Content Switching Module, Cisco Content Services Switches, and others. He has been with Cisco for more than four years, working with major customers to help resolve their issues related to content products. He holds DCASI and VCP certifications. 
    Telmo Pereira is a customer support engineer in the Cisco Technical Assistance Center in Brussels, where he covers all Cisco content delivery network technologies including Cisco Application Control Engine (ACE), Cisco Wide Area Application Services (WAAS), and Digital Media Suite. He has worked with multiple customers around the globe, helping them solve interesting and often highly complex issues. Pereira has worked in the networking field for more than 7 years. He holds a computer science degree as well as multiple certifications including CCNP, DCASI, DCUCI, and VCP
    Remember to use the rating system to let Ajay know if you have received an adequate response.
    Ajay and Telmo might not be able to answer each question due to the volume expected during this event. Remember that you can continue the conversation on the Data Center sub-community discussion forum Application Networking shortly after the event.
    This event lasts through July 26, 2013. Visit this forum often to view responses to your questions and the questions of other community members.

    Hello Krzysztof,
    Another set of good/interesting questions posted. Thanks! 
    I will try to clarify your doubts.
    In the output below both resources (proxy-connections and ssl-connections rate) are configured with a min percentage of resources (column Min), while 'Max' is set to equal to the min.
    ACE/Context# show resource usage
                                                         Allocation
            Resource         Current       Peak        Min        Max       Denied
    -- outputs omitted for brevity --
      proxy-connections             0      16358      16358      16358      17872
      ssl-connections rate          0        626        626        626      23204
    Most columns are self explanatory, 'Current' is current usage, 'Peak' is the maximum value reached, and the most important counter to monitor 'Denied' represents the amount of packets denied/dropped due to exceeding the configured limits.
    On the resources themselves, Proxy-connections is simply the amount of proxied connections, in other words all connections handled at layer 7 (SSL connections are proxied, as are any connections with layer 7 load balance policies, or inspection).
    So in this particular case for the proxy-connections we see that Peak is equal to the Max allocated, and as we have denies we can conclude that you have surpassed the limits for this resource. We see there were 17872 connections dropped due to that.
    ssl-connections rate should be read in the same manner, however all values for this resource are in bytes/s, except for Denied counter, that is simply the amount of packets that were dropped due to exceeding this resource. 
    For your particular tests you have allocated a min percentage and set max equal to min, this way you make sure that this context will not use any other additional resources.
    If you had set the max to unlimited during resource allocation, ACE would be allowed to use additional resources on top of those guaranteed, if those resources were available.
    This might sound a great idea, but resource planning on ACE should be done carefully to avoid any sort of oversubscription, specially if you have business critical contexts.
    We have a good reference for ACE resource planning that contains also description of all resources (this will help to understand the output better):
    http://www.cisco.com/en/US/docs/interfaces_modules/services_modules/ace/v3.00_A2/configuration/virtualization/guide/config.html#wp1008224
    1) When a resource is utilized to its maximum limit, the ACE denies additional requests made by any context for that resource. In other words, the action is to Drop. ACE  should in theory silently drop (No RST is sent back to the client). So unless we changed something on the code, this is what you should see.
    To give more context, seeing resets with SSL connections is not necessarily synonym of drops. As it is usual to see them during normal transactions.
    For instance Microsoft servers are usually ungracefully terminating SSL connections with RESET. Also when there is renegotiation during an SSL transaction you may see RESETS, but this will pass unnoticed for end users. 
    2)  ACE will simply drop/ignore new connections when we reach the maximum amount of proxied connections for that context. Exisiting connections will continue there.
    As ACE doesn't respond back, client would simply retransmit, and if he is lucky maybe in the next attempt he will be able to establish the connection.
    To overcome the denies, you will definitely have to increase the resource allocation. This of course, assuming you are not reaching any physical limit of the box.
    As mentioned setting max as unlimited might work for you, assuming there are a lot of unused resources on the box.
    3)  If a new connection comes in with a sticky value, that matches the sticky entry of a real server, which is already in MAXCONNS state, then both the ACE module/appliance should reject the connection and that sticky entry would be removed.
    The client would at that point reestablish a new connection and ACE would associate a new sticky entry with the flow for a new RSERVER after the loadbalancing decision.
    I hope this makes things clearer! Uff...
    Regards,
    Telmo

  • What is the alternative of F5 BIG-IP LTM Load Balancer for OEM 12c

    We want to implement service load balance, however oracle recommended
    F5 BIG-IP LTM Load Balancer for OEM 12c
    How much it is cost? and is there any free alternative we can use which supported by Oracle?
    Thanks

    Apart from F5, Cisco is another SLB vendor. I am not sure about any free alternative though.
    Note that regardless what SLB that you pick, it should meet the requirements documented in section 29.3.2.2 of the EM12c Release 3 Administrator's Guide:
    The SLB must provide support for multiple virtual server ports. Enterprise Manager typically requires that up to 4 ports are configured on the SLB (Secure Upload, Agent Registration, Secure Console, Unsecure Console)
    Support for persistence. HTTP and HTTPS traffic between the browser and the OMS requires persistence
    Support for application monitoring. The SLB must be capable of monitoring the health of the OMSs and detecting failures, so that requests will not be routed to OMSs that are not availa
    Regards,
    - Loc

  • SSP5: Using multiple JVM for load balance performance?

    Sun 12 MAY 2002
    Apps 11.0.3
    SSP5 patchset I
    HP UX 11.0
    db 8.1.7.2 (64-bit)
    Load 60 concurrent sessions, each spawning 2.5 - 3 http connections.
    CPU 3:750Mhz
    RAM 8G
    Is anybody using multiple JVM for load balance?
    What is your ratio of JVM to concurrent iP sessions?
    Are you running Apache/Jserv on a server with any other applications, or is Apache by itself?
    If you are not using JVM, how many httpd processes do you get before Apache implodes? We stopped in the water at 90 httpd processes, but performance degraded starting at 70 sessions.
    Thx - Don

    Using Web Cache to load balance servlet-based Forms (6i and 9i) is unofficially supported. I say "unofficially" because we have actual customers doing it and getting support, but the 2 development teams (Forms and Web Cache) haven't actually done any integration testing of this sort of configuration yet. For your case, please contact your Support rep and ask what was done to use Web Cache as a load balancer for Forms6i at METRO in Germany. The Forms product managemment team is writing up a white paper to describe how to do it, but until then, you'll need to go through Support. Please contact me if you want more information.

  • Is it possible to use UCS Blade Servers in ACE Load Balancing

    Hi all ,
    Is it possible to use UCS Blade Servers in ACE Load Balancing ?? Please note that UCS Blade Servers are not connected directly to 6500 Switch where ACE Module installed .i am expecting a good suggestion from whether ACE or Switching Expert
    Thanks in advance
    Sanjeevi

    There is nothing that would prevent you from loadbalancing the applications that run on UCS servers.  ACE can loadbalance applications that are directly L2 attached (bridged or routed mode) or even servers that are multiple hops L3 hops away using one-armed mode with source nat.  The key to this is that the return traffic from the server needs to make it back to the ACE.

  • Is there any reference site for 'HTMLB'?

    Hi.
    I just curious about ALL attribute of HTMLB
    so looking for any API or reference site for HTMLB
    like 'http://msdn.microsoft.com/workshop/author/html/reference/elements.asp'
    this is just for HTML though.
    I will apprciate if show me link for any document too.
    thanks.

    check out these threads
    htmlb documentation
    Re: Documentation for the PHTMLB library
    Regards
    Raja

  • Unable to go any https site using FF and safari. Mac OS 10.6.7. Https sites are not displayed at all.

    I was able to do all https sites before.  Recently I have notied that whenever I go to any https site , the site is not displayed at all.
    FF 4.0.1  and safari
    e.g. go to www.skype.com and click on login link
    can't login to FB
    Can't display https://mail.yahoo.com
    funny thing is  I can't even go to  http://www.apple.com
    I get blank page and the browser keeps spinning.
    Cleared all cache.
    Pl. help.
    thank you so much for your help.

    Those sites display correctly provided they supply HTTPS. Which Yahoo does (HTTPS) and Apple doesn't on their main page (it's HTTP), but the forums here are HTTPS.
    Go to your KeyChain Access.
    Under Preferences > Certificates set the following
    1: Best Attempt
    2: Best Attempt
    3: OCSP
    Reboot the machine.
    When you request a secure site it will check the certificates immediately instead of using Apple's outdated lists which require Apple to include them in a Software Update.
    If someone is using these outdates certificates maliciously then that's likely the problem.
    Also install the  HTTPS Everywhere Add-on for Firefox, to ask websites to provide HTTPS. They always can't do it because of third party unencrypted content.
    Also when that's finished. Run all the cleaning and maintenance aspects of the free OnyX and reboot (you can cancel reboots in between jobs)
    Does a good job of cleaning out gremlins.
    http://www.titanium.free.fr/

  • Any methods to simulate Cisco IronPort WSA appliance for practice

    Similar to GNS3 on which we can simulate ASA/Routers, same way any other methods to simulate Cisco IronPort WSA appliance for practice or testing? Please let me know. Thanks.

    You can download the virtual WSA. I have not tried it so I'm not sure how it works without a license.
    http://software.cisco.com/download/release.html?mdfid=284806698&flowid=41610&softwareid=282975114&release=7.7.5&relind=AVAILABLE&rellifecycle=GD&reltype=latest

  • Cisco 886VA - Multiple PPPoE Line Load Balancing

    Dear Cisco Community,
    due to the need of increased bandwidth a customer ordered three ADSL6000/576Kbit lines from the same ISP. Dial-in is done with PPPoE and the IP is not static.
    - Is it possible to load balance between the three ISP lines with this router as the Cisco 886VA-K9 (Advanced IP Services) doesnt support PFR/OER I want to load balance per session, meaning each TCP session takes the same path, the next TCP session takes second path, next TCP session takes third path, then first path again and so on.
    - I did read the tutorials avaiable, but they don't discuss how the lines are used in round-robin fashion, just how to distribute different traffic on different lines. (https://supportforums.cisco.com/document/32186/dual-internet-links-nating-pbr-and-ip-sla?page=1) or (http://www.cisco.com/c/en/us/support/docs/ip/network-address-translation-nat/100658-ios-nat-load-balancing-2isp.html)
    - How would you solve this challenge?
    Relevant config so far:
    vlan 1
     name #LAN#
    vlan 2
     name #WAN-Uplink1#
    vlan 3
     name #WAN-Uplink2#
    interface FastEthernet0
     description #LAN#
     switchport access vlan 1
    interface FastEthernet2
     description #WAN-Uplink1#
     switchport access vlan 2
     no ip address
     pppoe enable
     pppoe-client dial-pool-number 20
    interface FastEthernet3
     description #WAN-Uplink2#
     switchport access vlan 3
     no ip address
     pppoe enable
     pppoe-client dial-pool-number 30
    interface ATM0
     description #WAN-Uplink3#
     no ip address
     logging event atm pvc state
     logging event atm pvc autoppp
     logging event subif-link-status
     no atm ilmi-keepalive
     no ip redirects
     no ip unreachables
     no ip proxy-arp
     dsl enable-training-log delay 0
     dsl bitswap both
    interface ATM0.1 point-to-point
     bandwidth 550
     bandwidth receive 6000
     pvc pvc 1/32
      pppoe enable
      pppoe-client dial-pool-number 10
      vbr-nrt 500 500 1
      service-policy out WAN-Control1-Parent
    interface Vlan1
     description #LAN#
     ip address 172.16.1.1 255.255.255.0
     ip nat inside
     ip virtual-reassembly in
    interface Dialer1
     description #WAN-Dialer1#
     bandwidth 550
     bandwidth receive 6000
     ip address negotiated
     ip mtu 1492
     ip nat outside
     ip virtual-reassembly in
     encapsulation ppp
     ip tcp adjust-mss 1452
     dialer pool 20
     dialer idle-timeout 0
     ppp authentication chap pap callin
     ppp chap hostname XXX
     ppp chap password XXX
     ppp pap sent-username XXX
     ppp ipcp dns request accept
     ppp ipcp route default
     ppp ipcp address accept
     no cdp enable
     service-policy output WAN-Control2-Parent
    interface Dialer2
     description #WAN-Dialer2#
     bandwidth 550
     bandwidth receive 6000
     ip address negotiated
     ip mtu 1492
     ip nat outside
     ip virtual-reassembly in
     encapsulation ppp
     ip tcp adjust-mss 1452
     dialer pool 30
     dialer idle-timeout 0
     ppp authentication chap pap callin
     ppp chap hostname XXX
     ppp chap password XXX
     ppp pap sent-username XXXX
     ppp ipcp dns request accept
     ppp ipcp route default
     ppp ipcp address accept
     no cdp enable
     service-policy output WAN-Control3-Parent
    interface Dialer3
     description #WAN-Dialer3-ATM#
     bandwidth 550
     bandwidth receive 6000
     ip address negotiated
     ip mtu 1492
     ip nat outside
     ip virtual-reassembly in
     encapsulation ppp
     ip tcp adjust-mss 1452
     dialer pool 10
     dialer idle-timeout 0
     ppp authentication chap pap callin
     ppp chap hostname XXX
     ppp chap password 7 XXX
     ppp pap sent-username xxx
     ppp ipcp dns request accept
     ppp ipcp route default
     ppp ipcp address accept
     no cdp enable
    ip nat inside source route-map ISP1 interface Dialer1 overload
    ip nat inside source route-map ISP2 interface Dialer2 overload
    ip nat inside source route-map ISP3 interface Dialer3 overload
    route-map ISP1 permit 10
     match ip address 100
     match interface Dialer1
    route-map ISP2 permit 10
     match ip address 100
     match interface Dialer2
    route-map ISP3 permit 10
     match ip address 100
     match interface Dialer3
    access-list 100 remark #NAT-LIST#
    access-list 100 permit ip 172.16.1.0 0.0.0.255 any
    Thank you for helping.

    Hey there,
    I managed to fulfill my requirement..
    If its a cluster on same machine or across machines, this should work
    1. Login to machine, cd $DOMAIN_HOME
    2. mkdir -p Apex_lsn_config/AdminServer Apex_lsn_config/<MS1> Apex_lsn_config/<MS2> # MS1 and MS2 are the Managed Server names as appropriate
    #If you are planning for cluster spawning MS's across machines, make sure you create the dir's on step 2 for each machine respectively. (in my case $DOMAIN_HOME is not shared)
    3. Copy apex-config.xml from the /tmp/apex or whatever location you have it currently to Apex_lsn_config/<MS1> Apex_lsn_config/<MS2>
    4. cd $DOMAIN_HOME/bin; cp -p SetDomainEnv.sh SetDomainEnv.sh.orig #Backup the file
    5. Append -Djava.io.tmpdir in SetDomainEnv.sh as below for JAVA_OPTIONS # Do it on both machine if you are not sharing DOMAIN_HOME and planning cluster across machines
    -Djava.io.tmpdir=$DOMAIN_HOME/APEX_CONFIG/${SERVER_NAME}
    Hint: Search for "iterativeDev" and append the same line with -Djava.jo.tmpdir
    6. Modify "java.io.tmpdir" from the web.xml file of apex.war as below and re-deploy the war
    <context-param>
         <param-name>config.dir</param-name>
         <param-value>${java.io.tmpdir}</param-value>
    </context-param>
    7. Bounce Weblogic Admin and Manged Servers. Make sure to tail the Managed Server log to see apex-config.xml is picked from the new location.
    8. Brew a Coffee for yourself :)
    - You find the instructions on creating a cluster from weblogic documentation, the steps mentioned above are only to overcome the bdb locking issue whilst creating a cluster.
    Did it help?
    Edited by: Oratime on Mar 25, 2013 2:44 AM

  • Best Option (if any) for Load Balancing Distribution Point(s) on Same LAN

    Hey Guys - 
    I've got a simple question this time.  We use SCCM 2012 R2, manage ~800 systems at 3 locations, but perform most work at our main office where this scenario takes place.  Here, we have a single DP on-site which is a separate VM than our Primary
    which is also local.
    Recently, our PC Lab tried running our OSD TS on 16 systems which were each started 1-2 minutes apart.  When run on a single  brand new PC connected via GB network, the OSD TS takes a couple of hours to complete so with 16 it really caused some
    issues.  We had a couple of Programs/Packages/Applications which actually timed out due to the default 120 minute max run time.  We don't usually image 16 at a time, but often do 2-3 at once so are looking to find a solution to speed things up anyways.
    My Question
    What is the best solution / method for implementing any type of load balancing on a single LAN?  I'm not asking for true load balancing, but simply any solution where multiple systems running a TS can pull from more than a single local source if possible.
    We do not use multicasting and from what I've been told it will not be a possibility as it causes havoc on networks so it's out. I know that some clients can share content depending on deployment configuration, but don't know how / if this applies to OSD
    Task Sequences.
    Any suggestions or ideas?  Thanks! 
    Ben K.

    Agree, 16 machines is not a lot. I would normally go for about 2000 machines per DP depending on pkg/img size etc. Whats the size of that rebuild? Image + packages? Do you do a full DL before starting or is it started from WinPE?
    Our BranchCache tools will of course help, regardless of how fast your gig link is since data will be pulled from more sources, but think your issue is more network related? If the images is 5 gig and you add another 5 gig of packges in the sequence a 1Gb/s
    link should pull that 16 * 10GB=160GB in about half an hour. So think dont think you are having 1Gb/s from server to clients.
    //Andreas
    http://2pintSoftware.com

  • How to see the Source IP Address of a client using ACE One-armed-mode to load balance HTTP proxy request

    I'm using an Ace 4710 Appliance deployed in One-Armed mode, using Source NAT to loadbalance HTTP request to a couple of Proxy servers.
    Everything is working fine, but the thing is that I can't see the Clients IP addresses on Proxy's logs, so I can't keep track of them.
    The Interfaces and Nat configs are:
    interface vlan 200
      description Server-Side-VLAN
      bridge-group 5
      nat-pool 5 10.1.1.5 10.1.1.5 netmask 255.255.255.0 pat
      service-policy input VIPS
    interface vlan 300
      description Client-Side-VLAN
      bridge-group 5
    interface bvi 5
      ip address 10.1.1.3 255.255.248.0
      description Client-Server-Virtual-Interface
    ip route 0.0.0.0 0.0.0.0 10.1.1.1
    and the policy map looks like this
    policy-map multi-match VIPS
      class Port80
        loadbalance vip inservice
        loadbalance policy Port80
        nat dynamic 5 vlan 200
    Resource assignment:
    sticky ip-netmask 255.255.255.255 address both RESOURCE-CLASS
      timeout 5
      serverfarm Service80
    Any suggestions will be appreciated,
    Thanks

    Hi Kanwal,
    Thanks for your quick reply,
    I've already tried this but it didn't work. The problem is that I don't manage the proxy servers so I rely on their skills to see the logs.
    The Proxies are Squid. Do you know if they need to do something else on the servers to see that field of the HTTP header?
    But I'll try again tomorrow and let you know how it goes.
    Thank you again.

  • Cisco SA 520W set up for load balancing but traffic not routing properly?

    Forgive me cause my networking skills are a bit rusty. So we have an SA520W that sits in-between both of our ISP connections. One connection is 4 bonded T-1s and the other is a shared 50/20. I have configured the SA520W with the optional port set to load balancing. I set the protocol bindings to be HTTP and HTTPS to go over the optional WAN which is the 50/20 yet when I do speedtests I am getting very mixed results. Sometimes it reflects that I am on the 50/20 and other times I just get 5 down and 5 up. and then other times it is a mix between the two, like 5 down 15 up.
    It is just weird. I don't understand am I missing some other protocols I need to bind other than HTTP and HTTPS? It isn't just speed tests either I have noticed some weird web page loading issues as well. You can go to a page and it loads really fast and then later on...
    This topic first appeared in the Spiceworks Community

    Hi accidentexchange,
    Did you fail to log in when accessing the SA 520W thru both HTTP and HTTPS?
    https://LAN_IP_address_of_SA520W/
    http://LAN_IP_address_of_SA520W/
    Furthermore,  can you give us an overview of your network topology and user info.  If  possible, can you provide us the configuration and dbglogs from your SA  520W so that I can forward to the development team?
    To get the dbglog from SA520W, login through web UI and in the browser enter the following URL:
    https://LAN_IP_address_of_SA520W/scgi-bin/dbglog.cgi        
    These   logs will store password, so please remove any password sensitive   information. Also if you are not comfortable posting the dbglog on the   community, you can send it directly to me through private message.
    Cheers,
    Julio

  • Any other options for load balancing

    hello everyone,
    i have been unsuccessful to implement load balancing effectively. have you come across any such problems with load balancing not working as expected? are there any othner options to implement load balancing?
    thank you in advance

    /* Style Definitions */
    table.MsoNormalTable
    {mso-style-name:"Table Normal";
    mso-tstyle-rowband-size:0;
    mso-tstyle-colband-size:0;
    mso-style-noshow:yes;
    mso-style-priority:99;
    mso-style-qformat:yes;
    mso-style-parent:"";
    mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
    mso-para-margin-top:0cm;
    mso-para-margin-right:0cm;
    mso-para-margin-bottom:10.0pt;
    mso-para-margin-left:0cm;
    line-height:115%;
    mso-pagination:widow-orphan;
    font-size:11.0pt;
    font-family:"Calibri","sans-serif";
    mso-ascii-font-family:Calibri;
    mso-ascii-theme-font:minor-latin;
    mso-hansi-font-family:Calibri;
    mso-hansi-theme-font:minor-latin;
    mso-bidi-font-family:"Times New Roman";
    mso-bidi-theme-font:minor-bidi;}
    I do not see what you want to achieve or what you have tried to do. So please provide some more information.
    /André

Maybe you are looking for