Thanks for your help. I must not be communicating, clearly, though.
My system is register; I just added the SP1-Pool repository.
I’m just trying to figure out if that is the correct repository to add, or if I should add more/different ones?
Should I add sp1-Updates instead, or with it?
Ok, taken from the TID, and commented with what I did.
Update by using zypper
Open a root shell.
Run ‘zypper ref -s’ to refresh all services and repositories.
Run ‘zypper up -t patch’ to install package management updates.
Run ‘zypper up -t patch’ again to install all available updates for SLES/SLED 11.
#did the above, but there was no info aobut the ditsro upgrades, as expected, because I only had repositories for the base install. #I ran suse_register - obviously, now reading your reply, not the right thing to do. #I then added the pool repository manually, with zypper ar
#then after, reading your reply, I deleted the SP1-pool repository and ran suse_register -d 2 -L /root/.suse_register.log, which had an exit status of 16 and ‘cannot contact the registration server’ #If i run suse_register, I get an exit status of 0. I don’t know what the -d is in suse_register … I will go look that up now
#My guess is that What i should do is re-add teh sp1_pool repo with zypper, and run the suse_register -d 2 -L /root/.suse_register.log, and then start from the zypper up -t patch? Or should I be adding different/add’l reos?
Thank you!
(----rest of the TID instructions follow---------)
Now the installed products contain information about distribution upgrades and which migration products should be installed to perform the migration. Read the migration product informations from /etc/products.d/*.prod and install them. You can use the following command:
grep '<product>' /etc/products.d/*.prod
A sample output could be as follows:
sle-sdk-SP1-migration
SUSE_SLES-SP1-migration
Install these migration products (example):
zypper in -t product sle-sdk-SP1-migration SUSE_SLES-SP1-migration
run 'suse_register -d 2 -L /root/.suse_register.log' to register the products in order to get the corresponding SP1-Pool repositories.
Run 'zypper ref -s' to refresh services and repositores.
Check the repositories using 'zypper lr'. If needed, disable repositories for the old GA Products manually and enable the new SP1-Pool repositories:
zypper mr --disable <repo-alias>
zypper mr --enable <repo-alias>
Then perform a dist upgrade by using the following command:
zypper dup
zypper will report that it will delete the migration product and update the main products. Confirm the message to continue updating the rpm packages.
After the upgrade is finished, register the new products again. It will remove the SLE 11 GA update repositories and add the new SP1-Update repositories. The SP1-Pool repositories will stay untouched.
suse_register -d 2 -L /root/.suse_register.log
Reboot the system