Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

How can i install HCP on a no-internet system ? ( i have not find any full hcp package (tarball,zip,tar,etc) in repositories)

avatar
 
1 ACCEPTED SOLUTION

avatar
Super Collaborator

Here are the tarball download links for HCP binaries which can be used to setup a local repository. The links are for HCP 1.5.1.0 release

http://public-repo-1.hortonworks.com/HCP/centos7/1.x/updates/1.5.1.0/metron/metron_1_5_1_0_16-alerts...
http://public-repo-1.hortonworks.com/HCP/centos7/1.x/updates/1.5.1.0/metron/metron_1_5_1_0_16-common...
http://public-repo-1.hortonworks.com/HCP/centos7/1.x/updates/1.5.1.0/metron/metron_1_5_1_0_16-config...
http://public-repo-1.hortonworks.com/HCP/centos7/1.x/updates/1.5.1.0/metron/metron_1_5_1_0_16-data-m...
http://public-repo-1.hortonworks.com/HCP/centos7/1.x/updates/1.5.1.0/metron/metron_1_5_1_0_16-elasti...
http://public-repo-1.hortonworks.com/HCP/centos7/1.x/updates/1.5.1.0/metron/metron_1_5_1_0_16-enrich...
http://public-repo-1.hortonworks.com/HCP/centos7/1.x/updates/1.5.1.0/metron/metron_1_5_1_0_16-indexi...
http://public-repo-1.hortonworks.com/HCP/centos7/1.x/updates/1.5.1.0/metron/metron_1_5_1_0_16-maas-s...
http://public-repo-1.hortonworks.com/HCP/centos7/1.x/updates/1.5.1.0/metron/metron_1_5_1_0_16-metron...
http://public-repo-1.hortonworks.com/HCP/centos7/1.x/updates/1.5.1.0/metron/metron_1_5_1_0_16-parser...
http://public-repo-1.hortonworks.com/HCP/centos7/1.x/updates/1.5.1.0/metron/metron_1_5_1_0_16-pcap-0...
http://public-repo-1.hortonworks.com/HCP/centos7/1.x/updates/1.5.1.0/metron/metron_1_5_1_0_16-perfor...
http://public-repo-1.hortonworks.com/HCP/centos7/1.x/updates/1.5.1.0/metron/metron_1_5_1_0_16-profil...
http://public-repo-1.hortonworks.com/HCP/centos7/1.x/updates/1.5.1.0/metron/metron_1_5_1_0_16-rest-0...
http://public-repo-1.hortonworks.com/HCP/centos7/1.x/updates/1.5.1.0/metron/metron_1_5_1_0_16-solr-0...

Make a "/localrepo" folder and copy all the above files into it. Then create your local repository using the following commands:

mkdir -p /localrepo
# copy all metron RPMs into /localrepo
createrepo /localrepo

View solution in original post

3 REPLIES 3

avatar
Super Collaborator

Here are the tarball download links for HCP binaries which can be used to setup a local repository. The links are for HCP 1.5.1.0 release

http://public-repo-1.hortonworks.com/HCP/centos7/1.x/updates/1.5.1.0/metron/metron_1_5_1_0_16-alerts...
http://public-repo-1.hortonworks.com/HCP/centos7/1.x/updates/1.5.1.0/metron/metron_1_5_1_0_16-common...
http://public-repo-1.hortonworks.com/HCP/centos7/1.x/updates/1.5.1.0/metron/metron_1_5_1_0_16-config...
http://public-repo-1.hortonworks.com/HCP/centos7/1.x/updates/1.5.1.0/metron/metron_1_5_1_0_16-data-m...
http://public-repo-1.hortonworks.com/HCP/centos7/1.x/updates/1.5.1.0/metron/metron_1_5_1_0_16-elasti...
http://public-repo-1.hortonworks.com/HCP/centos7/1.x/updates/1.5.1.0/metron/metron_1_5_1_0_16-enrich...
http://public-repo-1.hortonworks.com/HCP/centos7/1.x/updates/1.5.1.0/metron/metron_1_5_1_0_16-indexi...
http://public-repo-1.hortonworks.com/HCP/centos7/1.x/updates/1.5.1.0/metron/metron_1_5_1_0_16-maas-s...
http://public-repo-1.hortonworks.com/HCP/centos7/1.x/updates/1.5.1.0/metron/metron_1_5_1_0_16-metron...
http://public-repo-1.hortonworks.com/HCP/centos7/1.x/updates/1.5.1.0/metron/metron_1_5_1_0_16-parser...
http://public-repo-1.hortonworks.com/HCP/centos7/1.x/updates/1.5.1.0/metron/metron_1_5_1_0_16-pcap-0...
http://public-repo-1.hortonworks.com/HCP/centos7/1.x/updates/1.5.1.0/metron/metron_1_5_1_0_16-perfor...
http://public-repo-1.hortonworks.com/HCP/centos7/1.x/updates/1.5.1.0/metron/metron_1_5_1_0_16-profil...
http://public-repo-1.hortonworks.com/HCP/centos7/1.x/updates/1.5.1.0/metron/metron_1_5_1_0_16-rest-0...
http://public-repo-1.hortonworks.com/HCP/centos7/1.x/updates/1.5.1.0/metron/metron_1_5_1_0_16-solr-0...

Make a "/localrepo" folder and copy all the above files into it. Then create your local repository using the following commands:

mkdir -p /localrepo
# copy all metron RPMs into /localrepo
createrepo /localrepo

avatar

@asubramanian

In your answer i can only see metron related rpm stuffs......then how can i install hdp,hdf components using ambari ?

avatar
Super Collaborator