我是靠谱客的博主 野性酒窝,最近开发中收集的这篇文章主要介绍INS-40725 Failed to run "oifcfg",觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

问题描述:
[INS-40725] Unable to determine the existence of an interface with a subnet matching the SCAN VIP subnet.
Cause - A failure has occurred during the determination of the existence of an interface with a subnet matching the SCAN VIP subnet.
Action - Be sure there is a public interface with a subnet matching the SCAN VIP or choose a SCAN VIP with a subnet matching the public interface.
PRCT-1011 : Failed to run "oifcfg"

解决方法(主要是查看各个环境变量,使变量报错最小)
一、
windows注册表修改
win+R regedit 确定
HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesTcpipParameters 下新建
Value Name: DisableDHCPMediaSense
Data Type: DWORD
Value: 1

二、root用户,
vi /etc/profile
##只保留jdk配置信息,查找报错原因。


source /etc/profile
javac ###查看是否配置成功。

三、切换到grid用户
source ~/.bash_profile

 

最后

以上就是野性酒窝为你收集整理的INS-40725 Failed to run "oifcfg"的全部内容,希望文章能够帮你解决INS-40725 Failed to run "oifcfg"所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(37)

评论列表共有 0 条评论

立即
投稿
返回
顶部