Unix Technical Forum

SEO

vBulletin Search Engine Optimization


Go Back   Unix Technical Forum > Unix Operating Systems > Sco Unix

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 04-29-2008, 02:39 PM
Junior Member
 
Join Date: Apr 2008
Posts: 9
Default Environmental Settings

Dear All,

Dear All,

I need help. We migrated from Sco UNIX OpenServer 5.0 and Informix-4gl 7.20 to Sco UNIX Open Server 6.0 and Informix-4gl 7.32.The following are environment parameters. Could any help set the correct parameters ?

export DBSCREENOUT

HOME=/srs-prps/ppsys;export HOME

[ -d /usr/local/bin -a -x /usr/local/bin ] && PATH=$PATH:/usr/local/bin

# use default system file creation mask

[ $TERM = "at386-ie" ] && TERM="ansi"


eval `tset -m at386-ie:at386 -m vt100:vt100 -m ansi:${TERM:-ansi} -m :\?${TERM:-ansi} -e -r -s -Q`

/usr/bin/prwarn # issue a warning if password due to expire

stty erase ^h
stty erase ^H
stty intr ^C
stty intr
stty erase
##stty ispeed 38400 ospeed 38400
alias dbg='debug -ic'

DBPATH=/srs-prps/ppsys/phaseI;export DBPATH
PATH=/osr5/usr/ccs/bin:/osr5/usr/bin:/osr5/usr/ccs/lib:/osr5/usr/lib:/osr5/usr/include:/osr5/bin:$PATH:$HOME/phaseI/bin:. #set
command search path
MAIL=/usr/spool/mail/`logname` # mailbox location
export MAIL
INFORMIXDIR=/u/informix;export INFORMIXDIR
INFORMIXSERVER=mainsrvr;export INFORMIXSERVER
TERMCAP=/u/informix/etc/termcap; export TERMCAP
INFORMIXTERM=termcap;export INFORMIXTERM
INFORMIXSQLHOSTS=/u/informix/etc/sqlhosts; export INFORMIXSQLHOSTS
LD_LIBRARY_PATH=$INFORMIXDIR/lib:$INFORMIXDIR/lib/esql:$INFORMIXDIR/lib/tools
export LD_LIBRARY_PATH
SQLEXEC=$INFORMIXDIR/lib/sqlrm;export SQLEXEC
PATH=$PATH:$INFORMIXDIR/bin:$INFORMIXDIR/incl/tools; export PATH


Thanking you in advance.


Bye


Felix Mwango Mutale
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 08:56 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62