Solaris 11.4.2.3.0 - dladm link names mapping


 
Thread Tools Search this Thread
Operating Systems Solaris Solaris 11.4.2.3.0 - dladm link names mapping
# 1  
Old 10-29-2018
Solaris 11.4.2.3.0 - dladm link names mapping

Hi all,


I have never wondered where is the mapping of the link names to physical device path display under

Code:
dladm show-phys

until today.


fmadm list reported nic port failure and i am trying to mapped it to the correct linkname in dladm show-link / dladm show-phys to see if the link is actually up and running or down.


I remember it used to be under /etc/dladm/ , so i went to list it


Code:
ls -la /etc/dladm/
total 29
drwxr-xr-x   2 netadm   netadm         6 Oct 29 17:02 .
drwxr-xr-x  88 root     sys          181 Oct 29 20:56 ..
-rw-r--r--   1 netcfg   netadm      1296 Jun 14 16:06 datalink-Automatic.conf.obsolete
-rw-r--r--   1 netcfg   netadm       512 Sep  7 02:38 datalink-DefaultFixed.conf.obsolete
-rw-r--r--   1 netcfg   netadm      1564 Oct 27 14:30 datalink.conf.obsolete
-rw-rw----   1 dladm    netadm       186 Oct 27 14:08 secobj.conf

Everything has a .obsolete tag behind and i remember that i have recently updated to 11.4
So i went back to mount my old 11.3 boot environment and realize those files in the same path doesn't have a .obsolete behind.


So long story short,

a) do you guys on 11.4 have these .obsolete files as well ?

b) if these files are obsolete, where does 11.4 store these link-to-device information now ?


SmilieSmilieSmilie


Regards,
Noob

Last edited by javanoob; 10-29-2018 at 02:43 PM.. Reason: clarity
# 2  
Old 11-12-2018
Hi,
Try
Code:
dladm show-phys -L

and just
Code:
dladm

I hope you will find what you are looking for..
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Mapping Oracle SGA memory into physical files in Solaris.

Is there a way by which we could map Oracle SGA memory into physical files in solaris. We could find these physical files in /dev/shm/ folder in linux environment but they are missing in solaris. (1 Reply)
Discussion started by: arjun_chauhan
1 Replies

2. Shell Programming and Scripting

Creating unique mapping from multiple mapping

Hello, I do not know if this is the right title to use. I have a large dictionary database which has the following structure: where a b c d e are in English and p q r s t are in a target language., the two separated by the delimiter =. What I am looking for is a perl script which will take... (5 Replies)
Discussion started by: gimley
5 Replies

3. Solaris

[beginner] dladm create-bridge

hello everyone, I'm a new user and unix-beginner. I've just installer solaris 11 on my home server, disabled some services, created a fallback BE, enabled speedstep, etc and now I'm trying to create some zones. I'd like to have an exclusive ip zone and, as far as I know, I sould assignate it... (12 Replies)
Discussion started by: kimj
12 Replies

4. Solaris

ifconfig -a vs dladm show-dev and IP ?

Can anyone please explain what does these means ? # dladm show-dev nxge0 link: up speed: 1000 Mbps duplex: full nxge1 link: up speed: 1000 Mbps duplex: full e1000g0 link: up speed: 1000 Mbps duplex: full e1000g1 ... (6 Replies)
Discussion started by: dehetoxic
6 Replies

5. Solaris

remove interface from dladm

Greetings how can i remove an interface from dladm? i want to remove ce3 and ce4 which are not even plumbed but still shown in dladm output :( dladm show-dev ce0 link: unknown speed: 1000 Mbps duplex: full ce1 link: unknown speed: 1000 Mbps duplex:... (3 Replies)
Discussion started by: kashif_islam
3 Replies

6. Solaris

Link for solaris on x86

Hi All, Can any body guide me towards the x86 link? I need to understand the disk slice and booting sequences in x86 as I have to give my SA1. Please help. (4 Replies)
Discussion started by: kumarmani
4 Replies

7. UNIX for Advanced & Expert Users

Solaris to HP-UX 11i v2 kernel parameter mapping

Can anyone reference me where I can find info or if someone knows the mapping of Solaris kernel parameters to HP-UX 11i v2 O/S on Integrity server? Your response would be greatly appreciated. Thanks. -Lou :) (1 Reply)
Discussion started by: nylou97
1 Replies

8. Solaris

dladm use

Thanks to DukeNuke for the suggestion of dladm before. I was able to upgrade my machine to Solaris 10. I am checking out the sue of dladm, but I am a bit confused. In order to team 2 NIC ports together on my qud ethernet card do I just do this: dladm create aggr -d ce0 -d ce1 key Do I need to... (1 Reply)
Discussion started by: hshapiro
1 Replies

9. Solaris

[help] about symbolic link solaris 8

hi experts, i had create wrong symbolic link on my server use this ln -s /opt/EBS /export/home/EBS, cause i had create an EBS directory on /export/home/EBS/ so the command ln create EBS directory on /export/home/EBS/EBS/.... how to remove the EBS that had created by ln command ? thank you... (1 Reply)
Discussion started by: bucci
1 Replies
Login or Register to Ask a Question