Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

DDC reconfigure to connect to the database

2025-01-30 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

Shulou(Shulou.com)06/01 Report--

Look for connectionstring in the registry to modify the database connection string and modify the database connection address. Restart all citrix services using the following command to check whether the connectionstring of monitor and logging is correct Get-MonitorDataStoreGet-LogDataStore if incorrect use the following command to modify $cs= "xxx" Set-MonitorDBConnection-Datastore Monitor-DBConnection $nullSet-MonitorDBConnection-Datastore Monitor-DBConnection $CSSet-LogDBConnection-DataStore Logging-DBConnection $nullSet-LogDBConnection-DataStore Logging-DBConnection $cs use the following command to re-register service instanceUnregister Service Instance (Analytics only for 7.6)

Get-configregisteredserviceinstance | unregister-configregisteredserviceinstance # only run one time on a DDC

Get-Configserviceinstance | register-configserviceinstance

Get-Hypserviceinstance | register-configserviceinstance

Get-Acctserviceinstance | register-configserviceinstance

Get-AnalyticsServiceInstance | register-configserviceinstance

Get-Provserviceinstance | register-configserviceinstance

Get-Sfserviceinstance | register-configserviceinstance

Get-Monitorserviceinstance | register-configserviceinstance

Get-Envtestserviceinstance | register-configserviceinstance

Get-Brokerserviceinstance | register-configserviceinstance

Get-Logserviceinstance | register-configserviceinstance

Get-Adminserviceinstance | register-configserviceinstance

$ccs = Get-Configserviceinstance

$ccs | Reset-ConfigServiceGroupMemberShip

$ccs | Reset-LogServiceGroupMemberShip

$ccs | Reset-AdminServiceGroupMemberShip

$ccs | Reset-ProvServiceGroupMemberShip

$ccs | Reset-HypServiceGroupMemberShip

$ccs | Reset-AcctServiceGroupMemberShip

$ccs | Reset-AnalyticsServiceGroupMemberShip

$ccs | Reset-SfServiceGroupMemberShip

$ccs | Reset-BrokerServiceGroupMemberShip

$ccs | Reset-MonitorServiceGroupMemberShip

$ccs | Reset-EnvtestServiceGroupMemberShip

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Database

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report