« Back to Technical Questions

unable to upgrade the AXP package

Combination View Flat View Tree View
Hi I can not upgrade the application running on VM
I used the
following command to upgrade my package software install upgrade url
ftp://<package name>

 
This is the errro i am getting
while upgrading
 
Getting installed manifest data ....................complete
Getting install candidate manifest data .complete
Application eb5804df-ae82-4922-b5e2-8adedf3506e3 is scheduled for upgrade
Checking resources .........................................
Error: Total memory usage 2024 MB exceeds 1918 MB available
Total memory usage 2024 MB exceeds 1918 MB available
 
the packaging script i am using to upgrade package is as follows
 
./axp-sdk.1.6.1/tools/pkg_build.sh --project-dir '/home/axpdev/axp/source/jdk1.6/75msf' --auth-bundle '/home/axpdev/axp/source/certs/auth_bundle.sig' --private-key '/home/axpdev/axp/source/certs/private.key'  --deps  '8cec8ee5-54c3-4667-b62e-d4a31805d44a,all' --name 'msf' --version '1.6' --description 'contains Mysql.5.0, Jdk1.6, Heartbeat 3.0.3 and Pacemaker 1.0.9  and tomcat-6.0.18 instances and openssh4.3' --uuid 'eb5804df-ae82-4922-b5e2-8adedf3506e3' --source-dir '/home/axpdev/axp/source/jdk1.6/build' --disk-limit '315975M' --memory-limit '1024M' --cpu-limit '36000' --postinstall  'bin/postinstall.sh'
 
 
The exisiting resource limits with the old axp package installed are as follows
 
# show resource limits
    APPLICATION      CPU(INDEX)      MEMORY(M   DISK(M
            msf           49000            1716                  421300

   SYSTEM TOTAL
      ALLOCATED           49310            1824             468992

      RESOURCES
      AVAILABLE            5690             194                 7931

(*) resource limits not yet applied
 
 
Regards
Rakesh

Hi Rakesh,

Please try repackaging your script adding the following parameters in your packaging script and see whether it resolves your issue.
--memory-wildcard --cpu-wildcard --disk-wildcard

Thanks,
Anusha

Hi Anusha


Thank you very much for providing the solution

FYI
we had requested the customers to increase the space of SDRAM on the Service-Module and the SDRAM size was increased ,which had solved our issue , and now we are able to upgrade the AXP package installed on the serivce-module.


Regards
Rakesh