- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Adding disk..
Operating System - HP-UX
1821917
Members
3200
Online
109638
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
Discussions
Discussions
Discussions
Forums
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
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
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
тАО11-21-2008 12:15 PM
4 REPLIES 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-21-2008 12:36 PM
тАО11-21-2008 12:36 PM
Re: Adding disk..
Details please
Which OS?
Clustered/Non-Clustered?
Which VG?
Local Disk or SAN disk?
Also have searched the Forum for answers? I'm certain this topic has been covered previously.
Regards
Which OS?
Clustered/Non-Clustered?
Which VG?
Local Disk or SAN disk?
Also have searched the Forum for answers? I'm certain this topic has been covered previously.
Regards
The Devil is in the detail.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-21-2008 04:17 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-21-2008 04:29 PM
тАО11-21-2008 04:29 PM
Re: Adding disk..
How to add a disk to already existing volume group.. .?
Question:- add disk to already existing VG
No Cluster aware
pvcreate /dev/rdsk/cxtxdx
vgextend /dev/vgxx
is it Cluster aware Volume group.?
if Cluster aware follow as per below
1. pvcreate /dev/rdsk/cxtxdx
2. vgextend /dev/vgXX/ /dev/dsk/cxtxdx
3. Activate the VG in exclusive mode in primary node; deactivating in the other
>>>>>vgchange -a n /dev/vgxx (on secondary node)
>>>>>vgchange -a e /dev/vgxx (on primary)
Where /dev/vgxx is the VG name
4. Extend the VG if necessary
>>>>>vgextend -g vgxxpn /dev/vgxx pv1 pv2 .... pvn
Where vgxxpn is the PVG and pv1....pvn is the disk (/dev/dsk/c?t?d?) Make sure you already performed the initial steps in extending VG
5. Create a map file
>>>>vgexport -pvs -m /dev/vgxx
6. Copy the mapfile to the other node
7. Activate in share mode
>>>>>vgchange -a s /dev/vgxx
On the other node:
1. Export the VG
>>>vgexport /dev/vgxx
2. Recreate the directory
>>>>mkdir -p /dev/vgxx
3. Recreate the VG group file
>>>mknod /dev/vgxx/group c 64 0xMM0000
where MM is a unique identifier (ex 01 for vg01)
4. Preview the vgimport to check for any possible error
>>>>vgimport -pvs -m /dev/vgxx
where mapfile is the one copied from the first node
5. If no error, remove the preview mode
>>>>vgimport -vs -m /dev/vgxx
6. Activate in share mode
>>>>vgchange -a s /dev/vgxx
Thanks,
Johnson
Question:- add disk to already existing VG
No Cluster aware
pvcreate /dev/rdsk/cxtxdx
vgextend /dev/vgxx
is it Cluster aware Volume group.?
if Cluster aware follow as per below
1. pvcreate /dev/rdsk/cxtxdx
2. vgextend /dev/vgXX/ /dev/dsk/cxtxdx
3. Activate the VG in exclusive mode in primary node; deactivating in the other
>>>>>vgchange -a n /dev/vgxx (on secondary node)
>>>>>vgchange -a e /dev/vgxx (on primary)
Where /dev/vgxx is the VG name
4. Extend the VG if necessary
>>>>>vgextend -g vgxxpn /dev/vgxx pv1 pv2 .... pvn
Where vgxxpn is the PVG and pv1....pvn is the disk (/dev/dsk/c?t?d?) Make sure you already performed the initial steps in extending VG
5. Create a map file
>>>>vgexport -pvs -m
6. Copy the mapfile to the other node
7. Activate in share mode
>>>>>vgchange -a s /dev/vgxx
On the other node:
1. Export the VG
>>>vgexport /dev/vgxx
2. Recreate the directory
>>>>mkdir -p /dev/vgxx
3. Recreate the VG group file
>>>mknod /dev/vgxx/group c 64 0xMM0000
where MM is a unique identifier (ex 01 for vg01)
4. Preview the vgimport to check for any possible error
>>>>vgimport -pvs -m
where mapfile is the one copied from the first node
5. If no error, remove the preview mode
>>>>vgimport -vs -m
6. Activate in share mode
>>>>vgchange -a s /dev/vgxx
Thanks,
Johnson
Problems are common to all, but attitude makes the difference
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-21-2008 04:31 PM
тАО11-21-2008 04:31 PM
Re: Adding disk..
Hi:
Have a look at chapter-6 of this guide:
http://www.docs.hp.com/en/B2355-90950/index.html
Regards!
...JRF...
Have a look at chapter-6 of this guide:
http://www.docs.hp.com/en/B2355-90950/index.html
Regards!
...JRF...
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
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP