This is a discussion on Re: Can someone help with the error output within the HP-UX Operating System forums, part of the Unix Operating Systems category; --> "jo" <jo@micro.com> wrote in message news:bu0ef1$pnd$1@newstree.wise.edt.ericsson.se... > Hi Guys, > > I really need some help with my server. ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| "jo" <jo@micro.com> wrote in message news:bu0ef1$pnd$1@newstree.wise.edt.ericsson.se... > Hi Guys, > > I really need some help with my server. > > > > I tried to put # diskinfo -v /dev/rdsk/c2t5d0 > diskinfo: can't open dev/rdsk/c2t5d0: No such device or address > > But I sure it not a defect disk. I just need to activate the device. > > Will appreciate your help. > > Thank you > /jo There is one of two things wrong here. The disk is dead or you have the wrong device file. First you have see if you can see your disk. You will need to know the hardware path by tracing down the slot and scsi ID. ioscan -fnkCdisk This will show you the disks on your machine. It will show all the device files for each disk under the listing of the ioscan output. You will need to see if you disk is claimed in the ioscan output and you will know it by either the hardware path or the device file as you have listed above. If the device file doesnt show up under one of the disks then you have totrack down the disk with the hardware path. If the disk shows up and there are no device files under it, you will need to do an insf -e to make new device files. If the disk shows up with no_hdw then it is disconnected or dead. If it shows up and the device file is there you should remove the device file and do an insf -e to make a new one. If after that the disk is there and claimed and the device file has been recreated then there is a problem with the disk. If the disk is unclaimed then you need to find a driver for it since the stock drivers cant recognize it. Hope this helps. |
| ||||
| Gary Jahrig wrote: > "jo" <jo@micro.com> wrote in message > news:bu0ef1$pnd$1@newstree.wise.edt.ericsson.se... > >>Hi Guys, >> >>I really need some help with my server. >> >> >> >>I tried to put # diskinfo -v /dev/rdsk/c2t5d0 >>diskinfo: can't open dev/rdsk/c2t5d0: No such device or address >> >>But I sure it not a defect disk. I just need to activate the device. >> >>Will appreciate your help. >> >>Thank you >>/jo > > > There is one of two things wrong here. The disk is dead or you have the > wrong device file. First you have see if you can see your disk. You will > need to know the hardware path by tracing down the slot and scsi ID. > > ioscan -fnkCdisk > > This will show you the disks on your machine. It will show all the device > files for each disk under the listing of the ioscan output. You will need > to see if you disk is claimed in the ioscan output and you will know it by > either the hardware path or the device file as you have listed above. > > If the device file doesnt show up under one of the disks then you have > totrack down the disk with the hardware path. If the disk shows up and > there are no device files under it, you will need to do an insf -e to make > new device files. If the disk shows up with no_hdw then it is disconnected > or dead. If it shows up and the device file is there you should remove the > device file and do an insf -e to make a new one. If after that the disk is > there and claimed and the device file has been recreated then there is a > problem with the disk. > > If the disk is unclaimed then you need to find a driver for it since the > stock drivers cant recognize it. > > Hope this helps. > > if you have "stale" devices the best way to do it is make sure nothing is running, rmsf all the dev's & rdevs, do a blank ioscan, no options the an insf -e. That will go out and scan the disk that are really there and then you can talk to the disk devs it creates and compare that to what is supposed to be there. |