Ashley Gould wrote: > systemimager 4.0.0-1 (no uyok) > imaging SLES10 SP1 > > The system I am imaging is attached to SAN via FC (emulex hba). During > hardware scan, it loads the emulex hba driver "lpfc" before the > lsi scsi controller driver "mptsas". So when autoinstall script begins > systemimager sees the SAN lun as /dev/sda and installs to it. How can > I force systemimager to install to the local disks instead?
IMHO the simplest solution is to just replace /dev/sda with /dev/sdb (or the correct disk device if you have multiple LUNs assigned to your clients) in your autoinstallscript.conf: /var/lib/systemimager/images/<your_image>/etc/systemimager/autoinstallscript.conf And re-create the auto-install script by si_mkautoinstallscript *without* --autodetect-disks option. -Andrea ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ sisuite-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sisuite-users
