NetApp Community Update
This site will enter Read Only mode on July 23 as we prepare to move to a new platform. You will still be able to view content, but posting and replying will be temporarily disabled.
We're excited to launch our new Community experience on July 30 and more information will follow soon.
Stay connected during the transition - Join our Discord community today.

Active IQ Unified Manager Discussions

OCUM 6.4 on RHEL install fails with a postinstall scriptlet failure for ocie-serverbase package

renton
6,031 Views

Hi Guys,

 

I'm attempting to install OCUM 6.4P1 on RHEL 6.7.

 

The pre_install_check.sh script executes without any issues. My host meets the requirements shown in the Installation and Setup Guide. I can install OCUM 6.3 without any issues.

 

My problem happens when I get to installation of the ocie-serverbase-1.3.0-2016.05.2052.x86_64 package. The postinstall script fails with an exit status 255, which corresponds to an "exit -1" in the postinstall script.

 

 

Actual error message:

warning: %post(ocie-serverbase-1.3.0-2016.05.2052.x86_64) scriptlet failed, exit status 255

Non-fatal POSTIN scriptlet failure in rpm package ocie-serverbase-1.3.0-2016.05.2052.x86_64

 

FAILURE: ocie-serverbase package installed, but in corrupt state.

 

 

I have attached the postinstall script which I extracted from the rpm.

 

Has anyone else experienced a similar problem?

 

Cheers, Renton.

1 ACCEPTED SOLUTION

renton
5,876 Views

Ok, managed to figure this one out myself. It was permissions on /opt/netapp/data

 

I had 755 on /opt and /opt/netapp/data, but had 700 on /opt/netapp.

 

Set permissions to 755 on /opt/netapp and then all packages installed correctly 🙂

View solution in original post

2 REPLIES 2

renton
5,877 Views

Ok, managed to figure this one out myself. It was permissions on /opt/netapp/data

 

I had 755 on /opt and /opt/netapp/data, but had 700 on /opt/netapp.

 

Set permissions to 755 on /opt/netapp and then all packages installed correctly 🙂

chao
5,330 Views

Thanks a lot. Will check them

Public