Hi All,
Last time during the project the System Integrator (SI) creating lots of scripts for our backup operations so the operator just choose the menu. Our netbackup server run on RedHat Linux (6.1). We just upgrade our NetBackup Enterprise Server from 7.5.0.4 to 7.6.0.2. So far so good. Only we encouter some problme of the SI scripts.
I tried to trace, it is using bpdbm -ctime to query a date (or is it just to convert the date format [?]), one line looks like this:
#bpdbm -ctime 1498528830
The result
1498528830 = Tue 27 Jun 2017 10:00:30 AM SGT
Then the script will extract the date, month, year, time, hour. Then I believe there is a change in format compare to the previous system (7.5.0.4 or even 6.5.0.6 [?])
I still have a system (not in production) running 6.5.0.6 then I tried the same command.
#bpdbm -ctime 1498528830
The result:
1498528830 = Tue Jun 27 10:00:30 2017
The format are different.
My question:
- Is there any NetBackup parameter I need to change so it should have the same result format? (I see the first one has SGT where the second one doesn't have)
- Or is it symantec just change the result format?
Regards,
Iwan