Full Installation and Launch (Service Start)
Users with an enterprise account can install the full Data Collector and run Data Collector as a service.
To install the full Data Collector as a service, you can download the Data Collector RPM package or the Data Collector full tarball.
You can run Data Collector as a service on all supported Linux operating systems.
Installing from the RPM Package
Users with an enterprise account can install the Data Collector RPM package and start it as a service on CentOS, Oracle Linux, or Red Hat Enterprise Linux.
The default system user and group are named sdc
. If an
sdc
user and an sdc
group do not exist on the
machine, the installation creates the user and group for you and assigns them the
next available user ID and group ID.
sdc
user and group, create the user and group before installation
and specify the IDs that you want to use. For example, if you’re installing Data Collector on
multiple machines, you might want to create the system user and group before
installation to ensure that the user ID and group ID are consistent across the
machines.Installing the full Data Collector as a service requires root privileges.
Installing from the Tarball for Systems Using SysV Init
Users with an enterprise account can install the Data Collector tarball and start it as a service for supported operating systems that use the SysV init system. Supported operating systems include CentOS 6, Oracle Linux 6, Red Hat Enterprise Linux 6, or Ubuntu 14.04 LTS.
For tarball installation instructions for operating systems that use the systemd init system, see Installing from the Tarball for Systems Using Systemd Init.
This procedure walks through setting the default directories and the default system user and group used to start Data Collector as a service. Before you install, you can alternatively use the $SDC_DIST/libexec/sdcd-env.sh file to modify the environment variables that define directories and the system user and group.Installing the full Data Collector as a service requires root privileges.
Installing from the Tarball for Systems Using Systemd Init
Users with an enterprise account can install the Data Collector tarball and start it as a service for supported operating systems that use the systemd init system. Supported operating systems include CentOS 7, Oracle Linux 7, Red Hat Enterprise Linux 7, or Ubuntu 16.04 LTS.
For tarball installation instructions for operating systems that use the SysV init system, see Installing from the Tarball for Systems Using SysV Init.
This procedure walks through setting the default directories and the default system user and group used to start Data Collector as a service. Before you install, you can alternatively use the $SDC_DIST/systemd/sdc.service file to modify the environment variables that define directories and the system user and group.Installing the full Data Collector as a service requires root privileges.