- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- SAM GUI FROM CDE
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
01-03-2002 07:50 AM
01-03-2002 07:50 AM
When I try to use the GUI SAM I am able to get the CDE menu bar, I can go into the Application Manager and I can click on System_Admin and the Sam icon comes up, but when I click on that the screen goes back to the menu bar.
I can successfully bring up Sam from the command line.
I suspect my TERM or the .dtprofile or the .profile is not correct.
I am in as root and my term is set to dtterm.
Never seen this before and any/all help is greatly appreciated. Thanks, Andy
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2002 07:55 AM
01-03-2002 07:55 AM
Re: SAM GUI FROM CDE
Try exporting your Display,
export DISPLAY=workstation_ip:0.0
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2002 07:56 AM
01-03-2002 07:56 AM
Solution/etc/dt/appconfig/types/
Replace
- Edit /etc/dt/appconfig/
Locate the Sam action:
ACTION Sam
{
LABEL Sam
TYPE COMMAND
WINDOW_TYPE NO_STDIO
EXEC_STRING /usr/bin/ksh -c ' PATH=/usr/bin/X11:$PATH; ...
}
Correct the line setting PATH:
False: PATH=/usr/bin/X11:$PATH; Correct: PATH=/usr/bin/X11:\$PATH;
After restarting the CDE session you're able to start SAM from the CDE
application manager.
Problem is known as JAGad54229.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2002 08:09 AM
01-03-2002 08:09 AM
Re: SAM GUI FROM CDE
You have required to setup display setting.
try running
export DISPLAY=workstation name:0.0
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2002 08:10 AM
01-03-2002 08:10 AM
Re: SAM GUI FROM CDE
This was the exact problem.
Works fine now! Thanks, Andy