- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: environment setting
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
07-17-2002 07:07 AM
07-17-2002 07:07 AM
HP-UX aquila B.10.20 U 9000/869 (ttyp1)
login: tsim
password:xxxx
[SMD1:/home/tsim]>
After the cold-install to HP-UX 11, when I log on to the system, I was only allow to login as root, but not tsim. When I login as tsim,
login: tsim
Password: xxxx
Login incorrect
login:
Is there any scripts at all or something I can use to recreate the old environment setting, such as login as tsim, do a su - oracle and do a cd $ORACLE_HOME, svrmgrl, etc.?
Where can I find "those" files in another similar server B and do a rcp to this server A?
Please help. Thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2002 07:09 AM
07-17-2002 07:09 AM
SolutionHTH
mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2002 07:12 AM
07-17-2002 07:12 AM
Re: environment setting
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2002 07:13 AM
07-17-2002 07:13 AM
Re: environment setting
Do you have a backup on tape of your old environment settings for your user? You could recreate the user then restore all his settings in his /home/tsim/.profile
HTH
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2002 07:13 AM
07-17-2002 07:13 AM
Re: environment setting
Sandip
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2002 07:13 AM
07-17-2002 07:13 AM
Re: environment setting
If you have a backup of /home, then you can restore /home/tsim.
You will then need to create an entry in /etc/passwd for tsim.
-- Rod Hills
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2002 07:18 AM
07-17-2002 07:18 AM
Re: environment setting
restore /etc/passwd, /etc/group and /etc/profile from the old backup.
regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2002 07:22 AM
07-17-2002 07:22 AM
Re: environment setting
Genrally the env is set by the .profile file which is excuted in the home directory of the user , ie su - tsim will take you to the home directory of the user , than you can ftp or copy .rpofle from there to the user.
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2002 07:26 AM
07-17-2002 07:26 AM
Re: environment setting
from NIS_CLIENT="1" to NIS_CLIENT="0". Now I am able to ping localhost, and loopback, but I cannot login as tsim anymore, except as root.
What's going on here?