<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Richard Hane wrote:<br>
<blockquote cite="mid736802.74634.qm@web81406.mail.mud.yahoo.com"
 type="cite">
  <style type="text/css"><!-- DIV {margin:0px;} --></style>
  <div
 style="font-family: times new roman,new york,times,serif; font-size: 12pt;">
  <div>We are in the process of retiring on of our servers.&nbsp; I need to
load filepro on the new server.&nbsp; This server has 6 hard drives.&nbsp; The
first 2 are on a Raid 1.&nbsp; The last 4 are on a Raid 5.&nbsp; We want to load
filepro on the Raid 5. </div>
  <div>&nbsp;</div>
  <div>2. How do I find this number?</div>
  </div>
</blockquote>
When you formatted the drive array for NTFS you created the serial
number. Its has nothing to do with the underlying type or number of
drives.<br>
<br>
Click "<tt>Start</tt>"<br>
Click "<tt>Run</tt>"<br>
In the dialog box labeled "Open:" type <big><b><tt>cmd</tt></b></big>
, and hit OK<br>
<br>
I do not know if filePro looks for c: drive or the executing drive for
the license manager to check against. If it looks at the C: drive then
you would just do the following, otherwise change to the D: or whatever
drive you have the raid5 on. Perhaps Ken or someone else at fpTech can
comment on how that works<br>
<br>
In the open command prompt window type <big><b><tt>dir /p</tt></b></big>
<br>
<br>
At the top you should see something similar to this:<br>
<tt>&nbsp;<b>Volume in drive C has no label.<br>
&nbsp;Volume Serial Number is ABCD-1234<br>
<br>
</b></tt>Your serial number will be different, but it should be formed
with 4 alphanumeric digits a dash and 4 more alphanumerics. As with
everything from Microsoft there probably is 20 other ways to get that
number.<br>
<br>
</body>
</html>