On 8/2/09 12:11 PM, Nick Bender wrote:
>> How to reach that server when in shell mode? Or is there another way to
>> do this?
> 
> NFS isn't available on the install media, and neither is ssh. If the
> server has ftp or
> http then you can use ftp like:
> 
>     ftp -o - http://someserver/part.dump | restore ...

Thanks, this worked fine.

This method does require one possible change from the FAQ:

http://www.openbsd.org/faq/faq14.html#Backup

After restoring root and rebooting into single-user mode to restore the
other partitions, ftp isn't available since we haven't yet restored /usr.

Options are either to restore all partitions from the shell with ftp, or
reboot into single-user mode and use some other means to restore the
other partitions. I did the latter, using NFS.

Thanks again.

dn

Reply via email to