Skip to main content

storage disk removeowner

Remove disk ownership

Availability: This command is available to cluster administrators at the admin privilege level.

Description

The storage disk removeowner command removes ownership from a specified disk. Then disk can then be reassigned to a new owner.

Parameters

-disk <disk path name> - Disk Name
This specifies the disk whose ownership is to be removed.

Examples

The following example removes the ownership from a disk named 1.1.27.

cluster1::> storage disk removeowner -disk 1.1.27

The following example removes ownership of the root partition on disk 1.1.16.

cluster1::> storage disk removeowner -disk 1.1.16 -root true

The following example removes ownership of the data partition on disk 1.1.16.

cluster1::> storage disk removeowner -disk 1.1.16 -data true 

The following example removes ownership of the data1 partition on disk 1.1.23.

cluster1::> storage disk removeowner -disk 1.1.23 -data1 true 

The following example removes ownership of the data2 partition on disk 1.1.23.

cluster1::> storage disk removeowner -disk 1.1.23 -data2 true