加入收藏 | 设为首页 | 会员中心 | 我要投稿 应用网_丽江站长网 (http://www.0888zz.com/)- 科技、建站、数据工具、云上网络、机器学习!
当前位置: 首页 > 服务器 > 搭建环境 > Unix > 正文

AIX调整内核(32/64)

发布时间:2016-09-28 19:55:43 所属栏目:Unix 来源:站长网
导读:查看AIX是32位还是64位。在AIX 5L 5.1中进行64位和32位内核的切换 AIX 5L 5.1, RS/6000, pSeries 问题:怎样在AIX 5L 5.1中进行64位和32位内核的切换 解答:首先用如下命令确定当前的所使用的内核: # ls -l /unix lrwxrwxrwx 1 root system 21 May 06 200

查看AIX是32位还是64位。在AIX 5L 5.1中进行64位和32位内核的切换

AIX 5L 5.1, RS/6000, pSeries

问题:怎样在AIX 5L 5.1中进行64位和32位内核的切换

解答:首先用如下命令确定当前的所使用的内核:

# 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操作系统光盘中安装。

(1)将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

(2)将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

shutdown -Fr

注意:对32位的系统不能使用64位的内核,对64位的系统可以使用32位的内核。

查看本栏目更多精彩内容:http://www.bianceng.cn/OS/unix/

(编辑:应用网_丽江站长网)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读