Replies: 5 comments 10 replies
-
I think it's saying it can't find a rack "203", at least, not in the site with name "7" (although it's not complaining about the site - unless you've truncated the screenshot). Are you sure you have a site and rack with those names? |
Beta Was this translation helpful? Give feedback.
-
Just figured out the netbox import issue where it kept throwing that error about the rack. Location also needs to be defined. that was my problem. |
Beta Was this translation helpful? Give feedback.
-
serial,device_role,manufacturer,device_type,status,location,site,rack,position,face,cf_CPU_Model,cf_CPUs,cf_Cores,cf_Memory |
Beta Was this translation helpful? Give feedback.
-
to: DEVELOPERS, maybe you can adjust the error msg so it will explain that location is missing instead of rack not found. Thank you. |
Beta Was this translation helpful? Give feedback.
-
Server Error There was a problem with your request. Please contact an administrator. The complete exception is provided below: <class 'dcim.models.racks.Rack.site.RelatedObjectDoesNotExist'> Rack has no site. Python version: 3.10.6 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
NetBox version
v3.3.0
Python version
3.8
Expected Behavior
a new device will be created and is assigned to the correct rack
having issues using https://netbox/dcim/devices/import/
although it works with adding the same thing with api.
serial,device_role,manufacturer,device_type,status,site,rack,position,face,cf_CPU_Model,cf_CPUs,cf_Cores,cf_Memory
000000000,server-role,HP,ProLiant DL380 Gen10,active,7,203,27,front,Xeon Silver 4214R 2.4GHz,2,24,0
rack and location exists in netbox.
Beta Was this translation helpful? Give feedback.
All reactions