- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: Linux Boot Options.
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2010 01:54 PM
11-17-2010 01:54 PM
Thanks
Mike.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2010 05:04 PM
11-17-2010 05:04 PM
Re: Linux Boot Options.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2010 01:00 AM
11-18-2010 01:00 AM
Re: Linux Boot Options.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2010 06:31 AM
11-18-2010 06:31 AM
Re: Linux Boot Options.
Thanks
Mike
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2010 06:49 AM
11-18-2010 06:49 AM
Re: Linux Boot Options.
What does it matter how long it takes to boot? Once a server is up, the norm is not to reboot it often.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2010 11:38 PM
11-18-2010 11:38 PM
SolutionThings you might want to do:
- If you have SAN switches, do you have zoning configured? If you haven't, each host might attempt to probe all the LUNs in the entire SAN... no wonder your boot is slow in that case!
- If you want to completely disable the SAN functionality, the easiest way would be to disable the HBA driver modules. Edit /etc/modprobe.conf: comment out the "alias scsi_hostadapter*
MK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2010 12:03 AM
11-19-2010 12:03 AM
Re: Linux Boot Options.
I have used another way to tackle similar situation by disabling the fc device in bios.
This can be done only if the lun are just raw, and if any volume manager uses it/filesystem exists, the OS will throw error.
I faced similar issue when I perform automated unattended OS "re-installation" of linux when disks and luns co-exist, the automated installation given me problems when it was not able to identify which device to use (disk or lun). I disabled the PCI device in bios and gone ahead with the installation and after the installation I enabled the PCI device to make use of the luns.
Mine was an HP BL 460 G6 server with qlogic card where it can be disabled in bios.
Try if it is applicable for you too.
Thanks & Regards
Jayakrishnan G Naik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2010 06:27 AM
11-19-2010 06:27 AM
Re: Linux Boot Options.
The modified modprobe.conf, will it look like this?
alias eth0 bnx2
alias eth1 bnx2
alias eth2 e1000e
alias eth3 e1000e
alias scsi_hostadapter megaraid_sas
alias scsi_hostadapter1 ata_piix
#alias scsi_hostadapter2 qla2xxx
blacklist qla2xxx
alias scsi_hostadapter3 usb-storage
alias net-pf-10 off
alias ipv6 off
###BEGINPP
include /etc/modprobe.conf.pp
###ENDPP
Also after running depmod -a, what would be the exact mkinitrd command to load the new module with the edited modprobe.conf file? This would really help..
Thanks
Mike.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2010 07:15 AM
11-22-2010 07:15 AM
Re: Linux Boot Options.
My systems have over 1000 HP StorageWorks LUNs (yes EVA/XPs), ASMLib used by Oracle and they still boot in under 15 minutes.
We used to have the same issues as you likely are encountering and it was a wild journey for us finally fixing the issue. It used to take over an hour to never for our mega-SAN environments to boot.
The fixes we've employed are as follows -- (Matti I think we should have a Linux Mega-SAN HOWTO and Fixes in the Linux threads to HELP out others):
1.) LVM SCAN Filter needs to be fixed (modify your /etc/lvm/lvm.conf's filter line so LVM only scans the disks that it should scan)
2.) ASM or ASMLib disktring or scan directives. Work with your DBA and come up with standards how Oracle should use your SAN LUNs -- use friendly multipath names to make it easy for ASM/ASMLib/Oracle to have a distinct disk string. ALso decide if you would want to partition your LUNs or use them whole...
Fix the above 2 and your boot times will be acceptably "acceptable"
Favourite Toy:
AMD Athlon II X6 1090T 6-core, 16GB RAM, 12TB ZFS RAIDZ-2 Storage. Linux Centos 5.6 running KVM Hypervisor. Virtual Machines: Ubuntu, Mint, Solaris 10, Windows 7 Professional, Windows XP Pro, Windows Server 2008R2, DOS 6.22, OpenFiler
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2010 08:15 AM
11-22-2010 08:15 AM
Re: Linux Boot Options.
Thanks
Mike
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2010 08:57 AM
11-22-2010 08:57 AM
Re: Linux Boot Options.
cp -p initrd-
mkinitrd -f -v initrd-
where kernel is : uname -r
Hope this helps.
Favourite Toy:
AMD Athlon II X6 1090T 6-core, 16GB RAM, 12TB ZFS RAIDZ-2 Storage. Linux Centos 5.6 running KVM Hypervisor. Virtual Machines: Ubuntu, Mint, Solaris 10, Windows 7 Professional, Windows XP Pro, Windows Server 2008R2, DOS 6.22, OpenFiler
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2010 09:01 AM
11-22-2010 09:01 AM
Re: Linux Boot Options.
Symptoms of a misconfigured LVM.CONF that drags down boot up times of SAN connected systems are those "Duplicate PVs" detected on boot up or doing LVM gyrations.
Work also with your DBA to get your /etc/sysconfig/oracleasm config file to have ASMlib scan only what it should scan as well as "disk sting" within the Oracle ASM Instance.
I forgot to add, sometimes the issue would be with "Ghost LUNS" being seen by the Linux scsi stack. We've bee bitten by this on XP Arrays... There is a setting in the hostgroup definition to do away with Ghost or zero sized LUNs being presented,
Favourite Toy:
AMD Athlon II X6 1090T 6-core, 16GB RAM, 12TB ZFS RAIDZ-2 Storage. Linux Centos 5.6 running KVM Hypervisor. Virtual Machines: Ubuntu, Mint, Solaris 10, Windows 7 Professional, Windows XP Pro, Windows Server 2008R2, DOS 6.22, OpenFiler
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2010 05:41 AM
12-08-2010 05:41 AM
Re: Linux Boot Options.
What is that setting?
Thanks
Brian.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2010 09:17 AM
12-08-2010 09:17 AM
Re: Linux Boot Options.
Favourite Toy:
AMD Athlon II X6 1090T 6-core, 16GB RAM, 12TB ZFS RAIDZ-2 Storage. Linux Centos 5.6 running KVM Hypervisor. Virtual Machines: Ubuntu, Mint, Solaris 10, Windows 7 Professional, Windows XP Pro, Windows Server 2008R2, DOS 6.22, OpenFiler
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2010 02:29 PM
12-08-2010 02:29 PM
Re: Linux Boot Options.
Mike