免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 4707 | 回复: 3
打印 上一主题 下一主题

sun v490 solaris 10 u3 raid0 超级用户密码修复 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2008-06-06 22:48 |只看该作者 |倒序浏览
5可用积分
硬件平台:sun v490  raid 0环境
系统:     solaris 10 u3
硬盘分别

问题描述:超级用户密码丢失,且使用普通拥护进行登陆也不成功

已进行如下操作:
用光驱启动,进入修改root密码
boot cdrom -s
mount /dev/dsk/c1t0d0s2 /mnt (此处操作存在问题)

vi /mnt/etc/shadow
将shadow文件中关于root的第二列内容删除,只留下两个冒号
然后在切换到OK 状态,输入boot

启动检测到/dev/rdsk/md/d10文件系统检测异常,系统无法启动.反复试验不成功后;(经过提示,用系统的mirrdisk盘/c1t1d0s0启动,)第一次启动,普通拥护可以正常登录,
但登录后,通过telnet无法登录,发现问题后,从系统本机切换其它用户,仍无法验证通过,提示无效的用户ID.)目前系统可正常启动,希望各位高手提供一些问题处理的意见.


另:目前存在一台可正常使用的同类型机器,可否将另一台机器的相关文件拷入此问题机,恢复密码;需拷贝什么文件(passwd,shadow,group,是否还有其它相关)请个人高手指教


不胜感激

最佳答案

查看完整内容

Your problem is that your / device is mirrored (c1t0d0s0 and c1t1d0s0). If you only change /etc/passwd on one device, your mirror is out of sync and cause file system inconsistency. If your file system didn't come up clean, the depended services such as inetd, telnet will not start. You can use svcs -xv to see the reason. You may want to try this:boot cdrom -sfsck -F ufs -y /dev/rdsk/c1t0d0s0moun ...

论坛徽章:
0
2 [报告]
发表于 2008-06-06 22:48 |只看该作者
Your problem is that your / device is mirrored (c1t0d0s0 and c1t1d0s0). If you only change /etc/passwd on one device, your mirror is out of sync and cause file system inconsistency. If your file system didn't come up clean, the depended services such as inetd, telnet will not start. You can use svcs -xv to see the reason. You may want to try this:

boot cdrom  -s
fsck -F ufs -y /dev/rdsk/c1t0d0s0
mount /dev/dsk/c1t0d0s0 /a
vi /a/etc/shadow and delete root password
umount /a
fsck -F ufs -y /dev/rdsk/c1t1d0s0
mount /dev/dsk/c1t1d0s0 /a
vi /a/etc/shadow and delete root password
umount /a

reboot

论坛徽章:
0
3 [报告]
发表于 2008-06-06 23:29 |只看该作者
提示: 作者被禁止或删除 内容自动屏蔽

论坛徽章:
0
4 [报告]
发表于 2008-06-07 13:18 |只看该作者
为什么不用SUE工具盘挂接带metadb的系统呢?
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP