- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- What is dtexec process ?
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
12-02-2003 12:04 AM
12-02-2003 12:04 AM
I would like to know what is dtexec process (/usr/dt/bin/dtexec) and which is its purpose.
Thanks
Laurent
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2003 12:06 AM
12-02-2003 12:06 AM
Re: What is dtexec process ?
DESCRIPTION
CDE uses the dtexec utility to execute COMMAND actions. In normal
usage, CDE automatically invokes dtexec when it is needed. CDE users
and administrators do not need to interact directly with dtexec.
The primary argument for dtexec is the name of a command to execute
and any command-line options or arguments for that command. There are
several important services that dtexec provides for the commands that
it executes. These services are controlled via the options specified
in the ``OPTIONS'' section in this document.
Massimo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2003 12:07 AM
12-02-2003 12:07 AM
Re: What is dtexec process ?
Did you read 'man dtexec' ? Or you need deeper explanation ?
Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2003 12:24 AM
12-02-2003 12:24 AM
Re: What is dtexec process ?
I have always the message :
Warning: Select failed; error code 9
This message could be written by dtexec process.
That's why i would like to have more information about dtexec and how to check if it is this process which is the cause of error message.
Laurent
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2003 12:46 AM
12-02-2003 12:46 AM
SolutionError 9 in hp-ux is "Bad File Number". Is the oracle user currently logged in using CDE ? If not, kill all dt processes belonging to this UID. Perhaps it could also be a problem related to maxfiles (maximum open files per user) which would prevent oracle user to open enough files for CDE.
Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2003 12:57 AM
12-02-2003 12:57 AM
Re: What is dtexec process ?
APPLICATION USAGE
Normally, application programs do not directly invoke this program.
Normally, an application program links with the action service, which
then invokes dtexec as needed. Applications should use the waitTime
resource to configure the value of the -open_option and the DtexecPath
resource to configure the location of dtexec.
If cmd writes to stderr, the error messages are time stamped and
redirected to the user's errorlog file ($HOME/.dt/errorlog) when
open_option is 0. If open_option is set otherwise, the error messages
are typically displayed in the terminal window.
So the "Bad file number " may be originated from another program, associated with the DT desktop.
Massimo