Sponsored Content
Full Discussion: no telnet, ping ok...
Special Forums UNIX and Linux Applications Infrastructure Monitoring no telnet, ping ok... Post 302306344 by krabu on Sunday 12th of April 2009 11:29:44 AM
Old 04-12-2009
no telnet, ping ok...

We have a Sun Solaris Netra 20 server. Our O&M Server gets Alarm Processor
not responding. When Alarm occurs, you can ping the sun server but cannot telnet it. We keep getting Interrupt level not serviced. var/adm/message log is

Code:
> tail -f messages

Apr 12 20:09:56 cama pcisch: [ID 370704 kern.info] PCI-device: pci1214,334a@1, pci64492
Apr 12 20:09:56 cama genunix: [ID 936769 kern.info] pci64492 is /pci@8,700000/pci1214,334a@1
Apr 12 20:09:56 cama pci6449: [ID 787935 kern.notice] [PT-334a] SolwayTech PT-334a 64bit Driver (November 2004)
Apr 12 20:10:01 cama unix: [ID 882636 kern.warning] WARNING: interrupt level 1 not serviced
Apr 12 20:10:07 cama /usr/lib/snmp/snmpdx: [ID 702911 daemon.error] unable to get my IP address: gethostbyname(cama) failed [h_errno: host not found(1
)]
Apr 12 20:10:09 cama unix: [ID 882636 kern.warning] WARNING: interrupt level 1 not serviced
Apr 12 20:10:18 cama last message repeated 12 times
Apr 12 20:10:18 cama pseudo: [ID 129642 kern.info] pseudo-device: devinfo0
Apr 12 20:10:18 cama genunix: [ID 936769 kern.info] devinfo0 is /pseudo/devinfo@0
Apr 12 20:10:19 cama unix: [ID 882636 kern.warning] WARNING: interrupt level 1 not serviced

Kindly help. Thanks in advance

Last edited by DukeNuke2; 04-12-2009 at 01:29 PM.. Reason: changed title
 

10 More Discussions You Might Find Interesting

1. IP Networking

ping and telnet

I can ping other computers in my office. I can telnet other users in my office but i cannot get out of the office network. If i try to go out side of my network it cannot find host. Any ideas? (5 Replies)
Discussion started by: macdonto
5 Replies

2. SCO

Openserver 5.0.4 can't be ping or telnet into from a remote site

Hi, Can anybody help me out why l can't not ping my server with Openserver 5.0.4 with my windows machine from a remote site. The machine could see the local LAN with the Router however, i can't ping or telnet unto the server from another site on the WAN. The default gateway was configure on the... (0 Replies)
Discussion started by: kayode
0 Replies

3. AIX

Ping/Telnet is not happening

Hi All, We are not able to ping to a AIX box...Network is ok..when we give ping from that AIX box..it is giving 0821-067 ping: The socket creation call failed.there is no enough buffer space for the requested socket operation. refresh -s inetd is also giving socket error. Please help to... (1 Reply)
Discussion started by: b_manu78
1 Replies

4. IP Networking

can ping but can not telnet UNIX

I have one problem and it is giving me hard time I can ping my windows machine root@x1ChXpress:/sbin >ping 192.168.129.66 192.168.129.66 is alive root@x1ChXpress:/sbin >netstat -rn Routing Table: Destination Gateway Flags Ref Use Interface... (3 Replies)
Discussion started by: amon
3 Replies

5. UNIX for Dummies Questions & Answers

Only execute telnet and ping for user

Hello for all! This is the situation: I must create many users that only can execute telnet and ping. Create users is not a problem, but I donīt know how limit the users privileges, to only execute telnet and ping. I hope you can help me. Thank's for all. Bye :) PD: Sorry for my... (4 Replies)
Discussion started by: bobbasystem
4 Replies

6. UNIX for Advanced & Expert Users

ping and telnet - HP-UX

Hi all, I am not sure if my problem is specific to HP-UX or not. Hopefully someone can tell me what's wrong. I have a server name server1 10.100.50.10 in the /etc/hosts file and if I do a ping server1, it shows the right IP address. However, if I run telnet server1, it is not using... (4 Replies)
Discussion started by: newbie_01
4 Replies

7. AIX

ping OK - telnet refused

Hi, After a crash of our older AIX server it happend as it is in the title: ping is ok, but telnet: What it can be this strange thing? Franci (2 Replies)
Discussion started by: frajer
2 Replies

8. UNIX for Dummies Questions & Answers

ping,telnet, traceroute

can you provide the command in solaris8 if I wanted to ping,telnet, traceroute an IP address with a port? thanks (1 Reply)
Discussion started by: lhareigh890
1 Replies

9. Shell Programming and Scripting

ping and telnet timeout

Hello, I need help, I have the following which save in the result file ping and telnet:port test. Basically the script works but I should implement a check on ping and telnet command so that ping has 5 seconds threshold and telnet (more important) 10 seconds. Over that threshold ping and... (0 Replies)
Discussion started by: marmellata
0 Replies

10. BSD

Ping remote sever, nc, telnet, whatever

I put this thread to shell and bsd, because I want to resolve this matter on bsd. May somebody can explain to me how to ping a remote server, in unix. BTW the following code examples were tried on a linux system as well, with the same output, nothing. But on my bsd are not installed nmap neither... (4 Replies)
Discussion started by: 1in10
4 Replies
SYSCTL(8)						    BSD System Manager's Manual 						 SYSCTL(8)

NAME
sysctl -- get or set kernel state SYNOPSIS
sysctl [-bn] name ... sysctl [-bn] -w name=value ... sysctl [-bn] -a sysctl [-bn] -A sysctl [-bn] -X DESCRIPTION
The sysctl utility retrieves kernel state and allows processes with appropriate privilege to set kernel state. The state to be retrieved or set is described using a ``Management Information Base'' (``MIB'') style name, described as a dotted set of components. The following options are available: -A List all MIB variables including opaque variables (which are normally suppressed). The format and length are printed, as well as a hex dump of the first sixteen bytes of the value. -a List all the currently available non-opaque values. This option is ignored if one or more variable names are specified on the com- mand line. -b Force the value of the variable(s) to be output in raw, binary format. No names are printed and no terminating newlines are output. This is mostly useful with a single variable. -n Show only variable values, not their names. This option is useful for setting shell variables. For instance, to save the pagesize in variable psize, use: set psize=`sysctl -n hw.pagesize` -w name=value Used to set values. The MIB name ( name ) followed by an equal sign and the new value ( value ) to be used. -X Same as -A, but prints a hex dump of the entire value instead of just the first few bytes. If just a MIB style name is given, the corresponding value is retrieved. The information available from sysctl consists of integers, strings, and tables. The tabular information can only be retrieved by special purpose programs such as ps, systat, and netstat. The string and integer information is summarized below. For a detailed description of these variable see sysctl(3). The changeable column indicates whether a process with appropriate privilege can change the value. Name Type Changeable kern.ostype string no kern.osrelease string no kern.osrevision integer no kern.version string no kern.maxvnodes integer yes kern.maxproc integer yes kern.maxfiles integer yes kern.argmax integer no kern.securelevel integer raise only kern.hostname string yes kern.hostid integer yes kern.clockrate struct no kern.posix1version integer no kern.ngroups integer no kern.job_control integer no kern.saved_ids integer no kern.link_max integer no kern.max_canon integer no kern.max_input integer no kern.name_max integer no kern.path_max integer no kern.pipe_buf integer no kern.chown_restricted integer no kern.no_trunc integer no kern.vdisable integer no kern.boottime struct no vm.loadavg struct no vm.swapusage struct no machdep.console_device dev_t no net.inet.ip.forwarding integer yes net.inet.ip.redirect integer yes net.inet.ip.ttl integer yes net.inet.icmp.maskrepl integer yes net.inet.udp.checksum integer yes hw.machine string no hw.model string no hw.ncpu integer no hw.byteorder integer no hw.physmem integer no hw.usermem integer no hw.memsize integer no hw.pagesize integer no user.cs_path string no user.bc_base_max integer no user.bc_dim_max integer no user.bc_scale_max integer no user.bc_string_max integer no user.coll_weights_max integer no user.expr_nest_max integer no user.line_max integer no user.re_dup_max integer no user.posix2_version integer no user.posix2_c_bind integer no user.posix2_c_dev integer no user.posix2_char_term integer no user.posix2_fort_dev integer no user.posix2_fort_run integer no user.posix2_localedef integer no user.posix2_sw_dev integer no user.posix2_upe integer no The sysctl program can get or set debugging variables that have been identified for its display. This information can be obtained by using the command: sysctl debug In addition, sysctl can extract information about the filesystems that have been compiled into the running system. This information can be obtained by using the command: sysctl vfs By default, only filesystems that are actively being used are listed. Use of the -A flag lists all the filesystems compiled into the running kernel. EXAMPLES
For example, to retrieve the maximum number of processes allowed in the system, one would use the request: sysctl kern.maxproc To set the maximum number of processes allowed in the system to 1000, one would use the request: sysctl -w kern.maxproc=1000 Information about the system clock rate may be obtained with: sysctl kern.clockrate Information about the load average history may be obtained with: sysctl vm.loadavg Information about the system's swap space usage may be obtained with: sysctl vm.swapusage FILES
<sys/sysctl.h> definitions for top level identifiers, second level kernel and hardware identifiers, and user level identifiers <sys/socket.h> definitions for second level network identifiers <sys/gmon.h> definitions for third level profiling identifiers <vm/vm_param.h> definitions for second level virtual memory identifiers <netinet/in.h> definitions for third level Internet identifiers and fourth level IP identifiers <netinet/icmp_var.h> definitions for fourth level ICMP identifiers <netinet/udp_var.h> definitions for fourth level UDP identifiers SEE ALSO
sysctl(3) HISTORY
sysctl first appeared in 4.4BSD. BSD
June 2, 2019 BSD
All times are GMT -4. The time now is 04:43 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy