Unable to connect to Sunfire v215 box via XStart


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users Unable to connect to Sunfire v215 box via XStart
# 1  
Old 09-17-2009
Unable to connect to Sunfire v215 box via XStart

Code:
SUN DataBase Server (Sunfire v215)
Machine addresses
Server IP:10.8.104.53
Server Mgmt IP:10.8.104.51
Server hostname:memstestdb
OS passwords
root:*********
oracle:*********
 
ALOM (Admin/Management) Machine IP: 10.8.104.51
 
ALOM account and password:
admin:s@vi2005
 
(Note:  at the sc prompt, type: console -f to switch to OK> prompt; Use  #. to switch back to  sc> prompt.)

Local Windows Server 2003 SP2 machine 
that i use to ping/telnet/netsta/nbtstat etc to the unix box is: IP: 10.8.108.136, hostaname: GSS-AERO-TEST.savilab.com
=======================================================
 
Hi All,
 
i have been working on the above machine with IP: 10.8.104.53 for some time now...installing websphere, oracle etc. Until day-before-yesterday i was able to login to it just fine as both the root user and as the oracle user. I was using XStart (Netsarang NetManager) to connect to it.
Then day-before i tried to login and i kept getting this message:
 
It keeps saying "Cannot establish a connection to 10.8.104.53 on port 23"
Neither can SSH and RLOGIN.
 
I tried telneting to it and pinging it from the dos prompt of my local windows machine on the same network -- IP: 10.8.108.136. This is what i get:
Code:
C:\Documents and Settings\Administrator>telnet 10.8.104.53 23
Connecting To 10.8.104.53...Could not open connection to the host, on port 23: C
onnect failed
C:\Documents and Settings\Administrator>telnet 10.8.104.53 22
Connecting To 10.8.104.53...Could not open connection to the host, on port 22: C
onnect failed
C:\Documents and Settings\Administrator>telnet 10.8.104.51 23
Connecting To 10.8.104.51...Could not open connection to the host, on port 23: C
onnect failed
C:\Documents and Settings\Administrator>telnet 10.8.104.51 22
Connecting To 10.8.104.51...Could not open connection to the host, on port 22: C
onnect failed
C:\Documents and Settings\Administrator>ping 10.8.104.53:22
Ping request could not find host 10.8.104.53:22. Please check the name and try a
gain.
C:\Documents and Settings\Administrator>ping 10.8.104.53:23
Ping request could not find host 10.8.104.53:23. Please check the name and try a
gain.
Its ALOM machine is 10.8.104.51, can't connect to that one either. The unix machine 10.8.104.53 itself is physically here in my office (different building from mine), so I went over and re-started it, to no avail. Below are some data i gathered from running various commands like ping, telnet, pathping, route print, nbtstat, netstat against the unix box -- 10.8.104.53, its management server -- 10.8.104.51 and my local windows box -- 10.8.108.136 Output of various commands, run on my windows box -- 10.8.108.136: ================================================================== netstat -n Active Connections Proto Local Address Foreign Address State TCP 0.0.0.0:135 0.0.0.0:0 LISTENING TCP 0.0.0.0:445 0.0.0.0:0 LISTENING TCP 0.0.0.0:1025 0.0.0.0:0 LISTENING TCP 0.0.0.0:3389 0.0.0.0:0 LISTENING TCP 0.0.0.0:5556 0.0.0.0:0 LISTENING TCP 0.0.0.0:5560 0.0.0.0:0 LISTENING TCP 0.0.0.0:5580 0.0.0.0:0 LISTENING TCP 10.8.108.136:139 0.0.0.0:0 LISTENING TCP 10.8.108.136:1060 8.5.245.59:80 CLOSE_WAIT TCP 10.8.108.136:4155 10.7.1.111:445 ESTABLISHED TCP 127.0.0.1:1031 0.0.0.0:0 LISTENING TCP 127.0.0.1:5152 0.0.0.0:0 LISTENING UDP 0.0.0.0:445 *:* UDP 0.0.0.0:500 *:* UDP 0.0.0.0:4500 *:* UDP 10.8.108.136:123 *:* UDP 10.8.108.136:137 *:* UDP 10.8.108.136:138 *:* UDP 127.0.0.1:123 *:* ^C C:\Documents and Settings\Administrator>nbtstat -A 10.8.108.136 -n Local Area Connection: Node IpAddress: [10.8.108.136] Scope Id: [] NetBIOS Local Name Table Name Type Status --------------------------------------------- GSS-AERO-TEST <00> UNIQUE Registered WORKGROUP <00> GROUP Registered GSS-AERO-TEST <20> UNIQUE Registered WORKGROUP <1E> GROUP Registered WORKGROUP <1D> UNIQUE Registered ..__MSBROWSE__.<01> GROUP Registered C:\Documents and Settings\Administrator>nbtstat -A 10.8.108.136 -c Local Area Connection: Node IpAddress: [10.8.108.136] Scope Id: [] No names in cache GSS_SC-5_0_1 GSS_SC-5_0_1 C:\Documents and Settings\Administrator>nbtstat -A 10.8.108.136 -r NetBIOS Names Resolution and Registration Statistics ---------------------------------------------------- Resolved By Broadcast = 5293 Resolved By Name Server = 0 Registered By Broadcast = 6 Registered By Name Server = 0 NetBIOS Names Resolved By Broadcast --------------------------------------------- GSS_SC-5_0_1 GSS_SC-5_0_1 GSS_SC-5_0_1 GSS_SC-5_0_1 GSS_SC-5_0_1 GSS_SC-5_0_1 GSS_SC-5_0_1 GSS_SC-5_0_1 C:\Documents and Settings\Administrator>nbtstat -A 10.8.104.53 -r NetBIOS Names Resolution and Registration Statistics ---------------------------------------------------- Resolved By Broadcast = 5293 Resolved By Name Server = 0 Registered By Broadcast = 6 Registered By Name Server = 0 NetBIOS Names Resolved By Broadcast --------------------------------------------- GSS_SC-5_0_1 GSS_SC-5_0_1 GSS_SC-5_0_1 GSS_SC-5_0_1 GSS_SC-5_0_1 GSS_SC-5_0_1 GSS_SC-5_0_1 GSS_SC-5_0_1 C:\Documents and Settings\Administrator>nbtstat -A 10.8.104.51 -r NetBIOS Names Resolution and Registration Statistics ---------------------------------------------------- Resolved By Broadcast = 5293 Resolved By Name Server = 0 Registered By Broadcast = 6 Registered By Name Server = 0 NetBIOS Names Resolved By Broadcast --------------------------------------------- GSS_SC-5_0_1 GSS_SC-5_0_1 GSS_SC-5_0_1 GSS_SC-5_0_1 GSS_SC-5_0_1 GSS_SC-5_0_1 GSS_SC-5_0_1 GSS_SC-5_0_1 C:\Documents and Settings\Administrator>nbtstat -A 10.8.104.53 -n -c -r NetBIOS Names Resolution and Registration Statistics ---------------------------------------------------- Resolved By Broadcast = 5293 Resolved By Name Server = 0 Registered By Broadcast = 6 Registered By Name Server = 0 NetBIOS Names Resolved By Broadcast --------------------------------------------- GSS_SC-5_0_1 GSS_SC-5_0_1 GSS_SC-5_0_1 GSS_SC-5_0_1 GSS_SC-5_0_1 GSS_SC-5_0_1 GSS_SC-5_0_1 GSS_SC-5_0_1 C:\Documents and Settings\Administrator>nbtstat -ABn 10.8.104.53 Local Area Connection: Node IpAddress: [10.8.108.136] Scope Id: [] Host not found. C:\Documents and Settings\Administrator>nbtstat -An Local Area Connection: Node IpAddress: [10.8.108.136] Scope Id: [] NetBIOS Local Name Table Name Type Status --------------------------------------------- GSS-AERO-TEST <00> UNIQUE Registered WORKGROUP <00> GROUP Registered GSS-AERO-TEST <20> UNIQUE Registered WORKGROUP <1E> GROUP Registered WORKGROUP <1D> UNIQUE Registered ..__MSBROWSE__.<01> GROUP Registered C:\Documents and Settings\Administrator>nbtstat -n Local Area Connection: Node IpAddress: [10.8.108.136] Scope Id: [] NetBIOS Local Name Table Name Type Status --------------------------------------------- GSS-AERO-TEST <00> UNIQUE Registered WORKGROUP <00> GROUP Registered GSS-AERO-TEST <20> UNIQUE Registered WORKGROUP <1E> GROUP Registered WORKGROUP <1D> UNIQUE Registered ..__MSBROWSE__.<01> GROUP Registered C:\Documents and Settings\Administrator>netstat -a Active Connections Proto Local Address Foreign Address State TCP GSS-AERO-TEST:epmap GSS-AERO-TEST:0 LISTENING TCP GSS-AERO-TEST:microsoft-ds GSS-AERO-TEST:0 LISTENING TCP GSS-AERO-TEST:1025 GSS-AERO-TEST:0 LISTENING TCP GSS-AERO-TEST:ms-wbt-server GSS-AERO-TEST:0 LISTENING TCP GSS-AERO-TEST:5556 GSS-AERO-TEST:0 LISTENING TCP GSS-AERO-TEST:5560 GSS-AERO-TEST:0 LISTENING TCP GSS-AERO-TEST:5580 GSS-AERO-TEST:0 LISTENING TCP GSS-AERO-TEST:netbios-ssn GSS-AERO-TEST:0 LISTENING TCP GSS-AERO-TEST:1060 8.5.245.59:http CLOSE_WAIT TCP GSS-AERO-TEST:4155 netapp2.savi.com:microsoft-ds ESTABLISHED TCP GSS-AERO-TEST:1031 GSS-AERO-TEST:0 LISTENING TCP GSS-AERO-TEST:5152 GSS-AERO-TEST:0 LISTENING UDP GSS-AERO-TEST:microsoft-ds *:* UDP GSS-AERO-TEST:isakmp *:* UDP GSS-AERO-TEST:ipsec-msft *:* UDP GSS-AERO-TEST:ntp *:* UDP GSS-AERO-TEST:netbios-ns *:* UDP GSS-AERO-TEST:netbios-dgm *:* UDP GSS-AERO-TEST:ntp *:* C:\Documents and Settings\Administrator>telnet 10.8.104.53 23 Connecting To 10.8.104.53...Could not open connection to the host, on port 23: C onnect failed C:\Documents and Settings\Administrator>telnet 10.8.104.53 22 Connecting To 10.8.104.53...Could not open connection to the host, on port 22: C onnect failed C:\Documents and Settings\Administrator>telnet 10.8.104.51 23 Connecting To 10.8.104.51...Could not open connection to the host, on port 23: C onnect failed C:\Documents and Settings\Administrator>telnet 10.8.104.51 22 Connecting To 10.8.104.51...Could not open connection to the host, on port 22: C onnect failed C:\Documents and Settings\Administrator>ping 10.8.104.53:23 Ping request could not find host 10.8.104.53:23. Please check the name and try a gain. C:\Documents and Settings\Administrator>ping 10.8.104.53:22 Ping request could not find host 10.8.104.53:22. Please check the name and try a gain. C:\Documents and Settings\Administrator>nbtstat -a 10.8.104.53 Local Area Connection: Node IpAddress: [10.8.108.136] Scope Id: [] Host not found. C:\Documents and Settings\Administrator>nbtstat -a 10.8.108.136 Local Area Connection: Node IpAddress: [10.8.108.136] Scope Id: [] NetBIOS Remote Machine Name Table Name Type Status --------------------------------------------- GSS-AERO-TEST <00> UNIQUE Registered WORKGROUP <00> GROUP Registered GSS-AERO-TEST <20> UNIQUE Registered WORKGROUP <1E> GROUP Registered WORKGROUP <1D> UNIQUE Registered ..__MSBROWSE__.<01> GROUP Registered MAC Address = 00-0C-29-7C-44-42 C:\Documents and Settings\Administrator>ping 10.8.104.51:23 Ping request could not find host 10.8.104.51:23. Please check the name and try a gain. C:\Documents and Settings\Administrator>ping 10.8.108.136:23 Ping request could not find host 10.8.108.136:23. Please check the name and try again. C:\Documents and Settings\Administrator>ping 10.8.0.86:23 Ping request could not find host 10.8.0.86:23. Please check the name and try aga in. C:\Documents and Settings\Administrator>ping 10.8.104.51:22 Ping request could not find host 10.8.104.51:22. Please check the name and try a gain. C:\Documents and Settings\Administrator>ping 10.8.104.53:22 Ping request could not find host 10.8.104.53:22. Please check the name and try a gain. C:\Documents and Settings\Administrator>ping 10.8.104.53:23 Ping request could not find host 10.8.104.53:23. Please check the name and try a gain. C:\Documents and Settings\Administrator>hostname 10.8.104.53 sethostname: Use the Network Control Panel Applet to set hostname. hostname -s is not supported. C:\Documents and Settings\Administrator>route print IPv4 Route Table =========================================================================== Interface List 0x1 ........................... MS TCP Loopback interface 0x10003 ...00 0c 29 7c 44 42 ...... VMware Accelerated AMD PCNet Adapter =========================================================================== =========================================================================== Active Routes: Network Destination Netmask Gateway Interface Metric 0.0.0.0 0.0.0.0 10.8.108.1 10.8.108.136 10 10.8.108.0 255.255.255.0 10.8.108.136 10.8.108.136 10 10.8.108.136 255.255.255.255 127.0.0.1 127.0.0.1 10 10.255.255.255 255.255.255.255 10.8.108.136 10.8.108.136 10 127.0.0.0 255.0.0.0 127.0.0.1 127.0.0.1 1 224.0.0.0 240.0.0.0 10.8.108.136 10.8.108.136 10 255.255.255.255 255.255.255.255 10.8.108.136 10.8.108.136 1 Default Gateway: 10.8.108.1 =========================================================================== Persistent Routes: None C:\Documents and Settings\Administrator>snoop 'snoop' is not recognized as an internal or external command, operable program or batch file. C:\Documents and Settings\Administrator>pathping 10.8.104.53 Tracing route to 10.8.104.53 over a maximum of 30 hops 0 GSS-AERO-TEST.savilab.com [10.8.108.136] 1 10.8.108.2 2 10.8.104.53 Computing statistics for 50 seconds... Source to Here This Node/Link Hop RTT Lost/Sent = Pct Lost/Sent = Pct Address 0 GSS-AERO-TEST.savilab.com [10.8.10 8.136] 0/ 100 = 0% | 1 0ms 0/ 100 = 0% 0/ 100 = 0% 10.8.108.2 0/ 100 = 0% | 2 0ms 0/ 100 = 0% 0/ 100 = 0% 10.8.104.53 Trace complete. C:\Documents and Settings\Administrator>pathping 10.8.104.51 Tracing route to 10.8.104.51 over a maximum of 30 hops 0 GSS-AERO-TEST.savilab.com [10.8.108.136] 1 10.8.108.2 2 * * * Computing statistics for 50 seconds... Source to Here This Node/Link Hop RTT Lost/Sent = Pct Lost/Sent = Pct Address 0 GSS-AERO-TEST.savilab.com [10.8.10 8.136] 0/ 100 = 0% | 1 1ms 0/ 100 = 0% 0/ 100 = 0% 10.8.108.2 100/ 100 =100% | 2 --- 100/ 100 =100% 0/ 100 = 0% GSS-AERO-TEST [0.0.0.0] Trace complete. C:\Documents and Settings\Administrator> =========================================================================================== Thanks, Jai


Last edited by Neo; 12-12-2019 at 11:14 PM..
# 2  
Old 09-17-2009
To keep the forums high quality for all users, please take the time to format your posts correctly.

First of all, use Code Tags when you post any code or data samples so others can easily read your code. You can easily do this by highlighting your code and then clicking on the # in the editing menu. (You can also type code tags [code] and [/code] by hand.)

Second, avoid adding color or different fonts and font size to your posts. Selective use of color to highlight a single word or phrase can be useful at times, but using color, in general, makes the forums harder to read, especially bright colors like red.

Third, be careful when you cut-and-paste, edit any odd characters and make sure all links are working property.

Thank You.

The UNIX and Linux Forums
# 3  
Old 09-19-2009
Code:
C:\Documents and Settings\Administrator>pathping 10.8.104.51
Tracing route to 10.8.104.51 over a maximum of 30 hops
0 GSS-AERO-TEST.savilab.com [10.8.108.136]
1 10.8.108.2
2 * * *

If pathping is anything like traceroute, your Windows server is not even seeing its gateway. Could be the Windows server's routing config was changed, could be the ethernet cable, could be the switch, the switch port...
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Red Hat

Unable to connect to internet

Hello, I just installed CentOS 7 (Server with GUI) and guess what I could install Virtual Box Guest additions without installing any extra package/software which is great news ! Now bad news or not so great news. My Host OS is Windows 10, Virtual Box is the virtualization software. CentOS7-1... (0 Replies)
Discussion started by: bluemind2005
0 Replies

2. UNIX for Dummies Questions & Answers

[Solved] Box with a new MAC address can't connect to the internet

Hi, i replaced one of my UNIX machines last week, the old box had an external IP address before. Everything is the same as the previous box and the only difference is the new one has a different MAC address (of course, since the mother boards are different). The problem is the new machine can't... (2 Replies)
Discussion started by: tezarin
2 Replies

3. HP-UX

Unable to connect SSH from HP-UX

Hi, I'm trying to connect from an HP-UX with SSH2 client(ssh2 3.1.2 on hppa1.1-hp-hpux11.00) to an SSH2 server on a VxWorks system. The SSH connection is failing with the below connection logs: > /usr/local/bin/ssh2 -v -l testuser 10.10.10.10 debug: Ssh2/ssh2.c:1391: Using file... (4 Replies)
Discussion started by: ysafi
4 Replies

4. Shell Programming and Scripting

connect Clearcase from unix box

Hi am using unix box and am always download code from clearcase. I need to connect clearcase server from my unix box using shell script.I need to create view baseline everything using the sript. am not mention I need a code. Just anyone help me start the concept to write a code. Thanks,... (1 Reply)
Discussion started by: ckchelladurai
1 Replies

5. Solaris

how to connect to wireless from virtual box

hi everyone... this is my first post here please help me with this..as iam new to solaris i have installed solaris 10 on virtual box.. and am not able to connect to the internet .. is there anyway i can get connect to the net.. please help me step by step if possible... thanks in... (1 Reply)
Discussion started by: yrajendergoud
1 Replies

6. Emergency UNIX and Linux Support

Unable to connect using SFTP

I shall explain the situation that I am facing to the best extent possible. I require some help, as this situation is an urgent one. I am trying to automate sending data from one AIX machine to another. A script runs that tries to push data received from an upstream application to another AIX... (7 Replies)
Discussion started by: ggayathri
7 Replies

7. Solaris

Sunfire 490 connect to IBM SAN DS4000

Hi All Recently i plan use our company Sunfire V490 to hook up the IBM SAN Storage DS4000. But i not sure is it got any requirement to do this, is it need any extra driver, equipment??? hope can get some advice from here.. Kindly advise. Thanks all (3 Replies)
Discussion started by: SmartAntz
3 Replies

8. Shell Programming and Scripting

Connect to database from different unix box

Hi Friends, I have a one unix box "x.y.z" on SunOS , where oracle is not installed. And another machine "a.b.c" on AIX , where oracle is installed. Now i want to make a script on x.y.z , that can connect to database on a.b.c, using sqlplus command. and then generate a report based on the... (5 Replies)
Discussion started by: gauravgarg
5 Replies

9. Shell Programming and Scripting

How to COnnect to Oracle database from UNIX Box

I am trying to connect to Oracle Databse from UNIX box using sqlplus command. But i get sqplus not found message. $ sqlplus sqlplus: not found I have searched in forums and all are suggesting to set environment varaibles...can somebody tell me what variables to set and how to set.and the... (12 Replies)
Discussion started by: angelarosh
12 Replies

10. OS X (Apple)

open ssh port (22) to connect to other box

Hi Do I have to open my ssh port if I like to connect to another machine? - if yes, how? Or is that only if I want to access my one computer from the outside? I run Mac OS 10.4 and like to access a unix box on the other side. /andreas (1 Reply)
Discussion started by: lulle
1 Replies
Login or Register to Ask a Question