系统集成

AIX6100-05-06安装完Java7后出现0599-033的问题

哪位遇到过这个问题0599-033 不能运行64位程序,直到配置了64位环境为止。请联系系统管理员显示全部

哪位遇到过这个问题0599-033 不能运行64位程序,直到配置了64位环境为止。请联系系统管理员

收起
参与7

查看其它 2 个回答pwey的回答

pweypwey系统架构师中体骏彩
首先用如下命令确定当前的所使用的内核:
# ls -l /unix
lrwxrwxrwx 1 root system 21 May 06 2001 /unix -; /usr/lib/boot/unix_mp
为32位内核。
# ls -l /unix
lrwxrwxrwx 1 root system 21 May 06 2001 /unix -; /usr/lib/boot/unix_64
为64位内核。
查看是否安装了64位内核(bos.mp64)或32位内核(bos.mp)的软件包。
如果没有安装,可从AIX 5L操作系统光盘中安装。
将32位内核转变为64位内核。
ln -sf /usr/lib/boot/unix_64 /unix
ln -sf /usr/lib/boot/unix_64 /usr/lib/boot/unix
bosboot -ad /dev/ipldevice
shutdown -Fr
将64位内核转变为32位内核。
ln -sf /usr/lib/boot/unix_mp /unix
ln -sf /usr/lib/boot/unix_mp /usr/lib/boot/unix
bosboot -ad /dev/ipldevice
注意:对32位的系统不能使用64位的内核,对64位的系统可以使用32位的内核。
政府机关 · 2015-10-14
浏览1864

回答者

pwey
系统架构师中体骏彩
擅长领域: 存储灾备虚拟化

pwey 最近回答过的问题

回答状态

  • 发布时间:2015-10-14
  • 关注会员:4 人
  • 回答浏览:1864
  • X社区推广