• Facebook
  • Twitter
  • Youtube
  • LinedIn
  • RSS
  • Docs
  • Comparisons
  • Blogs
  • Download
  • Contact Us
Download
Show / Hide Table of Contents

Add-NCAzServer

The Add-NCAzServer PowerShell cmdlet adds one or more new virtual machines (servers) to an existing NCache Azure environment.

These servers inherit the configuration (location, VM size, OS, zone, etc.) from the environment previously created using New-NCAzureEnvironment.

Warning

The more servers you add, the longer the provisioning time will be.

Note

If the deployment process fails after partially creating resources, the operation is rolled back automatically.

Add-NCAzServer -EnvName [-VMCount] [-Password] [-LicenseDuration] [-Key] [-InstallNCacheDir]

Examples

  • This command adds 2 new virtual machine to the existing environment named Production:
Add-NCAzureServer -EnvName Production
  • This command adds 5 new virtual machines to the existing environment named Production:
Add-NCAzureServer -EnvName Production -VmCounts 5

Properties

Note

Parameters with an asterisk (*) are required.

Parameter Data Type Description Default Value
-EnvName* <String> Specifies the name of the environment where the servers will be added. -
-Password <String> Password for the admin user. -
-Key <String> The license key to be used when adding the servers. -
-VmCount <Int32> Number of virtual machines to add. Minimum: 1 1
-Port <Int32> The port on which the server will be listening (default: 8250). 8250
-LicenseDuration `{Hourly Monthly Annual}`
-InstallNCacheDir <String> Directory path on the virtual machine where NCache should be installed. -

Contact Us

PHONE

+1 (214) 764-6933   (US)

+44 20 7993 8327   (UK)

 
EMAIL

sales@alachisoft.com

support@alachisoft.com

NCache
  • NCache Enterprise
  • NCache Community
  • Edition Comparison
  • NCache Architecture
  • Benchmarks
Download
Pricing
Try Playground

Deployments
  • Cloud (SaaS & Software)
  • On-Premises
  • Kubernetes
  • Docker
Technical Use Cases
  • ASP.NET Sessions
  • ASP.NET Core Sessions
  • Pub/Sub Messaging
  • Real-Time ASP.NET SignalR
  • Internet of Things (IoT)
  • NoSQL Database
  • Stream Processing
  • Microservices
Resources
  • Magazine Articles
  • Third-Party Articles
  • Articles
  • Videos
  • Whitepapers
  • Shows
  • Talks
  • Blogs
  • Docs
Customer Case Studies
  • Testimonials
  • Customers
Support
  • Schedule a Demo
  • Forum (Google Groups)
  • Tips
Company
  • Leadership
  • Partners
  • News
  • Events
  • Careers
Contact Us

  • EnglishChinese (Simplified)FrenchGermanItalianJapaneseKoreanPortugueseSpanish

  • Contact Us
  •  
  • Sitemap
  •  
  • Terms of Use
  •  
  • Privacy Policy
© Copyright Alachisoft 2002 - . All rights reserved. NCache is a registered trademark of Diyatech Corp.
Back to top