Linux下无图形安装参数 -console和-i console
如果使用的Installshield升级到新的版本,Linux下无图形安装参数要用-i console替换 -console。
例如当运行 ./ManageEngine_xxx.bin -console出现如下提示时, 请使用./ManageEngine_xxx.bin -i console

[root@localhost opt]# ./ManageEngine_ApplicationsManager_64bit.bin -console
Preparing to install...
Extracting the JRE from the installer archive...
Unpacking the JRE...
Extracting the installation resources from the installer archive...
Configuring the installer for this system's environment...
Launching installer...
Usage: ManageEngine_ApplicationsManager_64bit [-f <path_to_installer_properties_file> | -options]
(to execute the installer)
where options include:
-? show this help text
-h show this help text
-help show this help text
--help show this help text
-i [swing | console | silent]
specify the user interface mode for the installer
-D<name>=<value>
specify installer properties
-r <path_to_generate_response_file>
Generates response file.
JVM heap size options are only applicable to Installers
-jvmxms <size>
Specify JVM initial heap size.
-jvmxmx <size>
Specify JVM maximum heap size.
The options field may also include the following in case of uninstaller
if it is enabled for Maintenance Mode
-add <feature_name_1> [<feature_name_2 ...]
Add Specified Features
-remove <feature_name_1> [<feature_name_2 ...]
Remove Specified Features
-repair
Repair Installation
-uninstall
Uninstall
notes:
1. the path to the installer properties file may be either absolute,
or relative to the directory in which the installer resides.
2. if an installer properties file is specified and exists, all other
command line options will be ignored.
3. if a properties file named either 'installer.properties' or
<NameOfInstaller>.properties resides in the same directory as the
installer, it will automatically be used, overriding all other command
line options, unless the '-f' option is used to point to another valid
properties file.
4. if an installer properties file is specified but does not exist, the
Related Articles
windows remote desktop rdp console session区别
PMP windows remote desktop rdp console session区别 Windows远程桌面是Windows操作系统中内置的一项功能,允许您通过网络连接连接到远程计算机。它允许您像坐在远程计算机前面一样使用远程计算机,您可以像实际存在一样运行应用程序、访问文件和使用计算机资源。Windows远程桌面是为完整的远程桌面体验而设计的,它提供对远程计算机的所有应用程序和资源的访问。 ...
PMP解除IP地址限制
现象: 当发现登录PMP服务浏览器有响应,但是任何IP地址下都无法正常访问进入到系统的UI时,很可能是您开启了IP地址限制。思考一下是否设置了特定被允许的ip地址,如果有,在那个地址下尝试进行PMP登录。 如果不是很有印象设置了具体那个IP或者是误开启的,尝试使用如下解决方案。为避免链接过期,链接对应的内容也可以使用附件,内容相同。 Step :1 Decrypt the DB password 1. Open the file ...
Applications Manager安装程序以另一种语言而不是英语启动。
请尝试使用以下命令从命令提示符本身完成安装: LANG=en_US.UTF-8 ./ManageEngine_ApplicationsManager_11_linux.bin -console
【OPM】Huawei AC6507S mib库和说明文件
【OPM】Huawei AC6507S mib库和说明文件见附件。
在Linux机器上安装bin文件时,安装程序突然退出,没有任何消息。
原因:当未设置DISPLAY变量时会发生这种情况。 解决方案 1:如果您在非GUI环境中安装产品,请执行如下所示的bin文件: ./ManageEngine_ApplicationsManager.bin -console 解决方案 2:如果您在GUI环境中安装产品,请设置DISPLAY变量,然后安装产品。 示例: export DISPLAY=localhost:0.0 [设置DISPLAY变量] xhost + [为远程主机提供打开GUI的权限] ...