Enable or Disable Symantec Data Center Security agent repository
search cancel

Enable or Disable Symantec Data Center Security agent repository

book

Article ID: 174174

calendar_today

Updated On:

Products

Data Center Security Server Advanced

Issue/Introduction

You want to check the current status of Data Center Security (DCS) agent repository and enable or disable it.

Environment

DCS Agent 6.7 MP2 or greater on Linux operating systems

Resolution

DCS repository is enabled by default at agent installation or upgradation, unless purposefully disabled.

The command to disable any repository is:
               yum-config-manager --disable

Hence, for DCS it is:
               yum-config-manager --disable SDCSS-Updates

The command to enable DCS repository is:
               yum-config-manager --enable SDCSS-Updates

Alternatively,

The sdcss.repo file (location: /etc/yum.repos.d/) stores the repository enablement status as enabled=1 (default value). This value can be changed to "0" to disable the repository or to '1' to enable it. Changes made here reflect in the "yum repolist all" output & can be reverified this way.