OpenSolaris

You are not signed in. Sign in or register.

OpenSolaris Project: Easy Tools

View the leaders for this project
Project Observers

Endorsing communities

Systems Administration Community Group



Welcome to EasyTools


EasyTools has been written in PHP, so it is almost trivial to install and configure. It aims to help newcomers to take their first steps with OpenSolaris, by helping them to easily perform administration operations at the same time that it shows the real command that is being executed underneath.

Features:

  • easySMF: view, stop, start, change properties and create new services.
  • easyZFS: add, delete and modify pools, RAID, mirrors. Allows manage Snapshots.
  • easyZone: create and manage zones.
  • easyxVM: create and manage.
  • easyRM: create and manage the resources in your system, for example projects, task, cpu pools, IPCs, memory, etc.

State:

  • easySMF: The beta version is ready.
  • easyZFS: in progress.
  • easyZone: in progress.
  • easyxVM: in progress.
  • easyRM:The beta version is ready.

Download SWF

 

Download phpEasyTools with first module easySMF

http://www.opensolaris.org/os/project/phpEasyTools/files/
 

Discussions

Discussion group for System Administrators: Discussion

 

How to install EasyTools

1) Download

bash-3.2# cp phpEasyTools-src-20080718.tar.bz2 /tmp
bash-3.2# bzip2 -d phpEasyTools-src-20080718.tar.bz2
bash-3.2# tar xvf phpEasyTools-src-20080718.tar
x ./phpEasyTools/, 0 bytes, 0 tape blocks
x ./phpEasyTools//easySMF, 0 bytes, 0 tape blocks
x ./phpEasyTools//easySMF/action.php, 11194 bytes, 22 tape blocks
x ./phpEasyTools//easySMF/images, 0 bytes, 0 tape blocks
x ./phpEasyTools//easySMF/images/accept.png, 7
.....................................
..............................................

2) Copy files in to webserver document root (with PHP enabled). Go to the URL:

http://localhost:your_port/phpEasyTools/easySMF/

Example:

http://172.18.141.55:8080/phpEasyTools/easySMF/

 

How to contribute

Before we can incorporate significant contributions, certain legal requirements must be met. Basically you have to make a copyright assignment to the project main developer. Small changes can be accepted without a copyright disclaimer or a copyright assignment. The project is Free Software licensed under the GPL, this is just a legal issue, but anyway please read the license documentation , prior to contributing anything.

 

Report Bugs

Please file a bug report to dgalan at opensolarisblog dot org

 

License

This software is open source; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License. This General Public License does NOT permit incorporating this software into proprietary programs.

Blogs

JJMora.es - Solaris: Problema de lentitud en Solaris 10

Jun 5, 5:01 AM

Normalmente no suelo contar demasiado sobre el día a día de mi trabajo, pero aveces ocurren cosas curiosas que creo que son interesantes contarlas, sobre todo, por si pueden ser de ayuda para otros ...

JJMora.es - SPARC: Rendimiento del SPARC64 VI

Mar 17, 5:39 AM

En un post anterior, hemos hablado cómo podemos medir el rendimiento del procesador UltraSPARC T2+. Siguiendo con esta serie de posts, ahora vamos a ver como podemos analizar el comportamiento del ...

JJMora.es - Solaris: Memory Leak o ZFS usando cache ARC.

Mar 13, 8:59 AM

Si estas apuntado a la lista perf dash discuss at opensolaris dot org, habràs podido ver el revuelo que se ha generado durante esta semana debido a un posible problema de fuga de memoria en el Kernel de Solaris ...

JJMora.es - SPARC: Rendimiento del T2+

Mar 11, 11:42 AM

Hace algún tiempo que Sun ha puesto en escena el procesador UltraSPARC T2+, puedes leer una pequeña descripción de este procesador en el siguiente link. El procesador dispone de varios cores ...

JJMora.es - DTrace: El PID provider

Feb 23, 11:03 AM

Como hemos visto en el post anterior sobre DTrace, existe una gran cantidad de información a la que podemos acceder mediante los distintos provider disponibles y otros que se estàn desarrollando e ...