- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Cannot see XP1024 LUNS on reboot without performin...
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
08-03-2007 05:49 AM
08-03-2007 05:49 AM
We have a DL585 running Red Hat AS4 UP5 64Bit
Our FC cards are: Qlogic 2340's.
We can't see certain luns attached to our XP1024 after a reboot. They disapear. Yet, when we perform an hp_rescan, they show up. We have 600 Luns assigned to this server, but only 435 show up after a reboot. Any ideas why?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2007 02:08 AM
08-05-2007 02:08 AM
Re: Cannot see XP1024 LUNS on reboot without performing an hp_rescan
Perhaps you have exhausted resources on the system. Check the kernel and whether update 5 of RH 4 is certified with the hardwware.
In my opinion its either kernel or drivers.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2007 02:49 AM
08-05-2007 02:49 AM
Solutionsingle-path or multipath failover mode
on Linux systems"
If you have trouble detecting these devices, run the /opt/hp/hp_fibreutils/probe-luns script during system boot.
â ¢ Enter the following commands to install the probe-luns startup code:
# cd /opt/hp/hp_fibreutils/pbl
# ./pbl_inst.sh -i
â ¢ Enter the following commands to remove the probe-luns startup code:
# cd /opt/hp/hp_fibreutils/pbl
# ./pbl_inst.sh -u
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2007 01:43 AM
08-06-2007 01:43 AM
Re: Cannot see XP1024 LUNS on reboot without performing an hp_rescan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2007 02:15 AM
08-06-2007 02:15 AM
Re: Cannot see XP1024 LUNS on reboot without performing an hp_rescan
I checked the startup script(/etc/rc.d/rc.sysinit)
and noticed that it added a probe-luns -d, which doesn't do the job, even from the command line. I'm going to modify the script to do a probe-luns -a to see if it resolves it.
It works. We now have the proper number of LUNS after a reboot.
We have a call into HP to see if this can be the permanent solution, or if there is a driver or kernel parameter that needs to be changed so this can be native to reboot behavior.