[racktables-users] Re: Patch for Backend connections of patchpannels

  • From: Manon Goo <manon.goo@xxxxxxxx>
  • To: "<racktables-users@xxxxxxxxxxxxx>" <racktables-users@xxxxxxxxxxxxx>
  • Date: Tue, 2 Aug 2011 20:39:54 +0000

It is the First Release , you Suizid Be somehow familiär with MySQL php etc in 
Case something Görs wrong !  You Suizid Be Abkehr to apply with "Patch -P2" in 
THW wwwroot Directory to 0.19.6 you Gould have to check the diffs to 0.19.7

Manon

Manon Goo
Dembach Goo Informatik GmbH & Co KG
Unter Sachsenhausen 33
D-50667 Köln
Tel.: +49 221 801483 0
Mobil: +49 151 12222781
Fax: +49 221 801483 20
E-Mail: <mailto:manon.goo@xxxxxxxx> 
manon.goo@xxxxxxxx<mailto:manon.goo@xxxxxxxx>

Amtsgericht Köln HRA 22794, USt-IdNr.: DE242 159 527
Haftende Gesellschafterin: Dembach Goo Verwaltungsgesellschaft mbH
Deren Geschäftsführer: Andreas Dembach, Manon Goo

Am 02.08.2011 um 19:35 schrieb "Marco Sommella" 
<marco.sommella@xxxxxxxxx<mailto:marco.sommella@xxxxxxxxx>>:

this is applicable to 0.19.7 too ?
which command i have to use to apply patch ?
tnx a lot.

------------------------------------------------------------------
Marco Sommella
<mailto:marco.sommella@xxxxxxxxx>marco.sommella@xxxxxxxxx<mailto:marco.sommella@xxxxxxxxx>
 (E-Mail & MSN)
------------------------------------------------------------------


2011/7/27 Manon Goo 
<<mailto:lists@xxxxxxxx>lists@xxxxxxxx<mailto:lists@xxxxxxxx>>
Hi,

I have created a patch for Racktables, the patch adds the following 
functionalty:
       - Ports (especialy for patch pannels) may be desiganted as 
Frontend/backend Ports by making them compatibe with "backend port"
       - These Ports can have a second backend Link
       - The Mainpage will show the complete Link of the connection traversing 
through the patchpannels

The follwing changes were made to the Database:

ALTER TABLE `Link` ADD `type` INT( 10 ) UNSIGNED NOT NULL DEFAULT '0' COMMENT 
'Identifier  for different connections';
ALTER TABLE `Link` DROP INDEX `porta` , ADD UNIQUE `porta` ( `porta` , `type` );
ALTER TABLE `Link` DROP INDEX `portb` , ADD UNIQUE `portb` ( `portb` , `type` );
ALTER TABLE `Link` DROP PRIMARY KEY , ADD PRIMARY KEY ( `porta` , `portb` , 
`type` );
INSERT INTO Dictionary VALUES ( 2,336,"backend port");


The Code patch is attached. I hope this is helpful to you.

Cheers
Manon








Manon Goo
Dembach Goo Informatik GmbH & Co KG
Untersachsenhausen 33
D-50667 Köln
Tel: +49 221 801483 0
Mobil: +49 177 8091974
Fax: +49 221 801483 20
Email: <mailto:manon@xxxxxxxx> manon@xxxxxxxx<mailto:manon@xxxxxxxx>
Emergency: +49 180 555 4992

Amtsgericht Köln HRA 22794, UST ID: DE242 159 527
Geschäftsführer: Manon Goo, Andreas Dembach
Haftende Gesellschafterin: Dembach Goo Verwaltungs GmbH

Other related posts: