- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Root pathing after ignite restore
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
10-05-2004 08:24 AM
10-05-2004 08:24 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2004 08:28 AM
10-05-2004 08:28 AM
Re: Root pathing after ignite restore
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2004 08:31 AM
10-05-2004 08:31 AM
Re: Root pathing after ignite restore
/usr/bin:/usr/ccs/bin:/usr/contrib/bin:/opt/hparray/bin:/opt/nettladm/bin:/opt/u
pgrade/bin:/opt/fcms/bin:/opt/pd/bin:/usr/bin/X11:/usr/contrib/bin/X11:/opt/resm
on/bin:/opt/perf/bin:/opt/prm/bin:/opt/mx/bin:/opt/gnome/bin:/opt/mozilla:/opt/p
erl/bin:/opt/wbem/bin:/opt/wbem/sbin:/opt/ignite/bin:/usr/sbin/diag/contrib:/opt
/graphics/common/bin
Not a lot there!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2004 08:32 AM
10-05-2004 08:32 AM
Re: Root pathing after ignite restore
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2004 08:33 AM
10-05-2004 08:33 AM
Re: Root pathing after ignite restore
This sounds like a definite PATH issue.
Are you able to execute applications if you start them from them local directory using the './'?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2004 08:34 AM
10-05-2004 08:34 AM
Re: Root pathing after ignite restore
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2004 08:34 AM
10-05-2004 08:34 AM
Re: Root pathing after ignite restore
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2004 08:39 AM
10-05-2004 08:39 AM
Solutionadd /usr/sbin to the beginning of the /etc/PATH file, logout and login back again
Can you be bit more specific on for what programs you dont have pathing to ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2004 08:50 AM
10-05-2004 08:50 AM
Re: Root pathing after ignite restore
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2004 09:36 AM
10-05-2004 09:36 AM
Re: Root pathing after ignite restore
'/usr/sbin' is not a standard PATH to be specified in /etc/PATH. I do believe your /etc/PATH got restored correctly.
The most likely possibility is that the home directory of 'root' got changed so it is not executing the standard profile anymore. If you remember the old home of root, then change the password entry to point to the old home. Or go to current home directory of root and add the statement PATH=$PATH:/usr/sbin:$PATH:/sbin:/usr/local/bin to it.
If you don't have a .profile in there, copy one from /usr/newconfig/.profile into the home directory of root.
-Sri