Solution Guide

Table Of Contents
98
Total of 4 sessions, i.e. 16 VMs can be scheduled at a time.
To workaround this, provide value (in %) to the 'Over Subscription' property of the
inventory level capacity parameters 'CPU/RAM'.
For example:
Updating 'Over Subscription' at cluster level, to '100' results in 8 sessions,
i.e. 32 VMs can be scheduled at a time.
Updating 'Over Subscription' at cluster level, to '200' results in 12 sessions,
i.e. 48 VMs can be scheduled at a time.
30. Cloning of VMs across data centers is not supported in Active System Manager 7.1
The VM template or gold VMs should be in the inventory of the datacenter where
you are deploying VMs to hosts.
31. Why are orchestrations failing on servers with dual SD cards?
If a server has dual SD cards, the BIOS setting must be set to mirror mode to avoid
orchestration failures.
32. How do I increase the number of logical deployments that can run concurrently on
the system?
If a server has dual SD cards, the BIOS setting must be set to mirror mode to avoid
orchestration failures.
For better performance of the individual sessions the appliance has a default limit
of 10 parallel actions. Logical sessions are long-running so deploying more than 10
at a time will cause the system to queue up sessions greater than 10. This will also
prevent other logical or virtual actions from being run until the logical jobs clear. If
you need to run large batches of logical jobs the SSH session limit can be increased
to allow other actions to be performed while those jobs are running.
The SSH session limit for parallel execution is set to 10 by default on the appliance.
However, the session limit can be configured based on the requirement and if you
face bottleneck because of it. ASM has been validated with parallel executions.
Therefore, to reduce the waiting time, it is recommended to set the thread pool
size and parallel execution count to less than or equal to 50.
To change the Parallel SSH execution limit on the appliance to 50:
1. Log in as delladmin user.
2. Open the ./common/etc folder using the following command:
cd asm-galefore/gf/common/etc
3. Open the remoteExecServer.xml file and set the value for the following
parameters to less than equal to 50:
a. Set poolsize Attribute in the threadpool node
b. Set executioncount Attribute in maxparallel node
4. Run the reboot command to restart the server.