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
08-28-2001 04:33 AM
08-28-2001 04:33 AM
Is it recommended/not-recommended to do striping on /var on 2 disks ?
Can I do striping to root filesystem ?
Thanx in advance
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2001 04:47 AM
08-28-2001 04:47 AM
SolutionFirstly, /, swap and /stand (lvol1,2,3) must be contiguous - which means you cant stripe them at all. But you could possibly stripe /opt, /usr and /var. However, I would not recommend it for the following reasons;
1. If possible, keep /var, /opt and /usr on the boot disk only. This makes diagnosis of problems and resolution much easier. Adding a 2nd disk (for the stipe) would make recovery more difficult.
2. If you need to later, extending a stiped filesystem is more difficult than non-striped.
3. If you have some part of /var which is being hammered by some application then you could look into creating a symbolic link of the directory to a filesystem elsewhere on a non root disk to alleviate the problem. Or increase the unix buffer cache to improve I/O times (if you have memory available).
I wouldnt recommend it unless you have a chronic performance problem with /var and no other options.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2001 05:28 AM
08-28-2001 05:28 AM
Re: striping
...jcd...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2001 04:39 AM
08-29-2001 04:39 AM
Re: striping
I agree with both of the above, BUT...
There is some performance advantages in mirroring (if you have not already done so). When reading from mirrored disks the disk where the head is closest should be chosen. This will reduce the ammount time the OS needs to wait for the data. you might see the service times drop from say 10ms to 9 or 8ms (for reads).
Just a thought
Tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2001 05:16 AM
08-29-2001 05:16 AM
Re: striping
keep root VG simple, do not stripe, try to keep it all on one disk, use MirrorDisk/UX or RAID, and havean Ignite/UX make_recovery tape of vg00.