You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
** A web-based tool to generate formatted multipath.conf stanzas from multipath -ll output.**
This project helps Linux system administrators working with SAN storage and multipath setups to easily extract and format WWID and alias information.
📦 Features
Paste multipath -ll output
Auto-extract WWID, alias, and size
Format as valid multipath.conf entries
Fully client-side — no data leaves your browser
Getting Started
1. Clone the repository
git clone https://github.com/safesploitOrg/multipath-config-generator.git
cd multipath-config-generator
chronme index.html
Example /etc/multipath.conf
This file defines how Linux handles multipath devices. It includes:
multipaths: Specific multipath maps (aliases to WWIDs)
devices: Rules for matching SAN hardware
defaults: System-wide fallback settings
Multipaths
multipaths {
multipath {
alias mpatha
wwid 360060160e7d0490097a8ea67adc99518
}
}