Bug 5178 - raid startup in rc.sysint does not reflect new raid tools
Summary: raid startup in rc.sysint does not reflect new raid tools
Keywords:
Status: CLOSED DUPLICATE of bug 2328
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: initscripts
Version: 6.0
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: David Lawrence
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 1999-09-17 06:21 UTC by chris
Modified: 2008-05-01 15:37 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 1999-09-17 16:35:34 UTC
Embargoed:


Attachments (Terms of Use)

Description chris 1999-09-17 06:21:00 UTC
rc.sysinit refers to the old 'raidadd' and 'raidrun'
programs which are no longer part of the raidtools package.
Instead, 'raidstart' is used to start the raid subsystem.

Consequently, the rc.sysinit file needs to be modified, such
as follows:

if [ -f /proc/mdstat -a -f /etc/raidtab -a -x
/sbin/raidstart ]; then
        action "Starting up RAID devices" raidstart -a
        rc=$?

        # A non-zero return means there were problems.
        if [ $rc -gt 0 ]; then
...etc

Comment 1 Bill Nottingham 1999-09-17 16:35:59 UTC
*** This bug has been marked as a duplicate of 2328 ***


Note You need to log in before you can comment on or make changes to this bug.