Chinaunix首页 | 论坛 | 博客
  • 博客访问: 124622
  • 博文数量: 18
  • 博客积分: 1651
  • 博客等级: 上尉
  • 技术积分: 165
  • 用 户 组: 普通用户
  • 注册时间: 2008-12-02 14:40
文章分类

全部博文(18)

文章存档

2014年(1)

2013年(4)

2012年(3)

2011年(5)

2010年(3)

2008年(2)

我的朋友

分类: SOLARIS

2013-04-10 14:49:42

1、    pkg install solaris-desktop
       pkg install motif
2、    prctl -n project.max-shm-memory -i project 3
       projadd -U oracle -K "project.max-shm-memory=(priv,13G,deny)" user.oracle
3、    sysconfig configure
        (重新配置会更改(新建用户)或者删除(不建立用户)此次sudo的账号。)
4、    更改ip
        ipadm create-ip net1(启用网卡接口)
        ipadm create-addr -a xxx.xxx.xxx.xxx/24 net1/v4
5、    更改solaris11启动界面为字符界面
        root: svcadm disable svc:/application/graphical-login/gdm:default(禁用图形界面)
              svcadm enable  svc:/application/graphical-login/gdm:default(启用图形界面)

6、    新的组软件包 group/prerequisite/oracle/oracle-rdbms-server-12-1-preinstall 可确保通过图形和命令行安装 Oracle Database 12c 所需的必要软件包存在于系统上,无论安装 Oracle Solaris 时使用了哪个服务器软件包组(solaris-minimal-serversolaris-small-serversolaris-large-serversolaris-desktop)。

                                   
阅读(3207) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~