![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Has anyone used Monosphere in a volatile environment for prediction? I'm curious because it looks good on paper, but I'm worried that the predictive ability is only viable in a somewhat constant environment. Thanks. ~F |
#3
| |||
| |||
|
|
Hi, what kinda predictions you are looking for ? Is your environment volatile on the logical side of storage or is it more on the connectivity/fabric part of it ? Thanks Harish |
|
Faeandar wrote: Has anyone used Monosphere in a volatile environment for prediction? I'm curious because it looks good on paper, but I'm worried that the predictive ability is only viable in a somewhat constant environment. Thanks. ~F |
#4
| |||
| |||
|
|
On 12 Jan 2007 06:45:54 -0800, harishlb (AT) gmail (DOT) com wrote: - Hi, what kinda predictions you are looking for ? Is your environment volatile on the logical side of storage or is it more on the connectivity/fabric part of it ? Thanks Harish- Sensible predictions. I don't see how it's possible to predict 3 years out with 6 months worth of data. Or any amount of historical data actually. The model that has fit best over the last 5 years is a linear log growth. But it does not predict "when" new disk will be needed, simply that new disk will be needed. Logical volatility, as evidenced by the linear log approach. Thanks. ~F- Faeandar wrote:- Has anyone used Monosphere in a volatile environment for prediction? I'm curious because it looks good on paper, but I'm worried that the predictive ability is only viable in a somewhat constant environment. Thanks. ~F-- |
#5
| |||
| |||
|
|
Has anyone used Monosphere in a volatile environment for prediction? I'm curious because it looks good on paper, but I'm worried that the predictive ability is only viable in a somewhat constant environment. |
#6
| |||
| |||
|
|
Faeandar wrote: Has anyone used Monosphere in a volatile environment for prediction? I'm curious because it looks good on paper, but I'm worried that the predictive ability is only viable in a somewhat constant environment. The detailed response you just got from 'wtmono' made me curious as well, given the effort they clearly went to in this area. Just how much would a product (perhaps something like Isilon on steroids) that allowed you to expand and reconfigure your storage incrementally and inexpensively in a 'plug and play' manner reduce your need for such predictive mechanisms? I.e., (allowing for the need to expand the LAN facilities for tying such a clustered storage system together) how much of your need to predict is based on the effort involved in coordinating the expansion rather than the raw equipment cost of it? - bill |
#7
| |||
| |||
|
|
Faeandar wrote: Has anyone used Monosphere in a volatile environment for prediction? I'm curious because it looks good on paper, but I'm worried that the predictive ability is only viable in a somewhat constant environment. The detailed response you just got from 'wtmono' made me curious as well, given the effort they clearly went to in this area. Just how much would a product (perhaps something like Isilon on steroids) that allowed you to expand and reconfigure your storage incrementally and inexpensively in a 'plug and play' manner reduce your need for such predictive mechanisms? I.e., (allowing for the need to expand the LAN facilities for tying such a clustered storage system together) how much of your need to predict is based on the effort involved in coordinating the expansion rather than the raw equipment cost of it? |
#8
| |||
| |||
|
|
In article <DLadneSUQ_mZPjfYnZ2dnUVZ_uyknZ2d (AT) metrocastcablevision (DOT) com>, Bill Todd <billtodd (AT) metrocast (DOT) net> wrote: Faeandar wrote: Has anyone used Monosphere in a volatile environment for prediction? I'm curious because it looks good on paper, but I'm worried that the predictive ability is only viable in a somewhat constant environment. The detailed response you just got from 'wtmono' made me curious as well, given the effort they clearly went to in this area. Just how much would a product (perhaps something like Isilon on steroids) that allowed you to expand and reconfigure your storage incrementally and inexpensively in a 'plug and play' manner reduce your need for such predictive mechanisms? I.e., (allowing for the need to expand the LAN facilities for tying such a clustered storage system together) how much of your need to predict is based on the effort involved in coordinating the expansion rather than the raw equipment cost of it? Imagine you had a cluster file system (which is goodness, because it means that all your hosts can access all your storage, concurrently). You then connect all your application hosts to all your storage devices (whether they be SAN or NAS), and have all storage go through that cluster file system. Clearly, this cluster file system has to be heterogeneous. Interoperability (and correct translation of file, access mode, locking etc.) within Unix-style machines is comparatively easy. Integrating Windows is harder, but mostly doable (with lots of work). Integrating zOS (a.k.a. mainframe or VM and MVS) and VMS is outright hard, mostly because they have different semantics for the data (CKD, RECFM, RMS record formats, finally EBCDIC), so let's skip those. Furthermore assume that the cluster file system supports full security, consisting both of heterogeneous access control, and normalization / translation of user authentication and user identification. This would require a policy engine to enhance the security capabilities of the individual operating systems (for example, the ACL semantics of Windows is richer than what is common on Unixes, so you need policies to fill ACLs). This implies that it is actually safe to connect all your hosts to a single cluster file system, as you can effectively separate them through security policies if needed. Furthermore assume that the cluster file system provides an intelligent form of data placement. This has to include policies (such as any data from application X goes to disk array A, any data from user U goes to NAS B, and so on). It also has to include policies that react to resource usage (a simple one is quota: stop user U from writing if he is using too much space, much more elaborate ones exist in SRM). Also assume that the cluster file system provides HSM and backup facilities (often called ILM or information life-cycle management today, because HSM and backup are considered boring words), for example by simply connecting to existing best-of-breed HSM and backup tools. Part of intelligent data placement is providing transparent data migration, of placement decisions have made earlier are no longer optimal. In its placement policies, the cluster file system needs to take data availability and data loss into account. For example, if a policy states that data is very important (like the e-mail of the CEO), it needs to be replicated (preferably remotely), and placed on ultra-reliable disk arrays. If one had such a cluster file system (*), all of traditional storage management (including SRM!) would become unneccessary. Wouldn't that be wonderful? (*) The vision and architecture of this cluster file system actually had a name, but that's a different topic. |
#9
| ||||||
| ||||||
|
|
Imagine you had a cluster file system (which is goodness, because it means that all your hosts can access all your storage, concurrently). |
|
You then connect all your application hosts to all your storage devices (whether they be SAN or NAS), and have all storage go through that cluster file system. Clearly, this cluster file system has to be heterogeneous. Interoperability (and correct translation of file, access mode, locking etc.) within Unix-style machines is comparatively easy. Integrating Windows is harder, but mostly doable (with lots of work). Integrating zOS (a.k.a. mainframe or VM and MVS) and VMS is outright hard, mostly because they have different semantics for the data (CKD, RECFM, RMS record formats, finally EBCDIC), so let's skip those. Furthermore assume that the cluster file system supports full security, consisting both of heterogeneous access control, and normalization / translation of user authentication and user identification. This would require a policy engine to enhance the security capabilities of the individual operating systems (for example, the ACL semantics of Windows is richer than what is common on Unixes, so you need policies to fill ACLs). This implies that it is actually safe to connect all your hosts to a single cluster file system, as you can effectively separate them through security policies if needed. |
|
Furthermore assume that the cluster file system provides an intelligent form of data placement. This has to include policies (such as any data from application X goes to disk array A, any data from user U goes to NAS B, and so on). It also has to include policies that react to resource usage (a simple one is quota: stop user U from writing if he is using too much space, much more elaborate ones exist in SRM). Also assume that the cluster file system provides HSM and backup facilities (often called ILM or information life-cycle management today, because HSM and backup are considered boring words), for example by simply connecting to existing best-of-breed HSM and backup tools. Part of intelligent data placement is providing transparent data migration, of placement decisions have made earlier are no longer optimal. |
|
In its placement policies, the cluster file system needs to take data availability and data loss into account. For example, if a policy states that data is very important (like the e-mail of the CEO), it needs to be replicated (preferably remotely), and placed on ultra-reliable disk arrays. |
|
If one had such a cluster file system (*), all of traditional storage management (including SRM!) would become unneccessary. |
|
be wonderful? (*) The vision and architecture of this cluster file system actually had a name, but that's a different topic. |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |