Hitachi Device Manager ETL for TrueSight Capacity Optimization
Use the Hitachi Device Manager ETL for TrueSight Capacity Optimization to poll and collect configuration and performance data via the SMI-S provider. The ETL uses the Storage - Hitachi Device Manager Extractor Service task to collect all the metrics required for performing critical capacity optimization tasks, such as: analysis, trending, simulation and analytic modeling.
Collecting data by using EMC SMI-S Agent ETL for TrueSight Capacity Optimization
To collect data by using the Hitachi Device Manager ETL 21.02 for TrueSight Capacity Optimization, perform the following tasks:
I. Complete the preconfiguration tasks.
II. Configure the ETL.
Step I. Complete the preconfiguration tasks
Refer to the table below to know which version of the Hitachi Device Manager should be used to collect information about your Hitachi storage systems.
Hitachi Hardware | Supported Versions | |||
---|---|---|---|---|
Hitachi Device Manager v7.31 | Hitachi Device Manager v8.1.41 | Embedded SMI-S Provider | Hitachi Configuration Manager REST API2 | |
Hitachi Adaptable Modular Storage 2000 family (AMS) | ||||
Hitachi Unified Storage (HUS) | ||||
Hitachi Unified Storage VM (HUS VM)3 | ||||
Hitachi Universal Storage Platform (USP, USP-V/USP-VM) | ||||
Hitachi Virtual Storage Platform (VSP) - Systems with Basic Operating System (BOS) | ||||
Hitachi VSP G Series (VSP G200, G400, G600, G800 and G1000)4 | ||||
VSP Gx00, VSP G1000, VSP G1500, VSP Fx00, and VSP F1500 | ||||
HP XP P9000 | ||||
HP XP P9500 |
1 Tested and validated with Hitachi Device Manager v7.3 Build 0730-06 and v8.1.4 Build 0814-06. For more recent versions, please contact our support team.
2 Only required to collect the ST_POOL_CONFIGURATION_LIMIT_PCT metric.
3 Tested and validated with the Hitachi embedded SMI-S with Microcode 73-03-50-00/00 for the Storage system.
4 Tested and validated with the Hitachi embedded SMI-S provider v1.5.0; with Microcode 83-03-22-20/00 for the Storage system.
A. Monitoring Hitachi AMS, HUS, USP, VSP Systems
Before installing Hitachi Device Manager ETL for TrueSight Capacity Optimization, you must ensure that Hitachi Device Manager is properly installed and statistics are enabled.
Installing Hitachi Device Manager
Enabling statistics
B. Monitoring Hitachi VSP Gxxxx Series and Hitachi Unified Storage VM
Before installing Hitachi Device Manager ETL for TrueSight Capacity Optimization to collect metrics about Hitachi VSP Gxxxx series and Hitachi Unified Storage VM, you must ensure that the embedded SMI-S provider is properly configured.
Before installing Hitachi Device Manager ETL for TrueSight Capacity Optimization to collect metrics about Hitachi VSP Gxxxx series and Hitachi Unified Storage VM, you must ensure that the embedded SMI-S provider is properly configured.
Configuring the Hitachi Embedded SMI-S provider
C. Collecting the ST_POOL_CONFIGURATION_LIMIT_PCT metric
To be able to collect the ST_POOL_CONFIGURATION_LIMIT_PCT metric, you need to install the Hitachi Configuration Manager REST API as follows:
- Install the REST API:
- Log on to the management server as a user with Administrator rights
- Insert the integrated installation media
- Execute the installer (setup.exe) located in %ProgramFiles%\HiCommand\ConfManager
- Follow the instructions of the installation wizard and specify the required information in each window
- When the installation completes, click Finish.
- Create a command device on the storage system and assign it to the management server:
- Log on to Hitachi Storage Navigator
- Create a command device
- Assign the path to the management server to the created command device
- For an iSCSI connection, set up the iSCSI initiator in the management server
- In the management server, confirm that the command device is assigned.
- Set the HORCM_CONF (HORCM configuration file) and HORCMINST (instance number) environment variables
Modify the lines below in the file defined in HORCM_CONF:
HORCM_MON
#ip_address service poll(10ms) timeout(10ms)
127.0.0.1 11004 1000 3000
HORCM_CMD
#dev_name devname dev_name
\\.\Volume{ff59cdfa-1fd5-11e9-80bf-001f29c99b2d}You can run the following command to obtain the volume name:
C:\HORCM\etc>raidscan -x findcmddev 0,XUse the following command to start the horcm service:
C:\Horcm\etc\horcmstart.exe- Register the storage system to be managed by the REST API:
Create a json file that specifies at least the IP address of the SVP that will manage the storage system to be registered, the serial number and model name:
{
"svpIp": "10.197.74.6",
"serialNumber": 492017,
"model": "VSP G400",
"changeNotificationSetting": {
"isNotifiable": true,
"mappWebServerHttpsPort": 443
}
}Run the following command:
curl -v -H "Accept:application/json" -H "Content-Type:application/json" -u rest-test:rest-api -X POST --data-binary @./InputParameters.json https://192.0.2.100:23451/ConfigurationManager/v1/objects/storages
D. Deploying the ETL module
Complete the following steps to deploy the ETL Module:
- Navigate to Administration > SYSTEM > Maintenance.
- Verify the installation status of the already uploaded packages. If their status is "READY" or "RUNNING", wait for the installation to complete before proceeding.
- At the bottom of the Maintenance page, locate the Upload patch or additional package file section.
- Click Browse.
- Locate and select the ETL installation package.
- Click Upload.
- Read the Overview and click Next to continue.
- Read and accept the End User License Agreement.
- Select the server on which the operation must be executed; that is the server on which the package will be saved. Click Proceed to continue.
A successful installation will result in a green line in the Additional Packages table.
Configuring the ETL module
Step II. Configure the ETL
A. Configuring the basic properties
Some of the basic properties display default values. You can modify these values if required.
To configure the basic properties:
- In the TrueSight Capacity Optimization console, navigate to Administration > ETL & SYSTEM TASKS > ETL tasks.
- On the ETL tasks page, under the Last run tab, click Add > Add ETL. The Add ETL.The Add ETL page displays the configuration properties. You must configure properties in the following tabs: Run configuration, Entity catalog, and ETL additional settings.
- On the Run configuration tab, select Storage - Hitachi Device Manager Extractor Service from the ETL Module list. The name of the ETL is displayed in the ETL task name field. You can edit this field to customize the name.
- Click the Entity catalog tab, and select one of the following options:
Shared Entity Catalog:
Select if other ETLs access the same entities that are used by the Hitachi Device Manager ETL.
- From the Sharing with Entity Catalog list, select the entity catalog name that is shared between ETLs.
- Private Entity Catalog: Select if this is the only ETL that extracts data from the Hitachi resources.
Click the Connection Settings tab, and configure the following properties:
Property
Description
Hostname
Hostname or IP address of the embedded SMI-S provider or of the server where Hitachi Device Manager is running.
Port
Port number used by the embedded SMI-S provider or by Hitachi Device Manager (Default: 5989).
Connect As
Username to connect to the embedded SMI-S provider or to the Hitachi Device Manager. (Default: system).
Password
Password to connect to the embedded SMI-S provider or to the Hitachi Device Manager.
Refresh Hitachi Device Manager
Hitachi Device Manager does not automatically take into account configuration changes. Therefore, it is recommended to periodically trigger a procedure of refresh. Warning: This operation is resource and time consuming in large environment.
Transport Protocol
Transport protocol used by the embedded SMI-S provider or by the Hitachi Device Manager (for HTTP, the default port is 5988, for HTTPS the default port is 5989).
- Click Save. You are returned to the Last run tab under the ETL tasks page
- Validate the results in simulation mode: In the ETL tasks table under ETL tasks > Last run, locate your ETL (ETL task name), click
to run the ETL.
- OK: the ETL executed without any error in simulation mode.
- WARNING: The ETL execution returned some warnings in simulation mode. Check the ETL log.
- ERROR: The ETL execution returned errors and was unsuccessful. Edit the active Run configuration and try again.
- Switch the ETL to production mode: Perform the following steps:
- In the ETL tasks table under ETL tasks > Last run, click the ETL under the Name column.
- In the Run configuration table in the ETL details page, click
to edit the active Run configuration.
- In the Edit run configuration page, navigate to the Run configuration expandable tab and set Execute in simulation mode to No.
- Click Save.
- Validate the results in simulation mode: In the ETL tasks table under ETL tasks > Last run, locate your ETL (ETL task name), click
- Locate the ETL in the ETL tasks table and click
to run it, or schedule an ETL run.
After you run the ETL, or schedule the ETL for a run, it will extract the data from the source and transfer it to TrueSight Capacity Optimization database. You can see the entity hierarchy in the left Navigation pane, under Workspace.
(Optional) B. Configuring the advanced properties
You can configure the advanced properties to change the way the ETL works or to collect additional metrics.
Property | Description |
---|---|
Collection level | |
Levels up to | By default, extended level metrics are not imported by the ETL. To import them, you will have to customize the collection level and set it to [4] Extended. |
Loader configuration | |
Leave domain suffix to system name | By default, Hitachi Device Manager ETL for TrueSight Capacity Optimization displays the system name without the domain name, which can cause several storage pools to appear with the same name. This default behavior can however be modified by setting the option Leave domain suffix to system name to true. |
Additional properties | |
Add the properties below to configure the access to the Hitachi REST API server to collect the ST_POOL_CONFIGURATION_LIMIT_PCT metric. Please note that this metric is only available for the VSP Gx00, VSP G1000, VSP G1500, VSP Fx00, VSP F1500, Virtual Storage Platform, and Unified Storage VM models. | |
restHostname | Hostname or IP address of the Hitachi REST API server. |
restPort | Port number used by the Hitachi REST API server (Default: 23451). |
restProtocol | Transport protocol used by the Hitachi REST API server (for HTTPS, the default port is 23451; for HTTP, the default port is 23450). |
restUsername | Username to connect to the Hitachi REST API server. |
rest.password | Password to connect to the Hitachi REST API server. |
Click Save. The ETL tasks page shows the details of the newly configured Hitachi Device Manager ETL.
Complete the procedure by performing steps 6 to 8 from the Configuring the basic properties procedure.
Step III. Run the ETL
After you configure the ETL, you can run it to collect data. You can run the ETL in the following modes:
A. Simulation mode: Only validates connection to the data source, does not collect data. Use this mode when you want to run the ETL for the first time or after you make any changes to the ETL configuration.
B. Production mode: Collects data from the data source.
A. Running the ETL in the simulation mode
To run the ETL in the simulation mode:
- In the TrueSight Capacity Optimization console, navigate to Administration > ETL & System Tasks, and select ETL tasks.
- On the ETL tasks page, click the ETL. The ETL details are displayed.
- In the Run configurations table, click Edit
to modify the ETL configuration settings.
- On the Run configuration tab, ensure that the Execute in simulation mode option is set to Yes, and click Save.
- Click Run active configuration. A confirmation message about the ETL run job submission is displayed.
- On the ETL tasks page, check the ETL run status in the Last exit column.
OK Indicates that the ETL ran without any error. You are ready to run the ETL in the production mode. - If the ETL run status is Warning, Error, or Failed:
- On the ETL tasks page, click
in the last column of the ETL name row.
- Check the log and reconfigure the ETL if required.
- Run the ETL again.
- Repeat these steps until the ETL run status changes to OK.
- On the ETL tasks page, click
B. Running the ETL in the production mode
You can run the ETL manually when required or schedule it to run at a specified time.
a. Running the ETL manually
- On the ETL tasks page, click the ETL. The ETL details are displayed.
- In the Run configurations table, click Edit
to modify the ETL configuration settings. The Edit run configuration page is displayed.
- On the Run configuration tab, select No for the Execute in simulation mode option, and click Save.
- To run the ETL immediately, click Run active configuration. A confirmation message about the ETL run job submission is displayed.
When the ETL is run, it collects data from the source and transfers it to the TrueSight Capacity Optimization database.
b. Scheduling the ETL run
By default, the ETL is scheduled to run daily. You can customize this schedule by changing the frequency and period of running the ETL.
To configure the ETL run schedule:
- On the ETL tasks page, click the ETL, and click Edit. The ETL details are displayed.
- On the Edit task page, do the following, and click Save:
- Specify a unique name and description for the ETL task.
- In the Maximum execution time before warning field, specify the duration for which the ETL must run before generating warnings or alerts, if any.
- Select a predefined or custom frequency for starting the ETL run. The default selection is Predefined.
- Select the task group and the scheduler to which you want to assign the ETL task.
- Click Schedule. A message confirming the scheduling job submission is displayed.
When the ETL runs as scheduled, it collects data from the source and transfers it to the TrueSight Capacity Optimization database.
Step IV. Post-configuration steps
A. Testing the connection to Hitachi Device Manager
The ETL relies on Hitachi Device Manager to collect information about Hitachi storage systems. Because some connectivity issues may exist and cause the ETL to fail, it is highly recommended to test the connection to this specific component. The procedure is as follows:
- Download the troubleshooting tool from EPD.
- Run the command java –jar <Troubleshooting_Tool_Name.jar> to launch the tool.
- Enter the information required to connect to the system and click Test Connection.
- Wait for the test to complete.
- If a connectivity issue is detected, an error message will appear. In this case, the issue encountered does not concern the ETL. Check your configuration to diagnose the source of the issue.
- Click Save As to export the connection test results into a txt file.
B. Customizing volumes monitoring
Discovering volumes and collecting their performance metrics are resource-intensive actions that can create extra workload on the system. To reduce the system resource consumption, administrators can disable or enable the volumes monitoring at will and fine-tune the creation of volume entities into the TrueSight Capacity Optimization environment.
The following metrics are no longer collected and displayed in the console when volumes monitoring is disabled:
Dataset | Metrics |
---|---|
STOGLB |
|
STOHOST |
|
To customize volumes monitoring
- Edit the ETL Run Configuration.
- Expand the ETL additional settings menu.
From the Volumes pull-down lists, select one of the following options:
Option
Result
Disabled
- Volumes are not discovered.
- Volumes-related metrics are not loaded in the console.
Collected for metric computation (Default)
- All volumes are discovered and their metrics are collected and processed.
- Volumes-related metrics are not loaded in the console.
Collected and Imported
- All volumes are discovered and their metrics are collected and processed.
- Volumes-related metrics are saved in the database, processed and loaded in the console.
- Click Save.