我在集群共享卷中有 2 个 Windows2016 服务器
我的 18 (2*9) 个硬盘之一报告故障,所以我想从我的 S2D 池中删除
此磁盘标记为“已停用”
$disk=Get-PhysicalDisk -SerialNumber 8HG42ZHH
PS C:\Windows\system32> $disk
FriendlyName SerialNumber CanPool OperationalStatus HealthStatus Usage Size
------------ ------------ ------- ----------------- ------------ ----- ----
HGST HUH721212AL5200 8HG42ZHH False {Removing From Pool, Lost Communication} Warning Retired 10.69 TB
Run Code Online (Sandbox Code Playgroud)
所以我必须从池中删除这个磁盘
Get-StoragePool *S2D* | Remove-PhysicalDisk –PhysicalDisk $disk
Run Code Online (Sandbox Code Playgroud)
但是,即使经过 12 小时的努力工作,这项工作也不会进展,如图所示
Get-StorageJob
Name IsBackgroundTask ElapsedTime JobState PercentComplete BytesProcessed BytesTotal
---- ---------------- ----------- -------- --------------- -------------- ----------
RemovePhysicalDisk False 00:00:00 Running 0
Repair False 00:00:00 Starting 0 …
Run Code Online (Sandbox Code Playgroud) 将 24 V PoE 交换机输出连接到普通 PC 以太网输入是否安全?
我们有一个 VM Linux 服务器,该hot add
功能在 VCenter 中被禁用。
目前,我们不能关闭机器,特性是disable
,所以我们不能给机器添加内存资源。
那么您知道如何在hot add
不关闭 Linux redhat 机器电源的情况下启用该功能吗?
redhat virtual-machines vmware-esxi vmware-vcenter vmware-vsphere
我是 Cisco 网络的新手。我正在尝试一个简单的网络。我将 3 台 PC 连接到 Switch。
PC A --> VLAN 10 ip address of PC A 100.100.100.3
PC B --> VLAN 20 ip address of PC B 120.120.120.3
PC C --> VLAN 30 ip address of PC C 130.130.130.3
Run Code Online (Sandbox Code Playgroud)
现在,我希望从 PC C telnet 到交换机。
我打开 Switches CLI 并输入;
>conf t
> int vlan 30
>ip address 192.168.4.56
Run Code Online (Sandbox Code Playgroud)
当我尝试从 PC C(即 ip 130.130.130.3
)进行 ping 操作时。我收到以下消息(我认为这是错误的)
Pinging 192.168.4.56 with 32 bytes of data:
Reply from 130.130.130.3: Destination host unreachable. …
Run Code Online (Sandbox Code Playgroud)