- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Sam displaying
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-22-2003 07:06 AM
01-22-2003 07:06 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2003 07:25 AM
01-22-2003 07:25 AM
Solution- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2003 08:54 AM
01-22-2003 08:54 AM
Re: Sam displaying
if [ "$TERM" = "" -o "$TERM" = "hp" ]
then
eval ` tset -h -s -Q `
else
eval ` tset -s -Q `
fi
stty erase "^H" kill "^U" intr "^C" eof "^D"
stty hupcl ixon ixoff
tabs
echo
echo "Value of TERM has been set to \"$TERM\". "
export TERM
mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2003 01:30 AM
01-29-2003 01:30 AM
Re: Sam displaying
From there on, i had troubles displaying the CDE, getting the error message "Couldn't initialize the desktop message system and connect to it. Take a look to your $HOME/.dt/errorlog for more information" at the start of Sam, and then i have no choice but to disconnect. There seems to be troubles with ToolTalk, and i have to precise that i first tried to change the ip using Sam, which may have caused problems. Could anyone explain me where or how these displaying troubles occur when changing the ip, and how to handle them?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2003 01:39 AM
01-29-2003 01:39 AM
Re: Sam displaying
Like the Xmanager.
http://download.com.com/3000-2340-6128455.html?tag=list
Install it.
run XManager
you will receive xdmcp broadcasts from the unix servers that are running CDE.
Then you can login into the appropriate server.
Then do a
$DISPPLAY=
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2003 05:27 AM
01-29-2003 05:27 AM
Re: Sam displaying
SAM (and swinstall and other interactive software distributor utilities) are designed to be used with HP terminals and the best emulator is from WRQ called Reflection for HP (aka, Reflection/1 in earlier versions). Using Reflection/1, the PC client runs all the decoration code and only simple text flows back and forth through the telnet connection. This emulator is a true HP terminal emulator (unlike dtterm and even hpterm) in that it handles every feature found in HP terminals over the last decade. (note: Reflection/X is a different product and does not contain an HP terminal emulator, just a VT-style emulator).
Using Reflection/1, you can not only see and use all the function (softkeys) keys, but the alternate character sets for line drawing are displayed correctly. Refelection/1 has numerous color schemes that can be instantly changed, along font scaling (just make the window bigger) without messing up the ROWS and COLUMNS.
The WRQ product can be configured to perform an automatic login with encrypted password storage in less than 30 seconds and the powerful macro capability (using Visual Basic) can create custom menu items like color schemes and window sizes. The latest version of Reflection/1 also supports Secure Shell (Open SSH) as a connection method.
A free alternative (without the VB scripting capability) is QCterm and while the web page talks a lot about the HP 3000, QCterm works as a usable HP terminal emulator (albeit slow, limited scalable fonts and no macro recording method).
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2003 05:33 AM
01-29-2003 05:33 AM
Re: Sam displaying
(and possibly /sbin/set_parms addl_netwrk) to change the local HP-UX system. CDE and Xwindows in general are critcally dependent on correct network values just to get started locally.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2003 11:38 AM
01-31-2003 11:38 AM
Re: Sam displaying
Another way to test this is do a nslookup on both the name and the new IP address and make sure they are what you want to see.
Good luck