- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- CDE Login Gone ?
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
02-26-2002 10:59 AM
02-26-2002 10:59 AM
CDE Login Gone ?
And it jumps between the console and GUI windows.
any help ?
tkb.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2002 11:03 AM
02-26-2002 11:03 AM
Re: CDE Login Gone ?
any error message on console.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2002 12:41 PM
02-26-2002 12:41 PM
Re: CDE Login Gone ?
tkb.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2002 01:48 PM
02-26-2002 01:48 PM
Re: CDE Login Gone ?
# /usr/contrib/bin/X11/dr_dt | more
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2002 02:40 PM
02-26-2002 02:40 PM
Re: CDE Login Gone ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2002 02:49 PM
02-26-2002 02:49 PM
Re: CDE Login Gone ?
Seems like the problem is with your hostname lookup. How did you change your ip. Do a "nslookup" and make sure the ip and hostnames are resolved properly,
nslookup
> server_name
> server_ip_add
> exit
this should be resolved correctly. If there is a problem, you can usr /sbin/set_parms to reconfigure the same,
to configure hostname
/sbin/set_parms hostname
to configure ip address
/sbin/set_parms ip_address
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2002 08:59 PM
02-26-2002 08:59 PM
Re: CDE Login Gone ?
This happens when all the required files which stores system ip addres are partially updated (i.e. some with ip ,some without ip) when you shutdown the system while on uninstalling something.
Solution is to login using command line mode from the CDE login screen (options>command line login>) and run the command
"set_parms initial"
to reconfigure the system with same ip address , subnet mask and gateway details.
-Vijay