Hitachi

JP1 Version 12 JP1/IT Desktop Management 2 Configuration Guide


3.12 Procedure for controlling the network bandwidth used for distribution

By setting a maximum transfer speed, you can ensure that the distribution of software and files from the management server to managed computers does not monopolize the network bandwidth.

To control the network bandwidth used for ITDM-compatible distribution:

  1. Log on to the OS as a user with administrator permissions.

  2. From the Windows Start menu, select All Programs, JP1_IT Desktop Management 2 - Manager, Tools, and then Setup.

  3. In the Setup window, click the Next button.

  4. In the Select a Setup view, select Settings Modification, and then click the Next button.

  5. Click the Next button until the Other Settings view opens.

    [Figure]

  6. Select Control network bandwidth from management server, enter a value in Maximum transmission speed, and then click the Next button.

  7. In the Confirm Setup Settings view, check the settings, and then click the Next button.

    A dialog to confirm that Remote Install Manager and JP1/IT Desktop Management 2 - Asset Console are not being used is displayed. After confirming, click the OK button. In the cluster system, make the cluster resources associated with the services displayed in the dialog offline, and then click the OK button.

  8. In the Setup for Distribution by Using Remote Install Manager view, click the OK button.

    The setup process begins, and a dialog box appears indicating that setup is in progress. When setup has finished, the Setup Complete view appears.

  9. In the Setup Complete view, click the OK button.

You can now control the network bandwidth.

To control the network bandwidth used for distributions using Remote Install Manager:

  1. Stop the service of JP1/IT Desktop Management 2 - Manager.

  2. Add the required setting to the configuration file.

    The configuration file (jdn_rim_distr_bwc.conf) is stored in the following location:

    instalation-folder-of-JP1/IT Desktop Management 2\mgr\conf

  3. Start the service of JP1/IT Desktop Management 2 - Manager.

Network bandwidth can now be controlled.

The following tables list and describe the definitions in the configuration file:

Section

Key name

Description

Initial values

Required?

BandwidthCtrl

Function

Specify whether to control data flow when using Remote Install Manager to distribute software and files.

  • ON: Control data flow.

  • OFF: Do not control data flow.

OFF

Yes

SettingN#1

MinIP#2

Specify the first value of the IP addresses in the range from 0.0.0.0 to 255.255.255.255.

0.0.0.0

Yes

MaxIP

Specify the last value of the IP addresses in the range from 0.0.0.0 to 255.255.255.255.

255.255.255.255

Yes

MaxTransSpeedKbps

Specify the maximum transfer speed in Kbps by using an integer in the range from 32#3 to 8388608#4.

15360

Yes

#1: N represents a value in the range from 1 to 30. If multiple IP address ranges are specified, specify the definition like this: Setting1,Setting2,Setting3. Also, if you specify multiple IP address ranges, make sure that the IP address ranges of different SettingN sections do not overlap.

#2: Specify a value smaller than the value of MaxIP. If you specify a value lager than the value of MaxIP, the settings in the SettingN section will be ignored.

#3: 32 Kbps is equal to 4 KB per second (32 ÷ 8 bits = 4).

#4: 8,388,608 Kbps is equal to 1,048,576 KB per second (8,388,608 ÷ 8 bits = 1,048,576) or 1,024 MB per second.

Examples of setting the configuration file are shown below.

When controlling the data flow of the network bandwidth of the entire LAN on which the management server is configured
[BandwidthCtrl]
Function=ON

[Setting1]
MinIP=0.0.0.0
MaxIP=255.255.255.255
MaxTransSpeedKbps=1024
When controlling the data flow of a specific network bandwidth
[BandwidthCtrl]
Function=ON

[Setting1]
MinIP=192.168.0.0
MaxIP=192.168.0.255
MaxTransSpeedKbps=1024

[Setting2]
MinIP=192.168.100.0
MaxIP=192.168.100.255
MaxTransSpeedKbps=320

Note the following regarding the configuration file:

Tip

You can check the application of flow control for the distribution function that uses Remote Install Manger either in the MAIN.LOG file output when the management server starts up or the messages in the Windows event log file.

Tip

Data flow is not controlled in the following situations:

  • Collecting files by using the remote collection function

  • Distributing software or files when multicast distribution is enabled