Ask a Question related to Sun Solaris, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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....
    3. 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...
    4. 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...
    5. 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...
  3. #2

    Default Re: ufsdump vs dump

    hemiguy <member34609@dbforums.com> wrote:
    > 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.
    s size
    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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139