10 More Discussions You Might Find Interesting
1. Solaris
Hi , I have a lot of Tape device with backups from solaris sparc servers. This tape are in Legato Networker Format and now I need access and search an old backup. I know that Legato needed a Server , but this server is wrong , this down long time ago. I have a Legato Networker Server/Client... (10 Replies)
Discussion started by: z0rtiz
10 Replies
2. UNIX for Dummies Questions & Answers
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
3. Solaris
hai,
Help me please
OS SUN 5.10 Lotus 8
Legato for Lotus 3.0
when backing up gives this error
The dlopen() call for library libnotes.so failed with error:
ld.so.1: nsrnotesv: fatal: libnotes.so: open failed: No such file or directory (load_notes_api|0|0|0)
...
... (1 Reply)
Discussion started by: eshon
1 Replies
4. AIX
I have a system that has been runing Legato for a few years (i inherieted this system). I have now been tasked with maintaining this system. I installed sudo on it so i didnt have to give out my root password and not some of my SAP backup jobs are failing.
Can anyone out there give me some help?... (2 Replies)
Discussion started by: seacros
2 Replies
5. UNIX for Advanced & Expert Users
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. 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
7. HP-UX
Recover point in time copy of the data on target site using Legato/dataprotector and then use rsync to sync the delta (changes) over WAN.
Does this work, has anyone tried this.
Thanks
_Malik (0 Replies)
Discussion started by: mmk
0 Replies
8. UNIX for Advanced & Expert Users
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
9. UNIX for Advanced & Expert Users
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
10. UNIX for Dummies Questions & Answers
Hi guys,
What product would you suggest for a hot/on-line backup
with an active oracle database ?? (6 Replies)
Discussion started by: guest100
6 Replies
IPTABLES-RESTORE(8) iptables 1.6.1 IPTABLES-RESTORE(8)
NAME
iptables-restore -- Restore IP Tables
ip6tables-restore -- Restore IPv6 Tables
SYNOPSIS
iptables-restore [-chntv] [-M modprobe] [-T name] [file]
ip6tables-restore [-chntv] [-M modprobe] [-T name] [file]
DESCRIPTION
iptables-restore and ip6tables-restore are used to restore IP and IPv6 Tables from data specified on STDIN or in file. Use I/O redirection
provided by your shell to read from a file or specify file as an argument.
-c, --counters
restore the values of all packet and byte counters
-h, --help
Print a short option summary.
-n, --noflush
don't flush the previous contents of the table. If not specified, both commands flush (delete) all previous contents of the respec-
tive table.
-t, --test
Only parse and construct the ruleset, but do not commit it.
-v, --verbose
Print additional debug info during ruleset processing.
-M, --modprobe modprobe_program
Specify the path to the modprobe program. By default, iptables-restore will inspect /proc/sys/kernel/modprobe to determine the exe-
cutable's path.
-T, --table name
Restore only the named table even if the input stream contains other ones.
BUGS
None known as of iptables-1.2.1 release
AUTHORS
Harald Welte <laforge@gnumonks.org> wrote iptables-restore based on code from Rusty Russell.
Andras Kis-Szabo <kisza@sch.bme.hu> contributed ip6tables-restore.
SEE ALSO
iptables-apply(8),iptables-save(8), iptables(8)
The iptables-HOWTO, which details more iptables usage, the NAT-HOWTO, which details NAT, and the netfilter-hacking-HOWTO which details the
internals.
iptables 1.6.1 IPTABLES-RESTORE(8)