Free Home User License with 25 IPs!
http://www.astaro.de/unsere_produkte/produktueberblick/landing_pages/ct_special#license
IT Systemelektroniker & Master of Science, IT Security, Networks, Embedded Systems, Docker Campus Ambassador and Raspberry Pi Geek
Free Home User License with 25 IPs!
http://www.astaro.de/unsere_produkte/produktueberblick/landing_pages/ct_special#license
- Exchange oem.tgz on root of ESXi 3.5 Install CD with new oem.tgz
- Install with CD with OEM Community Version or IC8 oem.tgz (SATA on Normal Mode)
- Boot from Knoppix 5.1, copy OEM.tz onto hda5 / Hypervisor Partition (SATA on Legacy Mode)
- Boot, works!
Hints:
- Use UltraISO und BurnISO to modificiate / burn the stock ISO
- http://www.vm-help.com./esx/esx3i/customize_oem_tgz.php
for an admin account ->
The default username for the 9840CDW is admin
The default username for the 9840CDW is access
for a user account ->
The default username for the 9840CDW is user
The default username for the 9840CDW is access
Works only with dynamic HDDs!
1. Backup!
2. Remove old / unused Packages
3. Remove downloaded Packages: sudo apt-get clean, Remove only old downloaded Packages: sudo apt-get autoclean
4. "ZeroOut" unused Space: cat /dev/zero > zero.dat ; sync ; sleep 1 ; sync ; rm zero.dat
5. Under GUI: "sudo vmware-toolbox" and use shrink on "/"
6. Under VIClient: Defrag
copyed from another Blog:
Posted on December 28, 2008 in: how to, software, tools|Jump To Comments
Yeah, you heard me no CD/DVD burning in here. VMWare player lacks the ability to create new virtual machines by it self, this problem can be overcomed by using third party solutions or a blank virtual machine. However one small feature found on VMWare Workstation still missing which is the ability to install the operating system from ISO without having to burn in it into a CD/DVD first. Mostly it’s about reducing recordable media waste.
You can download a blank virtual machine ready for installation from this link.
You might also find this article interesting : How to Create a virtual machine with VMWare Player
Install from ISO
In order to make the virtual machine boot from the ISO you need to first edit the configuration ending with .vmx in this case named virtualmachine.vmx.
Add the following line to the configuration file.
ide1:0.fileName = "locationofiso.iso"
Locate and change the following line.
ide1:0.deviceType = "cdrom-raw"
To.
ide1:0.deviceType = "cdrom-image"
Close and save the configuration file. Now start the virtual machine and proceed with the regular installation.
After the installation is done change the values back to.
ide1:0.fileName = "auto detect"
ide1:0.deviceType = "cdrom-raw"
Save and enjoy your virtual machine.
Last revised on 02/04/2009
sudo visudo /etc/sudoers
yourUsername ALL=(ALL) ALL
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: ERROR while getting interface flags: No such device
eth0: ERROR while getting interface flags: No such device
Failed to bring up eth0.
Problem is that the ethernet MAC addresses are cached.
To remove the cache values:
sudo rm /etc/udev/rules.d/70-persistent-net.rules
Reboot, and it should work.
Other NIC files:
* /etc/hosts - change ip address and hostnames
* /etc/hostname - change hostname
* /etc/network/interfaces - change ip address
Under Debian necessary:
apt-get install autoconf automake make psmisc gcc
apt-get install linux-headers-`uname -r` build-essential
Short:
tar -xzvf VMwareTools-######.tar.gz
cd vmware-tools-distrib
./vmware-install.pl
vmware-tools-config.pl
Long:
Viclient, Connect to VM
Menu "VM/Install VMware Tools"
Tools are mounted to Cdrom
mkdir /mnt/cdrom
mount /dev/cdrom /mnt/cdrom
cd /mnt/cdrom
tar zxvf VMware-Tools-xxxxxx.tar.gz -C /opt/
cd /opt/vmware-tools-distrib
./vmware-install.pl
Login: 3COMCSO
Password: RIP000
1) COM port, 9600/8/N/1/N
2) Web Or telnet to that address, hit [enter] once or twice to get the login prompt.
3) Default logins to try are admin/(no password) or security/security. One of those 2 should bring up the management menu.
4) reset factory defaults, type SYSTEM[enter] then type INITIALIZE[enter].
Global Activate:
ip dhcp snooping vlan 1-4094
no ip dhcp snooping information option
ip dhcp snooping
Allow DHCP on Port:
ip dhcp snooping trust
Using Spanningtree can cause Problems with DHCP, use portfast on Userside Ports, but NEVER on Trunk!