- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Login Profiles
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
06-21-2001 03:52 AM
06-21-2001 03:52 AM
There is only one thing I cant get the same.
On the original server, regardless of which user I log in as (even as root) as small scipt is run which sets a few custom variables and echos this back. I cannot find reference to this anywhere.
Eg, for root - the two .profiles are exactly the same (the original HP .profiles).
Is there some other path as well as this that the system runs when a user logs in.
Any help is very greatly appreciated.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2001 04:10 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2001 04:13 AM
06-21-2001 04:13 AM
Re: Login Profiles
CDE could be using the .dtprofile ?
What shell are you using ? do the users have a .cshrc, .kshrc file lurking in their $HOME dirs ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2001 04:32 AM
06-21-2001 04:32 AM
Re: Login Profiles
If you use CDE to login you need to uncomment
a line in .dtprofile to read .profile at login:
DTSOURCEPROFILE=true
Regards,
Herve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2001 06:50 AM
06-21-2001 06:50 AM
Re: Login Profiles
-----------------------------------------------
csh POSIX
system login /etc/csh.login /etc/profile
script
local login $HOME/.login $HOME/.profile
Script
additional $HOME/.cshrc $HOME/.kshrc
----------------------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2001 06:53 AM
06-21-2001 06:53 AM
Re: Login Profiles
It was the /etc/profile file that needed copied over.
Much appreciated