Upgrade the Management Pack for an HDF-only Cluster
To safely upgrade the HDF Management Pack on an HDF-only cluster, you should stop Ambari Server, back up the files and the database, upgrade the Management Pack, and restart Ambari Server.
To safely upgrade the HDF Management Pack on an HDF-only cluster, you should stop Ambari Server, back up the files and the database, upgrade the Management Pack, and restart Ambari Server.
ambari-server stop
cp -r /var/lib/ambari-server/resources /var/lib/ambari-server/resources.backup
ambari-server uninstall-mpack --mpack-name=hdf-ambari-mpack --verbose
ambari-server install-mpack --mpack=<hdf-mpack-url-or-path-location> --verbose
ambari-server restart