Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

problems connecting to FI in IMM mode #88

Open
mikejdunphy opened this issue Jun 16, 2022 · 5 comments
Open

problems connecting to FI in IMM mode #88

mikejdunphy opened this issue Jun 16, 2022 · 5 comments
Labels
enhancement New feature or request

Comments

@mikejdunphy
Copy link

mikejdunphy commented Jun 16, 2022

Howdy, I downloaded the ova, updated it with the script and followed the instructions
it seems that it connects and gets the name but then errors out not sure where to go from here
so I thought I would ask for help
The FI's are managed by intersight so not sure if that is the issue, I just put the IP
of FI A in the group1 file

I also am getting this in the telegraf log

2022-06-16T00:28:10Z I! [agent] Hang on, flushing any cached metrics before shutdown
2022-06-16T00:28:10Z E! [outputs.influxdb] When writing to [http://localhost:8086]: 500 Internal Server Error: write failed
2022-06-16T00:28:10Z E! [agent] Error writing to outputs.influxdb: could not write any address
2022-06-16T00:28:10Z I! [agent] Stopping running outputs
2022-06-16T00:28:25Z I! Loaded inputs: cpu disk diskio exec (2x) kernel mem net processes swap system
2022-06-16T00:28:25Z I! Loaded aggregators:
2022-06-16T00:28:25Z I! Loaded processors:
2022-06-16T00:28:25Z I! Loaded outputs: influxdb
2022-06-16T00:28:25Z I! Tags enabled: host=ucs-utm
2022-06-16T00:28:25Z I! [agent] Config: Interval:10s, Quiet:false, Hostname:"ucs-utm", Flush Interval:10s
2022-06-16T00:28:25Z W! [outputs.influxdb] When writing to [http://localhost:8086]: database "telegraf" creation failed: Post "http://localhost:8086/query": dial tcp [::1]:8086: connect: connection refused

ucslog.txt

@wgjhstt247
Copy link

The majority of this project is not compatible with Cisco Intersight because the API and management model changed with Intersight. Cisco UCS Manager uses an XML API. Cisco Intersight and Intersight Managed Mode (IMM) domains use a REST API that is Redfish compliant.

The pause frame monitoring component may still work because IMM domains still use NX-OS command? The pause frame monitoring component uses the netmiko library to connect via SSH to the FIs and collect the pause frame metrics from the CLI instead of the API.

With regards to your telegraf error message, it looks like your influxdb may not be installed or configured?

@paregupt
Copy link
Owner

Did it work? The error shows something is wrong with influxdb or telegraf. If you are not an expert of these, I suggest a fresh install, which may be faster to resolve it.

@mikejdunphy
Copy link
Author

mikejdunphy commented Jul 12, 2022 via email

@paregupt
Copy link
Owner

Are you running UCS in IMM mode?
UTM doesn't work when UCS is running in IMM mode. Only UCSM mode is supported.

@paregupt paregupt changed the title problems connecting to FI problems connecting to FI in IMM mode Aug 7, 2022
@paregupt paregupt added the enhancement New feature or request label Aug 7, 2022
@mikejdunphy
Copy link
Author

mikejdunphy commented Oct 11, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants