These forums are a place for learning, helping and sharing experiences with others about any of our products. Feel free to ask a question and get answers from our community and our most advanced users.
Note that these are public forums - anyone can view the discussions here.
VISIT OUR DIFFERENT FORUMS:
Announcements > | |
CloudShell > | TestShell > |
Developers > | BI (Business Inteligence) > |
This is where you can suggest your ideas to help and improve the product for everyone.
Please make sure to read the following article before posting a new idea, to get more information about the required information and ideas lifecycle.
Feel free to vote and comment on other ideas to promote them.
Thanks for everyone who suggested the ideas and voted for them.
Find, download and share integrations that can extend and enhance the CloudShell experience.
Integrations have several levels:
Certified - Officially tested and supported by Quali.
Preview - Provides a sneak peek to what the Quali team is developing. Officially supported by Quali. Feel free to experiment and comment, but please take into consideration that it is not yet tested and released.
Community - Integrations shared by community users. Feel free to look into what other users have contributed, please take into consideration that these integrations are not tested by Quali.
To learn more about creating Shells and integrating with CloudShell, use the following links:
CloudShell's Dev Guide > | Configuration Management > |
Getting started with Shells > | Extending CloudShell with Cloud Providers > |
Getting started with Orchestration > | API Guide > |
To share your integration, follow the instructions in this guide >.
This procedure is supported in versions:
5.1 Patch 4, 6.0 GA
* Assumes Testshell Portal and Testshell Server are installed on same machine *
** Troubleshooting section added below **
1. Complete your installation of Testshell Server and Testshell Portal.
2. Open IIS Manager (Run >> inetmgr.msc)
3. Add a web site
4. Choose any site name (its a logical value.)
5. Choose physical path pointing at your Portal folder.
6. (Only HTTPS) Set binding to HTTPS
7. (Only HTTPS) Set SSL certificate to certificate provided by client, or IIS Express certificate.
8. Go to Application Pools and modify the application pool created for your web site. Change the .NET Framework to 4.0
9.
9.1 [5.1 Patch 4] - Modify your Server customer.config file (typically in $\Qualisystems\Testshell\Server or $\Qualisystems\Cloudshell\Server).
Add the following key:
<add key="Portal.LoadIISExpress" value="False" />
9.2 [CloudShell 6.0] - Modify your customer.config in $\Qualisystems\Cloudshell\Portal
Add the following key:
<add key="Portal.LoadIISExpress" value="False" />
10. In IIS Manager, start your website
11. Restart your Testshell Server or Cloudshell Server
12. Browse to the website and test it.
13. Please remember that Skype and some other applications may block your ports (Skype blocks the default HTTPS port 443!)
Troubleshooting
In case you see HTTP Error 500.19, as can be seen in the image below:
Open command prompt as administratorand perform the following:
cd C:\Windows\Microsoft.NET\Framework\v4.0.30319\
aspnet_regiis -i
Reload page, and the problem should be resolved.
Hello,
While running through this on Microsoft Server 2012 we saw the error "HTTP Error 500.19", so I tried to run the command "aspnet_regiis -i" and received the following message.
This message directed me to follow the Microsoft article below. After doing so the portal was accessible.
http://www.iis.net/learn/get-started/whats-new-in-iis-8/iis-80-using-aspnet-35-and-aspnet-45
Article says
"Modify your QsTeamServer.exe.config (typically in $\Qualisystems\Testshell\Server or $\Qualisystems\Cloudshell\Server)."
Not in the customer.config file? This a bug?
When using IIs 8 with WIndows server 2012 (or 2012 R2), make sure to install the 'Web Server' role within the server manager. after choosing the web server role, click next and in the 'Role Services' section, under the 'Application Development' make sure to choose 'ASP.NET 4.5'.
This sub-role will allow the IIS to use the ASP.NET 4.5 for running the CloudShell portal.
When using CloudShell 6.4 and above, the WebDAV module and handler need to be disabled in order to allow HTTP PUT and DELETE requests (used in our portal).
In order to do that, add the following in the Portal\Web.Config file (do not remove other elements already in this structure, just add these in the relevant location)
<configuration>
<system.webServer>
<modules>
<remove name="WebDAVModule" />
</modules>
<handlers>
<remove name="WebDAV" />
</handlers>
</system.webServer>
</configuration>
These forums are a place for learning, helping and sharing experiences with others about any of our products. Feel free to ask a question and get answers from our community and our most advanced users.
Note that these are public forums - anyone can view the discussions here.
Announcements | |
CloudShell | TestShell |
Developers | BI (Business Inteligence) |
This is where you can suggest your ideas to help and improve the product for everyone.
Please make sure to read the following article before posting a new idea, to get more information about the required information and ideas lifecycle.
Feel free to vote and comment on other ideas to promote them.
Thanks for everyone who suggested the ideas and voted for them.
Find, download and share integrations that can extend and enhance the CloudShell experience.
Integrations have several levels:
Certified - Officially tested and supported by Quali.
Preview - Provides a sneak peek to what the Quali team is developing. Officially supported by Quali. Feel free to experiment and comment, but please take into consideration that it is not yet tested and released.
Community - Integrations shared by community users. Feel free to look into what other users have contributed, please take into consideration that these integrations are not tested by Quali.
To learn more about creating Shells and integrating with CloudShell, use the following links:
CloudShell's Dev Guide | Configuration Management |
Getting started with Shells | Extending CloudShell with Cloud Providers |
Getting started with Orchestration | API Guide |
To share your integration, follow the instructions in this guide.
Resource Manager - user display of physical connections
CloudShell AWS Cost Management
Using patch panels in CloudShell
Backing up TestShell data before upgrading
Naming Convention Recommendations
Sort and categorize resource and topology commands