What is a link status?

What is a link status?

Link status goes up in 10BaseT Ethernet when the receiver detects a number of consecutive “link pulses” (also called “link test pulses” or “normal link pulses”). Link status goes down when a timed interval is measured in which no link pulses were received.

How do I find out the hostname of an IP address?

Querying DNS

  1. Click the Windows Start button, then “All Programs” and “Accessories.” Right-click on “Command Prompt” and choose “Run as Administrator.”
  2. Type “nslookup %ipaddress%” in the black box that appears on the screen, substituting %ipaddress% with the IP address for which you want to find the hostname.

How do you configure IP address in Solaris 11?

Configuring the IP address

  1. Step 1 : Set the NCP. We would set the NCP to DefaultFixed profile in order to configure the IP address manually.
  2. Step 2 : Check the link status. The command “dladm show-dev” does not work in Solaris 11.
  3. Step 3 : Create a new interface.
  4. Step 4 : Creating IP address.

How to find the Oracle Solaris 11 network interface name?

Finding the Oracle Solaris 11 Network Interface Name. On Oracle Solaris 11 systems, you can use the ldm list-netdev command to find the Oracle Solaris OS network interface names. For more information, see the ldm(1M) man page. The following example shows the ldm list-netdev and ldm list -o network commands.

How to see all network interfaces in Unix?

You can use the ifconfig -a command as follows to list all network interfaces: # ifconfig -a The above will show you which interfaces are currently installed and active. Use the following command to see list of network cards installed on the UNIX server during installation time: # dladm show-link.

How to configure an IP interface in Solaris?

In most cases, datalink configuration is a part of the configuration of an IP interface over that link. Thus, where applicable, the procedures include IP interface configuration steps with the ipadmcommand. However, IP interface configuration and the ipadmcommand are discussed in further detail in Chapter 9, Configuring an IP Interface.

What is the path to Inst file in Oracle Solaris?

In Oracle Solaris 10, you can use the /etc/path_to_inst file to store information about physical and virtual network devices. In Oracle Solaris 11, this file does not contain link names for physical network interfaces.