:mad: Hi All
I perform a “Migrating a SLES 12 SP1 for POWER LE system to SLES for SAP Applications for POWER LE 12 SP1” using the dedicated script.
a) the script finish withour errors = success
b) but the commande “zypper list” shows :
echo -e ’
You’\’'re now subscribed to following channels:
’
You’re now subscribed to following channels:
zypper lr
Warning: The /etc/products.d/baseproduct symlink is dangling or missing!
The link must point to your core products .prod file in /etc/products.d.
ah, ok, the trace looked so familiar (it was in #4 of the referenced thread)
Maybe you could open a service request - that warning about the dangling symlink doesn’t sound healthy to me (but I’ve not used SLES on Power before, so I cannot tell what’s up with that). Out of curiosity, how does that part look when using “ls -l /etc/products.d”?
Oh, and BTW - you might want to check if SUSEConnect generated any logs and if so, what’s in there. That’s the step where the new repositories would have been added, but I see none of that.
What’s in /etc/zypp/repos.d/ ? the script looks for i.e. /etc/zypp/repos.d/SUSE_Linux_Enterprise_Server_12_SP1_ppc64le* but seems to find none of that - what’s the name of the current repo file there (which is what zypper lr reports at the end of the script run)?
on top of that … the command “zypper product” return:
zypper products
Loading repository data…
Reading installed packages…
S | Repository | Internal Name | Name | Version | Arch | Is Base
–±-----------±--------------±------------------------------------±--------±--------±-------
i | @System | SLES | SUSE Linux Enterprise Server 12 SP1 | 12.1-0 | ppc64le | Yes
HI
It’s not my question… I want to understand why the official migration script for SLES 12 SP1 on POwer system for HANA will not end with the updated label of the SUSE… “SLES for SAP…”
here is the results of the following command after executing the migration script:
ls -l /etc/products.d
total 128
-rw-r–r-- 1 root root 2699 Nov 26 2015 SLES.prod-old-13-06
lrwxrwxrwx 1 root root 9 May 28 12:32 baseproduct → SLES.prod[/QUOTE]
it might be interesting to see when the product file was renamed - have a look at the directory timestamp (“ls -ld /etc/products.d”) to see if it was last modified before you started the migration. Maybe the “base setup” isn’t what the migration script requires. (That “dangling symlink” by itself is already something that will need fixing - the results from “zypper products” probably stems from zypper taking any file from that directory - “baseproduct” is invalid and thus skipped, “SLES.prod-old-13-06” has valid content and points to the non-SLES variant).
I want to understand why the official migration script for SLES 12 SP1 on POwer system for HANA will not end with the updated label of the SUSE… “SLES for SAP…”
If everything else fails - open a service request to get engineering support…