HP -UX B6941-90001 Administrator's Reference Manual page 411

Management server on hp-ux
Table of Contents

Advertisement

Description C
The command or application path is different; for example, /usr/bin/ps
(HP-UX 10.x, 11.x).
Solution C.
Use (hard or symbolic) links or copy the command or application to the
appropriate destination. Write a script/program which calls the right
command or application, depending on the platform. For example:
my_ps.sh
#!/bin/sh
ARCH='uname -s'
if [ ${ARCH} = "HPUX" -o ${ARCH} = "AIX" ]
then
fi
Description D
The command or application parameters are different.
Solution D
Write a script or program using the appropriate parameters; see the
example above.
Description E
Inconsistent passwords for the calling user on the selected managed
nodes. ITO provides only one common password for the assigned default
operator on UNIX managed node as well as one common password for the
assigned default operator on MPE/IX managed nodes. Furthermore, only
one password can be specified for default application startup. So both
command broadcasting (using customized user/password) or application
startup will fail. Note that a password is only required for Window
(Input/Output) applications, or if the customer changes the default
settings.
Solution E
1. Split your broadcast for systems having the same user password.
2. Provide a common password for all selected managed nodes. Be aware
3. Use the assigned default user for command broadcasting and the
Chapter 10
/bin/ps -eaf
elif [ ${ARCH} = "AIX" ]
then
/usr/bin/ps -ax
else''
echo "Unsupported architecture ${ARCH}"
exit 1
of applied password-aging mechanisms. Alternatively, for applications
configured as using a Window (Input/Output), an appropriate
.rhosts or /etc/hosts.equiv entry is also sufficient.
startup of applications configured as using a Window (Input/Output).
In this case, the action will be performed by the ITO action agent and
no password need be provided.
Tuning, Troubleshooting, Security, and Maintenance
Troubleshooting: Specific Problems
411

Advertisement

Table of Contents
loading

This manual is also suitable for:

Openview it

Table of Contents