Manual Installation
HyperSec HyperCollector Installation using APT Repo
APT
A HyperSec HyperCollector can be installed directly from the HyperSec APT Repository.
Supported architectures
x86_64
Data Drive Preparation
You should have an additional data drive attached to your system and mounted to /data/vector. If you are preparing a cloud-based HyperCollector (AWS, Azure) public cloud based encryption is assumed and to prep this data drive execute the following command (zipped). This will auto create and mount the data volume for local caching under /data/vector.
This command may also present post installation in:
/opt/collector-core/bin/hs-prepdatadisks.sh
Installation
Add the HyperSec HyperCollector repo signing key:
curl -sSL https://<username>:<password>@apt.hypersecrepo.io/hypersec-2023-archive.gpg | gpg -o /usr/share/keyrings/hypersec-2023-archive.pgp --batch --yes --dearmor
Note: If you have special characters in your password, you should % replace them . For example, replace # with %23.
Add the HyperSec HyperCollector repo:
echo "deb [trusted=yes] https://<username>:<password>@apt.hypersecrepo.io/ jammy main" | tee /etc/apt/sources.list.d/collector.list
Update the package index-files and update the base OS:
apt clean
apt update
apt upgrade -y
Install the HyperSec HyperCollector packages:
apt install -y --no-install-recommends collector-all
Bootstrap Configuration
To initially configure the HyperSec HyperCollector to the default state apply the installation playbook to the system:
cd /opt/collector-core ; ansible-playbook ./install.yml
Change Default Support User Password
passwd support
Last updated