免费注册 查看新帖 |

Chinaunix

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

重置SF4800的SC密码 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2006-01-13 16:11 |只看该作者 |倒序浏览
今天有朋友问我丢失4800的SC密码怎么破解,我想了想还真没有做过,于是在google论坛上找了一篇文章,先记下来,等朋友试完再评价
Abe Lopez wrote:
> Does anyone know how I can reset an existing Platform password on a
> 3800? We just got a new one, which has been apparantly been used before.
> Any help would be appreciated!
Note to those who thought this was OS related, this deals with the SC
Platform for the new SunFire mid-range servers (3800, 4800, 6800). This
level of operation is like 2 levels before the OS loads.
I found the answer, thought I'd share if anyone was curious.
This is for the platform controler (SC0) on a SunFire 3800
1. Reboot
2. During the first 30 seconds after boot, hit Control+A, this will get you
a RTOS promt
3. When you get the --> prompt, get the current boot settings..
    --> getBootFlags()
            Save this hex number for later
4. Change the boot settings to disable autoboot
    --> setBootFlags(0x10)
5. reboot by pressing Control+X
Now for the fun stuff
6. Reset the SC Platform password
    --> kernelTimeSlice 5
    --> javaConfig
    --> javaClassPathSet "/sc/flash/lib/scapp.jar:/sc/flash/lib/jdmkrt.jar"
    --> javaLoadLibraryPathSet "/sc/flash"
    --> java "-Djava.compiler=NONE -Dline.separator=\r\n
sun.serengeti.cli.Password"
The last command will produce output of "Cleared SC Platform Password..."
7. restore boot flags with number saved from step 3
    --> setBootFlags(0xc)
8. Reboot and set a new password


本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/6098/showart_67651.html
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

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

清除 Cookies - ChinaUnix - Archiver - WAP - TOP