- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- /dev/vg00/lvol3
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
03-16-2007 12:46 PM
03-16-2007 12:46 PM
/dev/vg00/lvol3
Where is lvol3 located and can I delete what was restored there?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2007 01:06 PM
03-16-2007 01:06 PM
Re: /dev/vg00/lvol3
lvol3 in HPUX is / (root)
what kind of a restore are you doing ? can you be more specific ?
Tal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2007 02:58 PM
03-16-2007 02:58 PM
Re: /dev/vg00/lvol3
All mountpoints start as simple directories. When you mount a volume, the directory becomes glue to attach the new lvol to the current directory structure. But when you did not mount the lvol, the directory looks the same to your restore program but it is just a part of / (lvol3). So cleanup the / directory by removing the files inside the mountpoint directory.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2007 07:07 PM
03-17-2007 07:07 PM
Re: /dev/vg00/lvol3
delete the restored file in lvol3. Since you haven't mounted the lvol before doing a restore it had dumped everything in the / in the specified directory.
Rgds
Perumal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2007 04:45 AM
03-22-2007 04:45 AM
Re: /dev/vg00/lvol3
newfs â F vxfs /dev/vg01/rarchive
The problem that I am having is that prior to mounting one of the LVâ s I started a restore job to restore the files. The restore ran for about 4 minutes before it canceled because it ran out of space. When I did a â bdfâ I found that /dev/vg00/lvol3 was full.
root: /root ==> bdf
Filesystem kbytes used avail %used Mounted on
/dev/vg00/lvol3 524288 524264 24 100% /
Once I realized my mistake I mounted the LV and restarted the restore. Now I need to either figure out what is taking up the space in lvol3 and remove it or increase lvol3. Last year I installed online JFS so hopefully I can increase lvol3 without having to down my server.
Any help would be great.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2007 04:55 AM
03-22-2007 04:55 AM
Re: /dev/vg00/lvol3
/mnt01
If you restore your data into this directory without mounting a LVOL there, the data is just there (in " / " under /mnt01).
If you mount a LVOL there, the data is just "hidden" - umount the LVOL and you will see it.
Once you see it you may delete it.
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
03-22-2007 05:00 AM
03-22-2007 05:00 AM
Re: /dev/vg00/lvol3
Now cd to the directory that you started the restore for. You'll see files there. Now remove those files.
Now remount the LV you unmounted above.
It's not rocket science, you just need to stop and think about how things work in HP-UX. Bill gave a good explanation above.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2007 05:04 AM
03-22-2007 05:04 AM
Re: /dev/vg00/lvol3
How should I go about increasing lvol3?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2007 05:05 AM
03-22-2007 05:05 AM
Re: /dev/vg00/lvol3
See this thread for more information and ideas:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1111270
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2007 06:30 AM
03-22-2007 06:30 AM
Re: /dev/vg00/lvol3
I was able to umount the LV and then deleted everything in the directory. When I mounted the LV and checked the directory everything was still there. Go figure! In doing this I was able to free up some space for lvol3 which is now at 63% full.