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
In the common method used in the script, backup is performed to the backup folder whenever the file to transmit information by executing the script between the scripts are updated, so that the following situations should not happen.
When the file to transmit information and the creation and deletion scripts are damaged due to trouble on the admin server, the following scripts cannot be correctly executed.
The backed up file is used to recover an L-platform and perform recovery of user script resources when trouble occurs due to a problem with the administrative server.
The backup folder is set in the following definition files.
[Windows]
Installation_Folder\SVROR\Manager\etc\customize_data\manager_backup.rcxprop
[Linux]
/etc/opt/FJSVrcvmr/customize_data/manager_backup.rcxprop
ruleset_backup_dir=Destination folder
Specify the destination folder using an absolute path.
When this parameter is not specified, the folder name destination is as follows.
[Windows]
Installation_Folder\SVROR\Manager\var\lserver_repair\ruleset_backup
[Linux]
/var/opt/FJSVrcvmr/lserver_repair/ruleset_backup