DEV Community

Praveen Kumar K
Praveen Kumar K

Posted on

After launch a new SUSE Linux Enterprise Server 15 SP6 in AWS EC2 software channels not working.

i. Confirm your operating system (OS) is registered. If not, please try registering using the following commands:

Checking Registration Status:

    $ sudo SUSEConnect -s
Enter fullscreen mode Exit fullscreen mode

Registering the Instance:

    $ sudo registercloudguest --clean
    $ sudo registercloudguest --force-new
Enter fullscreen mode Exit fullscreen mode

ii. After registration, please run the following commands to add the "sle-module-public-cloud" repositories and check the status:

    $ sudo SUSEConnect -p sle-module-public-cloud/15.6/x86_64
    $ sudo SUSEConnect --status-text
Enter fullscreen mode Exit fullscreen mode

iii. After registering the operating system on instance, Execute the following commands to check the installed and available modules and repositories:

    $ sudo SUSEConnect --list-extensions

    $ sudo zypper repos
Enter fullscreen mode Exit fullscreen mode

Top comments (0)