| 1 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
| 2 |
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
| 3 |
<html xmlns="http://www.w3.org/1999/xhtml">
|
| 4 |
|
| 5 |
<head>
|
| 6 |
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
|
| 7 |
<title>FAI - Fully Automatic Installation</title>
|
| 8 |
<link rel="stylesheet" type="text/css" href="/css/main.css" media="screen" />
|
| 9 |
<link rel="stylesheet" type="text/css" href="/css/print.css" media="print" />
|
| 10 |
<!--[if lte IE 6]>
|
| 11 |
<link rel="stylesheet" type="text/css" href="/css/ie6_or_less.css" />
|
| 12 |
<![endif]-->
|
| 13 |
<script type="text/javascript" src="/css/common.js"></script>
|
| 14 |
</head>
|
| 15 |
|
| 16 |
<body id="type-b">
|
| 17 |
<div id="wrap">
|
| 18 |
<div id="header">
|
| 19 |
<div id="site-name">
|
| 20 |
<a href="/">FAI - Fully Automatic Installation</a>
|
| 21 |
</div>
|
| 22 |
<!-- removed header-menu-unused.htm -->
|
| 23 |
</div>
|
| 24 |
|
| 25 |
<!--#include virtual="/menu.html" -->
|
| 26 |
<div id="content">
|
| 27 |
<!-- removed breadcrumb -->
|
| 28 |
|
| 29 |
<h1>FAI questionnaire</h1>
|
| 30 |
|
| 31 |
<p>
|
| 32 |
I'm very interested in your experiences with fai, bug reports, new ideas,...
|
| 33 |
<br />
|
| 34 |
Please send this questionnaire to fai @=@ fai-project.org<br />
|
| 35 |
All replies to this questionnaire are available at
|
| 36 |
<a href="http://fai-project.org/reports">http://fai-project.org/reports</a>
|
| 37 |
<p>
|
| 38 |
Thanks in advance Thomas
|
| 39 |
<pre>
|
| 40 |
----------------------------------------------------------------
|
| 41 |
last edited: november 5, 2010
|
| 42 |
|
| 43 |
How many hosts have you installed using fai?
|
| 44 |
Which version of fai are you using?
|
| 45 |
Which version are you using as your install kernel?
|
| 46 |
(eg.: plain Debian kernel)
|
| 47 |
(eg.: custom build kernel 2.6)
|
| 48 |
|
| 49 |
Which types of hosts are you installing with fai?
|
| 50 |
(eg.: desktops, cluster nodes, notebooks, web server, mail server,...)
|
| 51 |
|
| 52 |
How do you boot your hosts?
|
| 53 |
via network (PXE, DHCP):
|
| 54 |
using FAI-CD:
|
| 55 |
from USB stick:
|
| 56 |
|
| 57 |
Does the default install kernel recognize all your hardware?
|
| 58 |
Which drivers are missing?
|
| 59 |
|
| 60 |
Do you manage your configuration space under version control?
|
| 61 |
|
| 62 |
How big is your config space (Mbytes, # of files)?
|
| 63 |
cd <to your config space> (/usr/local/share/fai by default)
|
| 64 |
du -sh --exclude=.svn --exclude=basefiles
|
| 65 |
find ! -type d | grep -v svn|grep -v cvs|wc -l
|
| 66 |
|
| 67 |
How many files do you have in ../config/files?
|
| 68 |
find files ! -type d | grep -v svn|grep -v cvs|wc -l
|
| 69 |
|
| 70 |
What types of scripts are you using for local customization?
|
| 71 |
(shell, perl, cfengine, puppet, expect,...)
|
| 72 |
|
| 73 |
What is the business of your company/organization (please add name and link)?
|
| 74 |
|
| 75 |
You can also add some words, how you are using FAI in your company.
|
| 76 |
Additional comments:
|
| 77 |
|
| 78 |
|
| 79 |
Do you have some nice pictures of your installation?
|
| 80 |
|
| 81 |
I would like to mention your name or email address and your company's
|
| 82 |
name on the FAI web page where I like to collect all questionnaires of
|
| 83 |
the FAI users.
|
| 84 |
|
| 85 |
May I publish your name?
|
| 86 |
May I publish your email (it will be obfuscated to fool the spamers)?
|
| 87 |
May I publish the name of your company?
|
| 88 |
May I publish the logo of your company?
|
| 89 |
May I publish your pictures?
|
| 90 |
----------------------------------------------------------------
|
| 91 |
</pre>
|
| 92 |
<p>
|
| 93 |
|
| 94 |
</div>
|
| 95 |
</div>
|
| 96 |
</div>
|
| 97 |
</body>
|
| 98 |
</html>
|