HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Disk array addition
Operating System - HP-UX
1834988
Members
1717
Online
110073
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
Forums
Discussions
Discussions
Discussions
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
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
01-21-2002 02:00 AM
01-21-2002 02:00 AM
Disk array addition
Hi,
We have an Autoraid in an hp-ux 11.00, with two unused disk devices. Which is the best procedure to configurate them?
(SAM->Disk Devices (Select)->Actions -> Configure ?? using LVM, anything else I should consider?)
We have an Autoraid in an hp-ux 11.00, with two unused disk devices. Which is the best procedure to configurate them?
(SAM->Disk Devices (Select)->Actions -> Configure ?? using LVM, anything else I should consider?)
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2002 02:36 AM
01-21-2002 02:36 AM
Re: Disk array addition
Well, long story with the autoraid..
run arraydsp -a
where arrayid is the number returned from arraydsp -i
This will tell you all the disk info of the array.
The autoraid disks are effictively (although not exactly) grouped together into N+1 configuration to prevent against data loss in case of a failed disk.. thus you really don't have a single disk visible to your host but what's called a LUN.
The last digit of the device file /dev/dsk/cXtYdZ (ie the Z) is the lun number.
If you have two controllers connected to your array there could be two device files for the same lun.. thus it may not be used, but may be used.. if you catch my drift.
A LUN is treated by the OS as a disk like any other (except you get the Z number not necessarily equal to 0 as with standalone disks)
Thus you can go to SAM LVM configuration and create a PV.
Add that PV into a VG and use the disk space by creating an LV in that VG (on that PV).
If the disk is in use you will get an error and will have to pvcreate -f to create the PV... but remember it could be the alternate path to a LUN in use and effective with the -f command you've made you data virtually impossible to restore.
strings /etc/lvmtab to figure out which PV (lun or disks) are in each VG.
And then with ioscan -fnkCdisk figure out if these PVs are AutoRaid Luns.. it's up to you the to figure out if they are indeed available.
Later,
Bill
run arraydsp -a
where arrayid is the number returned from arraydsp -i
This will tell you all the disk info of the array.
The autoraid disks are effictively (although not exactly) grouped together into N+1 configuration to prevent against data loss in case of a failed disk.. thus you really don't have a single disk visible to your host but what's called a LUN.
The last digit of the device file /dev/dsk/cXtYdZ (ie the Z) is the lun number.
If you have two controllers connected to your array there could be two device files for the same lun.. thus it may not be used, but may be used.. if you catch my drift.
A LUN is treated by the OS as a disk like any other (except you get the Z number not necessarily equal to 0 as with standalone disks)
Thus you can go to SAM LVM configuration and create a PV.
Add that PV into a VG and use the disk space by creating an LV in that VG (on that PV).
If the disk is in use you will get an error and will have to pvcreate -f
strings /etc/lvmtab to figure out which PV (lun or disks) are in each VG.
And then with ioscan -fnkCdisk figure out if these PVs are AutoRaid Luns.. it's up to you the to figure out if they are indeed available.
Later,
Bill
It works for me (tm)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2002 06:34 AM
01-21-2002 06:34 AM
Re: Disk array addition
One correction to Bill's statement if I may.
If the array disk has been used before, there is an array command to use, not pvcreate -f
arraycfg -D A2 {or whatever disk slot} -a 00000F23423 {or whatever serial number}
That will remove the previously configured info on the disk and allow it you be used in the autoraid.
GL,
C
If the array disk has been used before, there is an array command to use, not pvcreate -f
arraycfg -D A2 {or whatever disk slot} -a 00000F23423 {or whatever serial number}
That will remove the previously configured info on the disk and allow it you be used in the autoraid.
GL,
C
"In theory, there is no difference between theory and practice. But, in practice, there is. " Jan L.A. van de Snepscheut
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
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP