1、修改虚拟机网卡
cd /etc/sysconfig/network-scripts/ vi ens
2、修改 vi /etc/hosts 文件
systemctl restart NetworkManager
3、修改windows中host文件
4.配置虚拟机虚拟网络
标记的部分都是要配置的
NAT配置
DHCP配置
修改windchill系统的
wt.manager.cmd.MethodServer.debug.args=-Xnoagent -Xdebug -Xrunjdwp:transport=dt_socket,address=plm-dev.forehope-elec.com:8000,server=y,suspend=n
只能暂时修改
改这个文件做下面,可以永久改掉
5、运行Linux启动windchill命令
一、启动Oracle -oracle账号 oracle oracle@123
切换oracle账户su oracle
加载环境变量source ~/.bash_profile
1、启动监听lsnrctl start
2、启动数据库
sqlplus / as sysdba
startup
二、启动Windchill 1、启动HTTPServer -root账号 root root@123
cd /ptc/Windchill_12.0/HTTPServer/bin
./apachectl -k start
2、启动Windchill DS -root账号
/opt/opendj/bin/start-ds
3、启动Index Search
切换操作用户su plm -admin账号 admin admin@123
/ptc/IndexSearchServer/SolrServer/bin/Index_Search_Server.sh start
exit
4、启动windchill -root账号
cd /ptc/Windchill_12.0/Windchill/bin
./windchill shell
windchill start
systemctl restart NetworkManager