LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 1734|回复: 3

6.添加新的组和用户

[复制链接]
发表于 2010-7-22 22:44:57 | 显示全部楼层 |阅读模式
  1.    6.添加新的组和用户
  2. # groupadd oinstall
  3. # groupadd dba
  4. # groupadd oper
  5. # groupadd asmadmin

  6. # useradd -g oinstall -G dba,oper,asmadmin oracle
  7. # passwd oracle
复制代码


[root@localhost ~]# useradd -g oinstall -G dba,oper,asmadmin oracle
useradd: group 'oinstall' does not exist
[root@localhost ~]#  useradd -g oinstall -G dba,oper,asmadmin oracle
useradd: group 'oinstall' does not exist
[root@localhost ~]#  passwd oracle
passwd: 未知的用户名称 'oracle'。


???

why?
 楼主| 发表于 2010-7-22 23:11:40 | 显示全部楼层
[oracle@localhost database]$  ./runInstaller
正在启动 Oracle Universal Installer...

检查临时空间: 必须大于 80 MB。   实际为 421 MB    通过
检查交换空间: 可用的交换空间为 0 MB, 所需的交换空间为 150 MB。    未通过 <<<<
检查监视器: 监视器配置至少必须显示 256 种颜色
    >>> 无法使用命令 /usr/bin/xdpyinfo 自动检查显示器颜色。请检查是否设置了 DISPLAY 变量。    未通过 <<<<

未通过某些要求检查。必须先满足这些 要求,

然后才能继续安装,

是否继续? (y/n) [n]


do?
回复 支持 反对

使用道具 举报

发表于 2010-8-2 13:21:40 | 显示全部楼层
[root@localhost ~]# useradd -g oinstall -G dba,oper,asmadmin oracle
useradd: group 'oinstall' does not exist
[root@localhost ~]# useradd -g oinstall -G dba,oper,asmadmin oracle
useradd: group 'oinstall' does not exist
[root@localhost ~]# passwd oracle
passwd: 未知的用户名称 'oracle'。


???

why?


注意看提示:useradd: group 'oinstall' does not exist
组 oinstall不存在,所以添加用户未成功。。所以passwd 时就提示“ 未知的用户名称 'oracle'。
回复 支持 反对

使用道具 举报

发表于 2010-8-2 13:22:56 | 显示全部楼层
不用再继续了,即便再继续,也未必能安装成功。。
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表