- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: hp b2000/b2600 workstation, hpux 11i v1,when n...
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
05-15-2005 08:47 PM
05-15-2005 08:47 PM
when network link,cde window turn ok.
why?
how can i avoid this?
thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2005 09:05 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2005 09:18 PM
05-15-2005 09:18 PM
Re: hp b2000/b2600 workstation, hpux 11i v1,when network down
Please be forthcoming of the issue u are facing.. The details provided, is too less for us to even fathom what you are really facing...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2005 09:26 PM
05-15-2005 09:26 PM
Re: hp b2000/b2600 workstation, hpux 11i v1,when network down
i have two workstation hp b2000,hp b2600.
and both of them link to network by a hub.
when i power off the hub,the workstations cde
window will become locked.nothing can do,mouse can move ,but can't do anything.
when i power on the hub,the workstations' cde
window become ok.
i want to know why?how can i avoid this.
thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2005 09:32 PM
05-15-2005 09:32 PM
Re: hp b2000/b2600 workstation, hpux 11i v1,when network down
From the information provided here it appears as if any one pf these is trying to access a resource which is available on the other server. It may be any file required by some application, NFS etc. You can try lokking at syslog.log and dmesg first. If this do not help try to see the utilization of both servers by running "top" on both and then remove cable to find out what process is causing this. You might see some process consuming heavy resources.
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2005 09:38 PM
05-15-2005 09:38 PM
Re: hp b2000/b2600 workstation, hpux 11i v1,when network down
If you don't want them on the network, disable networking..You can do this from the command line by using set_parms initial or use SAM.
Also check how your hostname is getting resolved, are you using DNS??
(check /etc/hosts and /etc/nsswitch.conf).
Make sure you have the following in the /etc/hosts
127.0.0.1 hostname localhost loopback
where hostname should be the actual hostname.
Regards,
Naveej
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2005 10:26 PM
05-15-2005 10:26 PM
Re: hp b2000/b2600 workstation, hpux 11i v1,when network down
Check you /etc/nsswitch.conf file and make sure you're searching files first, rather than dns:
hosts: files[NOTFOUND=continue UNAVAIL=continue] dns [NOTFOUND=continue UNAVAIL=continue TRYAGAIN=return] nis
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2005 09:55 PM
05-16-2005 09:55 PM
Re: hp b2000/b2600 workstation, hpux 11i v1,when network down
i have change /etc/nsswitch.conf
hosts files
and change /etc/hosts
127.0.0.1 hostname localhost loopback
to first line.
then restart cde.
then now,if i down the network,the cde is still ok.
thanks.