Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: MSN disabling description is added

Anchor
CHVX for Linux installation
CHVX for Linux installation

...

  • Windows Server 2012 (R2) Standard Edition , 64 bit version
  • Windows 8.1 Pro and Enterprise Editions, 64 bit versions
  • Windows 7 Professional and Ultimate (SP1) Editions, 64 bit versions
  • Windows Server 2008 R2 (SP1)  Standard and Enterprise Editions, 64 bit version

...

Info

If stricter firewall rules are required, it is possible to open the ports 30000-65535 and 1947 only for the "Sentinel HASP License Manager" (hasplms.exe) service (it will be installed by CHARON-AXP ).

In case if any magneto-optical (MO) drive installed on host system is going to be used with CHARON (mapped as "\\.\PhysicalDrive<N>" to some of CHARON emulated disk controllers) the host "MediaChangeNotification" (MSN) service must be switched off manually for this drive according to the following procedure:

  1. Type "regedit" in the search field under "Start" menu or press Windows+R and enter "regedit"; press Enter to run the found applet.
  2. Find the "AlwaysDisableMCN" parameter in the following way:

    Code Block
    HKEY_LOCAL_MACHINE
     + SYSTEM
        + CurrentControlSet
           + Enum
              + SCSI
                 + Disk&Ven_DEC&Prod_RWZ53_____(C)DEC    <<< This one depends on Vendor and Model of your MO drive
                    + 5&fd233cf&0&000500                 <<< This one depends on hardware connection (SCSI ID of MO drive, location of SCSI HBA on the host's mainboard, etc ...)
                       + Device Parameters
                          + MediaChangeNotification
                             + AlwaysDisableMCN = DWORD:00000000


  3. Change the "AlwaysDisableMCN" parameter to "1", for example: "AlwaysDisableMCN = DWORD:00000001".
  4. Reboot the host system.

Back to Table of Contents

...