Solaris 7 newbie tape backup question


 
Thread Tools Search this Thread
Operating Systems Solaris Solaris 7 newbie tape backup question
# 1  
Old 04-29-2005
Solaris 7 newbie tape backup question

Hello all,

I have an ss20 running Solaris 7, with an attached 4mm tape drive. The machine has one 1.2GB SCSI HDD. I would like to backup other machines
to tape, but I can't do a stopover on the ss20s hard disk, as there is virtually no space available. Is there a way I can make the tape drive available over the network, so I don't have to write archives to the local hard disk, then to tape, but directly to tape?

I hope this is clear enough; thanks in advance.
# 2  
Old 04-29-2005
Let's say the hostname of your ss20 is server1 and the tape device is 0.

To backup all /opt files from server2 use server1:/dev/rmt/0n
# hostname
server2
# ufsdump 0cf server:/dev/rmt/0n /opt

See the man page for ufsdump (and/or tar) - a .rhosts file will be needed (I usually had one created via the scripts I ran just before the dump and then delete them afterwards as it is a security concern) along with the IP and host names in /etc/hosts for each server involved.
# 3  
Old 04-29-2005
Nice! Thank you so much for the advice. I'll try it when I have a chance.
# 4  
Old 01-13-2007
Quote:
Originally Posted by RTM
Let's say the hostname of your ss20 is server1 and the tape device is 0.

To backup all /opt files from server2 use server1:/dev/rmt/0n
# hostname
server2
# ufsdump 0cf server:/dev/rmt/0n /opt

See the man page for ufsdump (and/or tar) - a .rhosts file will be needed (I usually had one created via the scripts I ran just before the dump and then delete them afterwards as it is a security concern) along with the IP and host names in /etc/hosts for each server involved.
How about content format of .rhosts file, is it same as /etc/hosts.equiv:
hostname user

Thanks

Last edited by reborg; 01-13-2007 at 01:41 PM.. Reason: spelling
# 5  
Old 01-13-2007
Yes, or you could use hosts.equiv

All that is required is rsh/rlogin works without a password.
# 6  
Old 01-13-2007
Thanks,

What I want is backup data from local machine to remote which have tape driver with root account. As I read, we need to have local hostname in .rhosts of remote machine for this task. I created .rhosts file.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

question about restoration from backup tape (solaris 10)

I am trying to restore opt on my server. my issue is, all the partitions are saved into the same back up tape. what is the exact command to just restore /opt for example, supposing c0t0d0s7 is the partition for /opt ---------- Post updated at 01:16 PM ---------- Previous update was at... (7 Replies)
Discussion started by: feg
7 Replies

2. Solaris

Backup files to tape drive on solaris

Hi, I want to take backup of files older than 20 days from a directory onto a tape drive on remote machine on Solaris. The files are of format abc-20100301000000.gz on my local machine. I know the below commands for searching files older than x days and command for backup procedure. solar1 #... (7 Replies)
Discussion started by: jyothi_wipro
7 Replies

3. UNIX for Dummies Questions & Answers

backup disk to disk to tape question

Hi all I had started to learn how to backup disk to disk to tape method Firstly I had backup to my NAS tar czvf /MyNetworkStorge/backup.tar /home Secondly I using dd command to copy the tar to tape dd if=/MyNetworkStorge/backup.tar of=/dev/tape0 But the tape drive always hang.... (5 Replies)
Discussion started by: lijiajin
5 Replies

4. UNIX for Dummies Questions & Answers

UNIX newbie NEWBIE question!

Hello everyone, Just started UNIX today! In our school we use solaris. I just want to know how do I setup Solaris 10 not the GUI one, the one where you have to type the commands like ECHO, ls, pwd, etc... I have windows xp and I also have vmware. I hope I am not missing anything! :p (4 Replies)
Discussion started by: Hanamachi
4 Replies

5. SCO

Backup to SCSI Tape Backup aborts

I am trying to make a full backup of my system using the cpio command. The Tape Unit is a SCSI DDS. The process started fine but after about 30 minutes, it just stopped and showed the following message: 1755 Signal 31 - Core dumped Any idea of what is causing this and how to fix it? ... (4 Replies)
Discussion started by: zionpc
4 Replies

6. UNIX for Dummies Questions & Answers

Check backup file size on backup tape

Hi, I performed backup on tape and I want to append more files to my previous backup on the same backup tape. But before I do that I need to know the backup file size of the first backup I performed so that I know the available size on the backup tape. Can someone help me what command I will use... (0 Replies)
Discussion started by: ayhanne
0 Replies

7. UNIX for Dummies Questions & Answers

Mounting DLT tape and to backup file to tape

Hi there: I'm new here Can anyone help me: I have DS15 Alpha server : Unix 5.1B Now i need to connect a DLVT VS80 1U Rackmount Tape Drive unit. What is the exact comman to mount the DLTape IV?? How do i make backuo @ copy file to the tape? Thanx to all (0 Replies)
Discussion started by: ayzeayem
0 Replies

8. Shell Programming and Scripting

[Help help] backup script for tape on solaris

hi all, very urgent need backup script on tape using solaris 8, my tape drive is DAT 72 on sun v240. i need a simple script to backup files from directory /data/log/back/200703/filename.log. the files will backup continue each day on the tape which have 72 GB. the files size only 50MB and... (0 Replies)
Discussion started by: bucci
0 Replies

9. UNIX for Advanced & Expert Users

Problem With Tape Backup in Solaris

Hi, OS: Solaris9, SPARC. Commands (and their outputs) that I use to backup two files of size 4GB and 10GB (respectively) are shown below: # cd /backup/daily/ # mt -f /dev/rmt/0m rew # tar -cvf /dev/rmt/0m * a Mails.bkf 4680454 tape blocks a backup.bkf too large to archive # The... (3 Replies)
Discussion started by: mahatma
3 Replies

10. Linux

linux backup to solaris tape drive

All, Has anybody ever got a Linux server to backup to a remote Solaris tape drive using the dump command and rsh? I can remtoely backup two Solaris server this way. Any help would be appreciated. Thanks, Mike (0 Replies)
Discussion started by: bubba112557
0 Replies
Login or Register to Ask a Question