Performance data is saved in CSV files in the following directory of the Management Server:
Platform for Manager | Location |
---|---|
Windows | $TMP_DIR\Manager\var\opt\FJSVssmgr\current\perf |
Solaris OS, | /var/opt/FJSVssmgr/current/perf |
You can save these files by saving the entire directory as necessary, and you can display old information as necessary by recovering it in the same format.
However, the automatic deletion function operates in the performance data. When restoring, execute it after confirming days of the data retention duration. Refer to "A.4 perf.conf Parameter" for the data retention duration.
Example
Case of Solaris OS:
Backup
# cd /var/opt/FJSVssmgr/current/perf/ # tar -hcf - csv |compress -c > csv.backup.tar.Z
Restore
# cd /var/opt/FJSVssmgr/current/perf/ # uncompress -c /var/opt/FJSVssmgr/current/perf/csv.backup.tar.Z | tar -xvf -