- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Running Program at CDE Session Startup
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
11-05-2003 01:55 AM
11-05-2003 01:55 AM
Can anyone help me?
Thanks in advance.
Stefano
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2003 01:58 AM
11-05-2003 01:58 AM
Re: Running Program at CDE Session Startup
You can add that at then end of the users .dtprofile.
HTH,
Umapathy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2003 02:12 AM
11-05-2003 02:12 AM
Re: Running Program at CDE Session Startup
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2003 02:19 AM
11-05-2003 02:19 AM
Re: Running Program at CDE Session Startup
My program have to run at CDE Session Startup so isn't important who is logging to workstation but is important that my program run after a generic user is logged on.
SOLARIS offers a /usr/dt/config/sessionetc file in which is possibile to insert a command to execute at CDE Session Startup.
Isn't there a same thing in HP-UX?
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2003 08:46 AM
11-07-2003 08:46 AM
SolutionRather than /usr/dt/config/sessionetc, you can create script files in the /etc/dt/config/Xsession.d directory. They will each be run by dtsession for all users.
You can also use a ~/.dt/sessions/sessionetc file in specific user's directories to run commands.
Be careful about running commands that will be automatically restarted by the session manager. That could cause multiple copies to run, adding an additional copy for each login.
These are discussed in "man dtsession" and in the "Common Desktop Environment: Advanced User's and System Administrator's Guide" at-
http://www.docs.hp.com./hpux/onlinedocs/B1171-90162/B1171-90162.html