- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- bdf vs lvdisplay
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-26-2001 08:17 AM
09-26-2001 08:17 AM
Thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2001 08:23 AM
09-26-2001 08:23 AM
Re: bdf vs lvdisplay
Have you done an 'extendfs' or 'fsadm -b' as appropriate? If you have only completed the ;lvextend', then 'bdf' will not show the resize filesystem because it hasn't yet been resized.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2001 08:28 AM
09-26-2001 08:28 AM
SolutionYou have increased the "disk" capacity, but not the file system size.
you need to unmount the file system and do an extendfs on it, then mount it again.
Or if you have OnlineJFS you can extend the filesystem on line
bdf should now show the correct file system size
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2001 08:46 AM
09-26-2001 08:46 AM
Re: bdf vs lvdisplay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2001 09:07 AM
09-26-2001 09:07 AM
Re: bdf vs lvdisplay
I don't use SAM for disk and filesystem configuration. I've seen SAM hangup trying to unmount a filesystem.
In any event, you should be able to 'extendfs' or use 'fsadm -b' (if you have OnlineJFS) to complete the process.
If you do not have OnlineJFS, unmount the filesystem and do:
# extendfs /dev/vgXX/rlovlX #...note raw device
# mount /dev/vgXX/lvolX /
If you are using OnlineJFS there is no need to unmount:
# fsadm -b
...where
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2001 09:43 AM
09-26-2001 09:43 AM
Re: bdf vs lvdisplay
If it still didn't fix the problem, do an extendfs manually on the character device of the logical volume.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2001 10:31 AM
09-26-2001 10:31 AM
Re: bdf vs lvdisplay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2001 10:36 AM
09-26-2001 10:36 AM
Re: bdf vs lvdisplay
Make sure that filesystem you are trying to extend has a lost+found directory. If the file lost+found/.fsadm cannot be written, the will hang SAM everytime.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2001 05:11 PM
09-26-2001 05:11 PM
Re: bdf vs lvdisplay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2001 06:07 PM
09-26-2001 06:07 PM
Re: bdf vs lvdisplay
You said "I couldn't dismount a file system on level 3 and lower run levels because the device kept "busy". I found out that it's stuck with the swap file system so I removed the swap file system. "....
How can it stuck with swap file system ?Did you mention wrong LV name ? i.e. swap's lv ?
Thanks
Animesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2001 08:13 PM
09-26-2001 08:13 PM
Re: bdf vs lvdisplay
I think what lise wants to convey is that the logical volume she wants to extend has secondary/filesystem swap in that lv. Hence she was not able to extend the filesystem. She removed that secondary swap today and so was able to extend the filesystem.
hope this is the situation.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2001 06:39 AM
09-27-2001 06:39 AM