#
# Configuration sequence to prepare system.
#
# Setup Virtual switches and VNICS
create_all_vnics.sh

# Create the resource pools
setup_all_pools.sh

# Bind the fanout threads 
setup_vnic_fanout.sh

# Startup the database and  appserver zones
start_zones.sh

# NOTE: the following warning messages  can be ignored:
zone 'jentXX': WARNING: skipping setting pool pool_app1 to datalink ixgbe4v1 because its cpus link property is already set
zone 'jentXX': WARNING: skipping setting pool pool_app1 to datalink jent31v2 because its cpus link property is already set

# This is sets the cpu bindings in 'cpus-effective' field.
setup_vnic_fanout.sh

# Configure the HW strands for interrupts
app_bind_zones.sh

# Bind the NIC interrupts to strands in the 
# interrupt pools
bind_nic_intrs.sh
