Help
  • Explore Community
  • Get Started
  • Ask the Community
  • How-To & Best Practices
  • Contact Support
Notifications
Login / Register
Community
Community
Notifications
close
  • Forums
  • Knowledge Center
  • Events & Webinars
  • Ideas
  • Blogs
Help
Help
  • Explore Community
  • Get Started
  • Ask the Community
  • How-To & Best Practices
  • Contact Support
Login / Register
Sustainability
Sustainability

Ask Me About Webinar: Data Center Assets - Modeling, Cooling, and CFD Simulation
Join our 30-minute expert session on July 10, 2025 (9:00 AM & 5:00 PM CET), to explore Digital Twins, cooling simulations, and IT infrastructure modeling. Learn how to boost resiliency and plan power capacity effectively. Register now to secure your spot!

ETL Import / Export database / Port configuration table

EcoStruxure IT forum

Schneider Electric support forum about installation and configuration for DCIM including EcoStruxure IT Expert, IT Advisor, Data Center Expert, and NetBotz

cancel
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Home
  • Schneider Electric Community
  • EcoStruxure IT
  • EcoStruxure IT forum
  • ETL Import / Export database / Port configuration table
Options
  • Mark Topic as New
  • Mark Topic as Read
  • Float this Topic for Current User
  • Bookmark
  • Subscribe
  • Mute
  • Printer Friendly Page
Invite a Co-worker
Send a co-worker an invite to the portal.Just enter their email address and we'll connect them to register. After joining, they will belong to the same company.
You have entered an invalid email address. Please re-enter the email address.
This co-worker has already been invited to the Exchange portal. Please invite another co-worker.
Please enter email address
Send Invite Cancel
Invitation Sent
Your invitation was sent.Thanks for sharing Exchange with your co-worker.
Send New Invite Close
Top Experts
User Count
Cory_McDonald
Admiral Cory_McDonald Admiral
124
Jef
Admiral Jef Admiral
110
gsterling
Captain gsterling Captain
71
APC_Steve
Captain APC_Steve Captain
64
View All

Invite a Colleague

Found this content useful? Share it with a Colleague!

Invite a Colleague Invite
Solved Go to Solution
Back to EcoStruxure IT forum
Solved
DCIM_Support
Picard DCIM_Support
Picard

Posted: ‎2020-07-03 02:41 AM . Last Modified: ‎2024-04-09 12:12 AM

0 Likes
9
1269
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: ‎2020-07-03 02:41 AM . Last Modified: ‎2024-04-09 12:12 AM

ETL Import / Export database / Port configuration table

Hi, I have been working with the ETL export/import databases for a few months, and in our current data center we have thousands of devices with multiple port configurations. I can locate in the export database if a port is in use in the “public_relation_endpoint_property” table; however, there doesn’t appear to be any table(s) that provide information on the port start, and port count in relation to the port module name. For example, I can see that a device’s port module name (It can have multiple) has ports 3,6, and 8 has a connection, but there is values with the start port and port count for that module name.

So, there doesn’t appear to be a method to check if a device already has a particular port module name, and what the start port, and port count is. We are attempting to automate the process of creating network connections, but not being able to A. Search for a device, then B. Get the name of each port, and subsequent start port and port count is for that device. Also, another way to phrase this is in the import database, there is a port configuration table, but no table in the export database that has that information that I can extract.

(CID:106203896)

Labels
  • Labels:
  • Data Center Operation
Reply

Link copied. Please paste this link to share this article on your social media post.

  • All forum topics
  • Previous Topic
  • Next Topic

Accepted Solutions
DCIM_Support
Picard DCIM_Support
Picard

Posted: ‎2020-07-03 02:41 AM . Last Modified: ‎2024-04-09 12:12 AM

0 Likes
7
1269
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: ‎2020-07-03 02:41 AM . Last Modified: ‎2024-04-09 12:12 AM

Will port_configuraiton help?

Whilst not specified at https://dcimsupport.apc.com/display/DCIMDEVELOPER/ETL+Export+Database

export_cables=# \d port_configuration
Table "public.port_configuration"
Column | Type | Modifiers
-------------------------+------------------------+-----------
ci_id | character varying(255) | not null
connector_type | character varying(255) | not null
module_name | character varying(255) | not null
start_port | integer | not null
port_count | integer |
port_speed | character varying(255) |
state_flag | character varying(16) |
state_last_synchronized | bigint |
state_last_updated | bigint |
Indexes:
"port_configuration_pkey" PRIMARY KEY, btree (ci_id, connector_type, module_name, start_port)

(CID:106203898)

See Answer In Context

Reply

Link copied. Please paste this link to share this article on your social media post.

Replies 9
DCIM_Support
Picard DCIM_Support
Picard

Posted: ‎2020-07-03 02:41 AM . Last Modified: ‎2024-04-09 12:12 AM

0 Likes
7
1270
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: ‎2020-07-03 02:41 AM . Last Modified: ‎2024-04-09 12:12 AM

Will port_configuraiton help?

Whilst not specified at https://dcimsupport.apc.com/display/DCIMDEVELOPER/ETL+Export+Database

export_cables=# \d port_configuration
Table "public.port_configuration"
Column | Type | Modifiers
-------------------------+------------------------+-----------
ci_id | character varying(255) | not null
connector_type | character varying(255) | not null
module_name | character varying(255) | not null
start_port | integer | not null
port_count | integer |
port_speed | character varying(255) |
state_flag | character varying(16) |
state_last_synchronized | bigint |
state_last_updated | bigint |
Indexes:
"port_configuration_pkey" PRIMARY KEY, btree (ci_id, connector_type, module_name, start_port)

(CID:106203898)

Reply

Link copied. Please paste this link to share this article on your social media post.

DCIM_Support
Picard DCIM_Support
Picard

Posted: ‎2020-07-03 02:41 AM . Last Modified: ‎2024-04-09 12:12 AM

In response to DCIM_Support
0 Likes
0
1269
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: ‎2020-07-03 02:41 AM . Last Modified: ‎2024-04-09 12:12 AM

export_cables=# select connector_type,module_name,start_port,port_count,port_speed from port_configuration where ci_id='0ea32ec3-76a3-4196-a4f5-1660d72632d3';; connector_type | module_name | start_port | port_count | port_speed ------------------+-----------------------------+------------+------------+------------ RJ45_REGULAR | module A | 1 | 24 | 1 Gbps RJ45_REGULAR | module B | 1 | 24 | 1 Gbps FIBER_SC_REGULAR | EdTestDiffTypesOnSameModule | 1 | 1 | 1 Gbps FIBER_ST_REGULAR | EdTestDiffTypesOnSameModule | 4 | 1 | 1 Gbps RJ45_REGULAR | EdTestDiffTypesOnSameModule | 7 | 1 | 1 Tbps

(CID:106203899)

Reply

Link copied. Please paste this link to share this article on your social media post.

DCIM_Support
Picard DCIM_Support
Picard

Posted: ‎2020-07-03 02:41 AM . Last Modified: ‎2024-04-09 12:12 AM

In response to DCIM_Support
0 Likes
0
1269
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: ‎2020-07-03 02:41 AM . Last Modified: ‎2024-04-09 12:12 AM

Thanks for the reply Ed. I don't think I phrased my question right. Basically, I need to somehow get all of our port configuration information that already exists in DCO, loaded into the Import port_configuration table. The export database gives us ports already in use in the “public_relation_endpoint_property” table, for example in the “cir_id” column: “00e11ff5-10b1-4383-a585-f11c672bd937#CP-Q2NZA-TT05-2#13#RJ45_REGULAR#false”, but that doesn’t tell what the start port and port count is for “CP-Q2NZA-TT05-2”. It just tells me that port 13 is in use on module name CP-Q2NZA-TT05-2. We have thousands of devices in our Data center, and I’m unable to manually add all that information to the import database.

(CID:106203904)

Reply

Link copied. Please paste this link to share this article on your social media post.

DCIM_Support
Picard DCIM_Support
Picard

Posted: ‎2020-07-03 02:41 AM . Last Modified: ‎2024-04-09 12:12 AM

In response to DCIM_Support
0 Likes
0
1269
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: ‎2020-07-03 02:41 AM . Last Modified: ‎2024-04-09 12:12 AM

Hi again Thomas, you want to get all DCO port info loaded into an ImportDB table called port_confugration. On my DCO 7.5 SP4. I have an Export DB table called port_configuration (same name as a table in my Import DB) If you have same table in your export DB then you can transfer. Can you see the table in your Export DB?

(CID:106203905)

Reply

Link copied. Please paste this link to share this article on your social media post.

DCIM_Support
Picard DCIM_Support
Picard

Posted: ‎2020-07-03 02:42 AM . Last Modified: ‎2024-04-09 12:12 AM

In response to DCIM_Support
0 Likes
0
1269
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: ‎2020-07-03 02:42 AM . Last Modified: ‎2024-04-09 12:12 AM

Hmm, no I can't see that table in my export DB. I only see these tables in the screen shot

List of Export Tables.JPG

(CID:106203907)

Reply

Link copied. Please paste this link to share this article on your social media post.

DCIM_Support
Picard DCIM_Support
Picard

Posted: ‎2020-07-03 02:42 AM . Last Modified: ‎2024-04-09 12:12 AM

In response to DCIM_Support
0 Likes
0
1269
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: ‎2020-07-03 02:42 AM . Last Modified: ‎2024-04-09 12:12 AM

Perhaps it has to with an export job? These are the only options I see in DCO

DCO Export Jobs.JPG

(CID:106203909)

Reply

Link copied. Please paste this link to share this article on your social media post.

DCIM_Support
Picard DCIM_Support
Picard

Posted: ‎2020-07-03 02:42 AM . Last Modified: ‎2024-04-09 12:12 AM

In response to DCIM_Support
0 Likes
0
1269
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: ‎2020-07-03 02:42 AM . Last Modified: ‎2024-04-09 12:12 AM

Hi Thomas I think Ed is on the right track here. There is a port_configuration table in the ETL Export database that provides (as far as I understand) the information you need. What is missing is perhaps that it is only part of the service packs, not the original 7.5 release. So if you install service pack 5 - currently the newest one - you should then be able to see the table. (I will reach out to you on email so you can get the service pack). Furthermore I will look into updating the documentation.

(CID:106203915)

Reply

Link copied. Please paste this link to share this article on your social media post.

DCIM_Support
Picard DCIM_Support
Picard

Posted: ‎2020-07-03 02:42 AM . Last Modified: ‎2024-04-09 12:12 AM

In response to DCIM_Support
0 Likes
0
1269
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: ‎2020-07-03 02:42 AM . Last Modified: ‎2024-04-09 12:12 AM

Ohhh, that would be great. That makes sense. It didn't occur to me that could be the case. I appreciate the help Ed and Niels, and I look forward to the email.

(CID:106203917)

Reply

Link copied. Please paste this link to share this article on your social media post.

DCIM_Support
Picard DCIM_Support
Picard

Posted: ‎2020-07-03 02:42 AM . Last Modified: ‎2023-10-31 10:57 PM

0 Likes
0
1269
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: ‎2020-07-03 02:42 AM . Last Modified: ‎2023-10-31 10:57 PM

superhero.png

This question is closed for comments. You're welcome to start a new topic if you have further comments on this issue.

Reply

Link copied. Please paste this link to share this article on your social media post.

To The Top!

Forums

  • APC UPS Data Center Backup Solutions
  • EcoStruxure IT
  • EcoStruxure Geo SCADA Expert
  • Metering & Power Quality
  • Schneider Electric Wiser

Knowledge Center

Events & webinars

Ideas

Blogs

Get Started

  • Ask the Community
  • Community Guidelines
  • Community User Guide
  • How-To & Best Practice
  • Experts Leaderboard
  • Contact Support
Brand-Logo
Subscribing is a smart move!
You can subscribe to this board after you log in or create your free account.
Forum-Icon

Create your free account or log in to subscribe to the board - and gain access to more than 10,000+ support articles along with insights from experts and peers.

Register today for FREE

Register Now

Already have an account? Login

Terms & Conditions Privacy Notice Change your Cookie Settings © 2025 Schneider Electric

This is a heading

With achievable small steps, users progress and continually feel satisfaction in task accomplishment.

Usetiful Onboarding Checklist remembers the progress of every user, allowing them to take bite-sized journeys and continue where they left.

of