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
05-25-2006 03:49 AM
05-25-2006 03:49 AM
Profile
this is the message i am getting:
userabc@dynomite:/home/userabc> envs
ksh: envs: not found
what could have cause the change. I have verified in SAM that my shellis setup as ksh.
looking forward to hear from you.
thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2006 03:56 AM
05-25-2006 03:56 AM
Re: Profile
If u r a non-root user.This msg might be set by ur root user in motd file..
With Cheers
Arunkumar.B
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2006 04:07 AM
05-25-2006 04:07 AM
Re: Profile
This doesn't look like a shell problem to me, but more of a path issue. What do these commands tell you:
find / -name envs
echo $PATH
Nicolas.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2006 04:08 AM
05-25-2006 04:08 AM
Re: Profile
Do a "alias" command to see if your system administrator tried to alias the name.
HTH
-- Rod Hills
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2006 04:29 AM
05-25-2006 04:29 AM
Re: Profile
find / -name envs
.
.
find: cannot open /tmp/tmpdepot/depot/PHKL_33408
find: cannot open /tmp/tmpdepot/depot/PHKL_27096
find: cannot open /tmp/tmpdepot/depot/PHKL_31993
find: cannot open /tmp/tmpdepot/depot/PHKL_32061
find: cannot open /tmp/tmpdepot/depot/PHNE_28888
find: cannot open /tmp/tmpdepot/depot/PHNE_30661
find: cannot open /tmp/tmpdepot/xdepot/catalog
find: cannot open /tmp/tmpdepot/xdepot/PHSS_30742
find: cannot open /tmp/tmpdepot/xdepot/PHSS_29121
find: cannot open /tmp/tmpdepot/xdepot/BUNDLE
find: cannot open /tmp/tmpdepot/depot6/catalog
find: cannot open /tmp/tmpdepot/depot6/PHCO_33967
find: cannot open /tmp/tmpdepot/depot6/PHKL_33390
find: cannot open /tmp/tmpdepot/depot6/PHNE_33791
find: cannot open /tmp/tmpdepot/depot6/PHSS_30742
.
.
echo $PATH
/usr/bin:/usr/ccs/bin:/usr/contrib/bin:/opt/hparray/bin:/opt/nettladm/bin:/opt/upgrade/bin:/opt/fcms/bin:/opt/pd/bin:/opt/resmon/bin:/opt/gnome/bin:/opt/perf/bin:/
usr/bin/X11:/usr/contrib/bin/X11:/usr/sbin/diag/contrib:/opt/mozilla:/opt/wbem/bin:/opt/wbem/sbin:/o
alias
autoload=typeset -fu
cat=/usr/bin/cat
false=let 0
functions=typeset -f
hash=alias -t -
history=fc -l
integer=typeset -i
nohup=nohup
r=fc -e -
stop=kill -STOP
suspend=kill -STOP $$
true=:
type=whence -v
vi=/usr/bin/vi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2006 04:39 AM
05-25-2006 04:39 AM
Re: Profile
Find the envs file on the system first and ajust your PATH variable accordingly by editing it in .profile.
Nicolas.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2006 04:44 AM
05-25-2006 04:44 AM
Re: Profile
echo $PATH
/usr/bin:/usr/ccs/bin:/usr/contrib/bin:/opt/hparray/bin:/opt/nettladm/bin:/opt/upgrade/bin:/opt/fcms/bin:/opt/pd/bin:/opt/resmon/bin:/opt/gnome/bin:/opt/perf/bin:/usr/bin/X11:/usr/contrib/bi
n/X11:/usr/sbin/diag/contrib:/opt/mozilla:/opt/wbem/bin:/opt/wbem/sbin:/opt/graphics/common/bin:/opt/mx/bin:/opt/perl/bin:/opt/prm/bin:/opt/iexpress/sudo/bin:/usr/:/usr/sbin:/usr/local:/usr/
local/bin:/opt:/opt/iexpress/sudo/bin/sudo:.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2006 06:03 AM
05-25-2006 06:03 AM
Re: Profile
By recreating or moving the file into one of the directories listed in your PATH, you should have no problems.
Nicolas.