- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- lvm and disk space
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
04-16-2002 05:25 AM
04-16-2002 05:25 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2002 05:31 AM
04-16-2002 05:31 AM
Re: lvm and disk space
The problem is that the Hitachi disk array ( 7700E ?)you are using is not supported by HP.
Check this document and this thread:
http://us-support.external.hp.com/cki/bin/doc.pl/sid=4d6b7b901324ddfd10/screen=ckiDisplayDocument?docId=200000049196663
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x127b3f490f4ed61190020090279cd0f9,00.html
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2002 05:33 AM
04-16-2002 05:33 AM
Solution'bdf' reports availablity at the filesystem level while 'vgdisplay' reports the availability of physical extents of disk (by default, 4MB each). These physical extents may or may not contain a filesystem. Remember that you start by building a volume group from one or more physical disk with 'vgcreate'. You then create logical volumes on it ('lvcreate') and finally create a filesystem on top with 'newfs'.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2002 05:35 AM
04-16-2002 05:35 AM
Re: lvm and disk space
umount the filesystem, and run an
#extendfs -f vxfs /dev/vg??/lvol?
on the logical volumes, vgdisplay states disk space allocated with logical volume groups, bdf states disk space allocated by filesystems. If that is not the same you file system is smaler than your logical volume.
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2002 05:41 AM
04-16-2002 05:41 AM
Re: lvm and disk space
Again, 'vgdisplay' will show no free PE in any disks, if the entire disk is used while creating logical volumes and file systems. This doesn't mean that you don't have free space in the disk, instead it says that there is no room for creating more LVs and file systems.
'bdf' will show the actual file system usage. If it is free it says that you have enough space to store data. The LVM disk creation will be in this order:
1) pvcreate
2) vgcreate ( check vgdisplay here)
3) lvcreate
4) newfs
5) mount
6) bdf
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2002 06:43 AM
04-16-2002 06:43 AM
Re: lvm and disk space
Great topic:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x96b70bce6f33d6118fff0090279cd0f9,00.html
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x316efd3f91d3d5118ff40090279cd0f9,00.html
Great help in finding them:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x1e6f84534efbd5118ff40090279cd0f9,00.html
live free or die
harry