Differences between version 8 and predecessor to the previous major change of BackupExecNotes.
Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 8 | Last edited on Friday, April 27, 2007 12:18:58 pm | by AristotlePagaltzis | Revert |
Older page: | version 5 | Last edited on Tuesday, September 12, 2006 10:54:30 am | by CraigBox | Revert |
@@ -12,9 +12,9 @@
<verbatim>
#!/bin/sh
#
- # Start/
stops the Backup Exec agent.
+ # Starts and
stops the Backup Exec agent
# Craig Box, 25/8/03
PATH=/sbin:/bin:/usr/sbin:/usr/bin
DAEMON=/usr/local/bkupexec/agent.be
@@ -54,9 +54,37 @@
</verbatim>
Make it executable and run <tt>update-rc.d bkupexec defaults 96</tt>, and you're away laughing.
-!! "The function is not implemented" when viewing your remote
agent
+!! Can't see my
agent
-Check that
/etc
/hosts has
the right details (fqdn, IP address)
for the server you are running RALUS on
.
+Run <tt>agent.be<
/tt> with <tt>-nd<
/tt> to debug and use
the guide
for [How to read a UNIX Agent debug log | http://seer.support.veritas.com/docs/263307.htm] to find out what’s wrong
.
+!! "<tt>The function is not implemented</tt>" when viewing your remote agent
+
+Check that <tt>/etc/hosts</tt> has the right details ([FQDN], [IP] address) for the server you are running RALUS on.
+
+!! "<tt>**** getservbyname(grfs, tcp) failed! ****</tt>"
+
+You need an entry in <tt>/etc/services</tt>. As root,
+
+<verbatim>
+echo 'grfs 6101/tcp' >> /etc/services
+</verbatim>
+
+!! Not seeing the agent in the Windows server
+
+You need the hostname of the server you are announcing *to* in the <tt>/etc/hosts</tt> file as well.
+
+Check the debug log to see you're getting a connection to port 6101 (which translates in Weird VERITAS Binary to 23.213):
+
+ <pre>
+ rcvr addr=10.7.13.10.23.213
+ attempting to connect. state=0
+ </pre>
+
+Telnet to that IP on port 6101 and ensure you get a response. If not, check the Agent Browser service on the Windows machine.
+
+[More troubleshooting notes | http://seer.entsupport.symantec.com/docs/192204.htm] are available on the VERITAS knowledge base.
+
+----
CategoryNotes