Link to home
Start Free TrialLog in
Avatar of Skjori
Skjori

asked on

Is it possible to install Ubuntu 6.10 Server with the LAMP option?

Can not find this option during install.
Avatar of ssvl
ssvl
Flag of United States of America image

Is your hardisks or diducted than ok

Set up the /etc/raidtab file like this:

raiddev /dev/md0
        raid-level      1
        nr-raid-disks   2
        nr-spare-disks  0
        persistent-superblock 1
        device          /dev/sdb1
        raid-disk       0
        device          /dev/sdc1
        raid-disk       1


Ok, now we're all set to start initializing the RAID. The mirror must be constructed, eg. the contents (however unimportant now, since the device is still not formatted) of the two devices must be synchronized.

Issue the

  mkraid /dev/md0

command to begin the mirror initialization.

Check out the /proc/mdstat file. It should tell you that the /dev/md0 device has been started, that the mirror is being reconstructed, and an ETA of the completion of the reconstruction.

ASKER CERTIFIED SOLUTION
Avatar of ssvl
ssvl
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Skjori
Skjori

ASKER

Yea, I had another question in mind, and rewrote the same question as no answers had arrived yet. Anyway, I'll credit you for the urgent responce:)