- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Extending VG00
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
11-02-2000 11:56 AM
11-02-2000 11:56 AM
As far as I'm aware, there is no physical space for additional internal drives. So I either replace the existing drives with larger ones, or find the disk space somewhere else. Will the fiber channel drives be available at boot time? Will this be reliable?
-Kurt Henning
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2000 12:00 PM
11-02-2000 12:00 PM
Re: Extending VG00
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2000 12:03 PM
11-02-2000 12:03 PM
Solution1. Create a vg consisting of the fibre accessible disks
2. Carve out LVs and create filesystems under the /var structure.
you could create a fs and mount it on /var/someoraclestuff/
you would have to be able to then move over all the stuff from their original directory location to the new LV and mount the new LV on the path of the fs that requires more space.
Good luck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2000 12:20 PM
11-02-2000 12:20 PM
Re: Extending VG00
My preference is to put Oracle archive logs (I assume they are the ones in question) on something other than VG00. In my opinion they are of high enought activity to warrant this. /var is hit enough with non-DBMS tasks. I put Oracle archive logs on another volume group and mirror them there.
...JRF...
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2000 12:20 PM
11-02-2000 12:20 PM
Re: Extending VG00
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2000 01:18 PM
11-02-2000 01:18 PM
Re: Extending VG00
May you never have this nightmare......
A previous consultant/Admin, decided the best way to extend vg00 was to use the handy big disk array....so over he extended some lvols of vg00 to gain some space.
Well....after I came... when the hardware failure happened (and it was going to happen)...we (thanks to some great HP support) were able to replace the primary disk & resync it. BUT I lost one o/s filesystem (cause it was all sliced up....) and couldn't save it. It was /opt. It was a nightmare to fix and get everything off the disk array.
So the moral of the story.....
VG00 is the volume group for the Operating System...
...If at all possible, do not store application software on vg00. Create a vg for your apps &/or data.
If at possible, do not store application data on vg00. If you have a fiber channell and access to disks, put your application files there.
They will be far safer.....and vg00 will be the better for it.
Regards,