Azazia Software Knowledgebase
Search:     Advanced search
Browse by category:
Contact Us

How to modify the Rack (X,Y) and Row (Z) Coordinates under add or modify host entry

Add comment
Views: 496
Votes: 0
Comments: 0
Posted: 21 Jan, 2010
by: Patridge B.
Updated: 21 Jan, 2010
by: Patridge B.
By default the RACK(X,Y) Coordinates may be modified as follows:

============================
To modify the Rack X coordinates,

Edit the dca_config.php
Change:
$var_loc_row="25";

To the desired value.

============================
To modify the Rack Y (or A-Z)  so you have additional letters (ex. AA, AB, AC AD...
Change
$var_loc_col_count="0";

TO:
$var_loc_col_count="1";

============================

To modify the Z coordinates or "Unit/Row" Number,

1. Edit the dca_layout.php in a text editor:
2. Change line 38 and 38

======
FROM
======
$var_loc_col_count=0;
$var_loc_row=10;

=====
TO
=====
$var_loc_row=$ROWCOUNT;


3. Save and close the file.


4. Edit the dca_config.php
Change line 46

===========
FROM
=====
$var_rackrow="20";

====
TO
====
$ROWCOUNT="20";
$var_rackrow="30";

5. Save and close the file.

Now refresh your browser, and the new row count will be 30.



effective as of dca v2.6.1.1
Others in this Category
document What environments and components are qualified for Data Center Audit?
document Image not shown at login page
document Having difficulty displaying DCA correctly when operating off of the root (/) directory of my webserver
document I have run the installer however it says it will not connect to the database (unable to connect to database).
document How do I manually create the DCA mysql database and tables on UNIX?
document How do I manually create the DCA MySQL Database and Tables on Windows?
document Print web page output to an Adobe PDF
document Changing the background row color in Data Center Audit (DCA)
document Background Image does not go all the way to the edge of the screen
document Change or customize the background image in Data Center Audit
document The wampapache service could not be started: A service specific error occurred: 1.



RSS