- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- creatng a logical volume
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
08-22-2008 04:48 AM
08-22-2008 04:48 AM
creatng a logical volume
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2008 04:54 AM
08-22-2008 04:54 AM
Re: creatng a logical volume
Can you post the exact command you are running & also some further details about what exactly you are trying to do.
Regards,
Vihang.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2008 04:56 AM
08-22-2008 04:56 AM
Re: creatng a logical volume
> I'm creating a logical volume, however the Use column says unused with no mount directory?
What exactly are you doing? What command are you using? What is the "use column"?
> Why won't it create the volume?
What error message do you get?
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2008 04:57 AM
08-22-2008 04:57 AM
Re: creatng a logical volume
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2008 05:11 AM
08-22-2008 05:11 AM
Re: creatng a logical volume
mkdir /u14
lvcreate -L size -n u13 /dev/vg01
newfs -F vxfs -o largefiles /dev/vg01/ru13
mount -f vxfs /dev/vg01/u13 /u13
make the entry in /etc/fstab
similar steps to u14
Thanks
SKR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2008 05:12 AM
08-22-2008 05:12 AM
Re: creatng a logical volume
I have an RP7410 running 11.11 and I need to add a new logical volume called vg01-u13 mounted to /u13 vg01-u14 mounted to u14. I am using SAM to add the volume group.
---
# mkdir /u13
# lvcreate -L xxxx -n vg01-u13 /dev/vg01
change the xxxx into the size in MB
# newfs -F vxfs /dev/vg01/rvg01-u13
# mount /dev/vg01/vg01-u13 /u13
change the /etc/fstab
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2008 05:21 AM
08-22-2008 05:21 AM
Re: creatng a logical volume
The command used to remove a logical volume, /sbin/lvremove, has failed.
The stderr output from the command is shown below.
The logical volume has not been removed.
lvremove: Couldn't query physical volume "/dev/dsk/c6t0d0":
The specified path does not correspond to physical volume attached to this volume group
lvlnboot: Warning: couldn't query physical volume "/dev/dsk/c6t0d0":
The specified path does not correspond to physical volume attached to
this volume group
lvlnboot: Warning: couldn't query all of the physical volumes.
vgcfgbackup: Warning: couldn't query physical volume
"/dev/dsk/c6t0d0":
The specified path does not correspond to physical volume attached to
this volume group
vgcfgbackup: Warning: couldn't query all of the physical volumes.
vgcfgbackup: Couldn't query physical volume "/dev/dsk/c6t0d0":
The specified path does not correspond to physical volume attached to
this volume group
vgcfgbackup: /etc/lvmtab is out of date with the running
kernel:Kernel indicates 1 disks for "/dev/vg01"; /etc/lvmtab has 2 disks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2008 05:26 AM
08-22-2008 05:26 AM
Re: creatng a logical volume
Check
# ioscan -fn
for /dev/dsk/c6t0d0.
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
08-24-2008 09:05 PM
08-24-2008 09:05 PM
Re: creatng a logical volume
first check the
1) ioscan -fnC disk |grep c6t0d0
2) check whether pv is a part of vg01
vgdislpay -v vg01 |grep c6t0d0
Regards
Atul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2008 11:03 PM
08-24-2008 11:03 PM
Re: creatng a logical volume
provide following
#vgdisplay -v vg01
Also
#vgcfgrestore -v -l vg01
Regarding disk you run ioscan and verify if you can see disk in ioscan o/p
pvdisplay diskname
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2008 09:34 AM
08-25-2008 09:34 AM
Re: creatng a logical volume
Are you trying to remove the logical volume? Have you odne a ioscan to make sure the disk is claimed? You should beable to created it as Robert suggested.
sp,