how to create apigee mirror repo for aio as server does not have internet connection

pranjalic
Participant II

Hello ,

How can one create apigee mirror repo for aio. I can see details on the apigee doc as please create a apigee-mirror repo on a node with internet connection and move it to node without internet.

However what all commands are there to create a mirror-repo.Can anyone guide.

Solved Solved
0 3 558
1 ACCEPTED SOLUTION

You can find the exact commands described here: https://docs.apigee.com/private-cloud/v4.19.01/install-edge-apigee-setup-utility#createalocalapigeer...

The commands for an AIO install will be the same as all other install types.

View solution in original post

3 REPLIES 3

You can find the exact commands described here: https://docs.apigee.com/private-cloud/v4.19.01/install-edge-apigee-setup-utility#createalocalapigeer...

The commands for an AIO install will be the same as all other install types.

pranjalic
Participant II

@Christian King : I am seeing below error after successfully installing zookeeper Cassandra and openldap. Can you please suggest.

--> Finished Dependency Resolution
Error: Package: python-qpid-proton-0.16.0-12.el7sat.x86_64 (@rhel-7-server-satellite-tools-6.3-rpms)
Requires: qpid-proton-c(x86-64) = 0.16.0-12.el7sat
Removing: qpid-proton-c-0.16.0-12.el7sat.x86_64 (@rhel-7-server-satellite-tools-6.3-rpms)
qpid-proton-c(x86-64) = 0.16.0-12.el7sat
Updated By: qpid-proton-c-0.21.0-3.el7.x86_64 (apigee-thirdparty)
qpid-proton-c(x86-64) = 0.21.0-3.el7
Available: qpid-proton-c-0.7-4.el7.centos.x86_64 (apigee-thirdparty)
qpid-proton-c(x86-64) = 0.7-4.el7.centos
Available: qpid-proton-c-0.14.0-1.el7.x86_64 (apigee-thirdparty)
qpid-proton-c(x86-64) = 0.14.0-1.el7
Error: Package: python-qpid-proton-0.16.0-12.el7sat.x86_64 (@rhel-7-server-satellite-tools-6.3-rpms)
Requires: libqpid-proton.so.10()(64bit)
Removing: qpid-proton-c-0.16.0-12.el7sat.x86_64 (@rhel-7-server-satellite-tools-6.3-rpms)
libqpid-proton.so.10()(64bit)
Updated By: qpid-proton-c-0.21.0-3.el7.x86_64 (apigee-thirdparty)
~libqpid-proton.so.11()(64bit)
Error: Package: qpid-cpp-client-1.37.0-2.el7.x86_64 (apigee-thirdparty)
Requires: libboost_program_options-mt.so.1.53.0()(64bit)
Error: Package: qpid-cpp-server-linearstore-1.37.0-2.el7.x86_64 (apigee-thirdparty)
Requires: libdb_cxx-5.3.so()(64bit)
Error: Package: qpid-cpp-client-1.37.0-2.el7.x86_64 (apigee-thirdparty)
Requires: boost-filesystem
Error: Package: qpid-cpp-client-1.37.0-2.el7.x86_64 (apigee-thirdparty)
Requires: boost-program-options
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest

It looks like you have a conflicting qpid library package installed. You'll need to:

1) Figure out what else is depending on this library

2) Uninstall it

3) Install Apigee components

4) Pin the qpid-proton-c version in RPM

5) Reinstall whatever what using qpid (if required)