Re: SLES11 to SP1 upgrade using SMT

mkroher;1991755 Wrote:[color=blue]

Hello,

I have a central repository server with SMT. I’d like to have this
repo server supply the clients (currently SLES11) with the SP1 update.

A few questions…

  1. Do I need to download the full SP1 product, and create a repository
    with it?
  2. Do all the client’s repositories change to just the SLES11-SP1
    product?
  3. Following the above steps, a zypper dup will upgrade it?

I’m an referencing this doc too:
‘How to upgrade to SLES/SLED 11 SP1’
(http://www.novell.com/support/viewContent.do?externalId=7005410&sliceId=1)

Also, I have SDK as a repo on the SMT server. I never installed the SDK
product on the clients. I just simply added the repo and zypper in a
package when I need it. Should I have fully installed the SDK product on
the clients?

Thanks.[/color]

‘How to upgrade to SLES/SLED 11 SP1’
(http://www.novell.com/support/documentLink.do?externalID=7005410)
‘D-Mashina: Novell SLES 11 to SP1 Live upgrade’
(http://www.d-mashina.net/2011/04/novell-sles-11-to-sp1-live-upgrade.html)
http://yourlinuxguy.com/?p=588

zypper ref -s
zypper up -t patch
zypper up -t patch
for item in cat /etc/products.d/*.prod|grep '<product>'|sed s/\\<*.product\\>//g |sed s/" "//g; do zypper in -t product $item;done
suse_register -d 2 -L /root/.suse_register.log
zypper ref -s
zypper lr
zypper dup


BCC2010

BCC2010’s Profile: http://forums.novell.com/member.php?userid=88580
View this thread: http://forums.novell.com/showthread.php?t=414119