ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • vserver nfs pnfs devices delete

    Delete a pNFS device

    Availability: This command is available to cluster and Vserver administrators at the advanced privilege level.

    Description

    The vserver nfs pnfs devices delete command deletes a unique pNFS device. The pNFS device to be deleted is identified by the unique device mapping identifier (mid) parameter passed to this operation. When this operation is successful, the device mappings corresponding to the device and the information corresponding to the device itself are removed. You can obtain the global mapping identifier from the list of devices using the command vserver nfs pnfs devices show .

    Parameters

    -global-device-table-id <integer> - Global Device Mapping Table ID

    This parameter specifies the pNFS global device mapping identifier that uniquely identifies a pNFS device

    Examples

    The following example deletes the device information of a device with global mapping identifier value 2.

    cluster1::> vserver nfs pnfs delete -mid 2
    Top of Page