Sponsored Content
Operating Systems AIX AIX - NIC device explanation need Post 303035899 by RecoveryOne on Friday 7th of June 2019 01:47:50 PM
Old 06-07-2019
Sorry been tied up with other tasks and haven't spent much time on forums.


So from what you posted you can see that the alias does exist!

Code:
[root@xxx] / > odmget -q "name = en6" CuAt CuAt:         name = "en6"         attribute = "alias4"         value = "10.176.x.127,255.255.x.x"         type = "R"         generic = "DU"         rep = "s"         nls_index = 0

So, to remove it:
Code:
chdev -l en6 -a delalias4=10.176.x.127,255.255.x.x

Where the x's are filled in with the real value's from the odmget command.
Just make sure nothing is expecting to use that alias before you remove it!
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Dleting a Device in AIX 4.3

I need to delete a TTY in my AIX 4.3 system. I have tried using the smit but everytime I try it, there is a message telling me that the device is in use and cannot be changed. How do I take the device "offline", so to speak, so that I can edit the settings and/or delete it. V/R Djassi (3 Replies)
Discussion started by: djassi
3 Replies

2. UNIX for Dummies Questions & Answers

NIC and Device NO to Change

I am a beginer in unix . I would like to know what is the command in orser to change NIC and Device NO (1 Reply)
Discussion started by: Ilias Kappatos
1 Replies

3. AIX

AIX -How to find which NIC is on which PCI card

Hi All, How can I find out which is ETH5 on my AIX P5 system. I have about seven different NIC card on this. I did move the cable to each one but still I was not able to see the link light up when I did netstat -v Any idea? Thanks. (2 Replies)
Discussion started by: samnyc
2 Replies

4. Solaris

x86 Solaris 10 nic driver added but not attached. NIC is not detected.

I couldn't install my nic in solaris 10. I compiled and added the driver but failed to attach the driver and ifconfig output shows only loopback dev. Please see the following output and tell me whether my nic has been detected and why the driver failed to attach? My nic is detected in linux... (0 Replies)
Discussion started by: vectrum
0 Replies

5. AIX

Explanation of C Compiler for AIX

Hi, I have the following packages installed on my AIX server xlC.aix50.rte 10.1.0.2 COMMITTED XL C/C++ Runtime for AIX 5.3 xlC.cpp 9.0.0.0 COMMITTED C for AIX Preprocessor xlC.msg.en_US.cpp 9.0.0.0 COMMITTED C for AIX Preprocessor xlC.msg.en_US.rte 10.1.0.2 COMMITTED XL C/C++ Runtime xlC.rte... (4 Replies)
Discussion started by: jimthompson
4 Replies

6. Red Hat

I want to tune NIC's rps, rfs and xps value. which NIC device should I modify.

Dear All I want tune my NIC's rps, rfs and xps value. In my system I have two NIC (eth0, eth1) and I have a bond0 ( eth0, eth1). Here is the question? Which device should I modify ? eth0 and eth1? or just modify bond0 or modify all device (eth0, eth1, bond0) Any advice is welcome.... (0 Replies)
Discussion started by: nnnnnnine
0 Replies

7. AIX

AIX Frame: NIC port down

NIC port is down on IBM Frame. From the back its slot C7/C8. The network switch is the problem, and a new switch will be coming into play. There's one VIO and one LPAR. How do i tell the port is down in the OS on the VIO? And how can i verify it's backup without pulling cables? We have a... (1 Reply)
Discussion started by: gps1976
1 Replies

8. Linux

Add two different subnet public IPs to single NIC or two different NIC on same box

Hello Admins, My ask is how can I add two different subnet IPs to same box with two different gateways? The issue is I can connect to the box when I am on ethernet LAN, but I am not able to connect to the same IP when I am on wifi. The server is RHEL 7 VM on vmware. How can I get connected... (4 Replies)
Discussion started by: snchaudhari2
4 Replies

9. UNIX for Beginners Questions & Answers

Configuring NIC device in Solaris 9 SPARC OS [QEMU]

I have Xubuntu 18.04 installed on my PC. I have created a 10G .img image file created by QEMU-IMG. I have installed inside of it Solaris 9 SPARC edition . If I try and mount the image file as a loop device (using sudo losetup /dev/loop0 /path-to-img-file) I can only mount it as read only. ... (1 Reply)
Discussion started by: alphatron150
1 Replies
lsdev(1M)																 lsdev(1M)

NAME
lsdev - list device drivers in the system SYNOPSIS
driver | class] block_major] char_major] major] [major ...] DESCRIPTION
The command lists, one pair per line, the major device numbers and driver names of device drivers configured into the system and available for invocation via special files. A in either the block or character column means that a major number does not exist for that type. If no arguments are specified, lists all drivers configured into the system. If the option is specified, will not print a heading. This option may be useful when the output of will be used by another program. The and options are used to select specific device drivers for output. If more than one option is specified, all drivers that match the criteria specified by those options will be listed. These search options are divided into two types: name search keys (the and options) and major number search keys (the and options). If both types of options are present, only entries that match both types are printed. The same type of option may appear more than once on the command line with each occurrence providing an ORing effect of that search type. The and options may not be specified at the same time. The ability to process major arguments is provided for compatibility and functions like the option. Options List device drivers that match class. List device drivers with the name driver. List device drivers with a block major number of block_major. List device drivers with a character major number of char_major. List device drivers with either a character major number or block major equal to major. DIAGNOSTICS
The and options may not be specified at the same time. A major number is malformed or out of range. EXAMPLES
To output entries for all drivers in the class: To output entries that are in the class that have either a block or character major number of To get the character major number of into a shell environment variable: WARNINGS
Some device drivers available from the system may be intended for use by other drivers. Attempting to use them directly from a special file may produce unexpected results. A driver may be listed even when the hardware requiring the driver is not present. Attempts to access a driver without the corresponding hardware will fail. only lists drivers that are configured into the currently executing kernel. For a complete list of available drivers, please run (see sam(1M). DEPENDENCIES
Since relies on the device driver information provided in a routine, may not list drivers installed by other means. AUTHOR
was developed by HP. SEE ALSO
sam(1M). Section 7 entries related to specific device drivers. lsdev(1M)
All times are GMT -4. The time now is 02:37 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy