Hi everyone,
Two servers (one test and one prod) have been parched and updated using MLM. The status for the test server has been set to green, while for the production server nothing has changed. I ran these commands to try and update the client and server, but to no success.
On client:
rm -rf /var/cache/salt/minion/*
systemctl restart venv-salt-minion
On Server:
salt client.x.y state.apply
salt client.x.y pkg.refresh_db
salt client.x.y pkg.list_upgrades
salt client.x.y state.apply
rm -rf /var/cache/salt/master/minions/client.x.y/*
systemctl restart salt-master rhn-search
Anyone has an idea?
Thanks and best regards
Screenshots could help here. However try to do HW refresh for the client from SUSE MLM GUI. Another refresh is pkg update. https://documentation.suse.com/multi-linux-manager/5.1/en/docs/reference/systems/system-details/sd-packages.html
Thanks for your reply. Unfortunately, HW reset on the client doesn’t change anything and pkg update already done.
By example, MLM says to update grub2 but package is already installed:
~> rpm -qa|grep grub2-2.12
grub2-2.12-150700.19.26.1.x86_64
That’s really strange!
Can you share supportconfig from the client ?
Too many confidential data… which files do you want? What do you need? Maybe I can give you some information.
Try to check if you stop venv-salt-minion if all processes stop. If not, kill all older processes and start it again. Let me know the result.
I did stop and start venv-salt-minion, but this morning the system was showing green… I don’t understand any of this 
This is good. I recent expernines, the venv-salt-minion was not fully running. It could be an older instance running and system not being monitored correctly. Maybe caused by failed restart of venv-salt-minion service after vevn* pkg update.
Now it worked, keep an eye on it.
Regards, Ahmad
Yes, it’s work! Thanks a lot Ahmad for your info and support…