HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Can't log-in using CDE on server console !!!
Operating System - HP-UX
1829102
Members
2308
Online
109986
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
06-13-2002 05:47 AM
06-13-2002 05:47 AM
Can't log-in using CDE on server console !!!
Hello,
Can someone pls. help me. I'm new to HPUX and our server has a problem when we log-in on its console using CDE. After we enter the login name and passwd it hungs on the welcome screen. We got some logs using telnet. I attached the log file /var/dt/Xerrors.
Suggestions are very muched appreciated ...
Can someone pls. help me. I'm new to HPUX and our server has a problem when we log-in on its console using CDE. After we enter the login name and passwd it hungs on the welcome screen. We got some logs using telnet. I attached the log file /var/dt/Xerrors.
Suggestions are very muched appreciated ...
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2002 05:54 AM
06-13-2002 05:54 AM
Re: Can't log-in using CDE on server console !!!
Hi
1)vi /etc/dt/config/Xconfig
If not found first
cp /usr/dt/config/Xconfig /etc/dt/config/
2)Uncomment this line
Dtlogin*authorize: False
3)Font Server
CDE includes a small set of fonts and font aliases which are not
part of the standard MIT X distribution. In order for CDE to
function correctly, these fonts must be made available to
X-servers (X-Terminals) displaying CDE.
- ------------------------------------------------------
The simple solution to this problem involves configuring and
running a font-server on the system which is running CDE and
forcing the font server into the X-Server (X-Terminal) font-path.
To do this a few things are required:
A - The font server needs to be configured to include the CDE
fonts in its catalog
EDIT: /etc/X11/fs/config
Append ",/usr/dt/config/xfonts/C" to the end of the
"catalogue = ..." line
EDIT: /etc/rc.config.d/xfs
Set the following variable: "RUN_X_FONT_SERVER=1"
EXECUTE: /sbin/init.d/xfs start
If the font-server is already running, kill it and
restart it.
B - Force CDE to add the font-server to the X-Server font-path
by editing the Xsetup file. (NOTE: This steps REQUIRES
the IP address of the CDE session server. You can get
this information by running: nslookup `hostname`.)
COPY: /usr/dt/config/Xsetup to /etc/dt/config/Xsetup
EDIT: /etc/dt/config/Xsetup
Add the following line to /etc/dt/config/Xsetup replacing
"IPADDRESS" with the IP address of the server as returned
from "nslookup `hostname`":
$XDIR/xset fp+ tcp/IPADDRESS:7000 1>/dev/null
4)restart the cde
/sbin/rc3.d/S990dtlogin.rc stop
/sbin/rc3.d/S990dtlogin.rc start
5)try again
steve steel
1)vi /etc/dt/config/Xconfig
If not found first
cp /usr/dt/config/Xconfig /etc/dt/config/
2)Uncomment this line
Dtlogin*authorize: False
3)Font Server
CDE includes a small set of fonts and font aliases which are not
part of the standard MIT X distribution. In order for CDE to
function correctly, these fonts must be made available to
X-servers (X-Terminals) displaying CDE.
- ------------------------------------------------------
The simple solution to this problem involves configuring and
running a font-server on the system which is running CDE and
forcing the font server into the X-Server (X-Terminal) font-path.
To do this a few things are required:
A - The font server needs to be configured to include the CDE
fonts in its catalog
EDIT: /etc/X11/fs/config
Append ",/usr/dt/config/xfonts/C" to the end of the
"catalogue = ..." line
EDIT: /etc/rc.config.d/xfs
Set the following variable: "RUN_X_FONT_SERVER=1"
EXECUTE: /sbin/init.d/xfs start
If the font-server is already running, kill it and
restart it.
B - Force CDE to add the font-server to the X-Server font-path
by editing the Xsetup file. (NOTE: This steps REQUIRES
the IP address of the CDE session server. You can get
this information by running: nslookup `hostname`.)
COPY: /usr/dt/config/Xsetup to /etc/dt/config/Xsetup
EDIT: /etc/dt/config/Xsetup
Add the following line to /etc/dt/config/Xsetup replacing
"IPADDRESS" with the IP address of the server as returned
from "nslookup `hostname`":
$XDIR/xset fp+ tcp/IPADDRESS:7000 1>/dev/null
4)restart the cde
/sbin/rc3.d/S990dtlogin.rc stop
/sbin/rc3.d/S990dtlogin.rc start
5)try again
steve steel
If you want truly to understand something, try to change it. (Kurt Lewin)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2002 07:04 AM
06-13-2002 07:04 AM
Re: Can't log-in using CDE on server console !!!
Hi
On the CDE login screen is a "drop down" menu called "Options". In this menu is a submenu called "Session". From this you can select "Failsafe session". This start another type of session (not CDE, I think it is caled "xsession"). If there is problem with CDE you can mostly log in using this "Failsafe session". This is not a solution of the original problem but it can help you log in at the console in such situation.
On the CDE login screen is a "drop down" menu called "Options". In this menu is a submenu called "Session". From this you can select "Failsafe session". This start another type of session (not CDE, I think it is caled "xsession"). If there is problem with CDE you can mostly log in using this "Failsafe session". This is not a solution of the original problem but it can help you log in at the console in such situation.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2002 07:11 AM
06-13-2002 07:11 AM
Re: Can't log-in using CDE on server console !!!
Thanks for your reply Steve I will try this first and inform you if it worked then I will assign the points.
Leif,
We need to run CDE on the server console because we need to load our openview NNM there. Anyways thanks for your relpy
Leif,
We need to run CDE on the server console because we need to load our openview NNM there. Anyways thanks for your relpy
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP