11-02-2020 07:05 AM
Hello,
I have a new FMC on VMware which has the required resources.
I am not able to login to the gui. It keeps showing the "System processes are starting, please wait."
I am able to access cli
I see the below:
root@vm4110:/Volume/home/admin# pmtool status | grep -i gui
mysqld (system,gui,mysql) - Running 4908
httpsd (system,gui) - Running 4913
sybase_arbiter (system,gui) - Waiting
vmsDbEngine (system,gui) - Down
ESS (system,gui) - Running 4949
DCCSM (system,gui) - Down
Tomcat (system,gui) - Down
VmsBackendServer (system,gui) - Down
mojo_server (system,gui) - Running 5114
I have checked the certificate is the default one and I changed the cipher suites, but no luck
I have also restarted the FMC several times.
What else could I see in order to solve the issue?
Regards,
Konstantinos
11-02-2020 08:14 AM
11-03-2020 12:25 AM
enter in expert mode
sudo su
admin password
restart the service
/etc/rc.d/init.d/console restart
wait 2 or 3 minutes
by Claudio
02-07-2022 10:46 AM
mine is reporting killing DCCSM with /var/sf/bin/dccsmstop.pl but that is just an info error. I have the same down services as kostasthedelegate
02-24-2022 01:46 PM - edited 02-24-2022 06:10 PM
I ran pmtool status | grep -i gui and see the following:
vmsDbEngine - Down
DCCSM - Down
Tomcat - Down
VmsBackendServer - Down
I used pmtool restartbyid for all services. No change.
/etc/rc.d/init.d/console restart has not helped. I have also rebooted the FMC.
==== UPDATE - SOLVED ====
My issue was that /dev/root was full. You can assess if this is your problem by:
entering expert mode
type sudo su - (enter password)
type df -TH
Filesystem Size Used Avail Use% Mounted on
/dev/root 4.0G 4.0G 0 100% /
/dev/sda1 99M 16M 79M 17% /boot
/dev/sda7 52G 8.5G 41G 18% /Volume
none 11G 20K 11G 1% /dev/shm
/dev/sdb1 418G 210M 395G 1% /var/storage
----- RESOLUTION:-----
cd /Volume/6.6.1/sf/sru && du -sh ./*
rm -r Cisco_Firepower_SRU-2019-*
rm -r Cisco_Firepower_SRU-2020-*
Remove all but the latest vrt.sh.REL.tar file. You should only have one Cisco_Firepower....-vrt.sh.REL.tar file left.
cd /mnt/remote-storage/sf-storage/<UUID>/remote-backups && du -sh ./*
rm -r ./FTD_-_Weekly_Backup....-FTD1_202101*
rm -r ./FTD_-_Weekly_Backup....-FTD1_202102*
Remove all but the latest backup.tar file
type df -TH
Filesystem Size Used Avail Use% Mounted on
/dev/root 4.0G 1.7G 2.2G 44% /
/dev/sda1 99M 16M 79M 17% /boot
/dev/sda7 52G 8.5G 41G 18% /Volume
none 11G 20K 11G 1% /dev/shm
/dev/sdb1 418G 210M 395G 1% /var/storage
One Team ~ One Fight
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide