Veritas Access Appliance 8.3 Troubleshooting Guide

Last Published:
Product(s): Appliances (8.3)
Platform: Veritas 3360,Veritas 3350,Veritas 3340
  1. Introduction
    1.  
      About troubleshooting
    2.  
      General tips for the troubleshooting process
    3.  
      General techniques for the troubleshooting process
  2. General troubleshooting procedures
    1.  
      About general troubleshooting procedures
    2.  
      Viewing the Access Appliance log files
    3.  
      About event logs
    4.  
      Setting the CIFS log level
    5.  
      Setting the NetBackup client log levels and debugging options
    6.  
      Retrieving and sending debugging information
    7.  
      Collecting time-based and archived logs
  3. Monitoring Access Appliance
    1.  
      About monitoring Access Appliance operations
    2.  
      Monitoring hardware components
  4. Common recovery procedures
    1.  
      About common recovery procedures
    2.  
      Restarting servers
    3.  
      Restarting cluster services
    4. Bringing services online
      1.  
        Using the services command
    5.  
      Recovering from a non-graceful shutdown
    6.  
      Testing the network connectivity
    7.  
      Troubleshooting with traceroute
    8.  
      Using the traceroute command
    9.  
      Collecting the metasave image of a file system
    10.  
      Replacing an Ethernet interface card (online mode)
    11.  
      Replacing an Access Appliance node
    12. Speeding up episodic replication
      1.  
        About synchronizing an episodic replication job
      2.  
        Synchronizing an episodic replication job
    13.  
      Uninstalling a patch release or software upgrade
  5. Troubleshooting the Access Appliance cloud as a tier feature
    1.  
      Troubleshooting tips for cloud tiering
    2.  
      Issues when reading or writing data from the cloud tier
    3.  
      Log locations for checking for cloud tiering errors
  6. Troubleshooting Access Appliance installation and configuration issues
    1.  
      How to find the management console IP
    2.  
      Viewing the installation logs
    3.  
      Installation fails and does not complete
  7. Troubleshooting Access Appliance CIFS issues
    1.  
      User access is denied on a CTDB directory share
  8. Troubleshooting Access Appliance GUI startup issues
    1.  
      Resolving GUI startup issues
  9. Troubleshooting Veritas Data Deduplication issues
    1.  
      Log locations for the Veritas Data Deduplication server
  10.  
    Index

Replacing an Ethernet interface card (online mode)

In some cases, you may need to replace an existing Ethernet interface card on a node. This section describes the steps to replace the NIC card. When you replace the NIC card, there should not be any mismatch with the number of NICs in the cluster. All the nodes in the cluster should have an equal number of disks after you replace the NIC card.

You need to provide an accurate and permanent MAC address (in case of bonded NICs) before you proceed with the NIC replacement. High availability services of service groups are temporarily disabled during the NIC replacement operation.

Note:

This procedure does not work for adding an Ethernet interface card to the cluster and in VLAN environments. After the successful replacement operation, remove the faulty NIC card. Before you install the Ethernet interface card on the node, install the required device driver for the Ethernet interface card.

To replace an online Ethernet interface card (NIC)

  1. Add a new NIC card on the server.

    Note:

    The new NIC card should be online and searchable by the server.

  2. Run the # ip link show command to get the MAC address of the new NIC card.
  3. Run the following command on the Access Appliance node to replace the NIC card.
    # /opt/VRTSnas/scripts/net/net_device_add.sh -r
    <old_mac_address> -w <new_mac_address>
    
  4. To replace the NIC card in the bonded interface, you need to find a permanent hardware address by using one of the following commands.
    # ethtool -P <interfacename>

    or

    # cat /proc/net/bonding/<bondname>

For details, see the following examples.

Example: To replace the "pubeth2" interface in the bond with the new NIC "eth0"

Bonding details:

# cat /proc/net/bonding/bond0
Ethernet Channel Bonding Driver: v3.7.1 (April 27, 2011)

Bonding Mode: load balancing (round-robin) 
MII Status: up
MII Polling Interval (ms): 100 
Up Delay (ms): 0
Down Delay (ms): 0

Slave Interface: pubeth1 
MII Status: up
Speed: 10000 Mbps 
Duplex: full
Link  Failure   Count:   0 
Permanent HW addr: 00:50:56:05:0a:ea 
Slave queue ID: 0

Slave Interface: pubeth2 
MII Status: up
Speed: 10000 Mbps 
Duplex: full
Link  Failure   Count:   0 
Permanent HW addr: 00:50:56:05:e0:45 
Slave queue ID: 0

# ip link show
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT qlen 1
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: priveth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP mode 
DEFAULT qlen 1000
link/ether 00:50:56:05:a3:1d brd ff:ff:ff:ff:ff:ff
3: pubeth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq
state UP mode DEFAULT qlen 1000
link/ether 00:50:56:05:e0:44 brd ff:ff:ff:ff:ff:ff
4: pubeth1: <BROADCAST,MULTICAST,SLAVE,UP,LOWER_UP> mtu 1500
qdisc mq master bond0 state UP mode DEFAULT qlen 1000 
link/ether 00:50:56:05:0a:ea brd ff:ff:ff:ff:ff:ff
5: pubeth2: <BROADCAST,MULTICAST,SLAVE,UP,LOWER_UP> mtu 1500
qdisc mq master bond0 state UP mode DEFAULT qlen 1000 
link/ether 00:50:56:05:0a:ea brd ff:ff:ff:ff:ff:ff
6: eth0: <BROADCAST,MULTICAST> mtu 1500 qdisc mq state DOWN mode DEFAULT qlen 1000
link/ether 00:50:56:05:41:53 brd ff:ff:ff:ff:ff:ff
7: priveth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP mode 
DEFAULT qlen 1000
link/ether 00:50:56:05:e0:41 brd ff:ff:ff:ff:ff:ff
8: bond0: <BROADCAST,MULTICAST,MASTER,UP,LOWER_UP> mtu 1500 qdisc
noqueue state UP mode DEFAULT qlen 1000
link/ether 00:50:56:05:0a:ea brd ff:ff:ff:ff:ff:ff

NIC replacement operation

# /opt/VRTSnas/scripts/net/net_device_add.sh -r 00:50:56:05:e0:45
-w 00:50:56:05:41:53
100% [#] Success: Device replace successful.

After NIC replacement
# cat /proc/net/bonding/bond0
Ethernet Channel Bonding Driver: v3.7.1 (April 27, 2011)

Bonding Mode: load balancing (round-robin) 
MII Status: up
MII Polling Interval (ms): 100 
Up Delay (ms): 0
Down Delay (ms): 0

Slave Interface: pubeth1 
MII Status: up
Speed: 10000 Mbps 
Duplex: full
Link Failure Count: 0
Permanent HW addr: 00:50:56:05:0a:ea 
Slave queue ID: 0

Slave Interface: pubeth2 
MII Status: up
Speed: 10000 Mbps 
Duplex: full
Link Failure Count: 0
Permanent HW addr: 00:50:56:05:41:53 
Slave queue ID: 0