Not an expert myself but I'll try my best....
> 1.How do we configure HBA cards in RHEL 5?
Not really sure what configuration you want to do on the HBAs. Generally you just need to install the HBA drivers, physically connect the fibre cables, configure switch zoning, associate the WWIDs of the HBAs with a host on the SAN and then assign storage to that host.
> 2.HBA Configuration for RedHat Operating System to boot from SAN?
As far as I know this is a function of the HBA BIOS and there isn't any OS configuration.
> 3.Multipath configuration and commands?
If you're using an EMC SAN you can use PowerPath. Install and register the EMCpower utility and then start the PowerPath service. You'll probably also want to install the Navisphere utilities. At this stage you should start seeing devices in /dev called emcpowera, emcpowerb, etc. Use these devices instead of /dev/sdd, /dev/sde etc.
If it's not an EMC SAN you can use udev for multi-pathing. There's a good Oracle article on udev at
http://expobadge.com/dldev/dc/file/L...ASM_final9.pdf
HTH
Phil