Struggling to Install on OVH Alma 9

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jonefc
    Junior Member
    • Sep 2025
    • 1

    #1

    Struggling to Install on OVH Alma 9

    Morning

    I have looked but cant find an answer. Nor can chat GPT or general forums seem to give me the right advice.

    I have a clean installed Alma Linux 9 with Cpanel / whm installed.

    I am wanting to install CloudLinux OS Shared PRO

    So i go to terminal and do the following

    1. wget https://repo.cloudlinux.com/cloudlin...s/cln/cldeploy
    sh cldeploy -k YOUR_LICENSE_KEY
    reboot

    2. I get the warning WARNING! Your /etc/fstab configuration is not explicit about device mounting on boot/efi.

    3. ​I changed the efi entry to UUID=0673baaa-1080-4ed0-a61f-cd2dbbecc583 /boot xfs defaults 0 2

    4. and reboot

    5. systemctl daemon-reload

    ---------

    I then reach a point where i cant do the licence key , it says invalid version installed, and checking the version it says

    cat /etc/redhat-release uname -r CloudLinux release 9.6 (Georgy Dobrovolsky) 5.14.0-570.37.1.el9_6.x86_64

    and

    rhnreg_ks --activationkey=CLP-g2AKCWlefuCA2ACMRrSPupY2 --force CloudLinux OS Shared edition installed on your server does not match license you are trying to register server with: CloudLinux OS Shared Pro. Migration is required. You maylose access to the services which are not supported by the new edition. Do you want to continue? [N/y]: y

    Pressing Y does nothing, no warnings nothing.

    I am stuck in total limbo? and unsure?


    Help ...
  • alevchenko
    Administrator
    • Mar 2023
    • 98

    #2
    Hi,

    Selecting the `Y` option in this situation will upgrade the current Shared Edition to the CloudLinux Shared Pro Edition.

    Check the license activation now:
    Code:
    cldetect --check-license
    If the license is valid, you’ll see details about the license type and status.

    You can also confirm with:
    Code:
    rhn_check


    Comment

    Working...