01-03-2018 06:37 AM - edited 03-08-2019 01:18 PM
Hello freinds
the below complain Anoying me , how to disable it , i did no logging consol | no loggin on but still appears , looks this kind of Missing PS has high built-in identity
===========================================
%PLATFORM_STACKPOWER-4-REDUNDANCY_LOSS: Switch 1's power stack lost redundancy and is now operating in power sharing mode
============================================================================
SWT(config)#do sh env all
FAN 1 is OK
FAN 2 is OK
FAN PS-1 is NOT INITIALIZED
FAN PS-2 is OK
SYSTEM TEMPERATURE is OK
System Temperature Value: 19 Degree Celsius
System Temperature State: GREEN
Yellow Threshold : 46 Degree Celsius
Red Threshold : 60 Degree Celsius
SW PID Serial# Status Sys Pwr PoE Pwr Watts
--- ------------------ ---------- --------------- ------- ------- -----
1A UNKNOWN unknown No Input Power Bad N/A 0/0
1B C3KX-PWR-1100WAC LIT151706RG OK Good Good 1100/0
SW Status RPS Name RPS Serial# RPS Port#
-- ------------- ---------------- ----------- ---------
1 Not Present <>
%PLATFORM_STACKPOWER-4-REDUNDANCY_LOSS: Switch 1's power stack lost redundancy and is now operating in power sharing mode
thanks
01-03-2018 11:32 AM
If you do sho run all and look at the section with logging commands there may be more options that you might be able to turn off to disable those error messages.
Also check if you have stack-power commands in your running config, if you have configured stack power it might be another reason for these messages.
01-03-2018 02:12 PM
Hello
If you want to negate logging messages it can be as easy of disabling monitoring or decreasing the buffered level. - Can you post the output from - Show logging
You also have an option of applying a logging discriminator but please post the output for the logging first.
res
Paul
07-12-2023 03:47 AM
Hi,
From your output, you have a stand-alone switch.
Most likely you have the below config on the switch:
!
stack-power stack PowerStack-1
mode redundant
!
stack-power switch 1
stack PowerStack-1
!
To stop logs showing up this should be configured as below:
!
stack-power stack PowerStack-1
mode power-shared
!
stack-power switch 1
standalone
!
Thanks,
Lucas
07-12-2023 05:57 AM
Hello!
You can setup an logging discriminator:
logging discriminator STACK msg-body drops PLATFORM_STACKPOWER-4-REDUNDANCY_LOSS
logging buffered discriminator STACK 200000
BR
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