Procedure to change the SUSE sever repo index

Vinoth Kaliaperumal 386 Reputation points
2023-08-10T20:40:01.04+00:00

We have changed the licence of suse vm from pay as you go to azure hybrid benefits after changing we are unable patch as server still points to azure repo index. May I know how to change it. The suse server is registered with the suse licence we got but still it points to azure repo index.

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
9,014 questions
0 comments No comments
{count} votes

Accepted answer
  1. deherman-MSFT 38,021 Reputation points Microsoft Employee Moderator
    2023-08-11T17:35:19.95+00:00

    @Vinoth Kaliaperumal

    I understand that you changed your SUSE Azure VM from pay as you go to Azure Hybrid Benefit and are unable to run patches. Please let me know if I am missing something.

    This article by SUSE walks you through the steps needed after making this change. I am including the commands below:

    registercloudguest --clean
    zypper rm -y cloud-regionsrv-client
    SUSEConnect --cleanup --url https://scc.suse.com
    SUSEConnect -r <ActivationCode> -e <EmailAddress>
    

    Hope this helps! Let me know if you have further questions or still have issues.


    If you still have questions, please let us know in the "comments" and we would be happy to help you. Comment is the fastest way of notifying the experts.

    If the answer has been helpful, we appreciate hearing from you and would love to help others who may have the same question. Accepting answers helps increase visibility of this question for other members of the Microsoft Q&A community.

    Thank you for helping to improve Microsoft Q&A! User's image

    2 people found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.