System information

Table Of Contents
260
Index
A: Copy/paste following script to new file on system. Script from unknown
source#!/bin/ksh
line='---------------------------------------------'
pids=$(/usr/bin/ps -ef | sed 1d | awk '{print $2}')
if [ $# -eq 0 ]; then
read ans?"Enter port you would like to know pid for: "
else
ans=$1
fi
for f in $pids
do
/usr/proc/bin/pfiles $f 2>/dev/null | /usr/xpg4/bin/grep -q "port: $ans"
if [ $? -eq 0 ]; then
echo $line
echo "Port: $ans is being used by PID:\c"
/usr/bin/ps -ef -o pid -o args | egrep -v "grep|pfiles" | grep $f
fi
done
exit 0
Pillar Provider
The Pillar SMI provider is embedded in the array itself, so there is nothing a
customer needs to do to install it. If a customer is running an older Pillar Axiom
system that has the 512Meg Pilot hardware, the provider is by default disabled.
Provider is enabled by default on systems with 2 Gig Pilots.
Pillar doesn’t recommend enabling the SMI provider if the customer has the older
512 Meg Pilots and recommends that they have it upgraded to the 2 Gig
versions. Customers can contact Pillar’s customer support to have their systems
upgraded to the 2 Gig Pilots.
The provider uses the same username/passwords that the customer has set up
for their Axiom systems. Standard SLP discovery mechanism is used.
The interop namespace for the provider is /root/pg_interop, and the namespace
is /root/pillar.
Upgrades for the provider are bundled with system software upgrades. Currently
Pillar is SMI 1.1 certified with the 2.3 Axiom software release.
Troubleshooting Pillar
The following section list FAQs for troubleshooting a Pillar provider.