- Community Home
- >
- Servers and Operating Systems
- >
- Operating System - HP-UX
- >
- LVM and VxVM
- >
- Re: VG creation from Storage
-
- Forums
-
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
- HPE Blog, Austria, Germany & Switzerland
- Blog HPE, France
- HPE Blog, Italy
- HPE Blog, Japan
- HPE Blog, Middle East
- HPE Blog, Russia
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
-
Blogs
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Blog, Latin America
- HPE Blog, Middle East
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
-
Information
- Community
- Welcome
- Getting Started
- FAQ
- Ranking Overview
- Rules of Participation
- Tips and Tricks
- Resources
- Announcements
- Email us
- Feedback
- Information Libraries
- Integrated Systems
- Networking
- Servers
- Storage
- Other HPE Sites
- Support Center
- Aruba Airheads Community
- Enterprise.nxt
- HPE Dev Community
- Cloud28+ Community
- Marketplace
-
Forums
-
Blogs
-
Information
-
English
- 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
- Email to a Friend
- Report Inappropriate Content
06-07-2011 09:43 PM
06-07-2011 09:43 PM
Re: VG creation from Storage
Thanks . please see the output.
:root>ll /dev/vg*/group
crw-r----- 1 root sys 64 0x000000 Apr 9 2007 /dev/vg00/group
crw-r--r-- 1 root sys 64 0x010000 Apr 16 2007 /dev/vg01/group
crw-r--r-- 1 root sys 64 0x020000 Apr 16 2007 /dev/vg02/group
crw-r--r-- 1 root sys 64 0x030000 Apr 16 2007 /dev/vg03/group
crw-r--r-- 1 root sys 64 0x040000 Apr 16 2007 /dev/vg04/group
crw-r--r-- 1 root sys 64 0x050000 Apr 16 2007 /dev/vg05/group
crw-r--r-- 1 root sys 64 0x060000 Apr 16 2007 /dev/vg06/group
crw-r--r-- 1 root sys 64 0x070000 Apr 16 2007 /dev/vg07/group
crw-r--r-- 1 root sys 64 0x080000 Apr 16 2007 /dev/vg08/group
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
06-07-2011 09:43 PM
06-07-2011 09:43 PM
Re: VG creation from Storage
No need to create a "group" file, if you are running 11.31 march 2008 or newer, just do a
# vgcreate /dev/vgname /dev/disk/disk__
the create the LVOL, create the file system and mount it (see above).
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
- Email to a Friend
- Report Inappropriate Content
06-07-2011 09:44 PM
06-07-2011 09:44 PM
Re: VG creation from Storage
# ioscan -m dsf
and search the new device file that matches /dev/dsk/c9t2d0.
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
- Email to a Friend
- Report Inappropriate Content
06-07-2011 09:45 PM
06-07-2011 09:45 PM
Re: VG creation from Storage
OS Version is 11.23.
Rgards
RPS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
06-07-2011 09:47 PM
06-07-2011 09:47 PM
Re: VG creation from Storage
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
06-07-2011 09:48 PM
06-07-2011 09:48 PM
Re: VG creation from Storage
then:
#mkdir /dev/vgtest
#mknod /dev/vgtest/group c 64 0x090000
would be ok.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
06-07-2011 09:57 PM
06-07-2011 09:57 PM
Re: VG creation from Storage
In this case you should vgextend the VG with the other path (/dev/dsk/c14t2d0) for multipathing (PVLINKS):
vgextend vgtest /dev/dsk/c14t2d0
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
- Email to a Friend
- Report Inappropriate Content
06-07-2011 10:04 PM
06-07-2011 10:04 PM
Re: VG creation from Storage
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
06-09-2011 05:05 AM
06-09-2011 05:05 AM
Re: VG creation from Storage
Thank you very much. I have created the file system. And i need on more help from you. I need reclaim the space after one month.Please provide steps remove the fs+lv+vg+pv.
Thanks & Regards
RPS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
06-09-2011 07:58 AM
06-09-2011 07:58 AM
Re: VG creation from Storage
There's no need to remove the FS...I mean, you could just rm -rf /your_mount_point , where the LV is mounted, but that's not necessary, you can go ahead by removing LV+VG+PV like this:
unmount the FS first:
#umount /your_mount_point (where the LV is mounted)
deactivate the VG:
#vgchange -a n vgtest
Shortcut to removing VG:
#vgexport vgtest
one comment here: I hope that only the one LV you created was in vgtest, as the whole vgtest will "disappear"
Optionally remove the PV:
#pvremove /dev/rdsk/c9t2d0
Then tell your storage team to unpresent the disk/lun from the server, so it can be used elsewhere...
Hewlett Packard Enterprise International
- Communities
- HPE Blogs and Forum
© Copyright 2021 Hewlett Packard Enterprise Development LP