• Learning Map
  • Unix Quiz Center
  • Unix Professional Network
  • Just-Unix-No-Noise FB Group

unixadminschool.com

  • Home
  • Announcements
    • Feed
    • MISC
  • Beginners zone
    • Beginners Lessons
    • Career Guidance
  • Experts Zone
    • Cloud Computing
    • Configuration Solutions
    • Migrations
    • Network Design
    • Scripting
    • Server Security
    • SUN CLUSTERS
    • SUN LDOMS
    • Tools & Applications
    • Veritas Cluster Services ( VCS ) Learning
  • Intermediate Zone
    • Linux Learning
      • Linux Booting
      • Linux Disk Management
      • Linux LVM
      • Linux Networking
      • Linux Performance
      • Linux Troubleshooting
      • Linux YUM/RPM
      • Performance Analysis
      • Redhat Linux Kernel
      • RHEL 6
        • RHEL LDAP
        • Rhel6 Storage
      • Web Servers
    • Solaris Admin
      • Blog for Unix Admin
        • Storage Administration – SAN
      • Oracle Hardware
      • Reference Docs
      • Solaris 10 Zones & LDOMs
      • Solaris 11
      • Solaris Access Control
      • Solaris Best Practices
      • Solaris Booting
      • Solaris Disk Management
      • Solaris DNS
      • Solaris How-to
      • Solaris Installation
      • Solaris Kernel
      • Solaris Networking
      • Solaris NFS
      • Solaris NIS
      • Solaris Packages & Patching
      • Solaris Performance
      • Solaris Tips
      • Solaris Troubleshooting
      • Solaris User Authentication
      • solaris X86
      • Solaris ZFS and Boot Environment
      • Storage Configurations
      • SUN Hardware
      • Troubleshooting Flow charts
    • Veritas Admin
      • Veritas Netbackup
      • VxVM Learning
      • VxVM Troubleshooting
  • QUIZ Center
  • Vlabs

Subscribe

Solaris Troubleshooting Jumpstart – “Timeout waiting for ARP/RARP packet”

first identify the MAC address of the interface used to boot the client for the network installation. You can also use below procedures to identify the MAC address of the client for the server configuration files.


1. Identification Client MAC address from the Server’s Configration files:

# getent hosts
xx.yy.1.101

# getent ether
0.bh.2c.15.3c

2. Identification of Server’s Interface that is receiving rarp reuests from the client

#ifconfig -a
lo0: flags=2001000849 mtu 8232 index 1
inet 127.0.0.1 netmask ff000000
ce0: flags=201000843 mtu 1500 index 2
inet xx.yy.1.239 netmask ffffff00 broadcast xx.yy.1.255
ether 0:14:4f:1e:f7:5d
ce1: flags=201000843 mtu 1500 index 3
inet xx.yy.2.239 netmask ffffff00 broadcast xx.yy.2.255
ether 0:14:4f:1e:f7:5d
ce2: flags=201000843 mtu 1500 index 4
inet xx.yy.3.239 netmask ffffff00 broadcast xx.yy.3.255
ether 0:14:4f:1e:f7:5d

in this example, ce0 is the interface that should receive rarp requests from the clients, because the ip address and the servers interface both are configured for same IP segement i.e. xx.yy.1.0

3. run the snoop command to check the traffic related to client installation
# snoop -d ce0 0.bh.2c.15.3c
output should show something like below:

Using device /dev/ce (promiscuous mode)
OLD-BROADCAST -> (broadcast) RARP C Who is 0.bh.2c.15.3c
server-1 -> client-1 RARP R 0:3:ba:15:2c:3c is xx.yy.1.101, CLIENT1

If no output observed , it is possible that there the is a connectivity problem between the server and client.

if the output observed but the MAC address is different than what we have configured in “ethers” file, then it is possible that the client is configured to use a different interface, or ethernet address to what is expected.

follow the link “Identify MAC of boot interface” to identify which network interface used to boot on a sparc system, and go forward with below troubleshooting:

4. Ensure that Jumpstart / Boot Server can be contacted using the same cable and port the client is using.

Many times the problem comes with VLAN setup done by network team, if the client connection from the network switch side configured to different VLAN ( virtual IP segment) comapared to boot server, that will block the client requests to reach the boot server.

This should be simple to check at the switch itself. If a VLAN configuration is in place, please verify the VLAN configuration on the network switch to confirm both the client and server are on the same subnet

5. Ensure that the switch port that the client is attached to is set to AUTO NEGOTIATE, and that the port is enabled.

This is most import and single most common cause of network issues in big datacenters. Normally with hardcoded switch port speed, we will have problems to establish connection from client network interface, so during the installation just keep the setting to”auto negotiate” and after the installation just hardcode the speed as per the requirement

You might be interested to read below :


  • SAN Storage Migration – Solaris with VxVM

  • Solaris host level SAN migration from Clariion to VMAX – Hands on Lab

  • Hands on Lab – Replacing Failed Disks from ZFS Pools ( RaidZ2 / RaidZ3 ) – Part2

  • Enabling SVM in Failsafe and password recovery in Solaris.

  • Hands on Lab – Replacing Failed Disks from ZFS Pools ( Simple / Mirrored / RaidZ )

  • Oracle Server Hardware Reference ( 3D View)
  • Email
  • More
  • Print
  • Digg
Posted by Ramdev
Comment it
You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

Leave a Comment

Join to our Professional Network (of 1400+ unixadmins ) to receive Unix Administration and Job Updates -

Pages1

Don't Miss Updates

 

Beginners Zone

 

Unixadmin Careers

Server Hardware

Beginners Lessons

Troubleshooting-Flowchart

 

Intermediate Zone

 

Solaris Booting

Solaris Volume Manager

Storage Configurations

Solaris Networking

Solaris X86

Solaris ZFS

Solaris NFS

Solaris NIS

Solaris Patching

Solaris Booting

Solaris Kernel

Veritas Volume Manager

Solaris NIS

Logical Volume Manager

Linux Networking

Linux Disk Management

Linux Troubleshooting

 

Experts Zone 

 

Solutions

Scripting and Automation

Server Security

Veritas Cluster Services

Sun Cluster Services

Cloud Computing

SUN LDOMS

Copyright © 2009 unixadminschool.com. All rights reserved.
loading Cancel
Post was not sent - check your email addresses!
Email check failed, please try again
Sorry, your blog cannot share posts by email.