- Community Home
- >
- Storage
- >
- Legacy
- >
- Disk
- >
- Capacity Planning
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
07-23-2003 03:38 AM
07-23-2003 03:38 AM
Thanks in advance.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2003 04:30 AM
07-25-2003 04:30 AM
Re: Capacity Planning
If you have a simple environment you could start with
vgdisplay | grep -E "VG Name|PE Size|Free PE"
which gives you some numbers which do not consider mirroring by LVM vs. Array. Also it does not account for unused disks (or cluster disks active on another node).
Hope this helps a little.
Regards
Bernhard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2003 04:54 AM
07-25-2003 04:54 AM
Re: Capacity Planning
I need the utilization broken down from the number of disks (local disks, diskarrays) to the utilization of Oracle space. There are a lot of steps between the above mentioned to get utilization information.
The diskinfo command should give me the maximum space for all hard drives on all systems. That was the easy part. The df or bsd command should give me utilization for file systm space.
I would like to know if this can all be put together and if anyone has done it before? If so, how? There may be third party tools that will assist that I don't know about.
Thanks again.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2003 06:10 AM
07-25-2003 06:10 AM
SolutionWe connect to the servers by SSH, so we did whip up an "everywhere" script to let us run the same commands on all the servers at once (well, sequentially, but you only needed to enter the commands once), but it was diskinfo, bdf, du that we wound up using.
It may not help with the data collection, but making note of the #/size of drives in arrays AND the free slots available has come in handy
when there's a sudden cry for more disk...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2003 08:56 AM
09-23-2003 08:56 AM
Re: Capacity Planning
I don't want to sound like a shill for HP (I'm a software engineer, not a marketeer) but I work in a lab that produces software to do pretty much everything you need with regard to capacity reporting and planning. Disk space utilization of your entire storage environment including JBODs, arrays, and even local disks can be monitored and managed via OpenView Storage Builder. This product, although part of the OpenView Storage Area Manager suite, can be licensed separately. You can read more about it at http://h18006.www1.hp.com/products/storage/software/storagebuilder/index.html.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2003 03:12 PM
11-05-2003 03:12 PM