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
  • VCONNECT SERVICE SPECIFIC REQUIREMENT
  • POWER SHELL CONFIGURATION
  • SQL POWER SHELL CONFIGURATION
  • VMWare VSPHERE Integration SPECIFIC CONFIGURATION - (Its only required for vCenter configuration)
  • Microsoft System Center Integration SPECIFIC CONFIGURATION – (its only required for Microsoft System Center Integration)

Was this helpful?

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

VConnect

VConnect is a Resource provider service in HYBR that helps you to manage On-premise and Cloud data-centers.

VCONNECT SERVICE SPECIFIC REQUIREMENT

This is required only if you have opted for VConnect feature. This must be on HYBR resource provider server where VConnect will be installed.

  • VMware vSphere PowerCLI (Supported Versions: 5.5 to 11.2)

  • VMM 2016 Console (latest rollup)

  • AWS CLI (Supported Versions: 1.11.10 to 1.11.13)

  • Azure Power Shell (Supported Versions: 1.5 to 3.0)

POWER SHELL CONFIGURATION

Run the following commands in Power Shell on the HYBR Resource Provider Server and use appropriate thresholds for your environment.

winrm set winrm/config/client '@{TrustedHosts ="powerShellMachine"}'

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

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

Run the following commands in the Windows Power Shell on the HYBR Resource Provider 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

SQL POWER SHELL CONFIGURATION

Run the following commands in Power Shell window in administrator mode on the HYBR Application Server for configuration SQL and use appropriate thresholds for your environment.

install-module sqlserver

update-module sqlserver

import-module sqlserver

VMWare VSPHERE Integration SPECIFIC CONFIGURATION - (Its only required for vCenter configuration)

This is required 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.

  • vCenter VM templates must not be sys-prepped and VMware tools must installed.

Microsoft System Center Integration SPECIFIC CONFIGURATION – (its only required for Microsoft System Center Integration)

  • Add the VMM server (FQDN) as trusted host in HYBR Resource provider server

winrm set winrm/config/client '@{TrustedHosts ="<VMMserverFQDN>"}'

  • Service provider foundation URL & VMM stamp must be added in SPF server for respective VMM server.

  • Following ports should be accessible from HYBR Resource provide server.

  1. 8090 (SPF)

  2. 5985 (WinRM-http)

  3. 5986 (WinRM-https)

PreviousServicesNextWorkflow

Last updated 1 year ago

Was this helpful?