08-24-2009
Is this a Symantec tool? If so, you can probably download it from their website. If not, then perhaps you should specify exactly which Backup Exec Agent you are referring to.
9 More Discussions You Might Find Interesting
1. UNIX for Dummies Questions & Answers
Backup Exec Agent won't start....
Question: Has anyone had any previous experience working with Backup exec for Unix? I'm running SCO Openserver 5.0.5 and Backup Exec agent Version 5.01 Revision 5.032 Basically, these are the commands I'm issueing and here is the output.
# cd etc
# cd... (1 Reply)
Discussion started by: PatMcCoy
1 Replies
2. UNIX for Advanced & Expert Users
Does anyone know how to run " ./agent.be & " in the background? I need to keep it running so that Backup Exec can see it. When I log out as root is shuts down the agent. This just started happening after I upgraded my Veritas drivers on my Windows 2000 server. That is my backup server.
Hope... (1 Reply)
Discussion started by: jback
1 Replies
3. UNIX for Advanced & Expert Users
Hello,
When launching a recently installed UNIX agent for my Veritas backup exec server I receive "getservbyname (grfs, tcp) failed!"
I have checked to make sure the service exists under port 6101 and its there. I also removed and recreated the service but still no go. :confused: :confused:... (2 Replies)
Discussion started by: George26
2 Replies
4. SCO
Hello All,
We have Veritas Backup Exec on a Windows 2003 OS and trying to setup the Ralus agent on SCO to perform regular backups of our Unixware system; but for some reason after "I believe" installing the agent on SCO; and launching it using the 'agent.be" command I receive a syntax error... (1 Reply)
Discussion started by: Yorgy
1 Replies
5. SCO
I have 3 SCO 5.0.5 machines. Two are running the /etc/bkupexec/agent.be just fine but the 3rd fails with a NRL initialization error. It can't seem to find the backup server in the /etc/hosts file.
The entry is in the /etc/hosts file.
The perms are set correctly on /etc /etc/bkupexec... (0 Replies)
Discussion started by: cnpaul
0 Replies
6. UNIX for Dummies Questions & Answers
anyone ?
i install and it just fail to startup. (0 Replies)
Discussion started by: kakabobo
0 Replies
7. AIX
Hi all. I hope someone could give me a hand on installing Backup Exec agent on AIX machine :(
Agent:
OS: AIX 5.3
Hostname: DB-HN-SRV02
IP: 10.1.4.64
Backup server:
OS: Windows Server 2003
Hostname: backup-srv
IP: 10.1.5.51
I download "Legacy Unix agent.tar", untar, then run file... (0 Replies)
Discussion started by: bsddaemon
0 Replies
8. UNIX for Advanced & Expert Users
Hi
we use backup exec to backup our linux servers... question is what if the linux server is corrupted (/root) and doesnt boot up .. how would the backup exec restore /root if the server cant even start?
woukld we have to restore to another server then boot into rescue mode and copy across... (0 Replies)
Discussion started by: halacil
0 Replies
9. UNIX for Advanced & Expert Users
Hi
we use backup exec to backup our linux servers. I wondered if its possible to restore root backup of one server into another server and then rename hotsnames etc..for clone purpose?
does this work? how can it be done? (0 Replies)
Discussion started by: halacil
0 Replies
LEARN ABOUT OPENSOLARIS
scdsbuilder
scdsbuilder(1HA) Sun Cluster Commands scdsbuilder(1HA)
NAME
scdsbuilder - launch GUI version of Sun Cluster Agent Builder
SYNOPSIS
scdsbuilder
DESCRIPTION
The scdsbuilder command launches the GUI version of the Sun Cluster Agent Builder.
Before you use Agent Builder, verify the following requirements:
o The Java runtime environment is included in your $PATH variable. Agent Builder depends on the Java Development Kit, starting
with Version 1.3.1. If the Java Development Kit is not included in your $PATH variable, the Agent Builder command (scdsbuilder)
returns and displays an error message.
o You have installed the Developer System Support software group of the Solaris 9 OS or Solaris 10 OS.
o The cc compiler is included in your $PATH variable. Agent Builder uses the first occurrence of cc in your $PATH variable to
identify the compiler with which to generate C binary code for the resource type. If cc is not included in $PATH, Agent Builder
disables the option to generate C code.
Note -
You can use a different compiler with Agent Builder than the standard cc compiler. To use a different compiler, create a symbolic link in
$PATH from cc to a different compiler, such as gcc. Or, change the compiler specification in the makefile (currently, CC=cc) to the com-
plete path for a different compiler. For example, in the makefile that is generated by Agent Builder, change CC=cc to CC=pathname/gcc. In
this case, you cannot run Agent Builder directly. Instead, you must use the make and make pkg commands to generate data service code and
the package.
EXIT STATUS
This command returns the following exit status codes:
0 The command completed succesfully.
nonzero An error occurred.
FILES
install_directory/rtconfig Contains information from the previous session. This information facilitates the tool's quit and
restart feature.
ATTRIBUTES
See attributes(5) for descriptions of the following attributes:
+-----------------------------+-----------------------------+
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+-----------------------------+-----------------------------+
|Availability |SUNWscdev |
+-----------------------------+-----------------------------+
|Interface Stability |Evolving |
+-----------------------------+-----------------------------+
SEE ALSO
cc(1B), scdscreate(1HA), scdsconfig(1HA), attributes(5)
Chapter 9, Sun Cluster Agent Builder, in Sun Cluster Data Services Developer's Guide for Solaris OS
Sun Cluster 3.2 14 Sep 2007 scdsbuilder(1HA)