GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Vg creation
Operating System - HP-UX
1844000
Members
3024
Online
110226
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
Forums
Discussions
Discussions
Discussions
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
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
03-25-2008 12:38 PM
03-25-2008 12:38 PM
Vg creation
Hello,
I am having the hp-ux server ia64 hp server rx4640 with os 11.23
I want to create a mount point by creating 0ne vg.
I am having the lun ID's but dont know how to see the LUNID's in vpath. so that I can able to add these disks to create the vg.
step by step solution will be appreciable.
Thanks in advance
Many Thanks,
Sachin
I am having the hp-ux server ia64 hp server rx4640 with os 11.23
I want to create a mount point by creating 0ne vg.
I am having the lun ID's but dont know how to see the LUNID's in vpath. so that I can able to add these disks to create the vg.
step by step solution will be appreciable.
Thanks in advance
Many Thanks,
Sachin
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2008 04:26 PM
03-25-2008 04:26 PM
Re: Vg creation
LVM or VXVM?
What type of disk array? EMC, clarion, XP, ...
What type of disk array? EMC, clarion, XP, ...
Support Fatherhood - Stop Family Law
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2008 09:51 PM
03-25-2008 09:51 PM
Re: Vg creation
ioscan -fnCdisk to get disk name(SYMMETRIX|DGC|DISK-SUBSYSTEM|OPEN-E*5) etc
use diskinfo /dev/rdsk/c4t1d0 to get disk size
pvcreate /dev/rdsk/c4t1d0
mkdir /dev/vgnew
mknod /dev/vgnew/group c 64 0x020000
vgcreate vgnew /dev/dsk/c4t1d0
man vgcreate
lvcreate -L 512 -n lvolname vgnew
man lvcreate
newfs -F vxfs /dev/vgnew/rlvolname
man newfs
use manpage to see various options.
use diskinfo /dev/rdsk/c4t1d0 to get disk size
pvcreate /dev/rdsk/c4t1d0
mkdir /dev/vgnew
mknod /dev/vgnew/group c 64 0x020000
vgcreate vgnew /dev/dsk/c4t1d0
man vgcreate
lvcreate -L 512 -n lvolname vgnew
man lvcreate
newfs -F vxfs /dev/vgnew/rlvolname
man newfs
use manpage to see various options.
It's kind of fun to do the impossible
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2008 11:01 PM
03-25-2008 11:01 PM
Re: Vg creation
# ioscan
# insf â e
# ioscan -funC disk
# pvcreate -f /dev/rdsk/c??t??d?
# mkdir /dev/vgtest
# mknod /dev/vgtest/group c 64 0x020000
# vgcreate /dev/vgtest /dev/dsk/c??t??d?
# lvcreate â L 4096 -n lvoltest /dev/vgtest
# newfs /dev/vgtest/rlvoltest
# mkdir /FISH_d03
# mount -F vxfs /dev/vgtest/lvoltest /FISH_d03
use respective man pages if you want change parameters or stripe
regards
Manoj
# insf â e
# ioscan -funC disk
# pvcreate -f /dev/rdsk/c??t??d?
# mkdir /dev/vgtest
# mknod /dev/vgtest/group c 64 0x020000
# vgcreate /dev/vgtest /dev/dsk/c??t??d?
# lvcreate â L 4096 -n lvoltest /dev/vgtest
# newfs /dev/vgtest/rlvoltest
# mkdir /FISH_d03
# mount -F vxfs /dev/vgtest/lvoltest /FISH_d03
use respective man pages if you want change parameters or stripe
regards
Manoj
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
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP