Cisco UCS C845A M8 CLI の例

SOL セッションへの接続

始める前に

管理者ログイン情報を使用して SSH セッションにログインする必要があります。

手順

コマンドまたはアクション 目的

server# connect host

SOL へのアクセスに再認証が必要な理由を表示します。SOL セッション接続プロセスを確認し、パスワードを入力するように求められます。認証後、SOL セッションが確立されます。

次に、ホスト接続情報を表示する例を示します。

C845A-M8# connect host
To access SOL, re-authentication is needed and closing SOL session will close the CLI session as well.
Continue [y/N]: y
Password:
[SOL Session operational.  Use ~? for help]

SOL セッションの非アクティブ化

リモート ホストで必要な操作を実行した後、SOL セッションを非アクティブにできます。

始める前に

アクティブな SOL セッションである必要があります。

手順

コマンドまたはアクション 目的

server# deactivate-sol

アクティブな SOL セッションは、再認証が完了すると非アクティブになります。

SOL セッションの非アクティブ化プロセスを確認し、パスワードを入力するように求められます。認証が成功すると、SOL セッションは非アクティブになります。

次に、SOL セッションを非アクティブ化する例を示します。

C845A-M8# deactivate-sol
Any active SOL session will be de-activated and re-authentication is needed to perform this action.
Continue [y/N]: y
Password:
Info: SOL payload already de-activated
Deactivate SOL when active session is present:


C845A-M8# deactivate-sol
Any active SOL session will be de-activated and re-authentication is needed to perform this action.
Continue [y/N]: y
Password:

システム情報の表示

手順

  コマンドまたはアクション 目的

ステップ 1

server# scope cimc

CIMC 範囲を入力します。

ステップ 2

server/cimc# show

全体的なシステム情報を表示します。

次に、システム情報の概要を表示する例を示します。

Cisco IMC:
  BIOS Post Completion Status: true
  BIOS Update Progress: 0
  BIOS Update Stage: NONE
  BIOS Version: 1.5.1
  BMC Update Progress: 0
  BMC Update Stage: NONE
  Current Time: 2025-05-19T13:24:13
  Firmware Version: 6.0(99.250100)
  Power: On
  Timezone: Universal 

CPU のプロパティの表示

手順

  コマンドまたはアクション 目的

ステップ 1

server# scope cimc

CIMC 範囲を入力します。

ステップ 2

server/cimc# show cpu

CPU のプロパティを表示します。

次に、CPU のプロパティを表示する例を示します。

C845A-M8/cimc# show cpu
CPU1:
  Cores: 64
  Manufacturer: Advanced Micro Devices, Inc.
  Part Number: UCS-CPU-A9575F
  Serial Number: 4AD0866V40066
  Status: Enabled
  Thread Count: 128
  Version: AMD EPYC 9575F 64-Core Processor
CPU2:
  Cores: 64
  Manufacturer: Advanced Micro Devices, Inc.
  Part Number: UCS-CPU-A9575F
  Serial Number: 4AD0610V40045
  Status: Enabled
  Thread Count: 128
  Version: AMD EPYC 9575F 64-Core Processor
C845A-M8/cimc#

メモリのプロパティの表示

手順

  コマンドまたはアクション 目的

ステップ 1

server# scope cimc

CIMC 範囲を入力します。

ステップ 2

server/cimc# show dimm

メモリのプロパティを表示します。

次に、メモリのプロパティを表示する例を示します。

C845A-M8/cimc# show dimm
DIMM1:
  Capacity (MiB): 0
  Channel Speed (Mhz): 0
  Channel Type: ~
  Data Width (Bits): 65535
  Locator (CHANNEL): 0
  Locator (DIMM): 0
  Locator (NODE): 0
  Manufacturer: Unknown
  Part Number: Unknown
  Serial Number: Unknown
  State: Absent
DIMM10:
  Capacity (MiB): 32768
  Channel Speed (Mhz): 5200
  Channel Type: DDR5
  Data Width (Bits): 64
  Locator (CHANNEL): 4
  Locator (DIMM): 1
  Locator (NODE): 0
  Manufacturer: SK Hynix
  Part Number: HMCG84AHBRA471N
  Serial Number: 80AD01242538235E5D
  State: Enabled

テクニカルサポートをリモート サーバに生成およびアップロード

手順

  コマンドまたはアクション 目的

ステップ 1

server# scope cimc

CIMC 範囲を開始します。

ステップ 2

server/cimc# generate-and-upload-techsupport scp server ip address /file path/file name

テクニカル サポート データをエクスポートするサーバのユーザー名とパスワードを入力するように求められます。テクニカル サポート データは、TFTP、 FTP、 SCP、SFTP、 HTTPなどの標準規格プロトコルを使用して サーバに転送できます。

次に、テクニカル サポートを生成し、リモート サーバにアップロードする例を示します。

C845A-M8/cimc# generate-and-upload-techsupport
Usage: generate-and-upload-techsupport <protocol> <server address> <path>
C845A-M8/cimc# generate-and-upload-techsupport scp xx.xxx.xxx.xx /<folder-path>/<filename>.tgz or tar.gz
Username: xxxxxxx
Password:
Techsupport triggered successfully. Use 'show-techsupport-status' to monitor the progress

テクニカル ステータスの表示

手順

  コマンドまたはアクション 目的

ステップ 1

server# scope cimc

CIMC 範囲を開始します。

ステップ 2

server/cimc# show-techsupport-status

テクニカル サポート データのアップロード プロセスの進行状況の割合と現在の段階を表示します。

次に、テクニカル サポートのステータスを表示する例を示します。

C845A-M8/cimc# show-techsupport-status
Tech Support:
  Error: Error in uploading to remote server
  Progress: 0
  Stage: ERROR
C845A-M8/cimc# show-techsupport-status
Tech Support:
  Progress: 0
  Stage: COLLECTING
C845A-M8/cimc# show-techsupport-status
Tech Support:
  Progress: 0
  Stage: COLLECTING
C845A-M8/cimc# show-techsupport-status
Tech Support:
  Progress: 21
  Stage: COLLECTING
C845A-M8/cimc# show-techsupport-status
Tech Support:
  Progress: 100
  Stage: COMPLETED
C845A-M8/cimc#

ホスト電源の制御

手順

  コマンドまたはアクション 目的

ステップ 1

server# scope cimc

CIMC 範囲を開始します。

ステップ 2

server/cimc# power off

電源オフ プロセスを確認するように求められます。確認に基づいて、ホスト サーバの電源がオフになります。

次に、ホストの電源を制御する例を示します。

C845A-M8/cimc# power off
This operation will modify the power of the Host.
Continue [y/N]: y

Cisco BMC のリブート

手順

  コマンドまたはアクション 目的

ステップ 1

server# scope cimc

CIMC 範囲を開始します。

ステップ 2

server/cimc# reboot

再起動プロセスを確認するように求められます。確認されると、Cisco BMC が再起動されます。

次の例は、Cisco BMC を再起動する方法を示しています。

C845A-M8/cimc# reboot
This operation will reboot the Cisco IMC.
Continue [y/N]: N
server/cimc#

BIOS イメージの更新およびアクティブ化

始める前に

BIOS イメージ ファイルは、リモート アクセス可能なサーバ上に存在している必要があります。

手順

  コマンドまたはアクション 目的

ステップ 1

server# scope cimc

CIMC 範囲を開始します。

ステップ 2

server/cimc# update-and-activate-bios scp server ip address/file path/file name

次に、 BIOS イメージを更新し、アクティブにする例を示します。

C845A-M8/cimc# update-and-activate-bios scp xx.xxx.xxx.xx /<folder-path>/<filename>.bin
ERROR: Power off host before triggering BIOS update
C845A-M8/cimc#


C845A-M8/cimc# update-and-activate-bios
Usage: update-and-activate-bios <protocol> <server address> <path>
C845A-M8/cimc# update-and-activate-bios scp xx.xxx.xxx.xx /<folder-path>/<filename>.bin
Username: xxxxxxx
Password:
This operation will update and activate new BIOS image.
This operation will take about 10+ Minutes to complete.

Continue [y/N]: y
BIOS update triggered successfully. Use 'show' to monitor the progress
Cisco IMC:
  BIOS Post Completion Status: false
  BIOS Update Progress: 90
  BIOS Update Statge: INSTALL
  BIOS Version: v1.4.6
  BMC Update Progress: 0
  BMC Update Statge: NONE
  Current Time: 2025-05-10T15:20:25
  Firmware Version: 531.04.558.202505051831
  Power: Off
  Timezone: Asia/Kolkata
C845A-M8/cimc#

Cisco BMC イメージの更新とアクティブ化

始める前に

Cisco BMC イメージ ファイルは、リモート アクセス可能なサーバに存在している必要があります。

手順

  コマンドまたはアクション 目的

ステップ 1

server# scope cimc

CIMC 範囲を開始します。

ステップ 2

server/cimc# update-and-activate scp server ip address/file path/file name

必要な BMC イメージ ファイルが存在するサーバのユーザー名とパスワードを入力するように求められます。

次に、Cisco BMC イメージを更新し、アクティブにする例を示します。

C845A-M8/cimc# update-and-activate scp xx.xxx.xxx.xx /<folder-path>/<filename>.bin
Username: xxxxxxx
Password:
This operation will update and activate new BMC image.
This operation will take about 10+ Minutes to complete.

Continue [y/N]: y
BMC update triggered successfully. Use 'show' to monitor the progress
C845A-M8/cimc#
C845A-M8/cimc#
C845A-M8/cimc# show
Cisco IMC:
  BIOS Post Completion Status: true
  BIOS Update Progress: 100
  BIOS Update Statge: NONE
  BIOS Version: v1.4.6
  BMC Update Progress: 5
  BMC Update Statge: DOWNLOAD
  Current Time: 2025-05-10T15:49:21
  Firmware Version: 531.04.558.202505051831
  Power: On
  Timezone: Asia/Kolkata
C845A-M8/cimc# show

デバイス コネクタ イメージの更新とアクティブ化

手順

  コマンドまたはアクション 目的

ステップ 1

server# scope cimc

CIMC 範囲を開始します。

ステップ 2

サーバ/cimc/cimc/device-connector# update-and-activate scp ip address /file path/file name

デバイス コネクタ イメージが存在するサーバのユーザー名とパスワードを入力するように求められます。サーバ認証の後、デバイス コネクタの更新がトリガされます。

ステップ 3

サーバ/cimc/cimc/device-connector# show

デバイス コネクタの更新ステータスを表示します。

この例では、デバイス コネクタ イメージを更新し、アクティブにする方法を示します。

C845A-M8/cimc/cimc/device-connector# update-and-activate scp xx.xxx.xxx.xx /<folder-path>/<filename>.bin
Username: xxxxxxx
Password:
DC update triggered successfully. Use 'show’ to monitor the progress

C845A-M8/cimc/cimc/device-connector# show
Device Connector Information:
  Update Progress: 5
  Update Statge: DOWNLOAD
  Version: 0.0.1-20250228121837203
C845A-M8/cimc/cimc/device-connector#

デバイス コネクタ情報の表示

手順

コマンドまたはアクション 目的

server# show device connector information

デバイス コネクタの情報を表示します。

次の例は、デバイス コネクタ情報を表示する方法を示しています。

Device Connector Information:
  Update Progress: 0
  Update Stage: NONE
  Version: 0.0.1-20250508120509858