- Community Home
- >
- Servers and Operating Systems
- >
- HPE ProLiant
- >
- ProLiant Servers (ML,DL,SL)
- >
- Hotswap discs Handling
ProLiant Servers (ML,DL,SL)
1820237
Members
2698
Online
109620
Solutions
Forums
Categories
Company
Local Language
юдл
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
юдл
back
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
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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
тАО12-24-2008 08:14 AM
тАО12-24-2008 08:14 AM
Hi all!
I'm using Ubuntu server LTS 8.04 with HP Proliants equipment. In particular, they are DL380 G5 with four SAS discs in RAID 5.
My doubt aims at if it is necessary to execute some previous command at the time of remove one of discs and after to put some new one. Searching in Internet I found this [1] document, although I didn't find the archives of Linux kernel that are mentioned there.
I could obtain that hpacucli works on Ubuntu GNU/Linux and it interacts with the Nagios plugin check_cciss and now I wanted to evaluate the degree of information from them, removing one disk and returning back to the server ('degraded' and 'reconstructing' states would have to be shown, I suppose).
But it wanted to know if it is necessary to execute some command from hpacucli or on /proc so that Linux kernel does 'rescan' of the discs, although I do not have independent physical devices here but the device /dev/cciss/c0d0p*
In an equipment Sun Enterprise 220R in which Debian GNU/Linux Sparc are used, to remove and to add SCSI discs I used the utilities of the package 'scsiadd' and for that reason I thought that under these circumstances it would be necessary to make something similar.
Thanks in advance.
Regards,
Daniel
[1] http://www.dufault.info/blog/hotswap-a-scsi-sas-or-sata-drive-in-linux/
I'm using Ubuntu server LTS 8.04 with HP Proliants equipment. In particular, they are DL380 G5 with four SAS discs in RAID 5.
My doubt aims at if it is necessary to execute some previous command at the time of remove one of discs and after to put some new one. Searching in Internet I found this [1] document, although I didn't find the archives of Linux kernel that are mentioned there.
I could obtain that hpacucli works on Ubuntu GNU/Linux and it interacts with the Nagios plugin check_cciss and now I wanted to evaluate the degree of information from them, removing one disk and returning back to the server ('degraded' and 'reconstructing' states would have to be shown, I suppose).
But it wanted to know if it is necessary to execute some command from hpacucli or on /proc so that Linux kernel does 'rescan' of the discs, although I do not have independent physical devices here but the device /dev/cciss/c0d0p*
In an equipment Sun Enterprise 220R in which Debian GNU/Linux Sparc are used, to remove and to add SCSI discs I used the utilities of the package 'scsiadd' and for that reason I thought that under these circumstances it would be necessary to make something similar.
Thanks in advance.
Regards,
Daniel
[1] http://www.dufault.info/blog/hotswap-a-scsi-sas-or-sata-drive-in-linux/
Solved! Go to Solution.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-24-2008 02:53 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-24-2008 08:27 PM
тАО12-24-2008 08:27 PM
Re: Hotswap discs Handling
Thanks for your reply, David. Then now I'm safe that I can remove the disc without to perform some previous operation on the OS.
The next week I will review the information degree that I obtain with check_cciss Nagios plugin and hpacucli after to remove a disc and when returning it to place.
At the moment I obtain the following output with check_cciss Nagios plugin:
# /usr/local/nagios/libexec/non-std/check_cciss -v
RAID OK: Smart Array E200 in Slot 3 array A logicaldrive 1 (410.1 GB, RAID 5, OK) [Controller Status: OK Cache Status: OK Battery Status: OK]
And trying to obtain a little more data, I execute hpacucli with the following syntax:
# hpacucli controller slot=3 physicaldrive all show
Smart Array E200 in Slot 3
array A
physicaldrive 1I:1:1 (port 1I:box 1:bay 1, SAS, 146 GB, OK)
physicaldrive 1I:1:2 (port 1I:box 1:bay 2, SAS, 146 GB, OK)
physicaldrive 1I:1:3 (port 1I:box 1:bay 3, SAS, 146 GB, OK)
physicaldrive 1I:1:4 (port 1I:box 1:bay 4, SAS, 146 GB, OK)
Two doubts that arose to me on the tests that I will do:
* If for example I remove the disc on bay 3 trying to simulate a failure in one of discs of RAID 5, the execution of the previous command would have to show that the disc on bay 3 is inactive?
* After to return to put the disc in bay 3, I suppose that I would have to execute some operation with hpacucli to add the disc to RAID 5 and rebuild the array. Is it correct?
An isolated question: of the output of check_cciss Nagios plugin I see ' Array A' and ' logicaldrive 1'. They are equivalent nomenclatures?
The next week I will review the information degree that I obtain with check_cciss Nagios plugin and hpacucli after to remove a disc and when returning it to place.
At the moment I obtain the following output with check_cciss Nagios plugin:
# /usr/local/nagios/libexec/non-std/check_cciss -v
RAID OK: Smart Array E200 in Slot 3 array A logicaldrive 1 (410.1 GB, RAID 5, OK) [Controller Status: OK Cache Status: OK Battery Status: OK]
And trying to obtain a little more data, I execute hpacucli with the following syntax:
# hpacucli controller slot=3 physicaldrive all show
Smart Array E200 in Slot 3
array A
physicaldrive 1I:1:1 (port 1I:box 1:bay 1, SAS, 146 GB, OK)
physicaldrive 1I:1:2 (port 1I:box 1:bay 2, SAS, 146 GB, OK)
physicaldrive 1I:1:3 (port 1I:box 1:bay 3, SAS, 146 GB, OK)
physicaldrive 1I:1:4 (port 1I:box 1:bay 4, SAS, 146 GB, OK)
Two doubts that arose to me on the tests that I will do:
* If for example I remove the disc on bay 3 trying to simulate a failure in one of discs of RAID 5, the execution of the previous command would have to show that the disc on bay 3 is inactive?
* After to return to put the disc in bay 3, I suppose that I would have to execute some operation with hpacucli to add the disc to RAID 5 and rebuild the array. Is it correct?
An isolated question: of the output of check_cciss Nagios plugin I see ' Array A' and ' logicaldrive 1'. They are equivalent nomenclatures?
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP