Sponsored Content
Operating Systems Solaris Networking with Hub, & Sol 10 Problem Post 302140047 by pham on Wednesday 10th of October 2007 02:18:24 PM
Old 10-10-2007
I also attempted to connect server to server via crossover and still no progress

The Hub has lights but no traffic/flashing lights is occuring
Plugged in each server by themselves, still no flashing lights
The HUB does have power and is switched on, The only switch is the uplink/normal toggle switch. (currently set for normal)
The Hub is a 8-port Netgear DS108
 

10 More Discussions You Might Find Interesting

1. IP Networking

Networking problem ?

Hi, How to check whether a port is working properly or not ? I am getting a Error message Could not open connection to the host, on port 23: Connect failed. Thanks !! (1 Reply)
Discussion started by: dreams5617
1 Replies

2. UNIX for Dummies Questions & Answers

Networking unix & windows

I have very basic question: I have 2 windows sytem & 1 Unix system & wanted to put all three system into one network to each other. what kind of other hardware I need? like cable , router? can anybody tell me the configuration? like how to connect to external hardware to put into network? ... (9 Replies)
Discussion started by: kar1
9 Replies

3. UNIX for Advanced & Expert Users

Networking Problem

Hi all, When I tried to restart the networking daemon, it stated this error: MyServer:/etc/init.d# ./networking restart Reconfiguring network interfaces...RTNETLINK answers: Network is unreachable run-parts: /etc/network/if-up.d/route exited with return code 2 done. Please note that I... (2 Replies)
Discussion started by: mjdousti
2 Replies

4. What is on Your Mind?

Career in Networking & Network Security

Hii i want to make career in networking and i m new in this field could u plz help me what should i do (2 Replies)
Discussion started by: pawan_kumar
2 Replies

5. UNIX for Advanced & Expert Users

luupgrade: Sol 8 -> Sol 10 u7 (5/09)

Greetings Forumers! I ran into an issue after running luupgrade on v880 running Solaris 8. I want to upgrade to Solaris 10. When I rebooted the system I noticed the file systems listed as such: # df -h Filesystem size used avail capacity Mounted on /dev/dsk/c1t1d0s0 ... (2 Replies)
Discussion started by: bluescreen
2 Replies

6. Solaris

Solaris networking problem

e1000g0: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2 inet 10.13.157.127 netmask ffffffc0 broadcast 10.135.151.191 ether 0:14:4f:a0:e3:3a e1000g1: flags=1000803<UP,BROADCAST,MULTICAST,IPv4> mtu 1500 index 8 inet 10.13.157.227 netmask ffffffc0... (3 Replies)
Discussion started by: sunnybee
3 Replies

7. UNIX for Dummies Questions & Answers

problem of networking in centos

Hello, I am using dual boot of linux, one is ubuntu and the other is one is centos. I have three NIC's and only one of them connected with cable. The thing is that when I boot from the ubuntu, it does recognize it and I am connected to the Internet. When I boot from the centos I am not... (6 Replies)
Discussion started by: programAngel
6 Replies

8. IP Networking

networking problem in virtual machine

Hi, I am running scientific linux guest on ubuntu host. The problem is that the guest machine doesn't have any ip except from the loopback. I want that the guest OS will be in the same local network of the host and not part of internal network that virtualbox create. In other words I... (1 Reply)
Discussion started by: programAngel
1 Replies

9. Solaris

JASS - upgrading from Sol 9 to Sol 10

Do I need to reinstall/rerun JASS after upgrading from Sol9 to Sol10? Just wondered if the upgrade procedure overwrote any of the settings etc? (0 Replies)
Discussion started by: psychocandy
0 Replies

10. Proxy Server

Linux Networking - VLANs & Multiple IP's

In a "typical" data centre environment (telco, financial services etc), would a Linux OS typically have one IP address connected to one VLAN or would it have many IPs and/or VLANs. I say "Linux OS" as I'm referring to an instance of the OS not necessarily a Host or server. Think Linux OS = VM in a... (9 Replies)
Discussion started by: PCB
9 Replies
OWLTTB(1)							  ICI executables							 OWLTTB(1)

NAME
owlttb - one-way light time transmission delay simulator SYNOPSIS
owlttb own_uplink_port# own_downlink_port# dest_uplink_IP_address dest_uplink_port# dest_downlink_IP_address dest_downlink_port# owlt_sec. [-v] DESCRIPTION
owlttb delays delivery of data between an NTTI and a NetAcquire box (or two, one for uplink and one for downlink) by a specified length of time, simulating the signal propagation delay imposed by distance between the nodes. Its operation is configured by the command-line parameters, except that the delay interval itself may be changed while the program is running. owlttb offers a command prompt (:), and when a new value of one-way light time is entered at this prompt the new delay interval takes effect immediately. own_uplink_port# identifies the port on owlttb accepts the NTTI's TCP connection for uplink traffic (i.e., data destined for the NetAcquire box). own_downlink_port# identifies the port on owlttb accepts the NTTI's TCP connection for downlink traffic (i.e., data issued by the NetAcquire box). dest_uplink_IP_address is the IP address (a dotted string) identifying the NetAcquire box to which owlttb will transmit uplink traffic. dest_uplink_port# identifies the TCP port to which owlttb will connect in order to transmit uplink traffic to NetAcquire. dest_downlink_IP_address is the IP address (a dotted string) identifying the NetAcquire box from which owlttb will receive downlink traffic. dest_downlink_port# identifies the TCP port to which owlttb will connect in order to receive downlink traffic from NetAcquire. owlt specifies the number of seconds to wait before forwarding each received segment of TCP traffic. The optional -v ("verbose") parameter causes owlttb to print a message whenever it receives, sends, or discards (due to absence of a connected downlink client) a segment of TCP traffic. owlttb is designed to run indefinitely. To terminate the program, just use control-C to kill it or enter "q" at the prompt. EXIT STATUS
0 Nominal termination. 1 Termination due to an error condition, as noted in printed messages. EXAMPLES
Here is a sample owlttb command: owlttb 2901 2902 137.7.8.19 10001 137.7.8.19 10002 75 This command indicates that owlttb will accept an uplink traffic connection on port 2901, forwarding the received uplink traffic to port 10001 on the NetAcquire box at 137.7.8.19, and it will accept a downlink traffic connection on port 2902, delivering over that connection all downlink traffic that it receives from connecting to port 10002 on the NetAcquire box at 137.7.8.19. 75 seconds of delay (simulating a distance of 75 light seconds) will be imposed on this transmission activity. FILES
Not applicable. ENVIRONMENT
No environment variables apply. DIAGNOSTICS
The following diagnostics may be printed to stdout: owlttb can't spawn uplink thread The program terminates. owlttb can't spawn uplink sender thread The program terminates. owlttb can't spawn downlink thread The program terminates. owlttb can't spawn downlink receiver thread The program terminates. owlttb can't spawn downlink sender thread The program terminates. owlttb fgets failed The program terminates. owlttb out of memory. The program terminates. owlttb lost uplink client. This is an informational message. The NTTI may reconnect at any time. owlttb lost downlink client This is an informational message. The NTTI may reconnect at any time. owlttb can't open TCP socket to NetAcquire The program terminates. owlttb can't connect TCP socket to NetAcquire The program terminates. owlttb write() error on socket The program terminates if it was writing to NetAcquire; otherwise it simply recognizes that the client NTTI has disconnected. owlttb read() error on socket The program terminates. owlttb can't open uplink dialup socket The program terminates. owlttb can't initialize uplink dialup socket The program terminates. owlttb can't open downlink dialup socket The program terminates. owlttb can't initialize downlink dialup socket The program terminates. owlttb accept() failed The program terminates. BUGS
Report bugs to <ion-bugs@korgano.eecs.ohiou.edu> perl v5.14.2 2012-05-25 OWLTTB(1)
All times are GMT -4. The time now is 01:11 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy