Can I boot My Linux Server from iSCSI or SAN or NAS network attached storage?
My previous article related to iSCSI storage and NAS storage brought a couple of questions. An interesting question from my mail bag:
I've 5 Debian Linux servers with HP SAN box. Should I boot from SAN?
No, use centralized network storage for shared data or high availability configuration only. Technically you can boot and configure system. However I don't recommend booting from SAN or any other central server until and unless you need diskless nodes:
[a] Use local storage - Always use local storage for /boot and / (root) filesystem
[b] Keep it simply - Booting from SAN volumes is complicated procedure. Most operating systems are not designed for this kind of configuration. You need to modify scripts and booting procedure.
[c] SAN booting support - Your SAN vendor must support platform booting a Linux server. You need to configure HBA and SAN according to vendor specification. You must totally depend upon SAN vendor for drivers and firmware (HBA Bios) to get thing work properly. General principle - don't put all your eggs in one basket err one vendor
[d] Other factors - Proper fiber channel topology must be used. Make sure Multipathing and redundant SAN links are used. The boot disk LUN is dedicated to a single host. etc
As you can see, complications started to increases, hence I don't recommend booting from SAN.
Want to stay up to date with the latest Linux tips, news and announcements? Subscribe to our free e-mail newsletter or full RSS feed to get all updates.
You can Email this page to a friend.
You may also be interested in...
- Solaris > Boot system into single user mode
- Solaris > How to boot system into emergency mode
- Howto to install and boot Debian Linux from an USB device
- Download of the day: Super Grub Disk to fix Windows and Linux boot problems
- Creating a customized boot CD/DVD for the Solaris OS for x86 System
Discussion on This Article:
Leave a Reply
We encourage your comments, and suggestions. But please stay on topic, be polite, and avoid spam. Thank you very much for stopping by our site!
Tags: boot disk, central server, Debian Linux, diskless nodes, fiber channel, hba, high availability, linux server, network storage, operating systems, root filesystem, san booting, topology ~ Last updated on: November 12, 2007



This is helpful in presenting my case that it is not recommended to move our boot images to SAN or ISCI. However I will still have to go through the pain of trying it and showing why it is not a good idea.