RackTables is a management framework for rackspace, IP addresses, servers and more!
Installation:
RackTables 0.14.x is the first public release branch. It has been developed and run at a Fedora 5 server, so PHP 5 (and most probably MySQL 5) is a requirement.
� Unpack the tarball and make it web-accessible, e.g. yourcompany.com/racktables or racktables.mysite.org.
� Create a MySQL database and grant some user permissions for it.
� Go into 'inc' directory, copy secret-sample.php to secret.php and modify accordingly.
� Modify inc/config.php, if necessary.
� Edit init-auth.sql and change admin password
� Edit $enterprise in inc/config.php.
� Initialize the database:
mysql> use database_name;
mysql> source init-structure.sql
mysql> source init-auth.sql
mysql> source init-dictbase.sql
mysql> source init-dictvendors.sql
Remove init-auth.sql
Product's homepage
Requirements:
· PHP
· MySQL
What's New in This Release: [ read full changelog ]
· This maintenance release features improvements in SNMP (generic cleanups and better coverage of Netgear, HP, and Nexus switches).
· It also improves compatibility with VRP software, adds a "MySQL server port" parameter to the installer, fixes a PNG MIME type issue for IE users, and improves handling of "broadcast" and "network" reserved addresses in IPv4 networks.