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
09-22-2010 02:30 AM
09-22-2010 02:30 AM
vg prob
i am trying to create vg in hp-ux 11i v3 system ,but it is giving below message..
can any one please reply me with best solution,,,,,
root@-domain name#vgdisplay -v vg01
vgdisplay: Volume group "/dev/vg01" does not exist in the "/etc/lvmtab" file.
best regards
rakunta
vgdisplay: Volume group "/dev/vg01" does not exist in the "/etc/lvmtab_p" file.
vgdisplay: Cannot display volume group "vg01".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2010 02:45 AM
09-22-2010 02:45 AM
Re: vg prob
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!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2010 03:15 AM
09-22-2010 03:15 AM
Re: vg prob
i created all like
dir,mknod ,vg
but why it is getting
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2010 03:17 AM
09-22-2010 03:17 AM
Re: vg prob
vgchange -a y vg01
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2010 03:18 AM
09-22-2010 03:18 AM
Re: vg prob
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!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2010 03:21 AM
09-22-2010 03:21 AM
Re: vg prob
> i created all like dir,mknod ,vg
Instead of showing pseudo commands, it would be nice to see the *actual* commands you issued. Is your minor number unique in your 'mknod'? Do you realize in 11.31 that the 'mkdir' and 'mknod' steps will be done by 'vgcreate' automatically if you choose? What happens if you do that?
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2010 03:27 AM
09-22-2010 03:27 AM
Re: vg prob
mkdir /dev/vg01
mknod /dev/vg01/group c 64 0xNN0000
vgcreate /dev/vg01 /dev/dsk/c?t?d?
What did you do?
Horia.
Horia.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2010 03:32 AM
09-22-2010 03:32 AM
Re: vg prob
# vgcreate /dev/vgname /dev/disk/disk_
Did you do that?
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!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2010 10:55 PM
09-22-2010 10:55 PM
Re: vg prob
What is the output of "vgdisplay -v vg01"
Manoj K
Manoj K
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2010 12:13 AM
09-23-2010 12:13 AM
Re: vg prob
can you recreate the VG, and paste the output here. So that it can be easy for the forum to help you.
Thanks,
shan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2010 08:20 AM
09-23-2010 08:20 AM
Re: vg prob
In hpux v3 you no need to create directory like vg01 under /dev/
No need to create group file also.
Run command like:
pvcreate pvname
vgcreate vgname pvname
Example
#ioscan -m disk >> find disk persistent device file
pvcreate /dev/rdisk/disk25
vgcreate -s 64 vg01 /dev/disk/disk25
lvcreate -L size in MB vgname
newfs -F vxfs -o largefiles
Chandra