Users Guide

Table Of Contents
2. Copy one of the available severity profiles to a remote host.
OS10# copy severity-profile://default.xml scp://username:password@a.b.c.d/dir-path/
mySevProf.xml
3. Modify the .xml file with changes as required.
NOTE: When you modify the xml file, you must select one of the following severities:
CRITICAL
MAJOR
MINOR
WARNING
INFORMATIONAL
Following is a sample of the .xml file. you can use Notepad++ to make modifications to his .xml file:
<?xml version="1.0" encoding="UTF-8"?>
<events>
<event
name="L2_SERV_LACP_CMS_CPS_SEND_FAIL"
severity="INFORMATIONAL"
enable="true"
/>
<event
name="L2_SERV_LACP_STACK_CPS_SEND_FAIL"
severity="INFORMATIONAL"
enable="true"
/>
<event
name="L2_SERV_LACP_CMS_CPS_RECV_FAIL"
severity="INFORMATIONAL"
enable="true"
/>
<event
name="L2_SERV_LACP_STACK_CPS_RECV_FAIL"
severity="INFORMATIONAL"
If you want OS10 to generate the event, set the Enable flag to true. To turn off event notification, set the Enable flag
to false.
If you enter invalid values, the event severity-profile command fails.
4. Copy the custom profile to the OS10 switch.
OS10# copy scp://username:password@a.b.c.d/dir-path/mySevProf.xml severity-profile://
mySevProf_1.xml
When you copy the custom profile, you must update the name of the custom profile. You cannot use the same name as the
default profile (default.xml) or the active profile (mySevProf.xml).
5. Apply the custom severity profile on the switch.
OS10# event severity-profile mySevProf_1.xml
NOTE: You must restart the switch for the changes to take effect.
6. Restart the switch.
OS10# reload
7. Use the show event severity-profile command to view the custom profile that is active.
OS10# show event severity-profile
Severity Profile Details
--------------------------------------------
Currently Active : default
Active after restart : mySevProf_1.xml
Troubleshoot Dell EMC SmartFabric OS10
1803