Basic Enterprise Application Realm

Basic Enterprise Application Realm Documentation

  • 1 About BEAR
  • 2 Release Notes
  • 3 Developer Toolkit
  • 4 Installation & Upgrades
    • 4.1 Installation Steps
    • 4.2 Network Requirements
    • 4.3 Application Server Initialization (First Run)
    • 4.4 Uninstallation
  • 5 Backend Adminitration
    • 5.1 Introduction
    • 5.2 Common Commands
    • 5.3 Application Server Commands
    • 5.4 Resource Monitor Commands
    • 5.5 Sharepoint Commands
    • 5.6 Database Commands
  • 6 Frontend Adminitration
    • 6.1 User Management
    • 6.2 Package Management
    • 6.3 Installing Documentation Packages
    • 6.4 Application Storage
    • 6.5 Resource Monitoring
    • 6.6 Resource Scaling
    • 6.7 Starting & Stopping BEAR
    • 6.8 Security
      • 6.8.1 TLS
    • 6.9 Physical Storage
      • 6.9.1 RAID
      • 6.9.2 File Systems
      • 6.9.3 Viewing the Storage Summary
      • 6.9.4 Decommissioning (wiping) Disks
      • 6.9.5 Storage Management
    • 6.10 Event Distribution
    • 6.11 Hostnames & Ports

6.9.4 Decommissioning (wiping) Disks

February 9th, 2026

RBAC required: bear: Physical storage configuration

Disks which have been in use but are no longer part of a file system present two problems:

  • A disk with data on it cannot be re-used to create a new file system or be added as a member of a RAID array.
  • Data remaining on a disk may pose a security or compliance risk.

For this reason, BEAR provides a simple tool for making disks usable again or wiping the data on them in in a way that adheres to strict security best practices.

Only disks without mounted file system are available for decommissioning. You cannot decommission a disk in-use by mistake.

  1. From the Admin Tools menu, select Physical Storage and activate the Decommission tab.

Decommission device

  1. From the Device dropdown menu, select the disk to decommission.
  2. From the Wipe type dropdown, select from one of the following:
  • Fast: overwrites the first few megabytes of the disk with zeros. This effectively makes the disk appear like a new unused device and will break any file system on the disk. It may be possible to recover data manually from the rest of the disk using specialised tools.
  • British HMG Infosec Standard 5, Baseline Standard: Writes zeros to every block on the disk completely destroying all data. This may take several hours to complete but data is not recoverable without highly specialised equipment.
  • British HMG Infosec Standard 5, Enhanced Standard: Writes random data followed by zeros to every block on the disk completely destroying all data. This may take several hours to complete but data is not recoverable by any known means.

Decommission device

  1. Click Decommission to start the decommission background job.

Decommissioning a RAID device will automatically apply the chosen wipe type to each disk in the array and destroy the array by returning the individual disks back the system as blank unused disks.

previous: Viewing the Storage Summary next: Storage Management