This Question is Answered

1 "correct" answer available (10 pts) 2 "helpful" answers available (5 pts)
8 Replies Last post: May 7, 2008 5:53 PM by Reynolds, Will  
Reynolds, Will Bronze 10 posts since
May 4, 2008
Currently Being Moderated

May 5, 2008 8:26 PM

Really new to linux... How to upgrade OpenFire and can not get plugins to install

Ok im extremely new to linux since i have always been a microsoft person. OpenFire came with Elastix PBX since we are trying to do our own VOIP PBX and save money so it installed CentOS. Didnt have problems installing, but how do you go about upgrading OpenFire. I do not see that option on the Admin Console so i figure youve got to do it in the server console directly but i do not know how to do it. Do i need to use a CD, or what are my options? What commands do i need to use?

 

Also... i was trying to get some plugins installed but was having problems. I do not know if maybe OpenFire needs to be upgraded for some of the plugins or what. I was using the Web Admin Console in OpenFire to install plugins and got 1 to install but could not get IM Gateway and 2 others to install. What am i doing wrong or how do i need to be doing it? Can i FTP in and drop the package since it auto-installs?

 

 

Thanks

Will

wroot KeyContributor 3,291 posts since
Jan 24, 2005

I'm not familiar with Elastix. So we need additional information about packaging system. What is the version of Openfire shipped with it? Or maybe Openfire was installed separately? At Downloads page you can see 4 packages for linux: http://www.igniterealtime.org/downloads/index.jsp

 

CentOS is RedHat derivative as i know, so rpm should be used (in case that it was installed with rpm package). How to upgrade rpm version: http://www.rpm.org/max-rpm/ch-rpm-upgrade.html

 

With standalone tar.gz version upgrade procedure is a simple copy on top of older version (with some exceptions).

wroot KeyContributor 3,291 posts since
Jan 24, 2005

So, it could be a rpm installation. Not sure how to check this. You can try downloading rpm package and doing rpm update.

wroot KeyContributor 3,291 posts since
Jan 24, 2005

So, are you familiar with the console (not matters, linux, windows or else)? I havent used rpm based system for a very long, so i dont know what are the graphical interface options. So i would go with the console.

 

1) Downloading openfire-3.5.1-1.i386.rpm from here http://www.igniterealtime.org/downloads/index.jsp

 

2) Start console in Elastix an type rpm -U /path_to_the_downloaded_package/openfire-3.5.1-1.i386.rpm (as it's said in http://www.rpm.org/max-rpm/ch-rpm-upgrade.html)

wroot KeyContributor 3,291 posts since
Jan 24, 2005

This server doesnt have internet connection? Just download new rpm, i gave you the link. Or download it elsewhere and transfer to that server (cd, usb stick, etc.).

 

My linux box doesnt have a graphical interface, so i normally download new versions with wget in console:

 

wget http://www.igniterealtime.org/builds/openfire/openfire_#_#_#.tar.gz (on your case shgould be #.rpm; # means version numbers)

 

Linux console commands are often similar to DOS, but this is not the place to teach how to use linux, sorry. You should try to learn it yourself. I have already gave you a link about rpm commands.

More Like This

  • Retrieving data ...