什么是"系统电源循环"以及如何使用它?
适用于
- ONTAP 9
- AFF 系统
- ASA 系统
- FAS 系统
- 服务处理器
回答
什么是 system power cycle?
- 系统电源循环是一种从 SP/BMC 重新启动控制器的方法,它将启动节点的非正常关机
- 执行电源循环后,运行
system console命令以监视系统启动 - 确保控制台会话日志记录已开启,以捕获启动过程
何时执行"system power cycle"?
- 这不是重新启动控制器的最合适方法,也是尝试在没有物理干预的情况下远程恢复无响应节点的最后手段
- 无中断选项 - 如何使用 SP 或 BMC 以无中断方式重新启动节点
如何执行"系统电源循环"?
- 通过以下任一方式访问 SP/BMC:
- 运行
system power cycle命令:
SP node-name>system power cycle
This will cause a dirty shutdown of your appliance. Continue? [y/n]
- 如果系统电源循环无响应,请尝试:
system power off- 等待 90 秒
system power on
- 运行 'system console' 命令,验证系统如何启动:
SP node-name>system console
Type Ctrl-D to exit.
.................
Destage is completed successfully
Powering off from the backup power source¦BIOS Version: 11.4
Portions Copyright (C) 2014-2018 NetApp, Inc. All Rights Reserved.
Initializing System Memory ...
Loading Device Drivers ...
Configuring Devices ...
CPU = 1 Processor(s) Detected.
Intel(R) Xeon(R) CPU D-1557 @ 1.50GHz (CPU 0)
CPUID: 0x00050664. Cores per Processor = 12
32768 MB System RAM Installed.
SATA (AHCI) Device: ATP SATA III mSATA AF120GSMHI-NT2
Boot Loader version 6.0.5
Copyright (C) 2000-2003 Broadcom Corporation.
Portions Copyright (C) 2002-2018 NetApp, Inc. All Rights Reserved.
Starting AUTOBOOT press Ctrl-C to abort...
Loading X86_64/freebsd/image2/kernel:0x200000/15724968 0x10ff1a8/13884328 Entry at 0xffffffff802dc4b0
Loading X86_64/freebsd/image2/platform.ko:0x1e3d000/4076848 0x2220530/586840
Starting program at 0xffffffff802dc4b0
NetApp Data ONTAP 9.5P2
IPsec: Initialized Security Association Processing.
Copyright (C) 1992-2019 NetApp.
All rights reserved.
*******************************
* *
* Press Ctrl-C for Boot Menu. *
* *
*******************************
- 监控引导过程中的硬件错误或死机
追加信息
不适用