systemctl status network
[ ~ ]# systemctl status network
● network.service - LSB: Bring up/down networking
Loaded: loaded (/etc/rc.d/init.d/network; generated)
Drop-In: /etc/systemd/system/network.service.d
└─override.conf
Active: inactive (dead)
Docs: man:systemd-sysv-generator(8)
Root partition of the server is out of space due to files getting too large.
With no space available the server is not able to write the configuration needed by the vRSLCM start up process for the Identity Manager cluster.
df -h
" to check the space.
root@idmserver01 [ ~ ]# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/root 8.8G 8.6G 0 100% /
devtmpfs 3.0G 0 3.0G 0% /dev
tmpfs 3.0G 12K 3.0G 1% /dev/shm
tmpfs 3.0G 792K 3.0G 1% /run
tmpfs 3.0G 0 3.0G 0% /sys/fs/cgroup
tmpfs 3.0G 36K 3.0G 1% /tmp
/dev/sda1 123M 24M 93M 21% /boot
/dev/mapper/tomcat_vg-horizon 20G 3.3G 16G 18% /opt/vmware/horizon
/dev/mapper/db_vg-db 9.7G 339M 8.9G 4% /db
tmpfs 597M 0 597M 0% /run/user/0
tmpfs 597M 0 597M 0% /run/user/1002
tmpfs 597M 0 597M 0% /run/user/1001
du -h -d1
" to start narrowing down where the space issues are located.If space is not your issue, you can get a similar error message in the console caused by the problem outlined in the knowledge article 336785.