Originally posted by: jjacobso
I'm trying to remove an install interface that is defined on the NIM Master. When I try using the Remove a Network Install Interface from smit nim_mac_if, it fails with this message...
0042-001 nim: processing error encountered on "master":
0042-130 m_chmaster: "net_settings" cannot be specified as an attribute
for this operation
** Use lsnim -q <operation> <object name> or
lsnim -q <operation> -t <type> to list required and optional
resources and attributes for a particular NIM operation.
F6=Command displays the following...
rmmac_if()
|
{
|
SEQNO=${2##if}
|
nim -o change -a "$2=" ${3:+-a "cable_type$SEQNO="} ${4:+-a "n
|
et_settings$SEQNO="} $1
|
exit $?
|
}
|
| rmmac_if 'master' 'if3' 'N/A' 'none' -d 'none'
Does anyone know the command from the CL?
Thanks!
#AIX-Forum