Hybr®
Cloud Assert HomeDocs Home
2303
2303
  • Introduction
  • Features
    • Summary
    • Service Providers
      • Tenants Management
        • Tenant Onboarding
        • Tenant Portal Access for HYBR Admin
        • Tenant Portal Access for Support Users From Different Domain
        • Tenant Company Management
        • Company with AAD B2C
        • User Management
        • Subscriptions Management
        • Offers Management
        • Plans Management
      • Reseller Management
        • Reseller Offer
        • Reseller Plan
        • Onboarding a CSP Customer and Mapping it with Reseller
      • Billing
        • Credits
        • Microsoft CSP
        • Pricing Profile
          • Pricing Profiles Management
            • How to set Pricing List Import setting for meter
          • Update Pricing Profile from Excel
        • Cost Reset
      • Resource Management
        • Console connect requirements for imported VMs
        • Connection manager
          • Azure Stack Hub Connection Management
          • Azure
          • AWS
        • VM Template management
        • Param Spec
        • Network Management
        • Azure Integration
        • Policy Management
        • Linked Clone
        • Attach and detach networks
        • Delete Options
        • Backup
          • Veeam Backup Configuration
          • Scheduling a backup using Veeam
      • Microsoft CSP
        • MS CSP security consent process
        • Partner Center Refresh Token Expiry Alert
        • New Commerce Experience (NCE)
          • Transition from Legacy to NCE
        • Azure Reservation Management
        • Granular Delegated Admin Privileges
          • Bulk Transition of customers from DAP to GDAP
          • Default roles to be provided for relationship request.
      • Service Catalog
        • FAQ
      • Azure Stack Hub
        • Create and Publish Service Catalog offers
        • Configure Service Catalogue Plan
        • Pricing
        • Security Deposit for an Azure Stack Hub Offer
      • Customization
      • Administration
        • Application Settings
        • Admin Portal Access for Support Users
    • Business Intelligence Dashboards & Reports
      • Dashboards
      • Reports
        • Schedule Reports
    • Reseller
      • Customers Management
        • Customer Onboarding
        • Plans
        • Offers
      • Billing
        • Pricing Profile Management
    • Customer
      • Subscriptions
      • Resource Management
        • Virtual Machines
        • Connect a VM using browser
        • Virtual Networks
        • Resource Templates
        • Resource Groups
      • Microsoft CSP
        • CSP Operations and Status tracking
      • Software-Defined Network (SDN)
      • Company Registration
    • Cloud Cost Management
      • Cloud Dashboards
        • Azure Invoice Comparision
      • Collaborations
      • Resource Tagging
        • Data Processing Rules
      • Cost Allocations & Budgeting
        • Budgeting
      • Recommendations
      • Reconcilation
      • Getting started
        • Kubernetes
        • Azure
        • AWS
        • GCP
        • Tenant Company Creation
  • Advanced Guides
    • CSP Customers with Resellers
  • API Documentation
    • External Integration and API Documentation Overview
    • External Webhook Integration
    • Zapier Integration
      • External application events which trigger event in Hybr
      • Event in Hybr which trigger external Application
  • Support
    • How do I contact support?
    • How do I share feedback?
    • Roadmap
    • Changelog
  • On-Prem Installation
    • Architecture
    • Prerequisites
      • Infrastructure
        • Production
        • POC
      • Identity Providers
        • AAD B2C
        • Microsoft Entra ID
        • ADFS
      • Services
        • VConnect
        • Workflow
        • Microsoft CSP
        • Remote connect using Guacamole
          • Apache Guacamole Setup
          • Troubleshoot
          • Support Links
          • Guacamole Pre-Requisites
        • Console connect for VCenter V7
          • Pre-Requisites
          • Configurations for Nginx (Reverse Proxy Server)
          • Troubleshoot
          • Supporting Commands / Configurations
      • Ports Requirements
    • Deployment
      • Core Components
      • VConnect
      • Billing
    • Configuration
      • Billing
        • Custom Invoice
        • Multilingual Support
      • Cost Management
        • General
    • Updates
      • Billing
      • Cost Management
    • Infrastructure & Application Security - Recommendations
Powered by GitBook
On this page
  • 1. General Requirements
  • 2. VCONNECT SERVICE SPECIFIC REQUIREMENTS
  • 3. WORKFLOW SERVICE SPECIFIC REQUIREMENTS
  • 4. IDENTITY PROVIDERS
  • 5. OTHERS

Was this helpful?

  1. On-Prem Installation
  2. Prerequisites
  3. Infrastructure

Production

1. General Requirements

SN#

Server

Load balancer

Config

Details

1

Hybr  front-end server 1 

(Load balanced)

  • Hybr Load Balancer

  • Public IPs

  • Windows server 2019 or later

  • 4 Core CPU

  • 8 GB RAM

  • 150 GB

Front end server 1

  1. Hybr WebApp

2

Hybr front-end server 2

(Load balanced)

  • Hybr Load Balancer

  • Public IPs

  • Windows server 2019 or later

  • 4 Core CPU

  • 8 GB RAM

  • 150 GB

Front end server 2

  1. Hybr WebApp

3

Hybr RP server 1

(Load balanced)

  • RP Load Balancer

  • Private IPs

  • Windows server 2019 or later

  • 8 Core CPU

  • 16 GB RAM

  • 150 GB 

Backend server 1

  1. Billing services

  2. VConnect Service

4

Hybr RP server 2

(Load balanced)

  • RP Load Balancer

  • Private IPs

  • Windows server 2019 or later

  • 8 Core CPU

  • 16 GB RAM

  • 150 GB 

Backend server 2

  1. Billing services

  2. VConnect service

5

SQL Server 1x SQL Server 1x

 

Private IPs

 

  • Windows server 2019 or later

  • SQL Server 2019 or later

  • 8 Core CPU

  • 16 GB RAM

  • 512 GB (Can be scaled up based on need)

  • Always On availability group

SQL Server that holds all 4 product’s databases

2. VCONNECT SERVICE SPECIFIC REQUIREMENTS

This is required only if you have opted for VConnect feature capability that helps you manage On-premise and Cloud data centers. This must be on application server where VConnect will be installed.

  • VMware vSphere PowerCLI (Supported Versions: 5.5 to 6.3 R1)

  • VMM 2012/2016 Console (Supported Versions: UR10)

  • AWS CLI (Supported Versions: 1.11.10 to 1.11.13)

  • Azure PowerShell (Supported Versions: 1.5 - 7)

2.1 PowerShell configurations

Run the following commands in Command prompt on the Application Server and use appropriate thresholds for your environment

  • winrm set winrm/config/winrs '@{MaxShellsPerUser="500"}'

  • winrm set winrm/config/client '@{AllowUnencrypted="true"}'

Run the following commands in the Windows Power Shell ISE on the Application server and use appropriate thresholds for your environment

  • Set-Item -Path WSMan:\localhost\Plugin\microsoft.powershell\Quotas\MaxShells -Value 500

  • Set-Item -Path WSMan:\localhost\Plugin\microsoft.powershell\Quotas\MaxShellsPerUser -Value 500

  • Set-Item -Path WSMan:\localhost\Plugin\microsoft.powershell32\Quotas\MaxShells -Value 500

  • Set-Item -Path WSMan:\localhost\Plugin\microsoft.powershell32\Quotas\MaxShellsPerUser -Value 500

  • Restart-Service winrm

2.2 vSphere specific configuration

This is required for only for vCenter integration.

  • Clusters that will be configured with VConnect must have DRS turned on in vCenter

  • Ensure that VM Templates in the vCenter environment used for VM provisioning through VConnect, are created with only 1 core per socket and 1 CPU

3. WORKFLOW SERVICE SPECIFIC REQUIREMENTS

Need not share the below details, but be ready with this for workflow configuration

Smtp and Imap settings:

  • Host name

  • Port number

  • User name

  • Password

4. IDENTITY PROVIDERS

  • Supports Microsoft Entra ID or ADFS 2016

  • Microsoft Entra ID Pre-requisites

    • Use this only if cloud admin organization user accounts are maintained in Microsoft Entra ID

    • Refer Microsoft Entra ID prerequisites for steps to retrieve below information.

    • Directory ID

    • Application ID

    • Application Client Secret

    • Microsoft Entra ID user account for Admin (this should belong to the same directory mentioned above)

      • ‘User’ directory role is enough for admin user

  • ADFS Pre-requisites

    • Use this only if cloud admin organization user accounts are maintained in ADFS

    • Application ID

    • Application Client Secret

    • Obtain Authority and Metadata address of ADFS 2016

    • User account for admin

    • ‘User’ directory role for admin user is suffice

5. OTHERS

  • Azure storage account.

    • Standard storage account is needed for using Queues and Table. Refer section 3 of Microsoft Entra ID Prerequisites (link below).

PreviousInfrastructureNextPOC

Last updated 1 year ago

Was this helpful?

323KB
AAD - Prerequsites.pdf
pdf