Back Up Cloudera Navigator Data
Loading Filters ... 6.3.4 6.3.3 6.3.1 6.3.0 6.2.1 6.2.0 6.1.1 6.1.0 6.0.1 6.0.0 7.11.3 7.7.3 7.7.1 7.6.7 7.6.1 7.4.4 6.3.4 6.3.3 6.3.2 6.3.1 6.3.0 6.2.1 6.2.0 6.1.1 6.1.0 6.0.2 6.0.1 7.1.9.1000 7.1.9 7.1.8 7.1.7.3000 7.1.7.2000 7.1.7.1000 7.1.7
-
Make sure a purge task has run recently to clear stale and deleted
entities.
- You can see when the last purge tasks were run in the Cloudera Navigator console (From the Cloudera Manager Admin console, go to . Select .)
- If a purge hasn't run recently, run it by editing the Purge schedule on the same page.
- Set the purge process options to clear out as much of the backlog of data as you can tolerate for your upgraded system. See Managing Metadata Storage with Purge.
-
Stop the Navigator Metadata Server.
- Go to .
- Select Navigator Metadata Server.
- Click .
- Back up the Cloudera Navigator Solr storage
directory.
sudo cp -rp /var/lib/cloudera-scm-navigator /var/lib/cloudera-scm-navigator-`date +%F`-CM
-
If you are using an Oracle database for audit, in SQL*Plus, ensure
that the following additional privileges are set:
where nav is the user of the Navigator Audit Server database.GRANT EXECUTE ON sys.dbms_crypto TO nav; GRANT CREATE VIEW TO nav;