Top
ETERNUS SF Express V15.3/ Storage Cruiser V15.3/ AdvancedCopy Manager V15.3 Installation and Setup Guide
ETERNUS

9.1.9 Uninstallation of SELinux policy (for Linux)

If you applied the SELinux policy for snmptrapd during installation, revert to the status before applying the policy, according to the following procedure.

  1. Run the following command in order to change the setting to "SELinux=Permissive":

    # setenforce 0
  2. Move the directory and uninstall the policy module.

    # cd /opt/FJSVssmgr/etc/selinux/
    # /usr/sbin/semodule -r snmptrapd.pp
  3. Run the following command to check that snmptrapd.pp is no longer displayed:

    # ls /etc/selinux/targeted/modules/active/modules/ | grep snmptrapd.pp
    #
  4. Run the following command in order to revert the setting to "SELinux=Enforcing":

    # setenforce 1

Furthermore, if the IPv6 address device was monitored (if you applied the SELinux policy for Systemwalker Centric Manager SNMP Trap daemon), revert to the status before applying the policy according to the following procedure.

  1. Run the following command in order to change the setting to "SELinux=Permissive":

    # setenforce 0
  2. Move the directory and uninstall the policy module.

    # cd /opt/FJSVssmgr/etc/selinux/
    # /usr/sbin/semodule -r nwsnmp-trapd.pp
  3. Run the following command to check that nwsnmp-trapd.pp is no longer displayed:

    # ls /etc/selinux/targeted/modules/active/modules/ | grep nwsnmp-trapd.pp
    #
  4. Run the following command in order to revert the setting to "SELinux=Enforcing"

    # setenforce 1