Categories: Uncategorized

Update Disk Label

Ever had a system where you were running 7.3.x and got a new disk shelf intended for a 8.x release and the disks show as broken?

Broken disks

RAID Disk Device HA SHELF BAY CHAN Pool Type RPM Used (MB/blks) Phys (MB/blks)
--------- ------ ------------- ---- ---- ---- ----- -------------- --------------
label version 0d.01.0 0d 1 0 SA:B - BSAS 7200 1695466/3472315904 1695759/3472914816
label version 0d.01.2 0d 1 2 SA:B - BSAS 7200 1695466/3472315904 1695759/3472914816
label version 0d.01.3 0d 1 3 SA:B - BSAS 7200 1695466/3472315904 1695759/3472914816

Here’s the fix:

disk assign
priv set diag
labelmaint isolate
label wipe
label wipev1
label makespare
labelmaint unisolate
priv set
TomLasswell

Share
Published by
TomLasswell
Tags: netappontap

Recent Posts

Autotask: PowerShell: Enable Client Portal for all users

This is a quick one, it's been forever since I've posted here. After moving back…

2 years ago

PowerShell :: Get Exchange Mailboxes Over XXGB

Simple command turned crazy. I ended up coming up with this due to the fact…

3 years ago

PowerShell: ConnectWise Documents API, Uploading a document or attachment to a ticket

Phew, this one took a minute to figure out. ConnectWise has a form based documents…

5 years ago

PowerShell: ConnectWise REST API Query Contacts by Email Address

I've found myself at a new job, recreating many of the processes that I spent…

5 years ago

First post in a long time — changing hosting providers

Wow, it's been a while since I've done a real post on this site. I've…

6 years ago

Powershell: AutoTask – Get Picklist Values

When using AutoTask's API it's required to lookup a various amount of picklist values that…

9 years ago