Hi Folks,
for some reasons I try to install Dp on a fresh installed RHEL 7.2 server. The installation fails 2 times. First is documented by HP, the final error not....
Step by step:
firewall-cmd --add-port=5555/tcp --permanent
systemctl restart firewalld
# id hpdp
uid=1000(hpdp) gid=1000(hpdp) groups=1000(hpdp)
# mkdir -p /home/hpdp
# mkdir -p /var/opt/omni/log/
# mkdir -p /var/opt/omni/log/AppServer
# mkdir -p /var/opt/omni/server/AppServer
# mkdir -p /opt/omni/AppServer/standalone/deployments
# mkdir -p /etc/opt/omni/server/AppServer
# rm -rf /opt/omni/* /etc/opt/omni/* /var/opt/omni/*
# chown -R hpdp:hpdp /home/hpdp
# chown -R hpdp:hpdp /var/opt/omni
# chown -R hpdp:hpdp /opt/omni
# chown -R hpdp:hpdp /etc/opt/omni
LOCAL_INSTALL]# ./omnisetup.sh -CM -IS -install da,ma,cc
No Data Protector software detected on the target system.
Passed: The user account "hpdp" will be used for the IDB service.
Passed: Port number "7112" will be used for the "hpdp-idb" service.
Passed: Port number "7113" will be used for the "hpdp-idb-cp" service.
Passed: Port number "7116" will be used for the "hpdp-as" service.
Passed: Port number "9999" will be used for the "hpdp-as" service.
Passed: The kernel parameter value: SHMMAX = 18446744073692774399.
The minimum required parameter value is "2684354560".
Passed: There are "53117779968" bytes of available system memory.
4 GB of system memory are required.
Passed: Data Protector installation requires 2764800 kilobytes of free
storage space on the "/opt/omni" filesystem.
The filesystem "/opt/omni" has 52369192 kilobytes of free space.
Passed: Data Protector installation requires 308224 kilobytes of free
storage space on the "/var/opt/omni" filesystem.
The filesystem "/var/opt/omni" has 52369632 kilobytes of free space.
Passed: Data Protector installation requires 6144 kilobytes of free
storage space on the "/etc/opt/omni" filesystem.
The filesystem "/etc/opt/omni" has 52369632 kilobytes of free space.
snip
1:OB2-CS-A.09.00-1 ################################# [100%]
NOTE: No Data Protector A.09.00 Internal Database found. Initializing...
Configuring and starting up Internal Database... Done!
Configuring and starting up Internal Database Connection Pool... Done!
Initializing Internal Database version A.09.00... Done!
ERROR: Cell Manager certificates generation failed. (Return code = 3)
For more detail please refer to /var/opt/omni/server/log/DPIDBsetup_7639.log
warning: %post(OB2-CS-A.09.00-1.x86_64) scriptlet failed, exit status 3
Ok, we avoid to ask which HP guy has testet this software, the good news is, this error is documented and we can go arraound:
stage]# ll /opt/omni/sbin/omnigencert.pl
-r-x------ 1 root root 116007 Jun 10 2014 /opt/omni/sbin/omnigencert.pl
stage]# cp omnigencert.pl /opt/omni/sbin/omnigencert.pl
cp: overwrite â/opt/omni/sbin/omnigencert.plâ? y
stage]# ll /opt/omni/sbin/omnigencert.pl
-r-x------ 1 root root 133006 Oct 24 14:48 /opt/omni/sbin/omnigencert.pl
stage]# /opt/omni/sbin/IDBsetup.sh
NOTE: No Data Protector A.09.00 Internal Database found. Initializing...
Configuring and starting up Internal Database... Done!
Configuring and starting up Internal Database Connection Pool... Done!
Initializing Internal Database version A.09.00... Configuring and starting up Application Server... Done!
Setting Internal Database passwords... Done!
Starting up Data Protector Services... Done!
NOTE: Data Protector A.09.00 Internal Database initialized.
stage]# /opt/omni/bin/omnicc -put_component_str cs client/omni_format client/omni_info A.09.00
stage]# omnicc -import_host FQDN FQDN stays for my full qualified hostname....
Import host successful.
stage]# omnicc -import_is FQDN
Import host successful.
stage]# omnisv status
ProcName Status [PID]
===============================
crs : Active [22437]
mmd : Active [22435]
kms : Active [22436]
hpdp-idb : Active [19021]
hpdp-idb-cp : Active [9583]
hpdp-as : Active [19503]
omnitrig : Active
Sending of traps disabled.
===============================
Status: All Data Protector processes/services up and running.
Now we want to lift up the version to 9.07:
907]# ./omnisetup.sh -bundleadd b907
Installing Data Protector A.09.07
No error, runs well.
# omnisv status
ProcName Status [PID]
===============================
crs : Active [25997]
mmd : Active [25995]
kms : Active [25996]
hpdp-idb : Active [25971]
hpdp-idb-cp : Active [25992]
hpdp-as : Active [26022]
omnitrig : Active
Sending of traps disabled.
===============================
Status: All Data Protector processes/services up and running.
907]# omnicc -encryption -status -all
Client Enabled Enabled(CM)
FQDN false false
When connecting with Gui it asks me to verfy a key, after that it hangs for some seconds and ends up in error:
"A server error has occurred. Reported error message:
couldn't connect to host"
HP support is working since one week on this (or not.... )
Some ideas??
Mathias