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
If PIP didn't work for you: https://cdn.f5.com/websites/devcentral.f5.com/downloads/bigsuds-1.0.zip
- 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
- JRahmAdminYou should be able to pip install bigsuds, I believe it’s out on pypi but I’ll check when I get home.
- OrionNimbostratus
- Don't suppose you have a working link for suds (required now) too?
- OrionNimbostratus
- Thanks!
- 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
Definitely a lot of stuff that seems to be still "under construction" - for instance, the API/SDK downloads on clouddocs.f5.com point to devcentral URL's that don't exist. I need to download a fresh copy of the v11 API and a copy of pyControl, but no dice......
- hooleylistCirrostratus
As a request for enhancement, threaded conversations here would be helpful to follow the messages :)
- Leslie_HubertusRet. Employee
Glad to hear the merge worked.
I'd recommend using the search function in DevCentral right now, as google is still indexing content and will not display full results for a few more days.
- DomwilkoAltocumulus
- My merged content is now showing up. It looks like the backend merge process was just a bit slow as it took several hours for the content to show up; however it's now working and I can now see my previous posts.
I'm still having to used Google Cached Links to find a lot of the old DevCentral content, but at least it's some sort of workaround.
Thanks.