Skip to main content

Download OTRS Virtual Appliance today!

As promised. Its ready!



First very quickly why I like it:
  • Its Free!
  • Its used by several organizations I know myself
  • I personally think (and have experience with at least two major vendors) several (Trouble ticket/Incident Mgmt Systems) proprietary counterparts don't really do an excellent job and you pay through your nose!
I will be proposing this also as part of my ongoing "Open Source Enterprize" strategy, to deploy as a premium trouble ticket and incident management system (We will bake a Virtual Appliance on that too very soon!) for your open source enterprize! (z because z>s!)



Instructions to log in your OTRS trouble ticket system:
  1. Unzip the tar.gz file (NOTE: When you unzip the file, please look for a small 1KB file called fc4 and rename it to FC4.vmx, I don't know why that happens but I will RAR the appliance again and upload it)
  2. Discover this in your VMware Server, VMplayer or Workstation
  3. Start the machine and find the IP address of your machine by doing " ifconfig eth0". For computers who don't belong to an existing home or professional network please see the note* below.
  4. Go to your web browser and type this url http://youripaddress/otrs/index.pl, where myipaddress is your OTRS Virtual Appliances IP address.
  5. Login for the first time to the interface by typing username = root@localhost and password = root. See print screen below and there you are! Do please check the OTRS online manual as well!






NOTE:
IP address is via DHCP/ Bridged networking. Meaning, this virtual machine will go out and look for a DHCP server and try to attain an IP address. If your host computer does not belong to an existing network then please do the following while logged in as user "root" to assign a static IP address to your computer:
  • Open network configuration file
# vi /etc/network/interfaces
OR
$ sudo nano /etc/network/interfaces (Debian)

  • Find and if necessary remove dhcp entry :
iface eth0 inet dhcp

  • Append new network settings:

iface eth0 inet static
address 192.168.1.100
netmask 255.255.255.0
network 192.168.1.0
broadcast 192.168.1.255
gateway 192.168.1.254

  • Save and close the file. Restart the network:
# /etc/init.d/networking restart
OR
$ sudo /etc/init.d/networking restart (Debian)

Note2:
Please do not feel shy to ask some computer nerd around you if you don't know how to fix the above mentioned IP issue ;-)

Enjoy your Virtual Appliance!

Tarry

Comments

Popular posts from this blog

Security: VMware Workstation 6 vulnerability

vulnerable software: VMware Workstation 6.0 for Windows, possible some other VMware products as well type of vulnerability: DoS, potential privilege escalation I found a vulnerability in VMware Workstation 6.0 which allows an unprivileged user in the host OS to crash the system and potentially run arbitrary code with kernel privileges. The issue is in the vmstor-60 driver, which is supposed to mount VMware images within the host OS. When sending the IOCTL code FsSetVoleInformation with subcode FsSetFileInformation with a large buffer and underreporting its size to at max 1024 bytes, it will underrun and potentially execute arbitrary code. Security focus

Virtualization: GlassHouse hopes to cash in with its IPO!

GlassHouse Technologies Inc. on Tuesday registered to raise as much as $100 million in an initial public offering that, despite the company's financial losses, could prove a hit with investors drawn to its focus on "virtualization" technology. The Framingham, Mass., company offers consulting services for companies that use virtualization software to improve the performance of corporate servers and cut costs in their data centers. GlassHouse also provides Internet-based data storage. "Software-as-a-service," or SaaS, companies and vendors of virtualization products have proved popular among investors in recent years as corporate customers seek alternatives to conventional packaged software. GlassHouse, with roots in both sectors, will test the strength of that interest, said Peter Falvey, managing director with Boston investment bank Revolution Partners. "It will be a bit of a bell weather," he says. "It's not as though it's the 15th SaaS m...