Users Guide

Table Of Contents
To delete a severity profile, use the delete command. You can delete all severity profiles except the default and active profiles.
Configure custom severity profile
To modify the severity of events or disable event notification:
Your user account must have any one of the following privileges: System admin (sysadmin), security admin (secadmin), or
network admin (netadmin).
1. Use the dir command to view the list of available severity profiles in the severity-profile:// partition.
OS10# dir severity-profile
Date (modified) Size (bytes) Name
--------------------- ------------ ---------------
2019-03-27T15:24:06Z 46741 default.xml
2019-04-01T11:22:33Z 456 custom.xml
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
Troubleshoot Dell EMC SmartFabric OS10
1805