vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi, I have an older test system without a CD drive and would like to know how to install Universe from the Universe tape. I tried using SMIT and the install software selections in there but it appears that maybe the tape is not set up in InstallP type. Do I have to extract files from the tape , then install? Is anyone familiar with this situation?? Thanks |
| |||
| Procedure is depend on the Universe release. Try following procedure: 1. cd /uv 2. cpio -idcvumB uv.load < /dev/rmt0 3. ./uv.load Best regards, Maciek Użytkownik "MIKE U" <lbpipe@nunyabusiness.com> napisał w wiadomości news:u%_ib.1086$Si2.596@newssvr27.news.prodigy.com ... > Hi, > > I have an older test system without a CD drive and would like to know how > to install Universe > from the Universe tape. I tried using SMIT and the install software > selections in there but it appears that > maybe the tape is not set up in InstallP type. Do I have to extract files > from the tape , then install? > Is anyone familiar with this situation?? > > Thanks > > |
| |||
| this question is probably best posed on a Universe news group. but, you could "dd" the contents off the tape and run "file" against the output to determine what you need to do next. rgds Mark -- Posted via http://dbforums.com |
| |||
| Thats what I was looking for, thanks..... Mike "Maciej Młyński" <mmlynski@poczta.onet.pl> wrote in message news:bmj8oi$7sg$1@news.onet.pl... > Procedure is depend on the Universe release. Try following procedure: > > 1. cd /uv > 2. cpio -idcvumB uv.load < /dev/rmt0 > 3. ./uv.load > > Best regards, > Maciek > > Użytkownik "MIKE U" <lbpipe@nunyabusiness.com> napisał w wiadomości > news:u%_ib.1086$Si2.596@newssvr27.news.prodigy.com ... > > Hi, > > > > I have an older test system without a CD drive and would like to know > how > > to install Universe > > from the Universe tape. I tried using SMIT and the install software > > selections in there but it appears that > > maybe the tape is not set up in InstallP type. Do I have to extract files > > from the tape , then install? > > Is anyone familiar with this situation?? > > > > Thanks > > > > > > |
| |||
| I am trying to install Universe Rel. 9.4.1.1 and apparently the file i need is not called uv.load. Does anyone know what it might be? Thanks "MIKE U" <lbpipe@nunyabusiness.com> wrote in message news:u%_ib.1086$Si2.596@newssvr27.news.prodigy.com ... > Hi, > > I have an older test system without a CD drive and would like to know how > to install Universe > from the Universe tape. I tried using SMIT and the install software > selections in there but it appears that > maybe the tape is not set up in InstallP type. Do I have to extract files > from the tape , then install? > Is anyone familiar with this situation?? > > Thanks > > |
| |||
| Ooops maybe i have a bad tape, this is what i get when trying to copy from it... dd: 0511-051 The read failed. : There is an input or output error. who knows?? "MIKE U" <lbpipe@nunyabusiness.com> wrote in message news:MKDjb.1465$7H3.1104@newssvr27.news.prodigy.co m... > I am trying to install Universe Rel. 9.4.1.1 and apparently the file i need > is not called uv.load. Does anyone know what it might be? > > Thanks > > "MIKE U" <lbpipe@nunyabusiness.com> wrote in message > news:u%_ib.1086$Si2.596@newssvr27.news.prodigy.com ... > > Hi, > > > > I have an older test system without a CD drive and would like to know > how > > to install Universe > > from the Universe tape. I tried using SMIT and the install software > > selections in there but it appears that > > maybe the tape is not set up in InstallP type. Do I have to extract files > > from the tape , then install? > > Is anyone familiar with this situation?? > > > > Thanks > > > > > > |
| |||
| "Maciej Młyński" <mmlynski@poczta.onet.pl> wrote in message news:<bmj8oi$7sg$1@news.onet.pl>... > Procedure is depend on the Universe release. Try following procedure: > > 1. cd /uv > 2. cpio -idcvumB uv.load < /dev/rmt0 > 3. ./uv.load I have cpio -icBdumt < /dev/rmt0 make sure the block size on the tape drive = 0. sounds like your tape might be kaputt. |
| ||||
| as suggested, set the block size to zero for the tape device and dd it off conv=noerror to see if you can salvage the data, then redirect cpio from the file created.. worth a shot Rgds Mark Taylor -- Posted via http://dbforums.com |