The golden client system has 2 80GB hard drives in a hardware RAID 1
configuration. On the golden client, those systems are /dev/sda and
/dev/sdb. Here is the /etc/fstab from that system:

 

# /etc/fstab: static file system information.

#

# <file system> <mount point>   <type>  <options>       <dump>  <pass>

proc            /proc           proc    defaults        0       0

# /dev/mapper/isw_ebcbaceghc_Volume01

UUID=31481579-4f75-4451-930e-f0da6a8e7cfb /               ext3
defaults,errors=remount-ro 0       1

# /dev/mapper/isw_ebcbaceghc_Volume05

UUID=51e3e45e-13db-4102-a479-4abcf8ca2ee4 none            swap    sw
0       0

 

If I do a ls -la /dev/mapper/ on that system, I get:

 

crw-rw----  1 root root  10, 60 2009-04-05 13:55 control

brw-rw----  1 root disk 254,  0 2009-04-05 13:55 isw_ebcbaceghc_Volume0

brw-rw----  1 root disk 254,  1 2009-04-05 13:55 isw_ebcbaceghc_Volume01

brw-rw----  1 root disk 254,  2 2009-04-05 13:55 isw_ebcbaceghc_Volume05

 

However, when I do the same on the busybox prompt, I only get the record
for "control". The isw_ block level devices are not being recreated by
System Imager. Doing an fdisk -l on the desired clone does show /dev/sda
and /dev/sdb, so the disks are there. Any ideas why System Imager isn't
creating these devices? Is there something special I need to do in
si_prepareclient to allow this?

 

Best,

 

Jeff

 

 

From: Infos E-Blokos [mailto:in...@e-blokos.com] 
Sent: Monday, April 06, 2009 10:10 AM
To: sisuite-users@lists.sourceforge.net
Subject: Re: [sisuite-users] autoinstall from iso fails with disk error

 

weird, if the script can mount other partition there is no reason that
it can't mount this one.

is it ext3 ?

        ----- Original Message ----- 

        From: Jeffrey Strope <mailto:jstr...@intrahealth.org>  

        To: sisuite-users@lists.sourceforge.net 

        Sent: Monday, April 06, 2009 10:05 AM

        Subject: Re: [sisuite-users] autoinstall from iso fails with
disk error

         

        Doing that gives me:

         

        "mount: mount point /dev/mapper/isw_ebcbaceghc_Volume05 does not
exist"

         

        Best,

         

        Jeff

         

        From: Infos E-Blokos [mailto:in...@e-blokos.com] 
        Sent: Sunday, April 05, 2009 7:54 PM
        To: sisuite-users@lists.sourceforge.net
        Subject: Re: [sisuite-users] autoinstall from iso fails with
disk error

         

        before the command line mkswap -v1
/dev/mapper/isw_ebcbaceghc_Volume05

        put "mount /dev/sdX /dev/mapper/isw_ebcbaceghc_Volume05"

         

        Franck

                ----- Original Message ----- 

                From: Jeffrey Strope <mailto:jstr...@intrahealth.org>  

                To: sisuite-users@lists.sourceforge.net 

                Sent: Sunday, April 05, 2009 4:30 PM

                Subject: Re: [sisuite-users] autoinstall from iso fails
with disk error

                 

                I've tried that, but might be missing something. Here's
the portion of my image.master script that fails:

                 

                logmsg "mkswap -v1 /dev/mapper/isw_ebcbaceghc_Volume05
|| shellout"

                mkswap -v1 /dev/mapper/isw_ebcbaceghc_Volume05 ||
shellout

                logmsg "swapon /dev/mapper/isw_ebcbaceghc_Volume05 ||
shellout"

                swapon /dev/mapper/isw_ebcbaceghc_Volume05 || shellout

                 

                When I'm at the busybox prompt, and do an "ls -la
/dev/mapper/" all I see is a file named "control".

                 

                What should I mount before this executes?

                 

                Best,

                 

                Jeff

 

------------------------------------------------------------------------------
_______________________________________________
sisuite-users mailing list
sisuite-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sisuite-users

Reply via email to