Hybr®
Cloud Assert HomeDocs Home
2205.1
2205.1
  • Introduction
  • Release Notes
  • Release Notes (2019 & 2020)
    • RoadMap / Upcoming Features
    • Release Notes template
    • December 2020
    • November 2020
    • October 2020
    • September 2020
      • Hybr upcoming release plan - Q3 2020
    • August 2020
    • July 2020
    • June 2020
    • May 2020
    • April 2020
    • March 2020
    • February 2020
    • Oct 2019
      • Sprint 132
      • Sprint 133
    • Nov 2019
      • Sprint 134
      • Sprint 135
  • Features
    • Summary
    • Admin
      • Service Provider
        • Reseller Management
          • Reseller Offer
          • Reseller Plan
        • Onboarding a CSP Customer and Mapping it with Reseller
      • 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
      • Billing
        • Credits
        • Microsoft CSP
        • Pricing Profile
          • Pricing Profiles Management
          • Update Pricing Profile from Excel
      • Cost Management
        • Data Processing Rules
      • 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)
      • 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
    • Reseller
      • Customers Management
        • Customer Onboarding
        • Plans
        • Offers
      • Billing
        • Pricing Profile Management
    • Tenant
      • 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
  • Installation
    • Architecture
    • Prerequisites
      • Infrastructure
        • Production
        • POC
      • Identity Providers
        • AAD B2C
        • Azure Active Directory
        • 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
  • API Integration
  • Troubleshooting
    • Billing
      • Cost Reset
Powered by GitBook
On this page

Was this helpful?

  1. Installation
  2. Deployment

VConnect

PreviousCore ComponentsNextBilling

Last updated 2 years ago

Was this helpful?

  1. Download the below installers and extract Vconnect.Zip file

  2. Install CloudAssert.WAP.VConnect.Service.Setup.msi

  3. Update the Password in web.config of VConnect (Path: C:\inetpub\MgmtSvc-CloudAssert-Vconnect\Web.config). Password for dev purpose - CAAAANHhnqvpWD0oTkgG9K3lgho2t0PJl+Cvrj+lcgJWzj1CLQfKxJLhlxI=

  4. Create database for VConnect

  5. Execute the below command to update the database

    1. Navigate to the VConnect folder (extracted from VConnect.zip file)

    2. Execute the below command from command prompt

    VConnect.exe UpdateDatabaseSettings {DB_SERVER_NAME} VConnect {DB_USER_NAME} {DB_PASSWORD} /isUseIntegratedSecurity:false /VConnectApiEndpoint:http://localhost:31101 /VConnectApiUserName:cloudassertadminuser /VConnectApiPassword:pass@word1

  6. Insert queue URL in VConnect database. Note: This step is not required if VConnect is installed only for Work flow or Service notification handler is used

    1. Update shared access signature of Azure storage account queue in the below insert script and execute in VConnect DB. Note: Azure storage account queue is one of the prerequisites.insert into [VConnect].[dbo].[AppSettings] ([Key], [Value], [Group], UpdatedByUser, LastUpdatedTime, IsEncrypted) Values('ServiceNotificationQueueSasUri', '{queueUrl}', 'HybrSettings', 'Admin', GetDate(), 0)

  7. VConnect - Service Notification Handler settings

    1. Set below app settings with appropriate values

    2. If wanted to use the Service Notification Handler, set the HybrApiEndpoint as and set HybrServiceNotificationEventSource setting to trisulapi

      OR

      If wanted to use the Azure Storage Queue, set HybrServiceNotificationEventSource setting to azurestoragequeue and give the Azure storage queue SAS URI for the setting ServiceNotificationQueueSasUri

    3. Add Hybr endpoint in etc/host file

    4. Setup event notifications for VConnect and Hybr Core components

Settings Name

Group

Value

HybrApiEndpoint

HybrSettings

HybrApiKey

HybrSettings

ex: hybrapiuser

HybrApiSecret

HybrSettings

ex: pass@word1

HybrServiceNotificationEventSource

HybrSettings

(trisulapi/azurestoragequeue)

ServiceNotificationQueueSasUri

HybrSettings

(Azure storage queue sas uri)

8. License Activation

  • Navigate inside the extracted folder and execute the below command from command prompt

  • Command: VConnect.exe ActivateOnline licenseKey emailId

    • Note: Do not copy-paste the values directly into command prompt, paste it in notepad, remove spaces and add again before executing

  • Once the command is executed successfully, .cal file will be generated in the same directory. Copy this file into C:\inetpub\MgmtSvc-CloudAssertBilling\bin

9. Changes to support Custom Properties in Vconnect (Temporary)

  • In Appsettings table of Vconnect DB , along with existing values in [CustomPropertiesToDisplay] key , set the property display name with the below format

    • PropertyName : DisplayName

    • Example :- Description : Description

ex:

Download and extract

https://cloudassertdownloads.blob.core.windows.net/vconnect/2.1.7/2.1.7.1/CloudAssert.WAP.VConnect.AdminExtension.Setup.msi
https://cloudassertdownloads.blob.core.windows.net/vconnect/2.1.7/2.1.7.1/CloudAssert.WAP.VConnect.TenantExtension.Setup.msi
https://cloudassertdownloads.blob.core.windows.net/vconnect/2.1.7/2.1.7.1/Tool.zip
https://local.admin.hybr.com/
VConnect.zip
https://local.admin.hybr.com/
1KB
VConnect-setup-event-notification.bat.txt
VConnect - Setup Event Notification
2KB
setup-event-notification-for-hybr.txt
Hybr Core - Setup Event Notification