2008-6-2 23:17
zangying2005
操作系统备带出错
各位高手:
本人对机器操作系统备带时,使用SMIT MKSYSB命令。出现如下错误信息:
0301-153 bosboot: /unix not found.
expr: 0402-050 Syntax error.
/usr/bin/mkszfile[406]: test: 0403-004 Specify a parameter with this command.
Syntax Error The source line is 1.
The error context is
请问是什么原因造成的。谢谢
2008-6-2 23:39
zangying2005
HAHA
感谢各位,在群内找到方法啦现然贴出来。现象虽然不一样。但原因是一样的。
2 way
1,cp the file.
I upload the file to 9.181.36.**/GMB/5302.
pls check it (sum:12405608).
and it's owner is root:system,chown root:system,chmod 555 .it's most easyly.
2,reinstall the file from cd if you can't find the file anyway.
ln -sf /usr/lib/boot/unix_mp /unix
ln -sf /usr/lib/boot/unix_mp /usr/lib/boot/unix
lslv -m hd5
bosboot -ad /dev/hdisk0
shutdown -Fr
/usr/lib/instl/sm_inst installp_cmd -u -f 'bos_mp64'
if can't work,pls check is there some dependent software.using the following command to remove dependent software.
这步小心,可能有一些应用会和64位内核关联
/usr/lib/instl/sm_inst installp_cmd -u -f 'bos_mp64' '-g'
mount /cdrom
installp -acgXd /cdrom/usr/sys/inst.images bos.mp64
if the cdrom is not the same ML with system.pls update the ML again.
ln -sf /usr/lib/boot/unix_64 /unix
ln -sf /usr/lib/boot/unix_64 /usr/lib/boot/unix
lslv -m hd5
bosboot -ad /dev/hdisk0
shutdown -Fr