Download Latest Version tpc-c-ifmx.tar.gz (392.7 kB)
Email in envelope

Get an email when there's a new version of IIUG Software Repository

Name Modified Size InfoDownloads / Week
Parent folder
ac_define_dir.m4 2019-06-13 951 Bytes
acconfig.h 2019-06-13 1.1 kB
acinclude.m4 2019-06-13 16.8 kB
acix.m4 2019-06-13 10.7 kB
aclocal.m4 2019-06-13 131.4 kB
acrix.m4 2019-06-13 5.1 kB
AUTHORS 2019-06-13 127 Bytes
ChangeLog 2019-06-13 161 Bytes
commands.c 2019-06-13 19.5 kB
commands.h 2019-06-13 2.4 kB
config.guess 2019-06-13 26.7 kB
config.h.in 2019-06-13 2.6 kB
config.sub 2019-06-13 19.8 kB
configure 2019-06-13 224.2 kB
configure.in 2019-06-13 1.7 kB
COPYING 2019-06-13 18.0 kB
example.rix 2019-06-13 4.0 kB
INSTALL 2019-06-13 2.1 kB
install-sh 2019-06-13 5.6 kB
ltmain.sh 2019-06-13 138.4 kB
Makefile.am 2019-06-13 802 Bytes
Makefile.in 2019-06-13 22.7 kB
missing 2019-06-13 6.5 kB
mkinstalldirs 2019-06-13 722 Bytes
onstat.rix 2019-06-13 7.5 kB
onstat_perms.rix 2019-06-13 2.2 kB
README 2019-06-13 1.1 kB
rix.3 2019-06-13 4.8 kB
rix.c 2019-06-13 15.9 kB
rix.h 2019-06-13 2.6 kB
rix_config.c 2019-06-13 7.2 kB
rix_config.h 2019-06-13 1.5 kB
rixd.5 2019-06-13 4.7 kB
rixd.8 2019-06-13 1.1 kB
rixd.c 2019-06-13 14.9 kB
rixd.h 2019-06-13 1.1 kB
rixnet.c 2019-06-13 2.9 kB
rixnet.h 2019-06-13 1.2 kB
ronstat.1 2019-06-13 1.2 kB
ronstat.c 2019-06-13 4.8 kB
runrix 2019-06-13 324 Bytes
stamp-h.in 2019-06-13 10 Bytes
token.c 2019-06-13 13.2 kB
token.h 2019-06-13 1.8 kB
vector.3 2019-06-13 2.9 kB
vector.c 2019-06-13 8.3 kB
vector.h 2019-06-13 1.4 kB
wotsup.1 2019-06-13 1.1 kB
wotsup.c 2019-06-13 3.4 kB
Totals: 49 Items   769.3 kB 0
RIX - Remote Informix
=====================

ronstat - remote-onstat, executes onstat commands against any instance.
wotsup - one-line status (online, offline, quiescent, etc) for all instances.

Installing
----------

Please see INSTALL for installation instructions, but ...

	./configure
	make
	su -c "make install"

Running
-------

You'll need to add an entry in /etc/services for rix/tcp.

Start the server process on each machine, with:
	/usr/local/sbin/rixd rix.rix

where, rix.rix, is the config-file created by configure.

Try it out:
	ronstat <dbserver> -p


What does it do ?
-----------------

o	Allows you to run onstat commands against instances on remote hosts.

o	Allows you to run onstat commands when your environment is otherwise
	incorrect.

o	Allows you to specify permissions on a per instance/command/user@host
	basis. eg, you could allow developers to execute "onmode -z" without
	them needing to su to informix. Or stop people executing "onstat -z"'s
	willy-nilly.

What doesn't it do ?
--------------------

o	Run interactive commands - eg, ontape.

o	Work on M$-Windows.

Source: README, updated 2019-06-13