Ask a Question related to Linux / Unix Administration, Design and Development.
-
Michael Tosch #1
Re: How to "ufsdump" more than one Solaris 8 fils systems to tape
In article <40F3F492.2000101@myrealbox.com>, K7MEM <k7mem@myrealbox.com> writes:
........>> > mt -f /dev/rmt/0m rewind
is "doppelt gemoppelt", as we say in Germany.
mt -f /dev/rmt/0mn rewind
will only one time rewind.
Of course most tapes reply immediate "ready" at the 2nd rewind
command issued by the /dev/rmt/0m driver.
Another useful command is
mt -f /dev/rmt/0mn status
and some tapes can even correctly handle
mt -f /dev/rmt/0mn bsf 1
Can save you a "rewind" and "fsf" in some cases.
--
Michael Tosch
IT Specialist
HP Managed Services Germany
Phone: +49 2407 575 313
Mail: michael.tosch:hp.com
Michael Tosch Guest
-
Second "cfusion -start default" process launchesoccasonally on solaris
Normally, I see this in a process listing UID PID PPID C STIME TTY TIME CMD nobody 1357 1 0 15:44:29 pts/2 0:00... -
CFINPUT type="radio" w/ "value" requires "label"
On a Flash form, when you specify type='radio' and value='whatever', the value of the 'value' attribute will be displayed as a label if no 'label'... -
rsync for Solaris 8: "opendir server: Permission denied"
Hi, I'm testing rsync for Solaris 8. Basic config of /etc/rsyncd.conf to sync files from one host to other, it fails with next message: ... -
"Start" "Program" "Menu" list is empty
For what ever reason my list of installed programs in my "Start" "Programs" menu is empty. Anyone know how to restore the list. Thanks for your... -
Restoring system from a "DUMP" tape
Gang, A guy who used to work for us backed up the system drive using the dump command. He is now gone and the system drive has crashed. How do I... -
Nic #2
Re: How to "ufsdump" more than one Solaris 8 fils systems to tape
>
By the way, there is no need to use mt to move to the position on> To then recover these dumps with the "ufsrestore" command you would
> again use the "mt" command. This time to position yourself to the
> correct position on the tape. For example, to recover the data from
> the "/local" partition, /dev/rdsk/c0t1d0s5, you might use the following
> commands:
>>> > cd /tmp_local
> > mt -f /dev/rmt/0m rewind
> > mt -f /dev/rmt/0mn fsr 4
> > ufsrestore xf /dev/rmt/0mn
> As with everything, read the man page for "mt", "ufsdump", "ufsrestore",
> and "installboot".
tape, ufsrestore has the s option that will jump to the one you want.
ufsrestore xfs /dev/rmt/0 3
will restore the 3rd image on tape.
Nic.
Nic Guest



Reply With Quote

