perc-raid

Manage Dell PERC RAID controllers remotely via VNC and CLI commands.

18|1|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/miminashi/pvese --skill perc-raid
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: perc-raid
Source: https://github.com/miminashi/pvese/tree/main/.claude/skills/perc-raid
Command: npx skills add https://github.com/miminashi/pvese --skill perc-raid

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python3, ssh, racadm, and includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the management and configuration of Dell PowerEdge R320 servers' PERC H710 RAID controllers through remote VNC interactions and command-line utilities.

Core Features & Use Cases

  • RAID Configuration: Create, delete, and check the status of virtual disks using VNC or racadm commands.
  • Interactive BIOS Operations: Enter BIOS menus, manage virtual disks, and perform secure disk erasure through scripted VNC sessions.
  • Use Case: Quickly set up RAID arrays on R320 servers in data centers or lab environments without manual keyboard navigation.
  • Advanced Management: Perform remote disk health assessments and maintain RAID configurations programmatically.

Quick Start

Connect to the server’s iDRAC, reset the VNC session, and use the scripted commands to manage RAID arrays with minimal manual intervention.

Frequently Asked Questions about perc-raid

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure Dell PERC RAID arrays remotely without manual keyboard access?

Configure Dell PERC RAID arrays remotely by connecting to the server's iDRAC, resetting the VNC session, and executing Python scripts that automate BIOS navigation and racadm commands for virtual disk management.

Can I manage PowerEdge R320 RAID controllers entirely from the command line?

Manage PowerEdge R320 RAID controllers from the command line using racadm over SSH for virtual disk operations, while Python scripts handle interactive VNC sessions for BIOS menus and secure disk erasure.

Do I need racadm and SSH access to automate Dell PERC virtual disk setup?

Automating Dell PERC virtual disk setup requires racadm for command-line RAID operations, SSH for remote server access, and Python 3 to execute the VNC scripts that handle interactive BIOS navigation.

What is the best way to perform secure disk erasure on Dell servers in a data center?

Perform secure disk erasure on Dell servers by running scripted VNC sessions that enter BIOS menus remotely, navigating to the controller settings to initiate erasure without physical console interaction.

How does VNC automation work for remote BIOS navigation on Dell PowerEdge servers?

VNC automation for BIOS navigation uses Python scripts to send keystrokes through a remote VNC session connected to iDRAC, allowing programmatic entry into BIOS menus and RAID configuration screens.

Why use scripted VNC sessions instead of racadm alone for RAID controller maintenance?

Scripted VNC sessions handle interactive BIOS tasks like secure disk erasure and complex virtual disk creation that lack direct racadm command equivalents, while racadm manages status checks and basic array operations.