如何使用 fsutil 手动配置8.3短名称路径
技术文章 ID:
KB82122
上次修改时间: 2022-03-18 15:31:29 Etc/GMT
环境
McAfee ePolicy Orchestrator (ePO) 5.x
摘要
当 ePO 引用自己的文件夹位置时,它使用8.3简称。 您有时可能需要手动设置短名称,尤其是迁移 ePO 安装时。
问题
ePO 无法正常工作,并且会显示常见症状,例如服务无法启动。
orion.log (ePO_installation_folder\server\logs) 报告部分安装的扩展:
2014-06-06 11:17:21,548 ERROR [main] plugin.PluginManager - Initialization of plugin core failed. org.springframework.beans.factoryeanCreationException: Error creating bean with name 'core.ext.taskGlobals' defined in resource loaded from byte array: Invocation of init method failed; nested exception is java.lang.IllegalStateException: The following extensions are in a partially installed state: [DataChannel:5.1.0.509, AvertAlerts:5.1.0.509, HOSTIPS_8000:8.0.4.838, GuidedConfig:5.1.0.509, rsd:4.7.1.120, Notifications:5.1.0.509, LYNXSHLD1700:1.9.0.1621, hip_800_help:800.975, epolicensing:5.1.0.509, help:5.1, Issue:5.1, MOVEOSS_2600:2.6.2.129, report:5.1, InstallHelper:5.1.0.509, HostIPSLicense:8.0.4.838, MRTBase:1.0.2.103, SIARevocation:1.0, epo_help:5.1.0.032, scheduler:5.1, msa_help:480.023, TELEMTRY1000:1.2.0.323, PolicyMgmt:5.1.0.509, console:5.1, EPOAMTReports:2.0.0.437, MOVEVOFF2600:2.6.2.129, ldap:5.1, Solidcore:6.1.3.131, DeepDefenderMETA:1.6.0.513, VSPHEREDCEXTN:3.0.1.122, rs:5.1, EPOAMT:2.0.0.437, userdirectory:1.0.0.136, CommonEvents:5.1.0.509, LYNXSHLDPARSER:1.9.0.1621, MDCC:3.0.1.106, EEADMIN:7.1.0.389, VIRUSCANREPORTS:1.2.0.236, SITEADVLICMETA:1.0.0.135, epoMigration:5.1.0.509, Countermeasures:5.1.0.509, EPOCore:5.1.0.509, VIRUSCAN8800:8.8.0.368, SITEADVMETA:3.5.0.306, EEPC:7.1.0.389, response:5.1, AgentMgmt:5.1.0.509, EEDEEP:7.1.0.389, vsel_help:190.1, SIEMCollector:10.02.58241.886, ldapsync:5.1, de_help:710.100, dr:5.1, ui:5.1, EEGO:7.1.0.389, EPOAGENTMETA:4.8.0.348, SoftwareMgmt:5.1.0.509, ComputerMgmt:5.1.0.509, mva_260_help:2.6.0.272, ProductDeployment:5.1.0.509, HostIpsAdv:8.0.4.838, deep_command_help:200.008, hotfix510LL:5.1.0.522, RepositoryMgmt:5.1.0.509, epoLicEnt:5.1.0.509, EPOAMTRCS:2.0.0.437]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1486)
系统更改
以下其中一项适用:
- ePO迁移发生在注册表中禁用8.3简称的系统上。
或
- 注册表中的8.3简称设置通过其他方式被禁用。
注意:有关负责启用的密钥的信息8.3短名称,请参阅 KB51431.
原因
ePO配置文件引用系统中不存在的8.3简称路径。 例如, orion.properties (epoinstalldir\server\conf\orion) 文件参考数8.3短名称:
#Mon Jan 20 08:57:27 PST 2014
orion.upload.size.threshold=9000000
orion.ldap.cache.internal.periodic.task.initial.delay=7200000
orion.upload.max.size=268435456
orion.ldap.max.query.size=2000
extension.install.dir=C\:/PROGRA~2/McAfee/EPOLIC~1/server/extensions/已安装
orion.exception.show.detail=false
orion.email.mime.编码文件名称=true
core.cluster.group=
extension.tmp.dir=C\:/PROGRA~2/McAfee/EPOLIC~1/server/extensions/tmp
解决方案
使用 fsutil 命令,用于设置8.3的短名称,即 ePO 配置文件中预期的内容。
- 确定8.3表示法形式供 ePO 查找。 查看其中一个参考8.3短名称:
- C:\Program Files (x86)\McAfee\ePolicy Orchestrator\APACHE2\conf\httpd.conf
- C:\Program Files (x86)\McAfee\ePolicy Orchestrator\APACHE2\conf\ssl.conf
- C:\Program Files (x86)\McAfee\ePolicy Orchestrator\Server\bin\setenv.bat
- C:\Program Files (x86)\McAfee\ePolicy Orchestrator\Server\bin\setenv.sh
- C:\Program Files (x86)\McAfee\ePolicy Orchestrator\Server\conf\epo\epo.properties
- C:\Program Files (x86)\McAfee\ePolicy Orchestrator\Server\conf\orion\log-config.xml
- C:\Program Files (x86)\McAfee\ePolicy Orchestrator\Server\conf\orion\orion.properties
- 验证disable8dot3 设置设置为 0:
fsutil behavior set disable8dot3 0
fsutil 8dot3name query C:
注意: 如果您执行任何更改时,必须重新启动计算机使更改生效。
- 手动设置8.3匹配上述示例的短名称。 打开管理员命令提示符并运行以下命令。
修改与环境中配置文件匹配的命令:
fsutil file setshortname
For example:
fsutil file setshortname "C:\Program Files (x86)\McAfee\ePolicy Orchestrator" EPOLIC~1
fsutil file setshortname "C:\Program Files (x86)" PROGRA~2
免责声明
本文内容源于英文。如果英文内容与其翻译内容之间存在差异,应始终以英文内容为准。本文部分内容是使用 Microsoft 的机器翻译技术进行翻译的。
|