- Community Home
- >
- Storage
- >
- Entry Storage Systems
- >
- Disk Enclosures
- >
- Re: adding a disk to an Autoraid unit
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
02-24-2004 03:20 AM
02-24-2004 03:20 AM
Re: adding a disk to an Autoraid unit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2004 03:26 AM
02-24-2004 03:26 AM
Re: adding a disk to an Autoraid unit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2004 10:02 PM
03-23-2004 10:02 PM
Re: adding a disk to an Autoraid unit
I have allocated the new disk space to a new LUN. I now want to extend a VG but the VG is a shared clustered VG (distributed). I have tried undistributing the VG but it says it needs to be deactivated first which means down time.
is there anyway to do this on the fly?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2004 10:20 PM
03-23-2004 10:20 PM
Re: adding a disk to an Autoraid unit
What do you mean by
"I have tried undistributing the VG but it says it needs to be deactivated first which means down time."
??
You can extend a VG when it is online using vgextend command
ex:
pvcreate /dev/rdsk/cxtxdx (path of the new lun)
vgextend vgname /dev/rdsk/cxtxdx
However if you need to extend a LV or filesystem you need to have OnlineJFS in order to do it on the fly ..
-Karthik S S
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2004 10:31 PM
03-23-2004 10:31 PM
Re: adding a disk to an Autoraid unit
So.... I tried it on the command line and it worked fine.
Thanks for your help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2004 11:26 PM
03-23-2004 11:26 PM
Re: adding a disk to an Autoraid unit
I have created a new VG with the new LUN. Then created a couple of file systems which I am exporting to the 2nd node in a cluster.
VGexport worked fine, but the vgimport is failing on the second node. When I do an IOSCAN the PV's dont have a /dev/dsk device file only the /dev/rdsk file. I guess this is why the vgimport if failing with the message: PV is not a block special file
couldnt access list of PV's for...
How do I get the newly created PV's (LUN) to show up correctly on the second node?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2004 11:39 PM
03-23-2004 11:39 PM
Re: adding a disk to an Autoraid unit
I have created a new VG with the new LUN. Then created a couple of file systems which I am exporting to the 2nd node in a cluster.
VGexport worked fine, but the vgimport is failing on the second node. When I do an IOSCAN the PV's dont have a /dev/dsk device file only the /dev/rdsk file. I guess this is why the vgimport if failing with the message: PV is not a block special file
couldnt access list of PV's for...
How do I get the newly created PV's (LUN) to show up correctly on the second node?
Scott,
On the second node do a,
ioscan -fnC disk
insf -e -C disk
Now you should be able to see the new device files.
on second node,
mkdir /dev/vg_name
cd /dev/vg_name
mknod group c 64 0x0n0000
(n should be unique and should match node1's group file)
vgimport -v -m mapfile vg_name /dev/dsk/cxtxdx
-Karthik S S
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2004 11:40 PM
03-23-2004 11:40 PM
Re: adding a disk to an Autoraid unit
Sorry about that .. I had pasted your original post with the reply by mistake ... :-(
-Karthik S S
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2004 11:54 PM
03-23-2004 11:54 PM
Re: adding a disk to an Autoraid unit
- « Previous
-
- 1
- 2
- Next »