Hi
Hi I'm working on a database to ease my job, when I need to move 500 servers in the near future. I'm rather new new with databases, so please excuse any mistakes I make and help me by to get better.
I have created a DB with 3 tables, Info, Current and Future.
Info: Contains fields that tell me about the server name, the owner and what is going to be done for this particular server
Current: Contains the current placement of the server and how it has cables running to it.
Future: Contains the future placement and cables running to it, including patches.
I have the following fields:
INFO: Id (primary), Servername, Model, owner, procedure to follow, mail sent, mail recived, change number.
Current: Id (primary), INFO (has relation to Id of INFO, one to one), Room, Rack, NIC1, NIC2, NIC3, NIC4, ILO, Fiber1, Fiber2, Power
Future ID: Id (primary), INFO (has relation to Id of INFO, one to one), Room, Rack, Unit, NIC1, Patch1, X1, NIC2, Patch2, X2, NIC3, Patch3, X3, NIC4, Patch4, X4, ILO, Patch ILO, XILO, Fiber1, Fiber2, Power
Does this look right or am I making any obvious mistakes?
J;-)