- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- SAN vs Internal Disks
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-30-2007 05:18 AM
07-30-2007 05:18 AM
I have rp7420 with 2 mirrored 73.4Gb internal disks.
This box is also connected to a SAN with 2 HBA.
I have 30Gb filesystem on internal disks with high I/O, would it be more efficient to move it to the SAN?
I think the answer is yes, but I would like to have other opinions on advantages/disadvantages on this.
Thank you,
Pedro
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2007 05:27 AM
07-30-2007 05:27 AM
SolutionYou SAN should be used for all other applications and this will leave vg00 relatively quiescent. If you are seeing lots of activity in /var, it is probably a result of /var/tmp and possibly /var/spool/lp. You might consider setting these up as separate file systems under another VG as well.
I really prefer that my boot disks be directly attached just so there is no finger-pointing when something fails.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2007 05:28 AM
07-30-2007 05:28 AM
Re: SAN vs Internal Disks
> I have 30Gb filesystem on internal disks with high I/O, would it be more efficient to move it to the SAN?
I presume that the filesystem in question is *not* within a standard vg00 logical volue. Given that, yes, move it out/off of vg00.
Your vg00 should be mirrored and devoid of anything but the standard logical volumes for HP-UX. This makes cloning, upgrades and/or cold-installations much, much easier.
Besides, you can often get performance benefits from SAN-based filesystems.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2007 05:29 AM
07-30-2007 05:29 AM
Re: SAN vs Internal Disks
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2007 05:33 AM
07-30-2007 05:33 AM
Re: SAN vs Internal Disks
Thank you all, I completely agree with all of you :-)
Pedro