- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Messed up CDE with Set_Parms
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-07-2003 04:28 PM
01-07-2003 04:28 PM
Messed up CDE with Set_Parms
"just be careful with the "set_parms" to change your ip address - do NOT do this from X-Windows (=CDE), as that stops working then :-(
Log in in text-mode (Graphics Login dialog->Options->command line), THEN call "set_parms ip". "
Thanks
GP
Wodisch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2003 05:24 PM
01-07-2003 05:24 PM
Re: Messed up CDE with Set_Parms
Try login from the command line (or fail-safe session) and see if the hostname is correctly getting resolved to the IP of the system.
#nslookup `hostname`
If not, then you need to fix /etc/hosts to point the hostname to the IP address configured on the system. If you are using DNS, make sure DNS is updated with current IP address for the hostname.
If it works, then make sure you can be able to ping to the localhost.
ping localhost and you should get response back
There is a tool /usr/contrib/bin/X11/dr_dt
Run this tool and it will report the health of your CDE. Fix all the issues it reports.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2003 07:45 PM
01-07-2003 07:45 PM
Re: Messed up CDE with Set_Parms
The system is unable resolve its hostname.
Can you just check whether it resolves using
#nslookup hostname
#nslookup ip
Make sure that after changing the ip-address or hostname the change is reflected in the local hosts file.
If you are using DNS then you should check whether the change is reflected in the name server.
As suggested sun dr_dt to check out the warnings and error messages.
Revert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2003 11:33 PM
01-07-2003 11:33 PM
Re: Messed up CDE with Set_Parms
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2003 11:41 PM
01-07-2003 11:41 PM
Re: Messed up CDE with Set_Parms
propably you wouldn't have set the hostname.
set_parms works well with CDE. i had similar problem in Tru64 machine wherein hostname was not being set.