cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
4049
Views
5
Helpful
4
Replies

Nexus 9000 temperature Minor alarm

joseluis68
Level 1
Level 1

hello,

I have a Cisco Nexus 9000

 

sh environment temperature
Temperature:
--------------------------------------------------------------------
Module Sensor MajorThresh MinorThres CurTemp Status
                        (Celsius)       (Celsius)    (Celsius)
--------------------------------------------------------------------
1 FRONT          70                 42             43            MinorAlarm
1 BACK            80                 70             42            Ok
1 CPU              90                 80             58            Ok
1 Homewood   110               90             56            Ok

 

Temperature in Front ranges between 41 and 43.

How can I change MinorThres (to 44)?

 

 

 

 

1 Accepted Solution

Accepted Solutions

Javier Acuña
Spotlight
Spotlight

Hi @joseluis68 

 

 


Creating a Supplemental Policy for the Temperature Threshold Event
This example shows how to create a supplemental policy using the event temperature command:

[no] event temperature [mod module-number] [sensor sensor-number] threshold {major | minor | any}

In addition to the default policy, this example shows how to execute the policy myappletname and action 1 if the temperature crosses the minor threshold on sensor 3 of module 2:

switch# configure terminal
switch(config)# event manager applet myappletname
switch(config-applet)# event temperature module 2 sensor 3 threshold minor
switch(config-applet)# action 1 cli “show environ temperature”
switch(config-applet)# end
 

 

this is the official page

https://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus9000/sw/6-x/system_management/configuration/guide/b_Cisco_Nexus_9000_Series_NX-OS_System_Management_Configuration_Guide/sm_eem_events_and_examples.html

 

remember to rate this answer as help

 

View solution in original post

4 Replies 4

Javier Acuña
Spotlight
Spotlight

Hi @joseluis68 

 

 


Creating a Supplemental Policy for the Temperature Threshold Event
This example shows how to create a supplemental policy using the event temperature command:

[no] event temperature [mod module-number] [sensor sensor-number] threshold {major | minor | any}

In addition to the default policy, this example shows how to execute the policy myappletname and action 1 if the temperature crosses the minor threshold on sensor 3 of module 2:

switch# configure terminal
switch(config)# event manager applet myappletname
switch(config-applet)# event temperature module 2 sensor 3 threshold minor
switch(config-applet)# action 1 cli “show environ temperature”
switch(config-applet)# end
 

 

this is the official page

https://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus9000/sw/6-x/system_management/configuration/guide/b_Cisco_Nexus_9000_Series_NX-OS_System_Management_Configuration_Guide/sm_eem_events_and_examples.html

 

remember to rate this answer as help

 

thanks for assistance provided @Javier Acuña 

Thanks for the help.

 

@joseluis68 estamos para servir.

 

Saludos cordiales.