Ask a Question related to Sun Solaris, Design and Development.
-
hemiguy #1
ufsdump vs dump
Hi.
I have a solaris 8 workstation with a vxa-2 8mm drive attached to it
that I would like to use for backing up seven old sunOs workstations.
Can I do a ufsdump on the solaris system to remotely dump the other
workstations?
Currently I am doing this:
rsh -n "remotesunoshost" /etc/dump 0dsbfu \
54000 37000 126 "solarishost":/dev/rmt/0n /dev/rsd"partition"
This works, but I'm not sure I'm maximizing the full 160gig compressed
capacity of the VXA-2 drive.
Any suggestions?
Thanks.
--
Posted via [url]http://dbforums.com[/url]
hemiguy Guest
-
How to "ufsdump" more than one Solaris 8 fils systems to tape
In article <40F3F492.2000101@myrealbox.com>, K7MEM <k7mem@myrealbox.com> writes: .... .... is "doppelt gemoppelt", as we say in Germany. mt... -
dump ufsdump via SSH works but.... sometimes core dumps
Hello, I have Sun Solaris 8 (2.8) with a SCSI 8mm tape drive that I'm doing ufsdumps via ssh && dd to other Solaris boxes that works just fine.... -
Remote Ufsdump
Greetings, I am able to remotedump to a tape under linux via env RSH=/usr/bin/ssh dump 0uf host:/dev/nst0 /, fine. however under Solaris things... -
backup with ufsdump
Is it possible to use ufsdump to do backup from a user's account instead of root? I don't have root privilege, but I would like to do a daily... -
ufsdump question
Can someone please exaplain to me how ufsdump decides which files to copy during an incremental dump. Does it rely solely on the creation dates in... -
Darren Dunham #2
Re: ufsdump vs dump
hemiguy <member34609@dbforums.com> wrote:
s size> Hi.
> I have a solaris 8 workstation with a vxa-2 8mm drive attached to it
> that I would like to use for backing up seven old sunOs workstations.
> Can I do a ufsdump on the solaris system to remotely dump the other
> workstations?
> Currently I am doing this:
> rsh -n "remotesunoshost" /etc/dump 0dsbfu \
> 54000 37000 126 "solarishost":/dev/rmt/0n /dev/rsd"partition"
> This works, but I'm not sure I'm maximizing the full 160gig compressed
> capacity of the VXA-2 drive.
Specify the size of the volume being dumped to. Not
normally required, as ufsdump can detect end-of-media.
When the specified size is reached, ufsdump waits for
you to change the volume.
37000f * 12 in/ft * 54000 bit/in * 1/8 bytes/bit * 1/1024^2 Mbytes/byte
=> 2858 Mbytes.
I'd say you're limiting your tape to 2.8G.
Don't use s.
Don't use d.
Use the highest capacity tape device (see your tape documentation for
which one that is).
--
Darren Dunham [email]ddunham@taos.com[/email]
Unix System Administrator Taos - The SysAdmin Company
Got some Dr Pepper? San Francisco, CA bay area
< This line left intentionally blank to confuse you. >
Darren Dunham Guest



Reply With Quote

