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远程桌面是为完整的远程桌面体验而设计的,它提供对远程计算机的所有应用程序和资源的访问。 ...
Applications Manager安装程序以另一种语言而不是英语启动。
请尝试使用以下命令从命令提示符本身完成安装: LANG=en_US.UTF-8 ./ManageEngine_ApplicationsManager_11_linux.bin -console
在Linux机器上安装bin文件时,安装程序突然退出,没有任何消息。
原因:当未设置DISPLAY变量时会发生这种情况。 解决方案 1:如果您在非GUI环境中安装产品,请执行如下所示的bin文件: ./ManageEngine_ApplicationsManager.bin -console 解决方案 2:如果您在GUI环境中安装产品,请设置DISPLAY变量,然后安装产品。 示例: export DISPLAY=localhost:0.0 [设置DISPLAY变量] xhost + [为远程主机提供打开GUI的权限] ...
创建远程邮箱需要满足的先决条件
Possible Cause: Please make sure the below prerequisites are met for ADManager Plus to work with Exchange, ADManager Plus uses Remote Powershell to connect and work with Exchange. Request you to enable remote powerShell and connect to the exchange ...
ADAP-ADAudit Plus服务器什么情况下需要安装GPMC
ADAudit Plus服务器什么情况下需要安装GPMC? 1.自动配置审核策略时需要:ADAudit Plus服务器的组策略管理控制台 (GPMC:Group Policy Management Console) 中的组策略从目标计算机请求 RSoP(Resultant Set of Policy)数据。举例,比如在域设置那里自动为成员服务器和文件服务器配置审核策略: Before: After: (手动配置审核策略不需要安装GPMC。) ...