Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
OCUM 6.4 on RHEL install fails with a postinstall scriptlet failure for ocie-serverbase package
2016-06-13
08:50 PM
4,901 Views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Solved! See The Solution
1 ACCEPTED SOLUTION
renton has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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 🙂
2 REPLIES 2
renton has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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 🙂
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks a lot. Will check them