Задача: заиметь копию системы стоящей на соседском серваке для последующес установки тест системы, которую можно будет пинать и дальше клонировать. Останавливать систему 1 низя. Диск-приемник стоит на другом серваке - система 2. Читал, смотрел что тут написано стучал лапами по клавишам - нифига. Может я чего фундаментального не понимаю?
Система 1 Ред Хат 6.2
Система 2 Ред Хат 9.0
Делал так...
/sbin/dump -0 /dev/rd/c0d0p1 -f х.х.х.х:/dev/sdc1
DUMP: х.х.х.х: Connection refused
DUMP: login to х.х.х.х as root failed.
где туплю? Что можно почитать с примерами? если подкинете буду признателен.
man dump
...
-f file
...
If the name of the file is of the form
``host:file'' or ``user@host:file'' dump writes to the named file
on the remote host using rmt(8). The default path name of the
remote rmt(8) program is /etc/rmt; this can be overridden by the
environment variable RMT.
...Далее man rmt.
>man dump
>...
>-f file
>...
>
>If the name of the file is of the form
>
> ``host:file'' or ``user@host:file'' dump writes to the named file
>
> on the remote host using rmt(8). The default path
>name of the
>
> remote rmt(8) program is /etc/rmt; this can be overridden by
>the
>
> environment variable RMT.
>...
>
>Далее man rmt.Этот пример для SuSE, но по-аналогии можно приmенить и для RedHat...
http://gennadi.dyn.ee/modules.php?name=Forums&file=viewtopic...
Чего я добился... Установкой переменных RSH=/usr/bin/ssh и RMT/=usr/bin/scp добился я попадения dump на мой второй серв и вот этого на экране:DUMP: Connection to х.х.х.х established.
DUMP: Date of this level 0 dump: Thu Jun 23 12:31:42 2005
DUMP: Date of last level 0 dump: the epoch
DUMP: Dumping /dev/rd/c0d0p1 (/boot) to /home/kotik/dump/c0d0p1 on host root@х.х.х.х
DUMP: Label: none
DUMP: mapping (Pass I) [regular files]
DUMP: mapping (Pass II) [directories]
DUMP: estimated 11010 tape blocks on 0.28 tape(s).и фсе... он так долго может висеть, пока ему в нос не стукнуть. Как можно определить, что его затыкает?