Error Code details
V-16-10031-7504
Severity: Error 
Component: Cluster Server 
Message:
%s:Device %s not found. Could be a typo or Device attribute is not configured.
Description:

This message appears when the network device configured under the Veritas Cluster Server (VCS) NIC resource's Device attribute is not found on the system or the UP flag for the device is not set on the system.

 

Veritas solutions
Solution 1 Vote: [Useful] [Not useful]
Last Modified: 2011-03-01 19:12:52
Platform: Generic
Release: Generic
Content:

To determine if the configured network device is on the system and whether the UP flag for the device is set, enter:

# ip link show device

Where device is the name of the network device configured under the VCS NIC resource's Device attribute.

To change the state of the device to UP, enter:

# ip link set device up


device has the same meaning as above.