- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Can I add one pair HDD (mirror) to existing VG...
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
07-27-2006 01:37 PM
07-27-2006 01:37 PM
Can I add one pair HDD (mirror) to existing VG00
I would like to know is it possible to add a pair of disk (mirror) to existing VG00 (mirror) for RP7410?
Appreciate if you could provide the steps.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2006 02:51 PM
07-27-2006 02:51 PM
Re: Can I add one pair HDD (mirror) to existing VG00
pair of your new disk bigger than existing disk?
if bigger than existing disk, you must consider about max pe per pv.
my suggestion. create new vg for your data. split it with your OS.
thanks
freddy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2006 03:56 PM
07-27-2006 03:56 PM
Re: Can I add one pair HDD (mirror) to existing VG00
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2006 08:15 PM
07-27-2006 08:15 PM
Re: Can I add one pair HDD (mirror) to existing VG00
Currently, the VG00 have a pair of 36GB (mirror) disk. Now, we plan to add another pair of 36GB to VG00.
Is it advisable to perform this ?
Any comment.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2006 08:19 PM
07-27-2006 08:19 PM
Re: Can I add one pair HDD (mirror) to existing VG00
it is perfectly possible.
Internally you can install 4 disks in an rp7410
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2006 08:24 PM
07-27-2006 08:24 PM
Re: Can I add one pair HDD (mirror) to existing VG00
pvcreate -f /dev/rdsk/cxtydz
2. extend disk vgextend /dev/vg00 /dev/dsk/cxtydz /dev/dsk/....
3. create lvmpvg file
vi /etc/lvmpvg
example:
VG /dev/vg00
PVG PVG0
/dev/dsk/c2t0d0
/dev/dsk/c2t1d0
PVG PVG1
/dev/dsk/c3t0d0
/dev/dsk/c3t1d0
pvg0 is all your primary disk
pvg1 is all your mirror disk
4. vgdisplay -v vg00
you can see lvmpvg at bottom from your output.
5. create lvol
thanks
freddy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2006 09:09 PM
07-27-2006 09:09 PM