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

[BUG] Fail to explore config on connected BIG-IP #109

Closed
rjouhann opened this issue Feb 11, 2021 · 3 comments
Closed

[BUG] Fail to explore config on connected BIG-IP #109

rjouhann opened this issue Feb 11, 2021 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@rjouhann
Copy link

Hello,

I am trying to use the Explore config option with a BIG-IP but it looks like I am not able to get the config.

image

See the error below, not sure why the command isn't working.

[2021-02-11T05:37:41.931Z] DEBUG: Saving config on F5 using bash api, "tmsh save sys config"
[2021-02-11T05:37:41.931Z] DEBUG: makeReqAXnew-REQUEST: POST -> 10.1.1.187:443/mgmt/tm/sys/config
[2021-02-11T05:37:54.536Z] DEBUG: makeReqAXnew-RESPONSE: 200 - OK
[2021-02-11T05:37:54.536Z] DEBUG: building mini_ucs on device with following command over bash api: tar -czf /shared/images/${tempFile} /config/bigip.conf /config/bigip_base.conf /config/partitions
[2021-02-11T05:37:54.536Z] DEBUG: makeReqAXnew-REQUEST: POST -> 10.1.1.187:443/mgmt/tm/util/bash
[2021-02-11T05:37:54.872Z] DEBUG: makeReqAXnew-RESPONSE: 200 - OK
[2021-02-11T05:37:55.093Z] ERROR: mini_ucs download error Request failed with status code 400
[2021-02-11T05:37:55.093Z] ERROR: Failed to retrieve mini_ucs for configuration exploration

Thanks!
Roman

@DumpySquare DumpySquare self-assigned this Feb 21, 2021
@DumpySquare DumpySquare added the bug Something isn't working label Feb 21, 2021
@DumpySquare
Copy link
Member

Thanks for opening this Roman. I've recently seen this and believe that the error is related to the download size limit. Details found here: https://support.f5.com/csp/article/K41763344

This fix will be part of the f5-conx-core project integration which is coming in the next major release.

Important: The allowable file download size when using the iControl REST interface is capped at 1MB, files greater than 1MB will become truncated.
Important: Using the HTTP GET command to download files does not function on BIG-IP releases 15.0.0 and later.

@DumpySquare DumpySquare changed the title Fail to explore config BIG-IP [bug] Fail to explore config BIG-IP Feb 21, 2021
@DumpySquare DumpySquare added this to the v3.0 enhancements/refactor milestone Mar 4, 2021
@DumpySquare
Copy link
Member

This has been fixed and part of the next release

@DumpySquare DumpySquare changed the title [bug] Fail to explore config BIG-IP [BUG] Fail to explore config on connected BIG-IP Mar 11, 2021
@silliw-nhoj
Copy link

Hi,

I was seeing the same issue and I don't think it's related to UCS file size. The debug message (below) indicates that tempFile variable isn't being converted.

building mini_ucs on device with following command over bash api: tar -czf /shared/images/${tempFile} /config/bigip.conf /config/bigip_base.conf /config/partitions

I was able to get it working by changing line 47 in cfgExplorer.js to enclose the command in backticks instead of straight single quotes.

Thanks!
John

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants