The LEDs can be controlled:
http://nil-techno.blogspot.com/2009/10/accessing-blue-led-on-sheevaplug.htmlhttp://www.avrfreaks.net/wiki/index.php/Documentation:Linux/LEDsThere are also a number of posts on the plug computer forum on the same topic.
Here's your key question:
Is it possible to put in /etc/rc.local command "at now + 2 minutes" to activate the shutdown without being impossible to login in the system anymore?
I'm not clear on which aspect is troubling you. Is it the actual shutdown command, or the mechanism by which you should execute it? I think the command itself is straightforward (
shutdown -h), but if you're trying to figure out how to determine that the tasks you want to run have completed, that's somewhat dependent upon the nature of those tasks.