Download List

Project Description

Sybadmin is a set of bash scripts which could be
useful for the administration of a Sybase ASE
server. These scripts should help you perform such
activities as backing up databases or
transaction logs, saving vital server
information (e.g. devices and logins), checking
database consistency with dbcc commands, and
checking database usage.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2003-10-14 15:46
0.5

dbcc_all.sh was modified such that the -daily
parameter was changed to -extra. The order of the
<normal> and <extra> commands in
"dbcc.<server>.cfg" configuration file was
changed. The bcpout.sh script was added, which
allows you to make "bcp out" for multiple tables
in one command. Sample configuration files are now
included in the archive (in the "etc"
subdirectory).
Tags: Minor feature enhancements

2003-09-15 18:09
0.4.1

The target directory was changed to avoid the
conflicts that can sometimes occur between dump
processes while accessing $SYBADMIN/dump/work.
Now, when "dumpdb_all.sh" or "dumptran_all.sh" are
called, a unique directory is created and used for
dumps. The default target directory for
"dumpdb.sh" and "dumptran.sh" has not changed.
Tags: Minor bugfixes

2003-09-13 23:26
0.4

A new script, "updatestats_all.sh", was added:
update statistics for databases/tables specified
in config file. "dumpdb.sh" now adds "create/alter
database for load" commands in the
"load_database.sql" script for proper database
fragments creation.
Tags: Minor feature enhancements

2003-08-21 11:41
0.3

An updatestats.sh script was added, which
updates statistics on a given database or
tables. The log can now be truncated when
dumptran.sh is started from a terminal.
Tags: Minor feature enhancements

2003-08-19 14:17
0.2

This release adds support for server-specific configuration files for
"*_all.sh" scripts, to allow different dump/dbcc behavior for each
server.
Tags: Minor feature enhancements

Project Resources