hi
first i download the vid file from internet =>
http://murzim.tistory.com/entry/Atheros-AR8151AR8161-custom-driver-on-ESXi
then with the help of this video link from vmware =>
Installing async drivers on VMware ESXi 5.0, 5.1, and 5.5 – Part 2 – YouTube
which as below:
first copy downloaded driver to datastore from esxi win client or web client or sap software (like winSCP)
the put server in maintenance mode by client or the following code:
> esxcli system maintenanceMode Set —enable true
then copy copied file to /var/log/vmware path
install by
*for .vib files
>esxcli software via install -v /var/log/vmware/*.vib
*for *bundle*.zip files
>esxcli software via install -d /var/log/vmware/*.zip
then restart server by
>reboot
wait until server completely boot up
see if driver is installed and eth is detect by
>lspci -v | grep “Class 0200” -B 1
it should be shown something like this:
[root@localhost:~] lspci -v | grep “Class 0200” -B 1
0000:02:00.0 Ethernet controller Network controller: Qualcomm Atheros AR8161 Gigabit Ethernet [vmnic2]
Class 0200: 1969:1091
—
0000:04:00.0 Ethernet controller Network controller: D-Link System Inc DGE-528T Gigabit Ethernet Adapter [vmnic0]
Class 0200: 1186:4300
—
0000:04:01.0 Ethernet controller Network controller: D-Link System Inc DGE-528T Gigabit Ethernet Adapter [vmnic1]
Class 0200: 1186:4300
if its [vmnic*] is there in end of the network adapter name ,its mean driver installation has successfully
remember put back serve from maintenance mode by this command
> esxcli system maintenanceMode Set —enable false
I have been reading out a few of your posts and i can claim clever stuff. I will make sure to bookmark your site.
I am sure this post has touched all the internet viewers,
its really really good article on building up new weblog.
Its like you read my thoughts! You appear to grasp a lot approximately this, such as you
wrote the book in it or something. I think that you could do with a few p.c.
to pressure the message home a bit, but instead of that, this is fantastic blog.
A great read. I’ll certainly be back.
certainly like your web site however you have to take a look
at the spelling on several of your posts. Several
of them are rife with spelling issues and I find it
very troublesome to tell the truth however I’ll surely come back again.
Hi
Thanks for your replay
You right
I take your advise
Hello there, I discovered your site via Google at the same time as looking for a comparable subject, your web site got here
up, it looks good. I have bookmarked it in my google
bookmarks. Hi there, simply become aware of your blog
thru Google, and found that it is truly informative. I am gonna watch out for brussels.
I will appreciate should you proceed this
in future. Many other folks will probably be benefited out of your writing.
Cheers!
Ahaa, iits pleeasant dialoguhe abokut this pece off writing aat tis place aat this weeb site, I hhave rdad alll that, so noow mme also
commenting aat thiis place.
It’s the best time to make some plans for the future and it’s time to be happy.
I’ve read this post and if I could I wish to suggest you few interesting things or advice.
Maybe you can write next articles referring to this article.
I wish to read even more things about it!
I’ll immediately snatch your rss feed as I can not find your e-mail subscription link or e-newsletter service.
Do you have any? Please let me understand in order that I could subscribe.
Thanks.
for copy file to that directory you should first find datastore drive from vmfs/volumes
(usually its is in second partition)
then with this code copy drivers to that location
cp vmfs/volumes/****/downloads/***.vib /var/log/vmware