This appendix provides important reminders for the operation of Resource Orchestrator.
Redundancy Configurations for the Admin LAN
If communication issues occur on the admin LAN, or one of the network interfaces used by a managed server on the admin LAN fails, the following operations may result in errors. In such cases, restore the admin LAN network as quickly as possible.
Backup and restore operations
Collection and deployment of cloning images
Server switchover and failback
HBA address rename
With Resource Orchestrator, the factory-set WWN of a managed server's HBA is overridden when the HBA address rename function is used. The WWN is reset to its factory-set value when the server is deleted from Resource Orchestrator.
Before using HBAs in an environment that is not managed by Resource Orchestrator, first delete the server in which it is mounted using the ROR console.
For details on how to delete a server, refer to "5.2 Deleting Managed Servers" of the "User's Guide for Infrastructure Administrators (Resource Management) CE".
The WWN of a managed server is set during startup, using a network boot session to connect to the admin server. Once set up with a proper WWN, the managed server reboots into its own Operating System.
Therefore, a managed server may reboot during its startup.
Do not move HBAs whose HBA address rename settings have been set up to different managed servers. If operating HBAs without resetting their WWNs, when the same WWN is configured on multiple servers data may be damaged by same volume access.
Changing the Manager's System Time
When the admin server's system time is reset to a time in the past, the resource monitoring by the manager stops for this period. To reset the system time to more than just a few minutes in the past, return the time and then restart the manager.
For details on how to restart the manager, refer to "7.2 Starting and Stopping the Manager" of the "Setup Guide CE".
Restarting Managers
By default, the manager services restart at 3:45 am everyday for stable system operation.
The settings for restarting can be changed depending on the authority level. To change the configuration, perform the following:
Configuration file
[Windows]
Installation_folder\Manager\rails\config\rcx\rcx_manager_params.rb
[Linux]
/opt/FJSVrcvmr/rails/config/rcx/rcx_manager_params.rb
Configuration Parameters
Parameter | Meaning | Initial Value |
---|---|---|
RESTART_ENABLE | Select the restart operation status.
| true |
RESTART_HOUR | Specify the restart time (hour) from 0 to 23. | 3 |
RESTART_MIN | Specify the restart time (minutes) from 0 to 59. | 45 |
RESTART_CYCLE | Specify the restart interval (days) from 1 to 5. | 1 |
Parameter change procedure
Stop the manager.
Use an editor and change the parameters of the rcx_manager_params.rb file.
Start the manager.
For details on how to start and stop the manager, refer to "7.2 Starting and Stopping the Manager" of the "Setup Guide CE".
Note
The conditions for restarting are, that more than RESTART_CYCLE * 24 hours have passed since manager was started and it is the time specified for RESTART_HOUR and RESTART_MIN.
Changing Multiple Operations of Managers
When executing multiple operations simultaneously, the upper limit is set for the number of simultaneous operations.
The upper limit of the number of simultaneous operations can be changed depending on the usage environment. To change the configuration, edit the following definition file.
When there is no definition file, create one.
[Windows]
Installation_folder\Manager\etc\customize_data
[Linux]
/etc/opt/FJSVrcvmr/customize_data
rcx_base.rcxprop
Describe the definition file in individual lines as below:
Key = Value
Specify the following items:
Items | Key | Value | Remarks |
---|---|---|---|
Multiplicity | TASK_WORKER_COUNT | Specify 5 - 30. | The default value is "30". For basic mode, the default value is "5". Operates by default, when there are no definition files. |
An example definition file is given below. Configure the multiple operations as "10" in the following examples.
TASK_WORKER_COUNT=10 |
Changing Procedures of Definition Files
When using a single manager
Stop the manager.
Change TASK_WORKER_COUNT values for rcx_base.rcxprop files.
When there is no rcx_base.rcxprop file, create one.
Start the manager.
When using managers in cluster environments
[Windows]
Stop the manager.
Bring the shared disks of the manager online. Take cluster resources other than shared disks offline.
Change the TASK_WORKER_COUNT values for rcx_base.rcxprop files on the shared disk. When there is no rcx_base.rcxprop file, create one.
Drive_name\Fujitsu\ROR\SVROR\customize_data\rcx_base.rcxprop
Start the manager.
[Linux]
Stop the manager.
Mount the shared disk of the admin server on the primary node or the secondary node.
Change the TASK_WORKER_COUNT values for rcx_base.rcxprop files in the shared disk.
When there is no rcx_base.rcxprop file, create one.
Destination_to_mount_shared_disk/Fujitsu/ROR/SVROR/etc/opt/FJSVrcvmr/customize_data/rcx_base.rcxprop
Unmount the shared disk of admin server from the node mounted in 2.
Start the manager.
For details on how to start and stop the manager, refer to "7.2 Starting and Stopping the Manager" of the "Setup Guide CE".
Note
Advisory Notes for Basic Mode
When changing multiple operations, the memory capacity to be used will increase.
For the increase in the amount of memory used, refer to "Table A.3 Increased Memory Use with Multiple Operations".
Calculate the memory used from a value in the table and the memory size required for the manager operations described in "1.4.2.6 Memory Size" of the "Setup Guide CE", and then add memory if necessary.
Multiplicity | Increase in Memory Use (Unit: MB) |
---|---|
5 | - |
6 - 14 | 1080 + (Multiplicity * 40) |
15 - 30 | 2104 + (Multiplicity * 40) |