{"id":216,"date":"2009-07-24T09:47:51","date_gmt":"2009-07-24T07:47:51","guid":{"rendered":"http:\/\/nico-maas.de\/wordpress\/?p=216"},"modified":"2009-07-29T08:39:30","modified_gmt":"2009-07-29T06:39:30","slug":"install-sunray-server-software-4-1-on-ubuntu-jeos-server-9-04-i386-running-under-esxi-4-0","status":"publish","type":"post","link":"https:\/\/www.nico-maas.de\/?p=216","title":{"rendered":"Install SunRay Server Software 4.1 on Ubuntu JeOS Server 9.04 i386 (running under ESXi 4.0)"},"content":{"rendered":"<p>Hi Guys,<\/p>\n<p>this Guide did cost me a lot of nerves and time, but its finally complete!<br \/>\nThe most of this stuff is ripped from <a href=\"http:\/\/wiki.sun-rays.org\/index.php\/SRSS_4.1_on_Ubuntu_Server_%28i386_and_amd64%29\">this<\/a> nearly perfect guide.<br \/>\nBut problem is, I did had some difficulties setting it up and got into serious troubles about dhcp (not working), dpkg (screwed up totaly) and other nasty things.<br \/>\nIn the end I did this installation about 4 times, but now its working, and guess what? I did do complete notes! And I'm going to share these with you! ^^.<\/p>\n<p>So, thats the end of the setup:<br \/>\nAn Ubuntu JeOS Server 9.04 i386 with Vmware Tools, running on a ESXi 4.0 machine, with an SunRay Server Software (SRSS) Version 4.1!<br \/>\nNow, thats somethin' ain't it?<br \/>\nOk, lets rock!<\/p>\n<p><strong>Ubuntu Setup<\/strong><br \/>\n1) Download Ubuntu-Server 9.04 i386 image ( http:\/\/www.ubuntu.com\/getubuntu\/download-server )<br \/>\n2) Upload it onto your VMWare machine<br \/>\n3) Setup an new VM (Custom, Ubuntu Linux(32bit!), 2(!!) NIC Cards, Dynamic (SIZE) HDD(!!!))<br \/>\n4) Install Ubuntu Server with JeOS (so, boot the VM, choose your Language on the inital Ubuntu Setup Screen, press F4 and chose the \"Minimal Virtual Machine\" and then press Install Ubuntu)<br \/>\n5) Just an normal installation, you can choose the \"Base System\" and \"OpenSSH Server\" as additional \"apt-get\"'s.<br \/>\n6) After installation you need to install gdm:<br \/>\n sudo apt-get install ubuntu-desktop<br \/>\n sudo apt-get install gdm<br \/>\n sudo \/etc\/init.d\/gdm start<br \/>\n sudo dpkg-reconfigure xserver-xorg<br \/>\n7) Just do an quick sudo apt-get update, sudo  apt-get upgrade to see wheter everything is alright.<br \/>\n8) Thats it, your Ubuntu Server is working!<\/p>\n<p><strong>SRSS 4.1 Setup<\/strong><br \/>\n0) Got root?<br \/>\n sudo su<\/p>\n<p>1) Get the required packages<br \/>\n apt-get install libldap-2.4-2 libmotif3 module-assistant tk8.4 tomcat5.5 sun-java6-jre<br \/>\n apt-get install ldap-utils dhcp3-server nscd gawk iputils-ping pdksh unzip alien libgdbm3<br \/>\n apt-get install libx11-6 libfreetype6 libsasl2-2 libxt6 zlib1g gdm devscripts xkb-data-legacy<br \/>\n apt-get install xfonts-base atftpd xfonts-100dpi xfonts-75dpi xfonts-cyrillic wget ed<\/p>\n<p>1 1\/2) REBOOT!<br \/>\n  reboot<\/p>\n<p>2) Download and Unzip SRSS<br \/>\n cd \/tmp\/srss<br \/>\n download SRSS 4.1 package from sun.com (doesn't matter, I used the SUSE Enterprise Package, should be all the same!)<br \/>\n unzip srss_4.1_linux.zip<\/p>\n<p>3) Convert all .rpm to .deb packages<br \/>\n find srss_4.1 -name \"SUNW*i386.rpm\" -exec alien -d {} \\;<\/p>\n<p>4) Install the .deb packages<br \/>\n find . -name \"sunw*deb\" -exec dpkg -i {} \\;<\/p>\n<p>5) Apply Patches<br \/>\n wget -O \/tmp\/srss\/Patch-SUNWut41-1.txt http:\/\/wiki.sun-rays.org\/images\/6\/67\/Patch-SUNWut41-1.txt<br \/>\n wget -O \/tmp\/srss\/Patch-SUNWutref.txt http:\/\/wiki.sun-rays.org\/images\/1\/15\/Patch-SUNWutref.txt<br \/>\n wget -O \/tmp\/srss\/Patch-SUNWkio.txt http:\/\/wiki.sun-rays.org\/images\/f\/ff\/Patch-SUNWkio.txt<br \/>\n cd \/opt<br \/>\n patch -p0 <\/tmp\/srss\/Patch-SUNWut41-1.txt\n patch -p0 <\/tmp\/srss\/Patch-SUNWutref.txt\n patch -p0 <\/tmp\/srss\/Patch-SUNWkio.txt\n\n\n6) init.d startup-script\n wget -O \/etc\/init.d\/zsunray-init http:\/\/wiki.sun-rays.org\/images\/3\/33\/Zsunray-init41.sh\n chmod 755 \/etc\/init.d\/zsunray-init\n update-rc.d zsunray-init defaults 99 01\n\n\n7) more preparations\n ln -s \/usr\/lib\/jvm\/java-6-sun\/jre \/etc\/opt\/SUNWut\n mkdir -p \/var\/dt\n rm -f \/etc\/opt\/SUNWut\/gmSignature\n touch \/etc\/opt\/SUNWut\/gmSignature\n chmod 644 \/etc\/opt\/SUNWut\/gmSignature\n\n\n8) links global xkb settings into SRSS\n mv \/opt\/SUNWut\/lib\/xkb \/opt\/SUNWut\/lib\/xkb.bak\n ln -s \/usr\/share\/X11\/xkb \/opt\/SUNWut\/lib\n cp -a \/opt\/SUNWut\/lib\/xkb.bak\/xkbtable.map \/opt\/SUNWut\/lib\/xkb\/\n ln -s \/var\/lib\/xkb \/opt\/SUNWut\/lib\/xkb\/compiled\n ln -s \/usr\/bin\/xkbcomp \/opt\/SUNWut\/lib\/xkb\/xkbcomp\n\n\n9) start utsyscfg to let it create some links (ignore errors)\n \/etc\/init.d\/utsyscfg start\n \/etc\/init.d\/utsyscfg stop\n\n\n10) replace $PLATFORM variables with utsyscfg created in \/etc\/opt\/SUNWut\/lib\/\n sed -i -e 's\/\\$PLATFORM\/i686\/' \/etc\/opt\/SUNWut\/xinitrc.d\/0100.SUNWut\n sed -i -e 's\/\\$PLATFORM\/i686\/' \/etc\/pam.d\/gdm\n\n\n11) modify \/etc\/pam.d\/gdm\n move all @include statements in \/etc\/pam.d\/gdm to the bottom\n comment out all pam entries referring to pam_sunray_hotdesk.so as Hotdesking seems to be currently broken\n\n\n12) modify \/etc\/gdm\/gdm.conf. it should contains following things in [daemon]:\n VTAllocation=false\n DynamicXServers=true\n Greeter=\/usr\/lib\/gdm\/gdmgreeter\n RebootCommand=\n HaltCommand=\n XKeepsCrashing=\/etc\/opt\/SUNWut\/gdm\/XKeepsCrashing.sunray\n\nif unsure, use this version: (USE IT!)\n wget -O \/etc\/gdm\/gdm.conf http:\/\/wiki.sun-rays.org\/images\/0\/05\/Gdm41.txt\n\n\n13) link \/etc\/gdm\/custom.conf\n ln -sf \/etc\/gdm\/gdm.conf \/etc\/gdm\/custom.conf\n\n\n14) empty dhcpd.conf if you haven't used dhcp yet\n mv \/etc\/dhcp3\/dhcpd.conf \/etc\/dhcp3\/dhcpd.conf.sample\n touch \/etc\/dhcp3\/dhcpd.conf\n\n\n15) link libutdev.so.1 into \/usr\/lib to have USB mounting working properly\n ln -s \/opt\/SUNWut\/lib\/libutdev.so.1 \/usr\/lib\/\n ldconfig\n\n\n16) Only for x64\n\n\n17 1\/2) give second eth card dhcpd rights:\n vi \/etc\/default\/dhcp3-server\n for example: INTERFACES=\"eth1\"\n\n\n17) if doing a clean new install, go and configure SRSS\n \/opt\/SUNWut\/sbin\/utadm -A <interface> # Interface, for example eth1<br \/>\n \/opt\/SUNWut\/sbin\/utconfig<br \/>\n - if asked during utconfig make sure to answer \/usr\/share\/tomcat5.5 for the tomcat path<br \/>\n - everything default EXCEPT tomcat path and remote server admin on ON<\/p>\n<p>18) check dhcpd.conf (if you want DHCP)<br \/>\nmake sure that \/etc\/dhcp3\/dhcpd.conf contains the include statements for your added subnet\/interface<br \/>\ntry: \/etc\/init.d\/dhcp3-server restart<br \/>\nIf its NOT working, or you get problems with permissions, build your own dhcpd.conf a new! ;-):<\/p>\n<p> mv \/etc\/dhcpd\/dhcpd.conf \/etc\/dhcpd\/dhcpd.bak<br \/>\n cat \/etc\/opt\/SUNWut\/net\/dhcp\/SunRay-options > \/etc\/dhcp3\/dhcpd.conf<br \/>\n cat \/etc\/opt\/SUNWut\/net\/dhcp\/SunRay-interface-eth1 >> \/etc\/dhcp3\/dhcpd.conf<\/p>\n<p>19) patch and build the required kernel modules<br \/>\na) prepare for kernel module building:<br \/>\n m-a -t prepare<\/p>\n<p>b) download and apply patches<br \/>\n wget -O \/tmp\/utadem.patch http:\/\/wiki.sun-rays.org\/images\/0\/0c\/Utadem-4.1-50.nww.patch.txt<br \/>\n wget -O \/tmp\/utio.patch   http:\/\/wiki.sun-rays.org\/images\/5\/5d\/Utio-4.1-50.nww.patch.txt<br \/>\n wget -O \/tmp\/utdisk.patch http:\/\/wiki.sun-rays.org\/images\/e\/e0\/Utdisk-4.1-50.nww.patch.txt<br \/>\n cd \/usr\/src\/SUNWut<br \/>\n patch -p0 <\/tmp\/utadem.patch\n patch -p0 <\/tmp\/utio.patch\n patch -p0 <\/tmp\/utdisk.patch\n\nc) compile kernel modules\n make -C \/usr\/src\/SUNWut\/utadem clean default install\n make -C \/usr\/src\/SUNWut\/utio  clean default install\n make -C \/usr\/src\/SUNWut\/utdisk clean default install\n depmod -a\n\n\n20) add an Xsession.d job for SRSS setup on Xnewt start\n wget -O \/etc\/X11\/Xsession.d\/10SUNWut http:\/\/wiki.sun-rays.org\/images\/d\/d5\/10SUNWut.41b.sh\n\n\n21) check that \/etc\/X11\/xorg.conf contains correct FontPath statements\n Section \"Files\"\n      FontPath        \"\/usr\/share\/fonts\/X11\/misc\"\n      FontPath        \"\/usr\/share\/fonts\/X11\/cyrillic\"\n      FontPath        \"\/usr\/share\/fonts\/X11\/100dpi\/:unscaled\"\n      FontPath        \"\/usr\/share\/fonts\/X11\/75dpi\/:unscaled\"\n      FontPath        \"\/usr\/share\/fonts\/X11\/Type1\"\n      FontPath        \"\/usr\/share\/fonts\/X11\/100dpi\"\n      FontPath        \"\/usr\/share\/fonts\/X11\/75dpi\"\n      FontPath        \"\/var\/lib\/defoma\/x-ttcidfont-conf.d\/dirs\/TrueType\"\n EndSection\n\n\n22) globally enable the XKB exentsion for all sessions\n \/opt\/SUNWut\/bin\/utxconfig -a -k on\n\n\n23) install and setup pulseaudio for audio support\na) install required packages\n apt-get install pavucontrol pavumeter paman padevchooser paprefs pulseaudio\n apt-get install pulseaudio-utils pulseaudio-module-gconf  pulseaudio-module-hal\n apt-get install pulseaudio-module-x11 libasound2-plugins gstreamer0.10-pulseaudio\n apt-get install ubuntu-sounds pulseaudio-esound-compat alsaplayer-alsa\n\nb) creation of global utpulse.pa file in \/opt\/SUNWut\/lib with the following content\n load-module module-oss device=UTAUDIODEV playback=1 record=1 fragment_size=8192\n load-module module-native-protocol-unix\n\nc) creation of pulseaudio setup script 66SUNW-pulseaudio in \/etc\/X11\/Xsession.d with the following content: \nset +e\npkill -U $USER esd\npkill -U $USER pulseaudio\nset -e\n\nunset LD_PRELOAD\nif [ ! -d ${HOME}\/.pulse ] ; then\n  mkdir ${HOME}\/.pulse\nfi\n\n# create pulseaudio configuration for utaudio\nPULSECONF=${HOME}\/.pulse\/default.pa\nsed \"s|UTAUDIODEV|$UTAUDIODEV|g\" \/opt\/SUNWut\/lib\/utpulse.pa > ${PULSECONF}<\/p>\n<p># create asoundrc for pulseaudio redirection<br \/>\nASOUNDRC=${HOME}\/.asoundrc<br \/>\necho -n > ${ASOUNDRC}<br \/>\necho \"pcm.!default { \" >> ${ASOUNDRC}<br \/>\necho \"  type pulse\" >> ${ASOUNDRC}<br \/>\necho \"}\" >> ${ASOUNDRC}<br \/>\necho \"ctl.!default { \" >> ${ASOUNDRC}<br \/>\necho \"  type pulse\" >> ${ASOUNDRC}<br \/>\necho \"}\" >> ${ASOUNDRC}<\/p>\n<p>24) link tftpd server directory<br \/>\n ln -s \/tftpboot \/var\/lib<\/p>\n<p>25) manually fix the Xsetup file<br \/>\nIt seems that the \/etc\/opt\/SUNWut\/gdm\/SunRayInit\/helpers\/Xsetup in SRSS 4.1 contains a minor,<br \/>\nbut important bug which prevents commands like 'utwho' and 'utfwload' from working properly on some Linux distros.<br \/>\nTo fix this script you have to manually edit it and make sure that the very first like contain the<br \/>\nexclamation mark (!) as shown here:<\/p>\n<p> #!\/bin\/ksh -p<\/p>\n<p>26) manually fix the finishsession file<br \/>\nIt seems that the \/opt\/SUNWkio\/lib\/finishsession file in SRSS 4.1 contains a minor bug which prevents the<br \/>\nPOST-execution scripts from being executed. To fix this script you have to manually edit it and make sure<br \/>\nthat the line with the if check for \"$theSessionUserDynDir\" actually contains the \"$\" sign. <\/p>\n<p> if [ -d \"$theSessionUserDynDir\" ]<\/p>\n<p>27) finally you can start the SRSS by issuing the following commands<br \/>\n \/etc\/init.d\/gdm restart<br \/>\n \/etc\/init.d\/zsunray-init stop<br \/>\n \/etc\/init.d\/zsunray-init start<\/p>\n<p>28) get server \"really\" online<br \/>\n \/opt\/SUNWut\/sbin\/utadm -l   # prints network config<br \/>\n \/opt\/SUNWut\/sbin\/utadm -L on  # gets server online<br \/>\n \/opt\/SUNWut\/sbin\/utrestart # needed to get server online<\/p>\n<p>29) reboot?<br \/>\nCan always help! You know the saying \"Linux: BE ROOT! Microsoft: RE-BOOT!\" ? \ud83d\ude09<\/p>\n<p>NOTES:<br \/>\n17) OLD config with subnet, you should NOT use that:<br \/>\n \/opt\/SUNWut\/sbin\/utadm -A <subnet> # Subnet for example 192.168.2.0<\/p>\n<p>17) utadm working example:<br \/>\n\/opt\/SUNWut\/sbin\/utadm -a eth1<br \/>\n### Configuring \/etc\/nsswitch.conf<br \/>\n### Configuring Service information for Sun Ray<br \/>\n### configuring eth1 interface at subnet 192.168.128.0<br \/>\n  Selected values for interface \"eth1\"<br \/>\n    host address:       192.168.128.1<br \/>\n    net mask:           255.255.255.0<br \/>\n    net address:        192.168.128.0<br \/>\n    host name:          SunRayServer-eth1<br \/>\n    net name:           SunRay-eth1<br \/>\n    first unit address: 192.168.128.16<br \/>\n    last unit address:  192.168.128.240<br \/>\n    auth server list:   192.168.128.1<br \/>\n    firmware server:    192.168.128.1<br \/>\n    router:             192.168.128.1<br \/>\n  Accept as is? ([Y]\/N):  Y<br \/>\n### successfully setup \"\/etc\/opt\/SUNWut\/net\/hostname.eth1\" file<br \/>\nWarning:  IP address \"192.168.128.1\" appears in \"\/etc\/hosts\" with another hostname, fix? ([Y]\/N):  Y<br \/>\n### successfully setup \"\/etc\/hosts\" file<br \/>\n### successfully setup \"\/etc\/opt\/SUNWut\/net\/netmasks\" file<br \/>\n### successfully setup \"\/etc\/networks\" file<br \/>\n### finished install of \"eth1\" interface<br \/>\n### Configuring firmware version for Sun Ray<br \/>\n        All the units served by \"SunRayServer\" on the 192.168.128.0<br \/>\n        network interface, running firmware other than version<br \/>\n        \"4.1_50_2008.09.25.12.37\" will be upgraded at their next power-on.<\/p>\n<p>### Configuring Sun Ray Logging Functions<\/p>\n<p>DHCP is not currently running, should I start it? ([Y]\/N):  Y<br \/>\n### Error: unable to start dhcp services.<br \/>\n    Please restart dhcp manually after utadm has completed.<\/p>\n<p>17) working utadm example:<br \/>\nConfigure Sun Ray Web Administration? ([y]\/n)? y<br \/>\nEnter Apache Tomcat installation directory [\/opt\/apache-tomcat]: \/usr\/share\/tomcat5.5<br \/>\nEnter HTTP port number [1660]: 1660<br \/>\nEnable secure connections? ([y]\/n)? y<br \/>\nEnter HTTPS port number [1661]: 1661<br \/>\nEnter Tomcat process username [utwww]: utwww<br \/>\nEnable remote server administration? (y\/[n])? y<br \/>\nConfigure Sun Ray Kiosk Mode? (y\/[n])? n<br \/>\nConfigure this server for a failover group? (y\/[n])? n<\/p>\n<p><strong>Update 139550-02 and 139727-01 <\/strong><\/p>\n<p>1) download patches<br \/>\n cd \/tmp<br \/>\n .... (download the patch update for the core package from [2]) http:\/\/sunsolve.sun.com\/pdownload.do?target=139550-02&method=h<br \/>\n .... (download the uttsc update package from [3] http:\/\/sunsolve.sun.com\/pdownload.do?target=139727-01&method=h<br \/>\n unzip 139550-02.zip<br \/>\n unzip 139727-01.zip<\/p>\n<p>2) convert<br \/>\n find 139550-02 139727-01 -name \"SUNW*i386.rpm\" -exec alien -d {} \\;<\/p>\n<p>3) install<br \/>\n find . -name \"sunw*deb\" -exec dpkg -i {} \\;<\/p>\n<p>4) apply patches<br \/>\n wget -O \/tmp\/Patch-patch.txt http:\/\/wiki.sun-rays.org\/images\/6\/6f\/Patch-patch-139550-02.txt<br \/>\n wget -O \/tmp\/Patch-SUNWutref.txt http:\/\/wiki.sun-rays.org\/images\/1\/15\/Patch-SUNWutref.txt<br \/>\n cd \/opt\/<br \/>\n patch -p0 <\/tmp\/Patch-SUNWutref.txt \n patch -p0 <\/tmp\/Patch-patch.txt\n\n\n5) apply \"old\" patches\n manually fix the Xsetup file\n It seems that the \/etc\/opt\/SUNWut\/gdm\/SunRayInit\/helpers\/Xsetup in SRSS 4.1 contains a minor, but important bug which prevents commands like 'utwho' and 'utfwload' from working properly on some Linux distros. To fix this script you have to manually edit it and make sure that the very first like contain the exclamation mark (!) as shown here:\n \n #!\/bin\/ksh -p\n\n manually fix the finishsession file\n It seems that the \/opt\/SUNWkio\/lib\/finishsession file in SRSS 4.1 contains a minor bug which prevents the POST-execution scripts from being executed. To fix this script you have to manually edit it and make sure that the line with the if check for \"$theSessionUserDynDir\" actually contains the \"$\" sign.\n\n if [ -d \"$theSessionUserDynDir\" ]\n\n\n6) restart SRSS\n \/etc\/init.d\/zsunray-init stop\n \/etc\/init.d\/zsunray-init start\n\n\n7) update the firmware in \/tftpboot \n (\/opt\/SUNWut\/sbin\/utfwadm -A -a -N all)\n \/opt\/SUNWut\/sbin\/utfwadm -A -a -n all\n\nOR\n\n7b) update the firmware in \/tftpboot for GUI firmware\n (\/opt\/SUNWut\/sbin\/utfwadm -A -a -N all -f \/opt\/SUNWut\/lib\/firmware_gui)\n \/opt\/SUNWut\/sbin\/utfwadm -A -a -n all -f \/opt\/SUNWut\/lib\/firmware_gui\n\n\n8) restart dhcpd\n \/etc\/init.d\/dhcp3-server restart\n\n\n\n\n<strong>Update 139550-01 <\/strong><\/p>\n<p>1) download patches<br \/>\n cd \/tmp<br \/>\n .... (download the patch update from http:\/\/sunsolve.sun.com\/pdownload.do?target=139550-01&method=h )<br \/>\n unzip 139550-01.zip<\/p>\n<p>2) convert<br \/>\n find 139550-01 -name \"SUNW*i386.rpm\" -exec alien -d {} \\;<\/p>\n<p>3) install<br \/>\n find . -name \"sunw*deb\" -exec dpkg -i {} \\;<\/p>\n<p>4) apply patches<br \/>\n wget -O \/tmp\/Patch-patch.txt http:\/\/wiki.sun-rays.org\/images\/5\/51\/Patch-patch.txt<br \/>\n wget -O \/tmp\/Patch-SUNWutref.txt http:\/\/wiki.sun-rays.org\/images\/1\/15\/Patch-SUNWutref.txt<br \/>\n cd \/opt\/<br \/>\n sudo patch -p0 <\/tmp\/Patch-SUNWutref.txt \n sudo patch -p0 <\/tmp\/Patch-patch.txt\n  \n\n5) apply \"old\" patches\n manually fix the Xsetup file\n It seems that the \/etc\/opt\/SUNWut\/gdm\/SunRayInit\/helpers\/Xsetup in SRSS 4.1 contains a minor, but important bug which prevents commands like 'utwho' and 'utfwload' from working properly on some Linux distros. To fix this script you have to manually edit it and make sure that the very first like contain the exclamation mark (!) as shown here:\n \n #!\/bin\/ksh -p\n\n manually fix the finishsession file\n It seems that the \/opt\/SUNWkio\/lib\/finishsession file in SRSS 4.1 contains a minor bug which prevents the POST-execution scripts from being executed. To fix this script you have to manually edit it and make sure that the line with the if check for \"$theSessionUserDynDir\" actually contains the \"$\" sign.\n\n if [ -d \"$theSessionUserDynDir\" ]\n\n\n6) restart SRSS\n \/etc\/init.d\/zsunray-init stop\n \/etc\/init.d\/zsunray-init start\n\n\n7) update the firmware in \/tftpboot \n (\/opt\/SUNWut\/sbin\/utfwadm -A -a -N all)\n \/opt\/SUNWut\/sbin\/utfwadm -A -a -n all\n\nOR\n\n7b) update the firmware in \/tftpboot for GUI firmware\n (\/opt\/SUNWut\/sbin\/utfwadm -A -a -N all -f \/opt\/SUNWut\/lib\/firmware_gui)\n \/opt\/SUNWut\/sbin\/utfwadm -A -a -n all -f \/opt\/SUNWut\/lib\/firmware_gui\n\n\n8) restart dhcpd\n \/etc\/init.d\/dhcp3-server restart\n\n\n\n\n<strong>Installing VMWare Tools<\/strong><br \/>\n<a href=\"http:\/\/chrysaor.info\/?page=faq#ubuntu904_tools\">http:\/\/chrysaor.info\/?page=faq#ubuntu904_tools<\/a><\/p>\n<p>Extract of the Weblog mentioned above:<br \/>\n<code><br \/>\nOpen a terminal window and execute the following command to download the script:<br \/>\nwget http:\/\/chrysaor.info\/scripts\/ubuntu904vmtools.sh<br \/>\nNow run the script that installs VMware Tools (Warning: it will download some files):<br \/>\nsudo bash .\/ubuntu904vmtools.sh<br \/>\nWhen the script promps for answers, just hit Enter as defaults are OK. If you're using VMware Fusion, Server or Workstation, reboot the virtual machine and you are done.<\/code><\/p>\n<p><strong>Cleaning up<\/strong><\/p>\n<p>Shrink VMware Image Files on Linux Appliances<br \/>\nPosted in: Unix \\ Linux, Vmware by Nico Maas on July 16, 2009<\/p>\n<p>Works only with dynamic HDDs!<\/p>\n<p>1. Backup!<br \/>\n2. Remove old \/ unused Packages<br \/>\n3. Remove downloaded Packages: sudo apt-get clean, Remove only old downloaded Packages: sudo apt-get autoclean<br \/>\n4. \u201cZeroOut\u201d unused Space: cat \/dev\/zero > zero.dat ; sync ; sleep 1 ; sync ; rm zero.dat<br \/>\n5. Under GUI: \u201csudo vmware-toolbox\u201d and use shrink on \u201c\/\u201d<br \/>\n6. Under VIClient: Defrag<\/p>\n<p><strong>Additional:<br \/>\nUsing Cisco Vlans and Trunks on VMWare ESXi 3.5\/4<\/strong><br \/>\nPosted in: Cisco, Network, Vmware by Nico Maas on July 24, 2009<\/p>\n<p>Do you desperatly need to connect an real pc to just one VM? No problem! Here we go! All we need is an Switch with vlan Trunking. I used an Cisco c3560-poe8 for this, as it is my main work switch.<\/p>\n<p>So you just need these snipets on the switch side:<br \/>\n( Need to do this in enable mode and conf -t! )<\/p>\n<p>This is going to activate ip dhcp snooping globaly on the switch<br \/>\n(which means only marked ports are allowed to answer an dhcp request, thats important!)<br \/>\n<code>ip dhcp snooping vlan 1-4094<br \/>\nno ip dhcp snooping information option<br \/>\nip dhcp snooping<\/code><\/p>\n<p>these are the vlans, one main, one \u201ctest\u201d for the vm<br \/>\n<code>vlan 1<br \/>\nname main<br \/>\nvlan 999<br \/>\nname test<\/code><\/p>\n<p>normal client port<br \/>\n<code>interface FastEthernet0\/1<br \/>\nswitchport access vlan 1<br \/>\nspanning-tree portfast<\/code><\/p>\n<p>vm client port which does access vlan 999<br \/>\n<code>interface FastEthernet0\/3<br \/>\nswitchport access vlan 999<br \/>\nspanning-tree portfast<\/code><\/p>\n<p>vm server port, which does access normal vlan 1, and does trunk the rest<br \/>\n\u201d ip dhcp snooping trust\u201d means, that this port is allowed to answer dhcp requests<br \/>\n<code>interface FastEthernet0\/7<br \/>\nswitchport trunk encapsulation dot1q<br \/>\nswitchport trunk native vlan 1<br \/>\nswitchport trunk allowed vlan 1,999<br \/>\nswitchport mode trunk<br \/>\nip dhcp snooping trust<br \/>\nend<\/code><\/p>\n<p>Thats it!<br \/>\nOnly thing you need to do on the vm machine is to start vi\\vsphere client, go to configuration, network, create an new port group and insert the nic of the vmware machine you want to use on the switch port (here 3 on the c3560) \u2013 and set the port groups vlan id to 999. ( In my config, the eth0 is the \"main\" NIC and does do the normal Network Connection, eth1 is the \"SUN\" Port as configured above in the SRSS Part, so get the eth1 (Second NIC) into the vlan 999!)<\/p>\n<p>And then, you can do pxe, dhcp, sunray, and allll you want!<\/p>\n<p>So, thats it finally!<br \/>\nA REALLY BIG Thank you to all the authors of the howtos, guides, etc mentioned and unmentioned for helping me out. Without you, this would have been absoultly impossible! Thank you!!!<\/p>\n<p>NOTES:<br \/>\nUSB Mount:<br \/>\n\/tmp\/SUNWut\/sessions\/11\/unit\/dev\/dsk\/disk1 \/usb<\/p>\n<div class=\"shariff shariff-align-left shariff-widget-align-left\"><ul class=\"shariff-buttons theme-round orientation-horizontal buttonsize-small\"><li class=\"shariff-button printer shariff-nocustomcolor\" style=\"background-color:#a8a8a8\"><a href=\"javascript:window.print()\" title=\"print\" aria-label=\"print\" role=\"button\" rel=\"noopener nofollow\" class=\"shariff-link\" style=\"; background-color:#999; color:#fff\"><span class=\"shariff-icon\" style=\"\"><svg width=\"32px\" height=\"20px\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 30 32\"><path fill=\"#999\" d=\"M6.8 27.4h16v-4.6h-16v4.6zM6.8 16h16v-6.8h-2.8q-0.7 0-1.2-0.5t-0.5-1.2v-2.8h-11.4v11.4zM27.4 17.2q0-0.5-0.3-0.8t-0.8-0.4-0.8 0.4-0.3 0.8 0.3 0.8 0.8 0.3 0.8-0.3 0.3-0.8zM29.7 17.2v7.4q0 0.2-0.2 0.4t-0.4 0.2h-4v2.8q0 0.7-0.5 1.2t-1.2 0.5h-17.2q-0.7 0-1.2-0.5t-0.5-1.2v-2.8h-4q-0.2 0-0.4-0.2t-0.2-0.4v-7.4q0-1.4 1-2.4t2.4-1h1.2v-9.7q0-0.7 0.5-1.2t1.2-0.5h12q0.7 0 1.6 0.4t1.3 0.8l2.7 2.7q0.5 0.5 0.9 1.4t0.4 1.6v4.6h1.1q1.4 0 2.4 1t1 2.4z\"\/><\/svg><\/span><\/a><\/li><li class=\"shariff-button mailto shariff-nocustomcolor\" style=\"background-color:#a8a8a8\"><a href=\"mailto:?body=https%3A%2F%2Fwww.nico-maas.de%2F%3Fp%3D216&subject=Install%20SunRay%20Server%20Software%204.1%20on%20Ubuntu%20JeOS%20Server%209.04%20i386%20%28running%20under%20ESXi%204.0%29\" title=\"Send by email\" aria-label=\"Send by email\" role=\"button\" rel=\"noopener nofollow\" class=\"shariff-link\" style=\"; background-color:#999; color:#fff\"><span class=\"shariff-icon\" style=\"\"><svg width=\"32px\" height=\"20px\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 32 32\"><path fill=\"#999\" d=\"M32 12.7v14.2q0 1.2-0.8 2t-2 0.9h-26.3q-1.2 0-2-0.9t-0.8-2v-14.2q0.8 0.9 1.8 1.6 6.5 4.4 8.9 6.1 1 0.8 1.6 1.2t1.7 0.9 2 0.4h0.1q0.9 0 2-0.4t1.7-0.9 1.6-1.2q3-2.2 8.9-6.1 1-0.7 1.8-1.6zM32 7.4q0 1.4-0.9 2.7t-2.2 2.2q-6.7 4.7-8.4 5.8-0.2 0.1-0.7 0.5t-1 0.7-0.9 0.6-1.1 0.5-0.9 0.2h-0.1q-0.4 0-0.9-0.2t-1.1-0.5-0.9-0.6-1-0.7-0.7-0.5q-1.6-1.1-4.7-3.2t-3.6-2.6q-1.1-0.7-2.1-2t-1-2.5q0-1.4 0.7-2.3t2.1-0.9h26.3q1.2 0 2 0.8t0.9 2z\"\/><\/svg><\/span><\/a><\/li><li class=\"shariff-button twitter shariff-nocustomcolor\" style=\"background-color:#595959\"><a href=\"https:\/\/twitter.com\/share?url=https%3A%2F%2Fwww.nico-maas.de%2F%3Fp%3D216&text=Install%20SunRay%20Server%20Software%204.1%20on%20Ubuntu%20JeOS%20Server%209.04%20i386%20%28running%20under%20ESXi%204.0%29\" title=\"Share on X\" aria-label=\"Share on X\" role=\"button\" rel=\"noopener nofollow\" class=\"shariff-link\" style=\"; background-color:#000; color:#fff\" target=\"_blank\"><span class=\"shariff-icon\" style=\"\"><svg width=\"32px\" height=\"20px\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\"><path fill=\"#000\" d=\"M14.258 10.152L23.176 0h-2.113l-7.747 8.813L7.133 0H0l9.352 13.328L0 23.973h2.113l8.176-9.309 6.531 9.309h7.133zm-2.895 3.293l-.949-1.328L2.875 1.56h3.246l6.086 8.523.945 1.328 7.91 11.078h-3.246zm0 0\"\/><\/svg><\/span><\/a><\/li><li class=\"shariff-button facebook shariff-nocustomcolor\" style=\"background-color:#4273c8\"><a href=\"https:\/\/www.facebook.com\/sharer\/sharer.php?u=https%3A%2F%2Fwww.nico-maas.de%2F%3Fp%3D216\" title=\"Share on Facebook\" aria-label=\"Share on Facebook\" role=\"button\" rel=\"nofollow\" class=\"shariff-link\" style=\"; background-color:#3b5998; color:#fff\" target=\"_blank\"><span class=\"shariff-icon\" style=\"\"><svg width=\"32px\" height=\"20px\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 18 32\"><path fill=\"#3b5998\" d=\"M17.1 0.2v4.7h-2.8q-1.5 0-2.1 0.6t-0.5 1.9v3.4h5.2l-0.7 5.3h-4.5v13.6h-5.5v-13.6h-4.5v-5.3h4.5v-3.9q0-3.3 1.9-5.2t5-1.8q2.6 0 4.1 0.2z\"\/><\/svg><\/span><\/a><\/li><li class=\"shariff-button linkedin shariff-nocustomcolor\" style=\"background-color:#1488bf\"><a href=\"https:\/\/www.linkedin.com\/sharing\/share-offsite\/?url=https%3A%2F%2Fwww.nico-maas.de%2F%3Fp%3D216\" title=\"Share on LinkedIn\" aria-label=\"Share on LinkedIn\" role=\"button\" rel=\"noopener nofollow\" class=\"shariff-link\" style=\"; background-color:#0077b5; color:#fff\" target=\"_blank\"><span class=\"shariff-icon\" style=\"\"><svg width=\"32px\" height=\"20px\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 27 32\"><path fill=\"#0077b5\" d=\"M6.2 11.2v17.7h-5.9v-17.7h5.9zM6.6 5.7q0 1.3-0.9 2.2t-2.4 0.9h0q-1.5 0-2.4-0.9t-0.9-2.2 0.9-2.2 2.4-0.9 2.4 0.9 0.9 2.2zM27.4 18.7v10.1h-5.9v-9.5q0-1.9-0.7-2.9t-2.3-1.1q-1.1 0-1.9 0.6t-1.2 1.5q-0.2 0.5-0.2 1.4v9.9h-5.9q0-7.1 0-11.6t0-5.3l0-0.9h5.9v2.6h0q0.4-0.6 0.7-1t1-0.9 1.6-0.8 2-0.3q3 0 4.9 2t1.9 6z\"\/><\/svg><\/span><\/a><\/li><li class=\"shariff-button reddit shariff-nocustomcolor\" style=\"background-color:#ff5700\"><a href=\"https:\/\/www.reddit.com\/submit?url=https%3A%2F%2Fwww.nico-maas.de%2F%3Fp%3D216\" title=\"Share on Reddit\" aria-label=\"Share on Reddit\" role=\"button\" rel=\"noopener nofollow\" class=\"shariff-link\" style=\"; background-color:#ff4500; color:#fff\" target=\"_blank\"><span class=\"shariff-icon\" style=\"\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\"><path fill=\"#ff4500\" d=\"M440.3 203.5c-15 0-28.2 6.2-37.9 15.9-35.7-24.7-83.8-40.6-137.1-42.3L293 52.3l88.2 19.8c0 21.6 17.6 39.2 39.2 39.2 22 0 39.7-18.1 39.7-39.7s-17.6-39.7-39.7-39.7c-15.4 0-28.7 9.3-35.3 22l-97.4-21.6c-4.9-1.3-9.7 2.2-11 7.1L246.3 177c-52.9 2.2-100.5 18.1-136.3 42.8-9.7-10.1-23.4-16.3-38.4-16.3-55.6 0-73.8 74.6-22.9 100.1-1.8 7.9-2.6 16.3-2.6 24.7 0 83.8 94.4 151.7 210.3 151.7 116.4 0 210.8-67.9 210.8-151.7 0-8.4-.9-17.2-3.1-25.1 49.9-25.6 31.5-99.7-23.8-99.7zM129.4 308.9c0-22 17.6-39.7 39.7-39.7 21.6 0 39.2 17.6 39.2 39.7 0 21.6-17.6 39.2-39.2 39.2-22 .1-39.7-17.6-39.7-39.2zm214.3 93.5c-36.4 36.4-139.1 36.4-175.5 0-4-3.5-4-9.7 0-13.7 3.5-3.5 9.7-3.5 13.2 0 27.8 28.5 120 29 149 0 3.5-3.5 9.7-3.5 13.2 0 4.1 4 4.1 10.2.1 13.7zm-.8-54.2c-21.6 0-39.2-17.6-39.2-39.2 0-22 17.6-39.7 39.2-39.7 22 0 39.7 17.6 39.7 39.7-.1 21.5-17.7 39.2-39.7 39.2z\"\/><\/svg><\/span><\/a><\/li><li class=\"shariff-button pinterest shariff-nocustomcolor\" style=\"background-color:#e70f18\"><a href=\"https:\/\/www.pinterest.com\/pin\/create\/link\/?url=https%3A%2F%2Fwww.nico-maas.de%2F%3Fp%3D216&media=https%3A%2F%2Fwww.nico-maas.de%2Fwordpress%2Fwp-content%2Fplugins%2Fshariff%2Fimages%2FdefaultHint.png&description=Install%20SunRay%20Server%20Software%204.1%20on%20Ubuntu%20JeOS%20Server%209.04%20i386%20%28running%20under%20ESXi%204.0%29\" title=\"Pin it on Pinterest\" aria-label=\"Pin it on Pinterest\" role=\"button\" rel=\"noopener nofollow\" class=\"shariff-link\" style=\"; background-color:#cb2027; color:#fff\" target=\"_blank\"><span class=\"shariff-icon\" style=\"\"><svg width=\"32px\" height=\"20px\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 27 32\"><path fill=\"#cb2027\" d=\"M27.4 16q0 3.7-1.8 6.9t-5 5-6.9 1.9q-2 0-3.9-0.6 1.1-1.7 1.4-2.9 0.2-0.6 1-3.8 0.4 0.7 1.3 1.2t2 0.5q2.1 0 3.8-1.2t2.7-3.4 0.9-4.8q0-2-1.1-3.8t-3.1-2.9-4.5-1.2q-1.9 0-3.5 0.5t-2.8 1.4-2 2-1.2 2.3-0.4 2.4q0 1.9 0.7 3.3t2.1 2q0.5 0.2 0.7-0.4 0-0.1 0.1-0.5t0.2-0.5q0.1-0.4-0.2-0.8-0.9-1.1-0.9-2.7 0-2.7 1.9-4.6t4.9-2q2.7 0 4.2 1.5t1.5 3.8q0 3-1.2 5.2t-3.1 2.1q-1.1 0-1.7-0.8t-0.4-1.9q0.1-0.6 0.5-1.7t0.5-1.8 0.2-1.4q0-0.9-0.5-1.5t-1.4-0.6q-1.1 0-1.9 1t-0.8 2.6q0 1.3 0.4 2.2l-1.8 7.5q-0.3 1.2-0.2 3.2-3.7-1.6-6-5t-2.3-7.6q0-3.7 1.9-6.9t5-5 6.9-1.9 6.9 1.9 5 5 1.8 6.9z\"\/><\/svg><\/span><\/a><\/li><\/ul><\/div>","protected":false},"excerpt":{"rendered":"<p>Hi Guys, this Guide did cost me a lot of nerves and time, but its finally complete! The most of this stuff is ripped from this nearly perfect guide. But problem is, I did had some difficulties setting it up and got into serious troubles about dhcp (not working), dpkg (screwed up totaly) and other &hellip; <a href=\"https:\/\/www.nico-maas.de\/?p=216\" class=\"more-link\">Continue reading <span class=\"screen-reader-text\">Install SunRay Server Software 4.1 on Ubuntu JeOS Server 9.04 i386 (running under ESXi 4.0)<\/span> <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n<div class=\"shariff shariff-align-left shariff-widget-align-left\"><ul class=\"shariff-buttons theme-round orientation-horizontal buttonsize-small\"><li class=\"shariff-button printer shariff-nocustomcolor\" style=\"background-color:#a8a8a8\"><a href=\"javascript:window.print()\" title=\"print\" aria-label=\"print\" role=\"button\" rel=\"noopener nofollow\" class=\"shariff-link\" style=\"; background-color:#999; color:#fff\"><span class=\"shariff-icon\" style=\"\"><svg width=\"32px\" height=\"20px\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 30 32\"><path fill=\"#999\" d=\"M6.8 27.4h16v-4.6h-16v4.6zM6.8 16h16v-6.8h-2.8q-0.7 0-1.2-0.5t-0.5-1.2v-2.8h-11.4v11.4zM27.4 17.2q0-0.5-0.3-0.8t-0.8-0.4-0.8 0.4-0.3 0.8 0.3 0.8 0.8 0.3 0.8-0.3 0.3-0.8zM29.7 17.2v7.4q0 0.2-0.2 0.4t-0.4 0.2h-4v2.8q0 0.7-0.5 1.2t-1.2 0.5h-17.2q-0.7 0-1.2-0.5t-0.5-1.2v-2.8h-4q-0.2 0-0.4-0.2t-0.2-0.4v-7.4q0-1.4 1-2.4t2.4-1h1.2v-9.7q0-0.7 0.5-1.2t1.2-0.5h12q0.7 0 1.6 0.4t1.3 0.8l2.7 2.7q0.5 0.5 0.9 1.4t0.4 1.6v4.6h1.1q1.4 0 2.4 1t1 2.4z\"\/><\/svg><\/span><\/a><\/li><li class=\"shariff-button mailto shariff-nocustomcolor\" style=\"background-color:#a8a8a8\"><a href=\"mailto:?body=https%3A%2F%2Fwww.nico-maas.de%2F%3Fp%3D216&subject=Install%20SunRay%20Server%20Software%204.1%20on%20Ubuntu%20JeOS%20Server%209.04%20i386%20%28running%20under%20ESXi%204.0%29\" title=\"Send by email\" aria-label=\"Send by email\" role=\"button\" rel=\"noopener nofollow\" class=\"shariff-link\" style=\"; background-color:#999; color:#fff\"><span class=\"shariff-icon\" style=\"\"><svg width=\"32px\" height=\"20px\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 32 32\"><path fill=\"#999\" d=\"M32 12.7v14.2q0 1.2-0.8 2t-2 0.9h-26.3q-1.2 0-2-0.9t-0.8-2v-14.2q0.8 0.9 1.8 1.6 6.5 4.4 8.9 6.1 1 0.8 1.6 1.2t1.7 0.9 2 0.4h0.1q0.9 0 2-0.4t1.7-0.9 1.6-1.2q3-2.2 8.9-6.1 1-0.7 1.8-1.6zM32 7.4q0 1.4-0.9 2.7t-2.2 2.2q-6.7 4.7-8.4 5.8-0.2 0.1-0.7 0.5t-1 0.7-0.9 0.6-1.1 0.5-0.9 0.2h-0.1q-0.4 0-0.9-0.2t-1.1-0.5-0.9-0.6-1-0.7-0.7-0.5q-1.6-1.1-4.7-3.2t-3.6-2.6q-1.1-0.7-2.1-2t-1-2.5q0-1.4 0.7-2.3t2.1-0.9h26.3q1.2 0 2 0.8t0.9 2z\"\/><\/svg><\/span><\/a><\/li><li class=\"shariff-button twitter shariff-nocustomcolor\" style=\"background-color:#595959\"><a href=\"https:\/\/twitter.com\/share?url=https%3A%2F%2Fwww.nico-maas.de%2F%3Fp%3D216&text=Install%20SunRay%20Server%20Software%204.1%20on%20Ubuntu%20JeOS%20Server%209.04%20i386%20%28running%20under%20ESXi%204.0%29\" title=\"Share on X\" aria-label=\"Share on X\" role=\"button\" rel=\"noopener nofollow\" class=\"shariff-link\" style=\"; background-color:#000; color:#fff\" target=\"_blank\"><span class=\"shariff-icon\" style=\"\"><svg width=\"32px\" height=\"20px\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\"><path fill=\"#000\" d=\"M14.258 10.152L23.176 0h-2.113l-7.747 8.813L7.133 0H0l9.352 13.328L0 23.973h2.113l8.176-9.309 6.531 9.309h7.133zm-2.895 3.293l-.949-1.328L2.875 1.56h3.246l6.086 8.523.945 1.328 7.91 11.078h-3.246zm0 0\"\/><\/svg><\/span><\/a><\/li><li class=\"shariff-button facebook shariff-nocustomcolor\" style=\"background-color:#4273c8\"><a href=\"https:\/\/www.facebook.com\/sharer\/sharer.php?u=https%3A%2F%2Fwww.nico-maas.de%2F%3Fp%3D216\" title=\"Share on Facebook\" aria-label=\"Share on Facebook\" role=\"button\" rel=\"nofollow\" class=\"shariff-link\" style=\"; background-color:#3b5998; color:#fff\" target=\"_blank\"><span class=\"shariff-icon\" style=\"\"><svg width=\"32px\" height=\"20px\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 18 32\"><path fill=\"#3b5998\" d=\"M17.1 0.2v4.7h-2.8q-1.5 0-2.1 0.6t-0.5 1.9v3.4h5.2l-0.7 5.3h-4.5v13.6h-5.5v-13.6h-4.5v-5.3h4.5v-3.9q0-3.3 1.9-5.2t5-1.8q2.6 0 4.1 0.2z\"\/><\/svg><\/span><\/a><\/li><li class=\"shariff-button linkedin shariff-nocustomcolor\" style=\"background-color:#1488bf\"><a href=\"https:\/\/www.linkedin.com\/sharing\/share-offsite\/?url=https%3A%2F%2Fwww.nico-maas.de%2F%3Fp%3D216\" title=\"Share on LinkedIn\" aria-label=\"Share on LinkedIn\" role=\"button\" rel=\"noopener nofollow\" class=\"shariff-link\" style=\"; background-color:#0077b5; color:#fff\" target=\"_blank\"><span class=\"shariff-icon\" style=\"\"><svg width=\"32px\" height=\"20px\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 27 32\"><path fill=\"#0077b5\" d=\"M6.2 11.2v17.7h-5.9v-17.7h5.9zM6.6 5.7q0 1.3-0.9 2.2t-2.4 0.9h0q-1.5 0-2.4-0.9t-0.9-2.2 0.9-2.2 2.4-0.9 2.4 0.9 0.9 2.2zM27.4 18.7v10.1h-5.9v-9.5q0-1.9-0.7-2.9t-2.3-1.1q-1.1 0-1.9 0.6t-1.2 1.5q-0.2 0.5-0.2 1.4v9.9h-5.9q0-7.1 0-11.6t0-5.3l0-0.9h5.9v2.6h0q0.4-0.6 0.7-1t1-0.9 1.6-0.8 2-0.3q3 0 4.9 2t1.9 6z\"\/><\/svg><\/span><\/a><\/li><li class=\"shariff-button reddit shariff-nocustomcolor\" style=\"background-color:#ff5700\"><a href=\"https:\/\/www.reddit.com\/submit?url=https%3A%2F%2Fwww.nico-maas.de%2F%3Fp%3D216\" title=\"Share on Reddit\" aria-label=\"Share on Reddit\" role=\"button\" rel=\"noopener nofollow\" class=\"shariff-link\" style=\"; background-color:#ff4500; color:#fff\" target=\"_blank\"><span class=\"shariff-icon\" style=\"\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\"><path fill=\"#ff4500\" d=\"M440.3 203.5c-15 0-28.2 6.2-37.9 15.9-35.7-24.7-83.8-40.6-137.1-42.3L293 52.3l88.2 19.8c0 21.6 17.6 39.2 39.2 39.2 22 0 39.7-18.1 39.7-39.7s-17.6-39.7-39.7-39.7c-15.4 0-28.7 9.3-35.3 22l-97.4-21.6c-4.9-1.3-9.7 2.2-11 7.1L246.3 177c-52.9 2.2-100.5 18.1-136.3 42.8-9.7-10.1-23.4-16.3-38.4-16.3-55.6 0-73.8 74.6-22.9 100.1-1.8 7.9-2.6 16.3-2.6 24.7 0 83.8 94.4 151.7 210.3 151.7 116.4 0 210.8-67.9 210.8-151.7 0-8.4-.9-17.2-3.1-25.1 49.9-25.6 31.5-99.7-23.8-99.7zM129.4 308.9c0-22 17.6-39.7 39.7-39.7 21.6 0 39.2 17.6 39.2 39.7 0 21.6-17.6 39.2-39.2 39.2-22 .1-39.7-17.6-39.7-39.2zm214.3 93.5c-36.4 36.4-139.1 36.4-175.5 0-4-3.5-4-9.7 0-13.7 3.5-3.5 9.7-3.5 13.2 0 27.8 28.5 120 29 149 0 3.5-3.5 9.7-3.5 13.2 0 4.1 4 4.1 10.2.1 13.7zm-.8-54.2c-21.6 0-39.2-17.6-39.2-39.2 0-22 17.6-39.7 39.2-39.7 22 0 39.7 17.6 39.7 39.7-.1 21.5-17.7 39.2-39.7 39.2z\"\/><\/svg><\/span><\/a><\/li><li class=\"shariff-button pinterest shariff-nocustomcolor\" style=\"background-color:#e70f18\"><a href=\"https:\/\/www.pinterest.com\/pin\/create\/link\/?url=https%3A%2F%2Fwww.nico-maas.de%2F%3Fp%3D216&media=https%3A%2F%2Fwww.nico-maas.de%2Fwordpress%2Fwp-content%2Fplugins%2Fshariff%2Fimages%2FdefaultHint.png&description=Install%20SunRay%20Server%20Software%204.1%20on%20Ubuntu%20JeOS%20Server%209.04%20i386%20%28running%20under%20ESXi%204.0%29\" title=\"Pin it on Pinterest\" aria-label=\"Pin it on Pinterest\" role=\"button\" rel=\"noopener nofollow\" class=\"shariff-link\" style=\"; background-color:#cb2027; color:#fff\" target=\"_blank\"><span class=\"shariff-icon\" style=\"\"><svg width=\"32px\" height=\"20px\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 27 32\"><path fill=\"#cb2027\" d=\"M27.4 16q0 3.7-1.8 6.9t-5 5-6.9 1.9q-2 0-3.9-0.6 1.1-1.7 1.4-2.9 0.2-0.6 1-3.8 0.4 0.7 1.3 1.2t2 0.5q2.1 0 3.8-1.2t2.7-3.4 0.9-4.8q0-2-1.1-3.8t-3.1-2.9-4.5-1.2q-1.9 0-3.5 0.5t-2.8 1.4-2 2-1.2 2.3-0.4 2.4q0 1.9 0.7 3.3t2.1 2q0.5 0.2 0.7-0.4 0-0.1 0.1-0.5t0.2-0.5q0.1-0.4-0.2-0.8-0.9-1.1-0.9-2.7 0-2.7 1.9-4.6t4.9-2q2.7 0 4.2 1.5t1.5 3.8q0 3-1.2 5.2t-3.1 2.1q-1.1 0-1.7-0.8t-0.4-1.9q0.1-0.6 0.5-1.7t0.5-1.8 0.2-1.4q0-0.9-0.5-1.5t-1.4-0.6q-1.1 0-1.9 1t-0.8 2.6q0 1.3 0.4 2.2l-1.8 7.5q-0.3 1.2-0.2 3.2-3.7-1.6-6-5t-2.3-7.6q0-3.7 1.9-6.9t5-5 6.9-1.9 6.9 1.9 5 5 1.8 6.9z\"\/><\/svg><\/span><\/a><\/li><\/ul><\/div>","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_crdt_document":"","jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":false,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2}},"categories":[11,32,23,73,13],"tags":[],"class_list":["post-216","post","type-post","status-publish","format-standard","hentry","category-hardware","category-network","category-projects","category-sun","category-vmware"],"jetpack_publicize_connections":[],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/piXYf-3u","jetpack-related-posts":[{"id":255,"url":"https:\/\/www.nico-maas.de\/?p=255","url_meta":{"origin":216,"position":0},"title":"[ESXi 3.5] PXE Boot to working ESXi 3.5 Hypervisor","author":"Nico Maas","date":"2. August 2009","format":false,"excerpt":"Need: - ESXi 3.5 Iso File - http:\/\/www.accessdata.com\/downloads\/current_releases\/imager\/Imager%20Lite%202.6.1.zip to open Iso and extract Files - 7zip, WinRar, or whatever to unzip Files (7zip Recommended) - http:\/\/syslinux.zytor.com\/wiki\/index.php\/PXELINUX ESXi 3.5 Extract: 1.) Extract the install.tgz from \\CDROM\\Sessions 1\\Track 01\\CDROM. Its the Rock Ridge (RR in Isobuster) Session. Do NOT choose the one\u2026","rel":"","context":"In &quot;Network&quot;","block_context":{"text":"Network","link":"https:\/\/www.nico-maas.de\/?cat=32"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":348,"url":"https:\/\/www.nico-maas.de\/?p=348","url_meta":{"origin":216,"position":1},"title":"[ESXi 3.5] Dell Optiplex G620 ESXi 3.5 U5 &#038; Problems with Ubuntu 9.10 and Vmware Tools","author":"Nico Maas","date":"8. January 2010","format":false,"excerpt":"So, we happend to get an new ESXi 3.5 Server, using an Dell Optiplex G620 for that. To install ESXi 3.5 U5 onto that Desktop Machine, you NEED to upgrade to Bios A11 and Shutdown CPU Limit ID - and do the Install in SATA Normal Mode (not Compability!). You\u2026","rel":"","context":"In &quot;Product Specific&quot;","block_context":{"text":"Product Specific","link":"https:\/\/www.nico-maas.de\/?cat=78"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":467,"url":"https:\/\/www.nico-maas.de\/?p=467","url_meta":{"origin":216,"position":2},"title":"[ESXi 3.5] ESXi 3.5 Update 5 Install CD with oem.tgz + ssh,ftp,rsync and wget (made easy)!","author":"Nico Maas","date":"30. March 2010","format":false,"excerpt":"Hello, It has been a while since I was really doing something new with VMWare, but as I had the need to install some new Servers, I also was looking for better ways on integrating oem.tgz and other features. For that, I stumbled upon an very cool and useful Linux\u2026","rel":"","context":"In &quot;Unix \\ Linux&quot;","block_context":{"text":"Unix \\ Linux","link":"https:\/\/www.nico-maas.de\/?cat=18"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":212,"url":"https:\/\/www.nico-maas.de\/?p=212","url_meta":{"origin":216,"position":3},"title":"Using Cisco Vlans and Trunks on VMWare ESXi 3.5\/4","author":"Nico Maas","date":"24. July 2009","format":false,"excerpt":"Hello there, are you one of these ppl using ESXi on a small server\/pc under your desk to evaluate \/ develop software? Are you one of these fitting the whole ESXi World into one machine, one one IDE \/ SATA drive and without any other VMWare Administrative Instances as your\u2026","rel":"","context":"In &quot;Cisco&quot;","block_context":{"text":"Cisco","link":"https:\/\/www.nico-maas.de\/?cat=33"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":145,"url":"https:\/\/www.nico-maas.de\/?p=145","url_meta":{"origin":216,"position":4},"title":"Get Ethernetcard working again in Linux under ESXi","author":"Nico Maas","date":"16. July 2009","format":false,"excerpt":"After installing Ubuntu Server on Vmware ESXi, I couldn't find a NIC: sudo \/etc\/init.d\/networking restart * Reconfiguring network interfaces... eth0: ERROR while getting interface flags: No such device SIOCSIFADDR: No such device eth0: ERROR while getting interface flags: No such device SIOCSIFNETMASK: No such device SIOCSIFBRDADDR: No such device eth0:\u2026","rel":"","context":"In &quot;Unix \\ Linux&quot;","block_context":{"text":"Unix \\ Linux","link":"https:\/\/www.nico-maas.de\/?cat=18"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":1320,"url":"https:\/\/www.nico-maas.de\/?p=1320","url_meta":{"origin":216,"position":5},"title":"[Freifunk] Virtual Freifunk Router on VMWare ESXi 4.1","author":"Nico Maas","date":"3. October 2016","format":false,"excerpt":"This post was planed a LONG TIME, however - due to the fact that I could not get it working back in 2015 (See: https:\/\/github.com\/freifunk-gluon\/gluon\/issues\/496) it had been delayed. However, as I have the need to get Freifunk working as VM on a central ESXi Server - I tried it\u2026","rel":"","context":"In &quot;Network&quot;","block_context":{"text":"Network","link":"https:\/\/www.nico-maas.de\/?cat=32"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]}],"_links":{"self":[{"href":"https:\/\/www.nico-maas.de\/index.php?rest_route=\/wp\/v2\/posts\/216","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.nico-maas.de\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.nico-maas.de\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.nico-maas.de\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.nico-maas.de\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=216"}],"version-history":[{"count":7,"href":"https:\/\/www.nico-maas.de\/index.php?rest_route=\/wp\/v2\/posts\/216\/revisions"}],"predecessor-version":[{"id":220,"href":"https:\/\/www.nico-maas.de\/index.php?rest_route=\/wp\/v2\/posts\/216\/revisions\/220"}],"wp:attachment":[{"href":"https:\/\/www.nico-maas.de\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=216"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.nico-maas.de\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=216"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.nico-maas.de\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=216"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}