Re: [sisuite-users] Partitioning problem with SI 4.0.2 SALI 1.3.2

2010-09-28 Thread Chris Pepper
Tristam,

Last month, I made the minimal changes to the SI master script (as 
suggested on this list) to make it work with SALI. I have considered using the 
new SALI masterscript, but not tried it yet. Your suggestions look a bit more 
radical, and I haven't looked in the SALI documentation to find out what those 
verbs mean yet.

If possible, I'd like to patch the SI script, since I believe it's 
*almost* okay (it worked on PE1950s last month). If that won't fly, I'll test 
the SALI replacement.

Is there any documentation for your suggested modifications? Did you 
pull them from a public source that I can read?

Thanks,

Chris

On 9/28/10 3:44 PM, Tristam MacDonald wrote:
 On Tue, Sep 28, 2010 at 11:58 AM, Chris Pepper pep...@reppep.com 
 mailto:pep...@reppep.com wrote:

 Dennis,

  Thanks, your SALI fix enabled us to pull the script from the server. 
 Now using a SI master script modified for SALI, I'm getting warnings about 
 partition alignment, and a partition creation failure which halts the whole 
 process. Screenshots are at http://cbio.mskcc.org/~pepper/si/.

  Any suggestions?

 Thanks,

 Chris


 You mention modifying the script to work with SALI, but you still appear to 
 be using the system-imager style partition script. Adapting to the SALI 
 commands should look more like mine:

 # disk enumeration

 disk_enumerate sd hd


 # set disk label

 set_disklabel $DISK0 gpt


 # partition

 partition $DISK0 1:grub2 5000:swap::swap 2:ext4:/:root 
 1:ext4:/tmp:temp 0:ext4:/data:data


 # mount disks

 mount_disks


-- 
Chris Pepper:http://cbio.mskcc.org/
  http://www.extrapepperoni.com/

--
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
___
sisuite-users mailing list
sisuite-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sisuite-users


Re: [sisuite-users] Partitioning problem with SI 4.0.2 SALI 1.3.2

2010-09-28 Thread Tristam MacDonald
On Tue, Sep 28, 2010 at 3:50 PM, Chris Pepper pep...@reppep.com wrote:

 Tristam,

Last month, I made the minimal changes to the SI master script (as
 suggested on this list) to make it work with SALI. I have considered using
 the new SALI masterscript, but not tried it yet. Your suggestions look a bit
 more radical, and I haven't looked in the SALI documentation to find out
 what those verbs mean yet.

If possible, I'd like to patch the SI script, since I believe it's
 *almost* okay (it worked on PE1950s last month). If that won't fly, I'll
 test the SALI replacement.

Is there any documentation for your suggested modifications? Did you
 pull them from a public source that I can read?


The (semi-complete) official documentation is on the SALI wiki (
https://subtrac.sara.nl/oss/sali/wiki/SaliUsage/Functions). Most of it I
pulled from the various SALI-related posts on the mailing list, however.

I realise you would prefer to continue using the old-style script, but the
reason I recommend the newer method is that SALI-style functions result in a
much cleaner script that is far easier to read and maintain.

-- 
Tristam MacDonald
http://swiftcoder.wordpress.com/
--
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev___
sisuite-users mailing list
sisuite-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sisuite-users