-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathlegato.html
161 lines (106 loc) · 4.41 KB
/
legato.html
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
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Pocket Survival Guide - Legato Networker</title>
<link rel="stylesheet" href="psg.css" type="text/css">
<LINK REL="SHORTCUT ICON" HREF="favicon.ico" type="image/x-icon"/>
<META NAME="description" content="System Administrator Pocket Survival Guide - A series of notes for Sys Admin"/>
<META NAME="keyword" content="Sys Admin, System Administrator, Solaris, HP-UX, AIX, Linux, Note, Notes, Pocket, Survival, Guide, psg, data center, power, electrical, plug, LYS, LKS, LAPPLAPP"/>
<META NAME="Robots" CONTENT="all"/>
<META NAME="Author" CONTENT="Tin Ho"/>
</head>
<body>
<div class="navheader">
<table summary="Navigation header" width="100%">
<tbody>
<tr>
<th colspan="4" align="center">
<A HREF="http://tin6150.github.io/psg/">Sys Admin Pocket Survival Guide - Legato Networker</A>
</th>
</tr>
<tr>
<td align="left"><a accesskey="h" href="psg.html">Home</a></td>
<td align="center"><a accesskey="v" href="veritas.html">Veritas</a></td>
<td align="center"><a accesskey="s" href="sol.html">Solaris</a></td>
<td align="center"><a accesskey="p" href="hpux.html">HP-UX</a></td>
<td align="right"><a accesskey="a" href="aix.html">AIX</a></td>
</tr>
</tbody>
</table>
<hr></div>
<div class="chapter" lang="en">
<div class="titlepage">
</div>
</div>
<H1>Legato Networker</H1>
<BR><HR><BR>
<H1></H1>
<PRE>
most programs installed to /nsr/bin, /nsr/sbin
some drivers in /usr/kernel/drv /usr/lib/nsr /usr/sbin/
nsrd # networker daemon (init script, /nsr/sbin)
nsrexecd # networker daemon (needed by nwadmin, /nsr/sbin)
networker # invoke main GUI
nwadmin # admin GUI
nsrwatch # monitor error messages from legato networker
nsrjb -v # see what tape is in which slot in the lib, status.
nsrjb –j P2000 –L –b ‘NDMP Offsite’ –S 1-79
# label tapes in different slots.
# -j = jukebox name, can be omitted if there is only one defined.
# -S = range of slot
nsrjb -w ONN485 # eject tape (with volume name ONN485) thru loading dock
nsrjb -j P2000 -d # deposit (load) tape into jukebox
# default to empty slot in lib
nsrmm -o full VOLNAME # mark a tape named VOLNAME as "full"
# this will tell Legato tape is no longer "appendable"
# so that it will not req for the tape to write
# when it has moved out of the library by operator.
/nsr/logs # dir of most log
/nsr/lic/logs # license related logs
/nsr/lic # dir for licenses
/usr/sbin/lrescan
nsradmin # cli counterpart of nwadmin
NetWorker backup program (nwbackup)
NetWorker recover program (nwrecover)
NetWorker archive program (nwarchive)
NetWorker retrieval program, for retrieving archived data (nwretrieve)
keylic -f licenseFile
Directory Files p113 [nwuxag71.pdf, from Fujitsu]
mm NetWorker media database
res NetWorker resource files:
nsrla.res
servers
defaults (used to set environment variables)
res/nsrdb NetWorker resource database
index/client_name/db Client file index database
logs NetWorker log files
</PRE>
<PRE>
---
Removing a client machine when backup is no longer needed:
nwadmin - Clients - select appropriate client - deselect any groups it belongs to - Apply
</PRE>
<H1>TBD</H1>
<PRE>
</PRE>
<BR><HR><BR>
<BR>
<BR>
<BR>
<BR><HR>
<div align="CENTER">
[Doc URL: <A HREF="http://tin6150.github.io/psg/">http://tin6150.github.io/psg/</A>]
<BR>
(cc) Tin Ho. See
<A HREF=psg.html#cc>main page</A>
for copyright info. <BR>
<HR>
<A HREF="http://www.taos.com"><IMG SRC="banner/taos_banner1.gif" width="728" height="98"></A>
</div>
<div class="sig"><BR>
hoti1<BR>
bofh1</div>
</body>
<!-- Google analytics new tracking code ga.js. Will actually need to add this code to every page for full tracking! (still the case in 2011?) Using my gmail login 2011.0617 updated with code for http://tin6150.github.io/psg/psg.html --> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-4515095-4']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script>
</html>