You can subscribe to this list here.
2004 |
Jan
|
Feb
|
Mar
(5) |
Apr
(8) |
May
(2) |
Jun
(8) |
Jul
(2) |
Aug
(5) |
Sep
(9) |
Oct
(10) |
Nov
(4) |
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2005 |
Jan
(5) |
Feb
(3) |
Mar
(11) |
Apr
|
May
(1) |
Jun
(7) |
Jul
(11) |
Aug
(9) |
Sep
(8) |
Oct
|
Nov
(3) |
Dec
(3) |
2006 |
Jan
(2) |
Feb
(16) |
Mar
(13) |
Apr
(5) |
May
(4) |
Jun
|
Jul
(3) |
Aug
(5) |
Sep
(2) |
Oct
(17) |
Nov
(21) |
Dec
(23) |
2007 |
Jan
(22) |
Feb
(3) |
Mar
(18) |
Apr
|
May
(11) |
Jun
(3) |
Jul
(8) |
Aug
(29) |
Sep
(1) |
Oct
(2) |
Nov
(1) |
Dec
|
2008 |
Jan
(2) |
Feb
(7) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2016 |
Jan
|
Feb
(2) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Toft, P. <Pet...@hp...> - 2004-03-31 12:13:46
|
Just a quick addition to Ashish's instructions: for this demo the nodes which will be the webservers need to be Linux, and the SF daemon needs to run as the root user (in order to install Apache). The other nodes can be anything. > -----Original Message----- > From: sma...@li... [mailto:smartfrog- > sup...@li...] On Behalf Of Ashish Awasthi > Sent: 31 March 2004 08:07 > To: Arbizu, Alan (EUD Cupertino R&D) > Cc: sma...@li... > Subject: [Smartfrog-support] Re: smartfrog 3.0.01.003.alpha demo question > > Hi Alan, > > 1) set up a few nodes running the latest daemon > 2) edit the file .../dynamicwebserver/sf/nodes.sf to set some nodes with > specific roles > - web servers > - the load balancer > - service managers > - stress test host > Example: > stressTestHost "localhost"; // node where stress test service runs > > serviceManagerHost "localhost"; > balancerHost "node1"; // name of the host where balancer service runs > > serverHost1 "node2"; // name of the host where web server will run > serverHost2 "node3"; // name of the host where web server will run > webPort 80; > serverHosts extends vector { > -- ATTRIB serverHost1; > -- ATTRIB serverHost2; > 3) start up the example using .../sf/serviceTemplate.sf > - which will bring up the manager on the node you are deploying on > - the load balancer on the load balancer node > - a single web server on one of the server nodes > > 4) start a load generator using .../sf/loadGeneratorTemplate.sf > - this will start a slider component which you can use to vary the > load > > 5) as you vary the load it may go above the top threshold, in which case a > new web server will be created on one of the nodes > > Note that the first time a web server is deployed on a node, apache tar > file > will be > downloaded from the web server [default is serrano.hpl.hp.com] this is > configured in ../sf/installApacheIfNeeded.sf and ../sf/webTemplate.sf > > I believe you have connectivity to this host else- > You may have to configure ServerHost attribute in webTemplate.sf and > installApacheIfNeeded.sf and point to a web server which serves tar file > for > apache installation. > > Hope this helps. > > Ashish > > Date: Tue, 30 Mar 2004 15:31:13 -0800 > From: Alan Arbizu <ala...@hp...> > To: sma...@li... > Subject: [Smartfrog-support] smartfrog 3.0.01.003.alpha demo question > > Hi guys... > > I'm an engineer with HP doing an investigation into SmartFrog and am going > to do > a short presentation to my fellow team members. I'd like to try and run > some of > the dynamicwebserver demos since this applies pretty well to our general > area of > expertise. Can you give me some pointers on which *.sf file(s) to > edit/configure so that I can play around with this demo? I've validated > the > install by running the sfDaemon and the Printer/Generator demo. > > Thanks for your help, > > Alan > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IBM Linux Tutorials > Free Linux tutorial presented by Daniel Robbins, President and CEO of > GenToo technologies. Learn everything from fundamentals to system > administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click > _______________________________________________ > Smartfrog-support mailing list > Sma...@li... > https://lists.sourceforge.net/lists/listinfo/smartfrog-support |
From: Ashish A. <aw...@in...> - 2004-03-31 07:07:04
|
Hi Alan, 1) set up a few nodes running the latest daemon 2) edit the file .../dynamicwebserver/sf/nodes.sf to set some nodes with specific roles - web servers - the load balancer - service managers - stress test host Example: stressTestHost "localhost"; // node where stress test service runs serviceManagerHost "localhost"; balancerHost "node1"; // name of the host where balancer service runs serverHost1 "node2"; // name of the host where web server will run serverHost2 "node3"; // name of the host where web server will run webPort 80; serverHosts extends vector { -- ATTRIB serverHost1; -- ATTRIB serverHost2; 3) start up the example using .../sf/serviceTemplate.sf - which will bring up the manager on the node you are deploying on - the load balancer on the load balancer node - a single web server on one of the server nodes 4) start a load generator using .../sf/loadGeneratorTemplate.sf - this will start a slider component which you can use to vary the load 5) as you vary the load it may go above the top threshold, in which case a new web server will be created on one of the nodes Note that the first time a web server is deployed on a node, apache tar file will be downloaded from the web server [default is serrano.hpl.hp.com] this is configured in ../sf/installApacheIfNeeded.sf and ../sf/webTemplate.sf I believe you have connectivity to this host else- You may have to configure ServerHost attribute in webTemplate.sf and installApacheIfNeeded.sf and point to a web server which serves tar file for apache installation. Hope this helps. Ashish Date: Tue, 30 Mar 2004 15:31:13 -0800 From: Alan Arbizu <ala...@hp...> To: sma...@li... Subject: [Smartfrog-support] smartfrog 3.0.01.003.alpha demo question Hi guys... I'm an engineer with HP doing an investigation into SmartFrog and am going to do a short presentation to my fellow team members. I'd like to try and run some of the dynamicwebserver demos since this applies pretty well to our general area of expertise. Can you give me some pointers on which *.sf file(s) to edit/configure so that I can play around with this demo? I've validated the install by running the sfDaemon and the Printer/Generator demo. Thanks for your help, Alan |
From: Alan A. <ala...@hp...> - 2004-03-30 23:31:43
|
Hi guys... I'm an engineer with HP doing an investigation into SmartFrog and am going to do a short presentation to my fellow team members. I'd like to try and run some of the dynamicwebserver demos since this applies pretty well to our general area of expertise. Can you give me some pointers on which *.sf file(s) to edit/configure so that I can play around with this demo? I've validated the install by running the sfDaemon and the Printer/Generator demo. Thanks for your help, Alan -- Alan Arbizu SW Design Engineer, ISDL Hewlett-Packard Cupertino, CA, B47L/J6-L6 408-447-0240 |
From: Julio G. <ju...@us...> - 2004-03-01 18:21:11
|
Use this list to get help on any aspect of using the SmartFrog system, = on writing new components to work within the framework, for reporting = defects and to request enhancements or changes.=20 |