This section describes script file that are provided in ruleset unit.
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 pretreatment before execution of script for operations | xxx_pre_operate.rb (*2) |
Script for outputting result after execution of script 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 only exist for ruleset for deployment of L2 Switches.
*2: These files only exist for ruleset for operations of server load balancer.
*3: This file only exists for ruleset of BIG-IP LTM.