User Tools

Site Tools


ncompass_control_interface_down_alarms

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
ncompass_control_interface_down_alarms [2023/11/10 15:03] – [Resolve Alarm on Device (Preferred)] walkeradminncompass_control_interface_down_alarms [2023/11/10 15:08] – [Resolve Alarm on Device (Preferred)] walkeradmin
Line 52: Line 52:
 \\  \\ 
 For CentOS/Alma Linux navigate to the /etc/sysconfig/network-scripts directory. This is where you can see your interface configuration files. For CentOS/Alma Linux navigate to the /etc/sysconfig/network-scripts directory. This is where you can see your interface configuration files.
-\\  
 \\  \\ 
 <file> <file>
 ll ll
-total 16+
 -rw-r--r--. 1 root root 280 Aug  7 12:16 ifcfg-eno1 -rw-r--r--. 1 root root 280 Aug  7 12:16 ifcfg-eno1
 -rw-r--r--. 1 root root 272 Aug  7 11:04 ifcfg-eno2 -rw-r--r--. 1 root root 272 Aug  7 11:04 ifcfg-eno2
Line 62: Line 61:
 -rw-r--r--. 1 root root 263 Nov 10 14:24 ifcfg-eno4 -rw-r--r--. 1 root root 263 Nov 10 14:24 ifcfg-eno4
 </file> </file>
-\\ +
 Here we can see the configuration file for eno4 - <color #ed1c24>ifcfg-eno4</color> Here we can see the configuration file for eno4 - <color #ed1c24>ifcfg-eno4</color>
 \\  \\ 
 +\\ 
 +We can see the contents of the file using the <color #ed1c24>cat</color> command:
 +\\ 
 +<file>
 +cat ifcfg-eno4
 +
 +TYPE=Ethernet
 +PROXY_METHOD=none
 +BROWSER_ONLY=no
 +BOOTPROTO=static
 +DEFROUTE=no
 +IPV4_FAILURE_FATAL=no
 +IPV6INIT=yes
 +IPV6_AUTOCONF=yes
 +IPV6_DEFROUTE=yes
 +IPV6_FAILURE_FATAL=no
 +NAME=eno4
 +UUID=f6354b95-a63e-4f4c-aee9-e43e29537fe2
 +DEVICE=eno4
 +ONBOOT=yes
 +NM_CONTROLLED=yes
 +</file>
 +
 +Depending on your device, the default config may differ, but the two lines we are interested in are:
 +\\ 
 +<file>
 +ONBOOT=yes
 +NM_CONTROLLED=yes
 +</file>
 +
 +Edit the <color #ed1c24>ifcfg-eno4</color> file and change both the ONBOOT and NM_CONTROLLED lines to end in <color #ed1c24>no</color>.
 +\\ 
 +\\ 
 +ONBOOT=<color #ed1c24>no</color>
 +\\ 
 +NM_CONTROLLED=<color #ed1c24>yes</color>
 +\\ 
 +\\ 
 +Save the configuration file and reboot the server.
 +\\ 
 +\\ 
 +After the reboot, the active alarm in nCC will disappear, although this might take a minute or so.
 +\\ 
 +\\ 
 +
  
  
ncompass_control_interface_down_alarms.txt · Last modified: 2023/11/21 12:05 by walkeradmin