Hi,
So I wanted to see what process Id is using network, i want to map process id -> ip
When im on linux, I do it using netstat -tnp (tcp, no resolve, processId)
as I understand, in Solaris 11 (solaris11 5.11 11.0) it cannot be done since netstat is different.
I need to use "lsof" or "sockstat", but both cannot be found ("whereis" cannot be found either).
How do i get all these packages ?
root@solaris11:~# pkg install sockstat
pkg: 0/1 catalogs successfully updated:
Unable to contact valid package repository
Encountered the following error(s):
Unable to contact any configured publishers.
This is likely a network configuration problem.
Framework error: code: 56 reason: Recv failure: Connection reset by peer
URL: 'http://pkg.oracle.com/solaris/release'. (happened 4 times)
root@solaris11:~#
Is it possible to get the package offline and install using dpkg ? Where do i download these packages from ? what is the proper way.
If i search them at http://pkg.oracle.com/solaris/release they cannot be found..
Thanks