I have transferred my sims to a Ubuntu Virtual server today and after its successfully running now (took me 6 hours as a Linux newbie), I thought I´d share how I finally succeeded. Please do not ask for any support, because beyond the process described below I don´t have a clue about Linux. I hope this helps though.
How I set-up a hosted Ubuntu Server for Opensim with remote access - for Win 7 clients
Recommended Set-up for:Server: Hosted Virtual Server with Ubuntu 11.04 (Natty) minimal install and remote access via SSH terminal client (Putty & WinSCP) and fixed IP address.
Client: Windows 7
How to access the Ubuntu server via SSH (command line) on Win 7:Install Putty for remote access to the server.
http://www.chiark.greenend.org.uk/~sgta ... nload.htmlOnce installed, run Putty and open terminal window with server IP address (xx.xxx.xx.xxx), user (root) & password
You should see: (root)#
How to access the Ubuntu file system via SSH:Install WinSCP.
http://winscp.net/eng/download.phpOnce installed, run WinSCP with server IP address (xx.xxx.xx.xxx), user (root) & password
You should see you local machine on the left and your server on the right.
Step 1: Installing necessary packages ontop of Ubuntu minimal install from online repositoryHINT: To move between folders in Linux command line (Putty):
At the prompt# type: cd - for the root folder
At the prompt# type: Cd /usr - to move to the usr folder
a.) Run Putty, login to server
b.) To check repository - at the prompt# enter: sudo apt-get update
You should see a list of repositories (ex. deb
http://archive.ubuntu.com/ubuntu natty main restricted universe)
c.) To install mono-complete - at the prompt# enter: sudo apt-get install mono-complete
This should automatically download mono from the repository and install it (will take some time)
If not, contact your provider.
Step 2: Installing OpenSim with SQLite: a.) From Win 7: Download opensim-0.7.2-bin.tar.gz file from
http://dist.opensimulator.org/opensim-0.7.3-rc2.tar.gz With WinSCP: Copy the tar file to the server installation folder that you like (ex. cd /usr/opensim). WinSCP also supports folder creation.
b.) In Putty: Unpack the tar in the folder file with command: tar xfv opensim-0.7.2-bin.tar.gz
This should create a folder with all the subfolders and files on the server - check with WinSCP
c.) With WinSCP: Customize opensim.ini, gridcommon.ini and flotsamcache.ini. You can get the .ini files from you favorite grid.
d.) In Putty: Start Opensim in the installation bin folder with command: mono OpenSim.exe
(be aware of capital letters!!)e.) Follow the instructions for Opensim installation.
http://opensimulator.org/wiki/ConfigurationStep 3: To upload oar/iar files:With WinSCP: Copy oar/iar files from your hard drive to the server
In Putty: At the prompt# type: load oar /usr/opensim/example.oar - if oar files are at this location
Step 4:Access your standalone or grid with the Imprudence viewer and check set-up.
Good luck!