Today's Page Hits: 208
I have more hair and it isn't so grey. :->
This page validates as XHTML 1.0, and will look much better in a browser that supports web standards, but it is accessible to any browser or Internet device. It was created using techniques detailed at glish.com/css/.
As mentioned, I have a minimal install for my OpenSolaris test machines. Evidently I am missing something quite important for getting a host network up and running:
# ./vnic_setup.sh 0:1:4a:f2:31:34 ./vnic_setup.sh: line 42: /usr/lib/vna: No such file or directory
Hmm, I can either load the iso and get the real files or learn how to work with the NAT mode.So either I do a complete reinstall or I figure how to get just a couple of files over. Sounds like I should learn about NAT anyway.
With two machines and NAT, they are both getting the same address. I could use the Internal Network option, but I'm still going to have to reinstall. Hmm, when I do a machine, I select Core Configure and add the following:
BIND DNS Name server and tools BIND Name server Manifest Filebench Freeware Compression Tools Perl-Compatible Regular Expressions Freeware shells Freeware Other Utilities GLIB XCU4 Utilities GNU Autotools Secure Shell GNU which gcmn - Common GNU package gdb ggrep gtar Lint Libraries (root) Lint Libraries (usr) GNU binutils GNU diffutils Perl 5.6.1 (core) Perl 5.6.1 (non-core) GNU textinfo Libevent Get all of System and Network Admin Live Upgrade Software MDB (root) Programming Tools resource pool (root) Resource Pools in core software for resource pools Solaris Zones Vi IMproved autoconf bcc coreutils rsync ROCSEC_GSS Kerberos V5 KDC (root) Kerberos V5 Master KDC (root) Kerberos Version 5 support (kernel) NIS Server for Solaris (root) NIS Server for Solaris (usr) Interprocess Communication
Time to find what I need to add. First we need to look in the ISO image:
[tdh@warlock ~]> sudo lofiadm -a /zoo/isos/x86/snv85/solarisdvd.iso /dev/lofi/1 [tdh@warlock ~]> sudo mount -F hsfs /dev/lofi/1 /mnt [tdh@warlock Product]> cd /mnt/Solaris_11/Product/ [tdh@warlock Product]> grep lib/vna */pkgmap SUNWcsu/pkgmap:1 f none usr/lib/vna 0555 root bin 12592 13767 1204942578
Hmm, wait, I need to find that on my host system and not the guest machine. D'Oh!
[tdh@warlock lib]> uname -a SunOS warlock 5.11 snv_73 i86pc i386 i86pc [tdh@warlock lib]> sudo lofiadm -d /zoo/isos/x86/snv7 snv79/
I have the DVD, but 73 is ancient! But I'll check:
[tdh@warlock Product]> grep lib/vna SUNWcsu/pkgmap [tdh@warlock Product]>
Ugh, the biggest hassle is that I use this machine as a Sun Ray Server. Okay, time for a reinstall!