Hi
Apply an ICMP permit ACL for work-station IP on SVI as well as the upstream interface(connected to DHCP) and check if you see counters are incrementing when sending ping requests
also, you can use "debug ip icmp" for further check.
Re...
Hi
Thought of adding more to Chris's reply, you can check the following things.
1. check default-gateway assigned for VLAN on DHCP-server.
2. check if the default gateway is reachable from the workstation.
3. If default Gateway is reachable, c...
Hi
I see lots of space consumed by archive log from secondary database(WCSS1). Need to investigate further before remove them.
179G /opt/oracle/base/fast_recovery_area/WCSS1/archivelog24G /opt/oracle/base/fast_recovery_area/WCSS1/archivelog/2...
Hi
Prime will not let you access the /opt volume details from admin CLI. If you have access to shell/root access execute below outputs and share here.
df -h
du -h --max-depth=6 /opt | grep [0-9]G | sort -k2
thank you
regards
Govardhan
Hi
Could be because of haSettings.xml file is corrupted in the system.
Issue below command from root/shell CLI to verify the file size and check.
du -sh /opt/CSCOlumos/conf/rfm/classes/com/cisco/common/ha/config/haSettings.xml
-- replacing the fi...