cancel
Showing results for 
Search instead for 
Did you mean: 

Obtaining protected data size with PureDisk

IanF_2
Level 2
Employee Accredited

I have a PureDisk environment running 6.6.0.3, without a central SPA, and need to be able to obtain the front-end protected size of the data that I am backing up. If I had a SPA with central reporting enabled, then I could run teh Enterprise License report, but since I do not have central reporting enabled, I don't seem to have the report available.

 

How do I determine how much front-end data I am protecting?

5 REPLIES 5

IanF_2
Level 2
Employee Accredited

I should also mention that this is a PureDisk Remote Office environment, not PDDO or MSDP

MilesVScott
Level 6
Certified

You could use the nbdeployutil cmd. On the spreadsheet to gives you, you can see the itemized data sizes for each client. One of the columns will show you PureDisk data. Just sum that columns values and you should have the total for the environment.

 

http://www.symantec.com/business/support/index?page=content&id=HOWTO72905&profileURL=https%3A%2F%2Fsymaccount-profile.symantec.com%2FSSO%2Findex.jsp%3FssoID%3D1360256063682SecRDFG844V2gvhh3c58S0kB4FTccCzDx2t78

IanF_2
Level 2
Employee Accredited

nbdeployutil is for a NetBackup environment, and runs on the NetBackup master server. This is a PureDisk remote office installation (no NetBackup involved at all), and cannot run the nbdeployutil.

S_Williamson
Level 6

Hi

There was never really a goodway to do this from within Puredisk. Even with a Central SPA the reporting never seemed acurate. It always comes down to manual Excel work I found.

There was two ways in which to do it

1. Load up the last successful backup job, go to the statistics tab and grab the details (This is for one clients FULL)

27166
59.62 GB

then repeat for each server, or

2. go to Manage then Agents

Expand out each Agent and you should see each data selection. Click on a data selection and at the bottom you should see

Size on Source:   4.34 GB (SCC Backup Part )

Size on Source:   55.28 GB (Files Part)

Which equals the 59.62GB listed above.

If you have hundreds of server this can become tiresome. In the end we wrote some custom scripts which query the database for the last successfull backup of each client and have that output to a html page that tallys up the servers "Source" data into a html page.

Considering Puredisk is licenesed per Frond End TB, you would think this would be an easy task.

IanF_2
Level 2
Employee Accredited

Just to close this request, here is a small script that I found that will get all the inforamtion I need.

http://www.symantec.com/connect/blogs/ever-wanted-fetb-report-puredisk