Sign In with your
Trend Micro Account
需要協助?
需要協助?

若您需要技術支援,請 按此建立案件。

Enabling the hidden key in the admin database of InterScan Messaging Security Suite (IMSS) or InterScan Messaging Security Virtual Appliance (IMSVA)

    • 更新於:
    • 20 Mar 2022
    • 產品/版本:
    • 作業系統:
概要

This article shows the detailed steps in enabling the hidden key in IMSS/IMSVA admin database to export the configuration files, which can be used in data migration.

詳情
Public

To enable the hidden keys:

  1. To access the IMSVA database, open an ssh connection to the IMSVA server and login as root.
  2. Once logged in, type the following command to login to the IMSVA database:
    # /opt/trend/imss/PostgreSQL/bin/psql imss sa
  3. After logging in, proceed in typing the insert command posted in the TMEMS Online Help:
    insert into tb_global_setting (section, name, value, inifile) values ('imp_exp', 'enable_ems_migrate', '1', 'imss.ini');
     
  4. Then type "\q" (without the quotation marks) to exit.
  5. The other way to do this is to login as root in IMSVA and type the following command:
    # /opt/trend/imss/PostgreSQL/bin/psql imss sa -c "insert into tb_global_setting (section, name, value, inifile) values ('imp_exp', 'enable_ems_migrate', '1', 'imss.ini');"
  6. To verify that it has been added, you can use the following command:
    # /opt/trend/imss/PostgreSQL/bin/psql imss sa -c "select * from tb_global_setting where section='imp_exp';"
  7. Once the change has been done, proceed with exporting the configuration files from the IMSVA management console under Administration > Import/Export.
 
There is no need to restart any services after running the commands.
 
Premium
Internal
Partner
評價:
分類:
Configure
解決方案ID:
000290676
評定這個解決方案
本文是否幫助解決您的問題?

感謝您的意見!


本意見調查系統為自動運作,將不會回覆如銷售、技術、產品等一般問題.

若您需要協助,請聯繫對應的技術支援窗口. 聯絡我們


To help us improve the quality of this article, please leave your email here so we can clarify further your feedback, if neccessary:
We will not send you spam or share your email address.

*This form is automated system. General questions, technical, sales, and product-related issues submitted through this form will not be answered.