FreeBSD MACH1 10.2-BETA1 FreeBSD 10.2
Beset with hardware instabilities, "NO BOOT DISK" etc. I decided on doing a dump | restore of same prior to disk replacement; cd'ed to /disk_03
worked fine, 132Gb dumped in about 36 hrs, another 100Gb to go and the system goes down.
Restarted and tried to continue from the termination point by doing an incremental, level 1, dump with -
process seemed to run for awhile,
Then apparently stalls, the system is up! but
and
respectively
The ps status unchanged for over 10 hrs, indicating
0- I [Marks a process that is idle (sleeping for longer than about 20 seconds).() ]
0- S [Marks a process that is sleeping for less than about 20 seconds.() ]
0- D [Marks a process in disk (or other short term, uninter-ruptible) wait.() ]
Hard to conceive of a process sleeping > than 20 seconds and at the same time sleeping < 20 seconds!
Is there away to jump start this process?
Thanks!
BTW - another oddity in the dump reports =>
yet at the time it was Sep 17th
Sys clock test - Time of posting
would seem to indicate that the system clock is OK?
Thanks again!
Beset with hardware instabilities, "NO BOOT DISK" etc. I decided on doing a dump | restore of same prior to disk replacement; cd'ed to /disk_03
nohup dump -C32 -b64 -0uan -h0 -f - / | (cd /disk_03 && restore -ruf -) &worked fine, 132Gb dumped in about 36 hrs, another 100Gb to go and the system goes down.
Restarted and tried to continue from the termination point by doing an incremental, level 1, dump with -
nohup dump -C32 -b64 -1uan -h0 -f - / | (cd /disk_03 && restore -ruf -) &process seemed to run for awhile,
Code:
DUMP: Date of this level 1 dump: Thu Sep 17 17:14:24 2015
...
...
DUMP: 0.42% done, finished in 186:59 at Fri Sep 25 13:02:37 2015
DUMP: 0.50% done, finished in 174:59 at Fri Sep 25 01:07:06 2015
DUMP: 0.56% done, finished in 172:58 at Thu Sep 24 23:11:42 2015
Then apparently stalls, the system is up! but
ps -waux | grep -i dump and ps-waux | grep -i restore =>
Code:
root 806 0.0 0.1 67480 772 0- I 5:14PM 0:03.23 dump -C32 -b64 -1uan -h0 -f - / (dump)
root 808 0.0 1.5 67608 15168 0- S 5:14PM 1:13.12 dump: /dev/ada1p2: pass 4: 11.75% done, finished in 71:43 at Mon Sep 21
root 809 0.0 3.3 67480 33676 0- S 5:14PM 1:16.08 dump -C32 -b64 -1uan -h0 -f - / (dump)
root 810 0.0 3.3 67480 33676 0- S 5:14PM 1:15.39 dump -C32 -b64 -1uan -h0 -f - / (dump)
root 811 0.0 3.3 67480 33676 0- S 5:14PM 1:15.47 dump -C32 -b64 -1uan -h0 -f - / (dump)
and
Code:
root 807 0.6 1.3 313336 12916 0- D 5:14PM 12:31.41 restore -ruf -
respectively
The ps status unchanged for over 10 hrs, indicating
0- I [Marks a process that is idle (sleeping for longer than about 20 seconds).() ]
0- S [Marks a process that is sleeping for less than about 20 seconds.() ]
0- D [Marks a process in disk (or other short term, uninter-ruptible) wait.() ]
Hard to conceive of a process sleeping > than 20 seconds and at the same time sleeping < 20 seconds!
Is there away to jump start this process?
Thanks!
BTW - another oddity in the dump reports =>
Code:
finished in 186:59 at Fri Sep 25
Sys clock test - Time of posting
# date
Code:
Fri Sep 18 03:32:43 PDT 2015
Thanks again!