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.
- 30 Handy Bash Shell Aliases For Linux / Unix / Mac OS X
- Top 30 Nmap Command Examples For Sys/Network Admins
- 25 PHP Security Best Practices For Sys Admins
- 20 Linux System Monitoring Tools Every SysAdmin Should Know
- 20 Linux Server Hardening Security Tips
- Linux: 20 Iptables Examples For New SysAdmins
- Top 20 OpenSSH Server Best Security Practices
- Top 20 Nginx WebServer Best Security Practices
- 20 Examples: Make Sure Unix / Linux Configuration Files Are Free From Syntax Errors
- 15 Greatest Open Source Terminal Applications Of 2012

- My 10 UNIX Command Line Mistakes
- Top 10 Open Source Web-Based Project Management Software
- Top 5 Email Client For Linux, Mac OS X, and Windows Users
- The Novice Guide To Buying A Linux Laptop











{ 4 comments… read them below or add one }
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.
Wow, this might have changed since this was written, but if you have the knowledge to set up and administer a SAN, setting up boot from SAN isn’t complicated at all. I can do it in about 15 minutes!
Hi GH, can you do it for a dual boot system (xp and suse). My email address is ntsakzinho@gmail.com. Thanks in advance.
If you are running Xen, I would think that booting the VM is the right thing to do for the reason of live migration and decoupling the OS from the hardware.