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

How to configure OVM Virtualization platform after successful installation

2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

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

This article mainly shows you "how to configure the OVM virtualization platform after successful installation", which is easy to understand and clear. I hope it can help you solve your doubts. Let me lead you to study and learn how to configure the OVM virtualization platform after successful installation.

Platform configuration method

1. Automatic configuration

The path file / opt/esage/config/esage.properties contains

The location of 192.168.0.125 needs to be modified to the local actual IP.

[root@localhost ~] # cat / opt/esage/config/esage.properties

[datacenter]

Esage.database.host = 127.0.0.1

Esage.rabbitmq.username = guest

Esage.rabbitmq.host = 127.0.0.1

Esage.appstore.templateLocation = 192.168.0.125:/vmimage

Esage.appstore.localtemplatePath = / opt/templatelibrary/

Esage.rabbitmq.password = guest

Esage.datacenter.id = Default

Esage.rabbitmq.port = 5672

Esage.redis.host = 127.0.0.1

Esage.redis.port = 6379

Esage.event.identity = m_user

Esage.platform.api.location = http://192.168.0.125:8009/api

Esage.event.credential = m_password

[platform]

Esage.platform.sessionTimeout = 60

Esage.database.user = esage

Esage.database.password = esage_2020@

Esage.database.host = 127.0.0.1

Esage.platform.mail.server = 127.0.0.1

Esage.platform.mail.user = ovm_sf@51ovm.com

Esage.platform.mail.password = none

Esage.auth.module = esage

Esage.rabbitmq.username = guest

Esage.rabbitmq.password = guest

Esage.rabbitmq.port = 5672

Esage.redis.host = 127.0.0.1

Esage.redis.port = 6379

Esage.platform.api.location = http://192.168.0.125:8009/api

Esage.rabbitmq.host = 127.0.0.1

2. If the automatic configuration does not take effect, you need to configure it manually:

The path to the ovm-UI configuration file is:

In the path file / var/www/html/ui/index.html, the location containing 192.168.0.125 needs to modify the IP address at all costs.

[root@localhost ~] # cat / var/www/html/ui/index.html

_ _ REACT_DEVTOOLS_GLOBAL_HOOK__ = parent.__REACT_DEVTOOLS_GLOBAL_HOOK__

Const global_uploadHost = 'http://192.168.0.125:8009';

Const global_host = 'http://192.168.0.125/api';

[root@localhost ~] #

Restart the two services after modifying the configuration file

[root@localhost ~] # systemctl restart esage-tomcat.service

[root@localhost ~] # systemctl restart httpd.service

At this point, you can re-open the landing page and log in!

These are all the contents of the article "how to configure the OVM Virtualization platform after successful installation". Thank you for reading! I believe we all have a certain understanding, hope to share the content to help you, if you want to learn more knowledge, welcome to follow the industry information channel!

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

Servers

Wechat

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

12
Report