- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Rescan MSA500 G2 Controller after bootup
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
09-09-2004 12:26 AM
09-09-2004 12:26 AM
Rescan MSA500 G2 Controller after bootup
Does anyone know if it is possible to access
HP MSA500 G2 storage if the storage is powered on after the RedHat of DL380 is booted up?
I have tried the ACU utility or the CLI
command "hpacucli rescan" on RedHat Enterprise 3. The utility or command does not find any MSA500 G2 controller but only the internal
SA642 controller.
Anyone's help is appreciated!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2004 05:37 PM
09-09-2004 05:37 PM
Re: Rescan MSA500 G2 Controller after bootup
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2004 08:53 PM
09-09-2004 08:53 PM
Re: Rescan MSA500 G2 Controller after bootup
I tried kudzu before and it does not recognize the MSA500 G2 either.
Thx!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2004 06:55 AM
09-10-2004 06:55 AM
Re: Rescan MSA500 G2 Controller after bootup
try : cdrecorder -scanbus
YJ
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2004 12:10 AM
09-13-2004 12:10 AM
Re: Rescan MSA500 G2 Controller after bootup
make a "lsmod" to see what modules are loaded and unload the driver for MSA500 G2 with "rmmod" and then load it again with "modprobe".
i hope it works!
Johannes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2004 05:27 AM
09-13-2004 05:27 AM
Re: Rescan MSA500 G2 Controller after bootup
cdrecord -scanbus does not seem to work.
Johannes:
Removing & reinserting the driver may work
but my boot disk is using the same driver
as that of the MSA500 G2 controller. I can't
afford to bring down the driver.
I think the OS is using HP's cciss driver to
access the internal boot disk running on 5iPlus RAID 1 & to the external MSA500 G2 storage controller via the internal SA642
PCI-X controller card. It must be some trick
to do with the cciss driver. Maybe pass some
command to the cciss driver.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2004 11:50 PM
09-14-2004 11:50 PM
Re: Rescan MSA500 G2 Controller after bootup
http://h18023.www1.hp.com/support/files/server/us/download/21189.html
At this location you could download a new driver with the folowing enhancments:
Support for Smart Array 6i Controller.
Support for MSA 500 G2.
Support for MSA 20.
Support for One Button Disaster Recovery (OBDR).
Conversion function for 32-bit user space apps to run on x86_64 architecture.
Script (/etc/init.d/cciss_hotplug) to rescan SCSI bus.
Johannes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2004 07:35 PM
09-15-2004 07:35 PM
Re: Rescan MSA500 G2 Controller after bootup
Unfortunately, the cciss_hotplug script that comes with CCISS driver is for rescanning & detecting hot-plug scsi tape drives but not for rescanning MSA500 G2 controller.