Sebastian activity
8 Articles Written Last Month
0 0 0 0 0 0 0
How to Check Disk Health Using 'smartctl' on SynetoOS 5
→ Applies to: SynetoOS 5.x Step 1. Connect to SynetoOS appliance via SSH as admin ssh admin@<your_ip_address_or_hostname> Step 2. Get root privileges sudo su - Step 3. Run command to start a short self-test (replace <path_to_disk> with the path of the disk to be tested) sudo smartctl -t short <path_to_disk> Use one of the f...
0 min reading timeHow to Generate Support Bundle in SynetoOS 5
→ Applies to: SynetoOS 5.x Step 1. Connect to SynetoOS appliance via SSH as admin ssh admin@<your_ip_address_or_hostname> Step 2. Get root privileges sudo su - Step 3. Edit /tmp/generate-support-bundle.sh file vi /tmp/generate-support-bundle.sh IMPORTANT Make sure to copy and paste the exact lines below. #!/usr/bin/env bash # This scri...
5 min reading timeHow to Solve "SolidWorks License Manager Activation Failure" in Hyperion
→ Applies to: Hyperion 9.x and above Step 1. Login to SynetoOS GUI https://<your_ip_address_or_hostname> Step 2. From Storage menu, click on Volumes Step 3. I dentify the volume ID (uuid) Step 4. From Virtualization menu, click on Virtual machines Step 5. I dentify the VM Step 6. Connect to SynetoOS appliance via SSH as admin ssh...
1 min reading timeHow to Delete Unlinked Snapshots from GUI in SynetoOS 5
→ Applies to: SynetoOS 5.x IMPORTANT Perform this steps if snapshots still appear in GUI after deleting them via CLI. Step 1. Connect to SynetoOS appliance via SSH as admin ssh admin@<your_ip_address_or_hostname> Step 2. Become Super User sudo su Step 3. Delete snapshots via CLI (“ How to Delete Snapshots from CLI in SynetoOS 5 ”) Step ...
1 min reading timeHow to Install Datto RMM Agent On SynetoOS 6
→ Applies to: SynetoOS 6.x The Datto RMM agent is a lightweight software that can be installed on a device to enable remote monitoring and management by a service provider. It collects device information, allows for proactive monitoring, remote support (including remote takeover), patch deployment, and automated maintenance, and communicates this da...
2 min reading timeHow to Monitor Performance in SynetoOS 5
→ Applies to: SynetoOS 5.x htop command provides an interactive, real-time view of system processes for monitoring CPU, memory, and resource usage. Main controls include: ↑/↓ (navigate), Enter (select), Space (mark/unmark), u (filter by user), s (trace system calls), l list open files. Step 1. Connect to SynetoOS appliance via SSH as admin ssh a...
0 min reading timeHow to Upload Files in SynetoOS 4
→ Applies to: SynetoOS 4.x From CLI Step 1. Connect to SynetoOS appliance via SSH as admin ssh admin@<your_ip_address_or_hostname> Step 2 (optional). Change into Solaris shell (in case you're directed to an unsupported shell) un sh Step 3. Get root privileges sudo su - Step 4. Upload file or folder (replace <path/to/filename.file...
1 min reading timeHow to Monitor Performance in SynetoOS 6
→ Applies to: SynetoOS 6.x htop command provides an interactive, real-time view of system processes for monitoring CPU, memory, and resource usage. Main controls include: ↑/↓ (navigate), Enter (select), Space (mark/unmark), u (filter by user), s (trace system calls), l list open files. Step 1. Connect to SynetoOS appliance via SSH as admin ssh a...
0 min reading timeEndpoints and Ports in Cloud Gate
→ Applies to: Cloud Gate powered by N-able Cove Data Protection IMPORTANT The specific firewall ports and FQDNs listed below should never be changed, as they are essential for the proper functioning of the Cloud Gate system powered by N-able Cove Data Protection. Any modifications not aligned with the instructions in this document may prevent the sy...
0 min reading timeHow to Manage USB Device Passthrough in Hyperion
→ Applies to: Hyperion 9.x and above Step 1. Connect to Hyperion appliance via SSH as admin ssh admin@<your_ip_address_or_hostname> Step 2. Become Super User sudo su - Step 3. Download the script in tmp directory wget -P /tmp https://storage.googleapis.com/syneto_public_files/downloads/Syneto-Tools/USB/syneto-usbctl.sh Step 4 (optiona...
4 min reading time