HP Data Protector Linux Agent installation problem


Contents

  1. Error:
  2. Fix:

A simple solution to fix "Data Protector Linux Agent installation problem".

Error:

./omnisetup.sh: line 2112: ./omni_rinst.sh: Permission denied
Setup cannot continue. Installation of the Data Protector CORE component failed.

Fix:

Check  /etc/fstab  file for  /tmp directory.You ‘ll observe ” noexec ” on  /tmp  line. Remove  noexec and  fix  like  which I added and remount  /tmp.

#UUID=63f2f8a8-c350-48f6-ae9f-accc323e61bd /tmp                    ext4    defaults,noexec    1 1

Edit  fstab.

UUID=63f2f8a8-c350-48f6-ae9f-accc323e61bd /tmp                    ext4    defaults     1 1

#mount  -o remount  /tmp

 

Tagged In:

I'm a IT Infrastructure and Operations Architect with extensive experience and administration skills and works for Turk Telekom. I provide hardware and software support for the IT Infrastructure and Operations tasks.

205 Total Posts
Follow Me