This repository has been archived by the owner on Jun 2, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
112 lines (87 loc) · 5.41 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="Spacewalk, HN, Satellite, Open Source, FOSS, Free & Open Source, System Management, Systems Management, Linux, Red Hat, Fedora" />
<title>Spacewalk: Free & Open Source Linux Systems Management</title>
<link rel="shortcut icon" href="img/spacewalk_favicon.ico" />
<link rel="stylesheet" href="css/style.css" type="text/css" media="all" />
</head>
<body>
<div id="wrap">
<h1 id="logo">
<a href="/">
<img src="img/spacewalk-logo.png" alt="Spacewalk" />
</a>
</h1>
<div id="main">
<div id="nav">
<ul>
<li><a class="current" href="/" title="Return to the Spacewalk front page.">Home</a></li>
<li><a href="faq.html" title="Frequently Asked Questions">FAQ</a></li>
<li><a href="download.html" title="Download Spacewalk">Download</a></li>
<li><a href="screenshots.html" title="Spacewalk Screenshots">Screenshots</a></li>
<li><a href="communicate.html" title="Mailing List and IRC">Mailing List / IRC</a></li>
<li><a href="development.html" title="Wiki / Development">Wiki / Development</a></li>
<li><a href="documentation.html" title="Documentation">Documentation</a></li>
<li><a href="repository.html" title="Source Repository">Source Repository</a></li>
<li><a href="relatedlinks.html" title="Related Links">Related Links</a></li>
</ul>
</div>
<div id="content">
<!-- a href="http://fedorahosted.org/spacewalk"><img src="img/spacewalk-learnmore.png" style="float: right; margin: 4px 0 0 12px; border: none;" /></a -->
<div id="sidebar">
<a href="img/screenshots/your_spacewalk.png"><img src="img/spacewalk-screenshot.png" width="300" alt="Spacewalk Screenshot" /></a>
<h2>What Can Spacewalk Do?</h2>
<p>Spacewalk is an open source (GPLv2) Linux systems management solution that allows you to:</p>
<ul>
<li>Inventory your systems (hardware and software information)</li>
<li>Install and update software on your systems</li>
<li>Collect and distribute your custom software packages into manageable groups</li>
<li>Provision (kickstart) your systems</li>
<li>Manage and deploy configuration files to your systems</li>
<li>Provision and start/stop/configure virtual guests</li>
<li>Distribute content across multiple geographical sites in an efficient manner.</li>
</ul>
</div>
<h2>Free & Open Source Systems Management.</h2>
<p>Spacewalk is an open source Linux systems management solution. Spacewalk is the upstream community project from which the Red Hat Satellite product is derived. What are the differences between Spacewalk and Red Hat Satellite? <a href="faq.html#compare">Read more</a>.</p>
<h3>Software Content Management</h3>
<p>Spacewalk manages software content updates for Red Hat derived distributions
such as Fedora, CentOS, and Scientific Linux, within your firewall. You can
stage software content through different environments, managing the deployment
of updates to systems and allowing you to view at which update level any given
system is at across your deployment. A central web interface allows
viewing of systems, their associated software update status, and initiating update
actions.</p>
<h3>Additional Management Capabilities</h3>
<p>Spacewalk also provides provisioning capabilities, allowing you to manage your systems throughout their lifecycle.
Via Provisioning, Spacewalk enables you to kickstart provision systems and manage and deploy configuration files.
Spacewalk also has virtualization capabilities to enable you to provision, control, manage, and monitor virtual KVM and Xen guests.</p>
<h3>Providing Content to Geographically-Distributed Systems</h3>
<p>Part of the Spacewalk project is the Spacewalk Proxy, the upstream of the Red Hat Satellite Proxy product. Multiple Spacewalk Proxies can connect to a central Spacewalk server and cache and distribute content from the Spacewalk Server in various geographical locations, reducing the load on the central server and improving download times for local systems.</p>
<h3>An Open Community Project</h3>
<p>Spacewalk is an open community project. Anyone can contribute to the project, including lending a hand with ideas, feedback, contributing a patch, helping draft documentation, sharing your systems management use cases, or even testing. Sign up for our mailing list or join our IRC channel and say hello!
</p>
</div>
<div id="footer">
<p>Copyright © 2015 Red Hat, Inc. All Rights Reserved. The Spacewalk logo is a trademark of Red Hat, Inc. <br />Please send any comments or corrections to <a href="communicate.html">the Spacewalk mailing list</a>.
<br />
Please report any security concerns about Spacewalk to <a href="mailto:secalert@redhat.com">the Red Hat Security Response Team</a>.</p>
</div>
</div>
</div>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-29244526-2']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>