Configure HTTP proxy in SUMA


 
Thread Tools Search this Thread
Operating Systems AIX Configure HTTP proxy in SUMA
# 1  
Old 09-21-2015
IBM Configure HTTP proxy in SUMA

Hi,

I am trying to configure an HTTP_PROXY so that suma can reach out beyond our intranet and pull updates from the IBM website. Currently, our suma config is the default as it's not been used before. When I attempt to issue the following command sudo suma -c -a HTTP_PROXY=http://our-proxy.location.company.com:8080/ I get the following error 0500-019 The -a flag entry HTTP_PROXY=http://our-proxy.location.company.com:8080/ is not valid.

I know this proxy is working, as it is being use elsewhere with no issues. I'd like to get this tool working as it seems to be the easiest method of bringing patches into our environment, so any advice will certain help! Thank you.
# 2  
Old 09-21-2015
Probably the trailing / after :8080 should not be there..
# 3  
Old 09-21-2015
Quote:
Originally Posted by Scrutinizer
Probably the trailing / after :8080 should not be there..
I tried removing it already to no avail. What I did find is that SUMA no longer allows you to define the HTTP proxy within SUMA itself. I need to use srv_conn to edit it. I'll go ahead and test that now.

Thank you for your reply.

EDIT: I configured the HTTP proxy, now the preview command is yielding
Code:
****************************************
Performing preview download.
****************************************
0500-059 Entitlement is required to download.
The system's serial number is not entitled.
Please go to the Fix Central website to download fixes.

But, I can go to Fix Central myself and input this machines serial and machine type and download fixes Manually. Ugh.

Last edited by JAR1; 09-21-2015 at 04:54 PM..
# 4  
Old 09-21-2015
Starting with AIX 7.1 the http proxy is no longer an environment variable. Instead, you configure the proxy via the electronic service agent.

As you noted, the fastpath to that is "smitty srv_conn". I did not realize that was the fast path Smilie at me.
# 5  
Old 09-21-2015
Quote:
Originally Posted by MichaelFelt
Starting with AIX 7.1 the http proxy is no longer an environment variable. Instead, you configure the proxy via the electronic service agent.

As you noted, the fastpath to that is "smitty srv_conn". I did not realize that was the fast path Smilie at me.
Yeah, I had just noticed that in the man page for suma. Unfortunately configuring the http proxy successfully still hasn't yielded the results I need as IBM is complaining that the serial does not have any software entitlement, which is funny, because I just checked on Fix Central and it does. Fun stuff!
# 6  
Old 09-24-2015
I have been waiting for the day - rather fearing the day - when SUMA would also be checking the serial number.

In the back of my mind I am thinking the check is not SUMA, but the electronic service agent saying you are not "support ready".

In any case - also get your IBM service contact involved, perhaps opening a PMR.
# 7  
Old 09-24-2015
Quote:
Originally Posted by MichaelFelt
I have been waiting for the day - rather fearing the day - when SUMA would also be checking the serial number.

In the back of my mind I am thinking the check is not SUMA, but the electronic service agent saying you are not "support ready".

In any case - also get your IBM service contact involved, perhaps opening a PMR.
Thanks for the reply. I did get them involved, and their "solution" is to just manually download all of the fixes myself and perform manual patching. Well, in such a big environment I don't think that's really an acceptable response. Guess I need to escalate with them past first line support.

EDIT: Does ESA need to be installed for suma to work?
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. Web Development

Http connect to proxy to websockets

I am having a hard time with this one. We have a websocket server listening on port 80 at myserver.com/wsDemo?ID=12. We need to test a client program by connecting it to this server through a proxy. I am trying nginx 1.2.7 as the proxy on port 8080, running on proxy-server. We want the client to... (1 Reply)
Discussion started by: glev2005
1 Replies

2. Shell Programming and Scripting

SIMPLE HTTP PROXY SERVER CHECKER (Completed)

Simple Http Proxy Server Checker Script with curl mirror proxies-scripts/proxc at master * Anoncheg1/proxies-scripts * GitHub output in terminal HTTP, HTTP Connect (HTTPS not supported) command line: proxc filename where filename is file like 119.110.69.185:8080 119.235.16.41:8080... (4 Replies)
Discussion started by: 654321
4 Replies

3. Programming

Sending and Receiving data between Client, HTTP Proxy, and Remote Server

I am having problems receiving data from a remote server. It seems that I can send an HTTP request to any host such as http://www.google.com, but I can't get a reply. I'm sending the host a HTTP 1.0 request that is formatted as such: GET / HTTP/1.0 Host: http://www.google.com Connection:... (0 Replies)
Discussion started by: shubham92
0 Replies

4. Red Hat

Error to configure Squirrelmail IMAP Proxy

Hi there.. :D I"m new in Linux. Trying to install squirrelmail-imap_proxy-1.2.7 on Red Hat WS 4. Errors from ./configure as shown below: # ./configure checking whether make sets $(MAKE)... yes checking for gcc... gcc checking for C compiler default output file name... a.out checking... (5 Replies)
Discussion started by: che.din
5 Replies

5. Solaris

How to configure Proxy Server in Solaris 10 (X86)

Hi , I have installed solaris 10 on x 86 architecture. Now i want to configure this system as Proxy Server. I am new to the solaris. Please help me how can i configure this. Which packages or patches are needed ? or Which files have to be modify ? Please help me to resolve. Thanks and... (0 Replies)
Discussion started by: raviraj001
0 Replies

6. Shell Programming and Scripting

Unable to access http site using wget through proxy

Hi there I am currently trying to access an http site using the wget utility from a solaris box. I am going through proxies to do this and we have two types of proxies. For the first one, which is a netcache proxy, I am able to use the wget command to export the proxy information export... (2 Replies)
Discussion started by: memonks
2 Replies

7. IP Networking

Blocking HTTP tunnel in squid proxy 2.5

Does any one know how to block HTTP Tunnel in squid proxy server. Pls reply (1 Reply)
Discussion started by: vishwanathhcl
1 Replies
Login or Register to Ask a Question