Re: Operations Center 8.1.4 - Client Package Download using Proxy

2018-03-07 Thread Uwe Schreiber
Yes, I have already thought about a transparent proxy such as to use redsocks.But, I would like to avoid installing any additional software to circumvent the shortcomings of the Spectrum Protect software. Uwe On Tue, 2018-03-06 at 11:35 +0100, Martin Janosik wrote: > Hello, > have you considered so

Re: Operations Center 8.1.4 - Client Package Download using Proxy

2018-03-06 Thread Martin Janosik
Hello, have you considered some kind of transparent TCP-to-proxy redirection, i.e. redsocks? I have not tested is personally but I bookmarked it in the past - I thought it could be helpful one day (today?) Martin J. "ADSM: Dist Stor Manager" wrote on 2018-03-06 10:34:13: > From: Uwe Schreiber

Re: Operations Center 8.1.4 - Client Package Download using Proxy

2018-03-06 Thread Uwe Schreiber
I did a test by setting the Java options for the instance user, and restarted the instance. As well i set the Java options for usage by the OPC. -> unchanged situation -> download of packages is failing. Not the OC which is downloading the software packages. The "Deploy Package Manager" (integra

Re: Operations Center 8.1.4 - Client Package Download using Proxy

2018-03-06 Thread Efim
Why not to configure a transparent proxy for this traffic? Assuming that the hub participates in the download of packages, by default Java does not use a system proxy. You can try to use option Djava.net.useSystemProxies = true in the environment settings for the user, on behalf of which the hu

Re: Operations Center 8.1.4 - Client Package Download using Proxy

2018-03-05 Thread Uwe Schreiber
Hello Efim, thank you for your response. I already had a try using the local catalog. This did not bypass the direct download from IBM. >From my point of view, the local catalog gives you the possibility to create your own package repository. Therefor you have to build a http server where you st

Re: Operations Center 8.1.4 - Client Package Download using Proxy

2018-03-05 Thread Efim
Hi you can try to configure local catalog. it will bypass using proxy: setopt clientdeployuselocalcatalog yes create dir: //deployconfig/ run (you can add it to the cron): curl -o //deployconfig/catalog.json https://public.dhe.ibm.com/storage/tivoli-storage-management/catalog/client/catalog.json