Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • performance_fscap_2023-06-12.xml.gz

Identifying data you want to restore

Before importing your data, identify the files that contain the information that you want to import. Uptime Infrastructure Monitor creates the following archives:

Type of DataArchive FilenameDatabase Table(s) Archived
CPU Statisticsperformance_cpu_<date>.xml.gzperformance_cpu
Overall CPU Statisticsperformance_aggregate_<date>.xml.gzperformance_aggregate
NRM Statisticsperformance_nrm_<date>.xml.gzperformance_nrm (if you are running Novell NRM in your environment)
Multi-CPU Statisticsperformance_cpu_<date>.xml.gzperformance_cpu
Detailed Process Statisticsperformance_psinfo_<date>.xml.gzperformance_psinfo
Disk Performance Statisticsperformance_disk_<date>.xml.gzperformance_disk
File System Capacity Statisticsperformance_fscap_<date>.xml.gzperformance_fscap
Network Statisticsperformance_network_<date>.xml.gzperformance_network
User Information Statisticsperformance_who_<date>.xml.gzperformance_who
Volume Manager Statisticsperformance_vxvol_<date>.xml.gzperformance_vxvol
Retained Data

erdc_int_data_<date>.xml.gz

erdc_decimal_data_<date>.xml.gz

erdc_string_data_<date>.xml.gz    

erdc_int_data

erdc_decimal_data

erdc_string_data

Importing the archived data

When you have identified the archived data that you want to import into the database, run the following commands to import the archived data:

  1. At the command line, navigate to the following directory:
    • On Linux and Solaris: /usr/local/uptime/scripts/.
    • On Windows: C:\Program Files\uptime software\uptime\scripts.
  2. Run the restorearchive command with one or more of the following options:
    • -f <filename>
      Imports a single file (specify the full path to the file name).
    • -d <date>
      Imports all files with the specified date (in YYYY-MM-DD format).
    • -D <directory>
      The directory containing the archived files. Note that you must specify this option when using the -d option.
    • -c <configFile>
      The full path to the uptime.conf file.

...