- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Setting env
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2003 05:33 PM
11-16-2003 05:33 PM
Setting env
thanks,
marshal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2003 05:43 PM
11-16-2003 05:43 PM
Re: Setting env
Don't really understand the question, but I assume that you want to add some environment for your informix user.What you have to do is
1. login as
2. vi .profile
3. add the environment that you want at the end of the line. e.g
INFORMIXDIR=/ifmx/informix
For this configuration to take effect you have to logout and login.
Thanks & Regards
Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2003 06:16 PM
11-16-2003 06:16 PM
Re: Setting env
In addition, don't forget to export your new variable:
MYVAR=/informix/informix
export MYVAR
Kind regards,
Zigor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2003 06:18 PM
11-16-2003 06:18 PM
Re: Setting env
for example PATH="$PATH:/usr/lib:/infx/informix"
thanks, marshal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2003 06:26 PM
11-16-2003 06:26 PM
Re: Setting env
It depends, what do you need?
I don't have Informix, but for example in Sybase I need a variable like this:
SYBASE=/sybase
export SYBASE
and many others, so depends what is your need.
Kind regards,
Zigor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2003 06:29 PM
11-16-2003 06:29 PM
Re: Setting env
export INFORMIXDIR
make the entries in .profile to persist entries
Also add the PATH in /etc/PATH or .profile of the user
PATH=$PATH:INFORMIXDIR:INFORMIXDIR/bin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2003 06:34 PM
11-16-2003 06:34 PM
Re: Setting env
PATH=$PATH:$INFORMIXDIR:$INFORMIXDIR/bin