달력

42024  이전 다음

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30

http://update.asustor.com/adm_update.ini

 

 

[AS-6XX]
ModelName = AS-6XXT
Version = 2.0.3.RAH1
ReleaseDate = 2013/10/18
ReleaseNote = http://download.asustor.com/download/docs/releasenotes/RN_ADM_2.0.3.RAH1_AS6.pdf
DownloadLink = http://download.asustor.com/download/adm/AS-6XX_2.0.3.RAH1.img
BiosVersion = v1.13
BiosDownloadLink = http://update.asustor.com/AS-6XX_Bios_1.13.tar.bz2
BiosChecksum = cb1bbc4ac879a19319d4474d73326e65

[AS-3XX]
ModelName = AS-3XXT
Version = 2.0.3.RAL3
ReleaseDate = 2013/10/23
ReleaseNote = http://download.asustor.com/download/docs/releasenotes/RN_ADM_2.0.3.RAL3_AS3.pdf
DownloadLink = http://download.asustor.com/download/adm/AS-3XX_2.0.3.RAL3.img

[AS-2XX]
ModelName = AS-2XXT
Version = 2.0.3.RAL3
ReleaseDate = 2013/10/23
ReleaseNote = http://download.asustor.com/download/docs/releasenotes/RN_ADM_2.0.3.RAL3_AS2.pdf
DownloadLink = http://download.asustor.com/download/adm/AS-2XX_2.0.3.RAL3.img

Posted by 새로운시작
|

Adm lighttpd configure 파일

 

AS-202TE /volume0/usr/etc/lighttpd

 

 

server.document-root = "/usr/webman/"
server.max-worker = 8
server.upload-dirs = ( "/volume1/.@uploads" )
server.errorlog = "/var/log/lighttpd/error.log"

 

include "/usr/etc/lighttpd/setting.conf"

server.max-request-size = 100000000000

 

Posted by 새로운시작
|

::sysinit:/etc/script/sysinit.sh

# now run any rc scripts
::sysinit:/etc/init.d/rcS

==================================================================================================

NAS 를 처음으로 구동하기 위해서는 ssh (root 로그인)으로 접속후 아래의 파일을 vi 로 편집한다.

vi /etc/script/sysinit.sh

-> :$ 엔터

-> O 엔터

-> 명령어 삽입(타자)

-> ESC 엔터

-> :wq 엔터

기본내용 ->

----------

#!/bin/sh

/bin/ln -sf /etc/script/rcS.raminitfs /etc/init.d/rcS
/bin/ln -sf /etc/script/rcK.raminitfs /etc/init.d/rcK
/bin/ln -sf /etc/script/rcReset /etc/init.d/rcR

-----------

====================================================================================================

nas 의 초기 시스템 구동은 아래의 파일에서 이루어진다.

/etc/init.d/rcS

구성방식은 S사와 살짝 유사한 방식으로 이루어져 있다.

'아수스토어 > 기타 (Etc)' 카테고리의 다른 글

펌웨어 다운로드 (adm_update.ini)  (0) 2013.11.14
Adm lighttpd configure 파일  (0) 2013.11.14
crontab 조절하기 (스케줄링)  (0) 2013.11.14
Posted by 새로운시작
|

파일위치

/usr/builtin/etc/crontabs

 

vi로 root 파일을 열고 수정하면 됩니다.

규칙은 cron 이므로, http://kiros33.blog.me/130179068069 이 글을 참조하시면 될듯.

 

 

서비스 재시작을 원하시면 아래의 명령을 씁니다.

 

root@AS-202TE-1DB7:/etc/init.d # /etc/init.d/S41crond stop
Stopping crond...
root@AS-202TE-1DB7:/etc/init.d # /etc/init.d/S41crond start
Starting crond...

Posted by 새로운시작
|