Adding New Data Domain Models to the Reporting Database
There may be times when new Data Domain models have been released by EMC and your current Hitachi Storage Viewer version does not yet have the models in the database. When these new models are not in the database, certain values, such as raw capacity, may not be accurately represented in reports.
To update the Hitachi Storage Viewer database with new Data Domain models, take the following steps.
1. Log on to the Portal Server as user aptare.
2. At the command prompt, type: sqlplus <pwd>/<pwd>
3. At the SQL prompt, use the following example to insert the model and its raw capacity into the database table.
SQL> INSERT INTO apt_ddm_system_model(ddm_system_model_number, raw_capacity_kb) VALUES('DD880', 206158430208.00);
SQL> Commit;
Note: Any updates that you make to this table will be retained when you upgrade to a new Hitachi Storage Viewer version.