- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Configuration dtterm
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
03-21-2001 02:43 AM
03-21-2001 02:43 AM
I have some problems with the configuration of the dtterm. Let me explain:
1) User root
2) In the $HOME/.profile: export myssytem=`uname -nrs`
When I use the next cmd: dtterm -title "$mysystem"
I get a new dtterm with title "HP-UX systemnname B.11.00"
I want these settings for default, so I changed $HOME/.Xdefaults. added *Title : "$mysystem".
Logoff and logon, start a dterm from the frontpanel. The Title is changed in "$mysystem" !! and not the value of that variable !
Is it a bug..? or do I something wrong ?
Marcel
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2001 02:45 AM
03-21-2001 02:45 AM
Re: Configuration dtterm
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2001 02:52 AM
03-21-2001 02:52 AM
Re: Configuration dtterm
I'm sure my .profile is read, because when I used the command dterm -title "$mysystem" it works fine.
When I change the .Xdefaults as you said, I only change the title of a dterm and not others. I already tried, no succes !
Evereything would be read as a string.
Marcel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2001 03:21 AM
03-21-2001 03:21 AM
SolutionThere is a man page 5 for dtterm. There the escape sequencese explained.
I found the following:export title=hello
echo "\033]2;$title\007"
this works for $myststem too I just tried ... I'd try to incorporate this into a script rather than the resource route ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2001 05:17 AM
03-21-2001 05:17 AM
Re: Configuration dtterm
I saw this solution,but is this the normal way?
This is what I did, after your answer:
In the /etc/profile:
export mysystem=`uname -nrs`
echo "\033]2;$mysystem\007"
I removed the *Title in the .Xdefaults.
Greetings, Marcel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2001 06:28 AM
03-21-2001 06:28 AM
Re: Configuration dtterm
...jcd...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2001 07:10 AM
03-21-2001 07:10 AM
Re: Configuration dtterm
/etc/dt/config/C/sys.resource
*loginShell:true
That makes your entire system ignore the x stuff and use .profile You can also uncomment the same line in .Xdefaults
I'm not sure if that will help in your case, but the ps1, 2 and 3 as well as all your other variables will now work correctly.
Brian.
Brian