HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: dthello substitution after trusted conversion
Operating System - HP-UX
1832951
Members
2746
Online
110048
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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-26-2005 09:39 PM
05-26-2005 09:39 PM
I have an A180 that displayed the contents of /etc/motd to CDE dtlogin users through a script in /etc/dt/config/Xsession.d that runs the routinely-found;
dtstart+hello[0]="/usr/dt/bin/dthello -file /etc/motd &"
This worked fine. Logins would be greeted with the contents of /etc/motd.
However the workstation has been converted to a Trusted system, and now /etc/copyright is displayed, at the expense of /etc/motd.
My startlog shows the /etc/dt/config/Xsession.d being sourced, but ends with;
--- starting /usr/dt/bin/dthello -file /etc/copyright
However for the life of me I can't see what script or config file is being sourced/executed to have dthello run with /etc/copyright.
Any clues anyone?
dtstart+hello[0]="/usr/dt/bin/dthello -file /etc/motd &"
This worked fine. Logins would be greeted with the contents of /etc/motd.
However the workstation has been converted to a Trusted system, and now /etc/copyright is displayed, at the expense of /etc/motd.
My startlog shows the /etc/dt/config/Xsession.d being sourced, but ends with;
--- starting /usr/dt/bin/dthello -file /etc/copyright
However for the life of me I can't see what script or config file is being sourced/executed to have dthello run with /etc/copyright.
Any clues anyone?
Solved! Go to Solution.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2005 10:06 PM
05-26-2005 10:06 PM
Solution
Try adding the following to your Xsession.d script :
dtstart_hello_info[0]="$DT_BINPATH/dthello -file $INFO_PATH -file /etc/motd &"
Xsession sets two values that can be used by dthello.
dtstart_hello[0]="$DT_BINPATH/dthello &"
dtstart_hello_info[0]="$DT_BINPATH/dthello -file $INFO_PATH -file
/etc/copyright &"
then later checks to see if the system is trusted by checking for
$INFO_PATH:
dtstart_hello_info[0]="$DT_BINPATH/dthello -file $INFO_PATH -file /etc/motd &"
Xsession sets two values that can be used by dthello.
dtstart_hello[0]="$DT_BINPATH/dthello &"
dtstart_hello_info[0]="$DT_BINPATH/dthello -file $INFO_PATH -file
/etc/copyright &"
then later checks to see if the system is trusted by checking for
$INFO_PATH:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2005 11:42 PM
05-26-2005 11:42 PM
Re: dthello substitution after trusted conversion
Worked first time Alex. 10 points I think.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP