Configuring the Hitachi Device Manager

Home  Previous  Next
1.Log into the Hitachi Command Suite Console: http://<IP_Address>:22015/DeviceManagerWebService/index.jsp
2.Click the Add Storage System button located under the Administration > Storage Systems tabs:

Configuring the Hitachi Device Manager_1

3.Select the Storage System Type.
For Hitachi Series Storage System (VSP / USP-V),  provide the IP address and Credentials:

Configuring Hitachi Device Manager - 2

For Hitachi Series Storage System (AMS), provide the Controller’s IP addresses and Credentials:

Configuring Hitachi Device Manager - 3

4.Click OK. A Data Collection Task will be generated to add the Storage System. Click View Task Status for details.

Configuring Hitachi Device Manager - 4

5.Wait for the Data Collect Task to complete successfully.

Configuring Hitachi Device Manager - 5

6.(USP-V and VSP only) Create the Administrative LUN:
Click the Resources tab.
Expand all storage systems and select the recently added storage system.
Select Volumes.
Under General Tasks, select Allocate Volume and fill the fields as follows:
Host: for Physical Servers, the name of the host where CVAE is installed; for Virtual Servers on ESX host, the name of the ESX host server.
Size: Can be as small as 50MB since this LUN will not actually have data.
VolumeType: Basic Volume
Location: Internal

Configuring Hitachi Device Manager - 6

Click Show Plan.
Verify that the allocation task has completed correctly:

Configuring Hitachi Device Manager - 7

7.Make the Volume/LUN a Command Device:
Log into the Storage System.
Expand the Storage System folder and select Logical Devices.
Select the Logical Device (LUN / Volume) that you want to make a Command Device.
Click More Actions > Edit Command Devices.

Configuring Hitachi Device Manager - 8

8.Enable the logical device as a Command Device:

Configuring Hitachi Device Manager - 9

9.(Virtual Machines on ESX hosts only / For physical hosts, skip this section) Raw Device Mapping or LUN allocation will not work for Virtual Machines on ESX Hosts. The HBA port or HBA Card must be allocated directly to the VM. The server needs to be vt-d compatible and have sufficient free HBA ports for each instance of the SMI-S provider you require.
To allocate a port for passthrough:
Under the ESX Host’s Configuration tab, select Advanced Settings and click Configure Passthrough:

Configuring Hitachi Device Manager - 10

Select the HBA port(s) that you wish to allocate to VMs:

Configuring Hitachi Device Manager - 10 

Click OK.
Restart the ESX Server.
Add the HBA ports to the Virtual Machine:

Configuring Hitachi Device Manager - 11

Once the VM or Physical server sees the LUN, Windows should find a new hard drive:

Configuring Hitachi Device Manager - 12

Click OK to create an MBR (Master Boot Record).
Run the following command:
C:\Program Files (x86)\HDVM\HBaseAgent\bin>perf_findcmddev.exe view

Configuring Hitachi Device Manager - 13

If the Storage System does not appear, run:
C:\Program Files (x86)\HDVM\HBaseAgent\bin\hldutil

Configuring Hitachi Device Manager - 14

Refer to the RAID ID Translation Table below to find the OPEN-V-CM (command device LUN) for the storage system:
R700 for VSP
R600 for USP-V
R601 for USP-VM
10.Edit the file: C:\Program Files (x86)\HDVM\HBaseAgent\mod\hdvm\config\type perf_cmddev.properties
11.Translate the information from hldutil to perf_cmddev.properties

Disk1     HITACHI  OPEN-V-CM        CL1-A 0     0    00:8C 14EAE 

   R700   0-0   2100001B3284D3DD  2000001B3284D3DD 

R700.85678.0.140 : \\.\PhysicalDrive1 

The Disk Number and Model number can be copied directly.

The Serial, CU, and LDEV Number need to be translated from HEX to Decimal.

Run perf_findcmddev view to check configuration:

Configuring Hitachi Device Manager - 17

Run perf_findcmddev verify to ensure configuration is valid:

Configuring Hitachi Device Manager - 18

The verify command will highlight any invalid or non-functional lines in the configuration:

Configuring Hitachi Device Manager - 19

If the configuration is valid, use the perf_findcmddev write command to save the configuration.  Any invalid configuration lines (such as PhysicalDrive2 in the example above will be removed from the configuration by the write command.

Configuring Hitachi Device Manager - 20

12.Configure the Hitachi Command View server to use the agent:
Edit Hitachi\HiCommandServer\config\server.properties
Search for the following line:

# host name for the CIM agent 

server.cim.agent= 

13.Add the hostname for the CIM agent.  The hostname should be the short, non-FQDN of the server:

# host name for the CIM agent 

server.cim.agent=Hitachi-SMIS 

14.If the server is the same as the agent (by default), take the hostname from the server variable:

server.http.host= Hitachi-SMIS 

15.Restart the Server (or restart all Hitachi Services).
16.Log into Hitachi Command View Server after reboot to ensure that it is working.