Hardware Requirements
x86 64-bit chip architecture
4 CPU cores at 2GHz or greater
6GB RAM
1GB storage
A 1Gb Ethernet NIC
A 64-bit Linux distribution
Software Requirements
A modern 64 bit Linux distribution
Java 11 (OpenJDK or Oracle)
A modern browser (Chrome, Firefox, Safari etc.)
Network Requirements
HTTP inbound on port 3000 to connect to the PowerConnect Cloud Web UI
HTTPS outbound on port 443 to connect to SAP Cloud
HTTP or HTTPS outbound on port 8088 to connect to the Splunk HTTP Event Collector (Splunk on premises or Splunk Cloud)
Pre-Installation Steps
sudo mkdir /opt/powerconnect
sudo useradd -m -g powerconnect -d /opt/powerconnect powerconnect
sudo chown -R powerconnect:powerconnect /opt/powerconnect
Installation Steps
scp powerconnect-cloud-1.0.0.tgz <target-server>:/tmp
tar -zxvf powerconnect-cloud-1.0.0.tgz /opt/powerconnect
cd /opt/powerconnect
chmod +x bin/powerconnect.sh
export POWERCONNECT_SECRET=<secret>
bin/powerconnect.sh start