Modify or Repair Individual Toolkit Features

You can use the Windows command line to selectively modify each of the toolkit features silently using the /repair option.

  • To modify the Setup Manager (NSM):

    <installation_file_name> EULAACCEPTED=Yes HOTFIXPASS=Yes RebootYesNo=No ADDLOCAL=NSM /silent /repair

  • To modify the HPE VSS Services (VSS):

    <installation_file_name> EULAACCEPTED=Yes HOTFIXPASS=Yes RebootYesNo=No ADDLOCAL=VSS /silent /repair

  • To modify Host Diagnostics:

    <installation_file_name> EULAACCEPTED=Yes HOTFIXPASS=Yes RebootYesNo=No /silent ISFeatureInstall="HD"

  • To modify the DSM for MPIO (DSM):

    <installation_file_name> EULAACCEPTED=Yes HOTFIXPASS=Yes RebootYesNo=No ADDLOCAL=”NDSM” /silent /repair

  • To modify the Connection Service (NCS):

    <installation_file_name> EULAACCEPTED=Yes HOTFIXPASS=Yes RebootYesNo=No ADDLOCAL=NCS /silent /repair

    NOTE: The connection servce is dependent on DSM. You need to ensure thatSDM is available before modifying the connection service.