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

Was this helpful?

  1. On-Prem Installation
  2. Deployment

VConnect

PreviousCore ComponentsNextBilling

Last updated 11 months ago

Was this helpful?

  1. Download the installer and VConnect Tools file using the below links. Extract VConnect Tools Zip file to local path.

    CloudAssert.WAP.VConnect.Service.Setup.msi - 2403.5 (Version) VConnectTool.zip - 2403.5 (Version)

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

  3. Execute the below command and update the password in web.config of VConnect (Path: C:\inetpub\MgmtSvc-CloudAssert-Vconnect\Web.config)

    1. Navigate to the VConnect Tool folder

    2. Execute the below command from command prompt

    VConnect.exe Hashpass {VConnect_Password} Note: Please ensure to make a note of the password provided for VConnect API, as it will be used in other Hybr components.

  4. 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: {VConnect_Password}

  5. 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)

  6. 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 hosts file

    4. Setup event notifications for VConnect and Hybr Core components

Settings Name

Group

Value

HybrApiEndpoint

HybrSettings

HybrApiKey

HybrSettings

ex: hybrapiuser

HybrApiSecret

HybrSettings

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

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 to the following locations.

    • C:\inetpub\MgmtSvc-CloudAssert-VConnect\bin

    • C:\Program Files\CloudAssertVConnect\CloudAssert.WAP.VConnect.AgentService

ex:

CloudAssert.WAP.VConnect.Service.Setup.msi
https://cloudassertdownloads.blob.core.windows.net/vconnect/2403.5/VConnectTool.zip
https://local.admin.hybr.com/
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