Hi,

On Wed, 2009-05-20 at 09:40 +0530, er krishna wrote:

>         
>         Stop vblade/vbladed on the storage server.
> 
> How ? Currently I am doing ps-eaf | grep vblade ; & then I kill all
> the process; is there any other way ?

You could try the command pidof vblade. This will print all vblade PID's
to stdout.

so kill `pidof vblade` may be easier for you, however it is not
discriminate. In other words, you may want to stop just one vblade, not
all of them. Currently there is no easy way to keep track of which PID
is exporting what.

I have some patches that I'll send later this week that 'properizes'
vblade for use as a daemon. It then becomes easier to manage. The
changes are kind of invasive, so I'm guessing they can just live in
contrib/.


> ok, so aoe-flush is necessary; Currently I am doing rmmod aoe ;
> modprobe aoe ; aoe-stat  & results are as per exptation. But aoe-flush
> seems better way.

Yes.

> 1) On server ps -eaf | grep vblade;  find all the processes & kill
> those by kill -9.

Don't use -9, its not needed. Let vblade / vbladed handle the signals as
they are designed to do (i.e. clean up tasks, etc).

> 2) Run ssh command & login on each machine ( w/o passwd ) ; then
> execute aoe-flush command on each node on the network.

Yes, that is the simplest way. Puppet as others have mentioned would
also do the job.

Cheers,
--Tim




------------------------------------------------------------------------------
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
_______________________________________________
Aoetools-discuss mailing list
Aoetools-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/aoetools-discuss

Reply via email to