- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: disk configuration
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
10-13-2003 01:05 AM
10-13-2003 01:05 AM
disk configuration
Ik have to configur one UNIX box and i don't know
which sulutions ik have to choose.I wil use this machine for our database.
Please look in my attachment en give me one good advice.
I like to hear something about wy do ik have to use solution A of solution B.
Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2003 01:17 AM
10-13-2003 01:17 AM
Re: disk configuration
Primary -> Mirror
c0t2d0 -> c1t2d0
c1t3d0 -> c0t3d0
c1t4d0 -> c2t4d0
c2t5d0 -> c1t5d0
This will give you optimum usage of each channel for your config.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2003 01:20 AM
10-13-2003 01:20 AM
Re: disk configuration
O/S disks are always the busiest and you want these on isolated disk controllers. One controller each with nothing else on it. If possible.
In your examples you've got either four disks on one O/S disk or the other O/S disk. Same thing. Same built in disk bottleneck.
Buy another controller or two for better performance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2003 01:21 AM
10-13-2003 01:21 AM
Re: disk configuration
.
IMHO, Solution A and Solution B will make no difference in terms of performance as the mirrors will adjust to the slowest controller's ability to serve out the disks...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2003 01:27 AM
10-13-2003 01:27 AM
Re: disk configuration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2003 01:29 AM
10-13-2003 01:29 AM
Re: disk configuration
Solution B offers a bit more of a balance, primary data for Vg00 and Vg01 on 2 disks each - but I would go for solution A - never put any application data on the same disk as your main Vg00 disk/boot disk.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2003 02:09 AM
10-13-2003 02:09 AM
Re: disk configuration
Iâ m little beat confused. Now I donâ t know nothing. Kan you check mij ioscan â f to see how many controllors do ik have ?
I thing 3 but please tel me if iâ m wrong. We dont have mony to by onother controlor.
Thank you
/dev/dsk/c1t1d0 ----- i dontâ s se this in my ioscan â f
Sorry my english is not very
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2003 02:36 AM
10-13-2003 02:36 AM
Re: disk configuration
I thing 3 but please tel me if iâ m wrong. We dont have mony to by onother controlor.
Thank you
/dev/dsk/c1t1d0 ----- i dontâ s se this in my ioscan â f
Sorry my english is not very
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2003 04:04 AM
10-13-2003 04:04 AM
Re: disk configuration
You can't move c0t8do and c2t9d0 onto c1 because you end up with the potential for another disk bottleneck and worse, a single point of failure at the c1 SCSI controller.
So try what you've got unless you can get another SCSI controller for fault tolerance. For unless you have an idea about your file system structure and which file system will be most written too, I believe either config will probably work as well as the other from a performance objective.
So keep fault tolerance in mind until you can get another SCSI controller.
##########################################
# SCSI c0tYdZ plus two disks
#
# c0t4d0 and c0t8do
##########################################
ext_bus 0 8/4 c720 CLAIMED INTERFACE GSC add-on Fast/Wide SCSI Interface
disk 0 8/4.5.0 sdisk CLAIMED DEVICE SEAGATE ST34573WC
disk 1 8/4.8.0 sdisk CLAIMED DEVICE SEAGATE ST34572WC
##########################################
# SCSI c1tYdZ plus three disks
#
# c1t5do, c1t8d0 and c1t13d0
##########################################
ext_bus 1 8/8 c720 CLAIMED INTERFACE GSC add-on Fast/Wide SCSI Interface
disk 2 8/8.5.0 sdisk CLAIMED DEVICE SEAGATE ST34371N
disk 3 8/8.8.0 sdisk CLAIMED DEVICE SEAGATE ST34573WC
disk 7 8/8.13.0 sdisk CLAIMED DEVICE SEAGATE ST39236LC
##########################################
# SCSI c2tYdZ plus two disks
#
# c2t5d0 and c2t9do
##########################################
ext_bus 2 8/12 c720 CLAIMED INTERFACE GSC add-on Fast/Wide SCSI Interface
disk 4 8/12.5.0 sdisk CLAIMED DEVICE SEAGATE ST34573WC
disk 8 8/12.9.0 sdisk CLAIMED DEVICE SEAGATE ST39236LC
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2003 04:42 AM
10-13-2003 04:42 AM
Re: disk configuration
I have 8 disk's.
Thank you