Alteon AppShape++ persistency and multiple scripts per service
Lab goal
Using an AppShape++ script to choose the preconfigured group/pool "10".
Once the laodbalancer chooses a server, all requests from the client's source IP should go to the same server. This is called persistence or stickiness.
Setup
Notice the group and hosts are preconfigured:
1 | /c/slb/real 1 |
Alteon configuration
1 | /cfg/slb/appshape/script take_10/en/import |
Line 1 - This allows to just copy paste the whole text to Alteon's CLI. It defines a script if its not exists, enable it and imports it.
Line 7 - Selects Continue reading

