################################################################################ # # # Dynamic Link Manager # # installhdlm.ini (Installation information settings file) # # # # Before executing unattended installation, copy this file, and then # # customize the [INSTALLATION_SETTINGS] section. # # # # All Rights Reserved, Copyright (C) 2007, Hitachi, Ltd. # # # ################################################################################ [HDLM] ### Version Information ##### # Do not modify. fileversion=0100 hdlmversion=0591 [INSTALLATION_SETTINGS] ### Common Information ########## # Specify the folder in which the installhdlm.log file and other temporary files # are to be stored. # Optional: If the workdir key is not specified, the path specified by the TMP # or TEMP environment variable is used. workdir= # Specify your license key. If you install HDLM for the first time, or perform # an upgrade installation of HDLM after the license has expired, a license key # file is necessary. # Optional: If the licensekeyfile key is not specified, the following path is # used: # :\hdlm_license licensekeyfile= # Specify the installation folder for HDLM. # Optional: If the installdir key is not specified in a new installation, the # following path is used: # :\Program Files\HITACHI\DynamicLinkManager installdir= #### Others ################# # Specify your name. # Optional: If the name key is not specified, the system value is used. name= # Specify your company name. # Optional: If the company key is not specified, the system value is used. company= # Specify whether the EMC DMX series or EMC CX series are to be managed by HDLM. # y: managed, n: not managed # Optional: If the storage_emc key is not specified, both series will not be # managed. storage_emc=n # Specify whether the HP EVA series are to be managed by HDLM. # y: managed, n: not managed # Optional: If the storage_eva key is not specified, the HP EVA series # will not be managed. storage_eva=n # Specify whether to have the system automatically restart after installation. # y: restart, n: not restart # Optional: If the restart key is not specified, the system will not be # restarted. restart=n