IBM小型机启动报0c31错误处理一例

一台P550重启之后无法正常启动,远程在HMC上看到一直停留在0c31,又重启一次问题一样,于是检查主机,发现主机内置磁带机中有一盘磁带,于是怀疑是从磁带启动了,把磁带取出来,重新启动正常,进入系统之后查看启动顺序,果然启动顺序磁带在前

# bootlist -m normal –o

cd0

rmt0

hdisk0

ent0 speed=auto duplex=auto bserver=000.000.000.000 client=000.000.000.000 gateway=000.000.000.000 =5

 

更夸张的是该机器的rootvg做了mirror,而启动向里面竟然没有hdisk1,由此感觉当时装系统的人真是粗心大意,随后调整了启动顺序

# bootlist -m normal –o hdisk0 blv=hd5 hdisk1 blv=hd5

再查看一下

# bootlist -m normal -o

hdisk0 blv=hd5

hdisk1 blv=hd5

由此自己也总结了下经验:重新启动服务器之前要注意查看一下启动顺序,特别是在远程操作,要不然又得跑趟机房了。

Leave a Reply

 

 

 

You can use these HTML tags

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>