- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Fielsystem creation and Disk I/O performance
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-23-2006 01:45 AM
11-23-2006 01:45 AM
Fielsystem creation and Disk I/O performance
I've got three disks allocated from the San as follows:
/dev/rdsk/c31t0d7 400 GB
/dev/rdsk/c31t0d6 60 GB
/dev/rdsk/c31t0d5 40 GB
I need to create some 25 filesystems spanning across 3 databases with the following sizes
DB1 => 192 Gb
DB2 => 169 Gb
DB3 => 34 Gb
I'm planning to create two vgs as follows :
vg01 ==> By combining disks /dev/rdsk/c31t0d7 and /dev/rdsk/c31t0d5 and create the filesystems
for the DB1 and DB2 in it
Vg02 ==> with /dev/rdsk/c31t0d6 and create the filesystems for DB3 in it.
All i want to know is will this plan have any Disk performance issues or is there any other better way of
configuration to have best performance.
Thanks,
Siva
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2006 01:52 AM
11-23-2006 01:52 AM
Re: Fielsystem creation and Disk I/O performance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2006 07:44 AM
11-23-2006 07:44 AM
Re: Fielsystem creation and Disk I/O performance
btw, these luns are made from the same raid group/disk group ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2006 03:12 PM
11-23-2006 03:12 PM
Re: Fielsystem creation and Disk I/O performance
First thing is it all depends upon the Storage Box and the LUN assigned from that.
Other thing is - it is always good idea to distribute all your filesystems with high transfer rate to multiple disk to get the optimum performance.
Samir
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2006 03:23 PM
11-23-2006 03:23 PM
Re: Fielsystem creation and Disk I/O performance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2006 04:46 PM
11-23-2006 04:46 PM
Re: Fielsystem creation and Disk I/O performance
have a look at these documents:
http://www.oracle.com/technology/deploy/availability/pdf/OOW2000_same_ppt.pdf
http://otn.oracle.com/deploy/performance/pdf/opt_storage_conf.pdf
They talk about S.A.M.E - Stripe and Mirror Everything (SAME)
or you may wish to implement ASM (Automatic Storage Management) which implements MASE (mirrored stripes)
With ASM, you will just create one area and all the 3 databases will share it! The great thing is that the day you decide to add a new disk, you just have to add it to the ASM configuration and it is automatically available to all the 3 databases...
hope this helps!
kind regards
yogeeraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2006 09:46 PM
11-23-2006 09:46 PM
Re: Fielsystem creation and Disk I/O performance
Thanks all for your valuable suggestions.
Siva