Re: [sisuite-users] SystemImager next generation BIG progress: CentOS-6 and Open SuSE-42.3 support!

2018-03-21 Thread E-Blokos

Amazing Olivier thanks!


On 3/21/2018 10:12 AM, LAHAYE Olivier wrote:


Systemimager is still progressing a lot!

New change since last announce:

- Support for CentOS-6 (finaly!)

- Support for Open SuSE-42.3

- Support For CentOS-7

- Support for Fedora-27

- Install script is not mandatory any-more (big change). You can still 
add one though.

 deployment process is the following:
 pre-install / format disks / mount partitions / run main install 
script / download/install image / install overrides / create config 
(mdadm, lvm, fstab, initramfs, ...) / bootloader / post install


- many cmdline parameters to control systemimager imaging process (no 
more option 140 DHCP parameters to configure (still supported)).
  parameters can be set at multiple places (DHCP, local.cfg, 
PXE-cmdline, /var/lib/systemimager/scripts/configs/.conf)


- disk layout is set in xml format and stored in 
/var/lib/systemimager/scripts/disks-layouts/.xml this permits to 
have a single image deployed to different nodes with different disks. 
No more one image per disk layout.


- Now protocols are splitted in dracut sub modules (systemimager-xmit)
  * For now, only rsync works. *
  Planned:
  systemimager-xmit-docker: build your image on a docker server (must 
be complete), install it on deployed hardware!

  systemimager-xmit-flamethrower
  systemimager-xmit-nfs: mount your image tree thru NFS and rsync 
locally from NFS mount point

  systemimager-xmit-rsync: as usual
  systemimager-xmit-ssh: using scp
  systemimager-xmit-template: a template file for adding more protocols
  systemimager-xmit-torrent: torrent deployment

- SSH tunnel is not considered any-more a protocol for systemimager 
image deployment.
  SSH tunnel is something running aside like a network layer. It was 
used for rsync, but IMHO could also be used for other protocols like 
NFS, docker, ...


- systemimager parameters (set as shell variables in local.cfg or 
/var/lib/systemimager/scripts/configs/.conf or set as cmdline 
parameter in PXE) are the following:

  - si.debug / $DEBUG: values: y|n => Enable debug messages
  - si.config / $SIS_CONFIG: name of file containing config (uses less 
cmdline). File is stored in /var/lib/systemimager/scripts/configs/. 
Name is given without its PATH
  - si.image-name / $IMAGENAME: name of the image (looks for 
imagename|imagename.master)
  - si.script-name / $SCRIPTNAME: name of main script (looks for 
scriptname|scriptname.sh|scriptname.master)
  - si.disk-layout / $DISKS_LAYOUT: name of file containing disks 
layout in xml format (see man autoinstallscript.conf for now) (looks 
for filename|filename.xml)
  - si.dl-protocol / $DL_PROTOCOL: protocolname as seen in dracut 
module systemimager-xmit-.sh. defaults to rsync except 
if other parameter let think otherwise.

  - si.monitor-server / $MONITOR_SERVER: name or ip for monitor server
  - si.monitor-port / $MONITOR_PORT: monitor server port (defaults to 
8181. min:100, max:32000)
  - si.monitor-console / $MONITOR_CONSOLE: y|n|0|1|yes|no 
(enable/disable log reported to monitor console)
  - si.skip-local-cfg / SKIP_LOCAL_CFG: y|n|0|1|yes|no (default:n) if 
yes, try to read local.cfg from old disks or floppy (USB planed of 
course but not yet implemented)

  - si.image-server / $IMAGESERVER: name or ip for the image server
  - si.log-server-port / $LOG_SERVER_PORT: the log server port 
(default is 514, min:100, max:32000)

  - si.ssh-client / $SSH: y|n|0|1|yes|no (dfault "n").
  - si.ssh-download-url / $SSH_DOWNLOAD_URL: ssh download URL => sets 
DL_PROTOCOL to "ssh"
  - si.ssh-server / $SSHD: y|n|0|1|yes|no (enable / disable sshd 
access while imaging) (default "n")
  - si.flamethrower-directory-portbase: 
$FLAMETHROWER_DIRECTORY_PORTBASE: path

  - si.tmpfs-staging / $TMPFS_STAGING: path to staging dir.
  - si.term / $TERM: terminal type to use. defaults to "linux"
  - si.selinux-relabel / $SEL_RELABEL: y-n|0|1|yes|no: Request a 
SELinux files relabel after imaging disks
  - si.post-action / $SIS_POST_ACTION: what to do after imaging. 
defaults to reboot. Possible values: kexec, shell, reboot, shutdown, 
poweroff (and soon continue)
    continue will boot the imaged system without reboot. This is 
possible as initramfs is simply mounting OS filesystems in /sysroot 
and calls swaproot. We are in the same situatiuon after imaging. We 
only need to check that imaging kernel (uname -r) has modules 
available in /sysroot/lib/modules/$(uname -r)/, then we exit the 
dracut hook initqueue and dracut finishes the boot for us.


- Parameters in DHCP are still possible and supported even in 
wickedd-dhcp4 dhcp client in SuSE distros.

  - option-140: IMAGESERVER
  - option-141: LOG_SERVER_PORT
  - option-142: SSH_DOWNLOAD_URL
  - option-143: FLAMETHROWER_DIRECTORY_PORTBASE
  - option-144: TMPFS_STAGING

IMPORTANT:
- si_mkautoinstallscript is DEPRECATED and shouldn't be used (useless 
though)
- disk layout has changed. main scripts are now stored in 

Re: [sisuite-users] RE : systemimager 4.3.0-0.7 available for testing

2013-03-21 Thread E-Blokos
thanks Olivier,

I will try your work and make package for F18

Regards

Franck
  - Original Message - 
  From: LAHAYE Olivier 
  To: sisuite-users@lists.sourceforge.net 
  Sent: Thursday, March 21, 2013 5:58 AM
  Subject: [sisuite-users] RE : systemimager 4.3.0-0.7 available for testing


  Hi,

  The git tree is up to date and should allow a deb build, unfortunately, I'm 
not a deb expert and never built anything on those distro (debinad, ubuntu, 
...). I don't have such a distro available for the moment, I'll try to create a 
vm if I have time.

  Best regards,

  Olivier.




  -- 
 Olivier LAHAYE
 CEA DRT/LIST/DCSI/DIR


--

  De : Jan Groenewald [j...@aims.ac.za]
  Date d'envoi : mercredi 20 mars 2013 19:02
  À : sisuite-users@lists.sourceforge.net
  Objet : Re: [sisuite-users] systemimager 4.3.0-0.7 available for testing


  Hi

  Are there any plans to release a deb or PPA  for Debian or Ubuntu 
(specifically Ubuntu 12.04 LTS)?

  Regards,
  Jan




  On 20 March 2013 18:16, LAHAYE Olivier olivier.lah...@cea.fr wrote:


Hi,

I've uploaded the rpms for systemimager beta version V4.3.0 (beta7)

I've built it for fedora-17 and centos-6.3
They are available here: 
http://olivier.lahaye1.free.fr/OSCAR/repos/unstable/

Note that you can install the oscar-release rpm which will setup the 
yum.repo.d/oscar.repo.

Usage notes:
- The pre install script required to modprobe disk controlers is not 
required anymore. (leave comments in it)
- the post install scripts (si_scripts.tar.bz2) are usefull for grub setup 
(systemconfigurator not yet ported for new grub, grub2 and other bootloaders 
and Network manager) Just comment everything in the pre_install script.

Firmwares available in the image are those that can be built from the 
kernel source tree. No external firmware is provided yet (need to check EULA).

Please keep in mind that this is a testing release. If you have a 
systemimager that is in production, don't upgrade).

Happy testing.



-- 
   Olivier LAHAYE
   CEA DRT/LIST/DCSI/DIR



--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
___
sisuite-users mailing list
sisuite-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sisuite-users





  -- 
.~. 
/V\ Jan Groenewald
   /( )\www.aims.ac.za
   ^^-^^ 



--


  --
  Everyone hates slow websites. So do we.
  Make your web apps faster with AppDynamics
  Download AppDynamics Lite for free today:
  http://p.sf.net/sfu/appdyn_d2d_mar


--


  ___
  sisuite-users mailing list
  sisuite-users@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/sisuite-users
--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar___
sisuite-users mailing list
sisuite-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sisuite-users


Re: [sisuite-users] new centos-6.3 RPMS

2012-11-23 Thread E-Blokos
Hi Brian,

Maybe Git Hub would be better ?
If you consider that systemconfigurator can be zapped for new versions
so ok, would be happy to help in perl.
username: madovsky

Cheers

Franck

  - Original Message - 
  From: Brian Elliott Finley 
  To: sisuite-users@lists.sourceforge.net 
  Sent: Friday, November 23, 2012 1:10 PM
  Subject: Re: [sisuite-users] new centos-6.3 RPMS


  Sun, Olivier,

  Please send me your SourceForge usernames.  I appreciate your efforts, and 
would like to grant you both commit privileges to the SVN repository, so that 
you can commit your patches directly.

  Bas, Franck, the same goes for you two if you wish.


  Regarding a fork, that is generally necessary because one does not have the 
ability to modify the upstream original.  I will happily grant you this access, 
as I think it would be better for the community to improve the main code stream 
rather than to have a fork.  I know that SALI has special circumstances that 
made a fork appropriate for them, at least previously, but I would also be 
happy to allow that fork to merge into the mainstream if SALI considers that 
desirable.


  Lastly, with regard to SystemConfigurator, it is no longer being maintained, 
and we should work to eliminate our dependency on it.  With modern Linuxes this 
should be very feasible through the use of SystemImager postscripts for setup 
of boot manager (Grub) and networking (if desirable).


  All -- feel free to call me if you have any questions.  Just bear in mind 
that I'm generally somewhere in GMT-5 through GMT-7. ;-)  If unsure, start with 
a text message, or leave a voice mail if I don't answer right away, but I'll be 
glad to discuss.  My mobile is 469.444.0167.


  Cheers, -Brian







  On Wed, Nov 21, 2012 at 1:16 AM, Jing CDL Sun sj...@cn.ibm.com wrote:

Hi Olivier, 

Thanks for this sharing! 

Have you cloning Centos-6.3 with these rpms successfully? I tried to use 
them for redhat6.3 cloning, bug failed...


--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
___
sisuite-users mailing list
sisuite-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sisuite-users





  -- 
  Brian Elliott Finley
  Mobile: 469.444.0167



--


  --
  Monitor your physical, virtual and cloud infrastructure from a single
  web console. Get in-depth insight into apps, servers, databases, vmware,
  SAP, cloud infrastructure, etc. Download 30-day Free Trial.
  Pricing starts from $795 for 25 servers or applications!
  http://p.sf.net/sfu/zoho_dev2dev_nov


--


  ___
  sisuite-users mailing list
  sisuite-users@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/sisuite-users
--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov___
sisuite-users mailing list
sisuite-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sisuite-users


Re: [sisuite-users] RE : new centos-6.3 RPMS

2012-11-21 Thread E-Blokos
Hi,

I think the best would be to fork sisuite and create a new project,
as SALI did.

Regards

Franck
  - Original Message - 
  From: LAHAYE Olivier 
  To: sisuite-users@lists.sourceforge.net 
  Sent: Wednesday, November 21, 2012 3:37 AM
  Subject: [sisuite-users] RE : new centos-6.3 RPMS


  Hi,

  I've successfully deployed my oscar images with those rpms.
  But I needed some post install scripts in order to have the grub bootloader 
installed.
  I've posted the postinstall script as well did you used them?

  Can you post a description of the problem you encountered? I must admit I 
feel a little bit alone and feedback is welcome.

  I'd also be very happy if a developper could revew my patches and if ok 
commit them to the svn.

  Cheers,

  Olivier.



  -- 
 Olivier LAHAYE
 CEA DRT/LIST/DCSI/DIR


--

  De : Jing CDL Sun [sj...@cn.ibm.com]
  Date d'envoi : mercredi 21 novembre 2012 08:16
  À : sisuite-users
  Objet : [sisuite-users] new centos-6.3 RPMS


  Hi Olivier, 

  Thanks for this sharing! 

  Have you cloning Centos-6.3 with these rpms successfully? I tried to use them 
for redhat6.3 cloning, bug failed...



--


  --
  Monitor your physical, virtual and cloud infrastructure from a single
  web console. Get in-depth insight into apps, servers, databases, vmware,
  SAP, cloud infrastructure, etc. Download 30-day Free Trial.
  Pricing starts from $795 for 25 servers or applications!
  http://p.sf.net/sfu/zoho_dev2dev_nov


--


  ___
  sisuite-users mailing list
  sisuite-users@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/sisuite-users
--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov___
sisuite-users mailing list
sisuite-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sisuite-users


Re: [sisuite-users] RE : new centos-6.3 RPMS

2012-11-21 Thread E-Blokos
I planned  to patch systemconfigurator but
for now I'm too busy with other jobs...

- Original Message - 
From: Bas van der Vlies b...@sara.nl
To: sisuite-users@lists.sourceforge.net
Sent: Wednesday, November 21, 2012 9:29 AM
Subject: Re: [sisuite-users] RE : new centos-6.3 RPMS


The missing piece for SALI is systemconfigurator. we didn't  port it and our 
perl knowledge is not that good. so an up to date systemconfigurator with 
SALI is an good combination.

regards


On 21 nov. 2012, at 15:17, E-Blokos 
in...@e-blokos.commailto:in...@e-blokos.com
 wrote:

Hi,

I think the best would be to fork sisuite and create a new project,
as SALI did.

Regards



Franck
- Original Message -
From: LAHAYE Oliviermailto:olivier.lah...@cea.fr
To: 
sisuite-users@lists.sourceforge.netmailto:sisuite-users@lists.sourceforge.net
Sent: Wednesday, November 21, 2012 3:37 AM
Subject: [sisuite-users] RE : new centos-6.3 RPMS

Hi,

I've successfully deployed my oscar images with those rpms.
But I needed some post install scripts in order to have the grub bootloader 
installed.
I've posted the postinstall script as well did you used them?

Can you post a description of the problem you encountered? I must admit I 
feel a little bit alone and feedback is welcome.

I'd also be very happy if a developper could revew my patches and if ok 
commit them to the svn.

Cheers,

Olivier.

--
   Olivier LAHAYE
   CEA DRT/LIST/DCSI/DIR

De : Jing CDL Sun [sj...@cn.ibm.commailto:sj...@cn.ibm.com]
Date d'envoi : mercredi 21 novembre 2012 08:16
À : sisuite-users
Objet : [sisuite-users] new centos-6.3 RPMS

Hi Olivier,

Thanks for this sharing!

Have you cloning Centos-6.3 with these rpms successfully? I tried to use 
them for redhat6.3 cloning, bug failed...



--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov



___
sisuite-users mailing list
sisuite-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sisuite-users
--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov___
sisuite-users mailing list
sisuite-users@lists.sourceforge.netmailto:sisuite-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sisuite-users

--
Bas van der Vlies
mail: b...@sara.nlmailto:b...@sara.nl
SARA - Academic Computing Services , Amsterdam, The Netherlands


--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
___
sisuite-users mailing list
sisuite-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sisuite-users 


--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
___
sisuite-users mailing list
sisuite-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sisuite-users


Re: [sisuite-users] 95all.monitord_rebooted replacement V2

2012-11-08 Thread E-Blokos
Olifier,

great to hear that. Will try it on fedora as soon as possible
  - Original Message - 
  From: LAHAYE Olivier 
  To: sisuite-users@lists.sourceforge.net 
  Cc: sisuite-de...@lists.sourceforge.net 
  Sent: Thursday, November 08, 2012 10:33 AM
  Subject: [sisuite-users] 95all.monitord_rebooted replacement V2


  Hi,

  Cool to see somebody here.
  Ok, I though I posted I attached the files, but it seems that I forgot it.
  Thus I took time to add support for systemd.
  I've tested the logic on mandriva cooker ant it seems to be fully functionnal.
  Even the test with /dev/tcp when no netcat binary is found works :-)

  So, it should still work on debian (netcat needed as /dev/tcp is disabled in 
bash on this distro)
  It should work on all system V init directory (either redhat style or 
debian/SuSE style
  It sould work if chkconfig is missing (though it's not a good idea)
  it should work on all systemd enabled system.

  So here is the script (attached). I'll also post all my devels to
  http://olivier.lahaye1.free.fr/Devel/systemimager/


  Happy testing.


  -- 
 Olivier LAHAYE
 CEA DRT/LIST/DCSI/DIR


--

  De : E-Blokos [in...@e-blokos.com]
  Date d'envoi : jeudi 8 novembre 2012 13:38
  À : sisuite-users@lists.sourceforge.net
  Objet : Re: [sisuite-users] 95all.monitord_rebooted replacement


  Hi,

  I would like to test it on Fedora 17
  and try to work on it to make it systemd compatible
  thanks to join the scripts or link

  Regards

  Franck
- Original Message - 
From: LAHAYE Olivier 
To: sisuite-de...@lists.sourceforge.net 
Cc: sisuite-users@lists.sourceforge.net 
Sent: Thursday, November 08, 2012 5:57 AM
Subject: [sisuite-users] 95all.monitord_rebooted replacement


Hi,

I've fully rewrote this post-install script so it works under RHEL distros.

What are the changes:
- SysVInit script is used whenever it is supported (n ot only on debian)
- chkconfig is used whenever it is possible (no manual links except on 
debian system when checkconfig util is not installed)
- lots of cleanup
- should be easy to port to systemd when required.

Note: IMHO, this script shouldn't be in post install.
Instead it should be at the end of the code running those scripts.


Cheers,


-- 
   Olivier LAHAYE
   CEA DRT/LIST/DCSI/DIR







--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_nov 





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



--


  --
  Everyone hates slow websites. So do we.
  Make your web apps faster with AppDynamics
  Download AppDynamics Lite for free today:
  http://p.sf.net/sfu/appdyn_d2d_nov


--


  ___
  sisuite-users mailing list
  sisuite-users@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/sisuite-users
--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_nov___
sisuite-users mailing list
sisuite-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sisuite-users


[sisuite-users] kernel 3.2.21 and sisuite 4.1.99

2012-06-20 Thread E-Blokos
Hi,

I update my kernel to 3.2.21
but now when I do si_prepareclient --server nodexxx

I get 

Using parted to gather information about disk:
/dev/sda

Using parted to gather information about disk:
/dev/sdb


WARNING: unable to identify the device with 
UUID=92a2b62c-6cfc-440f-aa90-d922523c1e62 defined in
 /etc/fstab!

 Manually set the real_dev and format attributes in
 /etc/systemimager/autoinstallscript.conf to properly create this 
device
 during the autoinstall process.

ERROR: unsupported kernel 3.2.21-rt32!

can I correct this manually ?

Thanks

Franck--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
sisuite-users mailing list
sisuite-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sisuite-users


Re: [sisuite-users] question about sali and lvm

2011-11-09 Thread E-Blokos
Hi,

to help you you should provide any logs
  - Original Message - 
  From: Jérémie Tétillon 
  To: sisuite-us...@lists.sf.net 
  Sent: Wednesday, November 09, 2011 6:43 AM
  Subject: [sisuite-users] question about sali and lvm


  Hello,


  We used systemimager for 4 years in my company and we decided to try sali as 
the old kernel/initrd doesn't work out with some of our servers.
  I'm trying to use the new master script and i can't figure out how to create 
a lvm partition


  Am i missing something ? is it even possible ?


  Any help would be nice

  -- 
  Jérémie Tétillon
  Administrateur Systèmes et Réseaux
  Tel: +33 1.45.01.42.44
  j.tetil...@e-merchant.com

  E-Merchant Service IT / PIXMANIA Group
  43 av. de la grande Armée
  75116 Paris




--


  --
  RSA(R) Conference 2012
  Save $700 by Nov 18
  Register now
  http://p.sf.net/sfu/rsa-sfdev2dev1


--


  ___
  sisuite-users mailing list
  sisuite-users@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/sisuite-users
--
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1___
sisuite-users mailing list
sisuite-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sisuite-users


Re: [sisuite-users] Not seeing boel messages on serial console

2011-07-13 Thread E-Blokos
Steven,

you can imagine that the authors of sisuite can be busy or in holidays.
Personally I don't have the answer to your problem

Regards

Franck

- Original Message - 
From: Steven A. DuChene linux-clust...@mindspring.com
To: sisuite-users@lists.sourceforge.net
Sent: Wednesday, July 13, 2011 12:22 PM
Subject: Re: [sisuite-users] Not seeing boel messages on serial console


 Is this a dead mailing list or is anyone else reading these messages
 at all???

 If anyone else is on here please respond with any suggestions or
 even semi-random thoughts.

 Otherwise I guess I have to assume systemimager is a dead project.

 If Bernard or Brian are reading this, do I have to turn anything on
 specifically to get the system to write messages to log files in
 /tmp ? I see mention in the code of si.log as well as si_monitor.log
 but I am not sure if either are used by default.
 --
 Steven DuChene


 -Original Message-
From: Steven A. DuChene linux-clust...@mindspring.com
Sent: Jul 12, 2011 6:41 PM
To: sisuite-users@lists.sourceforge.net
Subject: Re: Not seeing boel messages on serial console

I did try adding an NFS mount option to the autoinstall master script
for my image and then trying to copy over the log file. I can see the
remote system mounting the directory but I do not get any files.

Still trying to figure out what is going on.
--
Steven DuChene


-Original Message-
From: Steven A. DuChene linux-clust...@mindspring.com
Sent: Jul 12, 2011 5:58 PM
To: sisuite-users@lists.sourceforge.net
Subject: Re: Not seeing boel messages on serial console

In looking in the functions file in /etc/init.d of the initrd I see
it is also logging to /tmp/si.log

Can anyone suggest a way that I can somehow have that file transferred
back to my install server just before the node reboots?
--
Steven DuChene


-Original Message-
From: Steven A. DuChene linux-clust...@mindspring.com
Sent: Jul 12, 2011 5:45 PM
To: sisuite-users@lists.sourceforge.net
Subject: No seeing boel messages on serial console

I am trying to boot a bunch of nodes in a special microserver blade 
chassis
where the nodes do not have a traditional vga or graphics console. The 
only
console they have were I can see the progress or lack there-of is a 
serial
console. Also the only installation method is via pxe boot. I have 
passed
the console=ttyS0,9600n8 to the kernel in the pxelinux.cfg boot config 
file
and as a result I see the kernel boot messages on the serial console. 
Once
the kernel is done booting however I do not see any further messages 
except
for any rsync bits which are normally quiet other than three or four 
small
rsync status messages at the end. If I use the --listing option when I
pull the image from the golden client that is running RHEL6.1 I do 
indeed
see the whole list of files being rsync'ed fly by but this really slows 
the
install down to a crawl. I do not see ANY of the customary boel progress
messages at all. I see where initramfs is detected and init called. Then
it talks about how init is started with BusyBox v1.9.1 (2011-04-21 
16:31:21 PDT),
then the disk controller modules are loaded.

The last messages I see are:

NET: Registered protocal family 10
lo: Disabled Privacy Extensions

and then just before the node reboots after rsyncing over all the files 
are
three or four rsnc connect messages and then the node reboots.


My basic problem is after the node reboots from the install, it does not 
boot
up to the OS. It just sits there after accessing the default file that 
tells
it to boot from the local disk and goes no further. My suspicion is that 
some
part of the grub execution or something else at the end of the install 
is
not proceeding correctly. But since I cannot see any of the boel or 
other
progress log messages I am not sure what is failing.

BTW, I also have a basic RHEL6.1 kickstart environment setup and the 
same nodes
will pxe boot and install just fine from the redhat kickstart 
environment that
also uses the console=ttyS0,9600n8 in the kernel append line.

Any thoughts? BTW, I am booting with a RHEL6.1 UYOK kernel and initrd 
that are
generated on the client during the perpareclient step.
--
Steven DuChene









 --
 AppSumo Presents a FREE Video for the SourceForge Community by Eric
 Ries, the creator of the Lean Startup Methodology on Lean Startup
 Secrets Revealed. This video shows you how to validate your ideas,
 optimize your ideas and identify your business strategy.
 http://p.sf.net/sfu/appsumosfdev2dev
 ___
 sisuite-users mailing list
 sisuite-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/sisuite-users 


--
AppSumo Presents a FREE Video for the SourceForge Community by Eric 
Ries, the creator of the Lean Startup Methodology on Lean Startup 
Secrets 

Re: [sisuite-users] Not seeing boel messages on serial console

2011-07-13 Thread E-Blokos
 The testing release is no updated for almost 3 years..
because I think this release is stable
but if you encounter some problem try latest svn update

Is there an other alternative that is better then SI so the guys are
living SI?
no, SI works well no ?

  - Original Message - 
  From: Glauber Eller Martins 
  To: sisuite-users@lists.sourceforge.net 
  Sent: Wednesday, July 13, 2011 1:32 PM
  Subject: Re: [sisuite-users] Not seeing boel messages on serial console


  What is going on with the SI?
  The testing release is no updated for almost 3 years..
  Is there an other alternative that is better then SI so the guys are
  living SI?


  On Wed, Jul 13, 2011 at 1:39 PM, E-Blokos in...@e-blokos.com wrote:

Steven,

you can imagine that the authors of sisuite can be busy or in holidays.
Personally I don't have the answer to your problem

Regards

Franck


- Original Message -
From: Steven A. DuChene linux-clust...@mindspring.com

To: sisuite-users@lists.sourceforge.net

Sent: Wednesday, July 13, 2011 12:22 PM

Subject: Re: [sisuite-users] Not seeing boel messages on serial console


 Is this a dead mailing list or is anyone else reading these messages
 at all???

 If anyone else is on here please respond with any suggestions or
 even semi-random thoughts.

 Otherwise I guess I have to assume systemimager is a dead project.

 If Bernard or Brian are reading this, do I have to turn anything on
 specifically to get the system to write messages to log files in
 /tmp ? I see mention in the code of si.log as well as si_monitor.log
 but I am not sure if either are used by default.
 --
 Steven DuChene


 -Original Message-
From: Steven A. DuChene linux-clust...@mindspring.com
Sent: Jul 12, 2011 6:41 PM
To: sisuite-users@lists.sourceforge.net
Subject: Re: Not seeing boel messages on serial console

I did try adding an NFS mount option to the autoinstall master script
for my image and then trying to copy over the log file. I can see the
remote system mounting the directory but I do not get any files.

Still trying to figure out what is going on.
--
Steven DuChene


-Original Message-
From: Steven A. DuChene linux-clust...@mindspring.com
Sent: Jul 12, 2011 5:58 PM
To: sisuite-users@lists.sourceforge.net
Subject: Re: Not seeing boel messages on serial console

In looking in the functions file in /etc/init.d of the initrd I see
it is also logging to /tmp/si.log

Can anyone suggest a way that I can somehow have that file transferred
back to my install server just before the node reboots?
--
Steven DuChene


-Original Message-
From: Steven A. DuChene linux-clust...@mindspring.com
Sent: Jul 12, 2011 5:45 PM
To: sisuite-users@lists.sourceforge.net
Subject: No seeing boel messages on serial console

I am trying to boot a bunch of nodes in a special microserver blade
chassis
where the nodes do not have a traditional vga or graphics console. The
only
console they have were I can see the progress or lack there-of is a
serial
console. Also the only installation method is via pxe boot. I have
passed
the console=ttyS0,9600n8 to the kernel in the pxelinux.cfg boot config
file
and as a result I see the kernel boot messages on the serial console.
Once
the kernel is done booting however I do not see any further messages
except
for any rsync bits which are normally quiet other than three or four
small
rsync status messages at the end. If I use the --listing option when I
pull the image from the golden client that is running RHEL6.1 I do
indeed
see the whole list of files being rsync'ed fly by but this really slows
the
install down to a crawl. I do not see ANY of the customary boel progress
messages at all. I see where initramfs is detected and init called. Then
it talks about how init is started with BusyBox v1.9.1 (2011-04-21
16:31:21 PDT),
then the disk controller modules are loaded.

The last messages I see are:

NET: Registered protocal family 10
lo: Disabled Privacy Extensions

and then just before the node reboots after rsyncing over all the files
are
three or four rsnc connect messages and then the node reboots.


My basic problem is after the node reboots from the install, it does not
boot
up to the OS. It just sits there after accessing the default file that
tells
it to boot from the local disk and goes no further. My suspicion is that
some
part of the grub execution or something else at the end of the install
is
not proceeding correctly. But since I cannot see any of the boel or
other
progress log messages I am not sure what is failing.

BTW, I

[sisuite-users] last revision

2011-06-05 Thread E-Blokos
Hi Bernard,

only to say that the last revision with --post-install reboot
works well on Fedora10 54bits now.

Thanks

Franck--
Simplify data backup and recovery for your virtual environment with vRanger.
Installation's a snap, and flexible recovery options mean your data is safe,
secure and there when you need it. Discover what all the cheering's about.
Get your free trial download today. 
http://p.sf.net/sfu/quest-dev2dev2 ___
sisuite-users mailing list
sisuite-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sisuite-users


[sisuite-users] update

2011-05-13 Thread E-Blokos
Hi Bernard,

did you decide to release the new version ?

Thanks

Franck--
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding clusters.
http://p.sf.net/sfu/intel-dev2devmay___
sisuite-users mailing list
sisuite-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sisuite-users


Re: [sisuite-users] ip not set in pre-boot settings

2011-04-29 Thread E-Blokos
Hi Bernard,




--

- Original Message - 
From: Bernard Li bern...@vanhpc.org
To: sisuite-users@lists.sourceforge.net
Sent: Thursday, April 28, 2011 2:25 PM
Subject: Re: [sisuite-users] ip not set in pre-boot settings


According to the code, that message just means it is going to try to
DHCP the host:

http://trac.systemimager.org/browser/branches/4.2.x/initrd_source/skel/etc/init.d/functions#L968

And it looks like it is trying to, but failed.

Is dhcpd running on your server (did you run si_mkbootserver)?

Did SystemImager correctly identify your nic and is using the correct
one to DHCP?  Any reason why you're using a bridge interface (br0) as
opposed to standard ethernet interface?

BTW, this is a quick start guide on how to use SystemImager:

http://wiki.systemimager.org/index.php/Quick_Start_HOWTO

Cheers,

Bernard

On Thu, Apr 28, 2011 at 10:07 AM, E-Blokos in...@e-blokos.com wrote:
 Hi Bernard,

 yesterday (all the night) I tried to install a new node
 at the data center, but I stucked with ip address not set in pre-boot
 settings
 weird since I did this commands .

 on golden client .
 si_prepareclient --server node250 --my-modules

 on server :
 si_getimage --golden-client node132 --update-script YES --image my_image
 --listing --autodetect-disks --ip-assignment static --post-install reboot

 and

 si_mkclientnetboot --verbose --netboot --clients 
 10.10.10.140-10.10.10.158
 --flavor my_image --append DEVICE=br0 IMAGESERVER=10.10.10.138
 GATEWAY=10.10.10.138 IMAGENAME=my_image


 I tried also

 si_mkclientnetboot --verbose --netboot --clients node140 --flavor 
 my_image
 --append DEVICE=br0 IMAGESERVER=10.10.10.138 GATEWAY=10.10.10.138
 IMAGENAME=my_image

 si_mkclientnetboot --verbose --netboot --clients node140 --flavor 
 my_image
 --append DEVICE=br0 IMAGESERVER=10.10.10.138 GATEWAY=10.10.10.138
 IMAGENAME=my_image


 I have this in my dhcpd.conf

 subnet 10.10.10.128 netmask 255.255.255.224 {
 range 10.10.10.140 10.10.10.158;
 option domain-name e-blokos.com;
 option routers 10.10.10.138;
 }
 host node140 {
 fixed-address 10.10.10.140;
 filename pxelinux.0;
 next-server 10.10.10.138;
 }
 but the installer stops also at ip address not set in pre-boot settings
 the installer shows also
 dhclient
 
 DHCPDISCOVER port 67 interval 9 etc several times and it stops.

 the mobo is intel S5000PAL with xeon quadcore and 2 network ports.


 Thanks for your help

 Franck


So I retried to install a new node with UYOK with success after run all SI 
commands without some options,
but :

kernel panic at reboot (even with option --post-install reboot), sorry I 
forgot my camera, I saw errors like nosemaphores etc.. I suspect this time 
the kernel itself since I use RT prempt patched kernel, what do you think ?

suggestion . if run si_mkbootserver but cancel or interrupt it all the files 
but default are deleted, so
if I run it again it complains that syslinux.cfg and other are missing, 
which is a little ennoying. maybe delete the file
once it's installed ?

Anyway, Great job as usual and thank you very much Bernard, Brian, Dann, 
Erich and Andrea


Franck


--
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
___
sisuite-users mailing list
sisuite-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sisuite-users


[sisuite-users] ip not set in pre-boot settings

2011-04-28 Thread E-Blokos
Hi Bernard,

yesterday (all the night) I tried to install a new node
at the data center, but I stucked with ip address not set in pre-boot settings
weird since I did this commands .

on golden client .
si_prepareclient --server node250 --my-modules

on server :
si_getimage --golden-client node132 --update-script YES --image my_image 
--listing --autodetect-disks --ip-assignment static --post-install reboot

and

si_mkclientnetboot --verbose --netboot --clients 10.10.10.140-10.10.10.158 
--flavor my_image --append DEVICE=br0 IMAGESERVER=10.10.10.138 
GATEWAY=10.10.10.138 IMAGENAME=my_image


I tried also

si_mkclientnetboot --verbose --netboot --clients node140 --flavor my_image 
--append DEVICE=br0 IMAGESERVER=10.10.10.138 GATEWAY=10.10.10.138 
IMAGENAME=my_image

si_mkclientnetboot --verbose --netboot --clients node140 --flavor my_image 
--append DEVICE=br0 IMAGESERVER=10.10.10.138 GATEWAY=10.10.10.138 
IMAGENAME=my_image


I have this in my dhcpd.conf

subnet 10.10.10.128 netmask 255.255.255.224 {
  range  10.10.10.140 10.10.10.158;
  option domain-name e-blokos.com;
  option routers 10.10.10.138;
 }

host node140 {
fixed-address 10.10.10.140;
filename pxelinux.0;
next-server 10.10.10.138;
}

but the installer stops also at ip address not set in pre-boot settings
the installer shows also 
dhclient

DHCPDISCOVER port 67 interval 9 etc several times and it stops.

the mobo is intel S5000PAL with xeon quadcore and 2 network ports.


Thanks for your help

Franck





--
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd___
sisuite-users mailing list
sisuite-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sisuite-users


Re: [sisuite-users] ip not set in pre-boot settings

2011-04-28 Thread E-Blokos
Hi Bernard,


According to the code, that message just means it is going to try to
DHCP the host:

http://trac.systemimager.org/browser/branches/4.2.x/initrd_source/skel/etc/init.d/functions#L968

And it looks like it is trying to, but failed.

Is dhcpd running on your server (did you run si_mkbootserver)?
yes I did

Did SystemImager correctly identify your nic and is using the correct
one to DHCP?  Any reason why you're using a bridge interface (br0) as
opposed to standard ethernet interface?
I think SI doesn't identify correctly the nice since it fails back to
something like socket fallback and
after there's DHCPDISCOVERY lo port 67 interval xx
I tried also eth0 with same result.
weird since the nic (intel 1000e) are the same of the previous node I installed

BTW, this is a quick start guide on how to use SystemImager:

http://wiki.systemimager.org/index.php/Quick_Start_HOWTO
Ok thanks I check it again now

Cheers,

Bernard

Thank you Bernard

PS: is there any cheatcode if I answer right to the monty python question ? ;)


On Thu, Apr 28, 2011 at 10:07 AM, E-Blokos in...@e-blokos.com wrote:
 Hi Bernard,

 yesterday (all the night) I tried to install a new node
 at the data center, but I stucked with ip address not set in pre-boot
 settings
 weird since I did this commands .

 on golden client .
 si_prepareclient --server node250 --my-modules

 on server :
 si_getimage --golden-client node132 --update-script YES --image my_image
 --listing --autodetect-disks --ip-assignment static --post-install reboot

 and

 si_mkclientnetboot --verbose --netboot --clients 10.10.10.140-10.10.10.158
 --flavor my_image --append DEVICE=br0 IMAGESERVER=10.10.10.138
 GATEWAY=10.10.10.138 IMAGENAME=my_image


 I tried also

 si_mkclientnetboot --verbose --netboot --clients node140 --flavor my_image
 --append DEVICE=br0 IMAGESERVER=10.10.10.138 GATEWAY=10.10.10.138
 IMAGENAME=my_image

 si_mkclientnetboot --verbose --netboot --clients node140 --flavor my_image
 --append DEVICE=br0 IMAGESERVER=10.10.10.138 GATEWAY=10.10.10.138
 IMAGENAME=my_image


 I have this in my dhcpd.conf

 subnet 10.10.10.128 netmask 255.255.255.224 {
 range 10.10.10.140 10.10.10.158;
 option domain-name e-blokos.com;
 option routers 10.10.10.138;
 }
 host node140 {
 fixed-address 10.10.10.140;
 filename pxelinux.0;
 next-server 10.10.10.138;
 }
 but the installer stops also at ip address not set in pre-boot settings
 the installer shows also
 dhclient
 
 DHCPDISCOVER port 67 interval 9 etc several times and it stops.

 the mobo is intel S5000PAL with xeon quadcore and 2 network ports.


 Thanks for your help

 Franck






 --
 WhatsUp Gold - Download Free Network Management Software
 The most intuitive, comprehensive, and cost-effective network
 management toolset available today. Delivers lowest initial
 acquisition cost and overall TCO of any competing solution.
 http://p.sf.net/sfu/whatsupgold-sd
 ___
 sisuite-users mailing list
 sisuite-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/sisuite-users



--
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
___
sisuite-users mailing list
sisuite-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sisuite-users--
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd___
sisuite-users mailing list
sisuite-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sisuite-users


Re: [sisuite-users] Help test latest snapshot of SystemImager

2011-04-27 Thread E-Blokos
Hi Bernard,

I'm waiting some hardware to install new node at
the data center. hope it will come this week.
as soon as I did the install I will write to you

Thanks

Franck

- Original Message - 
From: Bernard Li bern...@vanhpc.org
To: Olivier LAHAYE olivier.lah...@cea.fr
Cc: sisuite-users@lists.sourceforge.net
Sent: Wednesday, April 27, 2011 3:29 PM
Subject: Re: [sisuite-users] Help test latest snapshot of SystemImager


 Hi all:

 Any more issues?  If not, I will make r4556 GA for SystemImager 4.2.0
 (stable) release.

 Thanks,

 Bernard

 On Thu, Apr 21, 2011 at 5:35 PM, Bernard Li bern...@vanhpc.org wrote:
 Hi Olivier:

 2011/4/21 Olivier LAHAYE olivier.lah...@cea.fr:

 Tested but failed to boot because the network card driver (igb) is not 
 built
 into the /usr/share/systemimager/boot/x86_64/standard/kernel file from
 systemimager-x86_64boot-standard rpm.

 After applaying the attached patch, everything seems to work like a 
 charm
 using OSCAR svn trunk.

 Patch applied and rolled out another snapshot:

 http://download.systemimager.org/~bli/systemimager/

 Please re-test.

 As for the spec file, I added the following lines:

 # Make sure we can fin system utils like mkfs.cramfs
 export PATH=/sbin:/usr/sbin:$PATH

 This is to allow the built of the package as non-root using sudo.
 A better way may be to use fakeroot but I'm not skilled enough to tell 
 how to
 do that for now.

 Probably best for you to edit /etc/sudoers and add this in yourself
 instead of messing with the spec file.

 Cheers,

 Bernard


 --
 WhatsUp Gold - Download Free Network Management Software
 The most intuitive, comprehensive, and cost-effective network
 management toolset available today.  Delivers lowest initial
 acquisition cost and overall TCO of any competing solution.
 http://p.sf.net/sfu/whatsupgold-sd
 ___
 sisuite-users mailing list
 sisuite-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/sisuite-users 


--
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
___
sisuite-users mailing list
sisuite-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sisuite-users


[sisuite-users] last version test

2011-04-18 Thread E-Blokos
Hi Bernard,

I'm late in my work so I will test
again your last version at the end of this week

Thanks

Franck--
Benefiting from Server Virtualization: Beyond Initial Workload 
Consolidation -- Increasing the use of server virtualization is a top
priority.Virtualization can reduce costs, simplify management, and improve 
application availability and disaster protection. Learn more about boosting 
the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev___
sisuite-users mailing list
sisuite-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sisuite-users


Re: [sisuite-users] Help test latest snapshot of SystemImager

2011-04-14 Thread E-Blokos
Hi Bernard,

- Original Message - 
From: Bernard Li bern...@vanhpc.org
To: sisuite-users@lists.sourceforge.net
Cc: E-Blokos in...@e-blokos.com
Sent: Wednesday, April 13, 2011 2:38 PM
Subject: Re: [sisuite-users] Help test latest snapshot of SystemImager


 Hi Franck:

 On Tue, Apr 12, 2011 at 9:24 AM, E-Blokos in...@e-blokos.com wrote:

 - after the image was installed before reboot a kernel panic occured

 Can you please provide more information regarding this?  What module
 caused the panic?  A screenshot/dump of the screen would be helpful.
arrgh, didn't remember and didn't note anything.
sorry for my stupid question but how to make a screenshot/dump at this
when the computer is in this state ?
btw, I planned to install another node soon, will see if it does the same
so I will read carefully what's happen

 - even if in systemimager.conf NET_BOOT_DEFAULT was set in local at 
 reboot
 it retried to reinstall the image
 - the UUIDs of all HD failed (seems the module uuid didn't load) so I
 modified /etc/mdadm.conf to match the real /dev/sdX in the ARRAY lines
 - I had to change manually the network-scripts
 - I needed to boot first in rescue mode to rebuild all the Raid1 arrays

 I suspect you are getting the above weird issues due to the kernel
 panic and SystemImager not being able to complete successfully.
yes I guessed.


thanks

Franck


--
Benefiting from Server Virtualization: Beyond Initial Workload 
Consolidation -- Increasing the use of server virtualization is a top
priority.Virtualization can reduce costs, simplify management, and improve 
application availability and disaster protection. Learn more about boosting 
the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
___
sisuite-users mailing list
sisuite-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sisuite-users


Re: [sisuite-users] Help test latest snapshot of SystemImager

2011-04-14 Thread E-Blokos
Hi B,


- Original Message - 
From: Bernard Li bern...@vanhpc.org
To: sisuite-users@lists.sourceforge.net
Cc: E-Blokos in...@e-blokos.com
Sent: Thursday, April 14, 2011 12:50 PM
Subject: Re: [sisuite-users] Help test latest snapshot of SystemImager


 Hi Franck:

 On Thu, Apr 14, 2011 at 9:40 AM, E-Blokos in...@e-blokos.com wrote:

 arrgh, didn't remember and didn't note anything.
 sorry for my stupid question but how to make a screenshot/dump at this
 when the computer is in this state ?
 btw, I planned to install another node soon, will see if it does the same
 so I will read carefully what's happen

 You can try setting up si_monitortk to see if it catches the messages.
 If not and you don't have console access at all, the best bet is
 probably to take a digital picture of your screen with the text
 focused such that you can see what's going on.
ok Will do it and bring my old sony/ericsson to the data center ;)

 I will be posting the most recent snapshot with ext4 support built-in
 shortly, perhaps you can wait to test that instead.
ok tell me when it will be available (RPM ?)

 Cheers,

 Bernard

thanks

Franck


--
Benefiting from Server Virtualization: Beyond Initial Workload 
Consolidation -- Increasing the use of server virtualization is a top
priority.Virtualization can reduce costs, simplify management, and improve 
application availability and disaster protection. Learn more about boosting 
the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
___
sisuite-users mailing list
sisuite-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sisuite-users


Re: [sisuite-users] Latest snapshot for systemimager 4.2.0 availablewith ext4 support

2011-04-14 Thread E-Blokos
Hi Bernard,

- Original Message - 
From: Bernard Li bern...@vanhpc.org
To: sisuite-users sisuite-users@lists.sourceforge.net
Sent: Thursday, April 14, 2011 2:26 PM
Subject: [sisuite-users] Latest snapshot for systemimager 4.2.0 
availablewith ext4 support


 Hi all:

 The latest snapshot for SystemImager 4.2.0 is now available:

 http://download.systemimager.org/~bli/systemimager/

 Changes since the last snapshot:

 - added bc, rsync = 2.4.6 to RPM spec file BuildRequires
 - fix 'Use of uninitialized value' warning and disallow passing empty
 string to --update-script for si_getimage
 - allow parted version numbers a.b in addition to a.b.c
 - added support of openSUSE 11.3 kernels in _get_kernel_release() for UYOK
 - added support for devtmpfs devstyle (openSUSE 11.3+)
 - added support for ext4 filesystem

 Thanks for the contributions of Thomas Zeiser and Franck.

 If you could please test the latest snapshot and provide feedback,
 that would be greatly appreciated.

 Cheers,

 Bernard

 --
 Benefiting from Server Virtualization: Beyond Initial Workload
 Consolidation -- Increasing the use of server virtualization is a top
 priority.Virtualization can reduce costs, simplify management, and improve
 application availability and disaster protection. Learn more about 
 boosting
 the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
 ___
 sisuite-users mailing list
 sisuite-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/sisuite-users

I will (hope) to do it before the end of this week.

Thanks much

Franck 


--
Benefiting from Server Virtualization: Beyond Initial Workload 
Consolidation -- Increasing the use of server virtualization is a top
priority.Virtualization can reduce costs, simplify management, and improve 
application availability and disaster protection. Learn more about boosting 
the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
___
sisuite-users mailing list
sisuite-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sisuite-users


Re: [sisuite-users] Latest snapshot for systemimager 4.2.0 availablewith ext4 support

2011-04-14 Thread E-Blokos
Hi Bernard,

- Original Message - 
From: Bernard Li bern...@vanhpc.org
To: sisuite-users sisuite-users@lists.sourceforge.net
Sent: Thursday, April 14, 2011 2:26 PM
Subject: [sisuite-users] Latest snapshot for systemimager 4.2.0 
availablewith ext4 support


 Hi all:

 The latest snapshot for SystemImager 4.2.0 is now available:

 http://download.systemimager.org/~bli/systemimager/

 Changes since the last snapshot:

 - added bc, rsync = 2.4.6 to RPM spec file BuildRequires
 - fix 'Use of uninitialized value' warning and disallow passing empty
 string to --update-script for si_getimage
 - allow parted version numbers a.b in addition to a.b.c
 - added support of openSUSE 11.3 kernels in _get_kernel_release() for UYOK
 - added support for devtmpfs devstyle (openSUSE 11.3+)
 - added support for ext4 filesystem

 Thanks for the contributions of Thomas Zeiser and Franck.

 If you could please test the latest snapshot and provide feedback,
 that would be greatly appreciated.

 Cheers,

 Bernard

 --
 Benefiting from Server Virtualization: Beyond Initial Workload
 Consolidation -- Increasing the use of server virtualization is a top
 priority.Virtualization can reduce costs, simplify management, and improve
 application availability and disaster protection. Learn more about 
 boosting
 the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
 ___
 sisuite-users mailing list
 sisuite-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/sisuite-users


I can see only 4.1.99.svn4555 package on the link above

thanks

Franck 


--
Benefiting from Server Virtualization: Beyond Initial Workload 
Consolidation -- Increasing the use of server virtualization is a top
priority.Virtualization can reduce costs, simplify management, and improve 
application availability and disaster protection. Learn more about boosting 
the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
___
sisuite-users mailing list
sisuite-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sisuite-users


Re: [sisuite-users] Latest snapshot for systemimager 4.2.0 availablewith ext4 support

2011-04-14 Thread E-Blokos

- Original Message - 
From: Bernard Li bern...@vanhpc.org
To: sisuite-users@lists.sourceforge.net
Cc: E-Blokos in...@e-blokos.com
Sent: Thursday, April 14, 2011 2:54 PM
Subject: Re: [sisuite-users] Latest snapshot for systemimager 4.2.0 
availablewith ext4 support


 On Thu, Apr 14, 2011 at 11:48 AM, E-Blokos in...@e-blokos.com wrote:

 I can see only 4.1.99.svn4555 package on the link above

 Yes, that's the 4.2.0 snapshot -- am I missing something?

 Regards,

 Bernard

Ok sorry :) 


--
Benefiting from Server Virtualization: Beyond Initial Workload 
Consolidation -- Increasing the use of server virtualization is a top
priority.Virtualization can reduce costs, simplify management, and improve 
application availability and disaster protection. Learn more about boosting 
the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
___
sisuite-users mailing list
sisuite-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sisuite-users


Re: [sisuite-users] si_clusterconfig

2011-04-14 Thread E-Blokos

- Original Message - 
From: Bernard Li bern...@vanhpc.org
To: sisuite-users@lists.sourceforge.net
Cc: E-Blokos in...@e-blokos.com
Sent: Thursday, April 14, 2011 2:50 PM
Subject: Re: [sisuite-users] si_clusterconfig


 Hi Franck:

 On Fri, Apr 8, 2011 at 9:59 PM, E-Blokos in...@e-blokos.com wrote:

 when I use ip-rangenode1-node2/ip-range
 it gives Perl error

 Caching XML configuration... Use of uninitialized value
 $etc_hosts_lines_by_number{13} in concatenation (.) or string at
 /usr//lib/systemimager/perl/SystemImager/HostRange.pm line 352

 I should use a comma with another node to remove the error like
 ip-rangenode0,node1-node2/ip-range

 I think you're doing this incorrectly.  If you want to specify host
 range, you should be using the node/node syntax.  For
 ip-range/ip-range, you should provide it with ip addresses, not
 hostnames.

 Granted, there should probably be better sanity/error checking for the 
 script.

 Cheers,

 Bernard


- Original Message - 
From: Bernard Li bern...@vanhpc.org
To: sisuite-users@lists.sourceforge.net
Cc: E-Blokos in...@e-blokos.com
Sent: Thursday, April 14, 2011 2:50 PM
Subject: Re: [sisuite-users] si_clusterconfig


 Hi Franck:

 On Fri, Apr 8, 2011 at 9:59 PM, E-Blokos in...@e-blokos.com wrote:

 when I use ip-rangenode1-node2/ip-range
 it gives Perl error

 Caching XML configuration... Use of uninitialized value
 $etc_hosts_lines_by_number{13} in concatenation (.) or string at
 /usr//lib/systemimager/perl/SystemImager/HostRange.pm line 352

 I should use a comma with another node to remove the error like
 ip-rangenode0,node1-node2/ip-range

 I think you're doing this incorrectly.  If you want to specify host
 range, you should be using the node/node syntax.  For
 ip-range/ip-range, you should provide it with ip addresses, not
 hostnames.

 Granted, there should probably be better sanity/error checking for the
 script.

 Cheers,

 Bernard

Sorry Bernard I meant node/node, made a mistake above
so nodenode01-node10/node doesn't work (perl concatenation error)
and nodenode01,node02-node10/node works

Cheers

Franck


--
Benefiting from Server Virtualization: Beyond Initial Workload 
Consolidation -- Increasing the use of server virtualization is a top
priority.Virtualization can reduce costs, simplify management, and improve 
application availability and disaster protection. Learn more about boosting 
the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
___
sisuite-users mailing list
sisuite-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sisuite-users


Re: [sisuite-users] Help test latest snapshot of SystemImager

2011-04-12 Thread E-Blokos
Hi Bernard,

- Original Message - 
From: Bernard Li bern...@vanhpc.org
To: sisuite-users@lists.sourceforge.net
Cc: E-Blokos in...@e-blokos.com
Sent: Monday, April 11, 2011 6:55 PM
Subject: Re: [sisuite-users] Help test latest snapshot of SystemImager


 Hi Franck:

 On Thu, Apr 7, 2011 at 6:47 PM, E-Blokos in...@e-blokos.com wrote:

 about sources it gives a patch error

 ./configure
 
 cd
 /home/src/systemimager-4.1.99.svn4537.ext4_bli/initrd_source/src/sysvinit-2.8
 6.ds1.orig  cat
 /home/src/systemimager-4.1.99.svn4537.ext4_bli/initrd_source/p
 atches/sysvinit.compile_portability.patch
 /home/src/systemimager-4.1.99.svn4537.
 ext4_bli/initrd_source/patches/sysvinit.debian_rules.patch
 /home/src/systemimage
 r-4.1.99.svn4537.ext4_bli/initrd_source/patches/sysvinit.Makefile.patch 
 /dev/n
 ull | patch -p1
 patching file src/bootlogd.c
 patching file debian/rules
 Hunk #1 FAILED at 9.
 1 out of 1 hunk FAILED -- saving rejects to file debian/rules.rej
 patching file src/Makefile
 make: ***
 [/home/src/systemimager-4.1.99.svn4537.ext4_bli/initrd_source/src/sysv
 init-2.86.ds1.orig.unpack] Error 1

 I would not consider this as a show-stopper, since users typically do
 not need to build SystemImager themselves and you mentioned that the
 RPMs I built work fine.  However, if you have a patch that allows the
 latest version to be built on Fedora 10, please feel free to post it.

 Thanks,

 Bernard

yes the RPMs work nice, but if I have enough time and knowledge to make a 
patch for
fedora 10 I will do it sure.
my experience with your last version (4.1.99 r4537) has been a success with 
a UYOK because
apparently the standard kernel doesn't include module for adaptec sata card.
so after netbooted and automatically installed a new node I noticed :
- after the image was installed before reboot a kernel panic occured
- even if in systemimager.conf NET_BOOT_DEFAULT was set in local at reboot 
it retried to reinstall the image
- the UUIDs of all HD failed (seems the module uuid didn't load) so I 
modified /etc/mdadm.conf to match the real /dev/sdX in the ARRAY lines
- I had to change manually the network-scripts
- I needed to boot first in rescue mode to rebuild all the Raid1 arrays

I don't know if these info are relevant for you.

Anyway this version works much better that the 4.0.2

Regards

Franck




--
Forrester Wave Report - Recovery time is now measured in hours and minutes
not days. Key insights are discussed in the 2010 Forrester Wave Report as
part of an in-depth evaluation of disaster recovery service providers.
Forrester found the best-in-class provider in terms of services and vision.
Read this report now!  http://p.sf.net/sfu/ibm-webcastpromo
___
sisuite-users mailing list
sisuite-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sisuite-users


Re: [sisuite-users] Help test latest snapshot of SystemImager

2011-04-12 Thread E-Blokos
 Hi Bernard,

 - Original Message - 
 From: Bernard Li bern...@vanhpc.org
 To: sisuite-users@lists.sourceforge.net
 Cc: E-Blokos in...@e-blokos.com
 Sent: Monday, April 11, 2011 6:55 PM
 Subject: Re: [sisuite-users] Help test latest snapshot of SystemImager


 Hi Franck:

 On Thu, Apr 7, 2011 at 6:47 PM, E-Blokos in...@e-blokos.com wrote:

 about sources it gives a patch error

 ./configure
 
 cd
 /home/src/systemimager-4.1.99.svn4537.ext4_bli/initrd_source/src/sysvinit-2.8
 6.ds1.orig  cat
 /home/src/systemimager-4.1.99.svn4537.ext4_bli/initrd_source/p
 atches/sysvinit.compile_portability.patch
 /home/src/systemimager-4.1.99.svn4537.
 ext4_bli/initrd_source/patches/sysvinit.debian_rules.patch
 /home/src/systemimage
 r-4.1.99.svn4537.ext4_bli/initrd_source/patches/sysvinit.Makefile.patch 
 
 /dev/n
 ull | patch -p1
 patching file src/bootlogd.c
 patching file debian/rules
 Hunk #1 FAILED at 9.
 1 out of 1 hunk FAILED -- saving rejects to file debian/rules.rej
 patching file src/Makefile
 make: ***
 [/home/src/systemimager-4.1.99.svn4537.ext4_bli/initrd_source/src/sysv
 init-2.86.ds1.orig.unpack] Error 1

 I would not consider this as a show-stopper, since users typically do
 not need to build SystemImager themselves and you mentioned that the
 RPMs I built work fine.  However, if you have a patch that allows the
 latest version to be built on Fedora 10, please feel free to post it.

 Thanks,

 Bernard

 yes the RPMs work nice, but if I have enough time and knowledge to make a 
 patch for
 fedora 10 I will do it sure.
 my experience with your last version (4.1.99 r4537) has been a success 
 with a UYOK because
 apparently the standard kernel doesn't include module for adaptec sata 
 card.
 so after netbooted and automatically installed a new node I noticed :
 - after the image was installed before reboot a kernel panic occured
 - even if in systemimager.conf NET_BOOT_DEFAULT was set in local at 
 reboot it retried to reinstall the image
 - the UUIDs of all HD failed (seems the module uuid didn't load) so I 
 modified /etc/mdadm.conf to match the real /dev/sdX in the ARRAY lines
 - I had to change manually the network-scripts
 - I needed to boot first in rescue mode to rebuild all the Raid1 arrays

 I don't know if these info are relevant for you.

 Anyway this version works much better that the 4.0.2

 Regards

 Franck


I forgot also it installed the ext4 partitions successfully...

Thanks

Franck 


--
Forrester Wave Report - Recovery time is now measured in hours and minutes
not days. Key insights are discussed in the 2010 Forrester Wave Report as
part of an in-depth evaluation of disaster recovery service providers.
Forrester found the best-in-class provider in terms of services and vision.
Read this report now!  http://p.sf.net/sfu/ibm-webcastpromo
___
sisuite-users mailing list
sisuite-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sisuite-users


Re: [sisuite-users] Help test latest snapshot of SystemImager

2011-04-11 Thread E-Blokos
have no problem  on my side (canada)

- Original Message - 
From: Bernard Li bern...@vanhpc.org
To: sisuite-users@lists.sourceforge.net
Sent: Monday, April 11, 2011 1:44 PM
Subject: Re: [sisuite-users] Help test latest snapshot of SystemImager


Hi Andy:

On Mon, Apr 11, 2011 at 6:40 AM, Andy Rabagliati an...@wizzy.com wrote:

 I am having difficulty resolving this site.

 Can anyone give me an IP address ?

 The nameservers for systemimager.org - listed as
 ns1.thefinleys.com and ns2.thefinleys.com also do not resolve.

 whois data for systemimager.org and thefinleys.com does not
 list IP addresses for their nameservers..

Where are you based?  Perhaps there are some issues with your ISP's DNS 
servers?

Cheers,

Bernard

--
Xperia(TM) PLAY
It's a major breakthrough. An authentic gaming
smartphone on the nation's most reliable network.
And it wants your games.
http://p.sf.net/sfu/verizon-sfdev
___
sisuite-users mailing list
sisuite-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sisuite-users 


--
Xperia(TM) PLAY
It's a major breakthrough. An authentic gaming
smartphone on the nation's most reliable network.
And it wants your games.
http://p.sf.net/sfu/verizon-sfdev
___
sisuite-users mailing list
sisuite-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sisuite-users


[sisuite-users] parser error

2011-04-08 Thread E-Blokos
I'm trying to get_image but at the end

- my_image IMAGE RETRIEVAL FINISHED -

Press Enter to continue...
WARNING: failed to copy boot files from the image (ignore this warning if you 
are not using UYOK).
/var/lib/systemimager/images/my_image/etc/systemimager/autoinstallscript.conf:89:
 parser error : Premature end of data in tag config line 16

I use UYOK, so how to resolve this issue correctly ?

rpm 4.1.99 ext4 bli used

Thanks

Franck--
Xperia(TM) PLAY
It's a major breakthrough. An authentic gaming
smartphone on the nation's most reliable network.
And it wants your games.
http://p.sf.net/sfu/verizon-sfdev___
sisuite-users mailing list
sisuite-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sisuite-users


[sisuite-users] UYOK netboot install

2011-04-08 Thread E-Blokos
I'm trying to test the las ext4 bli r4537 RPM
everything was ok , but after the boot kernel and initrd.img
loading it starts in multicast mode searching any flamethrower server.
but I'm almost sure to not set any config with flamethrower...

Thanks

Franck--
Xperia(TM) PLAY
It's a major breakthrough. An authentic gaming
smartphone on the nation's most reliable network.
And it wants your games.
http://p.sf.net/sfu/verizon-sfdev___
sisuite-users mailing list
sisuite-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sisuite-users


[sisuite-users] si_clusterconfig

2011-04-08 Thread E-Blokos
when I use ip-rangenode1-node2/ip-range
it gives Perl error

Caching XML configuration... Use of uninitialized value 
$etc_hosts_lines_by_number{13} in concatenation (.) or string at 
/usr//lib/systemimager/perl/SystemImager/HostRange.pm line 352

I should use a comma with another node to remove the error like
ip-rangenode0,node1-node2/ip-range

Regards

Franck--
Xperia(TM) PLAY
It's a major breakthrough. An authentic gaming
smartphone on the nation's most reliable network.
And it wants your games.
http://p.sf.net/sfu/verizon-sfdev___
sisuite-users mailing list
sisuite-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sisuite-users


Re: [sisuite-users] Help test latest snapshot of SystemImager

2011-04-07 Thread E-Blokos
thanks Bernard I'm trying to compile it now on Fedora10

- Original Message - 
From: Bernard Li bern...@vanhpc.org
To: sisuite-users@lists.sourceforge.net
Sent: Thursday, April 07, 2011 3:21 PM
Subject: Re: [sisuite-users] Help test latest snapshot of SystemImager


 Hi all:

 On Wed, Apr 6, 2011 at 9:34 PM, Bernard Li bern...@vanhpc.org wrote:

 I forgot to upload the svn4537.ext4 tarball, will do that tomorrow.

 The tarball is there now, for those who wanted to build it themselves:

 http://download.systemimager.org/~bli/systemimager/

 Please report back any issues -- thanks!

 Bernard

 --
 Xperia(TM) PLAY
 It's a major breakthrough. An authentic gaming
 smartphone on the nation's most reliable network.
 And it wants your games.
 http://p.sf.net/sfu/verizon-sfdev
 ___
 sisuite-users mailing list
 sisuite-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/sisuite-users 


--
Xperia(TM) PLAY
It's a major breakthrough. An authentic gaming
smartphone on the nation's most reliable network.
And it wants your games.
http://p.sf.net/sfu/verizon-sfdev
___
sisuite-users mailing list
sisuite-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sisuite-users


Re: [sisuite-users] Help test latest snapshot of SystemImager

2011-04-07 Thread E-Blokos
ok I installed successfully the rpm.

about sources it gives a patch error

./configure

cd
/home/src/systemimager-4.1.99.svn4537.ext4_bli/initrd_source/src/sysvinit-2.8
6.ds1.orig  cat
/home/src/systemimager-4.1.99.svn4537.ext4_bli/initrd_source/p
atches/sysvinit.compile_portability.patch
/home/src/systemimager-4.1.99.svn4537.
ext4_bli/initrd_source/patches/sysvinit.debian_rules.patch
/home/src/systemimage
r-4.1.99.svn4537.ext4_bli/initrd_source/patches/sysvinit.Makefile.patch 
/dev/n
ull | patch -p1
patching file src/bootlogd.c
patching file debian/rules
Hunk #1 FAILED at 9.
1 out of 1 hunk FAILED -- saving rejects to file debian/rules.rej
patching file src/Makefile
make: ***
[/home/src/systemimager-4.1.99.svn4537.ext4_bli/initrd_source/src/sysv
init-2.86.ds1.orig.unpack] Error 1


thanks

Franck



- Original Message - 
From: Bernard Li bern...@vanhpc.org
To: sisuite-users@lists.sourceforge.net
Cc: E-Blokos in...@e-blokos.com
Sent: Thursday, April 07, 2011 9:02 PM
Subject: Re: [sisuite-users] Help test latest snapshot of SystemImager


 On Thu, Apr 7, 2011 at 5:57 PM, E-Blokos in...@e-blokos.com wrote:

 thanks Bernard I'm trying to compile it now on Fedora10

 Did the RPMs I provide not install on Fedora 10?  Or perhaps you need
 i386 boot-standard and initrd_template?

 Cheers,

 Bernard 


--
Xperia(TM) PLAY
It's a major breakthrough. An authentic gaming
smartphone on the nation's most reliable network.
And it wants your games.
http://p.sf.net/sfu/verizon-sfdev
___
sisuite-users mailing list
sisuite-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sisuite-users


[sisuite-users] images folder

2011-04-07 Thread E-Blokos
sorry for my stupid question (don't remember the systemimager options since 
years now)
is it possible to install the images folder in other part of the filesystem ?
my /etc partition is too small

thanks--
Xperia(TM) PLAY
It's a major breakthrough. An authentic gaming
smartphone on the nation's most reliable network.
And it wants your games.
http://p.sf.net/sfu/verizon-sfdev___
sisuite-users mailing list
sisuite-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sisuite-users


Re: [sisuite-users] Help test latest snapshot of SystemImager

2011-04-06 Thread E-Blokos
do you think it will work on the old fedora 10 ?

- Original Message - 
From: Bernard Li bern...@vanhpc.org
To: Thomas Zeiser thomas.zei...@rrze.uni-erlangen.de
Cc: sisuite-users@lists.sourceforge.net
Sent: Wednesday, April 06, 2011 8:05 PM
Subject: Re: [sisuite-users] Help test latest snapshot of SystemImager


 Hi Thomas:

 I have committed your patches and also updated e2fsprogs to the newer
 version, it should work this time.  Please try them out and let me
 know if you run into any other issues:

 http://download.systemimager.org/~bli/systemimager/

 I guess after you've confirmed that ext4 support is working, I could
 check that code into the tree.  Would be nice if folks could test on
 RHEL6 or Debian/Ubuntu though...  any takers??

 Thanks,

 Bernard

 On Wed, Apr 6, 2011 at 1:22 PM, Thomas Zeiser
 thomas.zei...@rrze.uni-erlangen.de wrote:
 On Wed, Apr 06, 2011 at 10:10:06PM +0200, Thomas Zeiser wrote:

 Iff the -t XXX option is removed from the mke2fs call, at least
 creating/mounting the filesystems works and data is rsynced. But I
 still have problems very close to the end, i.e. after the message
 Detecting systemconfigurator:. I have to investigate these, once
 I have some more time.

 Urrrg. For the issure in the final configuration step I was caught
 again in my typical trap: I forgot to activate the mount /dev
 /a/dev -o bind line iin the master script ...

 Thus, without the -t ext4 option and activated bind-mount I
 managed to image an OpenSuSE node with ext4 file system.


 Best,

 thomas


 --
 Xperia(TM) PLAY
 It's a major breakthrough. An authentic gaming
 smartphone on the nation's most reliable network.
 And it wants your games.
 http://p.sf.net/sfu/verizon-sfdev
 ___
 sisuite-users mailing list
 sisuite-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/sisuite-users 


--
Xperia(TM) PLAY
It's a major breakthrough. An authentic gaming
smartphone on the nation's most reliable network.
And it wants your games.
http://p.sf.net/sfu/verizon-sfdev
___
sisuite-users mailing list
sisuite-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sisuite-users


[sisuite-users] fedora 10 rpm

2011-04-05 Thread E-Blokos
Hi all,

is there any systemimager package yet available for fedora 10 64bits ?

Thanks in advance

Franck

--
Xperia(TM) PLAY
It's a major breakthrough. An authentic gaming
smartphone on the nation's most reliable network.
And it wants your games.
http://p.sf.net/sfu/verizon-sfdev
___
sisuite-users mailing list
sisuite-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sisuite-users


Re: [sisuite-users] Request for help: Fighting spam onwiki.systemimager.org

2010-11-04 Thread E-Blokos
I developped my own captcha in PHP for
a subscription form and it works enough

Franck

- Original Message - 
From: Bernard Li bern...@vanhpc.org
To: sisuite-users@lists.sourceforge.net
Sent: Thursday, November 04, 2010 3:56 PM
Subject: Re: [sisuite-users] Request for help: Fighting spam 
onwiki.systemimager.org


 Hi Greg:

 On Thu, Nov 4, 2010 at 12:51 PM, Fiumara, Gregory
 gregory.fium...@nist.gov wrote:

 I'd second that, and/or require moderator approval for newly created 
 accounts.

 Are you referring to moderator approval for new accounts creation
 and/or wiki edits?

 I'm afraid either way may impose additional overhead that might hinder
 active community involvement...  unless of course if captcha does not
 do its job well...  does anybody know in practice whether captcha is
 sufficient in cutting down spam for a small MediaWIki installation?

 Thanks,

 Bernard

 --
 The Next 800 Companies to Lead America's Growth: New Video Whitepaper
 David G. Thomson, author of the best-selling book Blueprint to a
 Billion shares his insights and actions to help propel your
 business during the next growth cycle. Listen Now!
 http://p.sf.net/sfu/SAP-dev2dev
 ___
 sisuite-users mailing list
 sisuite-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/sisuite-users 


--
The Next 800 Companies to Lead America's Growth: New Video Whitepaper
David G. Thomson, author of the best-selling book Blueprint to a 
Billion shares his insights and actions to help propel your 
business during the next growth cycle. Listen Now!
http://p.sf.net/sfu/SAP-dev2dev
___
sisuite-users mailing list
sisuite-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sisuite-users


Re: [sisuite-users] SystemImager Development

2010-07-31 Thread E-Blokos
ok thanks

- Original Message - 
From: Brian Elliott Finley br...@thefinleys.com
To: sisuite-users@lists.sourceforge.net
Sent: Saturday, July 31, 2010 10:27 AM
Subject: [sisuite-users] SystemImager Development


 trunk in the SystemImager SVN repository has been pretty stable for
 a long time.  I am now making changes that may de-stabilize it for a
 while.

 In the case that any of you are building from and running on the code
 in trunk, I would highly recommend not trusting it for a while.
 Instead, use the latest stable release, if possible.

 Cheers, -Brian


 -- 
 Brian Elliott Finley
 Mobile: 630.447.9108

 --
 The Palm PDK Hot Apps Program offers developers who use the
 Plug-In Development Kit to bring their C/C++ apps to Palm for a share
 of $1 Million in cash or HP Products. Visit us here for more details:
 http://p.sf.net/sfu/dev2dev-palm
 ___
 sisuite-users mailing list
 sisuite-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/sisuite-users 


--
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm
___
sisuite-users mailing list
sisuite-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sisuite-users


Re: [sisuite-users] Updating kernel to 2.6.33

2010-03-04 Thread E-Blokos
Thanks Bryan !

- Original Message - 
From: Bryan Washer bwas...@vitesse.com
To: sisuite-users@lists.sourceforge.net
Sent: Thursday, March 04, 2010 3:30 PM
Subject: Re: [sisuite-users] Updating kernel to 2.6.33


I determined my errorit was user error...I compiled and updated the
 kernel but I did not update all the boel_binaries from the build...so I
 was using new kernel and old boel binaries.I updated the binaries
 and everything is working fine now.

 Justposting here so it is available as reference for anyone else.

 In Summary,

 Downloaded new kernel from kernel.org
 Placed in src/
 Edited kernel.rul to reflect new kernel version to build.
 Build to make sure everything is working
 Ran make clean just because
 Ran make menuconfig to add new drivers and get an updated .config file
 Copied .config to patches/linux.i386.config and
 patches/linux.x86_64.config
 Ran make for complete build
 Copied initrd_source/initrd.img to the pxeboot directory
 Copied arch/x86/boot/bzImage to the pxeboot directory (the x86_64 is a
 link to this file on a 64bit machine)
 Copied /tmp/boel_binaries.tar.gz to the standard location (Like the
 output from the builds tells you to) - missed this step myself
 Boot client...and you are getting the new binaries,kernel, and initrd
 with all the new drivers...


 Bryan

 -Original Message-
 From: Bernard Li [mailto:bern...@vanhpc.org]
 Sent: Thursday, March 04, 2010 12:51 PM
 To: sisuite-users@lists.sourceforge.net
 Subject: Re: [sisuite-users] Updating kernel to 2.6.33

 Hi Bryan:

 On Thu, Mar 4, 2010 at 9:36 AM, Bryan Washer bwas...@vitesse.com
 wrote:

 I really do not want to update my SystemImager infrastructure as I
 have
 about 10 of them meshed throughout the organization and that would be
 quite
 a task, but I have a new load of HP DL160's that I Need to add support
 for
 and the IGB driver is not supported in the kernel until 2.6.27, and I
 have
 had one hell of a time trying to back port the driver so I thought I
 would
 just update the SI kernel.

 Have you tried using UYOK?  That way you shouldn't need to update the
 SystemImager kernel:

 http://wiki.systemimager.org/index.php/UYOK

 Cheers,

 Bernard

 
 --
 Download Intel#174; Parallel Studio Eval
 Try the new software tools for yourself. Speed compiling, find bugs
 proactively, and fine-tune applications for parallel performance.
 See why Intel Parallel Studio got high marks during beta.
 http://p.sf.net/sfu/intel-sw-dev
 ___
 sisuite-users mailing list
 sisuite-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/sisuite-users

 --
 Download Intel#174; Parallel Studio Eval
 Try the new software tools for yourself. Speed compiling, find bugs
 proactively, and fine-tune applications for parallel performance.
 See why Intel Parallel Studio got high marks during beta.
 http://p.sf.net/sfu/intel-sw-dev
 ___
 sisuite-users mailing list
 sisuite-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/sisuite-users 


--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
sisuite-users mailing list
sisuite-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sisuite-users


Re: [sisuite-users] SystemImager + LTSP

2009-08-18 Thread E-Blokos
Hi

- Original Message - 
From: Àlex Magaz Graça al...@asic.udl.cat
To: sisuite-users@lists.sourceforge.net
Sent: Friday, August 14, 2009 4:50 AM
Subject: [sisuite-users] SystemImager + LTSP


Hi,

Some months ago I was working on integrating SystemImager into LTSP. The
idea was to run the installation scripts from an LTSP environment
instead of running them from a custom initrd.

Why do this? Well, right now, if you want to modify some of this
scripts, you have to regenerate the initrd and put it into the right
place. As you usually make mistakes you have to repeat the process
several times, which is a bit tedious. Things become worse when you need
to regenerate the BOEL binaries tar ball, for example to update some of
its utilities. It also a pain when something fails in the middle of an
installation and you have to find out what happened from a so limited
busy box environment.

So, what do we get from this? With LTSP we get a chroot of a standard
distribution mounted through NFS, which means we can modify any file and
install/upgrade any package in a really easy way. This makes it easier
to test new functionality and debug problems.

With the attached patch I've succeeded doing installations with both
rsync and BitTorrent, but there's still a lot of work do. I've not
tested multicast and SSH installations, support for all installation
parameters is incomplete and some other things don't work as they should.

As I don't think I'll be able to work on this anymore, I drop it here in
the hope someone finds it useful. Apart from the patch, I've also
attached the instructions on how to integrate the SystemImager scripts
into the LTSP chroot.

Cheers,
Àlex


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.







Thanks Alex for your work,
Also I will try to test the install with multicast and ssh...
also do you have interesting link for LTSP explaining ?

Thanks

Franck



-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
sisuite-users mailing list
sisuite-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sisuite-users


Re: [sisuite-users] Error opening /dev/sda: No medium found

2009-08-18 Thread E-Blokos

- Original Message - 
From: RICHARD GREEN gree...@u.washington.edu
To: sisuite-users@lists.sourceforge.net
Sent: Thursday, August 13, 2009 2:49 PM
Subject: [sisuite-users] Error opening /dev/sda: No medium found


 Hi everyone, I have successfully created a golden client and retrieved it 
 to my systemimager (3.7.5-1) server, I have done this in the past with few 
 problems. This new hardware that I am placing the image on is the exact 
 same hardware that I got the image off of.  When I boot a node to load the 
 image, it seems to get stuck in not identifying the scsi drive (see error 
 message below)

 run_autoinstall_script
  /scripts/oscarnode11.sh

 get_arch


 Partitioning /dev/sda...
 Old partition table for /dev/sda:
 Error: Error opening /dev/sda: No medium found
 dd if=/dev/zero of=/dev/sda bs=512 count=1 || shellout
 dd: /dev/sda: No medium found
 Killing off running processes.

 There is definitely an /dev/sda drive, can anyone suggest what I might be 
 missing? Any help or suggestions is muchly appreciated Thanks -Rich


 [r...@localhost ~]# fdisk -l

 Disk /dev/sda: 146.8 GB, 146815733760 bytes
 255 heads, 63 sectors/track, 17849 cylinders
 Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot  Start End  Blocks   Id  System
 /dev/sda1   *   1  13  104391   83  Linux
 /dev/sda2  14   17849   143267670   8e  Linux LVM






 --


try to upgrade systemimager

Franck 


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
sisuite-users mailing list
sisuite-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sisuite-users


Re: [sisuite-users] Bittorrent transport problem using SI 4.1.7

2009-06-11 Thread E-Blokos
try to check with tcpdump whtat's happen.
somtimes some ISP block bittorrent ports


- Original Message - 
From: Ole Holm Nielsen ole.h.niel...@fysik.dtu.dk
To: sisuite-users@lists.sourceforge.net
Cc: Andrea Righi a.ri...@cineca.it
Sent: Thursday, June 11, 2009 10:16 AM
Subject: Re: [sisuite-users] Bittorrent transport problem using SI 4.1.7


 Ole Holm Nielsen wrote:
 Question: What is wrong with my SI Bittorrent setup ?

 Some additional observations:  When I try to download a Bittorrent
 on a running compute node I similarly don't get any downloaded data:

 # bittorrent-console --save_in /scratch/ohnielse/
 x86_64-boel_binaries.tar.gz.torrent

 saving: x86_64-boel_binaries.tar.gz
 file size:  6,558,270 (6 MiB)
 percent done:   0.0
 time left:  Initial startup
 download to:/scratch/ohnielse/x86_64-boel_binaries.tar.gz
 download rate:  ---
 upload rate:---
 share rating:
 seed status:
 peer status:

 saving: x86_64-boel_binaries.tar.gz
 file size:  6,558,270 (6 MiB)
 percent done:   0.0
 time left:  downloading
 download to:/scratch/ohnielse/x86_64-boel_binaries.tar.gz
 download rate:  0.0 KB/s
 upload rate:0.0 KB/s
 share rating:   oo  (0.0 MB up / 0.0 MB down)
 seed status:0 seen now, plus 0 distributed copies (1:0.0%)
 peer status:0 seen now

 which goes on forever with 0.0% downloaded !

 It seems likely that my SI Bittorrent server isn't working correctly.
 Any hints about what to look for ?

 -- 
 Ole Holm Nielsen
 Department of Physics, Technical University of Denmark

 --
 Crystal Reports - New Free Runtime and 30 Day Trial
 Check out the new simplified licensing option that enables unlimited
 royalty-free distribution of the report engine for externally facing
 server and web deployment.
 http://p.sf.net/sfu/businessobjects
 ___
 sisuite-users mailing list
 sisuite-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/sisuite-users

 -- 
 This message has been scanned for viruses and
 dangerous content by MailScanner, and is
 believed to be clean. 


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
sisuite-users mailing list
sisuite-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sisuite-users


Re: [sisuite-users] incorrect client hostname

2009-06-03 Thread Infos E-Blokos
Maybe a problem with one of your nic that interrupts sometimes

Franck

- Original Message - 
From: y...@ed.ac.uk
To: sisuite-us...@lists.sf.net
Sent: Wednesday, June 03, 2009 6:24 AM
Subject: [sisuite-users] incorrect client hostname




 I'm using SystemImager to image nodes of my cluster. It works well in most
 times, but SystemImager will get an incorrect hostname occationally.

 Since each of my cluster node has two NIC, corresponding to seperate
 hostnames:

 i.e.

 eth0   node123
 eth1   eddie123

 Both interfaces' IP address and hostname are defined in DHCP

 I am using eth1 to image nodes and I want the hostname to be eddiexxx. So
 I name all the install scripts as eddiexxx.sh and link them to the master
 script.

 SystemImager does recognise the nodes as eddiexxx after booting the nodes
 in most times, however, occationally, the nodes are recognised as nodexxx
 by SystemImager and the booting will fail due to the lack of install scrpt
 nodexxx.sh. If I reboot this client node, it will be recognized as
 eddiexxx again.


 Anyone can explain the reason of my problem? How SystemImage get the
 hostname of client node?

 Thanks


 --Yuan



 Yuan Wan
 
 Unix Section
 Information Services Infrastructure Division
 University of Edinburgh

 tel: 0131 650 4985
 email: y...@ed.ac.uk

 2012 Computing Services, JCMB
 The King's Buildings,
 Edinburgh, EH9 3JZ


 -- 
 The University of Edinburgh is a charitable body, registered in
 Scotland, with registration number SC005336.


 --
 OpenSolaris 2009.06 is a cutting edge operating system for enterprises
 looking to deploy the next generation of Solaris that includes the latest
 innovations from Sun and the OpenSource community. Download a copy and
 enjoy capabilities such as Networking, Storage and Virtualization.
 Go to: http://p.sf.net/sfu/opensolaris-get
 ___
 sisuite-users mailing list
 sisuite-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/sisuite-users

 -- 
 This message has been scanned for viruses and
 dangerous content by MailScanner, and is
 believed to be clean. 


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


--
OpenSolaris 2009.06 is a cutting edge operating system for enterprises 
looking to deploy the next generation of Solaris that includes the latest 
innovations from Sun and the OpenSource community. Download a copy and 
enjoy capabilities such as Networking, Storage and Virtualization. 
Go to: http://p.sf.net/sfu/opensolaris-get
___
sisuite-users mailing list
sisuite-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sisuite-users


Re: [sisuite-users] Hang after load_my_modules

2009-05-21 Thread Infos E-Blokos

- Original Message - 
From: Mike VanHorn michael.vanh...@wright.edu
To: sisuite-users@lists.sourceforge.net
Sent: Thursday, May 21, 2009 10:27 AM
Subject: [sisuite-users] Hang after load_my_modules



 I'm not sure what to look for. I'm using SI 4.1.6. I have already run
 si_prepareclient and successfully got the image using si_getimage on the
 image server. I have also successfully setup tftp and (presumably) rsyncd.

 However, now that I'm trying to autoinstall a new client, the boot of the
 new client (PXE booted from the server) seems to hang right after it 
 prints
 load_my_modules.

 The client gets it's DHCP address okay, sucessfully downloads the kernel 
 and
 begins to boot just fine. Until it gets to this point, and then seems to
 simply quit.

 Where should I look to try to troubleshoot this problem. It hasn't gotten 
 to
 any of the scripts yet, so I feel like it's something I need to change 
 about
 the kernel parameters or something.

 ---
 Mike VanHorn
 Senior Computer Systems Administrator
 College of Engineering and Computer Science
 Wright State University
 265 Russ Engineering Center
 937-775-5157
 michael.vanh...@wright.edu
 http://www.cs.wright.edu/~mvanhorn/


Maybe wrong path, wrong fstab or whatever, check the server logs... 


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


--
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT
is a gathering of tech-side developers  brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing,  
iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian
Group, R/GA,  Big Spaceship. http://www.creativitycat.com 
___
sisuite-users mailing list
sisuite-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sisuite-users


Re: [sisuite-users] si_prepareclient hangs when is executed over ssh

2009-05-18 Thread Infos E-Blokos
 means to return a newline to leave the process from script.

- Original Message - 
From: Pavlos Parissis pavlos.paris...@gmail.com
To: sisuite-users@lists.sourceforge.net
Sent: Monday, May 18, 2009 3:03 AM
Subject: Re: [sisuite-users] si_prepareclient hangs when is executed over 
ssh


 2009/5/15 Infos E-Blokos in...@e-blokos.com:
 did you try first to do
 si_prepareclient --server myserver.lan --my-modules from any ssh client ?

 Yes and it has the same behavior.

 I can't see why it needs the  in code to get it running on my
 systems. I can only think about any strange misconfiguration on
 sshd_config/.bash_profile/.bashrc.

 Cheers,
 Pavlos

 --
 Crystal Reports - New Free Runtime and 30 Day Trial
 Check out the new simplified licensing option that enables
 unlimited royalty-free distribution of the report engine
 for externally facing server and web deployment.
 http://p.sf.net/sfu/businessobjects
 ___
 sisuite-users mailing list
 sisuite-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/sisuite-users 


--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables 
unlimited royalty-free distribution of the report engine 
for externally facing server and web deployment. 
http://p.sf.net/sfu/businessobjects
___
sisuite-users mailing list
sisuite-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sisuite-users


Re: [sisuite-users] si_prepareclient hangs when is executed over ssh

2009-05-15 Thread Infos E-Blokos
yes

- Original Message - 
From: Pavlos Parissis pavlos.paris...@gmail.com
To: sisuite-users@lists.sourceforge.net
Sent: Friday, May 15, 2009 5:52 AM
Subject: Re: [sisuite-users] si_prepareclient hangs when is executed over 
ssh


 2009/5/12 Infos E-Blokos in...@e-blokos.com:
 I use 2.6.9 version and it works well.
 maybe try to donwgrade


 what does it work? Can you run si_prepareclient over ssh without problems?

 Cheers,
 Pavlos

 --
 Crystal Reports - New Free Runtime and 30 Day Trial
 Check out the new simplified licensing option that enables
 unlimited royalty-free distribution of the report engine
 for externally facing server and web deployment.
 http://p.sf.net/sfu/businessobjects
 ___
 sisuite-users mailing list
 sisuite-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/sisuite-users 


--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables 
unlimited royalty-free distribution of the report engine 
for externally facing server and web deployment. 
http://p.sf.net/sfu/businessobjects
___
sisuite-users mailing list
sisuite-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sisuite-users


Re: [sisuite-users] problems with lvm2

2009-04-09 Thread Infos E-Blokos
if you do si_prepareclient it does boel_binaries.tar.gz
  - Original Message - 
  From: Gorka Barracuda 
  To: sisuite-users@lists.sourceforge.net 
  Sent: Thursday, April 09, 2009 7:59 AM
  Subject: Re: [sisuite-users] problems with lvm2


Thanks for your fast response dalamar. 


You solved this problem.


It seems that's working fine for this part but Now I have got some 
problems with boel_binaries.tar.gz package for 64 bits that doesn't exist. I 
will re-read again all documentation for looking for any information.


thanks for all


gorkab
--- El mié, 8/4/09, Dalamar d4la...@gmail.com escribió:


  De: Dalamar d4la...@gmail.com
  Asunto: Re: [sisuite-users] problems with lvm2
  Para: sisuite-users@lists.sourceforge.net
  Fecha: miércoles, 8 abril, 2009 4:00


  Hi,

  Which bootloader are you trying to use ?

  I experienced same problems trying to boot with root kernel
  parameter in /dev/$VolumeGroup/$LogicalVolume format.
  It's better to use /dev/mapper/$VolumeGroup-$LogicalVolume as kernel
  parameter and as /etc/fstab entry.

  With these changes I solved a similar problem.

  Hi,
  d4lamar

  2009/4/8 Gorka Barracuda gorka_barrac...@yahoo.es:
   Dear All,
   I'm trying to restore an image with pxe server and systemimager 
(4.0.2 in
   both sites -golden and server-) and I'm obtaining this error:
   Unable to find volume group vgsys
   Waitinf for device /dev/vgsys/root to appear: not found --  extiing 
to
   /bin/sh:
   This is my autoinstallscript.conf where you can see the lvm 
configuration
   (it seems correct according to my golden client's partitions):
   !--
  
 autoinstallscript.conf
 vi:set filetype=xml:
  
 This file contains partition information about the disks on your 
golden
 client.  It is stored here in a generic format that is used by 
your
 SystemImager server to create an autoinstall script for cloning 
this
 system.
  
 You can change the information in this file to affect how your 
target
 machines are installed.  See man autoinstallscript.conf for 
details.
  
   --
   config
 disk dev=/dev/sda label_type=msdos unit_of_measurement=MB
   !--
 This disk's output was brought to you by the partition tool 
parted,
 and by the numbers 4 and 5 and the letter Q.
   --
   part  num=1  size=271  p_type=primary  p_name=-  
flags=boot
   /
   part  num=2  size=2155  p_type=primary  p_name=-  
flags=- /
   part  num=3  size=*  p_type=extended  p_name=-  
flags=lba /
   part  num=5  size=*  p_type=logical  p_name=-  
flags=lvm
   lvm_group=vgsys /
 /disk
 disk dev=/dev/sdb label_type=msdos unit_of_measurement=MB
   !--
 This disk's output was brought to you by the partition tool 
parted,
 and by the numbers 4 and 5 and the letter Q.
   --
   part  num=1  size=2155  p_type=primary  p_name=-  
flags=- /
   part  num=2  size=*  p_type=extended  p_name=-  
flags=lba /
   part  num=5  size=*  p_type=logical  p_name=-  
flags=lvm
   lvm_group=vgsys /
 /disk
  
 lvm version=2
   lvm_group name=vgsys max_log_vols=0 max_phys_vols=0
   phys_extent_size=4096K
 lv name=root size=10485760K /
 lv name=scratch size=209715200K /
 lv name=var size=5242880K /
   /lvm_group
 /lvm
 fsinfo  line=10 real_dev=/dev/vgsys/root mp=/  fs=ext3
   options=acl,user_xattr dump=1 pass=1 /
 fsinfo  line=20 real_dev=/dev/sda1 mp=/boot  fs=ext3
   options=acl,user_xattr dump=1 pass=2 /
 fsinfo  line=30 real_dev=/dev/vgsys/scratch mp=/scratch  
fs=xfs
   options=defaults dump=1 pass=2
/
 fsinfo  line=40 real_dev=/dev/vgsys/var mp=/var  fs=xfs
   options=defaults dump=1 pass=2 /
 fsinfo  line=50 real_dev=/scratch/SuSE mp=/SuSE  fs=none
   options=rw,bind dump=0 pass=0 /
 fsinfo  line=60 real_dev=iqtc1.qt.ub.es:/sgeinst 
mp=/sgeinst
fs=nfs options=bg,hard,intr dump=0
pass=0 /
 fsinfo  line=70 real_dev=/dev/sda2 mp=swap  fs=swap
   options=defaults dump=0 pass=0 /
 fsinfo  line=80 real_dev=/dev/sdb1 mp=swap  fs=swap
   options=defaults dump=0 pass=0 /
 fsinfo  line=90 real_dev=proc mp=/proc  fs=proc
   options=defaults dump=0 pass=0 /
 fsinfo  line=100 

Re: [sisuite-users] problems with lvm2

2009-04-08 Thread Infos E-Blokos
in docs it's written that LVM are not really supported
  - Original Message - 
  From: Gorka Barracuda 
  To: sisuite-users@lists.sourceforge.net 
  Sent: Wednesday, April 08, 2009 8:14 AM
  Subject: [sisuite-users] problems with lvm2


Dear All,


I'm trying to restore an image with pxe server and systemimager (4.0.2 
in both sites -golden and server-) and I'm obtaining this error:


Unable to find volume group vgsys
Waitinf for device /dev/vgsys/root to appear: not found --  extiing to 
/bin/sh:


This is my autoinstallscript.conf where you can see the lvm 
configuration (it seems correct according to my golden client's partitions):


!--
  
  autoinstallscript.conf
  vi:set filetype=xml:
  
  This file contains partition information about the disks on your 
golden
  client.  It is stored here in a generic format that is used by your
  SystemImager server to create an autoinstall script for cloning this
  system.
  
  You can change the information in this file to affect how your target
  machines are installed.  See man autoinstallscript.conf for details.
  
--


config


  disk dev=/dev/sda label_type=msdos unit_of_measurement=MB
!--
  This disk's output was brought to you by the partition tool 
parted,
  and by the numbers 4 and 5 and the letter Q.
--
part  num=1  size=271  p_type=primary  p_name=-  
flags=boot /
part  num=2  size=2155  p_type=primary  p_name=-  
flags=- /
part  num=3  size=*  p_type=extended  p_name=-  
flags=lba /
part  num=5  size=*  p_type=logical  p_name=-  flags=lvm 
lvm_group=vgsys /
  /disk


  disk dev=/dev/sdb label_type=msdos unit_of_measurement=MB
!--
  This disk's output was brought to you by the partition tool 
parted,
  and by the numbers 4 and 5 and the letter Q.
--
part  num=1  size=2155  p_type=primary  p_name=-  
flags=- /
part  num=2  size=*  p_type=extended  p_name=-  
flags=lba /
part  num=5  size=*  p_type=logical  p_name=-  flags=lvm 
lvm_group=vgsys /
  /disk




  lvm version=2
lvm_group name=vgsys max_log_vols=0 max_phys_vols=0 
phys_extent_size=4096K
  lv name=root size=10485760K /
  lv name=scratch size=209715200K /
  lv name=var size=5242880K /
/lvm_group
  /lvm


  fsinfo  line=10 real_dev=/dev/vgsys/root mp=/  fs=ext3 
options=acl,user_xattr dump=1 pass=1 /
  fsinfo  line=20 real_dev=/dev/sda1 mp=/boot  fs=ext3 
options=acl,user_xattr dump=1 pass=2 /
  fsinfo  line=30 real_dev=/dev/vgsys/scratch mp=/scratch  
fs=xfs options=defaults dump=1 pass=2
 /
  fsinfo  line=40 real_dev=/dev/vgsys/var mp=/var  fs=xfs 
options=defaults dump=1 pass=2 /
  fsinfo  line=50 real_dev=/scratch/SuSE mp=/SuSE  fs=none 
options=rw,bind dump=0 pass=0 /
  fsinfo  line=60 real_dev=iqtc1.qt.ub.es:/sgeinst mp=/sgeinst  
fs=nfs options=bg,hard,intr dump=0
 pass=0 /
  fsinfo  line=70 real_dev=/dev/sda2 mp=swap  fs=swap 
options=defaults dump=0 pass=0 /
  fsinfo  line=80 real_dev=/dev/sdb1 mp=swap  fs=swap 
options=defaults dump=0 pass=0 /
  fsinfo  line=90 real_dev=proc mp=/proc  fs=proc 
options=defaults dump=0 pass=0 /
  fsinfo  line=100 real_dev=sysfs mp=/sys  fs=sysfs 
options=noauto dump=0 pass=0 /
  fsinfo  line=110 real_dev=debugfs mp=/sys/kernel/debug  
fs=debugfs options=noauto dump=0 pass=0
 /
  fsinfo  line=120 real_dev=usbfs mp=/proc/bus/usb  fs=usbfs 
options=noauto dump=0 pass=0  forma
t=no /
  fsinfo  line=130 real_dev=devpts mp=/dev/pts  fs=devpts 
options=mode=0620,gid=5 dump=0 pass=0 
/


  boel devstyle=udev/


/config


The commands used for creating the images:



si_prepareclient --server 192.168.10.250 


si_getimage --golden-client 192.168.10.1 --image hp_proilant_dl160 
--ip-assignment dhcp -exclude /scratch -exclude /opt -exclude /home -exclude 
/sge 





and the pxe default config file :




DISPLAY /X86PC/UNDI/linux-install/message.txt
PROMPT 1
DEFAULT proilantdl160 


LABEL proilantdl160 
kernel vmlinuz_hp_dl160
append vga=normal IMAGENAME=hp_proilant_dl160 
initrd=initrd_hp_dl160 roo
t=/dev/vgsys/root




Could anybody help me?


Thanks in advance,


best regards


gorkab



   


  -- 
  This message has been scanned for viruses and 
  dangerous content by MailScanner, and is 
  believed to be clean. 


--


  

Re: [sisuite-users] Netboot installation loop

2009-04-07 Thread Infos E-Blokos
it's another way.. but syslinux.cfg work too...


- Original Message - 
From: Luc Lalonde luc.lalo...@polymtl.ca
To: sisuite-users@lists.sourceforge.net
Sent: Tuesday, April 07, 2009 4:39 PM
Subject: Re: [sisuite-users] Netboot installation loop


Hello,

That didn't work... I found what does though (in
/etc/systemimager/systemimager.conf):


#
# This setting affects systemimager-server-netbootmond.  If set to
LOCAL, then
# after successful completion of an install, a client's net boot
configuration
# is modified to ensure future boots will happen from the client's local
disk.
# NET_BOOT_DEFAULT can be set to local or net.  Be sure to restart
# systemimager-server-netbootmond after changing this setting
# (/etc/init.d/systemimager-server-netbootmond restart).
#
NET_BOOT_DEFAULT = LOCAL

Bye.

Infos E-Blokos wrote:
 in your syslinux.cfg put local boot as default boot.


 - Original Message - 
 From: Luc Lalonde luc.lalo...@polymtl.ca
 To: sisuite-users@lists.sourceforge.net
 Sent: Monday, April 06, 2009 4:39 PM
 Subject: [sisuite-users] Netboot installation loop


 Hello Folks,

 I've successfully used SystemImager with Bittorrent to install
 clients.   However, if I don't execute the command si_mkclientnetboot
 --localboot, the clients reboot and re-install... and I get a
 reboot-installation loop that never ends.

 Isn't there a way to do this automatically?   In the documentation, the
 PXE netboot is supposed to be disabled automatically upon completion of
 the installation.   I'm not getting this... What am I missing?

 Thanks for the great tool!



-- 
Luc Lalonde, analyste
-
Département de génie informatique:
École polytechnique de Montréal
(514) 340-4711 x5049
luc.lalo...@polymtl.ca
-
Don't you know there ain't no devil,
there's just god when he's drunk ...
Heartattack and Vine -- Tom Waits
- 


--
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
___
sisuite-users mailing list
sisuite-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sisuite-users

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean. 


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


--
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
___
sisuite-users mailing list
sisuite-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sisuite-users


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

2009-04-06 Thread Infos E-Blokos
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 
  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 

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

 

 

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

 

yes, I use it since 3 weeks now.

try to go in the yourimage.master script

and before mkswap mount your volume

 

Franck

  - Original Message - 

  From: Jeffrey Strope 

  To: sisuite-users@lists.sourceforge.net 

  Sent: Sunday, April 05, 2009 2:22 PM

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

   

  I upgraded to 4.1.6 and still get the same error, unfortunately.

   

  Does System Imager support RAID 1 configurations?

   

  Best,

   

  Jeff

   

   

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

   

  I'm not an expert of systemimager but

  try to mount it before or use

  4.1.6 version maybe will resolve the problem

   

  Franck

- Original Message - 

From: Jeffrey Strope 

To: sisuite-us...@lists.sf.net 

Sent: Friday, April 03, 2009 6:56 PM

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

 

I have a number of identical boxes that I'm attempting to clone using 
SystemImager. I've installed Ubuntu 8.10 on the golden client and stored the 
image from that machine on my server. I've then created a boot cd using 
'si_mkautoinstallcd -append IMAGESERVER=192.168.2.229 IMAGENAME=appliance 
--out-file /tmp/iHRIS.iso' which I've loaded onto a cd and successfully booted 
from on one of the clients. However, I get the following error when the client 
attempts to do the autoinstall:

 

.

mkswap -v1 /dev/mapper/isw_ebcbaceghc_Volume05: No such file or 
directory

Killing off running processes.

.

Your autoinstall has failed

. 

 

Here is the /etc/fstab from the golden client which is running on 2 
80GB SATA drives in a RAID1 configuration:

 

# /etc/fstab: static file system information.

#

# file system mount point   type  options   dump  pass

proc/proc   procdefaults0   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 noneswapsw
  0   0

/dev/scd0   /media/cdrom0   udf,iso9660 user,noauto,exec,utf8 0 
  0

 

Any ideas what I'm doing wrong?

 

Best,

 

Jeff Strope


-- 
This message has been scanned for viruses and 
dangerous content by MailScanner, and is 
believed to be clean

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

2009-04-06 Thread Infos E-Blokos
--autodetect-disks maybe ?
it couls be also UUID problem, maybe BOEL kernel is not configured for that
so you need your UYOK kernel with --my-modules option

Franck Chionna
  - Original Message - 
  From: Jeffrey Strope 
  To: sisuite-users@lists.sourceforge.net 
  Sent: Monday, April 06, 2009 10:31 AM
  Subject: [sisuite-users] FW: autoinstall from iso fails with disk error


  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   procdefaults0   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 noneswapsw  
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 

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 

  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

   


  -- 
  This message has been scanned for viruses and 
  dangerous content by MailScanner, and is 
  believed to be clean. 


--


  --



--


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

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

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


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

2009-04-06 Thread Infos E-Blokos
if you do mkswap by hand on this HD from an installed system (like dvd or 
floppy), is it work ?
  - Original Message - 
  From: Jeffrey Strope 
  To: sisuite-users@lists.sourceforge.net 
  Sent: Monday, April 06, 2009 10:31 AM
  Subject: [sisuite-users] FW: autoinstall from iso fails with disk error


  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   procdefaults0   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 noneswapsw  
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 

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 

  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

   


  -- 
  This message has been scanned for viruses and 
  dangerous content by MailScanner, and is 
  believed to be clean. 


--


  --



--


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

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

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


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

2009-04-06 Thread Infos E-Blokos
I had also troubles but after 2 weeks it's ok...
good luck
  - Original Message - 
  From: Jeffrey Strope 
  To: sisuite-users@lists.sourceforge.net 
  Sent: Monday, April 06, 2009 11:08 AM
  Subject: Re: [sisuite-users] FW: autoinstall from iso fails with disk error


  Binary.

   

  Thanks for your help on this. Guess I'll have to look at another package for 
this.

   

  Best,

   

  Jeff Strope

  Open Source Systems Administrator

  IntraHealth International, Inc.

  jstr...@intrahealth.org

  919.313.6203

   

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

   

  can't help you anymore :(.

  is this control file binary or something inside ?

- Original Message - 

From: Jeffrey Strope 

To: sisuite-users@lists.sourceforge.net 

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

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

 

No luck there either. Using either the BOEL kernel or my own fails with the 
same error.

 

Best,

 

Jeff 

 

 

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

 

--autodetect-disks maybe ?

it couls be also UUID problem, maybe BOEL kernel is not configured for that

so you need your UYOK kernel with --my-modules option

 

Franck Chionna

  - Original Message - 

  From: Jeffrey Strope 

  To: sisuite-users@lists.sourceforge.net 

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

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

   

  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   procdefaults0   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 noneswapsw  
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 

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 

  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

Re: [sisuite-users] Netboot installation loop

2009-04-06 Thread Infos E-Blokos
in your syslinux.cfg put local boot as default boot.


- Original Message - 
From: Luc Lalonde luc.lalo...@polymtl.ca
To: sisuite-users@lists.sourceforge.net
Sent: Monday, April 06, 2009 4:39 PM
Subject: [sisuite-users] Netboot installation loop


Hello Folks,

I've successfully used SystemImager with Bittorrent to install
clients.   However, if I don't execute the command si_mkclientnetboot
--localboot, the clients reboot and re-install... and I get a
reboot-installation loop that never ends.

Isn't there a way to do this automatically?   In the documentation, the
PXE netboot is supposed to be disabled automatically upon completion of
the installation.   I'm not getting this... What am I missing?

Thanks for the great tool!

-- 
Luc Lalonde, analyste
-
Département de génie informatique:
École polytechnique de Montréal
(514) 340-4711 x5049
luc.lalo...@polymtl.ca
-
Don't you know there ain't no devil,
there's just god when he's drunk ...
Heartattack and Vine -- Tom Waits
- 


--
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
___
sisuite-users mailing list
sisuite-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sisuite-users

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean. 


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


--
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
___
sisuite-users mailing list
sisuite-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sisuite-users


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

2009-04-05 Thread Infos E-Blokos
yes, I use it since 3 weeks now.
try to go in the yourimage.master script
and before mkswap mount your volume

Franck
  - Original Message - 
  From: Jeffrey Strope 
  To: sisuite-users@lists.sourceforge.net 
  Sent: Sunday, April 05, 2009 2:22 PM
  Subject: Re: [sisuite-users] autoinstall from iso fails with disk error


  I upgraded to 4.1.6 and still get the same error, unfortunately.

   

  Does System Imager support RAID 1 configurations?

   

  Best,

   

  Jeff

   

   

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

   

  I'm not an expert of systemimager but

  try to mount it before or use

  4.1.6 version maybe will resolve the problem

   

  Franck

- Original Message - 

From: Jeffrey Strope 

To: sisuite-us...@lists.sf.net 

Sent: Friday, April 03, 2009 6:56 PM

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

 

I have a number of identical boxes that I'm attempting to clone using 
SystemImager. I've installed Ubuntu 8.10 on the golden client and stored the 
image from that machine on my server. I've then created a boot cd using 
'si_mkautoinstallcd -append IMAGESERVER=192.168.2.229 IMAGENAME=appliance 
--out-file /tmp/iHRIS.iso' which I've loaded onto a cd and successfully booted 
from on one of the clients. However, I get the following error when the client 
attempts to do the autoinstall:

 

.

mkswap -v1 /dev/mapper/isw_ebcbaceghc_Volume05: No such file or directory

Killing off running processes.

.

Your autoinstall has failed

. 

 

Here is the /etc/fstab from the golden client which is running on 2 80GB 
SATA drives in a RAID1 configuration:

 

# /etc/fstab: static file system information.

#

# file system mount point   type  options   dump  pass

proc/proc   procdefaults0   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 noneswapsw
  0   0

/dev/scd0   /media/cdrom0   udf,iso9660 user,noauto,exec,utf8 0   0

 

Any ideas what I'm doing wrong?

 

Best,

 

Jeff Strope


-- 
This message has been scanned for viruses and 
dangerous content by MailScanner, and is 
believed to be clean. 





--




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

 

 

 


  -- 
  This message has been scanned for viruses and 
  dangerous content by MailScanner, and is 
  believed to be clean. 


  -- 
  This message has been scanned for viruses and 
  dangerous content by MailScanner, and is 
  believed to be clean. 


--


  --



--


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

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

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


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

2009-04-05 Thread Infos E-Blokos
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 
  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

   

   

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

   

  yes, I use it since 3 weeks now.

  try to go in the yourimage.master script

  and before mkswap mount your volume

   

  Franck

- Original Message - 

From: Jeffrey Strope 

To: sisuite-users@lists.sourceforge.net 

Sent: Sunday, April 05, 2009 2:22 PM

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

 

I upgraded to 4.1.6 and still get the same error, unfortunately.

 

Does System Imager support RAID 1 configurations?

 

Best,

 

Jeff

 

 

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

 

I'm not an expert of systemimager but

try to mount it before or use

4.1.6 version maybe will resolve the problem

 

Franck

  - Original Message - 

  From: Jeffrey Strope 

  To: sisuite-us...@lists.sf.net 

  Sent: Friday, April 03, 2009 6:56 PM

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

   

  I have a number of identical boxes that I'm attempting to clone using 
SystemImager. I've installed Ubuntu 8.10 on the golden client and stored the 
image from that machine on my server. I've then created a boot cd using 
'si_mkautoinstallcd -append IMAGESERVER=192.168.2.229 IMAGENAME=appliance 
--out-file /tmp/iHRIS.iso' which I've loaded onto a cd and successfully booted 
from on one of the clients. However, I get the following error when the client 
attempts to do the autoinstall:

   

  .

  mkswap -v1 /dev/mapper/isw_ebcbaceghc_Volume05: No such file or directory

  Killing off running processes.

  .

  Your autoinstall has failed

  . 

   

  Here is the /etc/fstab from the golden client which is running on 2 80GB 
SATA drives in a RAID1 configuration:

   

  # /etc/fstab: static file system information.

  #

  # file system mount point   type  options   dump  pass

  proc/proc   procdefaults0   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 noneswapsw  
0   0

  /dev/scd0   /media/cdrom0   udf,iso9660 user,noauto,exec,utf8 0   0

   

  Any ideas what I'm doing wrong?

   

  Best,

   

  Jeff Strope


  -- 
  This message has been scanned for viruses and 
  dangerous content by MailScanner, and is 
  believed to be clean. 


--

  
--


--

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

   

   

   


-- 
This message has been scanned for viruses and 
dangerous content by MailScanner, and is 
believed to be clean. 


-- 
This message has been scanned for viruses and 
dangerous content by MailScanner, and is 
believed to be clean. 





--




___
sisuite-users mailing list
sisuite-users

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

2009-04-03 Thread Infos E-Blokos
I'm not an expert of systemimager but
try to mount it before or use
4.1.6 version maybe will resolve the problem

Franck
  - Original Message - 
  From: Jeffrey Strope 
  To: sisuite-us...@lists.sf.net 
  Sent: Friday, April 03, 2009 6:56 PM
  Subject: [sisuite-users] autoinstall from iso fails with disk error


  I have a number of identical boxes that I'm attempting to clone using 
SystemImager. I've installed Ubuntu 8.10 on the golden client and stored the 
image from that machine on my server. I've then created a boot cd using 
'si_mkautoinstallcd -append IMAGESERVER=192.168.2.229 IMAGENAME=appliance 
--out-file /tmp/iHRIS.iso' which I've loaded onto a cd and successfully booted 
from on one of the clients. However, I get the following error when the client 
attempts to do the autoinstall:

   

  .

  mkswap -v1 /dev/mapper/isw_ebcbaceghc_Volume05: No such file or directory

  Killing off running processes.

  .

  Your autoinstall has failed

  . 

   

  Here is the /etc/fstab from the golden client which is running on 2 80GB SATA 
drives in a RAID1 configuration:

   

  # /etc/fstab: static file system information.

  #

  # file system mount point   type  options   dump  pass

  proc/proc   procdefaults0   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 noneswapsw  
0   0

  /dev/scd0   /media/cdrom0   udf,iso9660 user,noauto,exec,utf8 0   0

   

  Any ideas what I'm doing wrong?

   

  Best,

   

  Jeff Strope


  -- 
  This message has been scanned for viruses and 
  dangerous content by MailScanner, and is 
  believed to be clean. 


--


  --



--


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




-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

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


Re: [sisuite-users] systemimager server is back!

2009-04-02 Thread Infos E-Blokos
thank you !

for info:
installed 4.1.6 on Fedora 8 and 10
with some little modification script on
image.master default for PXE.

Good luck

Franck

- Original Message - 
From: Andrea Righi righi.and...@gmail.com
To: Brian Elliott Finley fin...@anl.gov
Cc: sisuite-users sisuite-users@lists.sourceforge.net; sisuite-dev 
sisuite-de...@lists.sourceforge.net; Matteo CHESI m.ch...@cineca.it; 
Kris Buytaert kris.buyta...@gmail.com
Sent: Thursday, April 02, 2009 2:45 PM
Subject: [sisuite-users] systemimager server is back!


 The SystemImager website is back again with all the hosted services
 working as expected:

 - wiki (http://www.systemimager.org)
 - trac (http://trac.systemimager.org)
 - cluster map (http://wiki.systemimager.org/cluster-register)
 - package mirror (http://download.systemimager.org/pub/)
 - svn server (also available via web using trac or
  http://svn.systemimager.org/)

 Regards,
 -Andrea

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

 -- 
 This message has been scanned for viruses and
 dangerous content by MailScanner, and is
 believed to be clean. 


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


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


Re: [sisuite-users] PXE boot error 101 is outside of device

2009-04-02 Thread Infos E-Blokos
use 4.1.6 beta version it could be HD drivers not supported

Franck
  - Original Message - 
  From: ian.daco...@sita.aero 
  To: sisuite-users@lists.sourceforge.net 
  Sent: Thursday, April 02, 2009 2:00 PM
  Subject: [sisuite-users] PXE boot error 101 is outside of device



  Hello. 

  I am having a bit of an issue getting systemimager ( V 4.0.2-1) . All 
commands work leading up to creating golden image, getting golden image , etc. 
My problem is when I go to PXE boot the client. It spits out an error that --- 

  /scripts/pre-install # parted -s --/dev/sdb  mkpart primary 0 101 || shellout 

  Error: The location 101 is outside of device /dev/sdb. 


  I am trying to install Redhat 4 ES. Not sure if you need any other details. i 
have tried to join users group but I never get the confirmation email. I hope 
this is a known issue from your side and can provide me with some guidance. 
thanks.. Ian... 


  Visit The Hub - www.sita.aero: Your new destination for ATI knowledge and 
innovation

  This document is strictly confidential and intended only for use by the 
addressee unless otherwise stated. If you are not the intended recipient, 
please notify the sender immediately and delete it from your system. 
  -- 
  This message has been scanned for viruses and 
  dangerous content by MailScanner, and is 
  believed to be clean. 



--


  --



--


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

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

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


[sisuite-users] netboot

2009-03-23 Thread Infos E-Blokos
Hello,

I'm trying to use Systemimager 4.1.6 with rsyncd, PXE boot.
All work ok unless it stopped after 15 mn saying /a/etc/systemimager no 
exsistent directory.
Any clues ?

Thanks

Franck
-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com___
sisuite-users mailing list
sisuite-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sisuite-users


Re: [sisuite-users] netboot

2009-03-23 Thread Infos E-Blokos
Sorry I forgot a line...

All work ok unless it stopped after 15 mn saying 
/a/etc/systemimager/IMAGE_LAST_SYNCED_TO  noexsistent directory.
  - Original Message 
  - 
  From: Infos E-Blokos 
  To: sisuite-users@lists.sourceforge.net 
  Sent: Monday, March 23, 2009 1:55 PM
  Subject: [sisuite-users] netboot


  Hello,

  I'm trying to use Systemimager 4.1.6 with rsyncd, PXE boot.
  All work ok unless it stopped after 15 mn saying /a/etc/systemimager no 
exsistent directory.
  Any clues ?

  Thanks

  Franck

  -- 
  This message has been scanned for viruses and 
  dangerous content by MailScanner, and is 
  believed to be clean. 


--


  --
  Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
  powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
  easily build your RIAs with Flex Builder, the Eclipse(TM)based development
  software that enables intelligent coding and step-through debugging.
  Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com


--


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

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com___
sisuite-users mailing list
sisuite-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sisuite-users