HPUX 11.23 - server is crawling


 
Thread Tools Search this Thread
Operating Systems HP-UX HPUX 11.23 - server is crawling
# 1  
Old 06-15-2015
Question HPUX 11.23 - server is crawling

OK HPUX masters I need help. I have a HPUX 11.23 server that I am using as a Ignite server that services two HPUX services for backups only. The other day I noticed that our Make Net Recoveries were failing. Upon attempting to login to the server SSH and could not I then tried to ping and could not. I then connected to the MP and switched to the CO which was successful, I check the disk space which was fine, I checked the syslog.log which had no odd messages, but when I opened SAM and entered network config it basically locked up and crawl over 2 hours before opening the net config SAM window. I have to shut down the box to get back into MP > CO. Any ideas would be greatly appreciated.Smilie

Last edited by waytec; 06-15-2015 at 11:46 AM.. Reason: Resolved - figure it out.
# 2  
Old 06-15-2015
Quote:
Originally Posted by waytec
but when I opened SAM and entered network config it basically locked up and crawl over 2 hours before opening the net config SAM window.
I am in no way a "HP-UX master", but this sounds suspiciously like a resolution problem. Most times when the system is fine but network response is infinitely bad it is for one of two reasons:

1) The DNS server you are using responds very slowly (or not at all). This might come from a severed link between the two machines (for instance a firewall blocking port 53) or whatever. Have a look at /etc/nsswitch, "files" should go before "bind", meaning name resolution first tries a local /etc/hosts file and only then the DNS server. You might want to put all the "important" systems into /etc/hosts so that you do not have to rely on DNS being available.

2) Another possible scenario would be a "physically" severed link to the network. Possible causes would be a switch port set to half-duplex while the system port is set to full-duplex (or vice versa), different link speeds, Auto-Negotiation gone awry, or similar. Half-duplex vs full-duplex is tricky because "ping" will work (most of the time, anyways) but the line speed will be reduced to near zilch.

I hope this helps.

bakunin
This User Gave Thanks to bakunin For This Post:
# 3  
Old 06-15-2015
Thanks bakunin for the reply, a good rely as well. I check those things as it did seem to be a resolution issue. I just resolved the issue moments ago, it was Lan0 issue, I shut down that interface and configure Lan1 and all is good. Thanks for the reply.
# 4  
Old 06-15-2015
If the HP-UX box is not pingable, and its NIC access is slow then I suspect the NIC hardware or the LAN cable is broken.
Does a
Code:
/usr/sbin/lanscan

work?
If yes, on all lan devices that are in UP state does an
Code:
/usr/sbin/ifconfig lanX

work?

---------- Post updated at 09:58 AM ---------- Previous update was at 09:56 AM ----------

Just saw your answer. Seems to be a hardware problem indeed.
This User Gave Thanks to MadeInGermany For This Post:
# 5  
Old 06-15-2015
how do I close or resolve a thread. I dont have time to scour the site now but would later and do not want the thread to remain open??
# 6  
Old 06-15-2015
Take a look at APA (auto port aggregation), so operating system does the failover on another interface without downtime.

Since lan1 is working fine, i would guess that cable needs to be replaced, since it is rarely the entire card.

Regards
Peasant.
This User Gave Thanks to Peasant For This Post:
# 7  
Old 06-15-2015
I have marked the thread 'solved' for you to discourage new replies. The thread will close itself in a reasonable amount of time. Meanwhile you can still come back if the problem decides it isn't solved after all.
This User Gave Thanks to Corona688 For This Post:
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

How to send mail with attachments in hpux server?

I am trying to send a mail alongwith attachments in hpux server. Its not throwing any error but it seems the command is still running,neither its sending the mail. The commands i am using is- uuencode 00PZ00000012OHJMA2.csv | mailx -s "Hello" abc@hp.com uuencode Shell_Script_Sample.ksh |... (1 Reply)
Discussion started by: saga20
1 Replies

2. HP-UX

Problem in Configuring kerberos Server on HPUX

Hi, I am getting this error during kerberos server setup in HPUX 11.31 : kdb_create: unknown LDAP backend error while adding master entry to the database ps -ef|grep ldap root 3905 1 0 13:11:36 ? 0:00 /opt/ldapux/bin/ldapclientd Unable to find out the meaning of this... (1 Reply)
Discussion started by: Amit Kulkarni
1 Replies

3. UNIX for Advanced & Expert Users

Crawling a MS-Doc using scripting

Hi Everyone How you doing all.Im planning to write a script that will crawl a MS-Document and should take the values from it.Is it possible at all.Im not a scripting guru just want to know your thoughts.. Im planning to do some thing like this: Microsoft Document has: Servername:... (1 Reply)
Discussion started by: coolkid
1 Replies

4. Shell Programming and Scripting

Need Script to Use CPUs on a HPUX server to simulate Workload Manager on HPUX.

I am running HPUX and using WLM (workload manager). I want to write a script to fork CPUs to basically take CPUs from other servers to show that the communication is working and CPU licensing is working. Basically, I want to build a script that will use up CPU on a server. Any ideas? (2 Replies)
Discussion started by: cpolikowsky
2 Replies

5. HP-UX

Ignite issue on HPUX server

Hi All, I am getting below error while igniting(restoring image) on 2470 server. i tried with different images it is giving same error. please help me out to resolve this issue * Making VxFS filesystem for "/usr/aethos/snss/suppimpapp1", (/dev/vg00/rsuppimpapp1). *... (3 Replies)
Discussion started by: Prabhu H
3 Replies

6. HP-UX

how to execute script from my desktop windows xp to my HPUX server?

Good day, i would like to get some advice, how will i execute my script in hp ux servers, and how to configure rsh and rexec. thanks (2 Replies)
Discussion started by: kenshinhimura
2 Replies

7. HP-UX

Can't start the cpp server in hpux

Hello, I have writtern the makefile and successfully produce the server exe. But, it doesn't run in hpux11.11 server. compile and link option: /opt/aCC/bin/aCC -Aa -Wl,+s /cc/smc3/root/development/auto_activation/AA_global/obj/smc3/aa_config.o... (0 Replies)
Discussion started by: onlyforforum
0 Replies

8. UNIX for Dummies Questions & Answers

Need an advise Backup HPUX Server while online

I will perform a "fbackup -f /dev/rmt/0m -i /". Can any body advise me on the following: 1. Is this a full backup of the entire file system or like the entire image of the server. Is it ok to do a backup while the server is online. 2. If it is not advisable to do a backup while the server is... (2 Replies)
Discussion started by: real-chess
2 Replies

9. UNIX for Dummies Questions & Answers

Configuration of email on HPUX server

I am working in an developer 2000 based application where backend is Oracle9i in unix environment. My application has the functionality if email generation. But I am not able to test this functionality as my HPUX server is not configured for emails. Please let me know the steps for configuring mail... (1 Reply)
Discussion started by: sharmavr
1 Replies

10. HP-UX

Finding server Model on HPUX

Hi i am just wondering is there a command in hp that you can find the server model on hpux? Thanks (4 Replies)
Discussion started by: lnineill
4 Replies
Login or Register to Ask a Question