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.