Skip to main content
본 한국어 번역은 사용자 편의를 위해 제공되는 기계 번역입니다. 영어 버전과 한국어 버전이 서로 어긋나는 경우에는 언제나 영어 버전이 우선합니다.

SP/BMC CLI에서 온라인 도움말을 사용합니다

기여자

온라인 도움말에는 SP/BMC CLI 명령 및 옵션이 표시됩니다.

이 작업에 대해

이 태스크는 SP와 BMC 모두에 적용됩니다.

단계
  1. SP/BMC 명령에 대한 도움말 정보를 표시하려면 다음을 입력합니다.

    SP 도움말을 액세스하려면…​ BMC 도움말에 액세스하려면…​

    SP 프롬프트에 help를 입력합니다.

    BMC 프롬프트에 '시스템'을 입력합니다.

    다음 예는 SP CLI 온라인 도움말을 보여 줍니다.

    SP> help
    date - print date and time
    exit - exit from the SP command line interface
    events - print system events and event information
    help - print command help
    priv - show and set user mode
    sp - commands to control the SP
    system - commands to control the system
    version - print SP version

    다음 예에서는 BMC CLI 온라인 도움말을 보여 줍니다.

    BMC> system
    system acp - acp related commands
    system battery - battery related commands
    system console - connect to the system console
    system core - dump the system core and reset
    system cpld - cpld commands
    system log - print system console logs
    system power - commands controlling system power
    system reset - reset the system using the selected firmware
    system sensors - print environmental sensors status
    system service-event - print service-event status
    system fru - fru related commands
    system watchdog - system watchdog commands
    
    BMC>
  2. SP/BMC 명령 옵션에 대한 도움말 정보를 표시하려면 SP/BMC 명령 앞이나 뒤에 "help"를 입력합니다.

    다음 예에서는 SP 'events' 명령에 대한 SP CLI 온라인 도움말을 보여 줍니다.

    SP> help events
    events all - print all system events
    events info - print system event log information
    events newest - print newest system events
    events oldest - print oldest system events
    events search - search for and print system events

    다음 예에서는 BMC '시스템 전원' 명령에 대한 BMC CLI 온라인 도움말을 보여 줍니다.

    BMC> system power help
    system power cycle - power the system off, then on
    system power off - power the system off
    system power on - power the system on
    system power status - print system power status
    
    BMC>