Sponsored Content
Operating Systems Solaris Solaris is freezing and unable to telnet/ssh Post 302580587 by freshmeat on Friday 9th of December 2011 01:54:04 AM
Old 12-09-2011
Quote:
Originally Posted by solaris040
The above erros looks to be related with SCSI device. Probe time below states, it was trying to check why it has happened, it failed with timeout.
what operations were you doing there?
thks for ur prompt response.

r u referring to this device?

format

0. c1t0d0 <LSILOGIC-LogicalVolume-3000 cyl 65533 alt 2 hd 16 sec 273>
/pci@0/pci@0/pci@2/scsi@0/sd@0,0

what i found this is a local drive. there is no any amber light or hardware errors.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Unable to telnet from SunOS 5.6 Server

:cool: I need some assistance please. I'm setting up a SunOS 5.6 server and sofar I'm able to telnet into the unit but unable to telnet from it. Can anyone help me with this problem. When attempting to telnet from my SunOs to client terminal I'm receving the following error, "Unable to connect to... (3 Replies)
Discussion started by: sharris82
3 Replies

2. HP-UX

Unable to login at console and telnet

Hi friend, I'm facing a problem to access the console and telnet to the HP ux 11 server due to the system file is full. How to access this server via single mode and how to mount the folder / and folder /var? thanks. vestro (1 Reply)
Discussion started by: vestro
1 Replies

3. AIX

Unable to telnet to server

Hi, I encountered error when I telnet to my server. Error is as follows: telnetd: /bin/login: The file access permissions do not allow the specified action I am able to ssh into my server and I have checked/verified /etc/security and /etc/inetd.conf. I restarted the inetd subsystem via... (1 Reply)
Discussion started by: chongkls77
1 Replies

4. Solaris

Unable to telnet

Hi guys, After changing my workstation from domain rsm.renesas.com to my.renesas.local, I was unable to telnet to 1 of our Sun Solaris servers. There r errors in the messages file: Aug 15 17:35:26 rsmsso1.svc.rsm.renesas.com inetd: warning: can't verify hostname:... (12 Replies)
Discussion started by: *Jess*
12 Replies

5. UNIX for Dummies Questions & Answers

Unable to Telnet

Dear All, I have Compaq Alpha server running UNIX OS. with Old Hardware specification. I had FTP conncetion using IP Switch ( FTP client ) to the Unix server in order to copy some files to my workstation. one day after closing the connection we noted that IT operations are not able to... (8 Replies)
Discussion started by: Arehan
8 Replies

6. SuSE

Unable to telnet (non-ssh) as root

Hi forum, I face a strange issue. I'm able to telnet as root with ssh. But I'm not able to telnet (non-ssh) as root to my Suse 10 machine. Can someone please point to significant files where I need to make changes for Suse 10 machine and resolve this issue. Thanks in advance. (2 Replies)
Discussion started by: anilgurwara
2 Replies

7. UNIX for Dummies Questions & Answers

Unable to telnet

Hi, I have two linux boxes and due to some reasons I have reinstalled OS in one of them. Now Iam unable to telnet one of them. I have included entries in /etc/hosts in both and Iam able to ping each other. Am I missing anything here or I we need to install/activate telnet server ? Thanks... (2 Replies)
Discussion started by: ssuhaib
2 Replies

8. UNIX for Dummies Questions & Answers

Automatic logging (capture screen output) of telnet/ssh sessions on a Solaris node

Hi I am working in Solaris 10 and I want to monitor logs for every telnet/ssh session that tries to connect to the server. I need these logs to be generated in a file that I can fetch using ftp. I am a new user and a stepwise detail will be great BR saGGee (3 Replies)
Discussion started by: saggee
3 Replies

9. Solaris

Unable to login using ssh,telnet onto my solaris machine with solaris 10 installed

Hi, I am unable to login into my terminal hosting Solaris 10 and get the below error message "Server refused to allocate pty ld.so.1: sh: fatal: libc.so.1: open failed: No such file or directory " Is there anyways i can get into my machine and what kind of changes are required to be... (7 Replies)
Discussion started by: sankasu
7 Replies

10. Solaris

telnet and ssh not working .... but it pinging in Solaris 8

hi Everyone telnet and ssh not working in Solaris 8 .... but it pinging.... i also checked /etc/services /etc/inet/inetd.conf ps -ef | grep telnet ans default router ... everythinking is ok .... when i connect telnet then suddently closed ... and ssh is connection refused ... help... (1 Reply)
Discussion started by: coolboys
1 Replies
OFWDUMP(8)						    BSD System Manager's Manual 						OFWDUMP(8)

NAME
ofwdump -- examine the Open Firmware device tree SYNOPSIS
ofwdump -a [-p | -P property] [-R | -S] ofwdump [-p | -P property] [-r] [-R | -S] [--] nodes DESCRIPTION
The ofwdump utility is used to examine the Open Firmware device tree. In the first synopsis form, the complete device tree is printed; in the second form, only the selected nodes will be examined. The following options are available: -a Print the complete device tree. -p Print all available properties. -P property Only print properties of the given name. -R Print properties in ``raw'' format, i.e., omit all headings and indentation and just write the property values unaltered to the standard output. This is intended to be used with the -P option to extract the value of a single property. -S Print properties as strings; this is analogous to the -R option, except that each property is only output to the first NUL char- acter, and that newline is appended to each. -r Recursively print all children of the specified nodes. EXAMPLES
Print the complete device tree: ofwdump -a Print the complete device subtree of the ``/pci'' node, including all available properties: ofwdump -pr /pci Print the ``compatible'' property of the ``/pci'' node as plain string: ofwdump -P compatible -S /pci SEE ALSO
eeprom(8) HISTORY
The ofwdump utility first appeared in FreeBSD 5.0. AUTHORS
The ofwdump utility was written by Thomas Moestl <tmm@FreeBSD.org>. BSD
October 18, 2002 BSD
All times are GMT -4. The time now is 06:56 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy