문서 편집 권한이 없습니다. 다음 이유를 확인해주세요: 요청한 명령은 다음 권한을 가진 사용자에게 제한됩니다: 사용자. 문서의 원본을 보거나 복사할 수 있습니다. imRAD 시스템 장비를 관리, 설정, 그리고 모니터링 할 수 있는 수단으로 LYSH라는 CLI(Command Line Interface)가 제공됩니다. 관리자는 '''SSH(Secure Shell, 포트 22)'''나 '''콘솔(console)'''을 이용해 장비에 접속 후 CLI에서 명령어를 직접 실행 할 수 있습니다. 콘솔(console)을 이용해 장비에 접속할 경우 속도(baud rate)는 115,200을 사용하시고 장비 전면에 위치한 RJ-45 connector에 연결하면 됩니다.<br> ''주의: telent을 이용한 장비 접속은 지원하지 않습니다.''<br> 최초로 장비에 연결하면 <span style="font-family:Courier;font-weight:bold;font-size:large;">ladmin</span> / <span style="font-family:Courier;font-weight:bold;font-size:large;>1111</span>을 이용해 로그인 할 수 있으며 이 후 '''반드시 비밀번호를 변경'''해야 합니다. 본 CLI는 user mode와 configuration mode 두 가지 모드로 구성되어 있습니다. 본 시스템에 로그인 하면 user mode로 접속을 하게 되며 이 모드에서는 설정 확인, 로그 보기, 서비스 제어 및 상태, 시스템 확인 등과 같이 기능이 제공되며 <code>configure</code>명령어를 실행 후 configuration mode로 이동하게 되면 각종 설정을 진행 할 수 있습니다. 명령어 입력 후 <tab> 키를 입력하면 명령어를 완성 하거나 다음 명령어를 확인 할 수 있으며 명령어 뒤에 -h 또는 --help를 입력하면 명령어에 대한 간단한 설명을 볼 수 있습니다. <pre> LYSH@MyHostName# show -h usage: show [-h] {apache2,command,config,datetime,dci,files,failover,hardware,interface,listen,log, loghost,multicast,mysql,ntp,php,service,session,system,uptime} ... show the system informations positional arguments: apache2 show the status of apache2 service command show all or releated commands config show config files datetime show current time and zone ..... </pre> If you want to see all commands, enter the <code>show command</code> in the user mode. If you want to find specific commands which include the keyword, enter the <code>show command {keyword}</code>. It shows all commands which contain the keyword. <pre> LYSH@MyHostName# show command // list all commands configure enable config mode ╠══ database Configure database backup or dci property ║ ╠══ backup Configure database backup ║ ║ ╠══ disable disable database backup scheduler ║ ║ ╠══ enable enable database backup scheduler ║ ║ ╠══ hour Configure the starting hour of database backup ║ ║ ╠══ interval Configure the database backup interval in days ... LYSH@MyHostName# show command ip // search commands which contain "ip" configure fail2ban Configure the fail2ban(bans IP that makes too many password failures) configure ip Add/Delete an IP address configure ip add add an IP address to an ethernet interface. configure ip delete delete an IP address from an ethernet interface show multicast show multicast group membership information </pre> if you execute <code>show command --linux</code> command, you can see allowed Linux commands. ''Note that you can not execute commands that are not allowed such as rm, vi, and so on.'' <pre> LYSH@MyHostName# show command linux a2dismod a2enconf a2dismod a2enmod apt arp awk cat clear dpkg glances grep gzip head ifconfig ip lshw lsof man more mysql ... </pre> The followings are main commands and you can read about other commands by searching a keyword on this page. # [[CLI - Networking]] # [[CLI - Hostname]] # [[CLI - Services(daemons)]] # [[CLI - Log ]] # [[CLI - System]] # [[CLI - Database]] # [[CLI - System Failover]] # [[CLI - Updating system]] # [[CLI - shutdown and reboot]] # [[CLI - Configuration Mode]] # [[CLI - ufw | CLI - ufw(firewall)]] # [[CLI - User and Session]] 이 문서에서 사용한 틀: 틀:Note (원본 보기) Command Line Interface (CLI, LYSH) 문서로 돌아갑니다.