Installadm - network in unreachable


 
Thread Tools Search this Thread
Operating Systems Solaris Installadm - network in unreachable
# 1  
Old 02-23-2018
Installadm - network in unreachable

Seems to wanboot ok but then fails to connect to server. What do I need to check?


Code:
{0} ok boot net - install

Boot device: /pci@300/pci@1/pci@0/pci@1/network@0  File and args: - install

1G link up

<time unavailable> wanboot info: WAN boot messages->console

<time unavailable> wanboot info: configuring /pci@300/pci@1/pci@0/pci@1/network@0



1G link up
<time unavailable> wanboot progress: wanbootfs: Read 368 of 368 kB (100%)

<time unavailable> wanboot info: wanbootfs: Download complete
Fri Feb 23 09:34:13 wanboot progress: miniroot: Read 249357 of 249357 kB (100%)

Fri Feb 23 09:34:13 wanboot info: miniroot: Download complete

SunOS Release 5.11 Version 11.2 64-bit

Copyright (c) 1983, 2014, Oracle and/or its affiliates. All rights reserved.

strplumb: unable to hold root device: /pci@300/pci@1/pci@0/pci@1/network@0

Remounting root read/write

Probing for device nodes ...

Preparing network image for use

Downloading solaris.zlib

curl arguments --insecure for http://xyz:5555//export/auto_install/solaris11_2-sparc/solaris.zlib



curl: (7) Failed to connect to 172.24.4.146: Network is unreachable

Download resuming in 10 seconds...

Resuming download of http://xyz:5555//export/auto_install/solaris11_2-sparc/solaris.zlib


Last edited by psychocandy; 02-23-2018 at 05:46 AM..
# 2  
Old 02-24-2018
I am by no means a Solaris expert, but it seems that the system 172.24.4.146 cannot be reached.

Why this is so is open for speculation, a few possible reasons would be:

- your system has no default route
- your routing is otherwise wrong/broken.
- your system has the wrong netmask and thinks it is in the same network as the target system but in fact isn't
- firewall in between source and target that blocks traffic
- a simple reason: interface not connected (just because your interface goes up dodesn't mean the NIC is connected to anything)

and probably several dozen more which didn't come to me off te top of my head.

I hope this helps.

bakunin
# 3  
Old 03-05-2018
Turns out not to be a network problem at all.

S7-2 servers only support a certain SRU version and above it seems. Once I upgraded to correct version on AI it worked ok.

Still bit of a dodgy error message though.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Wether does it successful or unreachable?

Hi, all: How can I check what happen with my own NIC driver which response "successful" when local PC "ping" a remote linux PC but "unreachable" when it "ping" a remote windows XP PC? My writed driver runs in linux 3.0.4 kernel. thanks! li, kunlun (1 Reply)
Discussion started by: liklstar
1 Replies

2. UNIX for Dummies Questions & Answers

[Ubuntu] some contents unreachable

Hello, I'm using Ubuntu, and when I check "/"(root directory)'s properties. The window says "some contents unreachable". What is the "some contents"? http://i.imgur.com/UWn8Q.png (2 Replies)
Discussion started by: hz_i3
2 Replies

3. Solaris

route add : network is unreachable

Hey Guys: I am trying to add a route for assign a network interface to the traffic to/from a specific net, but allways to get the same system message : network is unreacheable root@ColectorDMSCNT # route add net 200.44.46.0/24 161.196.84.196 1 add net 200.44.46.0/24: gateway... (2 Replies)
Discussion started by: aggadtech08
2 Replies

4. Post Here to Contact Site Administrators and Moderators

Image/JS hoster down or unreachable

Apparently (at least) 2 of the servers responsible for serving the static images and the JavaScript are down or otherwise unreachable. Affected are www.unix.com and www.unix.com, while www.unix.com is still up. A check on this website confirmed it. Checked as of 2010-06-16 08:11 UTC. (13 Replies)
Discussion started by: pludi
13 Replies

5. Solaris

ICMP Net Unreachable from gateway

Hi all, I cannot reach my SERVER from my NetBackup server connect through SERVER_prv ("cannot connect to client") My SERVER was Sun OS 5.8, below is the message i get when i ping my SERVER: # ping 192.168.X.X or # ping SERVER_prv ICMP Net Unreachable from gateway 172.16.102.XXX for... (3 Replies)
Discussion started by: beginningDBA
3 Replies

6. Solaris

How to get explorer from unreachable machine

Hi Guy. I have a Dummy question. I cant connect a T2000 machine to the network, We have netword card problems. But in this moment is mandatory to get the explorer from the machine. My question is What can I do?. Could I try write the explorer to the CD? (This is a option), or any... (6 Replies)
Discussion started by: aggadtech08
6 Replies

7. Linux

Linux Port Unreachable

All, I have to servers (NT and REL4). We can access the application on NT from Linux but we cannot access the applications on Linux when accessed from NT. The applicaiton is running on Linux with some IP:Port. When we try to access that application from NT, it says that the port is... (1 Reply)
Discussion started by: The One
1 Replies

8. UNIX for Dummies Questions & Answers

Notification if server unreachable?

Is it possible for a group of servers to monitor each other and then send an alert if one of them is no longer 'alive'? Or if its easier have one server that monitors the other five and then sends an alert. If so how would this be done? Thanks (3 Replies)
Discussion started by: Sepia
3 Replies

9. Cybersecurity

Host unreachable

I have inherited a Sun Ultra-1, running sunOS 5.8 While on this machine, I cannot ping www.yahoo.com I cannot ping this machine from withing our lan. I do not have an static IP for this machine and used Iconfig hme0 auto-dhcp start. All is well, It seems to me that the previous owner,... (1 Reply)
Discussion started by: defense
1 Replies

10. IP Networking

Connect: Network is unreachable

I am running RH7.3 on a compaq presario box. The network card is a Linksys one. I am only able to communicate with the local network (only the local IPs are accessible). When I try to ping another box I get a "Connect: Network is unreachable" message. What could be the problem. Thanks in... (2 Replies)
Discussion started by: skotapal
2 Replies
Login or Register to Ask a Question