LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 08-14-2008, 06:58 PM   #16
chrism01
LQ Guru
 
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.2
Posts: 18,369

Rep: Reputation: 2753Reputation: 2753Reputation: 2753Reputation: 2753Reputation: 2753Reputation: 2753Reputation: 2753Reputation: 2753Reputation: 2753Reputation: 2753Reputation: 2753

You need some appreciation of which apps are running when. You said you're a small op, so overnight I'd expect little to no activity, apart from maybe incoming emails.
I'd start by doing a few backups manually to get used to the process and do a few restores(!) to check it works ok.
Then, start (auto) backing up at night using cron. If you have a DB running you've got 2 options (using MySQL as an example):
1. use mysqldump, which temporarily locks the tables to get a consistent view, or 2. use a cold backup ie script a shutdown, do a file level back, restart db. (There are more advanced options, see docs).
 
Old 08-15-2008, 02:00 AM   #17
davidstvz
Member
 
Registered: Jun 2008
Posts: 405

Original Poster
Rep: Reputation: 31
There is sendmail, a mostly static webpage, and then several hundred user accounts with files. The user files are all in one place. I suppose I could put the tape in the drive and back up the user files remotely during the least busy time.

Except for whatever sendmail uses, there is no great database. Just individual user files.

Maybe I should be taking the server off-line. Still, I don't recall that being done. Then again, my old boss only did tape back-ups once a month (or worse) by the look of it. A few tapes show a week to week back-up, but for the most part it is a good month. He probably backed up more often only when making major system changes.

What a nightmare... I really need to back-up asap. I might just go ahead and do a messy back-up and consider it better than nothing and see if I can do anything better next week.
 
Old 08-15-2008, 11:40 AM   #18
trickykid
LQ Guru
 
Registered: Jan 2001
Posts: 24,149

Rep: Reputation: 270Reputation: 270Reputation: 270
Honestly, back up the emails but those shouldn't be a high priority. How are the users fetching them, through POP or IMAP? If by POP, they're usually downloading them locally which then removes them. If by IMAP, I could suggest just writing a script that shuts down sendmail, take backup or snapshot perhaps, then fires it back up. A properly setup email server, if emails are getting sent while it's down, they'll just queue up and get resent.

Depending on the size and amount of email coming through, it probably wouldn't even hurt to shutdown for a couple of hours in the night to back them up if it is a requirement from the company to back up email. Also if you have a secondary server, that would ensure emails still get delivered, then a quick resync when the primary server comes back online.
 
Old 08-15-2008, 01:31 PM   #19
davidstvz
Member
 
Registered: Jun 2008
Posts: 405

Original Poster
Rep: Reputation: 31
We have just the one email server. Email is accessed by pop by some people, and by logging into the machine directly and using a client like pine.

New question: the tape on this machine is named sa0 instead of st0. Also there is an sa0.0 through sa0.3 (I think that refers to 4 different operating speeds with the original entry allowing the tape drive to set its own speed).

Is there a reason it is sa0 instead of st0?

I'm not as worried about email as I am about user files in general. The sender of an email can resend the email if necessary so it won't be the end of the world if unfetched email is lost or corrupted. User files are a bigger concern.

Last edited by davidstvz; 08-15-2008 at 01:36 PM.
 
Old 08-15-2008, 02:11 PM   #20
trickykid
LQ Guru
 
Registered: Jan 2001
Posts: 24,149

Rep: Reputation: 270Reputation: 270Reputation: 270
I think the difference between sa0 and st0 is st0 represents an auto-rewinding tape drive, sa0 is not an auto-rewinding tape drive. Check your tape drive to see if it is an auto-rewinding drive.

Edit: Sorry, nst0 would be non-rewinding tape drive. I think sa0 is a BSD style or based. What OS is this on by the way?

So as for the users using POP or pine directly on the system, yeah, I'd say if they're not keeping emails on the server while using POP, don't even bother backing it up. As for those using pine, maybe advise them to archive the email or have pine move it locally into their /home directory, then just back up /home. And warn POP users that if they store messages or choose not to delete within their client from the server after retrieving, that you are not backing these up. That would be my solution and avoid having to even worry about backing up email.

Last edited by trickykid; 08-15-2008 at 02:14 PM.
 
Old 08-15-2008, 02:21 PM   #21
davidstvz
Member
 
Registered: Jun 2008
Posts: 405

Original Poster
Rep: Reputation: 31
Yes it is a FreeBSD OS. There is sa0 and nsa0 to control whether or not it rewinds as with st0 and nst0.

There is another system running Sun Solaris 5.9 (aka Solaris 9). I decided that I'm going to back up this system first as a test since it's slightly less important and there are already good backups since this isn't really used during the summer. I can't find the tape though!

Edit:

Nevermind, the rst entries are definitely the tape drive. I just don't know why there are so many

rst12
rst18
rst20
rst26
rst28
rst34
rst36
rst42

Do the numbers possibly refer to flags for different settings? The same drive installed on the BSD machine only had 4 or 5 modes listed (sa0, and sa0.0 to sa0.4) whereas this Solaris machine has 8.

The tape drive is a Quantum DLT-V4 btw.

Last edited by davidstvz; 08-15-2008 at 02:25 PM.
 
Old 08-15-2008, 02:24 PM   #22
trickykid
LQ Guru
 
Registered: Jan 2001
Posts: 24,149

Rep: Reputation: 270Reputation: 270Reputation: 270
In Solaris it should show up possibly in the /dev/rmt/ directory, usually 0 will be first device and so on..
 
Old 08-15-2008, 02:30 PM   #23
davidstvz
Member
 
Registered: Jun 2008
Posts: 405

Original Poster
Rep: Reputation: 31
Ok, yes that is there as well. mt -f gave me similar but different answers for each device.

Code:
mt -f /dev/rst12 status

Quantum DLT-V4 tape drive:
   sense key(0x6)= Unit Attention   residual= 0   retries= 0
   file no= 0   block no= 0



mt -f /dev/rmt/0 status

Quantum DLT-V4 tape drive:
   sense key(0x0)= No Additional Sense   residual= 0   retries= 0
   file no= 0   block no= 0
Also, in the /dev/rmt directory, there are several things listed:

Code:
0   0bn  0cb   0cn  0hb   0hn  0lb   0ln  0mb   0mn  0u   0ubn
0b  0c   0cbn  0h   0hbn  0l   0lbn  0m   0mbn  0n   0ub  0un

Last edited by davidstvz; 08-15-2008 at 02:33 PM.
 
Old 08-15-2008, 02:50 PM   #24
trickykid
LQ Guru
 
Registered: Jan 2001
Posts: 24,149

Rep: Reputation: 270Reputation: 270Reputation: 270
I forgot the explanation of the amount of numbers or listings, usually just a default number during the bootup initialization, I don't have access to any Solaris machines, haven't had to deal with them in a few years. The rst don't happen to be links do they?
 
Old 08-15-2008, 03:26 PM   #25
davidstvz
Member
 
Registered: Jun 2008
Posts: 405

Original Poster
Rep: Reputation: 31
ls -l lists all of these as: lrwxrwxrwx so I suppose that means they are links. They point to /devices/pci@8,700000/scsi@5/st@5,0:

...and several other variations on the last bit that reflect the alphabet soup I posted above. scsi@5 is definitely the tape drive though.

I think it will probably work if I just write to /dev/rmt/0 or maybe /dev/rst12

If not... I'm sure one of them is right. I'll figure it out somehow. I need to stop acting like a n00b and start figuring things out for myself (at least partially) anyway!

Thanks for all your help. And I'll keep monitoring this thread incase you or anyone else has anything else helpful to say.

Last edited by davidstvz; 08-15-2008 at 03:29 PM.
 
Old 08-15-2008, 03:32 PM   #26
davidstvz
Member
 
Registered: Jun 2008
Posts: 405

Original Poster
Rep: Reputation: 31
The rst12 to rst42 are all links as well. some of them match the /devices/pci@8,700000/ stuff in the /dev/rmt/ directory, and a few are links to the entries in the /dev/rmt directory.

Now... which one to use
 
Old 08-15-2008, 03:49 PM   #27
trickykid
LQ Guru
 
Registered: Jan 2001
Posts: 24,149

Rep: Reputation: 270Reputation: 270Reputation: 270
Figured most would be links. I'd probably guess since you only have one drive, it's going to be /dev/rmt/0 is the device to use that is linked to the tape drive. Either that or /dev/rst0 if it exists.
 
Old 08-15-2008, 04:19 PM   #28
popowich
Member
 
Registered: Nov 2004
Location: Rochester, New York
Distribution: RHEL7
Posts: 53

Rep: Reputation: 15
I have everything backup up to tape but that's only so I can go back and get individual configuration files that may be in non-standard locations if needed after a disaster. I would not bother restoring an OS from tape. If there was that big from a problem I would reinstall / upgrade to the latest version of my preferred operating system before proceeding. I keep a spare disk in my server that I use for backing up my mysql databases, web page content, and other changing content that I need. If I make a mistake I can restore my content quickly, and if there is a big disaster where I lose the disks then I still have the ability to get what I need from tape after the operating system is reinstalled.

-Raymond
 
Old 08-15-2008, 04:20 PM   #29
davidstvz
Member
 
Registered: Jun 2008
Posts: 405

Original Poster
Rep: Reputation: 31
Quote:
Originally Posted by trickykid View Post
Figured most would be links. I'd probably guess since you only have one drive, it's going to be /dev/rmt/0 is the device to use that is linked to the tape drive. Either that or /dev/rst0 if it exists.
Here's what I have in /dev/

nrst12 -> rmt/0lbn
nrst20 -> rmt/0mbn
nrst28 -> rmt/0hbn
nrst36 -> rmt/0cbn

and

rst12 -> rmt/0lb
rst20 -> rmt/0mb
rst28 -> rmt/0hb
rst36 -> rmt/0cb

The other nrst and rst entries point to some device on Scsi channel 4.

So those are my tape commands with and without rewind. Each of the 4 represents the 4 different operating modes for this drive. I guess I need to look up those modes... problem is I'm not sure which command corresponds to which mode or which mode I ought to use.
 
Old 08-15-2008, 04:21 PM   #30
davidstvz
Member
 
Registered: Jun 2008
Posts: 405

Original Poster
Rep: Reputation: 31
Quote:
Originally Posted by popowich View Post
I have everything backup up to tape but that's only so I can go back and get individual configuration files that may be in non-standard locations if needed after a disaster. I would not bother restoring an OS from tape. If there was that big from a problem I would reinstall / upgrade to the latest version of my preferred operating system before proceeding. I keep a spare disk in my server that I use for backing up my mysql databases, web page content, and other changing content that I need. If I make a mistake I can restore my content quickly, and if there is a big disaster where I lose the disks then I still have the ability to get what I need from tape after the operating system is reinstalled.

-Raymond
I think that would be the better way to go as long as it could be done quickly and the sysadmin knows what he's doing enough to actually do that (I'm going to have to figure that out by the end of the year in order to migrate to the new server hardware my old boss purchased before he resigned).
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Questions for sys admins bhert Linux - General 5 07-15-2007 03:13 PM
Using a DDS5 tape drive to restore from a DDS3 backup tape. AndrewCAtWayofthebit Linux - Hardware 1 05-14-2006 09:15 AM
newbie tar/tape backup questions mattl Fedora 3 04-24-2006 10:07 PM
Doin a weekly tape backup - multiple questions - VERY important - Please help WorldBuilder Linux - General 10 04-25-2003 03:12 PM
2 questions(Re: backup to scsi tape drive) ascii2k Linux - General 5 07-16-2001 05:47 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 10:53 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration