- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- CDE and host IP change
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
06-02-2000 10:06 AM
06-02-2000 10:06 AM
What change needs to be done to CDE for this situation?
Many thanks
Rick
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2000 10:31 AM
06-02-2000 10:31 AM
SolutionTroubleshooting
From the CDE login select Options -> Session -> Failsafe Session and login as root.
Run /usr/contrib/bin/X11/dr_dt. The end of the output from this script says: X ERRORs and X WARNINGs. These errors and warnings should be resolved before CDE will run properly.
Check the error log /var/dt/Xerrors Check the error log $HOME/.dt/errorlog
Compare the startlog $HOME/.dt/startlog against that of a working user or that of a user on a working system. Contents should be similar to the following:
--- /usr/dt/bin/Xsession starting...
--- Xsession started by dtlogin
--- sourcing /root/.dtprofile...
--- sourcing /usr/dt/config/Xsession.d/0010.dtpaths...
--- sourcing /usr/dt/config/Xsession.d/0020.dtims...
--- sourcing /usr/dt/config/Xsession.d/0030.dttmpdir...
--- sourcing /usr/dt/config/Xsession.d/0040.xmbind...
--- sourcing /usr/dt/config/Xsession.d/0060.srcsysenv...
--- starting /usr/dt/bin/dthello &
--- starting /usr/dt/bin/dtsearchpath -ksh
--- starting /usr/dt/bin/dtappgather &
--- execing /usr/dt/bin/dtsession...
If any additional scripts are sourced, check their contents to be sure that the commands they contain can be successfully executed at the command line.
The output from "nslookup
1. duplicate IP addresses or hostnames
2. problems with name resolution.
If nslookup fails then CDE will fail to start. If the first line returned from nslookup is: "Name Server" then you are using DNS. If the name cannot be resolved, move "/etc/resolv.conf" to another name, i.e. /etc/resolv.conf.orig and rerun nslookup. If nslookup now succeeds then try logging into CDE again.
Check permissions and ownership of the following files:
-r--r--r-- 1 bin bin 616 Jul 1 16:03 /etc/hosts
-r--r--r-- 1 root sys 1010 Jun 25 18:22 /var/adm/inetd.sec
If this is happening for a subset of the users, try to identify what might be unique about this user. Check their .profile or .login and any other start-up scripts that they exec (i.e. .kshrc or .cshrc). Check for DISPLAY and ensure that DISPLAY is not being set.
Ensure that the lastest CDE, Xserver and Motif patches are installed.
/usr/sbin/ping
Allow CDE to rebuild it's user configuration:
mv $HOME/.dt $HOME/.dt.orig
mv $HOME/.dtprofile $HOME/.dtprofile.orig
exit (to return to CDE) - try logging in as root.
Berlene
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2000 11:26 AM
06-02-2000 11:26 AM
Re: CDE and host IP change
The problem is likely and Xwindow DISPLAY problem. The DISPLAY variable is normally set to be equal to hostname:0.0. However your system must properly be able to resolve that hostname to the new IP address for the CDE display to work.
Compare the following:
# hostname
# nslookup NEW_IP_ADDRESS
If these don't agree then you need to fix your name resolution so that they do. You will need to update /etc/hosts and/or DNS/NIS so that the hostname and IP agree.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2000 03:39 AM
06-05-2000 03:39 AM
Re: CDE and host IP change
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2000 05:22 AM
06-06-2000 05:22 AM
Re: CDE and host IP change
boot in single user mode, and vi /etc/rc.config.d/netconf.
Delete the Hostname and the IP Adress, save and reboot.
The workstation will ask you for hostname and IP Adress during the boot process. Never had any problem with CDE or anything else.
CU
Stefan