Changes

From SME Server
Jump to navigationJump to search
Line 18: Line 18:  
  sme
 
  sme
   −
*Install on i586 system (only for old cpu like k6, via, PII etc)
+
*Set raid type
smei586
+
sme raid=[none,0,1,5,6]
   −
*Installation hangs and the last screen shown is "Welcome to SME Server".
+
*Set number of spares, In case you have 3 or more hard disks in your server and don't want to have a spare disk
  sme ide=nodma
+
  sme spares=[0-(disks-2)]
   −
*Installation errors when disks previously used with fake raid.
+
*Set drive type
  sme ide=nodmraid
+
  sme drives=[hda,sda,xvda,...]
   −
*Install on IBM IntelliStation M Pro stalls
+
*To install SME without software RAID, eg MB with fake raid or with 'Config Disk' issue [[bugzilla:5850]]
sme acpi=off
+
  sme raid=0
 
  −
*Intel DG965 Motherboards will not install (G33xx)
  −
sme pci=nommconf acpi=off all-generic-ide
  −
 
  −
*SATA Driver installation error
  −
sme acpi=off
  −
 
  −
*To install SME without software RAID type
  −
sme noraid
  −
 
  −
*Asus P5W DH DELUXE with fake raid or with 'Config Disk' issue [[bugzilla:5850]]
  −
  sme noraid
      
*To install SME without a logical volume manager type
 
*To install SME without a logical volume manager type
 
  sme nolvm
 
  sme nolvm
  −
*If you are sure you want only RAID 1 you can force the installer to do so by typing
  −
sme raid1
  −
  −
*In case you have 3 or more hard disks in your server and don't want to have a spare disk you can type
  −
sme nospare
      
*If you want to have /, /tmp, /var, /home/e-smith/files and swap on separate partitions type
 
*If you want to have /, /tmp, /var, /home/e-smith/files and swap on separate partitions type
Line 56: Line 38:  
*If you have a driver disk type
 
*If you have a driver disk type
 
  sme dd
 
  sme dd
 +
 +
*Installation hangs and the last screen shown is "Welcome to SME Server".
 +
sme ide=nodma
 +
 +
*Installation errors when disks previously used with fake raid.
 +
sme ide=nodmraid
 +
 +
*SATA Driver installation error, eg IBM IntelliStation M Pro stalls
 +
sme acpi=off
 +
 +
*Intel DG965 Motherboards (G33xx)
 +
sme pci=nommconf acpi=off all-generic-ide
    
*To enable the [[Booting#Rescue_Mode_Help|rescue mode]] type
 
*To enable the [[Booting#Rescue_Mode_Help|rescue mode]] type
 
  sme rescue
 
  sme rescue
   −
=====SME 8=====
+
=====Notes=====
Here is a summary of what has changed:
  −
  −
- There is no longer a noraid boot option
  −
- New boot option raid=[none,0,1,5,6]
  −
- There is no longer a nospare boot option.
  −
- New boot option spares=[0-(disks-2)]
  −
- New boot option drives=[hda,sda,xvda,...]
  −
  −
The installer without anything being passed should behave identically for disks
  −
< 10 with the exception that it won't include any device that is housed on a
  −
drive that needs the usb-storage or spb2 module.
   
   
 
   
If you want to include drives that are on USB or firewire you must use the
+
The installer without anything being passed should behave identically for disks
drives= option and specify all drives (not just the usb/firewire drives) that
+
< 10 with the exception that it won't include any device that is housed on a
you want to use.  
+
drive that needs the usb-storage or spb2 module.
 
   
 
   
If you don't want to use raid at all specify raid=0 or raid=none (they are
+
If you want to include drives that are on USB or firewire you must use the
identical, 0 means none).
+
drives= option and specify all drives (not just the usb/firewire drives) that
 +
you want to use.  
 
   
 
   
If you don't want a spare you should use the spares= option and specify a value
+
If you don't want to use raid at all specify raid=0 or raid=none (they are
of 0.  By default 1 spare will be added for disks > 3.  Another spare drive
+
identical, 0 means none).
will be added for every additional 7 drives you add (10, 17, ...).
   
   
 
   
If you specify a raid level but don't have enough drives it will fall back to
+
If you don't want a spare you should use the spares= option and specify a value
  the next highest raid level (ex. 5 drives, 2 spares, raid 6 will fail back to
+
of 0. By default 1 spare will be added for disks > 3. Another spare drive
raid 5 as 5-2=3 useable drives).
+
will be added for every additional 7 drives you add (10, 17, ...).
 
   
 
   
This will need extensive testing before 8.0 goes final.  There are lots of
+
If you specify a raid level but don't have enough drives it will fall back to
possibilities and combinations. It should allow those with a control complex
+
the next highest raid level (ex. 5 drives, 2 spares, raid 6 will fail back to
to setup their raid/space the way they want to.
+
raid 5 as 5-2=3 useable drives).
    
====General Boot Help====
 
====General Boot Help====

Navigation menu