Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!swrinde!elroy.jpl.nasa.gov!decwrl!sgi!shinobu!odin!anchor!olson From: olson@anchor.esd.sgi.com (Dave Olson) Newsgroups: comp.sys.sgi Subject: Re: Using remote tape drive Message-ID: <1991Jun1.191107.1930@odin.corp.sgi.com> Date: 1 Jun 91 19:11:07 GMT References: <28466D6D.7693@orion.oac.uci.edu> Sender: news@odin.corp.sgi.com (Net News) Organization: Silicon Graphics, Inc. Mountain View, CA Lines: 33 In <28466D6D.7693@orion.oac.uci.edu> fredv@rigel.acs.uci.edu (Fred Velijanian) writes: | I am trying to use the tape drive on our server 4D/320 from a 4D/25 | while upgrading the client from 3.2 to 3.3. Using the #2 option in | the menu (Install system software), I specify the 4D/320's name | (called master) and after a brief pause, I get the following messages: | | Copying installation program to disk | Waiting for the tape to become available | Unable to open source tape bootp()master:/dev/tape(mr) | Unable to continue; press Enter to return to menu | | I have tried the same procedure from another 4D/25 and a | different EOE1 3.3 tape with the exact results. | While the above messages appear, I check the 320 and | can verify that the "tftp" process has started by user "guest", | and that the tape drive is being used, however after a couple | of minutes "tftp" goes away and the tape rewinds. | The /etc/inetd.conf file specifies "bootp -f" and "tftp" without | the "-s" as documented (sort of). Did you do 'killall -HUP inetd bootp tftpd' after making the change on the server (or rebooted it since then)? If not, the change didn't take effect. I usually recommend turning on debugging on the server when seeing these kinds of problems. Try adding -d to the bootp line, and -l to the tftpd line in inetd.conf, then do the killall and retry the install. Frequently, after this, looking at /usr/adm/SYSLOG on the server reveals the problem. -- Dave Olson Life would be so much easier if we could just look at the source code.