- Community Home
- >
- Servers and Operating Systems
- >
- HPE ProLiant
- >
- ProLiant Servers (ML,DL,SL)
- >
- Multiple Array Controllers interrogation
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
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
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-25-2011 02:08 AM - last edited on 11-30-2014 06:04 PM by Maiko-I
08-25-2011 02:08 AM - last edited on 11-30-2014 06:04 PM by Maiko-I
Multiple Array Controllers interrogation
Hi All,
I've trolled the usual places on the web but can't seem to find anything that helps. I have to collate physical and logical drive info on an estate of around 2000 servers. Obviously, I dont want to log into each device, so:-
a) Is it possible to script collection the info, and if so -
b) What is the best way to achieve it.
Thanks, in advance, for any help offered, and apologies if the solution is so simple I look like a muppet
P.S. This thread has been moevd from General to ProLiant Servers (ML,DL,SL). - Hp Forum Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2011 02:26 AM
08-26-2011 02:26 AM
Re: Multiple Array Controllers interrogation
Are these all HP servers?
Have you looked into HP SIM?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2011 03:41 AM
08-26-2011 03:41 AM
Re: Multiple Array Controllers interrogation
Hi and thanks for the reply
yes they're all HP servers.
Due to the large number of devices, I'm struggling to get complete data. Unfortunately, I dont have sufficient time before this piece of work needs to be carried out to check every device is recorded in SIM and working and reporting properly.
I was hoping for something like a way to extract info from the ACU shell, which I can run using PsExec, so I could automate the query.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2011 03:55 AM
08-26-2011 03:55 AM
Re: Multiple Array Controllers interrogation
If you hit 'hpacucli controller all show config' it will output this to the terminal:
Smart Array E200i in Slot 0 (sn: CHANGED )
array A (SAS, Unused Space: 0 MB)
logicaldrive 1 (68.3 GB, RAID 1+0, OK)
physicaldrive 1I:1:1 (port 1I:box 1:bay 1, SAS, 72 GB, OK)
physicaldrive 1I:1:2 (port 1I:box 1:bay 2, SAS, 72 GB, OK)
We run Linux though so maybe it doesn't work the same in Windows.
If you add detail afterwards it will give more information (disk model number, speed, etc).
I hope with PsExec you could gather more information (hostname) output all into a file with csv or whatelse you may need.