随笔分类 - 服务器
摘要:从 PERC 系列 8 和更新的系列起,PERCCLI 已取代 MegaCli下载VMware PERCCLI实用程序:https://dl.dell.com/FOLDER11564946M/1/PERCCLI_7.2616.0000_VMWARE.tar.gz?uid=8fe7d85a-b4db-
阅读全文
摘要:ESXi 8.0 下 下载:https://www.dell.com/support/home/zh-cn/product-support/product/poweredge-r740/drivershttps://dl.dell.com/FOLDER09667707M/1/Dell-iDRACTo
阅读全文
摘要:Centos7下 yum -y install OpenIPMI OpenIPMI-toolssystemctl start ipmi #检查现在的IPipmitool -I open lan print 1 #改为静态IPipmitool lan set 1 ipsrc static ipmito
阅读全文
摘要:Raid5 在线加磁盘扩容 一台Dell R730 配的raid5空间不够了,新加一块盘在线扩容,fdisk分区可以不重启系系统也不停服务。有三种方法扩容,结果相同:1. 重启主机在Raid配置界面,在raid5中添加硬盘和扩容,然后进入系统中扩容2. 系统安装Dell omsa,然后远程管理界面在
阅读全文
摘要:系统为 CentOS 7: Dell提供了RACADM工具,包含在Dell EMC iDRAC Tools(RACADM + IPMITool)中。 Linux版下载地址:https://www.dell.com/support/home/cn/zh/cnbsd1/drivers/driversde
阅读全文
摘要:在Linux系统下进行raid操作:主要用于一台Linux服务器硬盘扩容,后插入几块新的硬盘来做raid1或raid5 1. 常用命令 #查看硬盘信息/opt/MegaRAID/MegaCli/MegaCli64 -PDList -aALL#查坏盘/opt/MegaRAID/MegaCli/Mega
阅读全文
摘要:一台R730 raid1坏了一块盘,更换后发现没有rebuild。在linux系统下查看如下:/opt/MegaRAID/MegaCli/MegaCli64 -PDList -aALL|grep state 查看有问题硬盘是0号槽位,如下:/opt/MegaRAID/MegaCli/MegaCli6
阅读全文
摘要:这里是以华为服务器 RH2288 V3 为例,过时的主机。查看主机是正常重启还是意外重启:last -x|head|tac 正常reboot重启显示如下: root pts/0 10.5.3.207 Tue Nov 22 11:14 - down (00:04) shutdown system do
阅读全文