You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# we are checking /tmp utilization because high usage can lead to snaphshot corruption during an upgrade. After the fix version, snapshot storage location moved to /data.
@check_wrapper(check_title="svccore excessive data check")
6392
+
defsvccore_excessive_data_check(**kwargs):
6393
+
result=PASS
6394
+
headers= ['Class Name','Count']
6395
+
data= []
6396
+
recommended_action="Delete the core files before proceeding with upgrade. Please refer to the document linked below and contact Cisco TAC for assistance if needed."
@@ -265,6 +269,17 @@ The script checks the presence of generation one switches when the upgrade is cr
265
269
Or you can check the [Release Note 15.0(1) of ACI switches][3] to see the list of generation one switches, typically the one without any suffix such as N9K-C9372PX, that are no longer supported from 15.0(1) release.
266
270
267
271
272
+
### Supported Hardware Compatibility
273
+
274
+
The script checks the presence of deprecated hardware in the fabric.
275
+
276
+
The list of supported and unsupported hardware is populated from the Release Notes across all ACI releases. This means the check covers hardware compatibility changes introduced in any version, not just the most recent release. As new release notes are published and hardware is deprecated, this list is updated accordingly.
277
+
278
+
Refer the [Release Note 15.0(1) of ACI switches][3] to see the list of unsuporrted hardware for your desired target versions. Prior upgrading to target version, replace the unsupported hardware elements in your fabric with other supported hardware.
279
+
280
+
Contact cisco TAC for further assistance.
281
+
282
+
268
283
### Compatibility (Remote Leaf Switch)
269
284
270
285
The script checks the requirement to use remote leaf switches on the target version.
@@ -2768,6 +2783,19 @@ Suggestion:
2768
2783
Contact Cisco TAC to remove any identified misconfigured objects before performing the upgrade to prevent policyelem crashes.
2769
2784
The [CSCwd40071][68] defect affects versions 5.2(5c) and later with a fix available in 6.0(1g). However, the issue will only be triggered during Apic upgrades crossing 6.0(4c) due to [CSCwh80837][67].
2770
2785
2786
+
2787
+
### Svccore Excessive Data Check
2788
+
2789
+
Due to excessive `svccoreCtrlr` or `svccoreNode` managed objects, Apic gui stuck in loading multiple queries.
2790
+
2791
+
The svccoreCtrlr and svccoreNode objects represent core files related to Apic and Leaf/Spines process respectively.
2792
+
2793
+
Due to [CSCws84232][67], the APIC GUI may become unresponsive after login, with dashboards stuck in a continuous “Loading…”state.
2794
+
Administrators may be unable to access or operate the APIC GUI, potentially impacting day-to-day management or upgrade.
2795
+
2796
+
This check will verify the count of the `svccoreCtrlr` Managed Object and raise and alarm with the bug if object count found more than 240. Remove the content or objects of `svccoreCtrlr` or `svccoreNode`. Contact Cisco TAC or upgrade to a release containing the fix for CSCws84232 before proceeding with an upgrade.
0 commit comments