Tutorial[ Seagate Disks ]: Install Seagate OpenSeaChest Utilities
#1
Thumbs Up 
Hello All,
I saw that some users have Seagate IronWolfs disks paired with RockPro64..
There are some features that, are nice to configure on Seagate Disks..

Seagate has tools for disks..
Tools that are Present in the OpenSeaChest Utilities:
  • openSeaChest_Basics
  • openSeaChest_Configure
  • openSeaChest_Erase
  • openSeaChest_Firmware
  • openSeaChest_Format
  • openSeaChest_GenericTests
  • openSeaChest_Info
  • openSeaChest_Logs
  • openSeaChest_NVMe
  • openSeaChest_PowerControl
  • openSeaChest_SMART
Here is the Documentation:   Seagate SeaChest Utilities

The Repository is here: OpenSeaChest Utilities



You will need to compile OpenSeaChest Utilities, as root:

1) Jump to /root
Code:
cd /root

2) Use last Stable Releasev19.01.31 - Released 6 days ago, by xahmad )
Code:
git clone --recursive --branch v19.01.31 https://github.com/Seagate/openSeaChest.git

3) Jump into OpenSeaChest gcc compilation method and Compile the project:
    OBS: I tried using parallel compilation and it failed, better to use 1 process only like bellow..
Code:
cd openSeaChest/Make/gcc && make release

4) Wait for compilation to Finish, and check if there are erros at the end.
    If there are no errors, then copy binaries to final destination and remove code stuff used to compile:
Code:
mkdir -pv /opt/openSeaChest/bin && mv openseachest_exes/* /opt/openSeaChest/bin
cd / && rm -rf /root/openSeaChest

5) Update your root PATH environment var to know about OpenSeachest Utilities:
Code:
cat <<<'export PATH="${PATH}:/opt/openSeaChest/bin"' >> /root/.bashrc

6) Exit from root and log again has root,
Code:
exit && sudo su -

7) Now try to see if root, knows about OpenSeachest Utilities:
    type "open" and press <TAB>, you will see at least :
Code:
                           openSeaChest_FormatUnit    openSeaChest_PowerControl
openSeaChest_Basics        openSeaChest_GenericTests  openSeaChest_SMART
openSeaChest_Configure     openSeaChest_Info          openSeaChest_ZBD
openSeaChest_Erase         openSeaChest_Logs          
openSeaChest_Firmware      openSeaChest_NVMe          

8) Now has a Candy, check information about your Disk, using openSeaChest_Basics:
Code:
# openSeaChest_Basics --deviceInfo --device /dev/sdX

==========================================================================================
openSeaChest_Basics - openSeaChest drive utilities - NVMe Enabled
Copyright (c) 2014-2018 Seagate Technology LLC and/or its Affiliates, All Rights Reserved
openSeaChest_Basics Version: 2.8.0-1_19_0 ARM
Build Date: Feb  3 2019
Today: Wed Feb  6 12:56:52 2019
==========================================================================================

/dev/sg0 - ST4000VN008-XXXXXX - XXXXXXXX - ATA
    Model Number: ST4000VN008-XXXXXX
    Serial Number: XXXXXXXX
    Firmware Revision: SC60
    World Wide Name: XXXXXXXXXXXXXXXX
    Drive Capacity (TB/TiB): 4.00/3.64
    Native Drive Capacity (TB/TiB): 4.00/3.64
    Temperature Data:
        Current Temperature (C): 16
        Highest Temperature (C): 27
        Lowest Temperature (C): 13
    Power On Time:  4 days 6 hours 59 minutes
    Power On Hours: 102.98
    MaxLBA: 7814037167
    Native MaxLBA: 7814037167
    Logical Sector Size (B): 512
    Physical Sector Size (B): 4096
    Sector Alignment: 0
    Rotation Rate (RPM): 5980
    Form Factor (inch): 3.5
    Last DST information:
        DST has never been run
    Long Drive Self Test Time:  10 hours 13 minutes
    Interface speed:
        Max Speed (Gb/s): 6.0
        Negotiated Speed (Gb/s): 6.0
    Annualized Workload Rate (TB/yr): 341.03
    Total Bytes Read (TB): 4.01
    Total Bytes Written (MB): 24.24
    Encryption Support: Not Supported
    Cache Size (MiB): 64.00
    Read Look-Ahead: Enabled
    Write Cache: Enabled
    Low Current Spinup: Enabled
    SMART Status: Good
    ATA Security Information: Supported
    Firmware Download Support: Full, Segmented, Deferred, DMA
    Specifications Supported:
        ACS-3
        ACS-2
        ATA8-ACS
        ATA/ATAPI-7
        ATA/ATAPI-6
        ATA/ATAPI-5
        ATA/ATAPI-4
        SATA 3.1
        SATA 3.0
        SATA 2.6
        SATA 2.5
        SATA II: Extensions
        SATA 1.0a
        ATA8-AST
    Features Supported:
        Sanitize
        SATA NCQ
        SATA Rebuild Assist
        SATA Software Settings Preservation [Enabled]
        SATA Device Initiated Power Management
        HPA
        Power Management
        Security
        SMART [Enabled]
        DCO
        48bit Address
        PUIS [Enabled]
        APM [Enabled]
        GPL
        Streaming
        SMART Self-Test
        SMART Error Logging
        Write-Read-Verify
        Sense Data Reporting [Enabled]
        SCT Write Same
        SCT Error Recovery Control
        SCT Feature Control
        SCT Data Tables
        Host Logging
        Seagate In Drive Diagnostics (IDD)

OBS: Read Carefully the Documentation about OpenSeachest Utilities, to not damage your data, or your disk..
          Start by openSeaChest_Basics tool, which seems less prone, to problems.. in the time you are aquiring the needed skills..

Hope you Enjoy.. [Image: thumbsup.png]
Regards


Messages In This Thread
Tutorial[ Seagate Disks ]: Install Seagate OpenSeaChest Utilities - by tuxd3v - 02-06-2019, 07:05 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  SkiffOS server with Docker ,NAS, Home assistant, Jellyfin, Snikket XMPP (tutorial) GreyLinux 12 9,662 04-04-2022, 05:26 AM
Last Post: GreyLinux
  SimpNas server with docker - home assistant, radicale , jellyfin & esphome (tutorial) GreyLinux 0 4,359 01-17-2021, 11:33 AM
Last Post: GreyLinux
  Tutorial:How to Configure ATS Fan control tuxd3v 26 52,792 11-06-2020, 08:56 PM
Last Post: g_t_j
  Serial Connection Tutorial: FTDI 232RL hmuller 0 3,186 10-23-2020, 11:56 AM
Last Post: hmuller
Video How to Install Google PlayStore NightCrawler504 2 5,280 04-08-2020, 02:20 PM
Last Post: pino88
Wink Tutorial[ Seagate Disks ]: Optimize Life Span/Power Managment tuxd3v 14 23,895 06-19-2019, 04:40 AM
Last Post: Neo2018
Video Video and Guide to install Android to emmc no emmc to usb adapter NightCrawler504 0 3,348 04-21-2019, 07:19 PM
Last Post: NightCrawler504
  Tutorial[ Multimedia ] : Play DVD movies tuxd3v 0 2,712 02-26-2019, 07:21 PM
Last Post: tuxd3v
  Tutorial[ OpenCL ]: OpenCL 1.2 FULL_PROFILE Working tuxd3v 0 3,953 11-06-2018, 01:03 PM
Last Post: tuxd3v
  HOW TO - install linux on emmc without etcher or USB adapter dukla2000 4 10,492 07-31-2018, 12:40 PM
Last Post: dukla2000

Forum Jump:


Users browsing this thread: 1 Guest(s)