Penguin
Diff: BackupExecNotes
EditPageHistoryDiffInfoLikePages

Differences between version 8 and revision by previous author of BackupExecNotes.

Other diffs: Previous Major Revision, Previous Revision, 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 7 Last edited on Thursday, April 26, 2007 7:18:19 pm 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 
@@ -56,32 +56,35 @@
 Make it executable and run <tt>update-rc.d bkupexec defaults 96</tt>, and you're away laughing. 
  
 !! Can't see my agent 
  
-Run agent.be with -nd to debug. [Learn how to read the debug log|http://seer.support.veritas.com/docs/263307.htm]. 
+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
  
-!! "The function is not implemented" when viewing your remote agent 
+!! "<tt> The function is not implemented</tt> " when viewing your remote agent 
  
-Check that /etc/hosts has the right details (fqdn , IP address) for the server you are running RALUS on. 
+Check that <tt> /etc/hosts</tt> has the right details ([FQDN] , [ IP] address) for the server you are running RALUS on. 
  
-!! "**** getservbyname(grfs, tcp) failed! ****" 
+!! "<tt> **** getservbyname(grfs, tcp) failed! ****</tt>
  
-<pre
+You need an entry in <tt>/etc/services</tt>. As root,  
+  
+<verbatim
 echo 'grfs 6101/tcp' >> /etc/services 
-</pre
+</verbatim
  
 !! Not seeing the agent in the Windows server 
  
-You need the hostname of the server you are announcing *to* in the /etc/hosts file as well. 
+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=  
-</pre> 
+ <pre>  
+ rcvr addr=10.7.13.10.23.213  
+ attempting to connect. state=  
+ </pre> 
  
-Telnet to that IP: 6101 and ensure you get a response. If not, check the Agent Browser service on the Windows machine. 
+Telnet to that IP on port 6101 and ensure you get a response. If not, check the Agent Browser service on the Windows machine. 
  
-[http://seer.entsupport.symantec.com/docs/192204.htm More troubleshooting notes ] are available on the VERITAS knowledge base. 
+[More troubleshooting notes | http://seer.entsupport.symantec.com/docs/192204.htm] are available on the VERITAS knowledge base. 
  
+----  
 CategoryNotes