RadarURL

하드웨어
2025.09.19 16:40

Enable SHR on Synology DS3615xs – Introduction

조회 수 15 추천 수 0 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄

I got a new toy for my lab, so I wanted to share how to enable SHR on Synology DS3615xs.

 

Enable SHR on Synology DS3615xs – Introduction

While my r710 was working great for VMs/storage, it was time to start upgrading my lab.

After poking around on Craigslist/Facebook, I saw a great deal on some Synology devices.

In the end, I got a Synology DS3615xs and 11x 6TB NAS drives for just under $500!

By default, the newest version of DSM does not support SHR out of the box, but I wanted to re-enable it.

DiskStation Setup and Configuration

First, I took a picture of my new toy in all of its beauty.

Enable SHR on Synology DS3615xs - DS3615xs

When I booted it up, it installed DSM to all of the drives.

DSM installation

When this was complete, I saw a welcome page, and went through the initial setup process.

Welcome to Synology

Next, I logged in to my newly created account.

Enable SHR on Synology DS3615xs - Login

As you can see, this system is rocking an i3-4130 and 4GB of RAM.

DS3615xs specs

Additionally, all 11 drives were showing up and healthy.

Drive status

Enable SHR on Synology DS3615xs

With the system online and setup, it was time to enable SHR.

The reason for Synology disabling SHR is that this is expected to be an enterprise NAS. That said, I will likely be upgrading it slowly over time, and my drives won’t always match.

First, I found the XPEnology write-up, which was invaluable for this process.

Once I enabled SSH on my NAS, I connected to edit the synoinfo.conf file.

doyler@Alexandria:/$ sudo vi /etc.defaults/synoinfo.conf
We trust you have received the usual lecture from the local System
Administrator. It usually boils down to these three things:
    #1) Respect the privacy of others.
    #2) Think before you type.
    #3) With great power comes great responsibility.
Password:

As you can see, I commented out the original raidgroup setting, and then followed the rest of the steps.

Enable SHR on Synology DS3615xs - Raid group comment

In the end, this is what my config file looked like.

doyler@Alexandria:/$ cat /etc.defaults/synoinfo.conf

... <snip> ...

support_syno_hybrid_raid="yes"

supportphoto="yes"
support_download="yes"
supportquota="yes"

... <snip> ...

cache_skip_seq_io_min_num_disk="1"
supportraid="yes"
supportadt7490="yes"
#supportraidgroup="yes"
support_config_swap="yes"

Creating the Storage Pool

After restarting the box, I went to create a new storage pool from my existing drives.

This time, SHR was available as an option, and I created a pool using all 11 of my drives with 2-drive fault tolerance.

SHR volume

When I created the new pool, the parity check started to run, and I was left with over 47TB of available space!

Storage pool parity check

Enable SHR on Synology DS3615xs – Conclusion

I was not planning to buy such a large NAS solution, but I could not pass up this deal. That said, the DS3617xs is the newer version if that is what you are looking for.

This will serve as my stand-alone storage base, and I will no longer need to worry about combining storage and VMs.

Even after moving over everything from the r710 and my desktop, I’m only using 9% of the available space so far.

Enable SHR on Synology DS3615xs - Current usage

 

출처 : https://www.doyler.net/security-not-included/enable-shr-on-synology-ds3615xs

?

공부 게시판

공부에 도움되는 글을 올려주세요.

List of Articles
번호 분류 제목 글쓴이 날짜 조회 수
공지 [공지] 공부 게시판 입니다. 처누 2003.08.18 928899
2493 유닉스/리눅스 [Linux / Rocky] FTP 접속 관련 설정 실습 예제 JaeSoo 2025.09.23 0
2492 유닉스/리눅스 Could not reliably determine the server's fully qualified domain name JaeSoo 2025.09.23 0
2491 유닉스/리눅스 [아파치] 아파치 웹서버에 .htaccess 파일 설정하는 방법 JaeSoo 2025.09.23 0
2490 유닉스/리눅스 [Linux] Apache web server의 rewrite module 사용하기 [출처] [Linux] Apache web server의 rewrite module 사용하기|작성자 g00dmoney JaeSoo 2025.09.23 0
2489 유닉스/리눅스 록키 리눅스 9.1에서 apache, mysql, PHP 설치 JaeSoo 2025.09.23 0
2488 유닉스/리눅스 [권한문제] 라이믹스 Fatal error: Uncaught Rhymix\Framework\Exception: Cannot write template cache file JaeSoo 2025.09.23 1
2487 유닉스/리눅스 라이믹스 php 에러 표시 JaeSoo 2025.09.23 0
2486 유닉스/리눅스 Rocky Linux - 라이믹스(Rhymix) 설치하기 JaeSoo 2025.09.23 0
2485 유닉스/리눅스 라이믹스(Rhymix) 매뉴얼 JaeSoo 2025.09.23 0
2484 유닉스/리눅스 [ Apache ] 아파치 start/stop/restart 명령어 JaeSoo 2025.09.23 1
2483 유닉스/리눅스 Rocky Linux : PHP - 가상호스팅 설정 JaeSoo 2025.09.23 0
2482 유닉스/리눅스 [Error] FirewallD is not running 해결하기 JaeSoo 2025.09.23 0
2481 유닉스/리눅스 [Rocky Linux] 방화벽 설치와 적용 JaeSoo 2025.09.23 0
2480 유닉스/리눅스 Rocky Linux에서 APM(Apache, PHP, MariaDB) 설치 방법 (YUM 사용) JaeSoo 2025.09.23 0
» 하드웨어 Enable SHR on Synology DS3615xs – Introduction JaeSoo 2025.09.19 15
2478 하드웨어 시놀로지 NAS 업그레이드 경로 - DS2415+ 에서 ?? 로 JaeSoo 2025.09.18 20
2477 유닉스/리눅스 아파치 가상호스트 못 찾고 It works! 표시될 경우, httpd.conf, httpd-vhost.conf, httpd-ssl.conf 설정 JaeSoo 2025.09.18 17
2476 유닉스/리눅스 Locky Linux: 아파치, PHP 설치하기(feat. Apache 2.4.57, PHP 8.2.13, Remi Repository) JaeSoo 2025.09.18 18
2475 유닉스/리눅스 록키 리눅스 9.1에서 apache, mysql, PHP 설치 JaeSoo 2025.09.18 20
2474 웹서버,WAS [apache] HTTP/HTTPS 리다이렉트(Redirect/Rewrite) 하는 방법 JaeSoo 2025.09.11 89
Board Pagination Prev 1 2 3 4 5 6 7 8 9 10 ... 125 Next
/ 125


즐겨찾기 (가족)

JAESOO's HOMEPAGE


YOUNGAE's HOMEPAGE


장여은 홈페이지


장여희 홈페이지


장여원 홈페이지


즐겨찾기 (업무)

알리카페 홀릭

숭실대 컴퓨터 통신연구실 (서창진)

말레이시아 KL Sentral 한국인 GuestHouse


즐겨찾기 (취미)

어드민아이디

유에코 사랑회

아스가르드 좋은사람/나쁜사람

JServer.kr

제이서버 메타블로그

재수 티스토리


즐겨찾기 (강의, 커뮤니티)

재수 강의 홈페이지


한소리


VTMODE.COM


숭실대 인공지능학과


숭실대 통신연구실


베너