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

Splunk that!

Saw this advert on Slashdot and went on to look for it and found the tour pretty neat to look at. Check out the demo too! So why would I need it? WHY NOT? I'd say. As an organization grows , new services, new data comes by, new logs start accumulating on the servers and it becomes increasingly difficult to look at all those logs, leave alone that you'd have time to read them and who cares about analysis as the time to look for those log files already makes your day, isn't it? Well a solution like this is a cool option to have your sysadmins/operators look at ONE PLACE and thus you don't have your administrators lurking around in your physical servers and *accidentally* messing up things there. Go ahead and give it a shot by downloading it and testing it. I'll give it a shot myself! Ok so I went ahead and installed it. Do this... [root@tarrydev Software]# ./splunk-Server-1.0.1-linux-installer.bin to install and this (if you screw up) [root@tarrydev Software]# /op

Virtualization is hot and sexy!

If this does not convince you to virtualize, believe me, nothing will :-) As you will hear these gorgeous women mention VMware, Akkori, Pano Logic, Microsoft and VKernel. They forgot to mention rackspace ;-) virtualization girl video I'm convinced, aren't you? Check out their site as well!