top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Server Migration from Solaris 9 to Solaris 10

+1 vote
337 views

I'm in the middle of a hardware upgrade. The application expert has on our project work list "copy /opt/tomcat/* from old machine to new machine.

The old machine is a Sun V240, running Solaris 9 and the New machine is an Oracle (Sun) T4 server running Solaris 10. Tomcat version is Tomcat 6.

Can we do this? will it run? It seems to be a Java based product and it stands to reason that if the JDK is the same it would be fine. I'm worried about any C code compiled for Solaris 9. Why should we NOT do this ?

posted Sep 25, 2013 by Dewang Chaudhary

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

+1 vote
Can we do this?

Sure.

will it run?

Probably: Tomcat was likely installed from a tarball and therefore is entirely self-contained. You may have some startup scripts under /etc that you'll need to move to get everything back the way it was, but Tomcat itself should be entirely under /opt/tomcat (assuming that's where it's been installed).

It seems to be a Java based product and it stands to reason that  if the JDK is the same it would be fine.

That's a reasonable assumption.

I'm worried about any C code compiled for Solaris 9.

Unless you are using APR/tcnative, there are no native components to Tomcat. You may have some of your own, but you'll have to check that our yourself.

Why should we NOT do this ?

One reason: the opportunity to upgrade Tomcat during this process. IF you aren't on Tomcat 6.0.latest, you really should upgrade. If you are feeling confident, consider going all the way up to 7.0.latest.

answer Sep 26, 2013 by Bob Wise
Similar Questions
+1 vote

We have had issues with system resources, primarily RAM, maxing out and effectively overwhelming an Apache web server.
We have noticed that some of the default TCP time settings on Solaris 10 seem really high. Is there any sort of standard TCP settings that have been adopted, or suggested, for a Solaris 10 system running Apache 2.2?Can anyone share what they have done?

0 votes

We need to install tomcat 7.0.68 or higher version on Sun Solaris 10. Can you let me know if there is any version compatibility matrix for Tomcat 7?

+3 votes

I want to install git on my remote Sun sparc Solaris 10 server. Please help me with download package and installation instructions. Also help me with the dependencies.

+3 votes

How to delete a symbolic link in Solaris ?

"ln -s" command is working fine to add a symbolic link. But how the symbolic link can be deleted ?
I tried like this, but its not working

ulink abc.xml
ulink: not found

I tried unlink command , but got the following message " command not found"

...