Exceed Login


 
Thread Tools Search this Thread
Operating Systems HP-UX Exceed Login
# 1  
Old 05-31-2006
Question Exceed Login

I have a number of systems running 11i and 10.2. I need to log in using Exceed V8.0. On all systems, except one, I get the HP CDE screen asking for USER name and password. Upon entering the information, the screen goes away and comes back with the same HP CDE screen, asking again. I have one system that I can successfully log into and contine with the normal screen where I can open a terminal. I have compared all the files I know of concerning log in and X11. I'm stumped. Any suggestions would be greatly appreciated. OT
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Help with Exceed

Hi, I need help with operating exceed from a local computer to a solaris machine using putty. putty - version 60 Hummingbird Xserver for win 32 version 7.1.0.0 Communication mode is set to 'passive' in exceed Following are the steps that I followed Start 'Exceed' Opened putty... (7 Replies)
Discussion started by: Jaguar_eyes
7 Replies

2. Solaris

exceed display

PC: WinXP professional 2002, sp2 when i tried to use XDMCP Brodcast, it's not displaying any ip's and when i used XDMCP Query by giving the ip address, i couldn't see any display. In the task manager it's showing the exe as running. what could be the problem? (3 Replies)
Discussion started by: satish@123
3 Replies

3. Solaris

Exceed on Vista ?

Hi there, I have a copy of Exceed 7.0, which I use on my Win XP pro machine to get access to the Solaris CDE, but this version will not run on my Vista laptop. Do I need to get the very latest version of Exceed to run on Vista ? or is there an interim version which I might find on Ebay ? ... (2 Replies)
Discussion started by: Freddo_21
2 Replies

4. UNIX for Advanced & Expert Users

Problem with using Exceed

Hi Gurus I am facing problem in using Exceed to connect to one HP Ux server. I used Exceed (XDMCP-Broadcast) but can't see the IP address of the server I want to connect to. What could be the reason for this ? (Network Connectivity is fine as I can connect using telnet) Then I used Client... (2 Replies)
Discussion started by: Amardeep
2 Replies

5. Windows & DOS: Issues & Discussions

Exceed On Demand Issue

I have Exceed on Demand V3.2 (I know it's older). I have multiple monitors at my desk and can move the x-windows across both monitors but can only type in monitor(A). I can resize windows in both monitors(A & B) and can clearly tell "window focus" is gained in the window for the monitor(B) for... (2 Replies)
Discussion started by: rcarnesiii
2 Replies

6. HP-UX

Exceed or X-Manager for login

Hi, I have a HP-UX 11.11 server right now we are using putty for login by SSH now we want to the upgrade the Oracle of this server for that we need the connectivity through (Exceed or X-Manager) for GUI. Somebody please help me how can we connect this server by Exceed or X-Manager Thanks... (0 Replies)
Discussion started by: bhupals
0 Replies

7. HP-UX

Unable to connect to HP-UX 11.11 via eXceed 7.1

Hello HP-UX Gurus, I am having issues trying to start an x-session via eXceed 7.1. When I bring up eXceed via XDMCP Braodcast I see the host name and IP Address but when I try to connect the X window does not come up. I made the modification to the following file “/etc/dt/config/Xaccess”... (2 Replies)
Discussion started by: smokie
2 Replies

8. UNIX for Dummies Questions & Answers

Telnet/Exceed

I wanted to know difference between Telnet/Hummingbird- Exceed/FTP. THe reason why i asked the question b'coz i have three cad systems & two are in windows environment & one in unix I wanted to put all three into network & share the data. Which software you wanted to purchase & how could i... (1 Reply)
Discussion started by: kar1
1 Replies

9. UNIX for Advanced & Expert Users

Exceed

Does anyone know how to get exceed to bring up the CDE in Windows. I have been trying and only get the telnet to come up. (2 Replies)
Discussion started by: aojmoj
2 Replies

10. UNIX for Dummies Questions & Answers

Exceed subsitutions?

Does anyone know if there any application perform better than Exceed? It seems some video card doesn't support Exceed. thx (1 Reply)
Discussion started by: E-Quality
1 Replies
Login or Register to Ask a Question
dtappsession(1) 						   User Commands						   dtappsession(1)

NAME
dtappsession - start a new Application Manager session SYNOPSIS
/usr/dt/bin/dtappsession [hostname] DESCRIPTION
dtappsession is a specialized version of the Xsession shell script. It is an alternative to using the CDE remote login that allows you to access a remote host without logging out of your current CDE session. dtappsession starts a new instance of the CDE Application Manager in its own ToolTalkTM session. It can be used to remotely display the Application Manager back to your local display after logging in to a remote host with the rlogin(1) command. A new, independent instance of ttsession(1) starts a simple session management window. This window displays the title remote_hostname: Remote Administration where remote_hostname is the system that is being accessed. The window also displays an Exit button. Clicking Exit terminates the ToolTalk session and all windows that are part of the session. The Application Manager that is displayed can be used to start remote CDE actions to run in this session. Exiting the Application Manager does not terminate the session, and it is not recommended. Clicking Exit is the recommended way to end the session. To avoid confusing the remote CDE applications with local ones, it is recommended that a new CDE workspace be created for clients in the remote session. The hostname is not needed when the DISPLAY environment variable is set to the local hostname on the remote host. On a system that is configured with Trusted Extensions, dtappsession can be used for remote administration by administrative roles that have the ability to log in to the remote host. dtappsession does not require any privilege, and it does not need to run on a system that is configured with Trusted Extensions. When installed in /usr/dt/bin on a Solaris system, along with the startApp.ds file, dtappsession can be used to administer the remote Solaris system from a local system that is configured with Trusted Extensions. However, in this case, the CDE workspace that is used for remote display must be a normal workspace, rather than a role workspace. EXAMPLES
Example 1 Remote Login and dtappsession After creating a new CDE workspace, type the following in a terminal window: # rlogin remote_hostname password: /*type the remote password*/ # dtappsession local_hostname /* on the remote host */ FILES
/usr/dt/bin/startApp.ds dt Korn shell script for session manager window ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWdttsu | +-----------------------------+-----------------------------+ |Interface Stability |Committed | +-----------------------------+-----------------------------+ BUGS
X11/CDE applications that do not register with the ToolTalk session manager will not exit automatically when the session is terminated. Such applications must be explicitly terminated. SEE ALSO
dtfile(1), rlogin(1), ttsession(1), attributes(5) Chapter 14, Remote Administration in Trusted Extensions (Tasks), in Solaris Trusted Extensions Administrator's Procedures NOTES
The functionality described on this manual page is available only if the system is configured with Trusted Extensions. SunOS 5.11 15 Aug 2005 dtappsession(1)