Performance data is saved in CSV files in the following directory of the administrative server:
Platform of administrative server | 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 functionality operates in the performance data. When restoring, execute it after confirming days of the data retention duration. For the data retention duration, refer to "C.4 perf.conf Parameter".
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 -