Jump to content
XPEnology Community

BrandonS

Rookie
  • Posts

    5
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

BrandonS's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. I am not entirely sure. I tried a few different approaches and this was the only one that worked. With the old Jun/DSM6 setup I just simply ran the USB/SATA adapter as a USB passthru device in the VM setup. When I did the exact same thing with the Redpill/Broadwell/DSM7 it did not register at all as being available. I even went into the CLI and looked at the USB devices and it didn't register as being seen by the system. I then turned off USBArbitrator in ESXi, partitioned the drive and put a VMDK file on it and loaded that to the VM as a hard drive. This worked, but performance was bad both within ESXi when reading it with constant errors in the log file and then also in Synology it didn't make it through the initial backup with hypervisor before the storage pool showed as crashed. So I did the above approach with running it as a passthru device again, but running the USBIdentify before the build. It showed up immediately. I think, despite the USBIdentify being for boot, it is what is assigning a VID/PID to the USB device in the DSM system so it can see it; otherwise it remains invisible.
  2. I run a small HP T730+ as a backup "server" in my home and to accomplish this I run a few VMs to keep my network running if my server shut downs. I also utilize this as my main DSM's backup for personal files/VMs. Due to the 730+ not having any SATA ports I'm forced to run a USB to SATA adapter for the backup drive; a WD 4TB. To avoid DSM filesystem obfuscation by mounting and writing inside a VMDK and also avoid issues with ESXi and USB drives >2TB, I wanted to pass the USB SATA controller through to DSM. However, the "./rploader.sh identifyusb" command blocks USB if it detects you are using VMWare as a hypervisor. If you are running ESXi and want to pass through a USB harddrive you will need to edit your VM to passthru the USB device your drive is on and then go into the rploader.sh file and comment out the following lines (put a # in front of them) to avoid the script ending the usbidentify routine when it detects your hypervisor: if [ "$MACHINE" = "VIRTUAL" ] && [ "$HYPERVISOR" = "VMware" ]; then echo "Running on VMware, no need to set USB VID and PID, you should SATA shim instead" exit 0 fi Once this is done you can run the identifyusb option and have it assign a PID/VIN to your USB drive and after building, your drive should show up as an external device in DSM. Also of note, my network transfers during a HyperBackup task have doubled over the rates seen when the VM was writing to a VMDK file located on the USB drive.
  3. - Outcome of the update: UNSUCCESSFUL - DSM version prior update: 7.1-742661 - Loader version and model: Tinycore-Redpill v0.4.6 - DS3622xs+ - Installation type: ESXI 6.7U3 (Dual E5-2690) w/ RAID 10 on pass-thru HBA - Additional Comments: Running pass-thru NIC in Static Link Aggregate mode (XOR in DSM); Device was unreachable via LAN after reboot from first 10min countdown; the update targets an update for Link Aggregation - Outcome of the update: UNSUCCESSFUL - DSM version prior update: 7.1-742661 - Loader version and model: Tinycore-Redpill v0.4.6 - DS3622xs+ - Installation type: ESXI 6.7U3 (HP T730+) w/ VMSK on USB Harddrive - Additional Comments: Recovery Loop
×
×
  • Create New...