1 Memory Dimensioning in PLs in a Live SAPC Introduction
This instruction explains the steps to fulfill the memory dimensioning.
1.1 Prerequisites
This section provides the prerequisites, which must be addressed before using the procedure.
Conditions
The following conditions must apply:
2 Memory Dimensioning in PLs in a Live SAPC Procedure
2.1 General Procedure
To change the memory size of a Payload, do the following steps.
2.1.1 Lock the PayLoad
2.1.2 Stop PL Virtual Machine
Steps
- On your cloud orchestrator, select a PL-X previously locked.
- Power off the PL-X.
2.1.3 Resize the PL Memory
Increase the memory size of the PL-X following the procedure according to your cloud orchestration, Memory Dimensioning in PLs in a Live SAPC Procedure in OpenStack, or Memory Dimensioning in PLs in a Live SAPC Procedure in VMware.
2.1.4 Start PL Virtual Machine
Steps
- On your cloud orchestrator, select the PL-X from the SAPC previously powered off.
- Power on the PL-X.
2.1.5 Unlock the Payload
Steps
- Execute the following command to unlock the PL-X: SC-<X>:~ # cmw-node-unlock PL-<X>
2.1.6 Run Health Check
Steps
2.2 Memory Dimensioning in PLs in a Live SAPC Procedure in OpenStack
This procedure is executed when the cloud orchestrators Atlas/Director or ECM are used.
2.2.1 Log in OpenStack
Steps
- Connect by SSH to the host running the OpenStack controller node.
2.2.2 Resize VM with New Flavor
Steps
- Check the PL VM identifier running nova list command and check the 10-GB flavor with openstack flavor list command.
- Execute the following command to change the flavor from a VM: openstack server resize --flavor <new_flavor_id> <pl_vm_id>
2.2.3 Confirm Memory Size
Steps
- Execute the following command to confirm the Payload memory size: openstack server resize --confirm <pl_vm_id>
2.2.4 Update Configuration for Scalability
2.2.4.2 Update Configuration in ECM
For ECM, the flavor has to be changed on the database.
Steps
- Log in ECM DB (Granite Inventory).
- Find the VM identifiers of the PLs. For each PL, follow next steps:
- Right-click the VM, click Modify Selected Virtual Machine.
- Edit the flavor on VM Attributes writing the new one with the proper value.
- Delete old flavor on Virtual Machine Hardware Definition and add the new one.
2.3 Memory Dimensioning in PLs in a Live SAPC Procedure in VMware
This procedure is executed when the VMware cloud orchestrators vCloud Director or vCenter are used.
Steps
After this procedure, if a scale-out is needed, follow the Scale-Out OPI selecting 10 GB of memory when deploying.

Contents