IMPAX 6.5.1 Server Knowledge Base home > Configuring IMPAX Server with Administration Tools > Network Management > Configuring communication settings for stations

Configuring how quickly IMPAX acknowledges C-MOVE completion

You can configure how long IMPAX waits before acknowledging completion of C-MOVE requests. If the acknowledgment takes too long, the user may notice a delay in image loading in cases where a C-MOVE is required.

To configure how quickly IMPAX acknowledges C-MOVE completion

  1. Log into CLUI.

  2. Type

    insert into map_ini (ini_section, ini_key, ini_value) values ('MVF_SCP','CMOVE_WAIT_TIME','number_of_seconds')

    where number_of_seconds is how long IMPAX should wait before acknowledging the C-MOVE completion.

  3. To restart the MVF_SCP process and have this new map_ini setting take effect, type

    signal kill 0 MVF_SCP

  4. To set this value on the PAP as well, log into CLUI and type

    insert into map_ini (ini_section, ini_key, ini_value) values ('MVF_PAP','CMOVE_WAIT_TIME','number_of_seconds')

    where number_of_seconds is how long IMPAX should wait before acknowledging the C-MOVE completion.

  5. To restart the MVF_PAP process and have this new map_ini setting take effect, type

    signal kill 0 MVF_PAP

IMPAX now waits only the specific number of seconds before acknowledging completion of C-MOVE requests.


If the wait time needs to be changed again in the future, you can use the following commands to update them:

update map_ini set ini_value = 'number_of_seconds' where ini_section = 'MVF_SCP' and ini_key = 'CMOVE_WAIT_TIME'

update map_ini set ini_value = 'number_of_seconds' where ini_section = 'MVF_PAP' and ini_key = 'CMOVE_WAIT_TIME'

where number_of_seconds is how the new amount of time IMPAX should wait before acknowledging the C-MOVE completion.

Required permissions


See also


Topic number: 60219

Applies to: IMPAX 6.5.1 Server Knowledge Base