Sun Fire X4540 Server as Backup Server for Zmanda's Amanda Enterprise 2.6 Software


 
Thread Tools Search this Thread
Operating Systems Solaris Solaris BigAdmin RSS Sun Fire X4540 Server as Backup Server for Zmanda's Amanda Enterprise 2.6 Software
# 1  
Old 09-17-2008
Sun Fire X4540 Server as Backup Server for Zmanda's Amanda Enterprise 2.6 Software

You can quickly configure the Sun Fire X4540 server as a backup server for Zmanda's Amanda Enterprise Edition software.

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

3 More Discussions You Might Find Interesting

1. Solaris

Solaris 10 1/13 & Sun Fire V490 Server

Hi Solaris/Unix Experts, I've installed Oracle Solaris 10 1/13 on a Sun Fire V490 Server via its external Serial Port using a Cisco Console Cable connected to my Laptop PC running SecureCRT terminal emulation software emulating VT100 Terminal. The Sun Fire V490 server has two on-board... (1 Reply)
Discussion started by: ssabet
1 Replies

2. Solaris

Help with Solaris 8 10/00 Installation on Sun Fire V490 Server

cat note Hi Sun Solaris Experts, When I try to install Solaris 8 10/00 OS via the Solaris 8 Installation Disk on our Sun Fire V490 Server using the command , I get: boot: cannot open kernel/sparcv9/unix which means it can't find the unix kernel file on the installation disk . By the way, I... (5 Replies)
Discussion started by: ssabet
5 Replies

3. Solaris

Sun Fire X4540 in a reboot cycle

So I have a lot of equipment in San Diego racks and there was a recent county-wide black out. Our data racks are supposedly on diesel generators. Most everything made it through the outage just fine without any issue. But for whatever reason, one of our X4540's developed a quirky habit of... (3 Replies)
Discussion started by: genkuro
3 Replies
Login or Register to Ask a Question
AMRAW(8)						  System Administration Commands						  AMRAW(8)

NAME
amraw - Amanda Application open and read data DESCRIPTION
Amraw is an Amanda Application API script. It should not be run by users directly. It uses dd to backup and restore data. Amraw can backup only one directory entry, it can be a single file, a raw device, anything that amanda can open and read. The diskdevice in the disklist (DLE) must be the filename amraw open and read. Restore is done in place, an open is done and the data is written to it. A file owned by root and permission 0600 is create if the directory entry doesn't exist before the restore. Only full backup is allowed PROPERTIES
This section lists the properties that control amgtar's functionality. See amanda-applications(7) for information on application properties and how they are configured. DIRECTORY Used only for restore command, can be a device name or file, the data will be restored to it. EXAMPLE
define application-tool app_amraw { plugin "amraw" } A dumptype using this application might look like: define dumptype amraw { global program "APPLICATION" application "app_amraw" } Note that the program parameter must be set to "APPLICATION" to use the application parameter. SEE ALSO
amanda(8), amanda.conf(5), amanda-applications(7) The Amanda Wiki: : http://wiki.zmanda.com/ AUTHOR
Jean-Louis Martineau <martineau@zmanda.com> Zmanda, Inc. (http://www.zmanda.com) Amanda 3.3.3 01/10/2013 AMRAW(8)