Hello SG,
It's not an error but a displaying issue and it's very common. Root cause: disp+work has already been updated but sapstartsrv is still on the previous version. You can control this by
sapcontrol -nr <instance nr.> -prot PIPE -function GetVersionInfo
by <sid>adm user. In the first two lines You'll see the path and version of sapstartsrv and disp+work. They won't be the same. You need to
- stop SAP
- stop sapstartsrv
- replace sapstartsrv (mind the path in sapcontrol output)
- start sapstartsrv
- start SAP
and voila, system in SAPMMC will turn to green.
That You see kernel patch level 401 in package 402 is normal as well, see SAP note 1820928.
Best regards,
Adam