Site Launch Frequently Asked Questions
Hey there, community. We are maintaining this FAQ as new issues come in that might be experienced by the community at large. This will be continually updated as we fix the discovered issues.
Login Issues
- I can't log in with my existing DevCentral credentials, how do I get logged in?
- Your existing credentials from the old site will not work. You need to create a new account with a valid email address.
- I am already a member of DevCentral. Why do I need to create a new account?
- For years the community has requested consolidated credentials across F5 web properties. DevCentral is the first site taking a step toward that reality, which requires a change in the credential setup.
- My password manager no longer works because the username and password are handled on separate pages, what can I do?
Profile Issues
- How do I get all my old content contributions back?
- Click on your profile and click edit, then scroll down toward the bottom of the page. You can merge in your old content by providing your old username and password and clicking merge account.
- I have merged my old account. Where are my favorites?
- The favorites were not ported over. You'll need to rebuild this.
Content Issues
- I am searching on Google for DevCentral content and every link is returning a 404 page. What's wrong?
- It will take Google some time to index the new site and update its content. This should resolve itself in a week or so.
- Where is all the /wiki content?
- The wiki did not journey onward with DevCentral. The API documentation from the wiki is now located at https://clouddocs.f5.com/api/. Other namespaces in the wiki were not retained, but select content from those areas will be released as articles in the near future. Comment below if there is anything in particular you need and we will prioritize it.
- You can download an offline copy of the wiki for personal access.
- Some links embedded in DevCentral content and most of my bookmarks are resulting in a 404 page. What's wrong?
- We have some limitations with redirects we’re working through. We prioritized the links most often visited. Other links are unlikely to work. Please search by title on DevCentral and you should find what you're looking for and can update your bookmarks. We will also be working on embedded links over time.
Site Issues
- Why is nothing redirecting? I hear you make a killer product that does this sort of thing?!?
- It's not true that nothing is redirecting, we just have some limitations with redirects and have prioritized the most popular destinations. If you end up on the 404 page, search for your content in the DevCentral search bar and you should find what you're looking for.
- We are aware of the power of BIG-IP iRules. We've written just a few here and there over the years. Our hosted solution makes using iRules not possible at this time.
- If you have the Tampermonkey browser extension, Michael Jenkins (former MVP) whipped up a couple scripts that will only redirect , or will rewrite on the page at document load and then redirect on click, all the API links that were formerly in the DevCentral wiki to their new home on Clouddocs.
- Why is the title font so blurry?
- There is a rendering condition on the font that needs to be addressed for some browser in some situations. For example, Safari and Firefox show this issue on my external monitor, but it looks fine on my retina screen, whereas with Chrome, it looks fine on both screens. Your mileage may vary.
- Chase_AbbottEmployee
Got you.
- PyControl
- v11.6.0 iControlREST API User Guide
We're working on getting common files and docs up on Github and also in a frequently accessed downloads within an article.
- OrionNimbostratus
- Thanks!
- OrionNimbostratus
- Don't suppose you have a working link for suds (required now) too?
- JRahmAdminYou should be able to pip install bigsuds, I believe it’s out on pypi but I’ll check when I get home.
- Chase_AbbottEmployee
Download and install PowerShell from Microsoft Go to the PowerShell Labs page on DevCentral and select the "Download Now" link. This will download the Cmdlet installer. Run the iControlSnapInSetup.msi installer. This will install the SnapIn into the c:\program files\F5 Networks\iControlSnapIn directory. Start PowerShell from the Windows Start menu. Cd to c:\program files\F5 Networks\iControlSnapIn directory Dot Source the setup script (only once after the install) PS > . .\setupSnapIn.ps1) Load the SnapIn into the Runtime PS > Add-PSSnapIn iControlSnapIn Initialize the iControl connection with the Initialize-F5.iControl CmdLet PS > Initialize-F5.iControl -Hostname bigip_address -Credentials (Get-Credential) Run the Get-F5.iControlCommands CmdLet to list out all the available Cmdlets. PS > Get-F5.iControlCommands Try out some of the CmdLets PS > Get-F5.LTMPool
https://cdn.f5.com/websites/devcentral.f5.com/downloads/f5-icontrol-powershell-snapin-13_1_0.zip
- Chase_AbbottEmployee
If PIP didn't work for you: https://cdn.f5.com/websites/devcentral.f5.com/downloads/bigsuds-1.0.zip
- Sam_HallNimbostratus
The new site is very hard to browse and navigate. Search is slow and I can no longer open search results in a bunch of tabs in order to rapidly review and find the content I need.
For example, I only just found this FAQ today, and while it's content finally explains some things that have made me sad since the launch, you have to acknowledge the irony of having a FAQ that cant' be found. It's only had 108 views in a month since it was published.
- Chase_AbbottEmployee
Hi Sam;
You're not along in your complaint regarding search. We have an open request in with our search SaaS to get HREF's active which will allow open-in-new-tab. Why that's not normal/expected is surprising to us as well. Regarding search speeds, what type of slowness are you seeing? We're doing site testing with speeds from Seattle, San Jose, and Chertsey UK. All speeds seem ok except when there's a script load delay (with search).
- Sam_HallNimbostratus
I'm in Australia, clicking on a search result takes about 15-20 seconds for the content to load. So frustrating when it loads only to find it's not the content I'm looking for. Then I have to return to the search again, which takes at least 5+ seconds to load if I'm lucky. Search again for the same term I already searched for... wait another 10 seconds for the search results to load that I was looking at a moment ago, play lucky dip again based only on the title and a cropped sentence... wait 15-20 seconds... repeat... it all adds up. The fact is that information that would have taken maybe 30 seconds to locate on the old site, you could now expect to take about 5 minutes. I found I can get through faster if I open up about 10 tabs of the search page and paste my search term into all of them one by one, then return to each one to open all the results in parallel so I don't have to wait later. It's so lame.
If I actually have to login to do something, like make this comment, there goes at least another 30 seconds of my life with all the very slow redirection business going on there.
- Chase_AbbottEmployee
That is fantastic and measurable feedback I can push back on to our dev and SaaS teams with. This was a concern some of us had that was overlooked and I think we can make a better case to optimize script heavy functionality for smarter code. We'll update the community as we improve these failures. Lief Zimmerman has a recent update out already here and I'll discuss your performance issues with him immediately.