Legato Networker


 
Thread Tools Search this Thread
Operating Systems Solaris Legato Networker
# 8  
Old 11-06-2014
Something simple like dd if=/dev/rmt/0 of=/dev/null should suffice.

It is saying 'Read the input file /dev/rmt/0 (change this as you need) and write to output file /dev/null (we don't really want the data at the moment.




Robin
This User Gave Thanks to rbatte1 For This Post:
# 9  
Old 11-06-2014
Hi,

Just some additional information about the tapes here, if they have been in storage for a long time you may want to give the tape some exercise before trying to read data.

You should consider doing the following before trying to recover data, with the tape in the drive.

Code:
mt -f /dev/rmt/0n seod
mt -f /dev/rmt/0 retension

The device will have to be set for your system device, on the first command you are specifying read to the end of the valid data using the no-rewind device. The second command will rewind and retension the tape, usually at a much higher speed than the read commands (so saving time if there is an issue with the tape).

Once you have the tape ready to use you will have to catalog the tape into networker to allow you to see what is on the tape and recover it.

Regards

Dave
These 2 Users Gave Thanks to gull04 For This Post:
# 10  
Old 11-06-2014
Really Thanks you very much guys , I will do everything what you say.

Actually I Have loaded 2 tapes in both drive of the Sun L25 , before I cleaned the both drives with clean tape. Now I will do what say gull04 and later rbatte1...

I have another Question guys: I have /nsr server folder only (unique backup f server), no another one backup . in the "Disaster recovery guide" of Legato .... I understant nothing !!!!

Anyone could help me about this too?

a lot of thanks guys , really !!!

---------- Post updated at 09:29 AM ---------- Previous update was at 09:22 AM ----------

Dave, mt -f /dev/rmt/1n seod no work , error: mt: unknown command: seod

Solaris 5.8 is running . Alternative to ?

Thanks!
# 11  
Old 11-06-2014
Hi z0rtiz,

OK, there are several switches for the mt command. In reality all you want is the tape to be some way from the beginning of the tape.

You could try;
Code:
mt -f /dev/rmt/1n eom

Or you could try;
Code:
mt -f /dev/rmt/1n eod

It has been some time since I used tapes this way, one switch is the "end of media" and the other is "end of data" - normally you would use when you wanted to append data to a tape set.

Then run the retention command, as to using the disaster recovery guide for legato - you are getting into an area where you need to have the backup procedures documented to know how to recover them.

Regards

Dave
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

Networker : LUS Passthrough driver

Hi. AIX 7.1, Networker 7.6.3. My system detect all drives, but a jbconfig sent me this message : "You must install the LUS SCSI passthrough driver" I have Atape driver 12.3.9 on my AIX. Tks (0 Replies)
Discussion started by: stephnane
0 Replies

2. UNIX for Dummies Questions & Answers

Networker upgrade

Hi Guys, we are currently upgrading our networker to a newer version on newere hardware. We are currently running networker 6.1.2 adn are upgrading to Networker 7.6sp2. I was wondering if there was a way to migrate our indexes (so that from the old version(on E450) to the new version of... (0 Replies)
Discussion started by: brian112
0 Replies

3. UNIX for Dummies Questions & Answers

Legato networker 7.6

Hi ALl I have recently installed networker 7.6 on my solaris 10 host(V240). My bosses requirement was that the GUI was still availible (nwadmin). However on 7.6 there is no GUI and nwadmin does not exist. I have copied nwadmin over from the previous version of legato i had installed (6.2), and... (5 Replies)
Discussion started by: brian112
5 Replies

4. UNIX and Linux Applications

Sun EBS Networker 7.3

I am having an issue with Sun EBS Networker 7.3, (64 bit) (Sun Hardware, Solaris 9) where it expects an Oracle DB (11.5.10 with 10g Database (10.2.0.2)) size of 4294967295 bytes. The DB's get backed up anyway, but it's only happening to certain DB's. The warning messages occur at random intervals... (4 Replies)
Discussion started by: djembeplayer
4 Replies

5. UNIX for Advanced & Expert Users

Legato Display

I am running legato 7.3.2. Here is my issue. I have taken over the backup duties from an employee who left the company. He was running Legato as the backup server/client of choice (I don't know much about Legato, but i am learning on the job). He has it setup to run the admin qui from the backup... (3 Replies)
Discussion started by: seacros
3 Replies

6. UNIX for Dummies Questions & Answers

networker

hi all, I have just installed networker 7.3 on my HPUX machine, licenced and ready to go, however, when I try to load/inventory/label a type using the autochanger I am getting the following error: Cannot find attribute 'operation instance' for resource 'NSR jukebox'. When I check to see what... (1 Reply)
Discussion started by: macgre_r
1 Replies

7. Filesystems, Disks and Memory

restore from Legato

Hi Fellas/Ladies I havent dont any restore unix systemsand recently issue has come up that I need to restore to fridays copy. I want to restore everything to last fridays for the directory /usr/local/projects. Anyone done legato restores? Would it keep acl/permissions, symlinks etc. ... (0 Replies)
Discussion started by: brabored
0 Replies

8. HP-UX

Legato networker on hp-ux

Hello, Firstable I am new on hp-ux (well long time ago) I am more aix admin.... Legato networker is the tool backup use on the hp-ux. I don't know this tool and would like to know where to find some docs or training. My first question will be : when a system (hp-ux B.11.0) is backuped on a... (8 Replies)
Discussion started by: touny
8 Replies

9. UNIX for Advanced & Expert Users

Legato Networker

Has anyone ever used Networker to backups a SunSolaris 5.4 system. I have all the my other OS on the network being backup except for the 5.4 systems. It's has to do with a daemon. So help me out this doesn't make any since> (3 Replies)
Discussion started by: aojmoj
3 Replies

10. UNIX for Advanced & Expert Users

Veritas or Legato?

Hi guys, What product would you suggest for a hot/on-line backup with an active oracle database ?? (3 Replies)
Discussion started by: guest100
3 Replies
Login or Register to Ask a Question