Quantcast
Channel: File Services and Storage forum
Viewing all articles
Browse latest Browse all 13565

ScaleOutFileServer: Replace failed Disk

$
0
0

Hy,

we have an ScaleOutFileServer (Server 2016) with 2 NODES and 3 JBODS

in one storagepool we want to change a failed disk.

- We removed the failed disk from the jbod.

- then we inserted the new disk.

- in Server Manager we added the new physical disk to the stragepool. (this works fine)

- the 2 virtual disks (in this pool) worked also fine, but they in the state <Degraded, Incomplete>

- in Cluster Manager i see, that the failed disk has 794GB used space ant the new disk has only 1GB used space

now i tryed to repair the 2 virtual disks, before i remove the failed disk from the pool.

in powershell i started it for the first disk:

Repair-VirtualDisk -FriendlyName vDisk1SSD

this was 2 days before, the Job has not finished (but i see also 3 Jobs):

PS C:\Users\ns-admin> Get-StorageJob
Name   IsBackgroundTask ElapsedTime JobState  PercentComplete BytesProcessed BytesTotal
----   ---------------- ----------- --------  --------------- -------------- ----------
Repair False            00:00:00    Starting  0
Repair True             1.14:39:17  Suspended 0               0              2952790016
Repair True             1.11:53:48  Suspended 0               0              1342177280

What do i wrong?

how can i stop the Jobs and what i have to do then?

i tried it with:

PS C:\Users\ns-admin> Stop-StorageJob -UniqueId "{a4a41d82-8eb1-445d-87d9-6409414db9a2}"
Stop-StorageJob : Not Supported Activity ID: {6d226e92-84c4-44f6-8e65-acecf7ca38a8}
In Zeile:1 Zeichen:1 + Stop-StorageJob -UniqueId "{a4a41d82-8eb1-445d-87d9-6409414db9a2}"
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (StorageWMI:ROOT/Microsoft/...MSFT_StorageJob) [Stop-StorageJob], CimException
    + FullyQualifiedErrorId : StorageWMI 1,Stop-StorageJob

PS C:\Users\ns-admin> Stop-StorageJob -UniqueId "{07fe1a89-6631-41b0-a323-29254b5b2969}"
Stop-StorageJob : Not Supported Activity ID: {24045c40-169a-4264-90f6-1cc127b81127}
In Zeile:1 Zeichen:1 + Stop-StorageJob -UniqueId "{07fe1a89-6631-41b0-a323-29254b5b2969}"
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (StorageWMI:ROOT/Microsoft/...MSFT_StorageJob) [Stop-StorageJob], CimException
    + FullyQualifiedErrorId : StorageWMI 1,Stop-StorageJob

also 2 Jobs had the same UniqueId?? "{a4a41d82-8eb1-445d-87d9-6409414db9a2}"

PS C:\Users\ns-admin> Get-StorageJob  | fl *

OperationalStatus     : {Starting, OK}
JobState              : Starting
ObjectId              : {1}\\FS-Cluster1\root/Microsoft/Windows/Storage/Providers_v2\SPACES_StorageJob.ObjectId="{c29deb26-f01b-4510-bcde-c388eb894e4c}:SJ:{00000000-0000-0000-0000-000000000000}{00000000-0000-0000-0000
                        -000000000000}{a4a41d82-8eb1-445d-87d9-6409414db9a2}"
PassThroughClass      :
PassThroughIds        :
PassThroughNamespace  :
PassThroughServer     :
UniqueId              : {a4a41d82-8eb1-445d-87d9-6409414db9a2}
BytesProcessed        :
BytesTotal            :
DeleteOnCompletion    : True
Description           :
ElapsedTime           : 00:00:00
ErrorCode             : 0
ErrorDescription      :
IsBackgroundTask      : False
JobStatus             :
LocalOrUtcTime        :
Name                  : Repair
OtherRecoveryAction   :
PercentComplete       : 0
RecoveryAction        :
StartTime             : 16.01.2017 21:45:06
StatusDescriptions    :
TimeBeforeRemoval     : 00:00:00
TimeOfLastStateChange : 16.01.2017 21:45:06
TimeSubmitted         : 16.01.2017 21:45:06
PSComputerName        :
CimClass              : ROOT/Microsoft/Windows/Storage:MSFT_StorageJob
CimInstanceProperties : {ObjectId, PassThroughClass, PassThroughIds, PassThroughNamespace...}
CimSystemProperties   : Microsoft.Management.Infrastructure.CimSystemProperties
OperationalStatus     : OK
JobState              : Suspended
ObjectId              : {1}\\FS-Cluster1\root/Microsoft/Windows/Storage/Providers_v2\SPACES_StorageJob.ObjectId="{c29deb26-f01b-4510-bcde-c388eb894e4c}:SJ:{09d4a9a8-609c-42f5-9a49-8878a5703e3e}{07fe1a89-6631-41b1-a323
                        -29254b5b2969}{07fe1a89-6631-41b0-a323-29254b5b2969}"
PassThroughClass      :
PassThroughIds        :
PassThroughNamespace  :
PassThroughServer     :
UniqueId              : {07fe1a89-6631-41b0-a323-29254b5b2969}
BytesProcessed        : 0
BytesTotal            : 2952790016
DeleteOnCompletion    : True
Description           :
ElapsedTime           : 2.21:17:34
ErrorCode             : 0
ErrorDescription      :
IsBackgroundTask      : True
JobStatus             :
LocalOrUtcTime        :
Name                  : Repair
OtherRecoveryAction   :
PercentComplete       : 0
RecoveryAction        :
StartTime             : 01.01.1601 01:05:09
StatusDescriptions    :
TimeBeforeRemoval     : 00:00:00
TimeOfLastStateChange : 01.01.1601 01:00:00
TimeSubmitted         : 01.01.1601 01:05:09
PSComputerName        :
CimClass              : ROOT/Microsoft/Windows/Storage:MSFT_StorageJob
CimInstanceProperties : {ObjectId, PassThroughClass, PassThroughIds, PassThroughNamespace...}
CimSystemProperties   : Microsoft.Management.Infrastructure.CimSystemProperties
OperationalStatus     : OK
JobState              : Suspended
ObjectId              : {1}\\FS-Cluster1\root/Microsoft/Windows/Storage/Providers_v2\SPACES_StorageJob.ObjectId="{c29deb26-f01b-4510-bcde-c388eb894e4c}:SJ:{09d4a9a8-609c-42f5-9a49-8878a5703e3e}{a4a41d82-8eb1-445d-87d9
                        -6409414db9a2}{a4a41d82-8eb1-445c-87d9-6409414db9a2}"
PassThroughClass      :
PassThroughIds        :
PassThroughNamespace  :
PassThroughServer     :
UniqueId              : {a4a41d82-8eb1-445c-87d9-6409414db9a2}
BytesProcessed        : 0
BytesTotal            : 1342177280
DeleteOnCompletion    : True
Description           :
ElapsedTime           : 2.18:32:07
ErrorCode             : 0
ErrorDescription      :
IsBackgroundTask      : True
JobStatus             :
LocalOrUtcTime        :
Name                  : Repair
OtherRecoveryAction   :
PercentComplete       : 0
RecoveryAction        :
StartTime             : 01.01.1601 03:50:55
StatusDescriptions    :
TimeBeforeRemoval     : 00:00:00
TimeOfLastStateChange : 01.01.1601 01:00:00
TimeSubmitted         : 01.01.1601 03:50:55
PSComputerName        :
CimClass              : ROOT/Microsoft/Windows/Storage:MSFT_StorageJob
CimInstanceProperties : {ObjectId, PassThroughClass, PassThroughIds, PassThroughNamespace...}
CimSystemProperties   : Microsoft.Management.Infrastructure.CimSystemProperties


Volker Busch


Viewing all articles
Browse latest Browse all 13565

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>