Novell Sentinel Log Manager 1.0.0.5 Release Notes
17
no
vd
ocx
(e
n)
19
Fe
bru
a
ry
20
10
525753
Issue: If the command
hostname -f
did not return a valid hostname
during Sentinel Log Manager installation, the user is unable to accept a
certificate when Collector Manager is installed.
Workaround: To avoid the issue, before installing the Log Manager server,
test the
hostname -f
command to make sure it returns a valid
hostname. This needs to be tested on the Log Manager server machine,
not the machine where the Collector Manager is going to be installed.
If you get stuck in a loop during the Collector Manager install, the
workaround is the following:
1. There is no need to exit the Collector Manager install. Instead,
perform the following steps while the Collector Manager install
remains at the user/password prompt.
2. Log in to the Log Manager server as the
novell
user.
3. Run the following command:
server.sh stop
4. Specify the command to change directory:
cd /opt/novell/
sentinel_log_mgr_1.0_x86-64/config
5. hostname -f (make sure a valid hostname is returned - if not, fix
hostname)
NOTE:
All passwords must remain set to
password
in the following
commands.
../jre/bin/keytool -delete -alias broker -
keystore .activemqkeystore.jks -storepass
password
../jre/bin/keytool -genkey -alias broker -
keyalg RSA -keystore .activemqkeystore.jks -
storepass password -keypass password -dname
"CN=`hostname -f`, O=broker"
../jre/bin/keytool -list -keystore
.activemqkeystore.jks -v -storepass password
../jre/bin/keytool -export -alias broker -
keystore .activemqkeystore.jks -storepass
password -file .activemq.cer
../jre/bin/keytool -delete -alias broker -
keystore .activemqclientkeystore.jks -
storepass password
../jre/bin/keytool -import -noprompt -alias
broker -keystore .activemqclientkeystore.jks -
storepass password -file .activemq.cer
6. Run the following command:
server.sh start
7. Return to the Collector Manager install and enter the user/pass/
accept cert. You should see a valid issuer name and the acceptance
of the certificate should proceed normally.
Issue Number
Description