From: Ming Zhang <mingz@xxxxxxxxxxx>
Subject: [Fwd: Re: [Iscsitarget-devel] Developing VSS hardware providers]
Date: Fri, 15 Jul 2005 09:41:07 -0400
> Not sure if you key an eye on this thread. Recently we are discussing
> something about management daemon and windows snapshot support. It might
> introduce something else into IET. I would like to see what is your
> opinion on this. Thanks!
I've not read the whole thread. I guess:
o You want a snapshot image in an application consistency since a
power-failure consistency is not good enough.
o You want to do work on a box in which IET is running from another
box to achieve the above (that is, you want remote control for IET).
When I designed and implemented ietadm and ietd, I considered this
issue (remote control).
With the current design, ietadm and ietd comunicate by using an unix
domain socket. It was easy to implement them with a tcp socket to
enable remote control. However, because no perfect authentication
scheme is for everyone, so I chose unix domain.
If an initiator box is linux, you can execute ietadm on the IET box by
using ssh. If you prefer web interface, run apache on the IET box. If
you want RCP or SOAP interface, implemnt a daemon that can handle them
and run it on the IET box. They executes ietadm.
Generally speaking, I think that adding some new functions to ietadm
is good enough for this issue.
-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
|