"Command Line Interface (CLI, LYSH)"의 두 판 사이의 차이

3번째 줄: 3번째 줄:
 
''주의: telent을 이용한 장비 접속은 지원하지 않습니다.''<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>을 이용해 로그인 할 수 있으며 이 후 '''반드시 비밀번호를 변경'''해야 합니다.
+
최초로 장비에 연결하면 <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로 이동하게 되면 각종 설정을 진행 할 수 있습니다.
 
본 CLI는 user mode와 configuration mode 두 가지 모드로 구성되어 있습니다. 본 시스템에 로그인 하면 user mode로 접속을 하게 되며 이 모드에서는 설정 확인, 로그 보기, 서비스 제어 및 상태, 시스템 확인 등과 같이 기능이 제공되며 <code>configure</code>명령어를 실행 후 configuration mode로 이동하게 되면 각종 설정을 진행 할 수 있습니다.

2021년 5월 7일 (금) 14:54 판

imRAD 시스템 장비를 관리, 설정, 그리고 모니터링 할 수 있는 수단으로 LYSH라는 CLI(Command Line Interface)가 제공됩니다. 관리자는 SSH(Secure Shell, 포트 22)콘솔(console)을 이용해 장비에 접속 후 CLI에서 명령어를 직접 실행 할 수 있습니다. 콘솔(console)을 이용해 장비에 접속할 경우 속도(baud rate)는 115,200을 사용하시고 장비 전면에 위치한 RJ-45 connector에 연결하면 됩니다.
주의: telent을 이용한 장비 접속은 지원하지 않습니다.

최초로 장비에 연결하면 ladmin / 1111을 이용해 로그인 할 수 있으며 이 후 반드시 비밀번호를 변경해야 합니다.

본 CLI는 user mode와 configuration mode 두 가지 모드로 구성되어 있습니다. 본 시스템에 로그인 하면 user mode로 접속을 하게 되며 이 모드에서는 설정 확인, 로그 보기, 서비스 제어 및 상태, 시스템 확인 등과 같이 기능이 제공되며 configure명령어를 실행 후 configuration mode로 이동하게 되면 각종 설정을 진행 할 수 있습니다.

명령어 입력 후 <tab> 키를 입력하면 명령어를 완성 하거나 다음 명령어를 확인 할 수 있으며 명령어 뒤에 -h 또는 --help를 입력하면 명령어에 대한 간단한 설명을 볼 수 있습니다.

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    
    .....

If you want to see all commands, enter the show command in the user mode. If you want to find specific commands which include the keyword, enter the show command {keyword}. It shows all commands which contain the keyword.

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

if you execute show command --linux 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.

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
...

The followings are main commands and you can read about other commands by searching a keyword on this page.

  1. CLI - Networking
  2. CLI - Hostname
  3. CLI - Services(daemons)
  4. CLI - Log
  5. CLI - System
  6. CLI - Database
  7. CLI - System Failover
  8. CLI - Updating system
  9. CLI - shutdown and reboot
  10. CLI - Configuration Mode
  11. CLI - ufw(firewall)
  12. CLI - User and Session