Resource Simulator for IBM Systems Director Data Model


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News Resource Simulator for IBM Systems Director Data Model
# 1  
Old 11-25-2008
Resource Simulator for IBM Systems Director Data Model

An extension for IBM Systems Director whose commands can simulate and manipulate resources according to the IBM Systems Director data model. (NEW: 11/25/2008 in eclipse)

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. AIX

IBM Systems Director

dears is IBM Systems Director free to downlad and install or i must pay to have this application? (2 Replies)
Discussion started by: thecobra151
2 Replies

2. AIX

IBM System Director Installation

Anyone has installed IBM System Director? May I have the procedures manual or any experiences can be shared? (1 Reply)
Discussion started by: kwliew999
1 Replies

3. AIX

IBM System Director

Is IBM System Director good for collecting error and notifications from IBM servers such as x3250 x336 etc... or Please give me brief description for the purpose of IBM system Director Thanks in advance (1 Reply)
Discussion started by: Vit0_Corleone
1 Replies

4. AIX

IBM AIX on AS/400 Systems

Sry for my beginner question. I didn't find a list with all supported server types for an AIX 5.3 installation. Unfortunately ibm.com page has problems with the sign in so I can't ask in the ibm foum. Will AIX 5.3 run on a 9402, 9404 or 9406 system? Thanks for your help. (3 Replies)
Discussion started by: analyzer
3 Replies

5. AIX

Does IBM Model No. 7026-6H1 supports AIX 5.3

Hi, I have a IBM box (RS/6000) Model No.7026-6H1, currently running AIX 4.3 and now I want to upgrade in AIX 5.3 version. Please advice Is this model supports the AIX 5.3 version and what precautions we need to take before migration Best Regds Bhupal Singh (3 Replies)
Discussion started by: bhupals
3 Replies

6. AIX

PCI Ethernet NIC's for IBM RISC 600 Model B50

I am trying to locate a non IBM PCI Ethernet card that will work with the Model B50 RISC box. Alternatively, I need to find AIX drivers for standard PCI Ethernet NIC's ?. (0 Replies)
Discussion started by: rahe
0 Replies
Login or Register to Ask a Question
Bacula(8)						      System Manager's Manual							 Bacula(8)

NAME
Bacula - The Network Backup Solution SYNOPSIS
bacula-dir - Director bacula-fd - File daemon or Client bacula-sd - Storage daemon bconsole - Console to control Bacula wx-console - GUI Console DESCRIPTION
Bacula is a set of computer programs that permits you (or the system administrator) to manage backup, recovery, and verification of com- puter data across a network of computers of different kinds. In technical terms, it is a network Client/Server based backup program. Bac- ula is relatively easy to use and efficient, while offering many advanced storage management features that make it easy to find and recover lost or damaged files. Due to its modular design, Bacula is scalable from small single computer systems to systems consisting of hundreds of computers located over a large network. Bacula Director service consists of the program that supervises all the backup, restore, verify and archive operations. The system admin- istrator uses the Bacula Director to schedule backups and to recover files. For more details see the Director Services Daemon Design Docu- ment in the Bacula Developer's Guild. The Director runs as a daemon or a service (i.e. in the background). Bacula Console services is the program that allows the administrator or user to communicate with the Bacula Director (see above). Cur- rently, the Bacula Console is available in two versions. The first and simplest is to run the Console program in a shell window (i.e. TTY interface). Most system administrators will find this completely adequate. The second version is a Qt 4.2 GUI interface named bat that has more features than the bconsole program. Bacula File services (or Client program) is the software program that is installed on the machine to be backed up. It is specific to the operating system on which it runs and is responsible for providing the file attributes and data when requested by the Director. The File services are also responsible for the file system dependent part of restoring the file attributes and data during a recovery operation. For more details see the File Services Daemon Design Document in the Bacula Developer's Guide. This program runs as a daemon on the machine to be backed up, and in some of the documentation, the File daemon is referred to as the Client (for example in Bacula's configura- tion file). In addition to Unix/Linux File daemons, there is a Windows File daemon (normally distributed in binary format). The Windows File daemon runs on all currently known Windows versions (2K, 2003, XP, and Vista). Bacula Storage services consist of the software programs that perform the storage and recovery of the file attributes and data to the phys- ical backup media or volumes. In other words, the Storage daemon is responsible for reading and writing your tapes (or other storage media, e.g. files). For more details see the Storage Services Daemon Design Document in the Bacula Developer's Guide. The Storage ser- vices runs as a daemon on the machine that has the backup device (usually a tape drive). Catalog services are comprised of the software programs responsible for maintaining the file indexes and volume databases for all files backed up. The Catalog services permit the System Administrator or user to quickly locate and restore any desired file. The Catalog ser- vices sets Bacula apart from simple backup programs like tar and bru, because the catalog maintains a record of all Volumes used, all Jobs run, and all Files saved, permitting efficicient restoration and Volume management. Bacula currently supports three different databases, MySQL, PostgreSQL, and SQLite3, one of which must be chosen when building Bacula. OPTIONS
See the HTML/PDF documentation at: <http://www.bacula.org> for details of the command line options. CONFIGURATION
Each daemon has its own configuration file which must be tailored for each particular installation. Please see the HTML/PDF documentation for the details. SEE ALSO
The HTML manual installed on your system (typically found in /usr/share/doc/bacula-<version>) or the online manual at: <http://www.bacula.org> BUGS
See <http://bugs.bacula.org> AUTHOR
Kern Sibbald Current maintainer Kern Sibbald Contributors An enormous list of past and former persons who have devoted their time and energy to this project -- thanks. See the AUTHORS file in the main Bacula source directory. COPYRIGHT
Bacula is distributed under a modified GPL version 2.0, as described in the file LICENSE included with the source distribution. The Network Backup Solution Bacula(8)