- Reboot is broken if services are broken
- Common service fixes
- concierge: your VM is now detecting eth0 and eth1 the wrong way around (centos will still rename them to be right, but the fact their order is wrong means the GSA's services will iterate the interfaces wrong), fix your qemu config
- dataeng: Create
/opt/dell/srvadmin/lib64/openmanage/IGNORE_GENERATION - cacheserver: Needs disk 512GB or larger, or increase percentage in
/etc/init.d/7.6.512/cacheserver(echo "--recordfiles_datadirs=${ENTERPRISE_HOME}/data/querycache/cache-data:1") - supergsa_main: Spams about svelte server, is missing svelte args (this does not affect functionality, but is annoying in the logs). Add the following to
gen_command_line_internalin/etc/init.d/7.6.512/supergsa_mainecho "--lockservice_use_loas=false" echo "--svelte_retry_interval_ms=2147483647"
echo "--svelte_servers=localhost:6297"