Bug 888005 - Setup for redundant proxy fails to use secondary proxy
Summary: Setup for redundant proxy fails to use secondary proxy
Keywords:
Status: CLOSED DUPLICATE of bug 873784
Alias: None
Product: Red Hat Satellite 5
Classification: Red Hat
Component: Docs User Guide
Version: 541
Hardware: x86_64
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: David O'Brien
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks: 819027 922607
TreeView+ depends on / blocked
 
Reported: 2012-12-17 19:50 UTC by Michael Hood
Modified: 2018-12-01 18:00 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-06-27 11:16:37 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Michael Hood 2012-12-17 19:50:19 UTC
Description of problem:

WHen customer tries to set up redundant proxy by follwoing the user guide it fails to use the secondary proxy.


Version-Release number of selected component (if applicable):
5.4.1


How reproducible:


Steps to Reproduce:
1. Here is the proxy setup doc for 5.4.1.

https://access.redhat.com/knowledge/docs/en-US/Red_Hat_Network_Satellite/5.4/html/Proxy_Installation_Guide/index.html

serverURL=https://proxy1/XMLRPC;
serverURL=https://proxy2/XMLRPC;
serverURL=https://satellite_server/XMLRPC;

would overwrite serverURL with the new value each time. try

serverURL="https://proxy1/XMLRC; https://proxy2/XMLRPC; https://satellite_server/XMLRPC"

I'm testing it right now, will edit this again when done -- done

no that does not work on RHEL6 - I do not think this feature was kept with RHEL6.

I think we should rather focus on the problem affecting the proxy here.

also confirmed not to work for RHEL5. the yum-rhn-plugin stops at the first value ; the only way around that would be to change the value.

if the customer needs this we can raise a bug if that documentation is still in RHEL5.8 but otherwise we would look into a RHEL6 RFE

  
Actual results:

The service will not use the secondary proxy in the config.


Expected results:


Additional info:

Comment 5 Dimitar Yordanov 2013-06-27 11:16:37 UTC
Hi all,
  
  The key of your troubles is the missing semicolon at the end of line as described in the documentation.
  serverURL="https://proxy1/XMLRC; https://proxy2/XMLRPC; https://satellite_server/XMLRPC;"

  We are aware that it is easy to get confused so we addressed the issue in 
Spacewalk master: 6b937b2d876e4d025f62785ab4b9af807cc71c50 (rhn-client-tools-1.10.11-1) in order the semicolon at the end of the line not to be obligatory.

for more info please see:
  https://bugzilla.redhat.com/show_bug.cgi?id=873784

Dimi

*** This bug has been marked as a duplicate of bug 873784 ***


Note You need to log in before you can comment on or make changes to this bug.