Skip to content

Commit 35455cb

Browse files
committed
bibliography: update Traugott2002 entry
1 parent 600a703 commit 35455cb

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

src/thesis/literature.bib

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -921,11 +921,18 @@ @book{HunterGCP
921921
}
922922

923923
@inproceedings{Traugott2002,
924-
author = {Traugott, Steve},
925-
year = {2002},
926-
month = {01},
927-
pages = {99-120},
928-
title = {Why Order Matters: Turing Equivalence in Automated Systems Administration.}
924+
author = {Traugott, Steve and Brown, Lance},
925+
title = {Why Order Matters: Turing Equivalence in Automated Systems Administration},
926+
year = {2002},
927+
publisher = {USENIX Association},
928+
address = {USA},
929+
abstract = {Hosts in a well-architected enterprise infrastructure are self-administered; they perform their own maintenance and upgrades. By definition, self-administered hosts execute self-modifying code. They do not behave according to simple state machine rules, but can incorporate complex feedback loops and evolutionary recursion.The implications of this behavior are of immediate concern to the reliability, security, and ownership costs of enterprise and mission-critical computing. In retrospect, it appears that the same concerns also apply to manually-administered machines, in which administrators use tools that execute in the context of the target disk to change the contents of the same disk. The self-modifying behavior of both manual and automatic administration techniques helps explain the difficulty and expense of maintaining high availability and security in conventionally-administered infrastructures.The practice of infrastructure architecture tool design exists to bring order to this self-referential chaos. Conventional systems administration can be greatly improved upon through discipline, culture, and adoption of practices better fitted to enterprise needs. Creating a low-cost maintenance strategy largely remains an art. What can we do to put this art into the hands of relatively junior administrators? We think that part of the answer includes adopting a well-proven strategy for maintenance tools, based in part upon the theoretical properties of computing.In this paper, we equate self-administered hosts to Turing machines in order to help build a theoretical foundation for understanding this behavior. We discuss some tools that provide mechanisms for reliably managing self-administered hosts, using deterministic ordering techniques.Based on our findings, it appears that no tool, written in any language, can predictably administer an enterprise infrastructure without maintaining a deterministic, repeatable order of changes on each host. The runtime environment for any tool always executes in the context of the target operating system; changes can affect the behavior of the tool itself, creating circular dependencies. The behavior of these changes may be difficult to predict in advance, so testing is necessary to validate changed hosts. Once changes have been validated in testing they must be replicated in production in the same order in which they were tested, due to these same circular dependencies.The least-cost method of managing multiple hosts also appears to be deterministic ordering. All other known management methods seem to include either more testing or higher risk for each host managed.This paper is a living document; revisions and discussion can be found at Infrastructures.Org, a project of TerraLuna, LLC.},
930+
booktitle = {Proceedings of the 16th USENIX Conference on System Administration},
931+
pages = {99–120},
932+
numpages = {22},
933+
location = {Philadelphia, PA},
934+
series = {LISA '02},
935+
url = {http://www.infrastructures.org/papers/turing/turing.html}
929936
}
930937

931938
@article{SurveyFlakyTests,

0 commit comments

Comments
 (0)