- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Two IPs on on NIC --> CDE refuses to work
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
09-19-2000 09:46 PM
09-19-2000 09:46 PM
I have configured two IP?s on one NIC(lan0:0 and lan0:1) and the addresses belong to different subnets.
Problem is that CDE won?t work anymore. When I try to login the screen goes blank and pops me right back to the login screen.
The configuration works fine with CDE if both addresses belong to the same subnet.
I?m running HP-UX 11.00 on C3600.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2000 09:55 PM
09-19-2000 09:55 PM
Re: Two IPs on on NIC --> CDE refuses to work
It can be due to the Hostname conflict.
Please check your /etc/hosts &
/etc/rc.config.d/netconf
Better run
set_parms initial
give the host & ip details once again.
restart the system, it should work.
Thanks
R.Suresh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2000 11:29 PM
09-19-2000 11:29 PM
SolutionThis is a know problem with HP-UX, trying to run 2 IPs on the same card but to different subnets. Routing gets confused and it just doesnt work at present (problem with HP's TCP stack). Same subnet is ok. HP will be devloping a fix for this in the future but for now your out of luck. This was discussed in detail in another question a while back - do a search for it and you will see other replies. Apparantly it works on a Sun, but not on HP!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2000 11:39 PM
09-19-2000 11:39 PM
Re: Two IPs on on NIC --> CDE refuses to work
You may get info from the following which may help ?
dr_dt (CDE diagnotsc), $HOME/.dt/startlog (users CDE startup), /var/dt/Xerrors (Xserver log) ...you can get more detailed info by adding set -x in .dtprofile for the startlog) or if you choose use the following to debug dtlogin :
edit /usr/dt/config/dtrc.d/90_dtlogin_st
# VL_ARGS=""
VL_ARGS="-debug 9"
If [ -x "$DTLOGIN" ]
then
# exec $DTLOGIN $VL_ARGS ......dev/null ....
exec $DTLOGIN $VL_ARGS /tmp/dtlogin.log 2>&1
else
then restart dtlogin parent process
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2000 09:57 AM
09-20-2000 09:57 AM
Re: Two IPs on on NIC --> CDE refuses to work
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2000 10:36 PM
09-20-2000 10:36 PM
Re: Two IPs on on NIC --> CDE refuses to work
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2000 11:57 AM
09-22-2000 11:57 AM
Re: Two IPs on on NIC --> CDE refuses to work
Apply patch PHSS_20864. That is the current successor to patch PHSS_20716 which includes the fix-
1. Users are unable to login to CDE on the local console under HP-UX 11.0 when multiple network cards are installed.