Tell me more ×
Server Fault is a question and answer site for professional system and network administrators. It's 100% free, no registration required.

I am running Suse Linux Enterprise Server 10 SP2 and I need to upgrade to SLES 11 SP2.

Can I just write a script which will install all the RPM's present in SLES 11 SP2 on my SLES 10 SP2 system. Would this be a good approach for upgrading to SLES 11 SP2. I am thinking of this approach because there is no direct upgrade path from SLES 10 SP2 -to- SLES 11 SP2.

Also, why do vendors don't support direct upgrade path?. My understanding is that everything that gets installed on SLES is through an RPM.

share|improve this question

migrated from stackoverflow.com Jan 18 '12 at 21:51

1 Answer

Distribution upgrades on SUSE systems are done using either command-line zypper or yast2's upgrade frontend. You may need to manually adjust URLs; if so, they are in /etc/zypp/repos.d.

The direct upgrade path is implemented, but the support hotline may not want to talk to you about it. Well, RHEL people won't either. That is part of their business plan. If you do not like that, consider moving to e.g. openSUSE.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.