HP storeeasy 3000 Administrator's Manual page 82

Hide thumbs Also See for storeeasy 3000:
Table of Contents

Advertisement

Table 5 Known issues (continued)
Issue
Please ensure that all GPT
disks have a Microsoft
Reserved Partition (MSR)
present. Error: 0x80070022
82
Troubleshooting, servicing, and maintenance
Resolution
a. Get-partition
DiskNumber <disk number from above>
remove-Partition
b. New-partition
DiskNumber <disk number from above>
-Size 128MB
GptType
'{e3c9e316-0b5c-4db8-817d-f92df00215ae}'
c. New-partition
DiskNumber <disk number from above>
-Size <size>
AssignDriveLetter | Format-Volume
3.
Enter the Get-partition
command to verify the new partitions.
To create the missing partition using diskpart, perform the following steps:
1.
Open an elevated PowerShell command shell.
2.
Enter diskpart.exe , and then execute the following commands:
a. rescan
b. list disk
NOTE:
Note the disk number that corresponds to the disk that you want
to add to the cluster.
c. select disk
d. clean
e. create partition msr size=128
f. create partition primary size=<size in MB>
NOTE:
This size parameter is optional. If you do not enter a value, the
complete remaining space is used.
g. format fs=ntfs quick label="<disk label>"
h. exit
3.
Enter the Get-partition
command to verify the new partitions.
Method 2—Non-destructive partition creation
IMPORTANT:
To use this method, you must have at least 128 MB of unpartitioned
space on the disk.
To create the missing partition using PowerShell, perform the following steps:
1.
Open an elevated PowerShell command shell.
2.
Enter the following command to create MSR and data partition using the disk
number found in the output of the Get-disk | where
{$_.PartitionStyle
command:New-partition
-Size 128MB
GptType
'{e3c9e316-0b5c-4db8-817d-f92df00215ae}'
3.
Execute the Get-partition
above> command to verify the new partitions.
To create the missing partition using diskpart, perform the following steps:
1.
Open an elevated PowerShell command shell.
2.
Enter diskpart.exe, and then execute the following commands:
a. rescan
b. list disk
NOTE:
Note the disk number that corresponds to the disk that you want
to add to the cluster.
c. select disk <disk number>
Confirm
DiskNumber <disk number from above>
DiskNumber <disk number from above>
eq "GPT"}| get-partition
DiskNumber <disk number from above>
DiskNumber <disk number from
|
Force

Advertisement

Table of Contents
loading

Table of Contents