DevTech101

DevTech101

Informix

informix smf authorization and service

<?xml version='1.0'?> <!DOCTYPE service_bundle SYSTEM '/usr/share/lib/xml/dtd/service_bundle.dtd.1'> <service_bundle type='manifest' name='export'>   <service name='application/informix' type='service' version='0'>     <create_default_instance enabled='true'/>     <single_instance/>     <dependency name='multi-user-server' grouping='require_any' restart_on='error' type='service'>       <service_fmri value='svc:/milestone/multi-user-server:default'/>     </dependency>     <exec_method name='start' type='method' exec='/usr/informix/bin/oninit -v' timeout_seconds='600'>       <method_context>         <method_credential user='informix' group='informix'/>           <method_environment>             <envvar name='INFORMIXDIR' value='/usr/informix' />             <envvar name='INFORMIXSERVER' value='devtech101prod4' /> …

informix smf authorization and service Read More »

Veritas Volume Manager / cluster server (now called InfoScale Availability Suite) Configuration

Installing and configuring VCS/VXvM two node cluster The application example below uses IBM Informix DB server Hardware System installation Note: The Below example uses 2 Sun fire M5000 servers for the hardware. For the full XSCF configuration click here. IP and FC port Layout Below is an example of the Network and Fiber Channel layout. …

Veritas Volume Manager / cluster server (now called InfoScale Availability Suite) Configuration Read More »

Compiling DBD driver for informix

Contents 1 DBD::Informix Install Procedure 1.1 General Information 1.2 Informix Client SDK Download Info 1.3 Misc Links 1.4 Environment Information 1.5 Build Procedure DBD::Informix Install Procedure General Information The majority of the procedure must run as user informix. Only the make install runs as root. Make sure that the IP/hostname of the build server is …

Compiling DBD driver for informix Read More »

Sun Web Server 7 PHP-PDO Oracle – Informix extension installation and configuration

Note: The PHP plug we use on the intranet today taken from here and here, will not work with Informix-PDO Because it was compiled with Thread Safety: Enabled and Informix-PDO compiles with Thread Safety: Disabled causing a mismatch Contents 1 Sun Web Server PHP installation 2 Oracle PHP-PDO installation 3 Informix PHP-PDO installation 4 Cool …

Sun Web Server 7 PHP-PDO Oracle – Informix extension installation and configuration Read More »