This section describes the script files that are provided for each ruleset.
Script Type | File Name |
Script for creation | xxx_create.rb |
Script for setup error recovery | xxx_create_recovery.rb |
Script for modification | xxx_modify.rb |
Script for modification error recovery | xxx_modify_recovery.rb |
Script for deletion | xxx_delete.rb |
Script for creation of interface for adjoining server | xxx_connect.rb (*1) |
Script for setup (physical server added) | xxx_connect_recovery.rb (*1) |
Script for setup error recovery (physical server added) | xxx_disconnect.rb (*1) |
Script definition | xxx_params.rb |
Common method used by scripts | xxx_common.rb |
Post-processing script after deletion script | xxx_clean.rb |
Scripts for operations | xxx_operate.rb (*2) |
Script for pre-processing before execution of scripts for operations | xxx_pre_operate.rb (*2) |
Script for outputting results after execution of scripts for operations | xxx_output.rb (*2) |
Script for SSH connection | unm_script_ssh2_comm.rb (*3) |
xxx: Character string that identifies L2 Switches, firewalls and server load balancers.
*1: These files are only provided in the ruleset for deployment of L2 Switches.
*2: These files are only provided in the ruleset for operation of server load balancers.
*3: This file is only provided in the ruleset of BIG-IP LTM.
Point
Each time the files for transferring information between scripts during script execution are updated, the common method used by scripts (xxx_common.rb) backs up those files to the backup folder to prevent the following situation occurring.
If the files for transferring information between scripts, such as between the script for configuration and the script for deletion, are corrupted due to failure of the admin server, subsequent script execution will fail.
The files that are backed up are used as the original files to recover user script resources when performing recovery of an L-Platform in cases where a failure occurs on the admin server. The backup folder can be configured using the following definition file:
[Windows Manager]
Installation_folder\SVROR\Manager\etc\customize_data\manager_backup.rcxprop
[Linux Manager]
/etc/opt/FJSVrcvmr/customize_data/manager_backup.rcxprop
ruleset_backup_dir=Storage folder
Specify the name of the folder for storing backup files using an absolute path.
If this parameter is not specified, the following folder name is specified.
[Windows Manager]
Installation_folder\SVROR\Manager\var\lserver_repair\ruleset_backup
[Linux Manager]
/var/opt/FJSVrcvmr/lserver_repair/ruleset_backup