- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- how should i remove/delete environments
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
Discussions
Discussions
Discussions
Forums
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
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
тАО02-11-2010 08:15 PM
тАО02-11-2010 08:15 PM
I have environments which were set through CLI
$export .....
I havent configured .bash_profile file, my environments just for this session for now.
Now i need to remove/delete one of the environments. there is not man for export, i couldnt find in other manuals syntax of export.
Would you explain, how can i remove/delete environments with CLI.
Regards,
rustam
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-11-2010 08:25 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-11-2010 08:32 PM
тАО02-11-2010 08:32 PM
Re: how should i remove/delete environments
i could delete. and now i know this useful command. by the way, i have these environments:
ORACLE_HOME="/u01/app/oracle/product/10.2.0/db_1"
ORACLE_SID="test"
when i typed
$echo ORACLE_HOME
i got
ORACLE_HOME
but not value of ORACLE_HOME
the same with ORACLE_SID
$echo ORACLE_SID
ORACLE_SID
is it wrong?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-11-2010 08:35 PM
тАО02-11-2010 08:35 PM
Re: how should i remove/delete environments
BR,
Kapil+
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-11-2010 08:39 PM
тАО02-11-2010 08:39 PM
Re: how should i remove/delete environments
echo $ME
or
echo ${ME}
The export and unset command do NOT require the $ though.
The bash man page contains information on the export and unset commands (or more accurately shell built-ins).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-11-2010 08:39 PM
тАО02-11-2010 08:39 PM
Re: how should i remove/delete environments
man
Look for "parameter" and/or "variable".
> when i typed
> $echo ORACLE_HOME
> i got
> ORACLE_HOME
> but not value of ORACLE_HOME
man
Look for "parameter" and/or "variable".
In the mean time, ...
echo $ORACLE_HOME
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-11-2010 08:46 PM
тАО02-11-2010 08:46 PM
Re: how should i remove/delete environments
# export TERM=vt100
# echo $TERM
http://www.injunea.demon.co.uk/pages/page207.htm
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-17-2010 02:36 AM
тАО02-17-2010 02:36 AM
Re: how should i remove/delete environments
I could and read a lot about environments. Later i will come back this thread to discussing about .profile for static environments.
Regards,
Rustam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-17-2010 06:38 AM
тАО02-17-2010 06:38 AM
Re: how should i remove/delete environments
> to discussing about .profile for static
> environments.
If you have a different topic, why not start
a different thread? The cost is low.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-17-2010 08:39 AM
тАО02-17-2010 08:39 AM
Re: how should i remove/delete environments
There are a lot of scripts to help manage environments, posted to various ITRC threads.
There are helpful tools that can assist the learning process and possibly resolve your issue.
Example thread with good stuff:
http://forums13.itrc.hp.com/service/forums/questionanswer.do?threadId=178514
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-18-2010 09:42 PM
тАО02-18-2010 09:42 PM
Re: how should i remove/delete environments
1. Thanks, Steven. Yeah, i will open new thread soon and will disscuss about it.
2. Thanks, SEP. Great thread, hope to find many useful scripts for myself.
Regards,
Rustam