Follow steps from this blog:
http://malsserver.blogspot.com/2008/08/setting-up-static-network-configuration.html
Tested with fresh install of 2009.09
Showing posts with label opensolaris. Show all posts
Showing posts with label opensolaris. Show all posts
Thursday, May 27, 2010
Monday, November 16, 2009
VMware, OpenSolaris ZFS, iSCSI
http://www.devtrends.com/index.php/opensolaris-iscsi-target/
OpenSolaris Jumbo Frame and Link Aggregation
Change to static IP
# pfexec svcadm disable physical:nwam
# pfexec svcadm enable physical:default
- Change /etc/nsswitch.conf to dns
- populate /etcresolv.conf
- populate /etc/hosts
- populate /etc/hostname
- popularte /etc/defaultrouter
e.g. if aggregation link is aggr1 then echo "10.10.10.1/24" > /etc/hostname.aggr1
Jumbo Frame
http://sigtar.com/2009/07/12/opensolaris-jumbo-frames/
Link Aggregation
http://sigtar.com/2009/08/03/opensolaris-network-teaming/
# pfexec svcadm disable physical:nwam
# pfexec svcadm enable physical:default
- Change /etc/nsswitch.conf to dns
- populate /etcresolv.conf
- populate /etc/hosts
- populate /etc/hostname
- popularte /etc/defaultrouter
Jumbo Frame
http://sigtar.com/2009/07/12/opensolaris-jumbo-frames/
Link Aggregation
http://sigtar.com/2009/08/03/opensolaris-network-teaming/
Sunday, July 19, 2009
opensolaris 2009.06: enable jumbo frame on e1000g
Edit /kernl/drv/e1000g.conf
# vi /kernel/drv/e1000g.conf
and change 'MaxFrameSize' to appropriate value.
---
MaxFrameSize=2,2,2,2,2,2,0,0,0,0,0,0,0,0,0,0;
# 0 is for normal ethernet frames.
# 1 is for upto 4k size frames.
# 2 is for upto 8k size frames.
# 3 is for upto 16k size frames.
# These are maximum frame limits, not the actual ethernet frame
# size. Your actual ethernet frame size would be determined by
# protocol stack configuration (please refer to ndd command man pages)
# For Jumbo Frame Support (9k ethernet packet)
# use 3 (upto 16k size frames)
---
The first digit represent e1000g0, second digit represent e1000g1, and so on.
# vi /kernel/drv/e1000g.conf
and change 'MaxFrameSize' to appropriate value.
---
MaxFrameSize=2,2,2,2,2,2,0,0,0,0,0,0,0,0,0,0;
# 0 is for normal ethernet frames.
# 1 is for upto 4k size frames.
# 2 is for upto 8k size frames.
# 3 is for upto 16k size frames.
# These are maximum frame limits, not the actual ethernet frame
# size. Your actual ethernet frame size would be determined by
# protocol stack configuration (please refer to ndd command man pages)
# For Jumbo Frame Support (9k ethernet packet)
# use 3 (upto 16k size frames)
---
The first digit represent e1000g0, second digit represent e1000g1, and so on.
Subscribe to:
Posts (Atom)