<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: Cannot find install-mpack : Issue while Installing the HDF Management Pack in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Cannot-find-install-mpack-Issue-while-Installing-the-HDF/m-p/134355#M97017</link>
    <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/12873/vinaychandra-t.html" nodeid="12873"&gt;@spdvnz&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Internet is needed to install packages via yum. Else you might want to configure the "Offline Local Repo" as described in the ambari doc:&lt;/P&gt;&lt;P&gt;&lt;A href="http://docs.hortonworks.com/HDPDocuments/Ambari-2.4.1.0/bk_ambari-installation/content/setting_up_a_local_repository_with_no_internet_access.html" target="_blank"&gt;http://docs.hortonworks.com/HDPDocuments/Ambari-2.4.1.0/bk_ambari-installation/content/setting_up_a_local_repository_with_no_internet_access.html&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 02 Mar 2017 22:41:06 GMT</pubDate>
    <dc:creator>jsensharma</dc:creator>
    <dc:date>2017-03-02T22:41:06Z</dc:date>
    <item>
      <title>Cannot find install-mpack : Issue while Installing the HDF Management Pack</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Cannot-find-install-mpack-Issue-while-Installing-the-HDF/m-p/134344#M97006</link>
      <description>&lt;P&gt;Followed the below steps to install HDF management pack.&lt;/P&gt;&lt;PRE&gt;export host_os=centos7 
export ambari_version=2.4.1.0 
export hdf_ambari_mpack_url="http://public-repo-1.hortonworks.com/HDF/${host_os}/2.x/updates/2.0.0.0/tars/hdf_ambari_mp/hdf-ambari-mpack-2.0.0.0-579.tar.gz"  
export ambari_repo="http://public-repo-1.hortonworks.com/ambari/${host_os}/2.x/updates/${ambari_version}/ambari.repo"  

systemctl stop  firewalld.service  
systemctl disable firewalld  

yum install -y wget wget ${ambari_repo} -O /etc/yum.repos.d/ambari.repo
yum clean all  

yum install ambari-server -y  
ambari-server setup -s  
ambari-server install-mpack --mpack=${hdf_ambari_mpack_url} --purge --verbose 
&lt;/PRE&gt;&lt;P&gt;I see there's no install-mpack option available for ambari-server command, PFB. Am I missing something here?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="13158-mpack-issue.jpg" style="width: 1162px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/22123i6DF329062D29F0FB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="13158-mpack-issue.jpg" alt="13158-mpack-issue.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2019 09:02:49 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Cannot-find-install-mpack-Issue-while-Installing-the-HDF/m-p/134344#M97006</guid>
      <dc:creator>vinaychandra_t</dc:creator>
      <dc:date>2019-08-19T09:02:49Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot find install-mpack : Issue while Installing the HDF Management Pack</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Cannot-find-install-mpack-Issue-while-Installing-the-HDF/m-p/134345#M97007</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/12873/vinaychandra-t.html" nodeid="12873"&gt;@spdvnz&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Have you downloaded "hdf-mpack-name.tar.gz"&lt;/P&gt;&lt;P&gt;Please see the links: &lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.hortonworks.com/HDPDocuments/HDF2/HDF-2.0.0/bk_ambari-installation/content/install-management-pack.html" target="_blank"&gt;https://docs.hortonworks.com/HDPDocuments/HDF2/HDF-2.0.0/bk_ambari-installation/content/install-management-pack.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Mar 2017 18:41:51 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Cannot-find-install-mpack-Issue-while-Installing-the-HDF/m-p/134345#M97007</guid>
      <dc:creator>jsensharma</dc:creator>
      <dc:date>2017-03-02T18:41:51Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot find install-mpack : Issue while Installing the HDF Management Pack</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Cannot-find-install-mpack-Issue-while-Installing-the-HDF/m-p/134346#M97008</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/12873/vinaychandra-t.html" nodeid="12873"&gt;@spdvnz&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Also that argument details is present inside the script as following ":&lt;/P&gt;&lt;PRE&gt;# grep -A 3 'install-mpack' /usr/sbin/ambari-server
  install-mpack)
        echo -e "Installing management pack"
        $PYTHON "$AMBARI_PYTHON_EXECUTABLE" $@
        ;;

&lt;/PRE&gt;&lt;P&gt;.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Mar 2017 18:46:13 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Cannot-find-install-mpack-Issue-while-Installing-the-HDF/m-p/134346#M97008</guid>
      <dc:creator>jsensharma</dc:creator>
      <dc:date>2017-03-02T18:46:13Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot find install-mpack : Issue while Installing the HDF Management Pack</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Cannot-find-install-mpack-Issue-while-Installing-the-HDF/m-p/134347#M97009</link>
      <description>&lt;P&gt;I downloaded the file, cannot execute the ambari-server command with install-mpack argument as mentioned above. PFA picture.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Mar 2017 21:02:38 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Cannot-find-install-mpack-Issue-while-Installing-the-HDF/m-p/134347#M97009</guid>
      <dc:creator>vinaychandra_t</dc:creator>
      <dc:date>2017-03-02T21:02:38Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot find install-mpack : Issue while Installing the HDF Management Pack</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Cannot-find-install-mpack-Issue-while-Installing-the-HDF/m-p/134348#M97010</link>
      <description>&lt;P&gt;Can you please elaborate. What script are you talking about? How can I get that argument in ambari-server command.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Mar 2017 21:09:54 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Cannot-find-install-mpack-Issue-while-Installing-the-HDF/m-p/134348#M97010</guid>
      <dc:creator>vinaychandra_t</dc:creator>
      <dc:date>2017-03-02T21:09:54Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot find install-mpack : Issue while Installing the HDF Management Pack</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Cannot-find-install-mpack-Issue-while-Installing-the-HDF/m-p/134349#M97011</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/12873/vinaychandra-t.html" nodeid="12873"&gt;@spdvnz&lt;/A&gt;&lt;/P&gt;&lt;P&gt;In the "/usr/sbin/ambari-server" script you should see the option "install-mpack"  as mentioned in my previous  grep command.&lt;/P&gt;&lt;P&gt;Can you please share the output of the following command?&lt;/P&gt;&lt;PRE&gt;# ambari-server  install-mpack

Using python  /usr/bin/python
Installing management pack
ERROR: Management pack not specified!
ERROR: Exiting with exit code -1. 
REASON: Management pack not specified!
&lt;/PRE&gt;&lt;P&gt;.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Mar 2017 21:15:39 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Cannot-find-install-mpack-Issue-while-Installing-the-HDF/m-p/134349#M97011</guid>
      <dc:creator>jsensharma</dc:creator>
      <dc:date>2017-03-02T21:15:39Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot find install-mpack : Issue while Installing the HDF Management Pack</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Cannot-find-install-mpack-Issue-while-Installing-the-HDF/m-p/134350#M97012</link>
      <description>&lt;P&gt;Seems some step has gone wrong in my environment. PFB picture for output.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="13171-install-mpack.jpg" style="width: 1166px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/22122i5A86A0FEC0E86075/image-size/medium?v=v2&amp;amp;px=400" role="button" title="13171-install-mpack.jpg" alt="13171-install-mpack.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2019 09:02:41 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Cannot-find-install-mpack-Issue-while-Installing-the-HDF/m-p/134350#M97012</guid>
      <dc:creator>vinaychandra_t</dc:creator>
      <dc:date>2019-08-19T09:02:41Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot find install-mpack : Issue while Installing the HDF Management Pack</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Cannot-find-install-mpack-Issue-while-Installing-the-HDF/m-p/134351#M97013</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/12873/vinaychandra-t.html" nodeid="12873"&gt;@spdvnz
&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Your ambari-server version is 2.4.1 right?   Can you please confirm the following:&lt;/P&gt;&lt;PRE&gt;# cat  /etc/yum.repos.d/ambari.repo 
[AMBARI.2.4.0.0-2.x]
name=Ambari 2.x
baseurl=http://s3.amazonaws.com/dev.hortonworks.com/ambari/centos6/2.x/BUILDS/2.4.0.0-1225/
gpgcheck=1
gpgkey=http://s3.amazonaws.com/dev.hortonworks.com/ambari/centos6/RPM-GPG-KEY/RPM-GPG-KEY-Jenkins
enabled=1
priority=1
&lt;/PRE&gt;&lt;P&gt;and&lt;/P&gt;&lt;PRE&gt;[root@erie1 ~]# ambari-server --version
&lt;/PRE&gt;&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/12873/vinaychandra-t.html" nodeid="12873"&gt;&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Thu, 02 Mar 2017 21:36:24 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Cannot-find-install-mpack-Issue-while-Installing-the-HDF/m-p/134351#M97013</guid>
      <dc:creator>jsensharma</dc:creator>
      <dc:date>2017-03-02T21:36:24Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot find install-mpack : Issue while Installing the HDF Management Pack</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Cannot-find-install-mpack-Issue-while-Installing-the-HDF/m-p/134352#M97014</link>
      <description>&lt;P&gt;PFB screenshot.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="13172-ambari-server.jpg" style="width: 547px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/22121i9B1DB4214E8FF693/image-size/medium?v=v2&amp;amp;px=400" role="button" title="13172-ambari-server.jpg" alt="13172-ambari-server.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2019 09:02:33 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Cannot-find-install-mpack-Issue-while-Installing-the-HDF/m-p/134352#M97014</guid>
      <dc:creator>vinaychandra_t</dc:creator>
      <dc:date>2019-08-19T09:02:33Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot find install-mpack : Issue while Installing the HDF Management Pack</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Cannot-find-install-mpack-Issue-while-Installing-the-HDF/m-p/134353#M97015</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/12873/vinaychandra-t.html" nodeid="12873"&gt;@spdvnz
&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You are using incorrect ambari version i guess  it shows 2.2.2   where as in your very first update you mentioned 2.4.1.0 as following:&lt;/P&gt;&lt;PRE&gt;export ambari_version=2.4.1.0&lt;/PRE&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;Please use the correct ambari repo.  If you want to use ambari 2.4.1.0 then you should be using the following:&lt;/P&gt;&lt;PRE&gt;wget -nv &lt;A href="http://public-repo-1.hortonworks.com/ambari/centos7/2.x/updates/2.4.1.0/ambari.repo"&gt;http://public-repo-1.hortonworks.com/ambari/centos7/2.x/updates/2.4.1.0/ambari.repo&lt;/A&gt; -O /etc/yum.repos.d/ambari.repo&lt;/PRE&gt;&lt;P&gt;. &lt;/P&gt;&lt;P&gt;Uninstall 2.2.2 version of ambari and then install it again using the above mentioned repo url.  
&lt;A rel="user" href="https://community.cloudera.com/users/12873/vinaychandra-t.html" nodeid="12873"&gt;&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Thu, 02 Mar 2017 22:02:23 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Cannot-find-install-mpack-Issue-while-Installing-the-HDF/m-p/134353#M97015</guid>
      <dc:creator>jsensharma</dc:creator>
      <dc:date>2017-03-02T22:02:23Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot find install-mpack : Issue while Installing the HDF Management Pack</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Cannot-find-install-mpack-Issue-while-Installing-the-HDF/m-p/134354#M97016</link>
      <description>&lt;P&gt;Okay. For now, I cannot connect to the hortonworks repo from nifi cluster. So I downloaded and copied ambari.repo to below directory.&lt;/P&gt;&lt;PRE&gt;/etc/yum.repos.d/ &lt;/PRE&gt;&lt;P&gt;Since no internet connection server setup cannot be completed, PFB. &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="13173-ambari-server-setup.jpg" style="width: 799px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/22120i10D481A177F03103/image-size/medium?v=v2&amp;amp;px=400" role="button" title="13173-ambari-server-setup.jpg" alt="13173-ambari-server-setup.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Can you please suggest the location to place this repomdxml file if required?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2019 09:02:25 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Cannot-find-install-mpack-Issue-while-Installing-the-HDF/m-p/134354#M97016</guid>
      <dc:creator>vinaychandra_t</dc:creator>
      <dc:date>2019-08-19T09:02:25Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot find install-mpack : Issue while Installing the HDF Management Pack</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Cannot-find-install-mpack-Issue-while-Installing-the-HDF/m-p/134355#M97017</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/12873/vinaychandra-t.html" nodeid="12873"&gt;@spdvnz&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Internet is needed to install packages via yum. Else you might want to configure the "Offline Local Repo" as described in the ambari doc:&lt;/P&gt;&lt;P&gt;&lt;A href="http://docs.hortonworks.com/HDPDocuments/Ambari-2.4.1.0/bk_ambari-installation/content/setting_up_a_local_repository_with_no_internet_access.html" target="_blank"&gt;http://docs.hortonworks.com/HDPDocuments/Ambari-2.4.1.0/bk_ambari-installation/content/setting_up_a_local_repository_with_no_internet_access.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Mar 2017 22:41:06 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Cannot-find-install-mpack-Issue-while-Installing-the-HDF/m-p/134355#M97017</guid>
      <dc:creator>jsensharma</dc:creator>
      <dc:date>2017-03-02T22:41:06Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot find install-mpack : Issue while Installing the HDF Management Pack</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Cannot-find-install-mpack-Issue-while-Installing-the-HDF/m-p/134356#M97018</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/12873/vinaychandra-t.html" nodeid="12873"&gt;@spdvnz&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Does the following link work for you:&lt;/P&gt;&lt;P&gt;
wget -nv &lt;A href="http://public-repo-1.hortonworks.com/ambari/centos7/2.x/updates/2.4.2.0/ambari.repo" target="_blank"&gt;http://public-repo-1.hortonworks.com/ambari/centos7/2.x/updates/2.4.2.0/ambari.repo&lt;/A&gt; -O /etc/yum.repos.d/ambari.repo&lt;/P&gt;&lt;P&gt;This should set you up with the latest supported Ambari release for HDF.&lt;/P&gt;&lt;P&gt;After having the correct Ambari server version installed, proceed with the installation:&lt;/P&gt;&lt;P&gt;- # yum install ambari-server&lt;/P&gt;&lt;P&gt;- # ambari-server setup&lt;/P&gt;&lt;P&gt;- # ambari-server install-mpack --mpack=http://public-repo-1.hortonworks.com/HDF/centos7/2.x/updates/2.1.2.0/tars/hdf_ambari_mp/hdf-ambari-mpack-2.1.2.0-10.tar.gz --purge --verbose&lt;/P&gt;&lt;P&gt;- # ambari-server start&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;</description>
      <pubDate>Fri, 03 Mar 2017 04:52:50 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Cannot-find-install-mpack-Issue-while-Installing-the-HDF/m-p/134356#M97018</guid>
      <dc:creator>MattWho</dc:creator>
      <dc:date>2017-03-03T04:52:50Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot find install-mpack : Issue while Installing the HDF Management Pack</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Cannot-find-install-mpack-Issue-while-Installing-the-HDF/m-p/134357#M97019</link>
      <description>&lt;P&gt;Uninstalled and installed again. Installed HDF mpack. Thanks &lt;A rel="user" href="https://community.cloudera.com/users/3418/jsensharma.html" nodeid="3418"&gt;@Jay SenSharma&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Fri, 03 Mar 2017 13:23:41 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Cannot-find-install-mpack-Issue-while-Installing-the-HDF/m-p/134357#M97019</guid>
      <dc:creator>vinaychandra_t</dc:creator>
      <dc:date>2017-03-03T13:23:41Z</dc:date>
    </item>
  </channel>
</rss>

