SearchFAQMemberlist Log in
Reply to topic Page 1 of 1
Networker 7.6.2 management console with Redhat 6.0 x86_64 ?
Author Message
Post Networker 7.6.2 management console with Redhat 6.0 x86_64 ? 
Just a quick update on this old topic :

I tried NMC 7.6.3-1 on CentOS 6.2.
- First I had to restart GST almost each time I wanted to use the console
- After about 2 weeks the database got corrupted.
NMC is now running on one of our NSR clients running CentOS 5.

Valere Binet

On Fri, Nov 25, 2011 at 2:13 PM, Tim Mooney <Tim.Mooney < at > ndsu.edu> wrote:

In regard to: [Networker] Networker 7.6.2 management console with
Redhat...:


Thanks for all ^^
Then if i install Redhat 6.1 i'll be able to install NMC ?


Install? Yes. Have a *working* NMC? Not in my experience.

The Software Compatibility Guide (SCG) appears to currently be
contradicting itself regarding whether NMC is supported on RHEL 6.0 or 6.1,
and I've had EMC support contradict the information in the SCG. When
there are that many contradictions, it's a sign that there's a problem.

We tried the NMC that came with 7.6.2.3 on RHEL 6.1, and had database
corruption. That all went away when we moved the NMC to RHEL 5.7. It's
possible that the NMC that comes with 7.6.2.5 has that issue resolved, but
I've seen no evidence to suggest that. Unless the release notes for NMC
specifically mention support for RHEL 6.1 or a fix related to database
corruption, you will likely run into the same database corruption that we
did.


Have you ever try it ? it seems i've to install a JRE 32bits to use NMC...

The NMC is only available as a 32 bit package. Having a 32 bit package
that requires Java doesn't always mean that you must also have a 32 bit
Java, but in this case I think that it does require the 32 bit java, as
there are 32 bit shared objects that are (I think) loaded, probably via
JNI.

The notes I have in my puppet manifest for NMC indicate that 32 bit
Java is required, so I think I may have tried the 64 bit Java and
discovered that it did not work.

My advice: don't install the NMC on RHEL 6.x (any point release of 6)
until there is clear communication from EMC that NMC works on RHEL 6.
Put it on a RHEL 5.x system, after doing

yum --nogpgcheck localinstall lgtoclnt*.rpm
yum install java-1.6.0-sun.i686
yum downgrade java-1.6.0-sun-1.6.0.26-1jpp.**1.el6.i686

After you have the 1.6.0.26 version of Java installed, be sure to block
updates to it (add an exclude=java-1.6.0-sun to your yum configuration)
until EMC has released a fix for the authentication issues that NMC
has with Java >= 1.6.0.26.

Tim
--
Tim Mooney Tim.Mooney < at > ndsu.edu
Enterprise Computing & Infrastructure 701-231-1076(Voice)
Room 242-J6, IACC Building 701-231-8541 (Fax)
North Dakota State University, Fargo, ND 58105-5164



type "signoff networker" in the body of the email. Please write to
networker-request < at > listserv.**temple.edu<networker-request < at > listserv.temple.edu>if you have any problems with this list. You can access the archives at
http://listserv.temple.edu/**archives/networker.html<http://listserv.temple.edu/archives/networker.html>or
via RSS at http://listserv.temple.edu/**cgi-bin/wa?RSS&L=NETWORKER<http://listserv.temple.edu/cgi-bin/wa?RSS&L=NETWORKER>


Post Networker 7.6.2 management console with Redhat 6.0 x86_64 ? 
I had a similar experience with NMC 7.6.3.1 − 7.6.3.4 on a Red Hat Linux AS 6.1 server. My VMware guy insisted I move my NMC VM from an old Red Hat Linux version to 6.1. NMC ran fine for a few days, then the database died that Saturday. I re-installed NMC and it worked for a couple of more days, then each time I tried to restart NMC, it would die a minute or two after I restarted the gstd service. I finally had my VMware guy set me up with a Red Hat Linux 5.1 VM, but the database became corrupt, so I had to restore it from a three weeks old backup from before I moved it to Red Hat Linux 6.1. It was not a pretty picture.

On 06 29, 2012, at 11:31 AM, Valere Binet wrote:

Just a quick update on this old topic :

I tried NMC 7.6.3-1 on CentOS 6.2.
- First I had to restart GST almost each time I wanted to use the console
- After about 2 weeks the database got corrupted.
NMC is now running on one of our NSR clients running CentOS 5.

Valere Binet

On Fri, Nov 25, 2011 at 2:13 PM, Tim Mooney <Tim.Mooney < at > ndsu.edu> wrote:

In regard to: [Networker] Networker 7.6.2 management console with
Redhat...:


Thanks for all ^^
Then if i install Redhat 6.1 i'll be able to install NMC ?


Install? Yes. Have a *working* NMC? Not in my experience.

The Software Compatibility Guide (SCG) appears to currently be
contradicting itself regarding whether NMC is supported on RHEL 6.0 or 6.1,
and I've had EMC support contradict the information in the SCG. When
there are that many contradictions, it's a sign that there's a problem.

We tried the NMC that came with 7.6.2.3 on RHEL 6.1, and had database
corruption. That all went away when we moved the NMC to RHEL 5.7. It's
possible that the NMC that comes with 7.6.2.5 has that issue resolved, but
I've seen no evidence to suggest that. Unless the release notes for NMC
specifically mention support for RHEL 6.1 or a fix related to database
corruption, you will likely run into the same database corruption that we
did.


Have you ever try it ? it seems i've to install a JRE 32bits to use NMC...

The NMC is only available as a 32 bit package. Having a 32 bit package
that requires Java doesn't always mean that you must also have a 32 bit
Java, but in this case I think that it does require the 32 bit java, as
there are 32 bit shared objects that are (I think) loaded, probably via
JNI.

The notes I have in my puppet manifest for NMC indicate that 32 bit
Java is required, so I think I may have tried the 64 bit Java and
discovered that it did not work.

My advice: don't install the NMC on RHEL 6.x (any point release of 6)
until there is clear communication from EMC that NMC works on RHEL 6.
Put it on a RHEL 5.x system, after doing

yum --nogpgcheck localinstall lgtoclnt*.rpm
yum install java-1.6.0-sun.i686
yum downgrade java-1.6.0-sun-1.6.0.26-1jpp.**1.el6.i686

After you have the 1.6.0.26 version of Java installed, be sure to block
updates to it (add an exclude=java-1.6.0-sun to your yum configuration)
until EMC has released a fix for the authentication issues that NMC
has with Java >= 1.6.0.26.

Tim
--
Tim Mooney Tim.Mooney < at > ndsu.edu
Enterprise Computing & Infrastructure 701-231-1076(Voice)
Room 242-J6, IACC Building 701-231-8541 (Fax)
North Dakota State University, Fargo, ND 58105-5164



type "signoff networker" in the body of the email. Please write to
networker-request < at > listserv.**temple.edu<networker-request < at > listserv.temple.edu>if you have any problems with this list. You can access the archives at
http://listserv.temple.edu/**archives/networker.html<http://listserv.temple.edu/archives/networker.html>or
via RSS at http://listserv.temple.edu/**cgi-bin/wa?RSS&L=NETWORKER<http://listserv.temple.edu/cgi-bin/wa?RSS&L=NETWORKER>


Display posts from previous:
Reply to topic Page 1 of 1
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
  


Magic SEO URL for phpBB