Symptoms

The OA 7.0 precheck script fails with the message:

1.9.  160490-POA-100819-check-Dedicated-not-used [BareMetal]:
        The Dedicated hosting module has been found on your installation.
        It is no longer supported and it will be removed during the upgrade.
        Prepare your installation guiding through https://kb.cloudblue.com/128698
        You should: Remove Dedicated Hosting resources from Service Plans in Business Automation and apply these changes to all subscriptions :
        #1000159 Customer Dedicated Servers
        #1000160 OS image installations
        #1000161 Number of reboots
        #1000158 Dedicated Servers

while the Dedicated Hosting module has already been removed, and no service plans are using any resources.

Management Node is installed on top of RHEL5 OS with Python v2.4.

Cause

A minor incompatibility of precheck scripts with RHEL5 results in false alarm on Dedicated Hosting resources script.

Resolution

Replace the pbaapi python module of the precheck package:

# mv oa-7.0-9781-precheck/poaupdater/pbaapi* .
# cp -arf /usr/lib/python2.4/site-packages/poaupdater/pbaapi.py* oa-7.0-9781-precheck/poaupdater/

Re-run the precheck.

Internal content