13.12.2012 Views

HP OpenView Operations Administrator's Reference - filibeto.org

HP OpenView Operations Administrator's Reference - filibeto.org

HP OpenView Operations Administrator's Reference - filibeto.org

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Tuning and Troubleshooting OVO<br />

Solving Runtime Problems on All Managed Nodes<br />

436<br />

#!/bin/sh<br />

ARCH=‘uname -s‘<br />

if [ ${ARCH} = ”<strong>HP</strong>UX” -o ${ARCH} = ”AIX” ]<br />

then<br />

/bin/ps -eaf<br />

elif [ ${ARCH} = ”AIX” ]<br />

then<br />

/usr/bin/ps -ax<br />

else’’<br />

echo ”Unsupported architecture ${ARCH}”<br />

exit 1<br />

fi<br />

Problem D<br />

The command or application parameters are different.<br />

Solution D<br />

Write a script or program using the appropriate parameters. See the<br />

example in Solution C.<br />

Problem E<br />

Inconsistent passwords for the calling user on the selected managed<br />

nodes. OVO provides only one common password for the assigned default<br />

operator on UNIX managed nodes, as well as one common password for<br />

the assigned default operator on MPE/IX managed nodes. Furthermore,<br />

only one password can be specified for default application startup. So<br />

both command broadcasting (using customized user and password) or<br />

application startup fails. Note that a password is required only for<br />

Window (Input/Output) applications, or if the user changes the default<br />

settings.<br />

Solution E<br />

1. Split your broadcast for systems having the same user password.<br />

2. Provide a common password for all selected managed nodes. Be<br />

aware of applied password-aging mechanisms. Alternatively, for<br />

applications configured as using a Window (Input/Output), a<br />

.rhosts or /etc/hosts.equiv entry is also sufficient.<br />

3. Use the assigned default user for command broadcasting and the<br />

startup of applications configured as using a Window (Input/Output).<br />

In this case, the action is performed by the OVO action agent and no<br />

password need be provided.<br />

Chapter 11

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!