165 results found with an empty search
- What are the key similarities and differences between the Rocket 1624A and Rocket 7624A NVMe adapters?
1. Shared Feature - Identical Hardware Core (Broadcom Gen5 Switch) Both the Rocket 1624A and 7624A are built upon the same Broadcom PEX89048 PCIe Gen5 Switch IC. Bandwidth: Both offer a full PCIe 5.0 x16 host interface, providing up to 32 GB/s of aggregate throughput. 2. Shared Feature - Physical Connectivity: Both adapters feature dual MCIO (SFF-TA-1016) ports, and can directly support up to 8 NVMe devices (4 per port) via a variety of high-density cabling accessories . 3. The Key Difference: Driver Flexibility The primary "Value-Add" of the Rocket 7624A is its dual-mode driver support, which isn't present in the baseline 1600 series: · Rocket 1624A (Switch Series): Designed as a "pure switch." It relies exclusively on Native OS NVMe drivers. It does not include HighPoint’s proprietary RAID stack. · Rocket 7624A (RAID/Pro Series): Designed as a hybrid solution, the Rocjet 7624A can function exactly like a Rocket 1624A using Native Drivers (for software RAID like ZFS, mdadm, or Storage Spaces), but it also enables administrators to use HighPoint’s Hardware-Accelerated RAID 0, 1, and 10 technology.
- What’s are the key Differences Between the Rocket 1604A and Rocket 7604A PCIe Gen5 NVMe AICs?
Introduction: Built on the same PCB design and PCIe Gen5 switching architecture, the Rocket 1604A and Rocket 7604A deliver full Gen5 x16 performance in one of the industry’s shortest 4× M.2 add-in card form factors—over 40% shorter than typical solutions—without compromising cooling or reliability. Both products support up to four dedicated Gen5 M.2 SSDs. The Rocket 7604A adds an extra layer of flexibility with dual-mode operation, allowing users to run native OS NVMe drivers or enable HighPoint’s Hardware-Accelerated RAID (RAID 0/1/10) as needed, making it an ideal choice for evolving storage requirements. 1. Shared Core Hardware Core – HighPoint’s compact PCB layout and PCIe Gen5 Switching Architecture The Rocket 1604A and Rocket 7604A AICs share the same PCB design and Switching architecture; both utilize the Broadcom PEX89048 PCIe Gen5 switch IC and ultra-compact energy efficient AIC design. The only differentiation between the two models is the firmware and software stack. Dedicated Host Bandwidth: Both deliver a full PCIe Gen5 x16 host interface, providing up to 32 GB/s of aggregate bandwidth. Storage Connectivity: Each card provides for dedicated M.2 Gen5 x4 ports, supporting up to M.2 NVMe SSDs, with x4 dedicated lanes per device. Industry-Leading Form Factor: What truly sets these two 4-port Gen5 M.2 AICs apart is their compact mechanical design—over 40% shorter board length than most competing 4× M.2 solutions on the market—while still delivering full Gen5 x16 performance and an advanced, highly efficient cooling solution. 2. Key Differentiator – Driver & RAID Flexibility The primary value advantage of the Rocket 7604A lies in its dual-mode driver capability , offering significantly greater deployment flexibility compared to the Rocket 1604A: · Rocket 7604A (RAID / Pro Series): Designed to function as a hybrid solution, it can operate identically to the Rocket 1604A using native OS drivers, supporting software RAID and software-defined storage (SDS) frameworks such as ZFS, mdadm, or Windows Storage Spaces), while also providing the option to enable HighPoint’s RAID drivers for hardware-accelerated RAID 0, 1, and 10 and capability when desired. · Rocket 1604A (Switch Series): Designed as a pure PCIe switch adapter , relying entirely on native OS NVMe drivers . It does not include HighPoint’s proprietary RAID stack and is ideal for environments using OS-level or software-defined storage solutions.
- SSD7000 Series Performance Test Guide (Linux)
This knowledge base (KB) applies to the following NVMe RAID AICs. Table 1: Support NVMe RAID AICs Support NVMe RAID AICs SSD7101A-1 SSD7104 SSD7105 SSD7204 SSD7140A SSD7540 SSD7749M SSD7749M2 SSD7749E SSD7505 SSD7202 SSD7502 SSD7120 SSD7180 SSD7184 SSD7580B SSD7580C Steps 1. Download the Performance Test tool. We recommend using the fio utility to test the NVMe RAID array’s performance in a Linux environment. 1) Download fio (The following example was created using an Ubuntu 20.04 system): #apt-get install fio 2. Check the PCIe Lane assignment. WebGUI: 1) Start the WebGUI management software and click the Physical--Enclosure 1 tab. a. SSD7100 Series RAID Controllers require a dedicated PCIe 3.0 x16 slot in order to perform optimally. b. SSD7200 Series RAID Controllers require a dedicated PCIe 3.0 x8 slot in order to perform optimally. c. SSD7500 Series RAID Controllers require a dedicated PCIe 4.0 x16 slot in order to perform optimally. 2) If you are configuring a Cross-Sync RAID array, repeat this procedure for Enclosure 2 to check the PCIe Lane assignment . CLI: 1) Open a command terminal and enter the following command to start the CLI: #hptraidconf 2) Enter the following command to check the PCIe Lane assignment: HPT CLI>query enclosures a. SSD7100 Series RAID Controllers require a dedicated PCIe 3.0 x16 slot in order to perform optimally. b. SSD7200 Series RAID Controllers require a dedicated PCIe 3.0 x8 slot in order to perform optimally. c. SSD7500 Series RAID Controllers require a dedicated PCIe 4.0 x16 slot in order to perform optimally. 3) If you are configuring a Cross-Sync RAID array, repeat this procedure for Enclosure 2 to check the PCIe Lane assignment . 3. Configure the RAID Array (e.g. RAID 0) 1) Create a RAID array using the WebGUI or CLI. WebGUI: a. To configure the NVMe RAID array, access the WebGUI management software, and click the Logical tab. b. Click on Create Array and configure the NVMe SSD’s as a RAID 0 . CLI: a. Open a command terminal and enter the following command to start the CLI: #hptraidconf b. Enter the following command to check the PCIe Lane assignment: HPT CLI> create RAID0 disks=* capacity=* init=quickinit bs=512K 2) Format the RAID array; use the following command: #mkfs.ext4 /dev/hptblock0n* -E lazy_itable_init=0,lazy_journal_init=0 3) Mount the disk: #mount /dev/hptblock0n* /mnt 4. Start the Performance Test (e.g. RAID0) Single CPU performance test 1) Use a command terminal to select a performance test script that corresponds with the number of CPUs used by the motherboard. 2M continuous reading performance test script: # fio --filename=/mnt/test1.bin --direct=1 --rw=read --ioengine=libaio --bs=2m --iodepth=64 --size=10G --numjobs=1 --runtime=60 --time_base=1 --group_reporting --name=test-seq-read 2M continuously write performance test scripts: # fio --filename=/mnt/test1.bin --direct=1 --rw=write --ioengine=libaio --bs=2m --iodepth=64 --size=10G --numjobs=1 --runtime=60 --time_base=1 --group_reporting --name=test-seq-write 4K random read performance test script: # fio --filename=/mnt/test1.bin --direct=1 --rw=randread --ioengine=libaio --bs=4k --iodepth=64 --size=10G --numjobs=8 --runtime=60 --time_base=1 --group_reporting --name=test-rand-read 4K random write performance test script: # fio --filename=/mnt/test1.bin --direct=1 --rw=randwrite --ioengine=libaio --bs=4k --iodepth=64 --size=10G --numjobs=8 --runtime=60 --time_base=1 --group_reporting --name=test-rand-write Multi-CPU performance test 1) First, confirm which CPU corresponds with the slot the card is installed into, and then specify this CPU for the performance test. a. Use the following command to view the node corresponding to each CPU, and confirm the cpus value that corresponds with each CPU: #numactl –H The node corresponding to CPU1 is 0, and the node corresponding to CPU2 is 1. The cpus corresponding to CPU1 is: 0-11, 24-35 The cpus corresponding to CPU2 is: 12-23, 36-47 b. Confirm that the HighPoint NVMe RAID Controller is plugged into the PCIe Slot of the motherboard. If the PCIe Slot used corresponds to CPU1 , you need to specify the a cpu value of CPU1 during the performance test. Several workers are used in the script (to correspond with the number of cpus). 2M continuous reading performance script: # taskset -c 0 fio --filename=/mnt/test1.bin --direct=1 --rw=read --ioengine=libaio --bs=2m --iodepth=64 --size=10G --numjobs=1 --runtime=60 --time_base=1 --group_reporting --name=test-seq-read 2M continuous writing performance script: # taskset -c 0 fio --filename=/mnt/test1.bin --direct=1 --rw=write --ioengine=libaio --bs=2m --iodepth=64 --size=10G --numjobs=1 --runtime=60 --time_base=1 --group_reporting --name=test-seq-write 4K random read performance script: # taskset -c 0-7 fio --filename=/mnt/test1.bin --direct=1 --rw=randread --ioengine=libaio --bs=4k --iodepth=64 --size=10G --numjobs=8 --runtime=60 --time_base=1 --group_reporting --name=test-rand-read 4K random write performance script: # taskset -c 0-7 fio --filename=/mnt/test1.bin --direct=1 --rw=randwrite --ioengine=libaio --bs=4k --iodepth=64 --size=10G --numjobs=8 --runtime=60 --time_base=1 --group_reporting --name=test-rand-write
- How to load the UEFI ROM manually
This knowledge base (KB) applies to the following NVMe RAID AICs. Table 1: Support NVMe RAID AICs Support NVMe RAID AICs SSD7105 SSD7202 SSD7502 SSD7505 SSD7540 SSD7580B SSD7580C SSD7749E SSD7749M SSD7749M2 SSD6780A RS6542AW RocketAIC 7105HWSeries RocketAIC 7502HWSeries RocketAIC 7505HWSeries RocketAIC 7540HWSeries RocketAIC 7749EWSeries RocketAIC 7749MW Series RocketAIC 7749M2W Series If you encounter the following problem: When operating in the UEFI environment; using the command “Arraycreate.efi “results in a “No Supported Controller Detected” error message. Example Procedure: 1. You will need a bootable USB drive. A guide is available here: HighPoint SSD7500 Series PCIe 4.0 NVMe RAID Controllers ( highpoint-tech.com ) 2. Set the system’s boot mode to UEFI. 3. Boot from the USB device and enter the UEFI environment. Enter the command “ArrayCreate.efi” to start the RAID utility. The UEFI RAID Utility Reports “No Supported Controller Detected”: Note: If this error is reported, the HighPoint UEFI rom is not compatible with the current UEFI environment. 4. If you experiece the above error, enter the following command: loadpcirom xxx.rom xxx refers to the name of the ROM file you are working with (the screenshot below was taken while using the SSD7505). Based on the output of this command, we can determine whether our UEFI driver is incompatible with your motherboard. If this command is able to start the UEFI RAID utility, this suggests that the motherboard’s BIOS settings do not allow third-party ROM files to be loaded. Video Reference In addition to the procedure described in this article, you can refer to the following video:
- How to set up WebGUI Email notification
This knowledge base (KB) applies to the following NVMe RAID AICs. Table 1: Support NVMe RAID AICs Support NVMe RAID AICs All Products Email Notification Overview The WebGUI can be configured to send email messages whenever an SSD7000 series related event, warning or error is recorded to the Event Log. To configure Email Notification, access the Settings tab: To configure Email Notification 1. First, check the box before Enable Event Notification 2. Server Address (name or IP): Enter the name or IP address for the SMTP server associated with the primary email account. 3. Mail From (E-mail address): Enter the primary email address in the From: field. 4. Login Name: Enter the username associated with the primary Email account. 5. Password: Enter the password associated with the primary Email account. 6. SMTP Port: Enter the port number used by the SMTP server. The default port is 25. 7. Support SSL: If SSL is supported by your ISP, check the box before Support SSL (note the port value will change to 465). Outlook SMTP Settings 1. Check the box for Enable Event Notification 2. Server Address (name or IP): smtp-mail.outlook.com 3. Mail From (E-mail address): enter your Outlook email address 4. Login Name: Enter the username for the Outlook Email account 5. Password: Enter the password associated with the Outlook Email account 6. SMTP Port: The default port is 25 7. Support SSL: If SSL is supported by your ISP, check the box before Support SSL (note the port value will change to 465) 8. Click Change Setting to save the changes. Note: after you click Change Setting, the password field will be reset. Gmail SMTP Settings: 1. Check the box for Enable Event Notification 2. Server Address (name or IP): smtp.gmail.com 3. Mail From (E-mail address): enter your Gmail Email address. 4. Login Name: Enter the username that is associated with the Gmail accoun 5. Password: To sign in with the App Password. ( https://support.google.com/accounts/answer/185833?hl=en ) Go to your Google Account. 1) Select Security . Under Signing in to Google , enable 2-step Verification. 2) Select “ App Passwords ”. Towards the bottom of the interface, choose Other (Custom name) and then Generate : 3) Follow the provided instructions to enter the App Password . The App Password is the 16-character code in the yellow bar on your device. Once complete, tap Done . 6. SMTP Port: The default port is 25 7. Support SSL: If SSL is supported by your ISP, check the box before Support SSL (note the port value will change to 465). 8. Click Change Setting to save the changes. Note, after you click Change Setting, the password field will be reset. Yahoo SMTP Settings: 1. Check the box before Enable Event Notification . 2. Server Address (name or IP): smtp.mail.yahoo.com 3. Mail From (E-mail address): Your Outlook email address 4. Login Name: Enter the username that is associated with the Yahoo Email account 5. Password: to sign in with the webmail Password: ( https://help.yahoo.com/kb/account/learn-generate-third-party-passwords-sln15241.html ) 1) Sign in and go to your Account security page : 2) Click Account Security--Generate app password. 3) Select Other App from the drop down menu, and click Generate . 4) Follow the instructions shown below the password. Once complete, click Done . 6. SMTP Port: The default port is 25. 7. Support SSL: If SSL is supported by your ISP, check the box before Support SSL (note the port value will change to 465). 8. Click Change Setting to save the changes. Note, after you click Change Setting, the password field will be reset. Mac Mail SMTP Settings: 1. Open the Mac Mail app. 2. Choose an Email account provider (Yahoo is used for this example): 3. Using your account Username and Password to sign in: 4. After completing the SMTP Setting and Add Recipient you can use Mac Mail to receive Email Notifications from the WebGUI. Add Recipient Administrators can configure Email Notification for multiple Email Accounts. To and an Email account: 1. E-mail: Enter the Email address 2. Name: Recipient name 3. Event Level: Check the box before each type of Event you want this Email address to receive. 4. Add: Click the Add button to add the recipient. 5. Test: The Test button will instruct the WebGUI to send a test email using the SMTP server you entered for the primary Email account.
- RAID Expansion (OCE & ORLM)
This knowledge base (KB) applies to the following NVMe RAID AICs. Table 1: Support NVMe RAID AICs Support NVMe RAID AICs SATA/ SAS RAID series Note: macOS is not supported. RAID Expansion (OCE/ORLM) Important: Before using OCE/ORLM, we recommend that you Verify the current RAID array, using the WebGUI’s Verify function, under Maintenance . The OCE/ORLM process is irreversible; once you start an OCE/ORLM procedure, the process can be temporarily paused (using the Maintenance option), but it must ultimately be resumed until completion. OCE – Online Capacity Expansion OCE allows you to add storage capacity to an existing RAID array while preserving your existing data. In most cases, this feature is used when adding one or more physical drives to an array (for example, expanding from a 3-drive RAID 5 configuration to a 7-drive RAID 5 configuration). To Expand an Array: 1. Start the WebGUI and click the Logical tab. 2. Locate the array you want to expand, and click the Maintenance option displayed to the far-right of the interface: 3. Under the “ JBOD/Volume ” drop-down menu, make sure you select the array’s current RAID level . In this example, the target array is a RAID 5 configuration: 4. Click the ORLM button continue. The WebGUI will display the following warning message. Click OK if you wish to proceed. 5. This will open the Array transform/transforming menu: 6. Check the box before the top entry (A) – this is the current array. 7. Check the box for each additional drive you want to add to the array (B). 8. Click Create . The WebGUI will announce that your new configuration was created successfully. Click OK to continue. 9. The Status will change to “ Migrating ” and will display a progress bar: 10. Once complete, your operating system will recognize the additional capacity as unpartitioned space – you are free to partition/format this space as a separate volume, or expand the current partition to include this space. ORLM – Online RAID Level Migration ORLM allows you to change one RAID level to another RAID level while preserving your existing data; for example, converting a RAID 5 array to a RAID 6 array. To Migrate a RAID Array to another RAID Level: 1. Start the WebGUI and click the Logical tab. 2. Locate the array you want to expand, and click the Maintenance option displayed to the far-right of the interface. 3. Under the “JBOD/Volume” drop-down menu, make sure you specify the new RAID level you want to create . In this example, the target array is a RAID 5 configuration. They will add 4 additional drives and change the array to RAID6. 4. Click the ORLM button continue. The WebGUI will display the following warning message. Click OK if you wish to proceed. 5. This will open the Array transform/transforming menu. 6. Check the box before the top entry (A) – this is the current array. 7. Check the box for each additional drive you want to add to the array (B). 8. Click Create . The WebGUI will announce that your new configuration was created successfully. Click OK to continue. 9. The Status will change to Migrating and will display a progress bar. 10. Once complete, your operating system will recognize the additional capacity as un-partitioned space; you are free to partition/format this space as a separate volume, or expand the current partition to include this space.
- SSD7000 Series PerformanceTest Guide (macOS)
This knowledge base (KB) applies to the following NVMe RAID AICs. Table 1: Support NVMe RAID AICs Support NVMe RAID AICs SSD7101A-1 SSD7104 SSD7105 SSD7204 SSD7140A SSD7540 SSD7749M SSD7749M2 SSD7749E SSD7505 SSD7202 SSD7502 SSD7120 SSD7180 SSD7184 SSD7580B SSD7580C Steps Step 1 Download Performance Testing tool We recommend using the ATTO Disk Benchmark utility to test the NVMe RAID array’s performance in a Mac Pro 2019 environment. 1. Download ATTO Disk Benchmark (a macOS 10.15 system was used for the following example): ATTO Disk Benchmark: https://www.atto.com/software/files/drivers/atto-disk-benchmark-macos-1.00.0f1.dmg Or: Download from the App Store Step 2 Expansion Slot Utility The SSD7000 Series RAID Controller is best installed into either slot 3 or 5 – both slots can be set to operate at a full 16-lanes, and can be used at the same time – ideal for a Cross-Sync RAID configuration. 1. To configure the PCIe slot, access the macOS Expansion Slot Utility (found under the Apple menu > About This Mac > PCI Cards ): a. First, make sure Automatic Bandwidth Configuration is unchecked. This will ensure that your selection is locked in (macOS won’t alter the lane assignment based on system activity). b. For the target PCIe slot, click the circle under the A column for x16 . Note If you wish to configure a Cross-Sync configuration, both slots 3 and 5 must be configured in this fashion. Step 3 Check the PCIe Lane assignment 1. Start the WebGUI management software and click the Physical--Enclosure 1 tab. a. SSD7100 Series RAID Controllers require a dedicated PCIe 3.0 x16 slot in order to perform optimally. 2. If you are configuring a Cross-Sync RAID array, repeat this procedure for Enclosure 2 to check the PCIe Lane assignment . Step 4 Configure the RAID Array (e.g. RAID0) 1. Create a RAID array using the WebGUI. WeGUI: a. To configure the NVMe RAID array, access the WebGUI management software, and click the Logical tab. b. Click on Create Array and configure the NVMe SSD’s as a RAID0 . 2. Access Disk Utility and format the RAID array. Name, partition and format the array as desired. Once complete, it will mount on the desktop and be available for use. Step 5 Start the Performance Test (e.g. RAID0) 1. Use the following parameters: General Parameters File Size: 16GiB Que Depth/Disk: 256 Write Pattern: 0x0000000 (default) Streams/Disk: 1 I/O Size Range Start: 2 MiB End: 64 MiB Note : Snapshot will run a single test. Continuous will repeat the test procedure until manually stopped. 2. After setting the parameters, click the Add Disk button and browse to the array volume: 3. Click the Start button to being the performance test.
- Use third-party tools (HWInfo & smartmontools ) to obtain hardware information
This knowledge base (KB) applies to the following NVMe RAID AICs. Table 1: Support NVMe RAID AICs Support NVMe RAID AICs All products HWInfo Application: View all hardware information on the motherboard, which can help HPT check whether the HPT product is properly connected and related information about the hardware. 1. Download and install the HWinfo tool: https://www.hwinfo.com/download/ 2. Run install the HWinfo tool. 3. Check HPT device information (take SSD7103 as an example). 4. Save all configuration information in the system and check the next step according to the default information. 5. Remember the saved file location and send the file to HighPoint. smartmontools Application: View the SMART information of the disk can help HPT understand the status and information of the disk used, including disk signal, temperature, actual transfer rate, etc. 1. Download and install the smartmontools tool: https://nchc.dl.sourceforge.net/project/smartmontools/smartmontools/7.2/smartmontools-7.2-1.win32-setup.exe 2. Run the smartmontools tool. 3. Scan for devices. 4. Show all SMART information for device. SATA device: NVMe device: 5. Save the screenshot and send it to HighPoint
- SSD7000/6200 Series PerformanceTest Guide (Windows)
This knowledge base (KB) applies to the following NVMe RAID AICs. Table 1: Support NVMe RAID AICs Support NVMe RAID AICs SSD7101A-1 SSD7104 SSD7105 SSD7204 SSD7140A SSD7540 SSD7749M SSD7749M2 SSD7749E SSD7505 SSD7202 SSD7502 SSD7120 SSD7180 SSD7184 SSD7580B SSD7580C SSD6204A SSD6202A Prerequisites 1. An NVMe SSD must be installed . You must have at least one NVMe SSD installed into the SSD7000 Series RAID controllers. 2. A PCIe 3.0/4.0 slot with x8 or x16 lanes. 1) SSD7100 Series RAID Controllers require a dedicated PCIe 3.0/4.0 x16 slot in order to perform optimally. 2) SSD7200 Series RAID Controllers require a dedicated PCIe 3.0/4.0 x8 slot in order to perform optimally. 3) SSD7500 Series RAID Controllers require a dedicated PCIe 4.0 x16 slot in order to perform optimally. 3. The System CPU . 3.3GHz or better CPU is recommended to get the most out of your NVMe SSD’s. 4. System Power Configuration . This should be set to Ultimate or High-Performance. 5. Make sure any non-HighPoint drivers are uninstalled for any SSD’s hosted by the SSD7000 Series RAID controllers. 3rd party software and manufacturer-provided drivers may prevent the SSD7000 Series RAID Controller from functioning properly. Steps 1. Download performance testing tool. We recommend using the IOmeter & CrystalDiskMark benchmark software to test the NVMe RAID array’s performance in a Windows environment. 2. Download IOmeter and CrystalDiskMark. a. IOmeter: https://sourceforge.net/projects/iometer/files/iometer-stable/1.1.0/iometer-1.1.0-win64.x86_64-bin.zip/download b. CrystalDiskMark: https://crystalmark.info/redirect.php?product=CrystalDiskMark 3. Check the PCIe Lane assignment. 1) Start the WebGUI management software and click the Physical--Enclosure 1 tab. a. SSD7100 Series RAID Controllers require a dedicated PCIe 3.0 x16 slot in order to perform optimally: b. SSD7200 Series RAID Controllers require a dedicated PCIe 3.0 x8 slot in order to perform optimally: c. SSD7500 Series RAID Controllers require a dedicated PCIe 4.0 x16 slot in order to perform optimally: 2) If you are configuring a Cross-Sync RAID array, repeat this procedure for Enclosure 2 to check the PCIe Lane assignment . 4. Configure the RAID Array (e.g. RAID 0) 1) Create a RAID array using the WebGUI or CLI. WebGUI: a. To configure the NVMe RAID array, access the WebGUI management software, and click the Logical tab. b. Click on Create Array and configure the NVMe SSD’s as a RAID 0 . CLI: a. Enter the following command using Command Prompt to start the CLI: C:\Windows\system32>hptraidconf b. Enter the following command to check the PCIe Lane assignment: HPT CLI>create RAID0 disks=* capacity=* init=quickinit bs=512K 2) Access Disk Management, and partition / format the RAID array. Click the array icon and select "New simple volume" to format the array. Once complete, it will be available for use. 3) Access Power Options under Control Panel > Hardware and Sound > Power Options. Change the power setting to Ultimate Performance or High Performance . 5. Start the Performance Test (e.g. RAID0) Single CPU performance test-IOmeter: 1) Open IOmeter with administrator rights. Download 2) Click the folder icon to open the script, then select the script to be configured, as shown below: 3) Select 2M-seq-read: 4) The Disk Targets page will change, the Target should be the test disk (the RAID array). The Maximum Disk Size should be set to 16777216 Sectors: 5) Access Specifications will show the configured 2M-SEQ-READ script: 6) Click 2M-SEQ-READ in Global Access Specifications on the right, and click Edit to view detailed information about the script. The screenshot below shows 100% read of 2M: 7) Result Display will be automatically configured as Start of Test ; 8) The time set by Test Setup is 60s, and the Queue Depth is 64: 9) After confirming the settings, click the green mark to start the performance test. Single CPU performance test-CrystalDiskMark: 1) Open CrystalDiskMark with administrator rights. 2) Click Settings. 3) Test Size: set to 8GiB Test Drive: set to the RAID Volume. 4) After confirming the settings, click ALL to start the performance test. Multi-CPU performance test-IOmeter: 1) Open IOmeter and start a performance test using the CPU assigned to the SSD7000 controller. Let this run in the background. 2) Press Alt + Ctrl + Delete and select Task Manager. 3) Click the Details tab, search for Dynamo.exe. Dynamo is the IOmeter workload. Right click on this entry and select Set Affinity : 4) Affinity in this case, refers to the CPU and CPU threads that correspond with the PCIe slot hosting the SSD7000 Series RAID Controllers. For example, the SSD7101A-1 RAID Controller is assigned to CPU2 X16 SLOT; Notes: Node 0 represents CPU1 Node 1 represents CPU2 a. Sequential Performance : Select 1 thread that corresponds with CPU2, such as CPU 0 (Node 1) , shown below: b. Random Performance : Select 8 threads that corresponds with CPU2, such as CPU 0 - 7 (Node 1) , shown below: 5) After the thread has been specified, return to IOmeter and start a new performance test using the supplied scripts.
- PM Replacement Article
This knowledge base (KB) applies to the following NVMe RAID AICs. Table 1: Support NVMe RAID AICs Support NVMe RAID AICs RocketRAID 4522 RocketRAID 2722 RocketRAID 2721 RocketRAID 2711 RocketRAID 644L RocketRAID 644LS RocketRAID 642L RocketStor 6414AS RocketStor 6414TS RocketStor 6414VS RocketStor 6418AS RocketStor 6418TS eSATA Port Multiplier Support Has Been Discontinued For: RocketRAID 644L, RocketRAID 644LS, RocketRAID 642L, RocketRAID 4522 Port Multipliers were a novel development during the apogee of the SATA 3G, and early 6G eras, and typically enabled a single SATA channel to support 3 to 5 hard drives. In the past, this capability was ideal for SMB applications that required compact, mass storage expansion solutions. However, they are no longer suitable for mainstream storage applications. Port Multiplier based solutions rely on outdated technology that is no longer well supported within the storage industry and was not designed for modern storage media. Port Multiplier solutions were not designed for use with today’s large hard disks; the bandwidth limitation (a single SATA connection) will struggle to accommodate the sheer volume of data transfer required by modern applications. Due to the age of the technology, HighPoint no longer conducts compatibility testing with Port Multiplier devices. For this reason, we recommend several upgrade options for customers looking to replace aging port-multiplier solutions. Recommended Upgrade Solution: RocketStor 6400 Series RAID Storage Enclosures HighPoint manufactures the industry’s most comprehensive selection of SAS & SATA storage enclosures, and are ideal for nearly any DAS application, hardware or software platform, and budget . Available in four and eight-bay tower form factors, and capable of directly supporting up to 128TB of storage capacity, RocketStor 6400 Series products can be purchased in any number of configurations, ranging from stand-alone drive enclosures and compact external RAID solutions, to complete turnkey storage devices. RocketStor 6400 Series Enclosures employ industry standard SFF-8088 interface, also known as Mini-SAS connectors, offer several advantages over eSATA cables. The connection is highly secure, and features a built-in locking mechanism. Each cable can accommodate 4 dedicated 6Gb/s SATA connections. Click Here to learn more about HighPoint Mini-SAS Tower and Rackmount RAID Enclosures. Upgrade Recommendations for 4 Bay Port Multiplier Configurations (RocketRAID 644L / 644LS / 642L) If you are currently using a HighPoint 4-Channel RAID controller with a 4-Bay port-multiplier enclosure, we recommend the RocketStor 6414AS, RocketStor 6414TS or RocketStor 6414VS: Model No. of Connectors RAID Support Ideal for RockeStor 6414AS 1x SFF-8088 Hardware RAID 0, 1, 5, 6, 10 & JBOD Maximum Performance and Data Security RocketStor 6414TS 1x SFF-8088 Turbo RAID 0, 1, 5, 6, 10, JBOD High-Performance RAID 0 & Cost-Effective RAID 5 & 6 protection RocketStor 6414VS 1x SFF-8088 Value RAID 0, 1, 5, 10, JBOD Industry’s Most affordable RAID 5 storage enclosure Upgrade Recommendations for 5 or 8 Bay Port Multiplier Configurations (RocketRAID 4522, RocketRAID 2722 / 2721 / 2711, RocketRAID 644L / 644LS / 642L) If you are currently using an 8-Channel RAID controller with a 5 or 8-Bay port-multiplier enclosure, we recommend the RocketStor 6418AS or RocketStor 6418TS: Model No. of Connectors RAID Support Ideal for RockeStor 6418AS 2x SFF-8088 Hardware RAID 0, 1, 5, 6, 10, 50 & JBOD Maximum Performance and Data Security RocketStor 6418TS 2x SFF-8088 Turbo RAID 0, 1, 5, 6, 10, 50, JBOD High-Performance RAID 0 & Cost-Effective RAID 5 & 6 protection
- How to use PUIS feature in OS—power in standby
This knowledge base (KB) applies to the following NVMe RAID AICs. Table 1: Support NVMe RAID AICs Support NVMe RAID AICs RocketRAID 3700 Series RocketRAID 2800 Series RocketRAID 800 Series RocketRAID 4500 Series RocketRAID 2700 Series What Does Power-Up In Standby (PUIS) Mean? Power Up in Standby (PUIS) is a specific hard disk drive (HDD) feature that allows the drive to spin up only when necessitated by a command, rather than when turning on the computer. This helps save energy or allows staggered spin-up times for multiple disk drives. How to Enable this function with HighPoint products (Windows/Linux) The following procedure refers to the RR3740 (RocketRAID 3740). However, it can be applied to any current RocketRAID series controller. Check whether the disk supports PUIS. 1. Connect the disk to the RR3700 using the appropriate cable. 2. Download the latest version of the WebGUI management software and RR3740 driver from the official HighPoint website, and install them. 3. Start the WebGUI, and click the Physical tab. Click the Spin up menu option on the right-hand side of the interface. Note: The WebGUI will display the model and serial number for each drive entry. 1) Drives that do not support spin up will be displayed under section 3. Spinup Nosupport. 2) Drives that support spin up features, but do not allow the function to be turned on, will be displayed under section 2. Spinup Disabled. 3) Drives that support spin up features, and allow these functions to be turned on (enabled), will be displayed under the first section. Spinup Enabled . Note: PUIS only applies to SATA disks. SAS disks do not support PUIS and will not be displayed under these menus. For more information about the characteristics of your drives, please consult the manufacturer. How to enable Spin Up support using the WebGUI or Controller BIOS WebGUI 1. We recommend using the WebGUI to enable or disable Spin Up settings. First, access the Physical tab and click Spinup . 2. Check the box before the target disk and click Enable. BIOS Utility 1. When booting the system, you can access the controller BIOS using the “ Ctrl ” + “ H ” command when prompted. 2. To access the Settings menu, highlight the Settings command from the toolbar. 3. Press the Enter key. Scroll down and select the Staggered Drive spin up setting. Staggered Spin up: The default value of this option is “Disabled”. Enabling this setting will instruct the card to power up the hard disks, sequentially (one disk approximately every 2 seconds). Note: not all drives can support this setting – please consult the drive documentation for more information. UEFI Utility (RR3700 series) After enabling spin up using the WebGUI, the UEFI Utility will support this setting. However, the current UEFI utility cannot enable or disable PUIS. Future releases may include this option. Trouble Shooting Q: Why do my drives no longer spin up after enabling PUIS or Staggered Drive spin up? Answer:Make sure the latest driver and WebGUI/CLI have been installed for the controller. The latest versions are available from the Software Downloads section of the product website. https://www.highpoint-tech.com/USA_new/main.htm Q: Why is the controller BIOS unable to detect the drives after enabling PUIS or Staggered drive spin up? Some drives do not support spin up functions. Make sure you to check if each drive supports these features before attempting to enable the. If the drives are not detected, try disabling this setting using the controller’s BIOS menu. Answer: Some disks do not support the spin up function, and you need to reset the staggered spin up to Disable in the BIOS; Please enter the system and enter the management software to check whether the disk supports spin up.
.png)









