- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- HP SmartArray RAID Controller
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
04-10-2007 03:11 AM
04-10-2007 03:11 AM
How to check if a disk is logical disk?
And, how to check if a disk is a mirrored hardware disk?
Thanks in advanced.
Gianni
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2007 04:13 AM
04-10-2007 04:13 AM
Re: HP SmartArray RAID Controller
Appears a disk may be head or not conigured in the array.
check: /var/adm/syslog/syslog.log for lbolt errors.
Perhaps run mstm/cstm or xstm and see if you can find it.
Or boot the system into array configuration mode,an option at boot time and see whats configured into the array.
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
04-10-2007 04:36 AM
04-10-2007 04:36 AM
Re: HP SmartArray RAID Controller
To see the SA configuration, the command is
# saconfig
Take a look at the SA P400 document at
http://docs.hp.com/en/J6369-90037/J6369-90037.pdf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2007 04:56 AM
04-10-2007 04:56 AM
Re: HP SmartArray RAID Controller
Beg to differ. Why would anyone configure a smartarray only to expose the drives as simple disk?! The thing has raid capability which should be used.
Once assumes it is configured as a pool of storage and a number of logical drives carved of. That number is apparently 7 untill proven otherwise.
What would bother me more is that the storage configuration is not a well know and documented fact. Surely it did not just 'happen', but was designed to certain specifications! Who was responsible for setting it up? Who drove the requirements?
Yes you should use tools to verify that the designed configuration is in place, but this basic a question would frighten me.
In my book either you have no business asking, or there is a dangerous lack of communication.
Respectfully,
Hein van den Heuvel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2007 06:08 AM
04-10-2007 06:08 AM
Solutionfirst read your "ioscan", e.g. you can probably see something like this:
disk 2 0/4/1/0.0.0.1.0 sdisk CLAIMED DEVICE
HP IR Volume
/dev/dsk/c1t1d0 /dev/rdsk/c1t1d0
/dev/dsk/c1t1d0s1 /dev/rdsk/c1t1d0s1
/dev/dsk/c1t1d0s2 /dev/rdsk/c1t1d0s2
/dev/dsk/c1t1d0s3 /dev/rdsk/c1t1d0s3
Please note the description "IR Volume" - this is the "Integrated RAID".
Then get the controller device from the ioscan (e.g. /dev/sasd0) and run:
# sasmgr get_info -D /dev/sasd0 -q raid=all
you will get the information about the RAIDs and the disks included in them.
See also
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1113853
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!
