Top general
date : 2003-11-21
start time : 12.20.59
layout-version : 1.5.1
hostname : hpovou
domain :
OS-name : HP-UX
OS-release : B.11.11
OS-version-level : U
hpux-trusted : 0
nodename : hpovou
model-id : 9000/785
model : 9000/785/B2000
cpu-type : /usr/sam/lib/mo/sched.models:B2000 2.0 PA8500
serial number : 2002424543
license : unlimited-user license
cpu_cnt : 1
timezone : MET-1METDST
runlevel : New_level 3 Old_level S
superuser password : 284480359
memory real : 768 MB
memory real (dmesg) : 786432
memory lockable (dmesg) : 567944
memory available (dmesg) : 657104
uptime : 2:54
rclog : -rw-r--r-- 1 root root 18238 Nov 21 09:27 /etc/rc.log
shutdownlog : -rw-r--r-- 1 bin bin 0 Nov 21 09:16 /etc/shutdownlog
runtime : 284
stop time : 12.25.43
trap "" 2
CMDNAME="bcheckrc" # used in the script, later on.
echo "/sbin/bcheckrc:"
if [ -x /sbin/lvmrc ]
then
echo "Checking for LVM volume groups and Activating (if any exist)"
/sbin/lvmrc
fi
if is_local_root
then # root is a local mount
case `/sbin/fstyp /dev/root` in
"hfs") /sbin/fsclean /dev/rroot
status=$?
;;
"vxfs") /sbin/fsck -F vxfs -m /dev/rroot
status=$?
;;
*) status=0
;;
esac
else # root is a diskless client
status=0
fi
if [ $status = 0 ]
then
if [ -x /sbin/eisa_config ]
then
/sbin/eisa_config -a
case $? in
1 | 10) /sbin/reboot ;;
11 | 12) /sbin/reboot -h ;;
esac
else
echo "eisa_config is not present -- cannot check eisa configuration"
fi
fi
itemap_option=""
if [ -f /etc/kbdlang ]
then
read MAP_NAME filler < /etc/kbdlang
if [ $MAP_NAME ]
then
itemap_option="-l $MAP_NAME"
fi
fi
if [ -x /sbin/itemap ] && [ -f /etc/X11/XHPKeymaps ]
then
/sbin/itemap -i -L $itemap_option -w /etc/kbdlang
fi
DEFAULTLIST="hfs vxfs"
IGNORELIST="swap swapfs ignore"
FSTAB="/etc/fstab"
FSLOCATION="/sbin/fs"
FSCK="fsck"
FSTYP="/sbin/fstyp -l"
CONFIGLIST=`$FSTYP 2>/dev/null`
if [ $? -ne 0 ]
then
CONFIGLIST=${CONFIGLIST:-$DEFAULTLIST}
fi
FSTABLIST=`cat $FSTAB | awk '{ if (($0 != "" ) && ($1 != "#"))
TMPLIST[$3]=$3;
} END {
for (i in TMPLIST)
printf("%s ",i);
printf("\n");
}'`
for i in $FSTABLIST
do
IGNOREFLAG=""
for j in $IGNORELIST
do
if [ "$i" = "$j" ]
then
IGNOREFLAG="TRUE"
fi
done
if [ "$IGNOREFLAG" != "TRUE" ]
then
TMPFSTABLIST="$TMPFSTABLIST $i"
fi
done
FSTABLIST="$TMPFSTABLIST"
FSTABLIST=${FSTABLIST:-$CONFIGLIST}
for i in $FSTABLIST
do
if [ -f $FSLOCATION/$i/$FSCK ]
then
FSTYPLIST="$FSTYPLIST $i"
fi
done
trap "echo Interrupt" 2
status=0
for fstype in $FSTYPLIST
do
if [ -f $FSLOCATION/$fstype/$CMDNAME ]
then
echo "Checking $fstype file systems"
. $FSLOCATION/$fstype/$CMDNAME
else
echo "cannot find " $FSLOCATION/$fstype/$CMDNAME
status=1
fi
done
echo # console readability during bootup
if [ $status = 0 ]
then
echo "Cleaning /etc/ptmp..."
PTMP="/etc/ptmp"
PWDF="/etc/passwd"
SAWK="awk"
SMV="mv"
SLS="ls"
if [ -f $PTMP ]
then
if [ -f $PWDF ]
then # /etc/passwd exists
PTMP_SIZE=`$SLS -l $PTMP | $SAWK '{print $5}'`
PWDF_SIZE=`$SLS -l $PWDF | $SAWK '{print $5}'`
if [ $PTMP_SIZE -gt $PWDF_SIZE ]
then
$SMV $PWDF $PWDF.boot
$SMV $PTMP $PWDF
else
$SMV $PTMP $PTMP.boot
fi
else # /etc/passwd files does not exist
$SMV $PTMP $PWDF
fi
fi # ptmp file exists
fi
exit $status
AUTO_VG_ACTIVATE=1
RESYNC="SERIAL"
custom_vg_activation()
{
return 0
}
parallel_vg_sync()
{
for VG in $*
do
{
if /sbin/vgsync $VG > /dev/null
then
echo "Resynchronized volume group $VG"
fi
} &
done
}
if [ -x /sbin/is_local_root ] && /sbin/is_local_root ; then
if [ -c /dev/rroot ]; then
echo "Checking root file system."
case `/sbin/fstyp /dev/root` in
"hfs") /sbin/fsck -F hfs -P -f /dev/rroot
;;
"vxfs") /sbin/fsck -F vxfs -y /dev/rroot
;;
*) :
;;
esac
echo "Root check done."
else
echo "The device file /dev/rroot does not exist or is not correct."
echo "Automatic checks of the root file system not performed."
fi
fi
for CFG_FILE in /etc/rc.config.d/* /etc/TIMEZONE
do
fname=${CFG_FILE##*/} # get file basename
if [ -f $CFG_FILE -a "$fname" != "core" -a "${fname##*[.,~\#]}" = "$fname" ]
then . $CFG_FILE # source a valid config file
fi
done
l /dev/dsk/c2t6d0
autoboot: hpux
lifls: volume ISL10 data size 7984 directory size 8
lifls: filename type start size implement created
lifls: ===============================================================
lifls: ODE -12960 584 848 0
lifls: MAPFILE -12277 1432 128 0
lifls: SYSLIB -12280 1560 353 0
lifls: CONFIGDATA -12278 1920 231 0
lifls: SLMOD -12276 2152 132 0
lifls: SLDEV -12276 2288 202 0
lifls: SLDRIVERS -12276 2496 475 0
lifls: SLSCSI -12276 2976 117 0
lifls: MAPPER -12279 3096 233 0
lifls: IOTEST -12279 3336 208 0
lifls: PERFVER -12279 3544 198 0
lifls: PVCU -12801 3744 64 0
lifls: SSINFO -12286 3808 2 0
lifls: ISL -12800 3816 306 0
lifls: AUTO -12289 4128 1 0
lifls: HPUX -12928 4136 848 0
lifls: LABEL BIN 4984 8 0
lvlnboot: Boot Definitions for Volume Group /dev/vg00:
lvlnboot: Physical Volumes belonging in Root Volume Group:
lvlnboot: /dev/dsk/c2t6d0 (10/0/15/0.6.0) -- Boot Disk
lvlnboot: Boot: lvol1 on: /dev/dsk/c2t6d0
lvlnboot: Root: lvol3 on: /dev/dsk/c2t6d0
lvlnboot: Swap: lvol2 on: /dev/dsk/c2t6d0
lvlnboot: Dump: lvol2 on: /dev/dsk/c2t6d0, 0
lvlnboot:
Top boot
- rc-file
- /etc/rc.config.d/Dmiconfig
START_DMI=1
DMI_IGNORECONFIGURECHECK=0
START_RPCD=1
Top boot
- rc-file
- /etc/rc.config.d/SnmpHpunix
SNMP_HPUNIX_START=1 # Start the hp-unix MIB SNMP subAgent by default.
export SNMP_HPUNIX_START
Top boot
- rc-file
- /etc/rc.config.d/SnmpMaster
SNMP_MASTER_START=1 # Start the master SNMP agent.
export SNMP_MASTER_START
Top boot
- rc-file
- /etc/rc.config.d/SnmpMib2
SNMP_MIB2_START=1 # Start the MIB2 SNMP subAgent.
export SNMP_MIB2_START
Top boot
- rc-file
- /etc/rc.config.d/SnmpTrpDst
SNMP_TRAPDEST_START=1 # Start the master SNMP agent.
export SNMP_TRAPDEST_START
START_ACCT=0
Top boot
- rc-file
- /etc/rc.config.d/apacheconf
APACHE_START=1
APACHE_HOME=/opt/apache
WEBMIN_START=0
TOMCAT_START=0
TOMCAT_HOME=/opt/tomcat
JAVA_HOME=/opt/java1.2
Top boot
- rc-file
- /etc/rc.config.d/audio
AUDIO_SERVER=1
Top boot
- rc-file
- /etc/rc.config.d/auditing
AUDITING=0
PRI_AUDFILE=/.secure/etc/audfile1
PRI_SWITCH=1000
SEC_AUDFILE=/.secure/etc/audfile2
SEC_SWITCH=1000
AUDEVENT_ARGS1="-P -F -e moddac -e login -e admin"
AUDEVENT_ARGS2=""
AUDEVENT_ARGS3=""
AUDOMON_ARGS="-p 20 -t 1 -w 90"
DTMOUNTPOINT=/nfs/
Top boot
- rc-file
- /etc/rc.config.d/cifsclient
RUN_CIFSCLIENT=0
Top boot
- rc-file
- /etc/rc.config.d/clean
CLEAN_ADM=1
CLEAN_UUCP=1
Top boot
- rc-file
- /etc/rc.config.d/clean_tmps
LIST_TEMPS=1
CLEAR_TMP=0
Top boot
- rc-file
- /etc/rc.config.d/clean_uucp
CLEAN_UUCP=1
Top boot
- rc-file
- /etc/rc.config.d/comsec
TTSYNCD=1
Top boot
- rc-file
- /etc/rc.config.d/crashconf
CRASHCONF_ENABLED=1
CRASH_INCLUDED_PAGES=""
CRASH_EXCLUDED_PAGES=""
CRASHCONF_READ_FSTAB=1
CRASHCONF_REPLACE=0
CRON=1
DCED=0
ACTIVATE_SECVAL=0
AUDITD=0
SECD=0
CDSADV=0
CDSD=0
GDAD=0
DTSD=0
DTS_NULL_PROVIDER=0
DTS_NTP_PROVIDER=0
DTS_SPECTRACOM_PROVIDER=0
PWD_STRENGTHD=0
ILOGIND=0
NTP_HOST=
NTP_PROVIDER_POLL=
NTP_PROVIDER_INACCURACY=
NULL_PROVIDER_POLL=
NULL_PROVIDER_INACCURACY=
SPEC_DEV=
DTSD_SWITCHES=
AUDITD_SWITCHES=
PWD_STRENGTHD_SWITCHES=
DCED_SWITCHES=
Top boot
- rc-file
- /etc/rc.config.d/desktop
DESKTOP=CDE
Top boot
- rc-file
- /etc/rc.config.d/diagnostic
DIAGNOSTICS=1
EMS_ENABLED=1
Top boot
- rc-file
- /etc/rc.config.d/emsagtconf
AUTOSTART_EMSAGT=1
RUN_EUSRV=0
EUSRV_CONFIG=/etc/asx/eus/config
Top boot
- rc-file
- /etc/rc.config.d/fc_td_conf
FC_TD_START=1
HP_FC_TD_INTERFACE_NAME[0]=
Top boot
- rc-file
- /etc/rc.config.d/hparamgr
HPARAMGR_START_STOP=1
Top boot
- rc-file
- /etc/rc.config.d/hparray
HPARRAY_START_STOP=1
Top boot
- rc-file
- /etc/rc.config.d/hpbasetconf
HP_BASET_INTERFACE_NAME[0]=
HP_BASET_STATION_ADDRESS[0]=
HP_BASET_SPEED[0]=
HP_BASET_INIT_ARGS="HP_BASET_STATION_ADDRESS HP_BASET_SPEED"
Top boot
- rc-file
- /etc/rc.config.d/hpbtlanconf
HP_BTLAN_INTERFACE_NAME[0]=
HP_BTLAN_STATION_ADDRESS[0]=
HP_BTLAN_SPEED[0]=
HP_BTLAN_INIT_ARGS="HP_BTLAN_STATION_ADDRESS HP_BTLAN_SPEED"
Top boot
- rc-file
- /etc/rc.config.d/hpetherconf
HP_ETHER_INTERFACE_NAME[0]=
HP_ETHER_STATION_ADDRESS[0]=
HP_ETHER_INIT_ARGS="HP_ETHER_STATION_ADDRESS"
Top boot
- rc-file
- /etc/rc.config.d/hpfcmsconf
FCMS_START=1
HP_FCMS_INTERFACE_NAME[0]=
Top boot
- rc-file
- /etc/rc.config.d/hpfddi4conf
HP_PCIFDDI_INIT_ARGS="HP_PCIFDDI_STATION_ADDRESS HP_PCIFDDI_MTU HP_PCIFDDI_TREQ HP_PCIFDDI_TNOTIFY"
Top boot
- rc-file
- /etc/rc.config.d/hpgelanconf
HP_GELAN_INIT_ARGS="HP_GELAN_STATION_ADDRESS HP_GELAN_SPEED HP_GELAN_MTU HP_GELAN_FLOW_CONTROL HP_GELAN_AUTONEG HP_GELAN_SEND_COAL_TICKS HP_GELAN_RECV_COAL_TICKS HP_GELAN_SEND_MAX_BUFS HP_GELAN_RECV_MAX_BUFS"
HP_GELAN_INTERFACE_NAME[0]=
HP_GELAN_STATION_ADDRESS[0]=
HP_GELAN_SPEED[0]=
HP_GELAN_MTU[0]=
HP_GELAN_FLOW_CONTROL[0]=
HP_GELAN_AUTONEG[0]=
HP_GELAN_SEND_COAL_TICKS[0]=
HP_GELAN_RECV_COAL_TICKS[0]=
HP_GELAN_SEND_MAX_BUFS[0]=
HP_GELAN_RECV_MAX_BUFS[0]=
Top boot
- rc-file
- /etc/rc.config.d/hpigelanconf
HP_IGELAN_INIT_ARGS="HP_IGELAN_STATION_ADDRESS HP_IGELAN_SPEED HP_IGELAN_MTU HP_IGELAN_FLOW_CONTROL HP_IGELAN_AUTONEG HP_IGELAN_SEND_COAL_TICKS HP_IGELAN_RECV_COAL_TICKS HP_IGELAN_SEND_MAX_BUFS HP_IGELAN_RECV_MAX_BUFS"
HP_IGELAN_INTERFACE_NAME[0]=
HP_IGELAN_STATION_ADDRESS[0]=
HP_IGELAN_SPEED[0]=
HP_IGELAN_MTU[0]=
HP_IGELAN_FLOW_CONTROL[0]=
HP_IGELAN_AUTONEG[0]=
HP_IGELAN_SEND_COAL_TICKS[0]=
HP_IGELAN_RECV_COAL_TICKS[0]=
HP_IGELAN_SEND_MAX_BUFS[0]=
HP_IGELAN_RECV_MAX_BUFS[0]=
Top boot
- rc-file
- /etc/rc.config.d/i4lmd
START_I4LMD=0
KL=0
Top boot
- rc-file
- /etc/rc.config.d/kminit
KM_INIT=1
Top boot
- rc-file
- /etc/rc.config.d/list_mode
LIST_MODE=0
LIST_TIMEOUT=0
USE_COLOR=1
LP=1
Top boot
- rc-file
- /etc/rc.config.d/mailservs
export SENDMAIL_SERVER=1
export SENDMAIL_SERVER_NAME=
Top boot
- rc-file
- /etc/rc.config.d/namesvrs
unset UNIX95
PRE_U95=true;export PRE_U95;
NAMED=1
NAMED_ARGS=""
NIS_MASTER_SERVER=0
NIS_SLAVE_SERVER=0
NIS_CLIENT=0
NISPLUS_SERVER=0
NISPLUS_CLIENT=0
NIS_DOMAIN=
MAX_NISCHECKS=2
EMULYP=""
YPSERV_OPTIONS=""
YPBIND_OPTIONS=""
YPPASSWDD_OPTIONS="/etc/passwd -m passwd PWFILE=/etc/passwd"
KEYSERV_OPTIONS=""
YPUPDATED_OPTIONS=""
YPXFRD_OPTIONS=""
RPC_NISD_OPTIONS="$EMULYP"
NIS_CACHEMGR_OPTIONS=""
YPSET_ADDR=""
LONGNAMES_OPTIONS="group.bygid.dir group.bygid.pag group.byname.dir \
group.byname.pag hosts.byaddr.dir hosts.byaddr.pag \
hosts.byname.dir hosts.byname.pag networks.byaddr.dir \
networks.byaddr.pag networks.byname.dir networks.byname.pag \
passwd.byname.dir passwd.byname.pag passwd.byuid.dir \
passwd.byuid.pag protocols.byname.dir protocols.byname.pag \
protocols.bynumber.dir protocols.bynumber.pag \
rpc.bynumber.dir rpc.bynumber.pag services.byname.dir \
services.byname.pag ypservers.dir ypservers.pag"
SHORTNAMES_OPTIONS="group.bygi.dir group.bygi.pag group.byna.dir \
group.byna.pag hosts.byad.dir hosts.byad.pag \
hosts.byna.dir hosts.byna.pag netwk.byad.dir \
netwk.byad.pag netwk.byna.dir netwk.byna.pag \
passw.byna.dir passw.byna.pag passw.byui.dir \
passw.byui.pag proto.byna.dir proto.byna.pag \
proto.bynu.dir proto.bynu.pag rpc.bynu.dir \
rpc.bynu.pag servi.byna.dir servi.byna.pag \
ypservers.dir ypservers.pag"
Top boot
- rc-file
- /etc/rc.config.d/nddconf
Top boot
- rc-file
- /etc/rc.config.d/netconf
HOSTNAME="hpovou"
OPERATING_SYSTEM=HP-UX
LOOPBACK_ADDRESS=127.0.0.1
INTERFACE_NAME[0]="lan0"
IP_ADDRESS[0]="10.1.1.110"
SUBNET_MASK[0]="255.255.255.0"
BROADCAST_ADDRESS[0]=""
INTERFACE_STATE[0]=""
DHCP_ENABLE[0]="0"
ROUTE_DESTINATION[0]="default"
ROUTE_MASK[0]=""
ROUTE_GATEWAY[0]="10.1.1.1"
ROUTE_COUNT[0]="1"
ROUTE_ARGS[0]=""
GATED=0
GATED_ARGS=""
RDPD=0
RARP=0
Top boot
- rc-file
- /etc/rc.config.d/netdaemons
export INETD_ARGS=
START_RBOOTD=1
export RBOOTD_DEVICES=
export NTPDATE_SERVER=
export XNTPD=0
export XNTPD_ARGS=
export MROUTED=0
export MROUTED_ARGS=""
export RWHOD=0
export DDFA=0
Top boot
- rc-file
- /etc/rc.config.d/nettl
NETTL=1
: ${NTLCONFFILE:="/etc/nettlgen.conf"}
if test -r $NTLCONFFILE
then
NETTL_CONSOLE=`awk 'BEGIN { FS = ":"; conlog = 1 }
/^LOG:/ { conlog = $2 }
END { print (conlog == 0) ? 0 : 1 }
' $NTLCONFFILE`
else
NETTL_CONSOLE=1
fi
Top boot
- rc-file
- /etc/rc.config.d/nfsconf
NFS_CLIENT=1
NFS_SERVER=1
NUM_NFSD=16
NUM_NFSIOD=16
PCNFS_SERVER=0
LOCKD_OPTIONS=""
STATD_OPTIONS=""
MOUNTD_OPTIONS=""
AUTOMOUNT=1
AUTO_MASTER="/etc/auto_master"
AUTO_OPTIONS="-f $AUTO_MASTER"
START_MOUNTD=1
AUTOFS=0
AUTOMOUNT_OPTIONS=""
AUTOMOUNTD_OPTIONS=""
OMNI=1
Top boot
- rc-file
- /etc/rc.config.d/opcagt
OPCAGT_DIR=/opt/OV/bin/OpC
START_LANG=C.iso88591
OPCAGT=1
Top boot
- rc-file
- /etc/rc.config.d/ov500
START_OV500=1
Top boot
- rc-file
- /etc/rc.config.d/ovoracle
OVORACLE=1
OVORALISTENER=1
PD_ENV=basic
PDPRNPATH=/opt/pd/lib/model:/var/opt/pd/lib/model
PD_CLIENT=0
PD_OTHER_CLIENTS="
"
PD_SPOOLERS="
"
PD_SUPERVISORS="
"
PD_MEMLIMIT=50000
Top boot
- rc-file
- /etc/rc.config.d/pdcinfo
PDCINFO=1
PDCINFO_OPTS=
Top boot
- rc-file
- /etc/rc.config.d/ptydaemon
PTYDAEMON_START=1
PWGR=1
PWGRD_WITH_NISPLUS=0
Top boot
- rc-file
- /etc/rc.config.d/samba
RUN_SAMBA=0
Top boot
- rc-file
- /etc/rc.config.d/savecrash
Top boot
- rc-file
- /etc/rc.config.d/scrdaemon
SCR_DAEMON=1
Top boot
- rc-file
- /etc/rc.config.d/set_date
DATE_TIMEOUT=0
SLSD_DAEMON=0
SSHD_START=1
SSHD_ARGS=
Top boot
- rc-file
- /etc/rc.config.d/swconfig
SW_DEFERRED_KERNBLD=
Top boot
- rc-file
- /etc/rc.config.d/syncer
SYNCER=1
Top boot
- rc-file
- /etc/rc.config.d/syslogd
SYSLOGD_OPTS="-D"
XPRINTSERVERS=
VTDAEMON_START=1
VTGATEWAY=
VTGOPTS=
VTGINTERFACES=
Top boot
- rc-file
- /etc/rc.config.d/webadmin
WEBADMIN=0
RUN_X_FONT_SERVER=0
CONFIG_FILE_NAME=/etc/X11/fs/config
LOCAL=vxfs
EST5EDT
HOMEDIR /home
GROUPID 20
INACT -1
EXPIRE
init:3:initdefault:
ioin::sysinit:/sbin/ioinitrc >/dev/console 2>&1
tape::sysinit:/sbin/mtinit > /dev/console 2>&1
muxi::sysinit:/sbin/dasetup </dev/console >/dev/console 2>&1 # mux init
stty::sysinit:/sbin/stty 9600 clocal icanon echo opost onlcr ixon icrnl ignpar </dev/systty
vol1::sysinit:/sbin/init.d/vxvm-sysboot </dev/console >/dev/console 2>&1 ##vxvm
vol2::sysinit:/sbin/init.d/vxvm-startup start </dev/console >/dev/console 2>&1 ##vxvm
vxen::bootwait:/sbin/fs/vxfs/vxenablef -a
brc1::bootwait:/sbin/bcheckrc </dev/console >/dev/console 2>&1 # fsck, etc.
link::wait:/sbin/sh -c "/sbin/rm -f /dev/syscon; \
/sbin/ln /dev/systty /dev/syscon" >/dev/console 2>&1
cprt::bootwait:/sbin/cat /etc/copyright >/dev/syscon # legal req
sqnc::wait:/sbin/rc </dev/console >/dev/console 2>&1 # system init
cons:123456:respawn:/usr/sbin/getty console console # system console
krsd:123456:respawn:/sbin/krsd -i
sfd:123456:respawn:/sbin/sfd
samd:23456:respawn:/usr/sam/lbin/samd # system mgmt daemon
ems1::bootwait:/sbin/rm -f /etc/opt/resmon/persistence/runlevel4_flag
ems2::bootwait:/sbin/cat </dev/null >/etc/opt/resmon/persistence/reboot_flag
ems3:0123456:wait:/sbin/sh -c "/usr/bin/touch /etc/opt/resmon/persistence/runlevel4_flag; /usr/bin/chmod 644 /etc/opt/resmon/persistence/runlevel4_flag"
ems4:0123456:respawn:/etc/opt/resmon/lbin/p_client
K480syncer -> /sbin/init.d/syncer
K650kl -> /sbin/init.d/kl
K800killall -> /sbin/init.d/killall
K888kminit -> /sbin/init.d/kminit
K890kmbuild -> /sbin/init.d/kmbuild
K900localmount -> /sbin/init.d/localmount
K930vxvm-daemon-kill -> /sbin/init.d/vxvm-daemon-kill
K060ov900 -> /sbin/init.d/ovoracle
K100cifsclient -> /sbin/init.d/cifsclient
K100ems -> /sbin/init.d/ems
K100samba -> /sbin/init.d/samba
K140webadmin -> /sbin/init.d/webadmin
K162omni -> /sbin/init.d/omni
K165w_registry -> /sbin/init.d/w_registry
K215hub -> /sbin/init.d/hub
K220slsd -> /sbin/init.d/slsd
K230audio -> /sbin/init.d/audio
K240auditing -> /sbin/init.d/auditing
K258diagnostic -> /sbin/init.d/diagnostic
K270cron -> /sbin/init.d/cron
K278pd -> /sbin/init.d/pd
K280lp -> /sbin/init.d/lp
K290hparamgr -> /sbin/init.d/hparamgr
K290hparray -> /sbin/init.d/hparray
K300acct -> /sbin/init.d/acct
K340xntpd -> /sbin/init.d/xntpd
K352eus -> /sbin/init.d/eus
K370vt -> /sbin/init.d/vt
K380xfs -> /sbin/init.d/xfs
K390rbootd -> /sbin/init.d/rbootd
K393secsh -> /sbin/init.d/secsh
K394scrdaemon -> /sbin/init.d/scrdaemon
K395Dmisp -> /sbin/init.d/Dmisp
K400iforls -> /sbin/init.d/iforls
K410Rpcd -> /sbin/init.d/Rpcd
K424SnmpFddi4 -> /sbin/init.d/SnmpFddi4
K430dce -> /sbin/init.d/dce
K435OspfMib -> /sbin/init.d/OspfMib
K435SnmpHpunix -> /sbin/init.d/SnmpHpunix
K435SnmpMib2 -> /sbin/init.d/SnmpMib2
K435SnmpTrpDst -> /sbin/init.d/SnmpTrpDst
K440SnmpMaster -> /sbin/init.d/SnmpMaster
K450ddfa -> /sbin/init.d/ddfa
K460sendmail -> /sbin/init.d/sendmail
K470rwhod -> /sbin/init.d/rwhod
K475rarpd -> /sbin/init.d/rarpd
K478ppp -> /sbin/init.d/ppp
K480rdpd -> /sbin/init.d/rdpd
K490gated -> /sbin/init.d/gated
K500inetd -> /sbin/init.d/inetd
K510mrouted -> /sbin/init.d/mrouted
K560comsec -> /sbin/init.d/comsec
K565inetsvcs -> /sbin/init.d/inetsvcs
K570nfs.client -> /sbin/init.d/nfs.client
K580nis.client -> /sbin/init.d/nis.client
K590nis.server -> /sbin/init.d/nis.server
K592nisplus.client -> /sbin/init.d/nisplus.client
K594nisplus.server -> /sbin/init.d/nisplus.server
K600nfs.core -> /sbin/init.d/nfs.core
K630named -> /sbin/init.d/named
K660net -> /sbin/init.d/net
K692hpgelan -> /sbin/init.d/hpgelan
K695hpigelan -> /sbin/init.d/hpigelan
K700nettl -> /sbin/init.d/nettl
K770ptydaemon -> /sbin/init.d/ptydaemon
K780syslogd -> /sbin/init.d/syslogd
K900swagentd -> /sbin/init.d/swagentd
K992net.init -> /sbin/init.d/net.init
S080crashconf -> /sbin/init.d/crashconf
S091vxvm-nodes-check -> /sbin/init.d/vxvm-nodes-check
S092vxvm-startup -> /sbin/init.d/vxvm-startup
S093vxvm-reconfig -> /sbin/init.d/vxvm-reconfig
S100localmount -> /sbin/init.d/localmount
S110kmbuild -> /sbin/init.d/kmbuild
S112kminit -> /sbin/init.d/kminit
S320hostname -> /sbin/init.d/hostname
S350kl -> /sbin/init.d/kl
S400set_prvgrp -> /sbin/init.d/set_prvgrp
S420set_date -> /sbin/init.d/set_date
S430pdcinfo -> /sbin/init.d/pdcinfo
S440savecrash -> /sbin/init.d/savecrash
S500swap_start -> /sbin/init.d/swap_start
S520syncer -> /sbin/init.d/syncer
K059opcagt -> ../init.d/opcagt
K060ov500 -> /sbin/init.d/ov500
K100dtlogin.rc -> /sbin/init.d/dtlogin.rc
K175apache -> /sbin/init.d/apache
K200tps.rc -> /sbin/init.d/tps.rc
K900nfs.server -> /sbin/init.d/nfs.server
S008net.init -> /sbin/init.d/net.init
S094vxnm-vxnetd -> /sbin/init.d/vxnm-vxnetd
S096vxvm-recover -> /sbin/init.d/vxvm-recover
S120swconfig -> /sbin/init.d/swconfig
S200clean_ex -> /sbin/init.d/clean_ex
S202clean_uucp -> /sbin/init.d/clean_uucp
S204clean_tmps -> /sbin/init.d/clean_tmps
S206clean_adm -> /sbin/init.d/clean_adm
S220syslogd -> /sbin/init.d/syslogd
S230ptydaemon -> /sbin/init.d/ptydaemon
S290pci_olar -> /sbin/init.d/pci_olar
S300nettl -> /sbin/init.d/nettl
S305hpigelan -> /sbin/init.d/hpigelan
S308hpgelan -> /sbin/init.d/hpgelan
S320hpether -> /sbin/init.d/hpether
S322hpbaset -> /sbin/init.d/hpbaset
S329hppcifddi -> /sbin/init.d/hppcifddi
S333hpbtlan -> /sbin/init.d/hpbtlan
S340net -> /sbin/init.d/net
S370named -> /sbin/init.d/named
S393secsh -> /sbin/init.d/secsh
S400nfs.core -> /sbin/init.d/nfs.core
S406nisplus.server -> /sbin/init.d/nisplus.server
S408nisplus.client -> /sbin/init.d/nisplus.client
S410nis.server -> /sbin/init.d/nis.server
S420nis.client -> /sbin/init.d/nis.client
S430nfs.client -> /sbin/init.d/nfs.client
S440comsec -> /sbin/init.d/comsec
S462maclan -> /sbin/init.d/maclan_init
S490mrouted -> /sbin/init.d/mrouted
S500inetd -> /sbin/init.d/inetd
S510gated -> /sbin/init.d/gated
S520rdpd -> /sbin/init.d/rdpd
S522ppp -> /sbin/init.d/ppp
S525rarpd -> /sbin/init.d/rarpd
S530rwhod -> /sbin/init.d/rwhod
S535inetsvcs -> /sbin/init.d/inetsvcs
S540sendmail -> /sbin/init.d/sendmail
S550ddfa -> /sbin/init.d/ddfa
S560SnmpMaster -> /sbin/init.d/SnmpMaster
S565OspfMib -> /sbin/init.d/OspfMib
S565SnmpHpunix -> /sbin/init.d/SnmpHpunix
S565SnmpMib2 -> /sbin/init.d/SnmpMib2
S565SnmpTrpDst -> /sbin/init.d/SnmpTrpDst
S570dce -> /sbin/init.d/dce
S576SnmpFddi4 -> /sbin/init.d/SnmpFddi4
S590Rpcd -> /sbin/init.d/Rpcd
S600iforls -> /sbin/init.d/iforls
S605Dmisp -> /sbin/init.d/Dmisp
S606scrdaemon -> /sbin/init.d/scrdaemon
S610rbootd -> /sbin/init.d/rbootd
S620xfs -> /sbin/init.d/xfs
S630vt -> /sbin/init.d/vt
S648eus -> /sbin/init.d/eus
S660xntpd -> /sbin/init.d/xntpd
S700acct -> /sbin/init.d/acct
S705pwgr -> /sbin/init.d/pwgr
S710hparamgr -> /sbin/init.d/hparamgr
S710hparray -> /sbin/init.d/hparray
S720lp -> /sbin/init.d/lp
S722pd -> /sbin/init.d/pd
S730cron -> /sbin/init.d/cron
S742diagnostic -> /sbin/init.d/diagnostic
S760auditing -> /sbin/init.d/auditing
S770audio -> /sbin/init.d/audio
S780slsd -> /sbin/init.d/slsd
S785hub -> /sbin/init.d/hub
S800spa -> /sbin/init.d/spa
S838omni -> /sbin/init.d/omni
S840w_registry -> /sbin/init.d/w_registry
S860webadmin -> /sbin/init.d/webadmin
S870swagentd -> /sbin/init.d/swagentd
S900cifsclient -> /sbin/init.d/cifsclient
S900ems -> /sbin/init.d/ems
S900emsa -> /sbin/init.d/emsa
S900hpfcms -> /sbin/init.d/hpfcms
S900i2o_raid -> /sbin/init.d/i2o_raid
S900samba -> /sbin/init.d/samba
S989fc_td -> /sbin/init.d/fc_td
S995vxnm-host_infod -> /sbin/init.d/vxnm-host_infod
S100nfs.server -> /sbin/init.d/nfs.server
S200tps.rc -> /sbin/init.d/tps.rc
S825apache -> /sbin/init.d/apache
S940ov300 -> /sbin/init.d/ovoracle
S940ov500 -> /sbin/init.d/ov500
S941opcagt -> ../init.d/opcagt
S990dtlogin.rc -> /sbin/init.d/dtlogin.rc
Top boot
- stable-storage
Primary bootpath : 10/0/15/0.6.0
Alternate bootpath : 10/0/14/0.0.0
Autoboot is ON (enabled)
Autosearch is ON (enabled)
absent
absent
/dev/arp: crw-rw-rw- 1 root root 72 0x000013
/dev/audio: crw-rw-rw- 2 bin bin 66 0x000000
/dev/audioBA: crw-rw-rw- 2 bin bin 66 0x000002
/dev/audioBA_0: crw-rw-rw- 2 bin bin 66 0x000002
/dev/audioBL: crw-rw-rw- 2 bin bin 66 0x000003
/dev/audioBL_0: crw-rw-rw- 2 bin bin 66 0x000003
/dev/audioBU: crw-rw-rw- 2 bin bin 66 0x000001
/dev/audioBU_0: crw-rw-rw- 2 bin bin 66 0x000001
/dev/audioCtl: crw-rw-rw- 2 bin bin 66 0x000100
/dev/audioCtl_0: crw-rw-rw- 2 bin bin 66 0x000100
/dev/audioEA: crw-rw-rw- 2 bin bin 66 0x000012
/dev/audioEA_0: crw-rw-rw- 2 bin bin 66 0x000012
/dev/audioEL: crw-rw-rw- 2 bin bin 66 0x000013
/dev/audioEL_0: crw-rw-rw- 2 bin bin 66 0x000013
/dev/audioEU: crw-rw-rw- 2 bin bin 66 0x000011
/dev/audioEU_0: crw-rw-rw- 2 bin bin 66 0x000011
/dev/audioIA: crw-rw-rw- 2 bin bin 66 0x000022
/dev/audioIA_0: crw-rw-rw- 2 bin bin 66 0x000022
/dev/audioIL: crw-rw-rw- 2 bin bin 66 0x000023
/dev/audioIL_0: crw-rw-rw- 2 bin bin 66 0x000023
/dev/audioIU: crw-rw-rw- 2 bin bin 66 0x000021
/dev/audioIU_0: crw-rw-rw- 2 bin bin 66 0x000021
/dev/audioLA: crw-rw-rw- 2 bin bin 66 0x000042
/dev/audioLA_0: crw-rw-rw- 2 bin bin 66 0x000042
/dev/audioLL: crw-rw-rw- 2 bin bin 66 0x000043
/dev/audioLL_0: crw-rw-rw- 2 bin bin 66 0x000043
/dev/audioLU: crw-rw-rw- 2 bin bin 66 0x000041
/dev/audioLU_0: crw-rw-rw- 2 bin bin 66 0x000041
/dev/audioNA: crw-rw-rw- 2 bin bin 66 0x000032
/dev/audioNA_0: crw-rw-rw- 2 bin bin 66 0x000032
/dev/audioNL: crw-rw-rw- 2 bin bin 66 0x000033
/dev/audioNL_0: crw-rw-rw- 2 bin bin 66 0x000033
/dev/audioNU: crw-rw-rw- 2 bin bin 66 0x000031
/dev/audioNU_0: crw-rw-rw- 2 bin bin 66 0x000031
/dev/audio_0: crw-rw-rw- 2 bin bin 66 0x000000
/dev/beep: crw-rw-rw- 1 bin bin 168 0x000000
/dev/c1t0d0_lp: crw-rw-rw- 1 lp bin 2 0x010002
/dev/config: crw-r--r-- 1 root sys 69 0x000000
/dev/console: crw--w--w- 1 root sys 0 0x000000
/dev/crt: crw-rw-rw- 1 bin bin 174 0x000000
/dev/crt0: crw-rw-rw- 1 bin bin 174 0x000000
/dev/devkrs: crw-r--r-- 1 bin sys 6 0x000000
/dev/diag2: crw------- 1 bin bin 232 0x000000
/dev/dlpi: crw-rw-rw- 1 root sys 72 0x000077
/dev/dlpi0: crw-rw-rw- 1 root sys 119 0x000000
/dev/dlpi1: crw-rw-rw- 1 root sys 119 0x000001
/dev/dlpi2: crw-rw-rw- 1 root sys 119 0x000002
/dev/dlpi3: crw-rw-rw- 1 root sys 119 0x000003
/dev/dlpi4: crw-rw-rw- 1 root sys 119 0x000004
/dev/dmem: crw------- 1 bin bin 27 0x000000
/dev/echo: crw-rw-rw- 1 root other 72 0x000074
/dev/eeprom: crw------- 1 root root 196 0x000000
/dev/ether0: crw-rw-rw- 1 bin bin 14 0x000001
/dev/ether1: crw-rw-rw- 1 bin bin 14 0x010001
/dev/hub: crw-rw-rw- 1 bin bin 12 0x000000
/dev/ip: crw-rw-rw- 1 root root 72 0x000012
/dev/kepd: crw-r--r-- 1 root other 227 0x000000
/dev/kernlog: crw-r--r-- 1 bin bin 46 0x000002
/dev/klog: crw------- 1 bin bin 189 0x000000
/dev/kmem: crw-r----- 1 bin sys 3 0x000001
/dev/lan0: crw-rw-rw- 1 bin bin 14 0x000000
/dev/lan1: crw-rw-rw- 1 bin bin 14 0x010000
/dev/mem: crw-r----- 1 bin sys 3 0x000000
/dev/mux0: 2 1 0x000080
/dev/mux0: crw------- bin bin
/dev/mux1: 2 1 0x010080
/dev/mux1: crw------- bin bin
/dev/netlog: crw-r--r-- 1 bin bin 46 0x000001
/dev/netqa: crw-rw-rw- 1 root root 72 0x00001a
/dev/nettrace: crw-r--r-- 1 bin bin 46 0x000000
/dev/null: crw-rw-rw- 1 bin bin 3 0x000002
/dev/nuls: crw-rw-rw- 1 root root 72 0x000019
/dev/ocrt: crw-rw-rw- 1 bin bin 174 0x000001
/dev/ocrt0: crw-rw-rw- 1 bin bin 174 0x000001
/dev/olar: crw------- 1 root root 5 0x000000
/dev/ptmx: crw-rw-rw- 1 root sys 72 0x00009c
/dev/ptyp0: 2 16 0x000000
/dev/ptyp0: crw-rw-rw- bin tty
/dev/ptyp1: 2 16 0x000001
/dev/ptyp1: crw-rw-rw- bin tty
/dev/ptyp2: 2 16 0x000002
/dev/ptyp2: crw-rw-rw- bin tty
/dev/ptyp3: 2 16 0x000003
/dev/ptyp3: crw-rw-rw- bin tty
/dev/ptyp4: 2 16 0x000004
/dev/ptyp4: crw-rw-rw- bin tty
/dev/ptyp5: 2 16 0x000005
/dev/ptyp5: crw-rw-rw- bin tty
/dev/ptyp6: 2 16 0x000006
/dev/ptyp6: crw-rw-rw- bin tty
/dev/ptyp7: 2 16 0x000007
/dev/ptyp7: crw-rw-rw- bin tty
/dev/ptyp8: 2 16 0x000008
/dev/ptyp8: crw-rw-rw- bin tty
/dev/ptyp9: 2 16 0x000009
/dev/ptyp9: crw-rw-rw- bin tty
/dev/ptypa: 2 16 0x00000a
/dev/ptypa: crw-rw-rw- bin tty
/dev/ptypb: 2 16 0x00000b
/dev/ptypb: crw-rw-rw- bin tty
/dev/ptypc: 2 16 0x00000c
/dev/ptypc: crw-rw-rw- bin tty
/dev/ptypd: 2 16 0x00000d
/dev/ptypd: crw-rw-rw- bin tty
/dev/ptype: 2 16 0x00000e
/dev/ptype: crw-rw-rw- bin tty
/dev/ptypf: 2 16 0x00000f
/dev/ptypf: crw-rw-rw- bin tty
/dev/ptyq0: 2 16 0x000010
/dev/ptyq0: crw-rw-rw- bin tty
/dev/ptyq1: 2 16 0x000011
/dev/ptyq1: crw-rw-rw- bin tty
/dev/ptyq2: 2 16 0x000012
/dev/ptyq2: crw-rw-rw- bin tty
/dev/ptyq3: 2 16 0x000013
/dev/ptyq3: crw-rw-rw- bin tty
/dev/ptyq4: 2 16 0x000014
/dev/ptyq4: crw-rw-rw- bin tty
/dev/ptyq5: 2 16 0x000015
/dev/ptyq5: crw-rw-rw- bin tty
/dev/ptyq6: 2 16 0x000016
/dev/ptyq6: crw-rw-rw- bin tty
/dev/ptyq7: 2 16 0x000017
/dev/ptyq7: crw-rw-rw- bin tty
/dev/ptyq8: 2 16 0x000018
/dev/ptyq8: crw-rw-rw- bin tty
/dev/ptyq9: 2 16 0x000019
/dev/ptyq9: crw-rw-rw- bin tty
/dev/ptyqa: 2 16 0x00001a
/dev/ptyqa: crw-rw-rw- bin tty
/dev/ptyqb: 2 16 0x00001b
/dev/ptyqb: crw-rw-rw- bin tty
/dev/ptyqc: 2 16 0x00001c
/dev/ptyqc: crw-rw-rw- bin tty
/dev/ptyqd: 2 16 0x00001d
/dev/ptyqd: crw-rw-rw- bin tty
/dev/ptyqe: 2 16 0x00001e
/dev/ptyqe: crw-rw-rw- bin tty
/dev/ptyqf: 2 16 0x00001f
/dev/ptyqf: crw-rw-rw- bin tty
/dev/ptyr0: 2 16 0x000020
/dev/ptyr0: crw-rw-rw- bin tty
/dev/ptyr1: 2 16 0x000021
/dev/ptyr1: crw-rw-rw- bin tty
/dev/ptyr2: 2 16 0x000022
/dev/ptyr2: crw-rw-rw- bin tty
/dev/ptyr3: 2 16 0x000023
/dev/ptyr3: crw-rw-rw- bin tty
/dev/ptyr4: 2 16 0x000024
/dev/ptyr4: crw-rw-rw- bin tty
/dev/ptyr5: 2 16 0x000025
/dev/ptyr5: crw-rw-rw- bin tty
/dev/ptyr6: 2 16 0x000026
/dev/ptyr6: crw-rw-rw- bin tty
/dev/ptyr7: 2 16 0x000027
/dev/ptyr7: crw-rw-rw- bin tty
/dev/ptyr8: 2 16 0x000028
/dev/ptyr8: crw-rw-rw- bin tty
/dev/ptyr9: 2 16 0x000029
/dev/ptyr9: crw-rw-rw- bin tty
/dev/ptyra: 2 16 0x00002a
/dev/ptyra: crw-rw-rw- bin tty
/dev/ptyrb: 2 16 0x00002b
/dev/ptyrb: crw-rw-rw- bin tty
/dev/ptyrc: 2 16 0x00002c
/dev/ptyrc: crw-rw-rw- bin tty
/dev/ptyrd: 2 16 0x00002d
/dev/ptyrd: crw-rw-rw- bin tty
/dev/ptyre: 2 16 0x00002e
/dev/ptyre: crw-rw-rw- bin tty
/dev/ptyrf: 2 16 0x00002f
/dev/ptyrf: crw-rw-rw- bin tty
/dev/rawip: crw-rw-rw- 1 root root 72 0x000014
/dev/root: brw-r----- 1 bin sys 255 0xffffff
/dev/rroot: crw-r----- 1 bin sys 255 0xffffff
/dev/sad: crw-rw-rw- 1 root other 72 0x00004a
/dev/stcpmap: crw-rw-rw- 1 root root 72 0x000017
/dev/strlog: crw-rw-rw- 1 root other 72 0x000049
/dev/syscon: crw--w--w- 2 bin bin 0 0x000000
/dev/systty: crw--w--w- 2 bin bin 0 0x000000
/dev/tcp: crw-rw-rw- 1 root root 72 0x000015
/dev/telnetm: crw-rw-rw- 1 root sys 72 0x000020
/dev/tlclts: crw-rw-rw- 1 root sys 72 0x000024
/dev/tlcots: crw-rw-rw- 1 root sys 72 0x000025
/dev/tlcotsod: crw-rw-rw- 1 root sys 72 0x00002c
/dev/tty: crw-rw-rw- 1 bin bin 207 0x000000
/dev/tty0p0: 1 1 0x000000
/dev/tty0p0: crw--w--w- bin bin
/dev/tty1p0: 1 1 0x010000
/dev/tty1p0: crw--w--w- bin bin
/dev/ttyconf: crw------- 1 root sys 0 0x000001
/dev/ttyp0: 2 17 0x000000
/dev/ttyp0: crw-rw-rw- bin tty
/dev/ttyp1: 2 17 0x000001
/dev/ttyp1: crw-rw-rw- root root
/dev/ttyp2: 2 17 0x000002
/dev/ttyp2: crw-rw-rw- bin tty
/dev/ttyp3: 2 17 0x000003
/dev/ttyp3: crw-rw-rw- bin tty
/dev/ttyp4: 2 17 0x000004
/dev/ttyp4: crw-rw-rw- bin tty
/dev/ttyp5: 2 17 0x000005
/dev/ttyp5: crw-rw-rw- bin tty
/dev/ttyp6: 2 17 0x000006
/dev/ttyp6: crw-rw-rw- bin tty
/dev/ttyp7: 2 17 0x000007
/dev/ttyp7: crw-rw-rw- bin tty
/dev/ttyp8: 2 17 0x000008
/dev/ttyp8: crw-rw-rw- bin tty
/dev/ttyp9: 2 17 0x000009
/dev/ttyp9: crw-rw-rw- bin tty
/dev/ttypa: 2 17 0x00000a
/dev/ttypa: crw-rw-rw- bin tty
/dev/ttypb: 2 17 0x00000b
/dev/ttypb: crw-rw-rw- bin tty
/dev/ttypc: 2 17 0x00000c
/dev/ttypc: crw-rw-rw- bin tty
/dev/ttypd: 2 17 0x00000d
/dev/ttypd: crw-rw-rw- bin tty
/dev/ttype: 2 17 0x00000e
/dev/ttype: crw-rw-rw- bin tty
/dev/ttypf: 2 17 0x00000f
/dev/ttypf: crw-rw-rw- bin tty
/dev/ttyq0: 2 17 0x000010
/dev/ttyq0: crw-rw-rw- bin tty
/dev/ttyq1: 2 17 0x000011
/dev/ttyq1: crw-rw-rw- bin tty
/dev/ttyq2: 2 17 0x000012
/dev/ttyq2: crw-rw-rw- bin tty
/dev/ttyq3: 2 17 0x000013
/dev/ttyq3: crw-rw-rw- bin tty
/dev/ttyq4: 2 17 0x000014
/dev/ttyq4: crw-rw-rw- bin tty
/dev/ttyq5: 2 17 0x000015
/dev/ttyq5: crw-rw-rw- bin tty
/dev/ttyq6: 2 17 0x000016
/dev/ttyq6: crw-rw-rw- bin tty
/dev/ttyq7: 2 17 0x000017
/dev/ttyq7: crw-rw-rw- bin tty
/dev/ttyq8: 2 17 0x000018
/dev/ttyq8: crw-rw-rw- bin tty
/dev/ttyq9: 2 17 0x000019
/dev/ttyq9: crw-rw-rw- bin tty
/dev/ttyqa: 2 17 0x00001a
/dev/ttyqa: crw-rw-rw- bin tty
/dev/ttyqb: 2 17 0x00001b
/dev/ttyqb: crw-rw-rw- bin tty
/dev/ttyqc: 2 17 0x00001c
/dev/ttyqc: crw-rw-rw- bin tty
/dev/ttyqd: 2 17 0x00001d
/dev/ttyqd: crw-rw-rw- bin tty
/dev/ttyqe: 2 17 0x00001e
/dev/ttyqe: crw-rw-rw- bin tty
/dev/ttyqf: 2 17 0x00001f
/dev/ttyqf: crw-rw-rw- bin tty
/dev/ttyr0: 2 17 0x000020
/dev/ttyr0: crw-rw-rw- bin tty
/dev/ttyr1: 2 17 0x000021
/dev/ttyr1: crw-rw-rw- bin tty
/dev/ttyr2: 2 17 0x000022
/dev/ttyr2: crw-rw-rw- bin tty
/dev/ttyr3: 2 17 0x000023
/dev/ttyr3: crw-rw-rw- bin tty
/dev/ttyr4: 2 17 0x000024
/dev/ttyr4: crw-rw-rw- bin tty
/dev/ttyr5: 2 17 0x000025
/dev/ttyr5: crw-rw-rw- bin tty
/dev/ttyr6: 2 17 0x000026
/dev/ttyr6: crw-rw-rw- bin tty
/dev/ttyr7: 2 17 0x000027
/dev/ttyr7: crw-rw-rw- bin tty
/dev/ttyr8: 2 17 0x000028
/dev/ttyr8: crw-rw-rw- bin tty
/dev/ttyr9: 2 17 0x000029
/dev/ttyr9: crw-rw-rw- bin tty
/dev/ttyra: 2 17 0x00002a
/dev/ttyra: crw-rw-rw- bin tty
/dev/ttyrb: 2 17 0x00002b
/dev/ttyrb: crw-rw-rw- bin tty
/dev/ttyrc: 2 17 0x00002c
/dev/ttyrc: crw-rw-rw- bin tty
/dev/ttyrd: 2 17 0x00002d
/dev/ttyrd: crw-rw-rw- bin tty
/dev/ttyre: 2 17 0x00002e
/dev/ttyre: crw-rw-rw- bin tty
/dev/ttyrf: 2 17 0x00002f
/dev/ttyrf: crw-rw-rw- bin tty
/dev/tun0: crw------- 1 root root 31 0x000000
/dev/tun1: crw------- 1 root root 31 0x000001
/dev/tun10: crw------- 1 root root 31 0x00000a
/dev/tun11: crw------- 1 root root 31 0x00000b
/dev/tun12: crw------- 1 root root 31 0x00000c
/dev/tun13: crw------- 1 root root 31 0x00000d
/dev/tun14: crw------- 1 root root 31 0x00000e
/dev/tun15: crw------- 1 root root 31 0x00000f
/dev/tun2: crw------- 1 root root 31 0x000002
/dev/tun3: crw------- 1 root root 31 0x000003
/dev/tun4: crw------- 1 root root 31 0x000004
/dev/tun5: crw------- 1 root root 31 0x000005
/dev/tun6: crw------- 1 root root 31 0x000006
/dev/tun64: crw------- 1 root root 31 0x000040
/dev/tun65: crw------- 1 root root 31 0x000041
/dev/tun66: crw------- 1 root root 31 0x000042
/dev/tun67: crw------- 1 root root 31 0x000043
/dev/tun68: crw------- 1 root root 31 0x000044
/dev/tun69: crw------- 1 root root 31 0x000045
/dev/tun7: crw------- 1 root root 31 0x000007
/dev/tun70: crw------- 1 root root 31 0x000046
/dev/tun71: crw------- 1 root root 31 0x000047
/dev/tun72: crw------- 1 root root 31 0x000048
/dev/tun73: crw------- 1 root root 31 0x000049
/dev/tun74: crw------- 1 root root 31 0x00004a
/dev/tun75: crw------- 1 root root 31 0x00004b
/dev/tun76: crw------- 1 root root 31 0x00004c
/dev/tun77: crw------- 1 root root 31 0x00004d
/dev/tun78: crw------- 1 root root 31 0x00004e
/dev/tun79: crw------- 1 root root 31 0x00004f
/dev/tun8: crw------- 1 root root 31 0x000008
/dev/tun9: crw------- 1 root root 31 0x000009
/dev/tunip0: crw------- 1 root root 31 0x000080
/dev/tunip1: crw------- 1 root root 31 0x000081
/dev/tunip10: crw------- 1 root root 31 0x00008a
/dev/tunip11: crw------- 1 root root 31 0x00008b
/dev/tunip12: crw------- 1 root root 31 0x00008c
/dev/tunip13: crw------- 1 root root 31 0x00008d
/dev/tunip14: crw------- 1 root root 31 0x00008e
/dev/tunip15: crw------- 1 root root 31 0x00008f
/dev/tunip2: crw------- 1 root root 31 0x000082
/dev/tunip3: crw------- 1 root root 31 0x000083
/dev/tunip4: crw------- 1 root root 31 0x000084
/dev/tunip5: crw------- 1 root root 31 0x000085
/dev/tunip6: crw------- 1 root root 31 0x000086
/dev/tunip7: crw------- 1 root root 31 0x000087
/dev/tunip8: crw------- 1 root root 31 0x000088
/dev/tunip9: crw------- 1 root root 31 0x000089
/dev/udp: crw-rw-rw- 1 root root 72 0x000016
/dev/vxportal: crw-r--r-- 1 root sys 97 0x000000
/dev/zero: crw-rw-rw- 1 bin sys 3 0x000004
/dev/diag/crt0: crw-rw-rw- 1 bin bin 174 0x000000
/dev/diag/diag1: crw------- 1 bin bin 183 0x000080
/dev/diag/diag2: crw------- 1 bin bin 232 0x000080
/dev/diag/iomem1: crw------- 1 bin bin 38 0x000001
/dev/diag/iomem2: crw------- 1 bin bin 38 0x000002
/dev/diag/iomem4: crw------- 1 bin bin 38 0x000004
/dev/diag/iomem8: crw------- 1 bin bin 38 0x000008
/dev/diag/lan0: crw------- 1 bin bin 14 0x000080
/dev/diag/lan1: crw------- 1 bin bin 14 0x010080
/dev/diag/mux0: 2 1 0x000080
/dev/diag/mux0: crw------- bin bin
/dev/diag/mux1: 2 1 0x010080
/dev/diag/mux1: crw------- bin bin
/dev/dsk/c0t0d0: brw-r----- 1 bin sys 31 0x000000
/dev/dsk/c2t6d0: brw-r----- 1 bin sys 31 0x026000
/dev/hid/firstkbd: crw-rw-rw- 1 bin bin 13 0x000003
/dev/hid/firstmouse: crw-rw-rw- 1 bin bin 13 0x000001
/dev/hid/hid_000: crw-rw-rw- 1 bin bin 13 0x000000
/dev/hid/hid_001: crw-rw-rw- 1 bin bin 13 0x000100
/dev/hid/hid_002: crw-rw-rw- 1 bin bin 13 0x000200
/dev/hid/hid_003: crw-rw-rw- 1 bin bin 13 0x000300
/dev/hid/hid_004: crw-rw-rw- 1 bin bin 13 0x000400
/dev/hid/hid_005: crw-rw-rw- 1 bin bin 13 0x000500
/dev/hid/hid_006: crw-rw-rw- 1 bin bin 13 0x000600
/dev/hid/hid_007: crw-rw-rw- 1 bin bin 13 0x000700
/dev/hid/hid_008: crw-rw-rw- 1 bin bin 13 0x000800
/dev/hid/hid_009: crw-rw-rw- 1 bin bin 13 0x000900
/dev/hid/hid_010: crw-rw-rw- 1 bin bin 13 0x000a00
/dev/hid/hid_011: crw-rw-rw- 1 bin bin 13 0x000b00
/dev/hid/hid_012: crw-rw-rw- 1 bin bin 13 0x000c00
/dev/hid/hid_013: crw-rw-rw- 1 bin bin 13 0x000d00
/dev/hid/hid_014: crw-rw-rw- 1 bin bin 13 0x000e00
/dev/hid/hid_015: crw-rw-rw- 1 bin bin 13 0x000f00
/dev/hid/hid_ctl: crw-rw-rw- 1 bin bin 13 0xffffff
/dev/hid/kbd_000: crw-rw-rw- 1 bin bin 13 0x000003
/dev/hid/kbd_001: crw-rw-rw- 1 bin bin 13 0x000103
/dev/hid/kbd_002: crw-rw-rw- 1 bin bin 13 0x000203
/dev/hid/kbd_003: crw-rw-rw- 1 bin bin 13 0x000303
/dev/hid/kbd_004: crw-rw-rw- 1 bin bin 13 0x000403
/dev/hid/kbd_005: crw-rw-rw- 1 bin bin 13 0x000503
/dev/hid/kbd_006: crw-rw-rw- 1 bin bin 13 0x000603
/dev/hid/kbd_007: crw-rw-rw- 1 bin bin 13 0x000703
/dev/hid/mouse_000: crw-rw-rw- 1 bin bin 13 0x000001
/dev/hid/mouse_001: crw-rw-rw- 1 bin bin 13 0x000101
/dev/hid/mouse_002: crw-rw-rw- 1 bin bin 13 0x000201
/dev/hid/mouse_003: crw-rw-rw- 1 bin bin 13 0x000301
/dev/hid/mouse_004: crw-rw-rw- 1 bin bin 13 0x000401
/dev/hid/mouse_005: crw-rw-rw- 1 bin bin 13 0x000501
/dev/hid/mouse_006: crw-rw-rw- 1 bin bin 13 0x000601
/dev/hid/mouse_007: crw-rw-rw- 1 bin bin 13 0x000701
/dev/krm/krm00: cr-------- 1 root sys 76 0x000000
/dev/krm/krm01: cr-------- 1 root sys 76 0x000001
/dev/pts/0: 1 157 0x000000
/dev/pts/0: crw--w---- root sys
/dev/pts/1: 1 157 0x000001
/dev/pts/1: crw--w---- root sys
/dev/pts/10: 1 157 0x00000a
/dev/pts/10: crw-rw-rw- root sys
/dev/pts/11: 1 157 0x00000b
/dev/pts/11: crw-rw-rw- root sys
/dev/pts/12: 1 157 0x00000c
/dev/pts/12: crw-rw-rw- root sys
/dev/pts/13: 1 157 0x00000d
/dev/pts/13: crw-rw-rw- root sys
/dev/pts/14: 1 157 0x00000e
/dev/pts/14: crw-rw-rw- root sys
/dev/pts/15: 1 157 0x00000f
/dev/pts/15: crw-rw-rw- root sys
/dev/pts/16: 1 157 0x000010
/dev/pts/16: crw-rw-rw- root sys
/dev/pts/17: 1 157 0x000011
/dev/pts/17: crw-rw-rw- root sys
/dev/pts/18: 1 157 0x000012
/dev/pts/18: crw-rw-rw- root sys
/dev/pts/19: 1 157 0x000013
/dev/pts/19: crw-rw-rw- root sys
/dev/pts/2: 1 157 0x000002
/dev/pts/2: crw--w---- root sys
/dev/pts/20: 1 157 0x000014
/dev/pts/20: crw-rw-rw- root sys
/dev/pts/21: 1 157 0x000015
/dev/pts/21: crw-rw-rw- root sys
/dev/pts/22: 1 157 0x000016
/dev/pts/22: crw-rw-rw- root sys
/dev/pts/23: 1 157 0x000017
/dev/pts/23: crw-rw-rw- root sys
/dev/pts/24: 1 157 0x000018
/dev/pts/24: crw-rw-rw- root sys
/dev/pts/25: 1 157 0x000019
/dev/pts/25: crw-rw-rw- root sys
/dev/pts/26: 1 157 0x00001a
/dev/pts/26: crw-rw-rw- root sys
/dev/pts/27: 1 157 0x00001b
/dev/pts/27: crw-rw-rw- root sys
/dev/pts/28: 1 157 0x00001c
/dev/pts/28: crw-rw-rw- root sys
/dev/pts/29: 1 157 0x00001d
/dev/pts/29: crw-rw-rw- root sys
/dev/pts/3: 1 157 0x000003
/dev/pts/3: crw--w---- root sys
/dev/pts/30: 1 157 0x00001e
/dev/pts/30: crw-rw-rw- root sys
/dev/pts/31: 1 157 0x00001f
/dev/pts/31: crw-rw-rw- root sys
/dev/pts/32: 1 157 0x000020
/dev/pts/32: crw-rw-rw- root sys
/dev/pts/33: 1 157 0x000021
/dev/pts/33: crw-rw-rw- root sys
/dev/pts/34: 1 157 0x000022
/dev/pts/34: crw-rw-rw- root sys
/dev/pts/35: 1 157 0x000023
/dev/pts/35: crw-rw-rw- root sys
/dev/pts/36: 1 157 0x000024
/dev/pts/36: crw-rw-rw- root sys
/dev/pts/37: 1 157 0x000025
/dev/pts/37: crw-rw-rw- root sys
/dev/pts/38: 1 157 0x000026
/dev/pts/38: crw-rw-rw- root sys
/dev/pts/39: 1 157 0x000027
/dev/pts/39: crw-rw-rw- root sys
/dev/pts/4: 1 157 0x000004
/dev/pts/4: crw--w---- root sys
/dev/pts/40: 1 157 0x000028
/dev/pts/40: crw-rw-rw- root sys
/dev/pts/41: 1 157 0x000029
/dev/pts/41: crw-rw-rw- root sys
/dev/pts/42: 1 157 0x00002a
/dev/pts/42: crw-rw-rw- root sys
/dev/pts/43: 1 157 0x00002b
/dev/pts/43: crw-rw-rw- root sys
/dev/pts/44: 1 157 0x00002c
/dev/pts/44: crw-rw-rw- root sys
/dev/pts/45: 1 157 0x00002d
/dev/pts/45: crw-rw-rw- root sys
/dev/pts/46: 1 157 0x00002e
/dev/pts/46: crw-rw-rw- root sys
/dev/pts/47: 1 157 0x00002f
/dev/pts/47: crw-rw-rw- root sys
/dev/pts/48: 1 157 0x000030
/dev/pts/48: crw-rw-rw- root sys
/dev/pts/49: 1 157 0x000031
/dev/pts/49: crw-rw-rw- root sys
/dev/pts/5: 1 157 0x000005
/dev/pts/5: crw--w---- root sys
/dev/pts/50: 1 157 0x000032
/dev/pts/50: crw-rw-rw- root sys
/dev/pts/51: 1 157 0x000033
/dev/pts/51: crw-rw-rw- root sys
/dev/pts/52: 1 157 0x000034
/dev/pts/52: crw-rw-rw- root sys
/dev/pts/53: 1 157 0x000035
/dev/pts/53: crw-rw-rw- root sys
/dev/pts/54: 1 157 0x000036
/dev/pts/54: crw-rw-rw- root sys
/dev/pts/55: 1 157 0x000037
/dev/pts/55: crw-rw-rw- root sys
/dev/pts/56: 1 157 0x000038
/dev/pts/56: crw-rw-rw- root sys
/dev/pts/57: 1 157 0x000039
/dev/pts/57: crw-rw-rw- root sys
/dev/pts/58: 1 157 0x00003a
/dev/pts/58: crw-rw-rw- root sys
/dev/pts/59: 1 157 0x00003b
/dev/pts/59: crw-rw-rw- root sys
/dev/pts/6: 1 157 0x000006
/dev/pts/6: crw-rw-rw- root sys
/dev/pts/7: 1 157 0x000007
/dev/pts/7: crw-rw-rw- root sys
/dev/pts/8: 1 157 0x000008
/dev/pts/8: crw-rw-rw- root sys
/dev/pts/9: 1 157 0x000009
/dev/pts/9: crw-rw-rw- root sys
/dev/pts/t1: 1 33 0x000034
/dev/pts/t1: crw-rw-rw- root sys
/dev/pts/t2: 1 33 0x000035
/dev/pts/t2: crw-rw-rw- root sys
/dev/pts/t3: 1 33 0x000036
/dev/pts/t3: crw-rw-rw- root sys
/dev/pts/t4: 1 33 0x000037
/dev/pts/t4: crw-rw-rw- root sys
/dev/pts/t5: 1 33 0x000038
/dev/pts/t5: crw-rw-rw- root sys
/dev/pts/t6: 1 33 0x000039
/dev/pts/t6: crw-rw-rw- root sys
/dev/pts/t7: 1 33 0x00003a
/dev/pts/t7: crw-rw-rw- root sys
/dev/pts/t8: 1 33 0x00003b
/dev/pts/t8: crw-rw-rw- root sys
/dev/pts/tA: 1 33 0x00001a
/dev/pts/tA: crw-rw-rw- root sys
/dev/pts/tB: 1 33 0x00001b
/dev/pts/tB: crw-rw-rw- root sys
/dev/pts/tC: 1 33 0x00001c
/dev/pts/tC: crw-rw-rw- root sys
/dev/pts/tD: 1 33 0x00001d
/dev/pts/tD: crw-rw-rw- root sys
/dev/pts/tE: 1 33 0x00001e
/dev/pts/tE: crw-rw-rw- root sys
/dev/pts/tF: 1 33 0x00001f
/dev/pts/tF: crw-rw-rw- root sys
/dev/pts/tG: 1 33 0x000020
/dev/pts/tG: crw-rw-rw- root sys
/dev/pts/tH: 1 33 0x000021
/dev/pts/tH: crw-rw-rw- root sys
/dev/pts/tI: 1 33 0x000022
/dev/pts/tI: crw-rw-rw- root sys
/dev/pts/tJ: 1 33 0x000023
/dev/pts/tJ: crw-rw-rw- root sys
/dev/pts/tK: 1 33 0x000024
/dev/pts/tK: crw-rw-rw- root sys
/dev/pts/tL: 1 33 0x000025
/dev/pts/tL: crw-rw-rw- root sys
/dev/pts/tM: 1 33 0x000026
/dev/pts/tM: crw-rw-rw- root sys
/dev/pts/tN: 1 33 0x000027
/dev/pts/tN: crw-rw-rw- root sys
/dev/pts/tO: 1 33 0x000028
/dev/pts/tO: crw-rw-rw- root sys
/dev/pts/tP: 1 33 0x000029
/dev/pts/tP: crw-rw-rw- root sys
/dev/pts/tQ: 1 33 0x00002a
/dev/pts/tQ: crw-rw-rw- root sys
/dev/pts/tR: 1 33 0x00002b
/dev/pts/tR: crw-rw-rw- root sys
/dev/pts/tS: 1 33 0x00002c
/dev/pts/tS: crw-rw-rw- root sys
/dev/pts/tT: 1 33 0x00002d
/dev/pts/tT: crw-rw-rw- root sys
/dev/pts/tU: 1 33 0x00002e
/dev/pts/tU: crw-rw-rw- root sys
/dev/pts/tV: 1 33 0x00002f
/dev/pts/tV: crw-rw-rw- root sys
/dev/pts/tW: 1 33 0x000030
/dev/pts/tW: crw-rw-rw- root sys
/dev/pts/tX: 1 33 0x000031
/dev/pts/tX: crw-rw-rw- root sys
/dev/pts/tY: 1 33 0x000032
/dev/pts/tY: crw-rw-rw- root sys
/dev/pts/tZ: 1 33 0x000033
/dev/pts/tZ: crw-rw-rw- root sys
/dev/pts/ta: 1 33 0x000000
/dev/pts/ta: crw-rw-rw- root root
/dev/pts/tb: 1 33 0x000001
/dev/pts/tb: crw-rw-rw- root sys
/dev/pts/tc: 1 33 0x000002
/dev/pts/tc: crw-rw-rw- root sys
/dev/pts/td: 1 33 0x000003
/dev/pts/td: crw-rw-rw- root sys
/dev/pts/te: 1 33 0x000004
/dev/pts/te: crw-rw-rw- root sys
/dev/pts/tf: 1 33 0x000005
/dev/pts/tf: crw-rw-rw- root sys
/dev/pts/tg: 1 33 0x000006
/dev/pts/tg: crw-rw-rw- root sys
/dev/pts/th: 1 33 0x000007
/dev/pts/th: crw-rw-rw- root sys
/dev/pts/ti: 1 33 0x000008
/dev/pts/ti: crw-rw-rw- root sys
/dev/pts/tj: 1 33 0x000009
/dev/pts/tj: crw-rw-rw- root sys
/dev/pts/tk: 1 33 0x00000a
/dev/pts/tk: crw-rw-rw- root sys
/dev/pts/tl: 1 33 0x00000b
/dev/pts/tl: crw-rw-rw- root sys
/dev/pts/tm: 1 33 0x00000c
/dev/pts/tm: crw-rw-rw- root sys
/dev/pts/tn: 1 33 0x00000d
/dev/pts/tn: crw-rw-rw- root sys
/dev/pts/to: 1 33 0x00000e
/dev/pts/to: crw-rw-rw- root sys
/dev/pts/tp: 1 33 0x00000f
/dev/pts/tp: crw-rw-rw- root sys
/dev/pts/tq: 1 33 0x000010
/dev/pts/tq: crw-rw-rw- root sys
/dev/pts/tr: 1 33 0x000011
/dev/pts/tr: crw-rw-rw- root sys
/dev/pts/ts: 1 33 0x000012
/dev/pts/ts: crw-rw-rw- root sys
/dev/pts/tt: 1 33 0x000013
/dev/pts/tt: crw-rw-rw- root sys
/dev/pts/tu: 1 33 0x000014
/dev/pts/tu: crw-rw-rw- root sys
/dev/pts/tv: 1 33 0x000015
/dev/pts/tv: crw-rw-rw- root sys
/dev/pts/tw: 1 33 0x000016
/dev/pts/tw: crw-rw-rw- root sys
/dev/pts/tx: 1 33 0x000017
/dev/pts/tx: crw-rw-rw- root sys
/dev/pts/ty: 1 33 0x000018
/dev/pts/ty: crw-rw-rw- root sys
/dev/pts/tz: 1 33 0x000019
/dev/pts/tz: crw-rw-rw- root sys
/dev/pty/ttyp0: 2 17 0x000000
/dev/pty/ttyp0: crw-rw-rw- bin tty
/dev/pty/ttyp1: 2 17 0x000001
/dev/pty/ttyp1: crw-rw-rw- root root
/dev/pty/ttyp2: 2 17 0x000002
/dev/pty/ttyp2: crw-rw-rw- bin tty
/dev/pty/ttyp3: 2 17 0x000003
/dev/pty/ttyp3: crw-rw-rw- bin tty
/dev/pty/ttyp4: 2 17 0x000004
/dev/pty/ttyp4: crw-rw-rw- bin tty
/dev/pty/ttyp5: 2 17 0x000005
/dev/pty/ttyp5: crw-rw-rw- bin tty
/dev/pty/ttyp6: 2 17 0x000006
/dev/pty/ttyp6: crw-rw-rw- bin tty
/dev/pty/ttyp7: 2 17 0x000007
/dev/pty/ttyp7: crw-rw-rw- bin tty
/dev/pty/ttyp8: 2 17 0x000008
/dev/pty/ttyp8: crw-rw-rw- bin tty
/dev/pty/ttyp9: 2 17 0x000009
/dev/pty/ttyp9: crw-rw-rw- bin tty
/dev/pty/ttypa: 2 17 0x00000a
/dev/pty/ttypa: crw-rw-rw- bin tty
/dev/pty/ttypb: 2 17 0x00000b
/dev/pty/ttypb: crw-rw-rw- bin tty
/dev/pty/ttypc: 2 17 0x00000c
/dev/pty/ttypc: crw-rw-rw- bin tty
/dev/pty/ttypd: 2 17 0x00000d
/dev/pty/ttypd: crw-rw-rw- bin tty
/dev/pty/ttype: 2 17 0x00000e
/dev/pty/ttype: crw-rw-rw- bin tty
/dev/pty/ttypf: 2 17 0x00000f
/dev/pty/ttypf: crw-rw-rw- bin tty
/dev/pty/ttyq0: 2 17 0x000010
/dev/pty/ttyq0: crw-rw-rw- bin tty
/dev/pty/ttyq1: 2 17 0x000011
/dev/pty/ttyq1: crw-rw-rw- bin tty
/dev/pty/ttyq2: 2 17 0x000012
/dev/pty/ttyq2: crw-rw-rw- bin tty
/dev/pty/ttyq3: 2 17 0x000013
/dev/pty/ttyq3: crw-rw-rw- bin tty
/dev/pty/ttyq4: 2 17 0x000014
/dev/pty/ttyq4: crw-rw-rw- bin tty
/dev/pty/ttyq5: 2 17 0x000015
/dev/pty/ttyq5: crw-rw-rw- bin tty
/dev/pty/ttyq6: 2 17 0x000016
/dev/pty/ttyq6: crw-rw-rw- bin tty
/dev/pty/ttyq7: 2 17 0x000017
/dev/pty/ttyq7: crw-rw-rw- bin tty
/dev/pty/ttyq8: 2 17 0x000018
/dev/pty/ttyq8: crw-rw-rw- bin tty
/dev/pty/ttyq9: 2 17 0x000019
/dev/pty/ttyq9: crw-rw-rw- bin tty
/dev/pty/ttyqa: 2 17 0x00001a
/dev/pty/ttyqa: crw-rw-rw- bin tty
/dev/pty/ttyqb: 2 17 0x00001b
/dev/pty/ttyqb: crw-rw-rw- bin tty
/dev/pty/ttyqc: 2 17 0x00001c
/dev/pty/ttyqc: crw-rw-rw- bin tty
/dev/pty/ttyqd: 2 17 0x00001d
/dev/pty/ttyqd: crw-rw-rw- bin tty
/dev/pty/ttyqe: 2 17 0x00001e
/dev/pty/ttyqe: crw-rw-rw- bin tty
/dev/pty/ttyqf: 2 17 0x00001f
/dev/pty/ttyqf: crw-rw-rw- bin tty
/dev/pty/ttyr0: 2 17 0x000020
/dev/pty/ttyr0: crw-rw-rw- bin tty
/dev/pty/ttyr1: 2 17 0x000021
/dev/pty/ttyr1: crw-rw-rw- bin tty
/dev/pty/ttyr2: 2 17 0x000022
/dev/pty/ttyr2: crw-rw-rw- bin tty
/dev/pty/ttyr3: 2 17 0x000023
/dev/pty/ttyr3: crw-rw-rw- bin tty
/dev/pty/ttyr4: 2 17 0x000024
/dev/pty/ttyr4: crw-rw-rw- bin tty
/dev/pty/ttyr5: 2 17 0x000025
/dev/pty/ttyr5: crw-rw-rw- bin tty
/dev/pty/ttyr6: 2 17 0x000026
/dev/pty/ttyr6: crw-rw-rw- bin tty
/dev/pty/ttyr7: 2 17 0x000027
/dev/pty/ttyr7: crw-rw-rw- bin tty
/dev/pty/ttyr8: 2 17 0x000028
/dev/pty/ttyr8: crw-rw-rw- bin tty
/dev/pty/ttyr9: 2 17 0x000029
/dev/pty/ttyr9: crw-rw-rw- bin tty
/dev/pty/ttyra: 2 17 0x00002a
/dev/pty/ttyra: crw-rw-rw- bin tty
/dev/pty/ttyrb: 2 17 0x00002b
/dev/pty/ttyrb: crw-rw-rw- bin tty
/dev/pty/ttyrc: 2 17 0x00002c
/dev/pty/ttyrc: crw-rw-rw- bin tty
/dev/pty/ttyrd: 2 17 0x00002d
/dev/pty/ttyrd: crw-rw-rw- bin tty
/dev/pty/ttyre: 2 17 0x00002e
/dev/pty/ttyre: crw-rw-rw- bin tty
/dev/pty/ttyrf: 2 17 0x00002f
/dev/pty/ttyrf: crw-rw-rw- bin tty
/dev/pty/ttys0: 1 17 0x000030
/dev/pty/ttys0: crw-rw-rw- bin tty
/dev/pty/ttys1: 1 17 0x000031
/dev/pty/ttys1: crw-rw-rw- bin tty
/dev/pty/ttys2: 1 17 0x000032
/dev/pty/ttys2: crw-rw-rw- bin tty
/dev/pty/ttys3: 1 17 0x000033
/dev/pty/ttys3: crw-rw-rw- bin tty
/dev/pty/ttys4: 1 17 0x000034
/dev/pty/ttys4: crw-rw-rw- bin tty
/dev/pty/ttys5: 1 17 0x000035
/dev/pty/ttys5: crw-rw-rw- bin tty
/dev/pty/ttys6: 1 17 0x000036
/dev/pty/ttys6: crw-rw-rw- bin tty
/dev/pty/ttys7: 1 17 0x000037
/dev/pty/ttys7: crw-rw-rw- bin tty
/dev/pty/ttys8: 1 17 0x000038
/dev/pty/ttys8: crw-rw-rw- bin tty
/dev/pty/ttys9: 1 17 0x000039
/dev/pty/ttys9: crw-rw-rw- bin tty
/dev/pty/ttysa: 1 17 0x00003a
/dev/pty/ttysa: crw-rw-rw- bin tty
/dev/pty/ttysb: 1 17 0x00003b
/dev/pty/ttysb: crw-rw-rw- bin tty
/dev/ptym/clone: 1 16 0xffffff
/dev/ptym/clone: crw-rw-rw- bin bin
/dev/ptym/ptyp0: 2 16 0x000000
/dev/ptym/ptyp0: crw-rw-rw- bin tty
/dev/ptym/ptyp1: 2 16 0x000001
/dev/ptym/ptyp1: crw-rw-rw- bin tty
/dev/ptym/ptyp2: 2 16 0x000002
/dev/ptym/ptyp2: crw-rw-rw- bin tty
/dev/ptym/ptyp3: 2 16 0x000003
/dev/ptym/ptyp3: crw-rw-rw- bin tty
/dev/ptym/ptyp4: 2 16 0x000004
/dev/ptym/ptyp4: crw-rw-rw- bin tty
/dev/ptym/ptyp5: 2 16 0x000005
/dev/ptym/ptyp5: crw-rw-rw- bin tty
/dev/ptym/ptyp6: 2 16 0x000006
/dev/ptym/ptyp6: crw-rw-rw- bin tty
/dev/ptym/ptyp7: 2 16 0x000007
/dev/ptym/ptyp7: crw-rw-rw- bin tty
/dev/ptym/ptyp8: 2 16 0x000008
/dev/ptym/ptyp8: crw-rw-rw- bin tty
/dev/ptym/ptyp9: 2 16 0x000009
/dev/ptym/ptyp9: crw-rw-rw- bin tty
/dev/ptym/ptypa: 2 16 0x00000a
/dev/ptym/ptypa: crw-rw-rw- bin tty
/dev/ptym/ptypb: 2 16 0x00000b
/dev/ptym/ptypb: crw-rw-rw- bin tty
/dev/ptym/ptypc: 2 16 0x00000c
/dev/ptym/ptypc: crw-rw-rw- bin tty
/dev/ptym/ptypd: 2 16 0x00000d
/dev/ptym/ptypd: crw-rw-rw- bin tty
/dev/ptym/ptype: 2 16 0x00000e
/dev/ptym/ptype: crw-rw-rw- bin tty
/dev/ptym/ptypf: 2 16 0x00000f
/dev/ptym/ptypf: crw-rw-rw- bin tty
/dev/ptym/ptyq0: 2 16 0x000010
/dev/ptym/ptyq0: crw-rw-rw- bin tty
/dev/ptym/ptyq1: 2 16 0x000011
/dev/ptym/ptyq1: crw-rw-rw- bin tty
/dev/ptym/ptyq2: 2 16 0x000012
/dev/ptym/ptyq2: crw-rw-rw- bin tty
/dev/ptym/ptyq3: 2 16 0x000013
/dev/ptym/ptyq3: crw-rw-rw- bin tty
/dev/ptym/ptyq4: 2 16 0x000014
/dev/ptym/ptyq4: crw-rw-rw- bin tty
/dev/ptym/ptyq5: 2 16 0x000015
/dev/ptym/ptyq5: crw-rw-rw- bin tty
/dev/ptym/ptyq6: 2 16 0x000016
/dev/ptym/ptyq6: crw-rw-rw- bin tty
/dev/ptym/ptyq7: 2 16 0x000017
/dev/ptym/ptyq7: crw-rw-rw- bin tty
/dev/ptym/ptyq8: 2 16 0x000018
/dev/ptym/ptyq8: crw-rw-rw- bin tty
/dev/ptym/ptyq9: 2 16 0x000019
/dev/ptym/ptyq9: crw-rw-rw- bin tty
/dev/ptym/ptyqa: 2 16 0x00001a
/dev/ptym/ptyqa: crw-rw-rw- bin tty
/dev/ptym/ptyqb: 2 16 0x00001b
/dev/ptym/ptyqb: crw-rw-rw- bin tty
/dev/ptym/ptyqc: 2 16 0x00001c
/dev/ptym/ptyqc: crw-rw-rw- bin tty
/dev/ptym/ptyqd: 2 16 0x00001d
/dev/ptym/ptyqd: crw-rw-rw- bin tty
/dev/ptym/ptyqe: 2 16 0x00001e
/dev/ptym/ptyqe: crw-rw-rw- bin tty
/dev/ptym/ptyqf: 2 16 0x00001f
/dev/ptym/ptyqf: crw-rw-rw- bin tty
/dev/ptym/ptyr0: 2 16 0x000020
/dev/ptym/ptyr0: crw-rw-rw- bin tty
/dev/ptym/ptyr1: 2 16 0x000021
/dev/ptym/ptyr1: crw-rw-rw- bin tty
/dev/ptym/ptyr2: 2 16 0x000022
/dev/ptym/ptyr2: crw-rw-rw- bin tty
/dev/ptym/ptyr3: 2 16 0x000023
/dev/ptym/ptyr3: crw-rw-rw- bin tty
/dev/ptym/ptyr4: 2 16 0x000024
/dev/ptym/ptyr4: crw-rw-rw- bin tty
/dev/ptym/ptyr5: 2 16 0x000025
/dev/ptym/ptyr5: crw-rw-rw- bin tty
/dev/ptym/ptyr6: 2 16 0x000026
/dev/ptym/ptyr6: crw-rw-rw- bin tty
/dev/ptym/ptyr7: 2 16 0x000027
/dev/ptym/ptyr7: crw-rw-rw- bin tty
/dev/ptym/ptyr8: 2 16 0x000028
/dev/ptym/ptyr8: crw-rw-rw- bin tty
/dev/ptym/ptyr9: 2 16 0x000029
/dev/ptym/ptyr9: crw-rw-rw- bin tty
/dev/ptym/ptyra: 2 16 0x00002a
/dev/ptym/ptyra: crw-rw-rw- bin tty
/dev/ptym/ptyrb: 2 16 0x00002b
/dev/ptym/ptyrb: crw-rw-rw- bin tty
/dev/ptym/ptyrc: 2 16 0x00002c
/dev/ptym/ptyrc: crw-rw-rw- bin tty
/dev/ptym/ptyrd: 2 16 0x00002d
/dev/ptym/ptyrd: crw-rw-rw- bin tty
/dev/ptym/ptyre: 2 16 0x00002e
/dev/ptym/ptyre: crw-rw-rw- bin tty
/dev/ptym/ptyrf: 2 16 0x00002f
/dev/ptym/ptyrf: crw-rw-rw- bin tty
/dev/ptym/ptys0: 1 16 0x000030
/dev/ptym/ptys0: crw-rw-rw- bin tty
/dev/ptym/ptys1: 1 16 0x000031
/dev/ptym/ptys1: crw-rw-rw- bin tty
/dev/ptym/ptys2: 1 16 0x000032
/dev/ptym/ptys2: crw-rw-rw- bin tty
/dev/ptym/ptys3: 1 16 0x000033
/dev/ptym/ptys3: crw-rw-rw- bin tty
/dev/ptym/ptys4: 1 16 0x000034
/dev/ptym/ptys4: crw-rw-rw- bin tty
/dev/ptym/ptys5: 1 16 0x000035
/dev/ptym/ptys5: crw-rw-rw- bin tty
/dev/ptym/ptys6: 1 16 0x000036
/dev/ptym/ptys6: crw-rw-rw- bin tty
/dev/ptym/ptys7: 1 16 0x000037
/dev/ptym/ptys7: crw-rw-rw- bin tty
/dev/ptym/ptys8: 1 16 0x000038
/dev/ptym/ptys8: crw-rw-rw- bin tty
/dev/ptym/ptys9: 1 16 0x000039
/dev/ptym/ptys9: crw-rw-rw- bin tty
/dev/ptym/ptysa: 1 16 0x00003a
/dev/ptym/ptysa: crw-rw-rw- bin tty
/dev/ptym/ptysb: 1 16 0x00003b
/dev/ptym/ptysb: crw-rw-rw- bin tty
/dev/rdsk/c0t0d0: crw-r----- 1 bin sys 188 0x000000
/dev/rdsk/c2t6d0: crw-r----- 1 bin sys 188 0x026000
/dev/rscsi/c0t7d0: crw-r----- 1 bin sys 203 0x007000
/dev/rscsi/c2t7d0: crw-r----- 1 bin sys 203 0x027000
/dev/vg00/group: crw-r----- 1 root sys 64 0x000000
/dev/vg00/lvol1: brw-r----- 1 root sys 64 0x000001
/dev/vg00/lvol10: brw-r----- 1 root sys 64 0x00000a
/dev/vg00/lvol11: brw-r----- 1 root sys 64 0x00000b
/dev/vg00/lvol2: brw-r----- 1 root sys 64 0x000002
/dev/vg00/lvol3: brw-r----- 1 root sys 64 0x000003
/dev/vg00/lvol4: brw-r----- 1 root sys 64 0x000004
/dev/vg00/lvol5: brw-r----- 1 root sys 64 0x000005
/dev/vg00/lvol6: brw-r----- 1 root sys 64 0x000006
/dev/vg00/lvol7: brw-r----- 1 root sys 64 0x000007
/dev/vg00/lvol8: brw-r----- 1 root sys 64 0x000008
/dev/vg00/lvol9: brw-r----- 1 root sys 64 0x000009
/dev/vg00/rlvol1: crw-r----- 1 root sys 64 0x000001
/dev/vg00/rlvol10: crw-r----- 1 root sys 64 0x00000a
/dev/vg00/rlvol11: crw-r----- 1 root sys 64 0x00000b
/dev/vg00/rlvol2: crw-r----- 1 root sys 64 0x000002
/dev/vg00/rlvol3: crw-r----- 1 root sys 64 0x000003
/dev/vg00/rlvol4: crw-r----- 1 root sys 64 0x000004
/dev/vg00/rlvol5: crw-r----- 1 root sys 64 0x000005
/dev/vg00/rlvol6: crw-r----- 1 root sys 64 0x000006
/dev/vg00/rlvol7: crw-r----- 1 root sys 64 0x000007
/dev/vg00/rlvol8: crw-r----- 1 root sys 64 0x000008
/dev/vg00/rlvol9: crw-r----- 1 root sys 64 0x000009
/dev/vx/clust: crw-r--r-- 1 root root 67 0x000006
/dev/vx/config: crw-r--r-- 1 root root 67 0x000000
/dev/vx/dmpconfig: crw-r--r-- 1 root root 62 0x03ffff
/dev/vx/info: crw-r--r-- 1 root root 67 0x000003
/dev/vx/iod: crw-r--r-- 1 root root 67 0x000002
/dev/vx/netiod: crw-r--r-- 1 root root 67 0x000007
/dev/vx/task: crw-r--r-- 1 root root 67 0x000004
/dev/vx/taskmon: crw-r--r-- 1 root root 67 0x000005
/dev/vx/trace: crw-r--r-- 1 root root 67 0x000001
/dev/vg00/rlvol1: super-block backups (for fsck -b#) at:
16, 2504, 4992, 7480, 9968, 12456, 14944, 17432, 19728, 22216,
24704, 27192, 29680, 32168, 34656, 37144, 39440, 41928, 44416, 46904,
49392, 51880, 54368, 56856, 59152, 61640, 64128, 66616, 69104, 71592,
74080, 76568, 78864, 81352, 83840, 86328, 88816, 91304, 93792, 96280,
98576, 101064, 103552, 106040, 108528, 111016, 113504, 115992, 118288, 120776,
123264, 125752, 128240, 130728, 133216, 135704, 138000, 140488, 142976, 145464
diskinfo: SCSI describe of /dev/rdsk/c0t0d0:
diskinfo: vendor: MITSUMI
diskinfo: product id: CD-ROM FX4820T!B
diskinfo: type: CD-ROM
diskinfo: size: 0 Kbytes
diskinfo: bytes per sector: 0
diskinfo: rev level: F01M
diskinfo: blocks per disk: 0
diskinfo: ISO version: 0
diskinfo: ECMA version: 0
diskinfo: ANSI version: 2
diskinfo: removable media: yes
diskinfo: response format: 1
lssf: sdisk card instance 0 SCSI target 0 SCSI LUN 0 section 0 at address 10/0/14/0.0.0 /dev/rdsk/c0t0d0
LVM: absent
diskinfo: SCSI describe of /dev/rdsk/c2t6d0:
diskinfo: vendor: QUANTUM
diskinfo: product id: ATLAS5-9LVD
diskinfo: type: direct access
diskinfo: size: 8886762 Kbytes
diskinfo: bytes per sector: 512
diskinfo: rev level: HP04
diskinfo: blocks per disk: 17773524
diskinfo: ISO version: 0
diskinfo: ECMA version: 0
diskinfo: ANSI version: 3
diskinfo: removable media: no
diskinfo: response format: 2
lssf: sdisk card instance 2 SCSI target 6 SCSI LUN 0 section 0 at address 10/0/15/0.6.0 /dev/rdsk/c2t6d0
LVM: present
scsictl: immediate_report = 1; queue_depth = 8
irdiag: no Internal RAID adapters found
PS2_DIN_US_English
CS_MACHINE_SERIAL:
CLK_TCK: 100
CPU_CHIP_TYPE: 554
HW_CPU_SUPP_BITS: 64
HW_32_64_CAPABLE: 1
KERNEL_BITS: 64
Class I H/W Path Driver S/W State H/W Type Description
=============================================================================
bc 0 root CLAIMED BUS_NEXUS
ioa 0 10 sba CLAIMED BUS_NEXUS System Bus Adapter (582)
ba 0 10/0 lba CLAIMED BUS_NEXUS Local PCI Bus Adapter (782)
lan 0 10/0/12/0 btlan CLAIMED INTERFACE HP PCI 10/100Base-TX Core
/dev/diag/lan0 /dev/ether0 /dev/lan0
audio 0 10/0/13/0 audio CLAIMED INTERFACE Built-in Audio
/dev/audio /dev/audioBL /dev/audioBU_0 /dev/audioEA /dev/audioEL_0 /dev/audioIA /dev/audioIL_0 /dev/audioLA /dev/audioLL_0 /dev/audioNA /dev/audioNL_0 /dev/audio_0
/dev/audioBA /dev/audioBL_0 /dev/audioCtl /dev/audioEA_0 /dev/audioEU /dev/audioIA_0 /dev/audioIU /dev/audioLA_0 /dev/audioLU /dev/audioNA_0 /dev/audioNU
/dev/audioBA_0 /dev/audioBU /dev/audioCtl_0 /dev/audioEL /dev/audioEU_0 /dev/audioIL /dev/audioIU_0 /dev/audioLL /dev/audioLU_0 /dev/audioNL /dev/audioNU_0
ext_bus 0 10/0/14/0 side CLAIMED INTERFACE IDE
target 0 10/0/14/0.0 tgt CLAIMED DEVICE
disk 0 10/0/14/0.0.0 sdisk CLAIMED DEVICE MITSUMI CD-ROM FX4820T!B
/dev/dsk/c0t0d0 /dev/rdsk/c0t0d0
target 1 10/0/14/0.7 tgt CLAIMED DEVICE
ctl 0 10/0/14/0.7.0 sctl CLAIMED DEVICE Initiator
/dev/rscsi/c0t7d0
ba 1 10/0/14/1 superio CLAIMED BUS_NEXUS PCI Core I/O Adapter
tty 0 10/0/14/1/1 asio0 CLAIMED INTERFACE Built-in RS-232C
/dev/diag/mux0 /dev/mux0 /dev/tty0p0
tty 1 10/0/14/1/2 asio0 CLAIMED INTERFACE Built-in RS-232C
/dev/diag/mux1 /dev/mux1 /dev/tty1p0
ext_bus 1 10/0/14/1/3 SCentIf CLAIMED INTERFACE Built-in Parallel Interface
/dev/c1t0d0_lp
usb 0 10/0/14/2 hcd CLAIMED INTERFACE Built-in USB Interface
usbhub 0 10/0/14/2.1 hub CLAIMED DEVICE USB Root Hub
/dev/hub
usbhid 0 10/0/14/2.1.2 hid CLAIMED DEVICE USB HID Kbd(0)
/dev/hid/firstkbd /dev/hid/hid_001 /dev/hid/hid_004 /dev/hid/hid_007 /dev/hid/hid_010 /dev/hid/hid_013 /dev/hid/kbd_000 /dev/hid/kbd_003 /dev/hid/kbd_006 /dev/hid/mouse_001 /dev/hid/mouse_004 /dev/hid/mouse_007
/dev/hid/firstmouse /dev/hid/hid_002 /dev/hid/hid_005 /dev/hid/hid_008 /dev/hid/hid_011 /dev/hid/hid_014 /dev/hid/kbd_001 /dev/hid/kbd_004 /dev/hid/kbd_007 /dev/hid/mouse_002 /dev/hid/mouse_005
/dev/hid/hid_000 /dev/hid/hid_003 /dev/hid/hid_006 /dev/hid/hid_009 /dev/hid/hid_012 /dev/hid/hid_015 /dev/hid/kbd_002 /dev/hid/kbd_005 /dev/hid/mouse_000 /dev/hid/mouse_003 /dev/hid/mouse_006
usbhid 1 10/0/14/2.1.3 hid CLAIMED DEVICE USB HID Mouse(1)
ext_bus 2 10/0/15/0 c720 CLAIMED INTERFACE SCSI C895 Ultra2 Wide LVD
target 2 10/0/15/0.6 tgt CLAIMED DEVICE
disk 1 10/0/15/0.6.0 sdisk CLAIMED DEVICE QUANTUM ATLAS5-9LVD
/dev/dsk/c2t6d0 /dev/rdsk/c2t6d0
target 3 10/0/15/0.7 tgt CLAIMED DEVICE
ctl 1 10/0/15/0.7.0 sctl CLAIMED DEVICE Initiator
/dev/rscsi/c2t7d0
ba 2 10/1 lba CLAIMED BUS_NEXUS Local PCI Bus Adapter (782)
graphics 0 10/1/0/0 graph3 CLAIMED INTERFACE PCI(103c108b) -- Built-in #5
lan 1 10/1/3/0 btlan CLAIMED INTERFACE HP A5230A/B5509BA PCI 10/100Base-TX Addon
/dev/diag/lan1 /dev/ether1 /dev/lan1
processor 0 32 processor CLAIMED PROCESSOR Processor
memory 0 49 memory CLAIMED MEMORY Memory
-r-xr-xr-x:1:bin:bin:2889:2000-11-14:c720
-r-xr-xr-x:1:bin:bin:2236:2001-06-19:fddi4
-r-xr-xr-x:1:bin:bin:4542:2000-12-22:iop_drv
-r-xr-xr-x:1:bin:bin:2124:2001-09-10:td
Running Command File (/usr/sbin/stm/ui/config/.stmrc).
-- Information --
Support Tools Manager
Version A.29.00
Product Number B4708AA
(C) Copyright Hewlett Packard Co. 1995-2001
All Rights Reserved
Use of this program is subject to the licensing restrictions described
in "Help-->On Version". HP shall not be liable for any damages resulting
from misuse or unauthorized use of this program.
cstm>selall
cstm>info
-- Updating Map --
Updating Map...
cstm>wait
cstm>infolog
-- Converting multiple raw log files to text. --
Preparing the Information Tool Log for each selected device...
.... hpovou.ams.testcorp.com : 10.1.1.110 ....
-- Information Tool Log for Bus Adapter on path 10 --
Log creation time: Fri Nov 21 12:21:40 2003
Hardware path: 10
Product ID: Bus Adapter
Hardware Path: 10
Module Type: I/O Adapter
Hardware Model: 0x582
Hardware Revision Number: 0
Software Revision Number: 0
Software Model Number: 0xb
Software Option: 0x10
Hard Physical Address: 0xfed00000
Soft Physical Address: 0xfed20000
Slot Number: 0
IODC Revision: 0
=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=
-- Information Tool Log for PCI Bus Adapter on path 10/0 --
Log creation time: Fri Nov 21 12:21:40 2003
Hardware path: 10/0
Product ID: PCI Bus Adapter
Hardware Path: 10/0
Module Type: Foreign Bus Bridge
Hardware Model: 0x782
Hardware Revision Number: 0
Software Revision Number: 0
Software Model Number: 0xa
Software Option: 0
Hard Physical Address: 0xfed30000
Slot Number: 12
IODC Revision: 0
=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=
-- Information Tool Log for Core PCI 100BT Interface on path 10/0/12/0 --
Log creation time: Fri Nov 21 12:21:40 2003
Hardware path: 10/0/12/0
Product ID: Core PCI 100BT Interface
Device ID: 0x0019
Revision ID 0x0041
Vendor ID: 0x1011 ( Digital Equipment Corporation )
Class Code: 0x020000
Base Class: 0x02 ( Network Controller. )
Sub-Class/Interface: 00/00 ( Ethernet controller )
Device Status: 0x0280
Bit 7: Fast Back-to-Back Capable
Bit 9-10: DEVSEL timing 01 - medium
Subsystem Vendor ID: 0x103c
Subsystem ID: 0x104f
=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=
-- Information Tool Log for Audio Interface on path 10/0/13/0 --
Log creation time: Fri Nov 21 12:21:40 2003
Hardware path: 10/0/13/0
Product ID: Audio Interface
Hardware Path: 10/0/13/0
Module Type: Console
Hardware Model: 0x11d
Hardware Revision Number: 0x4
Software Revision Number: 0
Software Model Number: 0
Software Option: 0
Hard Physical Address: 0xf4009000
Soft Physical Address: 0xf4008000
Slot Number: 2
IODC Revision: 0
=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=
-- Information Tool Log for IDE Interface on path 10/0/14/0 --
Log creation time: Fri Nov 21 12:21:40 2003
Hardware path: 10/0/14/0
Product ID: IDE Interface
Hardware Path: 10/0/14/0
Module Type: Type-B DMA I/O
Hardware Model: 0x100
Hardware Revision Number: 0xb
Software Revision Number: 0
Software Model Number: 0
Software Option: 0
Slot Number: 0
IODC Revision: 0
=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=
-- Information Tool Log for SCSI Disk on path 10/0/14/0.0.0 --
Log creation time: Fri Nov 21 12:21:41 2003
Hardware path: 10/0/14/0.0.0
Product Id: CD-ROM FX4820T!B Vendor: MITSUMI
Device Type: SCSI Disk Firmware Rev: F01M
Device Qualifier: MITSUMICD-ROM Logical Unit: 0
Serial Number: N/A
Capacity (M Byte): N/A
Block Size: N/A
Max Block Address: N/A
Error Logs
Read Errors: N/A Buffer Overruns: N/A
Read Reverse Errors: N/A Buffer Underruns: N/A
Write Errors: N/A Non-Medium Errors: N/A
Verify Errors: N/A
=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=
-- Information Tool Log for PCI Core I/O Adapter on path 10/0/14/1 --
Log creation time: Fri Nov 21 12:21:40 2003
Hardware path: 10/0/14/1
Product ID: PCI Core I/O Adapter
Hardware Path: 10/0/14/1
Module Type: Fabric Component
Hardware Model: 0x100
Hardware Revision Number: 0xb
Software Revision Number: 0
Software Model Number: 0
Software Option: 0
Slot Number: 0
IODC Revision: 0
=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=
-- Information Tool Log for RS-232 Interface on path 10/0/14/1/1 --
Log creation time: Fri Nov 21 12:21:41 2003
Hardware path: 10/0/14/1/1
Product ID: RS-232 Interface
Hardware Path: 10/0/14/1/1
Module Type: Fabric Component
Hardware Model: 0x100
Hardware Revision Number: 0xb
Software Revision Number: 0
Software Model Number: 0
Software Option: 0
Slot Number: 0
IODC Revision: 0
=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=
-- Information Tool Log for RS-232 Interface on path 10/0/14/1/2 --
Log creation time: Fri Nov 21 12:21:41 2003
Hardware path: 10/0/14/1/2
Product ID: RS-232 Interface
Hardware Path: 10/0/14/1/2
Module Type: Fabric Component
Hardware Model: 0x100
Hardware Revision Number: 0xb
Software Revision Number: 0
Software Model Number: 0
Software Option: 0
Slot Number: 0
IODC Revision: 0
=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=
-- Information Tool Log for Centronics Interface on path 10/0/14/1/3 --
Log creation time: Fri Nov 21 12:21:41 2003
Hardware path: 10/0/14/1/3
Product ID: Centronics Interface
Hardware Path: 10/0/14/1/3
Module Type: Fabric Component
Hardware Model: 0x100
Hardware Revision Number: 0xb
Software Revision Number: 0
Software Model Number: 0
Software Option: 0
Slot Number: 0
IODC Revision: 0
=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=
-- Information Tool Log for USB Interface on path 10/0/14/2 --
Log creation time: Fri Nov 21 12:21:41 2003
Hardware path: 10/0/14/2
Product ID: USB Interface
Device ID: 0x0012
Revision ID 0x0002
Vendor ID: 0x100B ( National Semiconductor )
Class Code: 0x0c0310
Base Class: 0x0C ( Serial Bus Controllers. )
Sub-Class/Interface: 0x03/0x10 ( USB following the Open Host Controller
Specification )
Device Status: 0x0200
Bit 9-10: DEVSEL timing 01 - medium
=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=
-- Information Tool Log for PCI SCSI Interface on path 10/0/15/0 --
Log creation time: Fri Nov 21 12:21:41 2003
Hardware path: 10/0/15/0
Product ID: PCI SCSI Interface
Device ID: 0x0012
Revision ID 0x0001
Vendor ID: 0x1000 ( Symbios Logic Inc.)
Class Code: 0x010000
Base Class: 0x01 ( Mass Storage Controller. )
Sub-Class/Interface: 00/00 ( SCSI bus controller )
Device Status: 0x0210
Bit 9-10: DEVSEL timing 01 - medium
Subsystem Vendor ID: 0x1000
Subsystem ID: 0x1000
=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=
-- Information Tool Log for SCSI Disk on path 10/0/15/0.6.0 --
Log creation time: Fri Nov 21 12:21:41 2003
Hardware path: 10/0/15/0.6.0
Product Id: ATLAS5-9LVD Vendor: QUANTUM
Device Type: SCSI Disk Firmware Rev: HP04
Device Qualifier: QUANTUMATLAS5-9LVD Logical Unit: 0
Serial Number: 149018252199
Capacity (M Byte): 8678.48
Block Size: 512
Max Block Address: 17773523
Error Logs
Read Errors: 0 Buffer Overruns: N/A
Read Reverse Errors: N/A Buffer Underruns: N/A
Write Errors: 0 Non-Medium Errors: 2
Verify Errors: 0
=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=
-- Information Tool Log for PCI Bus Adapter on path 10/1 --
Log creation time: Fri Nov 21 12:21:41 2003
Hardware path: 10/1
Product ID: PCI Bus Adapter
Hardware Path: 10/1
Module Type: Foreign Bus Bridge
Hardware Model: 0x782
Hardware Revision Number: 0
Software Revision Number: 0
Software Model Number: 0xa
Software Option: 0
Hard Physical Address: 0xfed32000
Slot Number: 12
IODC Revision: 0
=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=
-- Information Tool Log for Graphics Interface on path 10/1/0/0 --
Log creation time: Fri Nov 21 12:21:41 2003
Hardware path: 10/1/0/0
The following data was retrieved for the selected Graphics Device:
PRODUCT INFORMATION
Graphics Product = HP VISUALIZE-FXE
Graphics Device ID = 0x35ACDA16
Device Pathname = /dev/diag/crt0
Device Slot Number = 0
STI ROM Revision = 8.0c/20
CONFIGURATION INFORMATION
Product Number = HPA4982A
Image Planes = 48
Overlay Planes = 8
Resolution = 1280 x 1024
Color or Grayscale = color
Hardware Accelerator = yes
Geometry Accelerator = yes
Hardware Zbuffer = yes
Software Zbuffer = no
=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=
-- Information Tool Log for PCI 100 BaseT LAN Interface on path 10/1/3/0 --
Log creation time: Fri Nov 21 12:21:41 2003
Hardware path: 10/1/3/0
Product ID: PCI 100 BaseT LAN Interface
Device ID: 0x0019
Revision ID 0x0041
Vendor ID: 0x1011 ( Digital Equipment Corporation )
Class Code: 0x020000
Base Class: 0x02 ( Network Controller. )
Sub-Class/Interface: 00/00 ( Ethernet controller )
Device Status: 0x0280
Bit 7: Fast Back-to-Back Capable
Bit 9-10: DEVSEL timing 01 - medium
Subsystem Vendor ID: 0x103c
Subsystem ID: 0x1066
=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=
-- Information Tool Log for CPU on path 32 --
Log creation time: Fri Nov 21 12:21:42 2003
Hardware path: 32
Product ID: CPU Module Type: 0
Hardware Model: 0x5d0 Software Model: 0x4
Hardware Revision: 0 Software Revision: 0
Hardware ID: 0 Software ID: 2002424543
Boot ID: 0x2 Software Option: 0x81
Processor Number: 0 Path: 32
Hard Physical Address: 0xfffffffffffa0000 Soft Physical Address: 0
Slot Number: 8 Software Capability: 0x100000f0
PDC Firmware Revision: 5.0 IODC Revision: 0
Instruction Cache [Kbyte]: 512 Processor Speed: N/A
Processor State: N/A
Monarch: Yes Active: Yes
Data Cache [Kbyte]: 1024
Instruction TLB [entry]: 160 Processor Chip Revisions: 3.0
Data TLB Size [entry]: 160 2nd Level Cache Size:[KB] N/A
Serial Number: 6726d4d05
----------------- Processor 0 HPMC Information ------------------
Timestamp =
Tue Dec 17 07:54:55 GMT 2002 (20:02:12:17:07:54:55)
HPMC Chassis Codes = 2cbf0 2500b 2cbfb
General Registers 0 - 31
00-03 0000000000000000 000000141efcc239 00000000008a7d58 000000000000a808
04-07 00000000000003e8 0000000000009740 00009740009c0000 0000000000009780
08-11 0000000000000000 0000000000009cc0 0000000000009c80 0000000000000084
12-15 0000000000002000 00000000000000e8 0000000000009d00 0000000000000084
16-19 00000000f00008c4 00000000f000017c 00000000f0000174 0000000000000004
20-23 000000141ede3dae 0000000000001388 00000000008a7d4c ffffffffffffffff
24-27 ffffffffffffffff 000000000000000c 00000000f4004000 00000000007d4d40
28-31 00000000001e8480 ffffffffffffffff 0000000000763dc0 00000000f400400c
Control Registers 0 - 31
00-03 000000007ffffa7a 0000000000000000 0000000000000000 0000000000000000
04-07 0000000000000000 0000000000000000 0000000000000000 0000000000000000
08-11 0000000000000000 0000000000000000 00000000000000c0 000000000000003e
12-15 0000000000000000 0000000000000000 000000000002c000 0000000000000000
16-19 0000001420cd5c23 0000000000000000 00000000008a92b4 000000000fe010ba
20-23 00000000a627ffd0 c00000000100400c 000000ff0000e808 080000000000000a
24-27 000000000074d4c0 00000000007d2540 00000000d9011e7a 00000000f0412000
28-31 00000000d8cf9284 00000000d9011ea4 0000000000141fc8 00000000ffff0ce0
Space Registers 0 - 7
00-03 00000000 00000000 00000000 00000000
04-07 00000000 0cfbcc00 00bf8000 00000000
IIA Space = 0x0000000000000000
IIA Offset = 0x00000000008a92b8
Check Type = 0x20000000
CPU State = 0x9e000004
Cache Check = 0x00000000
TLB Check = 0x00000000
Bus Check = 0x0030103b
Assists Check = 0x00000000
Assist State = 0x00000000
Path Info = 0x00000000
System Responder Address = 0x000000fff400400c
System Requestor Address = 0xfffffffffffa0000
Floating-Point Registers 0 - 31
00-03 0000001f00000000 0000000000000000 0000000000000000 0000000000000000
04-07 3fb99999999999a2 414e848000000000 00000000003d0900 41186a0000000008
08-11 00061a8000000005 4079000000000000 0000000000000000 0000000004c4b400
12-15 5555555555555555 5555555555555555 5555555555555555 5555555555555555
16-19 5555555555555555 5555555555555555 5555555555555555 5555555555555555
20-23 5555555555555555 5555555555555555 0000000000000190 3ff0000000000000
24-27 0000000000000000 0000000000000ccc 4020000000000000 4030000000000000
28-31 0000000000000030 0000000000000080 00000000000001fa 00000000000001fc
'9000/785 B,C,J Workstation Unarchitected (per-CPU)', rev 1, 140 bytes:
Check Summary = 0xcb81041008000000
Available Memory = 0x0000000010000000
CPU Diagnose Register 2 = 0x0300000000802204
CPU Status Register 0 = 0x2420c20000000000
CPU Status Register 1 = 0x8002000000000000
SADD LOG = 0xc100f0fff400400c
Read Short LOG = 0xc1a0f0fff400400c
ERROR_STATUS = 0x0000000000100010
MEM_ADDR = 0x000001ff3fffffff
MEM_SYND = 0x0000000000000000
MEM_ADDR_CORR = 0x000001ff3fffffff
MEM_SYND_CORR = 0x0000000000000000
RUN_DATA_HIGH = 0xc1bff0fffed08040
RUN_DATA_LOW = 0xc1bff0fffed08040
RUN_CTRL = 0x0000021c00001418
RUN_ADDR = 0xc1bff0fffed08040
System Responder Path = 0x00ffffff0a000e02
HPMC PIM Analysis Information:
Timestamp =
Tue Dec 17 07:54:55 GMT 2002 (20:02:12:17:07:54:55)
'9000/785 B,C,J Workstation HPMC PIM Analysis (per-CPU)', rev 0, 1304 bytes:
A Data I/O Fetch Timeout occurred while CPU 0 was
requesting information from a device at the path 10/0/14/2 (built-in PCI
device).
Memory/IO Controller Error Analysis Information:
The Memory/IO Controller only observed the Broadcast Error. It did not log
any additional information about the HPMC.
Memory Error Log Information:
Timestamp =
Tue Dec 17 07:54:55 GMT 2002 (20:02:12:17:07:54:55)
'9000/785 B,C,J Workstation Memory Error Log', rev 0, 64 bytes:
No memory errors logged
I/O Module Error Log Information:
Timestamp =
Tue Dec 17 07:54:55 GMT 2002 (20:02:12:17:07:54:55)
'9000/785 B,C,J Workstation IO Error Log', rev 0, 228 bytes:
Rope Word1 Word2 Word3
------ ------------ ------------
0 0x00000000 0x0e0cc2a9 0x00000000fed30048
1 0x00000000 0x1e0cc009 0x00000000fed32048
2 ---------- 0x2e0cc009 ------------------
3 ---------- 0x3e0cc009 ------------------
4 ---------- 0x4e0cc009 ------------------
5 ---------- 0x5e0cc009 ------------------
6 ---------- 0x6e0cc009 ------------------
7 ---------- 0x7e0cc009 ------------------
Module Revision
------------------- --------
System Board 0
PA 8500-8500 CPU 3.0
Mem/IO Controller 2.1
PCI Controller #0 2.1
PCI Controller #1 2.1
PDC 5.0 (1 MB)
Micro Controller 1.1
=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=-+-=
-- Information Tool Log for MEMORY on path 49 --
Log creation time: Fri Nov 21 12:21:52 2003
Hardware path: 49
Basic Memory Description
Module Type: MEMORY
Total Configured Memory : 768 MB
Page Size: 4096 Bytes
Memory interleaving is supported on this machine and is ON.
Memory Board Inventory
DIMM Slot Size (MB)
--------- ---------
00 256
01 512
--------- ---------
System Total (MB): 768
Memory Error Log Summary
The memory error log is empty.
Page Deallocation Table (PDT)
PDT Entries Used: 0
PDT Entries Free: 50
PDT Total Size: 50
-- Information Tool Log for each selected device --
View - To View the file.
Print - To Print the file.
SaveAs - To Save the file.
Enter Done, Help, Print, SaveAs, or View: [Done] Done
cstm>quit
-- Exit the Support Tool Manager --
Are you sure you want to exit the Support Tool Manager?
Enter Cancel, Help, or OK: [OK] OK
11.11
***************************************
* Source: /ux/core/kern/filesets.info/CORE-KRN/generic
* @(#)B.11.11_LR
*
***************************************
* Additional drivers required in every machine-type to create a complete
* system file during cold install. This list is every driver that the
* master.d/ files do not force on the system or is not identifiable by
* ioscan.
* Other CPU-type specific files can exist for their special cases.
* see create_sysfile (1m).
***************************************
*
* Drivers/Subsystems
sba
lba
audio
side
sdisk
sctl
superio
asio0
SCentIf
hcd
hub
hid
c720
graph3
cdfs
cxperf
olar_psm
olar_psm_if
dev_olar
diag1
diag2
dmem
dev_config
iomem
nfs_core
nfs_client
nfs_server
nfsm
rpcmod
autofsc
cachefsc
btlan
maclan
dlpi
token_arp
inet
uipc
tun
telm
tels
netdiag1
nms
hpstreams
clone
strlog
sad
echo
sc
timod
tirdwr
pipedev
pipemod
ffs
ldterm
ptem
pts
ptm
pckt
td
fddi4
gelan
GSCtoPCI
vxvm
vxdmp
vol
vols
iop_drv
bs_osm
igelan
vxfs
vxportal
btlan1
lvm
lv
beep
usbd
cifs
schgr
stape
tape2
CentIf
lpr2
default_disk_ir 1
STRMSGSZ 65535
nstrpty 256
dump lvol
max_thread_proc 1024
maxdsiz 0x40000000
maxfiles 256
maxuprc 256
maxusers 256
msgmni 100
nfile 5000
ninode 3000
nkthread 6000
nproc 700
semmap 130
semmni 140
semmns 400
shmmax 0x40000000
shmmni 256
shmseg 200
npty 256
maxswapchunks 1024
Top kernel
- /stand/ioconfig
cksum: 3151114864 2972 /stand/ioconfig
Top kernel
- /stand/rootconf
cksum: 1995804396 12 /stand/rootconf
cksum: 1288188467 16911120 /stand/vmunix
$Revision: libaudit.a: CUPI80_BL2000_1028_1 Sat Oct 28 12:56:18 PDT 2000 $
$Revision: libbtlan.a: Mon Feb 5 07:26:50 PST 2001 $
$Revision: libcdfs.a: CUPI80_BL2000_1028_1 Sat Oct 28 12:56:09 PDT 2000 $
$Revision: libclic.a: CUPI80_BL2000_1028_1 Sat Oct 28 12:55:57 PDT 2000 $
$Revision: libclock-pdk.a: CUPI80_BL2000_1028_1 Sat Oct 28 12:57:13 PDT 2000 $
$Revision: libdebug.a: CUPI80_BL2000_1026_2 Thu Oct 26 16:25:11 PDT 2000 $
$Revision: libdebug.a: CUPI80_BL2000_1026_2 Thu Oct 26 16:25:11 PDT 2000 $
$Revision: libdevkrs.a: CUPI80_BL2000_1028_1 Sat Oct 28 12:55:57 PDT 2000 $
$Revision: libdlkm-pdk.a: CUPI80_BL2000_1028_1 Sat Oct 28 12:57:11 PDT 2000 $
$Revision: libdlkm.a: CUPI80_BL2000_1028_1 Sat Oct 28 12:55:57 PDT 2000 $
$Revision: libdump-pdk.a: CUPI80_BL2000_1028_1 Sat Oct 28 12:57:08 PDT 2000 $
$Revision: libfabric-pik.a: CUPI80_BL2000_1028_1 Sat Oct 28 12:55:49 PDT 2000 $
$Revision: libfddi4.a: vw: lan selectors: CUP11.11_BL2001_0612 'TASK for AR0901: ' -- gyang_fddi4_91R 'r11.11' 'cup_gyang_fddi4_91r' Wed Jun 13 16:15:26 PDT 2001 $
$Revision: libfddicommon.a: vw: lan selectors: CUP11_11IC27_BL2000_0927_1 rchand_fddi02_ic27 'cupi80_ic27base_pb' 'BE11.11_IC27' 'eso_rchand_fddi02_ic27' Wed Oct 4 11:15:10 IST 2000 $
$Revision: libfp-pdk.a: CUPI80_BL2000_1028_1 Sat Oct 28 12:56:56 PDT 2000 $
$Revision: libfs-pdk.a: CUPI80_BL2000_1028_1 Sat Oct 28 12:56:50 PDT 2000 $
$Revision: libfs.a: CUPI80_BL2000_1028_1 Sat Oct 28 12:55:29 PDT 2000 $
$Revision: libgelan-pdk.a: vw: -proj selectors: CUPI80_BL2000_0824 -c 'Vw for CUPI80_BL2000_0824 build' -- cupi80_bl2000_0824 'CUPI80_BL2000_0824' Fri Aug 25 01:47:35 PDT 2000 $
$Revision: libgelan.a: vw: shirish_ic27a_11.11_PBO selectors: CUP11_11IC27_BL2000_1003_4 'cup_shirish_ic27_11.11' 'BE11.11_IC27' 'cup_shirish_ic27a_11.11_pbo' Tue Oct 10 15:07:12 PDT 2000 $
$Revision: libgraf.a: CUPI80_BL2000_1028_1 Sat Oct 28 12:55:18 PDT 2000 $
$Revision: libhp-ux.a: CUPI80_BL2000_1028_1 Sat Oct 28 12:55:17 PDT 2000 $
$Revision: libi2o.a: vw: loos_proj_i80_branch4 selectors: CUPI80_BL2000_1217 'cup_loos_isu_i2o_i80_050300' Thu Dec 21 01:12:51 PST 2000 $
$Revision: libigelan.a: Fri Oct 12 15:30:08 PDT 2001 $
$Revision: libinet-pdk.a: CUPI80_BL2000_1005_2 Thu Oct 5 18:47:52 PDT 2000 $
$Revision: libinet.a: CUPI80_BL2000_1031_4 Tue Oct 31 17:26:20 PST 2000 $
$Revision: libinit-pdk.a: CUPI80_BL2000_1028_1 Sat Oct 28 12:56:56 PDT 2000 $
$Revision: libinit.a: CUPI80_BL2000_1028_1 Sat Oct 28 12:55:11 PDT 2000 $
$Revision: libio-pdk.a: CUPI80_BL2000_1028_1 Sat Oct 28 12:56:49 PDT 2000 $
$Revision: libio.a: CUPI80_BL2000_1106_2 Mon Nov 6 15:44:21 PST 2000 $
$Revision: libkgdb-pdk.a: CUPI80_BL2000_1028_1 Sat Oct 28 12:56:50 PDT 2000 $
$Revision: libkrs-pdk.a: CUPI80_BL2000_1028_1 Sat Oct 28 12:56:41 PDT 2000 $
$Revision: libkrs.a: CUPI80_BL2000_1028_1 Sat Oct 28 12:55:00 PDT 2000 $
$Revision: liblan.a: @(#) lib/liblan.a CUP11.11_BL2001_0919_2 PATCH_11.11 PHNE_24492 Wed Sep 19 04:12:01 PDT 2001 $
$Revision: liblofs.a: CUPI80_BL2000_1028_1 Sat Oct 28 12:54:55 PDT 2000 $
$Revision: liblvm.a: CUPI80_BL2000_1108_1 Wed Nov 8 02:11:18 PST 2000 $
$Revision: libmaclan.a: CUPI80_BL2000_1028_1 Sat Oct 28 12:54:45 PDT 2000 $
$Revision: libmtra.a: CUPI80_BL2000_1028_1 Sat Oct 28 12:54:45 PDT 2000 $
$Revision: libnet.a: CUPI80_BL2000_1028_1 Sat Oct 28 12:54:38 PDT 2000 $
$Revision: libnms.a: CUPI80_BL2000_1028_1 Sat Oct 28 12:54:29 PDT 2000 $
$Revision: libpci.a: CUPI80_BL2000_1028_1 Sat Oct 28 12:54:33 PDT 2000 $
$Revision: libpdc-pdk.a: CUPI80_BL2000_1028_1 Sat Oct 28 12:56:49 PDT 2000 $
$Revision: libperf-pdk.a: CUPI80_BL2000_1028_1 Sat Oct 28 12:56:40 PDT 2000 $
$Revision: libperf.a: CUPI80_BL2000_1028_1 Sat Oct 28 12:54:23 PDT 2000 $
$Revision: libpm-pdk.a: CUPI80_BL2000_1028_1 Sat Oct 28 12:56:40 PDT 2000 $
$Revision: libpm.a: CUPI80_BL2000_1030_3 Mon Oct 30 18:54:27 PST 2000 $
$Revision: libpseudo_drivers.a: CUPI80_BL2000_1028_1 Sat Oct 28 12:54:16 PDT 2000 $
$Revision: libpstat.a: CUPI80_BL2000_1028_1 Sat Oct 28 12:54:16 PDT 2000 $
$Revision: librdb-pdk.a: CUPI80_BL2000_1028_1 Sat Oct 28 12:56:36 PDT 2000 $
$Revision: libscall-pdk.a: CUPI80_BL2000_1028_1 Sat Oct 28 12:56:31 PDT 2000 $
$Revision: libscall.a: CUPI80_BL2000_1028_1 Sat Oct 28 12:54:04 PDT 2000 $
$Revision: libshutdown-pdk.a: CUPI80_BL2000_1028_1 Sat Oct 28 12:56:31 PDT 2000 $
$Revision: libsio.a: CUPI80_BL2000_1028_1 Sat Oct 28 12:54:09 PDT 2000 $
$Revision: libsioserv.a: CUPI80_BL2000_1028_1 Sat Oct 28 12:53:59 PDT 2000 $
$Revision: libspmath-pdk.a: CUPI80_BL2000_1028_1 Sat Oct 28 12:56:25 PDT 2000 $
$Revision: libstream.a: STREAMS: PATCH_11.11 (PHNE_26728) Tue Mar 26 14:57:40 PST 2002 $
$Revision: libstrtio.a: CUPI80_BL2000_1028_1 Sat Oct 28 12:53:51 PDT 2000 $
$Revision: libsvc-pdk.a: CUPI80_BL2000_1028_1 Sat Oct 28 12:56:20 PDT 2000 $
$Revision: libsvc.a: CUPI80_BL2000_1028_1 Sat Oct 28 12:53:51 PDT 2000 $
$Revision: libsync-pdk.a: CUPI80_BL2000_1028_1 Sat Oct 28 12:56:18 PDT 2000 $
$Revision: libtd.a: vw: fcms selectors: CUP11.11_BL2001_1003 'AR1201-11i' -- ameen_2g_merged_11i 'r11.11' 'cup_td_2g_1111' Thu Oct 11 11:53:47 PDT 2001 $
$Revision: libtty.a: CUPI80_BL2000_1028_1 Sat Oct 28 12:53:44 PDT 2000 $
$Revision: libtun.a: CUPI80_BL2000_1028_1 Sat Oct 28 12:53:41 PDT 2000 $
$Revision: libufs.a: CUPI80_BL2000_1028_1 Sat Oct 28 12:53:41 PDT 2000 $
$Revision: libuipc.a: CUPI80_BL2000_1028_1 Sat Oct 28 12:53:29 PDT 2000 $
$Revision: libusb.a: CUPI80_BL2000_1031_2 Tue Oct 31 12:25:00 PST 2000 $
$Revision: libutil-pdk.a: CUPI80_BL2000_1027_1 Fri Oct 27 09:40:19 PDT 2000 $
$Revision: libutil.a: CUPI80_BL2000_1028_1 Sat Oct 28 12:53:12 PDT 2000 $
$Revision: libvm-pdk.a: CUPI80_BL2000_1030_1 Mon Oct 30 13:55:18 PST 2000 $
$Revision: libvm.a: CUPI80_BL2000_1106_1 Mon Nov 6 12:22:22 PST 2000 $
$Revision: libvxdmp.a: vw: richie_vxvm32 selectors: CUP11.11_BL2001_0605 'njl_cvm' 'njl_cvm32' Mon Oct 8 11:55:16 EDT 2001 $
$Revision: libvxfs.a: CUPI80_BL2000_1108_2 Wed Nov 8 10:59:22 PST 2000 $
$Revision: libvxvm.a: vw: richie_vxvm32 selectors: CUP11.11_BL2001_0605 'njl_cvm' 'njl_cvm32' Mon Oct 8 11:54:44 EDT 2001 $
$Revision: libwsio-pdk.a: CUPI80_BL2000_1006_6 Fri Oct 6 19:22:10 PDT 2000 $
$Revision: libwsio.a: CUPI80_BL2000_1028_1 Sat Oct 28 12:23:26 PDT 2000 $
$Revision: vmunix: vw: -proj selectors: CUPI80_BL2000_1108 -c 'Vw for CUPI80_BL2000_1108 build' -- cupi80_bl2000_1108 'CUPI80_BL2000_1108' Wed Nov 8 19:24:56 PST 2000 $
$Revision: vmunix: vw: -proj selectors: CUPI80_BL2000_1108 -c 'Vw for CUPI80_BL2000_1108 build' -- cupi80_bl2000_1108 'CUPI80_BL2000_1108' Wed Nov 8 19:24:56 PST 2000 $
/stand/vmunix:
100BT : btlan.c Unified Driver PHNE_22727 $Revision: r11.11/2 $Date: 2001/01/25 14:37:46
A3495A HP-PB 100BaseT: libbtlan1 B.11.11.01 PHNE_24403 $Date: 2001-06-11 12:09:53+05:30 $
A3739A/A3739B PCI FDDI fddi4 libfddi4 B.11.11.02 $Date: 01/06/11 15:00:00$
B.11.11_LR
FILESET HP CIFS CLIENT:lib cifs : Version: A.01.02
HP version of VERITAS VxVM 3.2
Pseudo LLA-MAC retrieval driver ver 1.1
af.c $Date: 2002/01/23 16:20:26 $Revision: r11.11/4 PATCH_11.11 (PHNE_25644)
arp.c $Date: 2002/03/03 15:09:50 $Revision: r11.11/7 PATCH_11.11 (PHNE_25644)
audio.c $Date: 2001/07/09 07:28:35 $Revision: r11.11/2 PATCH_11.11 (PHKL_24408)
audio1.c $Date: 2001/07/09 07:28:35 $Revision: r11.11/2 PATCH_11.11 (PHKL_24408)
audio2.c $Date: 2001/07/09 07:28:35 $Revision: r11.11/2 PATCH_11.11 (PHKL_24408)
audio3.c $Date: 2001/07/09 07:28:35 $Revision: r11.11/2 PATCH_11.11 (PHKL_24408)
audio4.c $Date: 2001/07/09 07:28:35 $Revision: r11.11/2 PATCH_11.11 (PHKL_24408)
audio_shared.c $Date: 2001/07/09 07:28:35 $Revision: r11.11/2 PATCH_11.11 (PHKL_24408)
auto_subr.c $Date: 2002/04/16 10:39:00 $Revision: r11.11/5 PATCH_11.11 (PHNE_25627)
auto_vfsops.c $Date: 2001/02/21 17:12:20 $Revision: r11.11/1 PATCH_11.11 (PHNE_22878)
auto_vnops.c $Date: 2002/04/16 10:41:19 $Revision: r11.11/5 PATCH_11.11 (PHNE_25627)
bcopy.s $Date: 2001/05/22 03:00:29 $Revision: r11.11/1 PATCH_11.11 (PHKL_24056)
beep.c $Date: 2001/07/09 07:28:35 $Revision: r11.11/2 PATCH_11.11 (PHKL_24408)
boot_machdep.c $Date: 2001/03/27 15:46:15 $Revision: r11.11/2 PATCH_11.11 (PHKL_23609)
cachefs_cnode.c $Date: 2001/11/15 14:55:32 $Revision: r11.11/2 PATCH_11.11 (PHNE_24910)
cachefs_cod.c $Date: 2001/08/13 16:52:30 $Revision: r11.11/1 PATCH_11.11 (PHNE_24035)
cachefs_dir.c $Date: 2001/11/15 14:55:32 $Revision: r11.11/2 PATCH_11.11 (PHNE_24910)
cachefs_filegrp.c $Date: 2001/08/13 16:52:30 $Revision: r11.11/1 PATCH_11.11 (PHNE_24035)
cachefs_fscache.c $Date: 2002/04/16 10:43:13 $Revision: r11.11/3 PATCH_11.11 (PHNE_25627)
cachefs_module.c $Date: 2001/08/13 16:52:30 $Revision: r11.11/1 PATCH_11.11 (PHNE_24035)
cachefs_noopc.c $Date: 2001/08/13 16:52:30 $Revision: r11.11/1 PATCH_11.11 (PHNE_24035)
cachefs_resource.c $Date: 2001/11/15 14:55:32 $Revision: r11.11/2 PATCH_11.11 (PHNE_24910)
cachefs_singlewrc.c $Date: 2001/08/13 16:52:30 $Revision: r11.11/1 PATCH_11.11 (PHNE_24035)
cachefs_strict.c $Date: 2001/08/13 16:52:30 $Revision: r11.11/1 PATCH_11.11 (PHNE_24035)
cachefs_subr.c $Date: 2002/04/16 10:43:47 $Revision: r11.11/3 PATCH_11.11 (PHNE_25627)
cachefs_vfsops.c $Date: 2002/04/16 10:44:32 $Revision: r11.11/4 PATCH_11.11 (PHNE_25627)
cachefs_vnops.c $Date: 2002/04/16 10:45:09 $Revision: r11.11/4 PATCH_11.11 (PHNE_25627)
chassis_log.c $Date: 2001/05/01 10:27:46 $Revision: r11.11/2 PATCH_11.11 (PHKL_24046)
clnt_clts.c $Date: 2001/05/29 13:37:41 $Revision: r11.11/1 PATCH_11.11 (PHNE_23502)
clnt_cots.c $Date: 2002/04/16 10:48:41 $Revision: r11.11/3 PATCH_11.11 (PHNE_25627)
clock.c $Date: 2001/03/26 10:08:23 $Revision: r11.11/2 PATCH_11.11 (PHKL_23625)
dev_config.c $Date: 2001/05/18 16:19:34 $Revision: r11.11/1 PATCH_11.11 (PHKL_24163)
dgram_aud.c $Date: 2002/01/23 16:19:59 $Revision: r11.11/4 PATCH_11.11 (PHNE_25644)
elroy_cdio.c $Date: 2001/03/01 09:10:23 $Revision: r11.11/1 PATCH_11.11 (PHKL_23504)
fabric_dbg.c $Date: 2001/03/29 16:01:12 $Revision: r11.11/2 PATCH_11.11 (PHKL_23375)
fcT1.c $Date: 2001/04/02 13:10:48 $Revision: r11.11/2 PATCH_11.11 (PHKL_23626)
fcT1_timers.c $Date: 2001/04/02 13:10:48 $Revision: r11.11/1 PATCH_11.11 (PHKL_23626)
fcms.c $Date: 2001/01/04 10:24:48 $Revision: r11.11/1 PATCH_11.11 (PHKL_22874)
fcms_cdio.c $Date: 2000/12/13 15:47:27 $Revision: r11.11/1 PATCH_11.11 (PHKL_22874)
fcp_cdio.c $Date: 2001/04/02 13:10:48 $Revision: r11.11/2 PATCH_11.11 (PHKL_23626)
fcparray.c $Date: 2000/12/13 15:47:27 $Revision: r11.11/1 PATCH_11.11 (PHKL_22874)
fcpbh.c $Date: 2001/04/02 13:10:48 $Revision: r11.11/2 PATCH_11.11 (PHKL_23626)
fcpdev.c $Date: 2000/12/13 15:47:27 $Revision: r11.11/1 PATCH_11.11 (PHKL_22874)
fcpmux.c $Date: 2000/12/13 15:47:27 $Revision: r11.11/1 PATCH_11.11 (PHKL_22874)
fifo_vnops.c $Date: 2001/01/29 13:32:55 $Revision: r11.11/1 PATCH_11.11 (PHKL_23246)
filedetails_pstat.c $Date: 2001/05/01 13:47:10 $Revision: r11.11/1 PATCH_11.11 (PHKL_24047)
framebuf.c $Date: 2001/03/09 15:00:31 $Revision: r11.11/1 PATCH_11.11 (PHKL_23204)
gelan 1000Base-SX/T Revision: B.11.11.14 - Oct 10 2000 15:06:48
gio_kdev.c $Date: 2000/12/11 16:38:12 $Revision: r11.11/1 PATCH_11.11 (PHKL_23196)
gio_modfuncs.c $Date: 2000/12/19 04:53:55 $Revision: r11.11/1 PATCH_11.11 (PHKL_22994)
gio_search.c $Date: 2000/12/11 16:38:12 $Revision: r11.11/1 PATCH_11.11 (PHKL_23196)
global_pstat.c $Date: 2001/02/02 15:32:33 $Revision: r11.11/1 PATCH_11.11 (PHKL_22987)
graph3.c $Date: 2001/03/09 15:00:31 $Revision: r11.11/1 PATCH_11.11 (PHKL_23204)
hc.c $Date: 2001/07/11 13:00:47 $Revision: r11.11/1 PATCH_11.11 (PHKL_24626)
hcd.c $Date: 2001/07/11 13:01:01 $Revision: r11.11/1 PATCH_11.11 (PHKL_24626)
hid.c $Date: 2001/07/11 13:01:29 $Revision: r11.11/1 PATCH_11.11 (PHKL_24626)
hpautofs.c $Date: 2001/08/13 16:52:30 $Revision: r11.11/1 PATCH_11.11 (PHNE_24035)
hpcachefs.c $Date: 2001/11/15 14:55:32 $Revision: r11.11/2 PATCH_11.11 (PHNE_24910)
hpnfs_util.c $Date: 2001/02/26 13:19:29 $Revision: r11.11/1 PATCH_11.11 (PHNE_22878)
hpnfs_vnops.c $Date: 2002/04/16 10:46:00 $Revision: r11.11/4 PATCH_11.11 (PHNE_25627)
hub.c $Date: 2001/07/11 13:01:56 $Revision: r11.11/1 PATCH_11.11 (PHKL_24626)
if.c $Date: 2002/03/03 15:08:45 $Revision: r11.11/8 PATCH_11.11 (PHNE_25644)
igelan Revision: B.11.11.01 Oct 12 2001
igelan_ilan Version: 1 Oct 12 2001
igmp.c $Date: 2002/03/03 15:10:04 $Revision: r11.11/7 PATCH_11.11 (PHNE_25644)
ike_psm.c $Date: 2001/06/25 11:45:18 $Revision: r11.11/2 PATCH_11.11 (PHKL_24485)
in_proto.c $Date: 2002/01/23 16:22:24 $Revision: r11.11/4 PATCH_11.11 (PHNE_25644)
inet_init.c $Date: 2002/01/23 16:22:38 $Revision: r11.11/4 PATCH_11.11 (PHNE_25644)
init_main.c $Date: 2001/04/03 14:41:19 $Revision: r11.11/1 PATCH_11.11 (PHKL_23845)
io.c $Date: 2001/06/18 13:16:51 $Revision: r11.11/1 PATCH_11.11 (PHKL_24391)
iop.c: A5856A Dec 21 2000 01:12:16
ip.c $Date: 2002/03/03 15:10:16 $Revision: r11.11/9 PATCH_11.11 (PHNE_25644)
ip6.c $Date: 2002/03/03 15:10:29 $Revision: r11.11/8 PATCH_11.11 (PHNE_25644)
ip6_if.c $Date: 2002/03/03 15:10:42 $Revision: r11.11/9 PATCH_11.11 (PHNE_25644)
ip6_ire.c $Date: 2002/03/03 15:10:55 $Revision: r11.11/9 PATCH_11.11 (PHNE_25644)
ip6_nd.c $Date: 2002/03/03 15:11:09 $Revision: r11.11/9 PATCH_11.11 (PHNE_25644)
ip_if.c $Date: 2002/03/03 15:11:22 $Revision: r11.11/9 PATCH_11.11 (PHNE_25644)
ip_info.c $Date: 2002/03/03 15:08:58 $Revision: r11.11/7 PATCH_11.11 (PHNE_25644)
ip_ire.c $Date: 2002/03/03 15:11:35 $Revision: r11.11/9 PATCH_11.11 (PHNE_25644)
ip_mroute.c $Date: 2002/03/03 15:11:48 $Revision: r11.11/7 PATCH_11.11 (PHNE_25644)
ip_multi.c $Date: 2002/03/03 15:12:02 $Revision: r11.11/7 PATCH_11.11 (PHNE_25644)
ipcomm.c $Date: 2002/03/03 15:12:15 $Revision: r11.11/9 PATCH_11.11 (PHNE_25644)
ipsec_hp.c $Date: 2001/07/09 19:23:36 $Revision: r11.11/2 PATCH_11.11 (PHNE_24211)
ite1.c $Date: 2001/03/09 15:00:31 $Revision: r11.11/1 PATCH_11.11 (PHKL_23204)
kbd_code.c $Date: 2001/07/09 07:28:35 $Revision: r11.11/2 PATCH_11.11 (PHKL_24408)
kdm_core.c $Date: 2001/01/29 10:27:25 $Revision: r11.11/1 PATCH_11.11 (PHKL_23242)
kern_exit.c $Date: 2001/05/29 12:00:15 $Revision: r11.11/1 PATCH_11.11 (PHKL_24253)
kern_fork.c $Date: 2001/05/29 12:00:15 $Revision: r11.11/1 PATCH_11.11 (PHKL_24253)
klm_lckmgr.c $Date: 2001/05/29 13:37:07 $Revision: r11.11/1 PATCH_11.11 (PHNE_23502)
lan_dbg0.c $Date: 2001/09/18 10:49:35 $Revision: r11.11/4 PATCH_11.11 (PHNE_24492)
lan_dlpi.c $Date: 2001/09/18 10:32:33 $Revision: r11.11/7 PATCH_11.11 (PHNE_24492)
lanc.c $Date: 2001/09/18 10:44:43 $Revision: r11.11/6 PATCH_11.11 (PHNE_24492)
lanc_input.c $Date: 2001/09/18 10:44:43 $Revision: r11.11/5 PATCH_11.11 (PHNE_24492)
lbcopy.s $Date: 2001/05/22 03:00:29 $Revision: r11.11/1 PATCH_11.11 (PHKL_24056)
ldtty.c $Date: 2001/05/16 18:04:16 $Revision: r11.11/1 PATCH_11.11 (PHNE_24101)
libtd.a HP Fibre Channel Tachyon TL/TS/XL2 Driver B.11.11.09 (AR1201) /ux/kern/kisu/TL/src/common/wsio/td_glue.c: Oct 11 2001, 11:52:36
lpmc.c $Date: 2001/04/30 16:08:46 $Revision: r11.11/1 PATCH_11.11 (PHKL_24037)
lv_hp.c $Date: 2001/04/30 11:56:04 $Revision: r11.11/1 PATCH_11.11 (PHKL_23934)
lv_mircons.c $Date: 2001/03/01 11:47:43 $Revision: r11.11/1 PATCH_11.11 (PHKL_23507)
lv_strategy.c $Date: 2001/04/30 11:56:27 $Revision: r11.11/1 PATCH_11.11 (PHKL_23934)
machdep.c $Date: 2001/04/23 12:23:21 $Revision: r11.11/2 PATCH_11.11 (PHKL_23991)
mem.c $Date: 2001/01/29 17:53:59 $Revision: r11.11/1 PATCH_11.11 (PHKL_23250)
mialloc.c $Date: 2001/10/29 18:15:38 $Revision: r11.11/3 PATCH_11.11 (PHNE_24506)
mind.c $Date: 2001/10/29 18:15:51 $Revision: r11.11/3 PATCH_11.11 (PHNE_24506)
mioptcom.c $Date: 2002/03/03 15:09:11 $Revision: r11.11/4 PATCH_11.11 (PHNE_25644)
mitimer.c $Date: 2001/10/29 18:16:16 $Revision: r11.11/3 PATCH_11.11 (PHNE_24506)
miutil.c $Date: 2001/10/29 18:16:29 $Revision: r11.11/3 PATCH_11.11 (PHNE_24506)
mod_objmd.c $Date: 2000/12/19 04:53:55 $Revision: r11.11/1 PATCH_11.11 (PHKL_22994)
modadm.c $Date: 2000/12/19 04:53:55 $Revision: r11.11/1 PATCH_11.11 (PHKL_22994)
modctl.c $Date: 2000/12/19 04:53:55 $Revision: r11.11/1 PATCH_11.11 (PHKL_22994)
modinit.c $Date: 2000/12/19 04:53:55 $Revision: r11.11/1 PATCH_11.11 (PHKL_22994)
mt_prop.c $Date: 2000/12/18 09:37:48 $Revision: r11.11/1 PATCH_11.11 (PHKL_22857)
net_init.c $Date: 2002/01/23 16:21:05 $Revision: r11.11/4 PATCH_11.11 (PHNE_25644)
nfs3_server.c $Date: 2001/11/15 14:55:32 $Revision: r11.11/1 PATCH_11.11 (PHNE_24910)
nfs3_vnops.c $Date: 2002/04/16 10:47:51 $Revision: r11.11/5 PATCH_11.11 (PHNE_25627)
nfs_client.c $Date: 2001/05/29 13:34:40 $Revision: r11.11/1 PATCH_11.11 (PHNE_23502)
nfs_common.c $Date: 2001/05/29 13:35:26 $Revision: r11.11/1 PATCH_11.11 (PHNE_23502)
nfs_dispatch.c $Date: 2001/02/21 17:04:14 $Revision: r11.11/1 PATCH_11.11 (PHNE_22878)
nfs_subr.c $Date: 2001/05/29 13:35:59 $Revision: r11.11/2 PATCH_11.11 (PHNE_23502)
nfs_vnops.c $Date: 2001/11/15 14:55:32 $Revision: r11.11/4 PATCH_11.11 (PHNE_24910)
nms.c $Date: 2002/01/23 16:25:57 $Revision: r11.11/4 PATCH_11.11 (PHNE_25644)
nuls.c $Date: 2001/10/29 18:16:54 $Revision: r11.11/3 PATCH_11.11 (PHNE_24506)
olar_psm.c $Date: 2001/03/01 08:48:44 $Revision: r11.11/1 PATCH_11.11 (PHKL_23505)
olar_psm_if.c $Date: 2001/03/01 08:48:44 $Revision: r11.11/1 PATCH_11.11 (PHKL_23505)
pa_legacy_psm.c $Date: 2001/03/01 09:05:47 $Revision: r11.11/1 PATCH_11.11 (PHKL_23504)
pa_pdk_stub.c $Date: 2001/07/23 09:42:31 $Revision: r11.11/1 PATCH_11.11 (PHKL_24730)
pat_psm.c $Date: 2001/06/13 16:16:40 $Revision: r11.11/2 PATCH_11.11 (PHKL_24280)
pci_cdio.c $Date: 2001/08/31 14:05:54 $Revision: r11.11/6 PATCH_11.11 (PHKL_24854)
pdc_rqst.c $Date: 2001/09/19 13:29:16 $Revision: r11.11/3 PATCH_11.11 (PHKL_25218)
pdk_threads.c $Date: 2001/07/25 11:27:02 $Revision: r11.11/1 PATCH_11.11 (PHKL_24751)
pfail.c $Date: 2001/06/14 12:18:42 $Revision: r11.11/1 PATCH_11.11 (PHKL_24278)
pipc_pstat.c $Date: 2001/02/14 15:47:02 $Revision: r11.11/1 PATCH_11.11 (PHKL_23401)
pm_exec.c $Date: 2001/05/29 12:00:15 $Revision: r11.11/1 PATCH_11.11 (PHKL_24253)
pm_init.c $Date: 2001/08/06 17:33:07 $Revision: r11.11/3 PATCH_11.11 (PHKL_24844)
pm_proc.c $Date: 2001/05/29 11:40:18 $Revision: r11.11/1 PATCH_11.11 (PHKL_24254)
pm_resource.c $Date: 2001/05/29 11:47:53 $Revision: r11.11/1 PATCH_11.11 (PHKL_24255)
pm_signal.c $Date: 2001/05/29 11:53:47 $Revision: r11.11/2 PATCH_11.11 (PHKL_24256)
pm_swtch.c $Date: 2001/10/10 14:57:19 $Revision: r11.11/7 PATCH_11.11 (PHKL_25389)
pstat.c $Date: 2001/02/14 14:04:02 $Revision: r11.11/1 PATCH_11.11 (PHKL_23400)
pstat_iface.c $Date: 2001/08/29 11:47:42 $Revision: r11.11/1 PATCH_11.11 (PHKL_25123)
quota_ufs.c $Date: 2001/01/25 13:28:39 $Revision: r11.11/1 PATCH_11.11 (PHKL_23225)
rawip.c $Date: 2002/03/03 15:12:28 $Revision: r11.11/7 PATCH_11.11 (PHNE_25644)
rawip6.c $Date: 2002/03/03 15:12:41 $Revision: r11.11/8 PATCH_11.11 (PHNE_25644)
route.c $Date: 2002/03/03 15:09:24 $Revision: r11.11/7 PATCH_11.11 (PHNE_25644)
rpath_pstat.c $Date: 2001/05/01 13:47:10 $Revision: r11.11/1 PATCH_11.11 (PHKL_24047)
rpc_prot.c $Date: 2001/11/15 14:55:32 $Revision: r11.11/1 PATCH_11.11 (PHNE_24910)
rpc_tcp.c $Date: 2001/05/29 13:41:02 $Revision: r11.11/1 PATCH_11.11 (PHNE_23502)
rpcmod.c $Date: 2001/11/15 14:55:32 $Revision: r11.11/2 PATCH_11.11 (PHNE_24910)
s_hil_drv.c $Date: 2001/07/09 07:28:35 $Revision: r11.11/2 PATCH_11.11 (PHKL_24408)
scsi_c720.c $Date: 2001/06/14 10:54:26 $Revision: r11.11/1 PATCH_11.11 (PHKL_24441)
scsi_ctl.c $Date: 2001/10/04 10:52:57 $Revision: r11.11/2 PATCH_11.11 (PHKL_25165)
scsi_disk.c $Date: 2001/06/14 10:54:26 $Revision: r11.11/1 PATCH_11.11 (PHKL_24441)
scsi_ide.c $Date: 2001/06/12 09:45:15 $Revision: r11.11/2 PATCH_11.11 (PHKL_24283)
scsi_tape.c $Date: 2000/12/18 09:37:48 $Revision: r11.11/1 PATCH_11.11 (PHKL_22857)
select.c $Date: 2001/09/14 14:03:45 $Revision: r11.11/2 PATCH_11.11 (PHKL_25233)
snmpcom.c $Date: 2001/10/29 18:21:47 $Revision: r11.11/3 PATCH_11.11 (PHNE_24506)
socket_pstat.c $Date: 2001/05/01 13:47:10 $Revision: r11.11/1 PATCH_11.11 (PHKL_24047)
spec_vnops.c $Date: 2001/01/29 13:34:28 $Revision: r11.11/1 PATCH_11.11 (PHKL_23246)
stcpmap.c $Date: 2002/03/03 15:09:37 $Revision: r11.11/8 PATCH_11.11 (PHNE_25644)
str_init.c $Date: 2002/03/18 14:55:04 $Revision: r11.11/2 PATCH_11.11 (PHNE_26710)
str_scalls.c $Date: 2002/03/18 14:55:04 $Revision: r11.11/17 PATCH_11.11 (PHNE_26710)
str_telnet.c: PHNE_24131
str_util.c $Date: 2002/03/25 16:55:04 $Revision: r11.11/9 PATCH_11.11 (PHNE_26728)
stream_pstat.c $Date: 2001/06/22 18:46:00 $Revision: r11.11/1 PATCH_11.11 (PHKL_24507)
subr_nvm.c $Date: 2001/03/14 09:38:24 $Revision: r11.11/1 PATCH_11.11 (PHKL_23642)
subr_threads.c $Date: 2001/05/29 11:40:18 $Revision: r11.11/1 PATCH_11.11 (PHKL_24254)
svc_authu.c $Date: 2001/05/29 13:38:14 $Revision: r11.11/1 PATCH_11.11 (PHNE_23502)
svc_cots.c $Date: 2001/05/29 13:40:38 $Revision: r11.11/1 PATCH_11.11 (PHNE_23502)
svc_gen.c $Date: 2001/02/21 17:08:51 $Revision: r11.11/1 PATCH_11.11 (PHNE_22878)
sys_socket.c $Date: 2002/01/23 16:26:11 $Revision: r11.11/6 PATCH_11.11 (PHNE_25644)
tang.c $Date: 2002/01/23 16:21:45 $Revision: r11.11/4 PATCH_11.11 (PHNE_25644)
tcp.c $Date: 2002/03/03 15:12:55 $Revision: r11.11/10 PATCH_11.11 (PHNE_25644)
tcp_svc.c $Date: 2002/04/16 10:50:55 $Revision: r11.11/2 PATCH_11.11 (PHNE_25627)
trap.c $Date: 2001/03/27 15:46:15 $Revision: r11.11/2 PATCH_11.11 (PHKL_23609)
tty_pty.c $Date: 2001/05/16 10:08:49 $Revision: r11.11/1 PATCH_11.11 (PHNE_23932)
udp.c $Date: 2002/03/03 15:13:08 $Revision: r11.11/9 PATCH_11.11 (PHNE_25644)
ufs_dir.c $Date: 2001/05/22 09:24:23 $Revision: r11.11/1 PATCH_11.11 (PHKL_24188)
ufs_inode.c $Date: 2001/01/25 13:31:27 $Revision: r11.11/1 PATCH_11.11 (PHKL_23225)
ufs_vfsops.c $Date: 2001/03/29 10:20:12 $Revision: r11.11/1 PATCH_11.11 (PHKL_23811)
ufs_vm.c $Date: 2001/02/06 16:51:53 $Revision: r11.11/1 PATCH_11.11 (PHKL_23335)
uipc_domain.c $Date: 2002/01/23 16:26:25 $Revision: r11.11/4 PATCH_11.11 (PHNE_25644)
uipc_init.c $Date: 2002/01/23 16:26:38 $Revision: r11.11/4 PATCH_11.11 (PHNE_25644)
uipc_proto.c $Date: 2002/01/23 16:26:51 $Revision: r11.11/4 PATCH_11.11 (PHNE_25644)
uipc_socket.c $Date: 2002/03/03 15:13:22 $Revision: r11.11/8 PATCH_11.11 (PHNE_25644)
uipc_socket2.c $Date: 2002/01/23 16:27:18 $Revision: r11.11/4 PATCH_11.11 (PHNE_25644)
uipc_syscall.c $Date: 2002/03/03 15:13:35 $Revision: r11.11/6 PATCH_11.11 (PHNE_25644)
uipc_tpi.c $Date: 2002/03/03 15:13:48 $Revision: r11.11/8 PATCH_11.11 (PHNE_25644)
uipc_usrreq.c $Date: 2002/01/23 16:27:59 $Revision: r11.11/4 PATCH_11.11 (PHNE_25644)
ulbcopy.s $Date: 2001/05/22 03:00:29 $Revision: r11.11/1 PATCH_11.11 (PHKL_24056)
unixvm:src/common/kernel/vxdmp/dmpioctl.c 1.82.52.8
unixvm:src/common/kernel/vxvm/kiostart.c 1.26.52.1
unixvm:src/common/kernel/vxvm/kmsg_cvm.c 1.62.52.5
unixvm:src/common/kernel/vxvm/msg_dmp.c 1.15.52.3
unixvm:src/common/kernel/vxvm/mv_cvm.c 1.39.52.2
unixvm:src/common/kernel/vxvm/nmcom_cli.c 1.21.52.2
unixvm:src/common/kernel/vxvm/nmcom_srv.c 1.26.52.4
unixvm:src/common/kernel/vxvm/rpio.c 1.26.52.1
unixvm:src/common/kernel/vxvm/rpioctl.c 1.24.52.2
unixvm:src/hp/kernel/vxdmp/dmphp.c 1.41.52.11
usb.c $Date: 2001/07/11 13:02:10 $Revision: r11.11/1 PATCH_11.11 (PHKL_24626)
usb_config.c $Date: 2001/07/11 13:02:30 $Revision: r11.11/1 PATCH_11.11 (PHKL_24626)
usbd.c $Date: 2001/07/11 13:02:55 $Revision: r11.11/1 PATCH_11.11 (PHKL_24626)
vfs.c $Date: 2001/01/29 09:47:53 $Revision: r11.11/1 PATCH_11.11 (PHKL_23239)
vfs_bio.c $Date: 2001/05/04 08:44:27 $Revision: r11.11/2 PATCH_11.11 (PHKL_24071)
vfs_dnlc.c $Date: 2001/06/05 08:28:22 $Revision: r11.11/1 PATCH_11.11 (PHKL_24343)
vfs_lookup.c $Date: 2001/07/16 09:19:42 $Revision: r11.11/1 PATCH_11.11 (PHKL_24652)
vm_arena_gc.c $Date: 2001/02/26 11:47:24 $Revision: r11.11/1 PATCH_11.11 (PHKL_23445)
vm_core.c $Date: 2001/02/15 13:54:20 $Revision: r11.11/1 PATCH_11.11 (PHKL_23423)
vm_devswap.c $Date: 2001/02/20 09:21:39 $Revision: r11.11/2 PATCH_11.11 (PHKL_23425)
vm_fault.c $Date: 2001/02/20 09:21:39 $Revision: r11.11/2 PATCH_11.11 (PHKL_23425)
vm_ioblk.c $Date: 2001/03/24 11:54:33 $Revision: r11.11/1 PATCH_11.11 (PHKL_23203)
vm_kalloc.c $Date: 2001/02/26 11:47:24 $Revision: r11.11/1 PATCH_11.11 (PHKL_23445)
vm_mapcall.c $Date: 2001/04/25 12:45:14 $Revision: r11.11/2 PATCH_11.11 (PHKL_23995)
vm_memlock.c $Date: 2001/05/04 16:17:03 $Revision: r11.11/3 PATCH_11.11 (PHKL_23944)
vm_misc.c $Date: 2001/02/06 22:12:50 $Revision: r11.11/1 PATCH_11.11 (PHKL_23337)
vm_mmap.c $Date: 2001/05/04 10:40:23 $Revision: r11.11/1 PATCH_11.11 (PHKL_24073)
vm_pdir2_0.c $Date: 2001/04/18 11:40:19 $Revision: r11.11/1 PATCH_11.11 (PHKL_23957)
vm_sched.c $Date: 2001/02/26 11:47:24 $Revision: r11.11/1 PATCH_11.11 (PHKL_23445)
vm_stats.c $Date: 2001/07/17 16:02:01 $Revision: r11.11/1 PATCH_11.11 (PHKL_24551)
vm_vfd.c $Date: 2001/05/04 16:19:12 $Revision: r11.11/3 PATCH_11.11 (PHKL_23946)
vm_vhand.c $Date: 2001/05/04 16:15:20 $Revision: r11.11/2 PATCH_11.11 (PHKL_23908)
vtlan1.c $Revision: 1.127 $ $Date: 2000-08-28 12:09:53+05:30 $
vtlan1_rw.c $Revision: 1.77 $ $Date: 2000-08-28 14:19:32+05:30 $
vx_machdep.c $Date: 2001/02/12 10:45:57 $Revision: r11.11/1 PATCH_11.11 (PHKL_23374)
vx_swap.c $Date: 2001/04/27 12:08:36 $Revision: r11.11/1 PATCH_11.11 (PHKL_24026)
vx_vm.c $Date: 2001/01/29 10:27:25 $Revision: r11.11/1 PATCH_11.11 (PHKL_23242)
vxvm:src/common/kernel/vxvm/raidlog.c 1.25.52.1
wsio_cdio.c $Date: 2001/04/24 15:32:16 $Revision: r11.11/1 PATCH_11.11 (PHKL_23999)
wsio_olar.c Test Revision1 $
xport_diag.c $Date: 2002/03/03 15:08:32 $Revision: r11.11/7 PATCH_11.11 (PHNE_25644)
boot_string: disk(10/0/15/0.6.0.0.0.0.0;0)/stand/vmunix
Character Block Driver Class
0 -1 cn pseudo
1 -1 asio0 tty
2 -1 SCentIf ext_bus
3 -1 mm pseudo
4 -1 olar_psm_if olar
5 -1 dev_olar olar
6 -1 devkrs pseudo
7 -1 lpr0 printer
8 0 sioflop unknown
8 0 sioflop unknown
10 -1 hcd usb
11 -1 usbd usbdev
12 -1 hub usbhub
13 -1 hid usbhid
14 -1 btlan lan
15 -1 maclan lan
16 -1 ptym ptym
17 -1 ptys ptys
18 -1 ip pseudo
19 -1 arp pseudo
20 -1 rawip pseudo
21 -1 tcp pseudo
22 -1 udp pseudo
23 -1 stcpmap pseudo
25 -1 nuls pseudo
26 -1 netqa pseudo
27 -1 dmem pseudo
31 -1 tun pseudo
32 -1 telm strtelm
33 -1 tels strtels
36 -1 tlclts pseudo
37 -1 tlcots pseudo
38 -1 iomem pseudo
44 -1 tlcotsod pseudo
45 -1 fcT1_cntl lan
46 -1 netdiag1 unknown
48 -1 fcp fcp
49 -1 td fc
50 -1 fddi4 lan
51 -1 iop_drv i2o
54 -1 fddi3 unknown
57 -1 pcitr unknown
58 -1 gvid unknown
61 -1 cxperf pseudo
62 1 dmp vxvm
63 2 vol vxvm
64 64 lv lvm
66 -1 audio audio
67 -1 vols vxvm
68 -1 btlan1 lan
69 -1 dev_config pseudo
72 -1 clone pseudo
73 -1 strlog pseudo
74 -1 sad pseudo
75 -1 cifs pseudo
76 -1 krm pseudo
97 97 vxportal unknown
116 -1 echo pseudo
119 -1 dlpi pseudo
156 -1 ptm strptym
157 -1 pts strptys
164 -1 pipedev unknown
168 -1 beep graf_pseudo
174 -1 framebuf graf_pseudo
183 -1 diag1 diag
188 31 sdisk disk
189 -1 klog pseudo
203 -1 sctl ctl
205 -1 stape tape
207 -1 sy pseudo
212 -1 tape0 tape
216 -1 CentIf ext_bus
227 -1 kepd pseudo
229 -1 ite graf_pseudo
231 29 schgr autoch
232 -1 diag2 diag
status: /stand/vmunix-/stand/system identical
Name ID Status Type
=====================================================
krm 1 UNLOADED WSIO
Module Name krm
Module ID 1
Module Path
Status UNLOADED
Size 0
Base Address 0x0
BSS Size 0
BSS Base Address 0x0
Hold Count 0
Dependent Count 0
Unload Delay 0 seconds
Type WSIO
Block Major 0
Character Major 0
Flags 0
Module Configured Loadable
=================================================
CentIf Y -
CharDrv N -
DlkmDrv N -
GSCtoPCI Y -
PCItoPCI N -
SCentIf Y -
ac N -
arp N -
asio0 Y -
asp N -
astropmon N -
asyncdsk N -
asyncdsk_included N -
audio Y -
autofsc Y -
autox0 N -
beep Y -
bs_osm Y -
btlan Y -
btlan1 Y -
btt N -
c720 Y -
c8xx N -
cachefsc Y -
cb N -
ccio N -
cdfs Y -
cifs Y -
clone Y -
cn N -
coke N -
consp1 N -
core N -
cpd N -
cxperf Y -
dev_config Y -
dev_olar Y -
devkrs N -
dewpmon N -
diag0 N -
diag1 Y -
diag2 Y -
disc3 N -
dlkm N -
dlpi Y -
dm_sample N -
dm_sample_fsid N -
dmapi N -
dmem Y -
dmp N -
echo Y -
epic N -
esctl N -
esdisk N -
fcT1 N -
fcT1_cntl N -
fcT1_fcp N -
fcms N -
fcp N -
fcp_cdio N -
fcparray N -
fcpdev N -
fcpmux N -
fdc N -
fddi4 Y -
ffs Y -
foreign N -
framebuf N -
func0 N -
gelan Y -
graph3 Y -
hcd Y -
hd_fabric N -
hid Y -
hpstreams Y -
hpstreamsqa N -
hub Y -
i2o_cdio N -
ica N -
idds N -
igelan Y -
ikepmon N -
inet Y -
install N -
iomap N -
iomem Y -
iop_drv Y -
ip N -
ite N -
java N -
jolt N -
kepd N -
kload N -
klog N -
krio N -
krm Y Y
krs N -
ktest N -
ktestio N -
lan2 N -
lan3 N -
lanmux0 N -
lantty0 N -
lasi N -
lba Y -
ldterm Y -
lmodb N -
lmodc N -
lmode N -
lmodr N -
lmodt N -
lo N -
lofs N -
loop N -
lpr2 Y -
lpr3 N -
lv Y -
lvm Y -
maclan Y -
mm N -
mux2 N -
mux4 N -
netdiag1 Y -
netqa N -
nfs N -
nfs_client Y -
nfs_core Y -
nfs_server Y -
nfsm Y -
nms Y -
nsdiag0 N -
nuls N -
olar_psm Y -
olar_psm_if Y -
onyx N -
pa_generic_psm N -
pa_psm N -
pat_psm N -
pci N -
pckt Y -
pepsi N -
pflop N -
pipedev Y -
pipemod Y -
pmon N -
prm N -
ps2 N -
ptem Y -
ptm Y -
pts Y -
pty0 N -
pty1 N -
ram N -
rawip N -
rpcmod Y -
sad Y -
sapic N -
sba Y -
sc Y -
schgr Y -
scsi1 N -
scsi3 N -
sctl Y -
sdisk Y -
sdm N -
sflop N -
side Y -
simdisk N -
sio N -
siofdc N -
sioflop N -
smcpmon N -
sp N -
sppcore N -
sppnuma N -
spt N -
spt0 N -
ssrfc N -
stape Y -
stcpmap N -
strlog Y -
strpty_included N -
strtelnet_included N -
superio Y -
sy N -
tape2 Y -
tape2_included N -
target N -
tcp N -
td Y -
telm Y -
tels Y -
test_weld N -
tidg N -
timod Y -
tirdwr Y -
tivc N -
tlclts N -
tlcots N -
tlcotsod N -
tlo N -
tmx N -
token_arp Y -
tornade N -
ts_1 N -
ts_2 N -
tun Y -
udp N -
ufs N -
uipc Y -
usbd Y -
vclass N -
vol Y -
vols Y -
vxdmp Y -
vxdmp_q4 N -
vxfs Y -
vxportal Y -
vxvm Y -
vxvm_q4 N -
wsio N -
NSTRBLKSCHED:-:2:2:-:-:-:No
NSTREVENT:50:50:50:-:-:-:No
NSTRPUSH:16:16:16:-:-:-:No
NSTRSCHED:0:0:0:-:-:-:No
STRCTLSZ:1024:1024:1024:-:-:-:No
STRMSGSZ:65535:65535:0:-:-:-:No
acctresume:4:4:4:-:-:-:No
acctsuspend:2:2:2:-:-:-:No
aio_listio_max:256:256:256:-:-:-:No
aio_max_ops:2048:2048:2048:-:-:-:No
aio_physmem_pct:10:10:10:-:-:-:No
aio_prio_delta_max:20:20:20:-:-:-:No
allocate_fs_swapmap:0:0:0:-:-:-:No
alwaysdump:1:1:1:-:-:-:No
bootspinlocks:-:256:256:-:-:-:No
bufcache_hash_locks:128:128:128:-:-:-:No
bufpages:0:(NBUF*2):(NBUF*2):-:-:-:No
chanq_hash_locks:256:256:256:-:-:-:No
core_addshmem_read:0:0:0:-:-:-:Yes
core_addshmem_write:0:0:0:-:-:-:Yes
create_fastlinks:0:0:0:-:-:-:No
dbc_max_pct:50:50:50:-:-:-:No
dbc_min_pct:5:5:5:-:-:-:No
default_disk_ir:1:1:0:-:-:-:No
desfree:-:0:0:-:-:-:No
disksort_seconds:0:0:0:-:-:-:No
dmp_rootdev_is_vol:0:0:0:-:-:-:No
dmp_swapdev_is_vol:0:0:0:-:-:-:No
dnlc_hash_locks:512:4*128:4*128:-:-:-:No
dontdump:0:0:0:-:-:-:No
dskless_node:-:0:0:-:-:-:No
dst:1:1:1:-:-:-:No
effective_maxpid:-:((NPROC<=30000)?30000:(NPROC*5/4)):((NPROC<=30000)?30000:(NPROC*5/4)):-:-:-:No
eisa_io_estimate:-:0x300:0x300:-:-:-:No
enable_idds:0:0:0:-:-:-:No
eqmemsize:15:15:15:-:-:-:No
executable_stack:1:1:1:-:-:-:No
fcp_large_config:0:0:0:0:-:-:No
file_pad:-:10:10:0:-:-:No
fs_async:0:0:0:-:-:-:No
ftable_hash_locks:64:64:64:-:-:-:No
hdlpreg_hash_locks:128:128:128:-:-:-:No
hfs_max_ra_blocks:8:8:8:-:-:-:No
hfs_max_revra_blocks:8:8:8:-:-:-:No
hfs_ra_per_disk:64:64:64:-:-:-:No
hfs_revra_per_disk:64:64:64:-:-:-:No
hp_hfs_mtra_enabled:1:1:1:-:-:-:No
hpux_aes_override:-:0:0:-:-:-:No
initmodmax:50:50:50:-:-:-:No
io_ports_hash_locks:64:64:64:-:-:-:No
iomemsize:-:40000:40000:-:-:-:No
ksi_alloc_max:5600:(NPROC*8):(NPROC*8):-:-:-:No
ksi_send_max:32:32:32:-:-:-:No
lotsfree:-:0:0:-:-:-:No
max_async_ports:50:50:50:-:-:-:No
max_fcp_reqs:512:512:512:0:-:-:No
max_mem_window:0:0:0:-:-:-:No
max_thread_proc:1024:1024:64:-:-:-:No
maxdsiz:0x40000000:0x40000000:0x10000000:-:-:-:No
maxdsiz_64bit:0x40000000:0x0000000040000000:0x0000000040000000:-:-:-:No
maxfiles:256:256:60:0:-:-:No
maxfiles_lim:1024:1024:1024:0:-:-:Yes
maxqueuetime:-:0:0:-:-:-:No
maxssiz:0x800000:0x00800000:0x00800000:-:-:-:No
maxssiz_64bit:0x800000:0x00800000:0x00800000:-:-:-:No
maxswapchunks:1024:1024:256:-:-:-:No
maxtsiz:0x4000000:0x04000000:0x04000000:-:-:-:Yes
maxtsiz_64bit:0x40000000:0x0000000040000000:0x0000000040000000:-:-:-:Yes
maxuprc:256:256:75:-:-:-:Yes
maxusers:256:256:32:-:-:-:No
maxvgs:10:10:10:-:-:-:No
mesg:1:1:1:-:-:-:No
minfree:-:0:0:-:-:-:No
modstrmax:500:500:500:-:-:-:No
msgmap:42:(2+MSGTQL):(2+MSGTQL):-:-:-:No
msgmax:8192:8192:8192:-:-:-:Yes
msgmnb:16384:16384:16384:-:-:-:Yes
msgmni:100:100:50:-:-:-:No
msgseg:2048:2048:2048:-:-:-:No
msgssz:8:8:8:-:-:-:No
msgtql:40:40:40:-:-:-:No
nbuf:0:0:0:-:-:-:No
ncallout:6016:(16+NKTHREAD):(16+NKTHREAD):-:-:-:No
ncdnode:150:150:150:-:-:-:No
nclist:4196:(100+16*MAXUSERS):(100+16*MAXUSERS):-:-:-:No
ncsize:8120:(NINODE+VX_NCSIZE)+(8*DNLC_HASH_LOCKS):(NINODE+VX_NCSIZE)+(8*DNLC_HASH_LOCKS):-:-:-:No
ndilbuffers:30:30:30:-:-:-:No
netisr_priority:-:-1:-1:-:-:-:No
netmemmax:-:0:0:-:-:-:No
nfile:5000:5000:(16*(NPROC+16+MAXUSERS)/10+32+2*(NPTY+NSTRPTY+NSTRTEL)):-:-:-:No
nflocks:200:200:200:-:-:-:No
nhtbl_scale:0:0:0:-:-:-:No
ninode:3000:3000:((NPROC+16+MAXUSERS)+32+(2*NPTY)):-:-:-:No
nkthread:6000:6000:(((NPROC*7)/4)+16):-:-:-:No
nni:-:2:2:-:-:-:No
no_lvm_disks:0:0:0:-:-:-:No
nproc:700:700:(20+8*MAXUSERS):-:-:-:No
npty:256:256:60:-:-:-:No
nstrpty:256:256:0:-:-:-:No
nstrtel:60:60:60:-:-:-:No
nswapdev:10:10:10:-:-:-:No
nswapfs:10:10:10:1:-:-:No
nsysmap:800:((NPROC)>800?2*(NPROC):800):((NPROC)>800?2*(NPROC):800):-:-:-:No
nsysmap64:800:((NPROC)>800?2*(NPROC):800):((NPROC)>800?2*(NPROC):800):-:-:-:No
o_sync_is_o_dsync:0:0:0:0:-:-:No
page_text_to_local:-:0:0:-:-:-:No
pfdat_hash_locks:128:128:128:-:-:-:No
public_shlibs:1:1:1:-:-:-:No
region_hash_locks:128:128:128:-:-:-:No
remote_nfs_swap:0:0:0:-:-:-:No
rtsched_numpri:32:32:32:-:-:-:No
scroll_lines:100:100:100:50:-:-:No
scsi_max_qdepth:8:8:8:-:-:-:Yes
scsi_maxphys:1048576:1048576:1048576:-:-:-:No
sema:1:1:1:-:-:-:No
semaem:16384:16384:16384:-:-:-:No
semmap:130:130:(SEMMNI+2):-:-:-:No
semmni:140:140:64:-:-:-:No
semmns:400:400:128:-:-:-:No
semmnu:30:30:30:-:-:-:No
semmsl:2048:2048:2048:-:-:-:Yes
semume:10:10:10:-:-:-:No
semvmx:32767:32767:32767:-:-:-:No
sendfile_max:0:0:0:-:-:-:No
shmem:1:1:1:-:-:-:No
shmmax:0x40000000:0x40000000:0X4000000:-:-:-:Yes
shmmni:256:256:200:-:-:-:No
shmseg:200:200:120:-:-:-:Yes
st_ats_enabled:1:1:1:-:-:-:No
st_fail_overruns:0:0:0:-:-:-:No
st_large_recs:0:0:0:-:-:-:No
streampipes:0:0:0:0:-:-:No
swapmem_on:1:1:1:-:-:-:No
swchunk:2048:2048:2048:2048:-:-:No
sysv_hash_locks:128:128:128:-:-:-:No
tcphashsz:0:0:0:-:-:-:No
timeslice:10:(100/10):(100/10):-:-:-:No
timezone:420:420:420:-:-:-:No
unlockable_mem:0:0:0:-:-:-:No
vas_hash_locks:128:128:128:-:-:-:No
vnode_cd_hash_locks:128:128:128:-:-:-:No
vnode_hash_locks:128:128:128:-:-:-:No
vol_checkpt_default:10240:10240:10240:-:-:-:No
vol_default_iodelay:50:50:50:-:-:-:No
vol_fmr_logsz:4:4:4:-:-:-:No
vol_max_bchain:32:32:32:-:-:-:No
vol_max_nconfigs:20:20:20:-:-:-:No
vol_max_nlogs:20:20:20:-:-:-:No
vol_max_nmpool_sz:4194304:(4*1024*1024):(4*1024*1024):-:-:-:No
vol_max_prm_dgs:1024:1024:1024:-:-:-:No
vol_max_rdback_sz:4194304:(4*1024*1024):(4*1024*1024):-:-:-:No
vol_max_vol:8388608:(8*1024*1024):(8*1024*1024):-:-:-:No
vol_maxio:256:256:256:-:-:-:No
vol_maxioctl:32768:32768:32768:-:-:-:No
vol_maxkiocount:2048:2048:2048:-:-:-:No
vol_maxparallelio:256:256:256:-:-:-:No
vol_maxspecialio:256:256:256:-:-:-:No
vol_maxstablebufsize:256:256:256:-:-:-:No
vol_min_lowmem_sz:524288:(512*1024):(512*1024):-:-:-:No
vol_mvr_maxround:256:256:256:-:-:-:No
vol_rootdev_is_vol:0:0:0:-:-:-:No
vol_subdisk_num:4096:4096:4096:-:-:-:No
vol_swapdev_is_vol:0:0:0:-:-:-:No
vol_vvr_transport:1:(1):(1):-:-:-:No
volcvm_cluster_size:16:16:16:-:-:-:No
volcvm_smartsync:1:1:1:-:-:-:No
voldrl_max_drtregs:2048:2048:2048:-:-:-:No
voldrl_min_regionsz:512:512:512:-:-:-:No
voliomem_chunk_size:65536:(64*1024):(64*1024):-:-:-:No
voliomem_maxpool_sz:4194304:(4*1024*1024):(4*1024*1024):-:-:-:No
voliot_errbuf_dflt:16384:16384:16384:-:-:-:No
voliot_iobuf_default:8192:8192:8192:-:-:-:No
voliot_iobuf_limit:131072:131072:131072:-:-:-:No
voliot_iobuf_max:65536:65536:65536:-:-:-:No
voliot_max_open:32:32:32:-:-:-:No
volraid_rsrtransmax:1:1:1:-:-:-:No
vps_ceiling:16:16:16:-:-:-:No
vps_chatr_ceiling:1048576:1048576:1048576:-:-:-:No
vps_pagesize:4:4:4:-:-:-:No
vx_fancyra_enable:0:0:0:-:-:-:No
vx_ncsize:1024:1024:1024:-:-:-:No
vx_ninode:0:0:0:-:-:-:No
vxfs_max_ra_kbytes:1024:1024:1024:-:-:-:No
vxfs_ra_per_disk:1024:1024:1024:-:-:-:No
vxtask_max_monitors:32:32:32:-:-:-:No
Filesystem kbytes used avail %used iused ifree %iuse Mounted on
/dev/vg00/lvol3 143360 83487 56139 60% 5634 14966 27% /
/dev/vg00/lvol1 143573 18146 111069 14% 48 22992 0% /stand
/dev/vg00/lvol10 897024 394966 470951 46% 10690 125514 8% /var
/dev/vg00/lvol9 1093632 804403 271204 75% 33076 72304 31% /usr
/dev/vg00/lvol8 118784 4263 107461 4% 157 28627 1% /tmp
/dev/vg00/lvol7 630784 418905 198638 68% 28 52968 0% /ovo_db
/dev/vg00/lvol5 1441792 1170137 254711 82% 21882 67910 24% /opt
/dev/vg00/lvol6 1900544 1456243 416579 78% 5479 111073 5% /opt/oracle
/dev/vg00/lvol4 86016 4969 76010 6% 432 20260 2% /home
/dev/vg00/lvol11 716800 600122 109407 85% 4556 29168 14% /opt/omni
/ on /dev/vg00/lvol3 log
/home on /dev/vg00/lvol4 delaylog
/opt on /dev/vg00/lvol5 delaylog
/opt/omni on /dev/vg00/lvol11 delaylog
/opt/oracle on /dev/vg00/lvol6 delaylog
/ovo_db on /dev/vg00/lvol7 delaylog
/stand on /dev/vg00/lvol1 defaults
/tmp on /dev/vg00/lvol8 delaylog
/usr on /dev/vg00/lvol9 delaylog
/var on /dev/vg00/lvol10 delaylog
/dev/vg00/lvol1 /stand hfs defaults 0 1
/dev/vg00/lvol10 /var vxfs delaylog 0 2
/dev/vg00/lvol11 /opt/omni vxfs delaylog 0 2
/dev/vg00/lvol3 / vxfs delaylog 0 1
/dev/vg00/lvol4 /home vxfs delaylog 0 2
/dev/vg00/lvol5 /opt vxfs delaylog 0 2
/dev/vg00/lvol6 /opt/oracle vxfs delaylog 0 2
/dev/vg00/lvol7 /ovo_db vxfs delaylog 0 2
/dev/vg00/lvol8 /tmp vxfs delaylog 0 2
/dev/vg00/lvol9 /usr vxfs delaylog 0 2
nothing exported
/net -hosts -nosuid,soft
mkfs: mkfs -F vxfs -o ninode=unlimited,bsize=1024,version=4,inosize=256,logsize=1024,nolargefiles /dev/vg00/lvol3 143360
/ (/dev/vg00/lvol3 ) :
8192 file system block size 1024 fragment size
143360 total blocks 59873 total free blocks
56139 allocated free blocks 20600 total i-nodes
14966 total free i-nodes 14966 allocated free i-nodes
1073741827 file system id vxfs file system type
0 flags 255 file system name length
/ file system specific string
fsdb: super-block at 00000008.0000
fsdb: magic a501fcf5 version 4
fsdb: ctime 1069399391 882206 (Fri Nov 21 08:23:11 2003 MET)
fsdb: log_version 9 logstart 0 logend 0
fsdb: bsize 1024 size 143360 dsize 143360 ninode 0 nau 0
fsdb: defiextsize 0 oilbsize 0 immedlen 96 ndaddr 10
fsdb: aufirst 0 emap 0 imap 0 iextop 0 istart 0
fsdb: bstart 0 femap 0 fimap 0 fiextop 0 fistart 0 fbstart 0
fsdb: nindir 2048 aulen 32768 auimlen 0 auemlen 8
fsdb: auilen 0 aupad 0 aublocks 32768 maxtier 15
fsdb: inopb 4 inopau 0 ndiripau 0 iaddrlen 8 bshift 10
fsdb: inoshift 2 bmask fffffc00 boffmask 3ff checksum e4d29d0e
fsdb: free 59873 ifree 0
fsdb: efree 7 1 2 0 1 2 2 0 1 0 0 1 0 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
fsdb: flags 0 mod 0 clean 3c
fsdb: time 1069413689 108574 (Fri Nov 21 12:21:29 2003 MET)
fsdb: oltext[0] 33 oltext[1] 1282 oltsize 1
fsdb: iauimlen 1 iausize 4 dinosize 256
fsdb: checksum2 62b
fsdb: checksum3 0
vxtunefs: Filesystem i/o parameters for /
vxtunefs: read_pref_io = 65536
vxtunefs: read_nstream = 1
vxtunefs: read_unit_io = 65536
vxtunefs: write_pref_io = 65536
vxtunefs: write_nstream = 1
vxtunefs: write_unit_io = 65536
vxtunefs: pref_strength = 10
vxtunefs: buf_breakup_size = 131072
vxtunefs: discovered_direct_iosz = 262144
vxtunefs: max_direct_iosz = 393216
vxtunefs: default_indir_size = 8192
vxtunefs: qio_cache_enable = 0
vxtunefs: max_diskq = 1048576
vxtunefs: initial_extent_size = 8
vxtunefs: max_seqio_extent_size = 2048
vxtunefs: max_buf_data_size = 8192
mkfs: mkfs -F vxfs -o ninode=unlimited,bsize=1024,version=4,inosize=256,logsize=1024,nolargefiles /dev/vg00/lvol4 86016
/home (/dev/vg00/lvol4 ) :
8192 file system block size 1024 fragment size
86016 total blocks 81047 total free blocks
76010 allocated free blocks 20692 total i-nodes
20260 total free i-nodes 20260 allocated free i-nodes
1073741828 file system id vxfs file system type
0 flags 255 file system name length
/home file system specific string
fsdb: super-block at 00000008.0000
fsdb: magic a501fcf5 version 4
fsdb: ctime 1069399392 96466 (Fri Nov 21 08:23:12 2003 MET)
fsdb: log_version 9 logstart 0 logend 0
fsdb: bsize 1024 size 86016 dsize 86016 ninode 0 nau 0
fsdb: defiextsize 0 oilbsize 0 immedlen 96 ndaddr 10
fsdb: aufirst 0 emap 0 imap 0 iextop 0 istart 0
fsdb: bstart 0 femap 0 fimap 0 fiextop 0 fistart 0 fbstart 0
fsdb: nindir 2048 aulen 32768 auimlen 0 auemlen 8
fsdb: auilen 0 aupad 0 aublocks 32768 maxtier 15
fsdb: inopb 4 inopau 0 ndiripau 0 iaddrlen 8 bshift 10
fsdb: inoshift 2 bmask fffffc00 boffmask 3ff checksum e4c4dfc3
fsdb: free 81047 ifree 0
fsdb: efree 3 6 4 1 1 1 1 0 0 0 1 1 1 1 2 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
fsdb: flags 0 mod 0 clean 3c
fsdb: time 1069404976 268574 (Fri Nov 21 09:56:16 2003 MET)
fsdb: oltext[0] 33 oltext[1] 1282 oltsize 1
fsdb: iauimlen 1 iausize 4 dinosize 256
fsdb: checksum2 62b
fsdb: checksum3 0
vxtunefs: Filesystem i/o parameters for /home
vxtunefs: read_pref_io = 65536
vxtunefs: read_nstream = 1
vxtunefs: read_unit_io = 65536
vxtunefs: write_pref_io = 65536
vxtunefs: write_nstream = 1
vxtunefs: write_unit_io = 65536
vxtunefs: pref_strength = 10
vxtunefs: buf_breakup_size = 131072
vxtunefs: discovered_direct_iosz = 262144
vxtunefs: max_direct_iosz = 393216
vxtunefs: default_indir_size = 8192
vxtunefs: qio_cache_enable = 0
vxtunefs: max_diskq = 1048576
vxtunefs: initial_extent_size = 8
vxtunefs: max_seqio_extent_size = 2048
vxtunefs: max_buf_data_size = 8192
mkfs: mkfs -F vxfs -o ninode=unlimited,bsize=1024,version=4,inosize=256,logsize=1024,nolargefiles /dev/vg00/lvol5 1441792
/opt (/dev/vg00/lvol5 ) :
8192 file system block size 1024 fragment size
1441792 total blocks 271655 total free blocks
254711 allocated free blocks 89792 total i-nodes
67910 total free i-nodes 67910 allocated free i-nodes
1073741829 file system id vxfs file system type
0 flags 255 file system name length
/opt file system specific string
fsdb: super-block at 00000008.0000
fsdb: magic a501fcf5 version 4
fsdb: ctime 1069399392 323700 (Fri Nov 21 08:23:12 2003 MET)
fsdb: log_version 9 logstart 0 logend 0
fsdb: bsize 1024 size 1441792 dsize 1441792 ninode 0 nau 0
fsdb: defiextsize 0 oilbsize 0 immedlen 96 ndaddr 10
fsdb: aufirst 0 emap 0 imap 0 iextop 0 istart 0
fsdb: bstart 0 femap 0 fimap 0 fiextop 0 fistart 0 fbstart 0
fsdb: nindir 2048 aulen 32768 auimlen 0 auemlen 8
fsdb: auilen 0 aupad 0 aublocks 32768 maxtier 15
fsdb: inopb 4 inopau 0 ndiripau 0 iaddrlen 8 bshift 10
fsdb: inoshift 2 bmask fffffc00 boffmask 3ff checksum e4f1b765
fsdb: free 271655 ifree 0
fsdb: efree 9 3 0 1 1 0 0 0 1 0 1 0 0 1 0 2 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0
fsdb: flags 0 mod 0 clean 3c
fsdb: time 1069411708 818575 (Fri Nov 21 11:48:28 2003 MET)
fsdb: oltext[0] 33 oltext[1] 1538 oltsize 1
fsdb: iauimlen 1 iausize 4 dinosize 256
fsdb: checksum2 72b
fsdb: checksum3 0
vxtunefs: Filesystem i/o parameters for /opt
vxtunefs: read_pref_io = 65536
vxtunefs: read_nstream = 1
vxtunefs: read_unit_io = 65536
vxtunefs: write_pref_io = 65536
vxtunefs: write_nstream = 1
vxtunefs: write_unit_io = 65536
vxtunefs: pref_strength = 10
vxtunefs: buf_breakup_size = 131072
vxtunefs: discovered_direct_iosz = 262144
vxtunefs: max_direct_iosz = 393216
vxtunefs: default_indir_size = 8192
vxtunefs: qio_cache_enable = 0
vxtunefs: max_diskq = 1048576
vxtunefs: initial_extent_size = 8
vxtunefs: max_seqio_extent_size = 2048
vxtunefs: max_buf_data_size = 8192
mkfs: mkfs -F vxfs -o ninode=unlimited,bsize=1024,version=4,inosize=256,logsize=1024,nolargefiles /dev/vg00/lvol11 716800
/opt/omni (/dev/vg00/lvol11 ) :
8192 file system block size 1024 fragment size
716800 total blocks 116678 total free blocks
109407 allocated free blocks 33724 total i-nodes
29168 total free i-nodes 29168 allocated free i-nodes
1073741835 file system id vxfs file system type
0 flags 255 file system name length
/opt/omni file system specific string
fsdb: super-block at 00000008.0000
fsdb: magic a501fcf5 version 4
fsdb: ctime 1069406312 174564 (Fri Nov 21 10:18:32 2003 MET)
fsdb: log_version 9 logstart 0 logend 0
fsdb: bsize 1024 size 716800 dsize 716800 ninode 0 nau 0
fsdb: defiextsize 0 oilbsize 0 immedlen 96 ndaddr 10
fsdb: aufirst 0 emap 0 imap 0 iextop 0 istart 0
fsdb: bstart 0 femap 0 fimap 0 fiextop 0 fistart 0 fbstart 0
fsdb: nindir 2048 aulen 32768 auimlen 0 auemlen 8
fsdb: auilen 0 aupad 0 aublocks 32768 maxtier 15
fsdb: inopb 4 inopau 0 ndiripau 0 iaddrlen 8 bshift 10
fsdb: inoshift 2 bmask fffffc00 boffmask 3ff checksum e4d96bdd
fsdb: free 116678 ifree 0
fsdb: efree 4 3 3 0 1 1 0 1 1 1 1 0 0 0 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
fsdb: flags 0 mod 0 clean 3c
fsdb: time 1069406784 698574 (Fri Nov 21 10:26:24 2003 MET)
fsdb: oltext[0] 33 oltext[1] 1282 oltsize 1
fsdb: iauimlen 1 iausize 4 dinosize 256
fsdb: checksum2 62b
fsdb: checksum3 0
vxtunefs: Filesystem i/o parameters for /opt/omni
vxtunefs: read_pref_io = 65536
vxtunefs: read_nstream = 1
vxtunefs: read_unit_io = 65536
vxtunefs: write_pref_io = 65536
vxtunefs: write_nstream = 1
vxtunefs: write_unit_io = 65536
vxtunefs: pref_strength = 10
vxtunefs: buf_breakup_size = 131072
vxtunefs: discovered_direct_iosz = 262144
vxtunefs: max_direct_iosz = 393216
vxtunefs: default_indir_size = 8192
vxtunefs: qio_cache_enable = 0
vxtunefs: max_diskq = 1048576
vxtunefs: initial_extent_size = 8
vxtunefs: max_seqio_extent_size = 2048
vxtunefs: max_buf_data_size = 8192
mkfs: mkfs -F vxfs -o ninode=unlimited,bsize=1024,version=4,inosize=256,logsize=1024,nolargefiles /dev/vg00/lvol6 1900544
/opt/oracle (/dev/vg00/lvol6 ) :
8192 file system block size 1024 fragment size
1900544 total blocks 444301 total free blocks
416579 allocated free blocks 116552 total i-nodes
111073 total free i-nodes 111073 allocated free i-nodes
1073741830 file system id vxfs file system type
0 flags 255 file system name length
/opt/oracle file system specific string
fsdb: super-block at 00000008.0000
fsdb: magic a501fcf5 version 4
fsdb: ctime 1069399392 600161 (Fri Nov 21 08:23:12 2003 MET)
fsdb: log_version 9 logstart 0 logend 0
fsdb: bsize 1024 size 1900544 dsize 1900544 ninode 0 nau 0
fsdb: defiextsize 0 oilbsize 0 immedlen 96 ndaddr 10
fsdb: aufirst 0 emap 0 imap 0 iextop 0 istart 0
fsdb: bstart 0 femap 0 fimap 0 fiextop 0 fistart 0 fbstart 0
fsdb: nindir 2048 aulen 32768 auimlen 0 auemlen 8
fsdb: auilen 0 aupad 0 aublocks 32768 maxtier 15
fsdb: inopb 4 inopau 0 ndiripau 0 iaddrlen 8 bshift 10
fsdb: inoshift 2 bmask fffffc00 boffmask 3ff checksum e503ef52
fsdb: free 444301 ifree 0
fsdb: efree 11 13 2 110 185 1 1 2 1 1 1 0 1 1 0 3 1 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0
fsdb: flags 0 mod 0 clean 3c
fsdb: time 1069413322 728574 (Fri Nov 21 12:15:22 2003 MET)
fsdb: oltext[0] 33 oltext[1] 1538 oltsize 1
fsdb: iauimlen 1 iausize 4 dinosize 256
fsdb: checksum2 72b
fsdb: checksum3 0
vxtunefs: Filesystem i/o parameters for /opt/oracle
vxtunefs: read_pref_io = 65536
vxtunefs: read_nstream = 1
vxtunefs: read_unit_io = 65536
vxtunefs: write_pref_io = 65536
vxtunefs: write_nstream = 1
vxtunefs: write_unit_io = 65536
vxtunefs: pref_strength = 10
vxtunefs: buf_breakup_size = 131072
vxtunefs: discovered_direct_iosz = 262144
vxtunefs: max_direct_iosz = 393216
vxtunefs: default_indir_size = 8192
vxtunefs: qio_cache_enable = 0
vxtunefs: max_diskq = 1048576
vxtunefs: initial_extent_size = 8
vxtunefs: max_seqio_extent_size = 2048
vxtunefs: max_buf_data_size = 8192
mkfs: mkfs -F vxfs -o ninode=unlimited,bsize=1024,version=4,inosize=256,logsize=1024,nolargefiles /dev/vg00/lvol7 630784
/ovo_db (/dev/vg00/lvol7 ) :
8192 file system block size 1024 fragment size
630784 total blocks 211879 total free blocks
198638 allocated free blocks 52996 total i-nodes
52968 total free i-nodes 52968 allocated free i-nodes
1073741831 file system id vxfs file system type
0 flags 255 file system name length
/ovo_db file system specific string
fsdb: super-block at 00000008.0000
fsdb: magic a501fcf5 version 4
fsdb: ctime 1069399392 875897 (Fri Nov 21 08:23:12 2003 MET)
fsdb: log_version 9 logstart 0 logend 0
fsdb: bsize 1024 size 630784 dsize 630784 ninode 0 nau 0
fsdb: defiextsize 0 oilbsize 0 immedlen 96 ndaddr 10
fsdb: aufirst 0 emap 0 imap 0 iextop 0 istart 0
fsdb: bstart 0 femap 0 fimap 0 fiextop 0 fistart 0 fbstart 0
fsdb: nindir 2048 aulen 32768 auimlen 0 auemlen 8
fsdb: auilen 0 aupad 0 aublocks 32768 maxtier 15
fsdb: inopb 4 inopau 0 ndiripau 0 iaddrlen 8 bshift 10
fsdb: inoshift 2 bmask fffffc00 boffmask 3ff checksum e4e1646a
fsdb: free 211879 ifree 0
fsdb: efree 3 4 3 0 1 0 0 1 1 1 0 1 1 1 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0
fsdb: flags 0 mod 0 clean 3c
fsdb: time 1069406127 788574 (Fri Nov 21 10:15:27 2003 MET)
fsdb: oltext[0] 33 oltext[1] 1282 oltsize 1
fsdb: iauimlen 1 iausize 4 dinosize 256
fsdb: checksum2 62b
fsdb: checksum3 0
vxtunefs: Filesystem i/o parameters for /ovo_db
vxtunefs: read_pref_io = 65536
vxtunefs: read_nstream = 1
vxtunefs: read_unit_io = 65536
vxtunefs: write_pref_io = 65536
vxtunefs: write_nstream = 1
vxtunefs: write_unit_io = 65536
vxtunefs: pref_strength = 10
vxtunefs: buf_breakup_size = 131072
vxtunefs: discovered_direct_iosz = 262144
vxtunefs: max_direct_iosz = 393216
vxtunefs: default_indir_size = 8192
vxtunefs: qio_cache_enable = 0
vxtunefs: max_diskq = 1048576
vxtunefs: initial_extent_size = 8
vxtunefs: max_seqio_extent_size = 2048
vxtunefs: max_buf_data_size = 8192
mkfs: mkfs -F hfs -L /dev/vg00/lvol1 147456 22 7 8192 1024 16 10 60 6381
/stand (/dev/vg00/lvol1 ) :
8192 file system block size 1024 fragment size
143573 total blocks 125427 total free blocks
111069 allocated free blocks 23040 total i-nodes
22992 total free i-nodes 22992 allocated free i-nodes
1073741825 file system id hfs file system type
0 flags 255 file system name length
/stand file system specific string
tunefs: super block last mounted on: /stand
tunefs: magic 95014 clean FS_OK time Fri Nov 21 12:21:56 2003
tunefs: sblkno 16 cblkno 24 iblkno 32 dblkno 80
tunefs: sbsize 2048 cgsize 2048 cgoffset 24 cgmask 0xfffffff8
tunefs: ncg 60 size 147456 blocks 143573
tunefs: bsize 8192 bshift 13 bmask 0xffffe000
tunefs: fsize 1024 fshift 10 fmask 0xfffffc00
tunefs: frag 8 fragshift 3 fsbtodb 0
tunefs: minfree 10% maxbpg 77
tunefs: maxcontig 1 rotdelay 0ms rps 60
tunefs: csaddr 80 cssize 27648 csshift 9 csmask 0xfffffe00
tunefs: ntrak 7 nsect 22 spc 154 ncyl 958
tunefs: cpg 16 bpg 308 fpg 2464 ipg 384
tunefs: nindir 2048 inopb 64 nspf 1
tunefs: nbfree 15664 ndir 14 nifree 22992 nffree 115
tunefs: cgrotor 7 fmod 0 ronly 0
tunefs: fname fpack
tunefs: featurebits 0x1 id 0x0,0x0
tunefs: optimize FS_OPTTIME
tunefs:
tunefs: cylinders in last group 14
tunefs: blocks in last group 269
tunefs:
mkfs: mkfs -F vxfs -o ninode=unlimited,bsize=1024,version=4,inosize=256,logsize=1024,nolargefiles /dev/vg00/lvol8 118784
/tmp (/dev/vg00/lvol8 ) :
8192 file system block size 1024 fragment size
118784 total blocks 114521 total free blocks
107461 allocated free blocks 28784 total i-nodes
28627 total free i-nodes 28627 allocated free i-nodes
1073741832 file system id vxfs file system type
0 flags 255 file system name length
/tmp file system specific string
fsdb: super-block at 00000008.0000
fsdb: magic a501fcf5 version 4
fsdb: ctime 1069399393 125325 (Fri Nov 21 08:23:13 2003 MET)
fsdb: log_version 9 logstart 0 logend 0
fsdb: bsize 1024 size 118784 dsize 118784 ninode 0 nau 0
fsdb: defiextsize 0 oilbsize 0 immedlen 96 ndaddr 10
fsdb: aufirst 0 emap 0 imap 0 iextop 0 istart 0
fsdb: bstart 0 femap 0 fimap 0 fiextop 0 fistart 0 fbstart 0
fsdb: nindir 2048 aulen 32768 auimlen 0 auemlen 8
fsdb: auilen 0 aupad 0 aublocks 32768 maxtier 15
fsdb: inopb 4 inopau 0 ndiripau 0 iaddrlen 8 bshift 10
fsdb: inoshift 2 bmask fffffc00 boffmask 3ff checksum e4c6507f
fsdb: free 114521 ifree 0
fsdb: efree 1 2 1 2 4 4 4 3 2 1 0 1 1 1 2 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
fsdb: flags 0 mod 0 clean 3c
fsdb: time 1069413359 58575 (Fri Nov 21 12:15:59 2003 MET)
fsdb: oltext[0] 33 oltext[1] 1282 oltsize 1
fsdb: iauimlen 1 iausize 4 dinosize 256
fsdb: checksum2 62b
fsdb: checksum3 0
vxtunefs: Filesystem i/o parameters for /tmp
vxtunefs: read_pref_io = 65536
vxtunefs: read_nstream = 1
vxtunefs: read_unit_io = 65536
vxtunefs: write_pref_io = 65536
vxtunefs: write_nstream = 1
vxtunefs: write_unit_io = 65536
vxtunefs: pref_strength = 10
vxtunefs: buf_breakup_size = 131072
vxtunefs: discovered_direct_iosz = 262144
vxtunefs: max_direct_iosz = 393216
vxtunefs: default_indir_size = 8192
vxtunefs: qio_cache_enable = 0
vxtunefs: max_diskq = 1048576
vxtunefs: initial_extent_size = 8
vxtunefs: max_seqio_extent_size = 2048
vxtunefs: max_buf_data_size = 8192
mkfs: mkfs -F vxfs -o ninode=unlimited,bsize=1024,version=4,inosize=256,logsize=1024,nolargefiles /dev/vg00/lvol9 1093632
/usr (/dev/vg00/lvol9 ) :
8192 file system block size 1024 fragment size
1093632 total blocks 289229 total free blocks
271204 allocated free blocks 105380 total i-nodes
72304 total free i-nodes 72304 allocated free i-nodes
1073741833 file system id vxfs file system type
0 flags 255 file system name length
/usr file system specific string
fsdb: super-block at 00000008.0000
fsdb: magic a501fcf5 version 4
fsdb: ctime 1069399393 351117 (Fri Nov 21 08:23:13 2003 MET)
fsdb: log_version 9 logstart 0 logend 0
fsdb: bsize 1024 size 1093632 dsize 1093632 ninode 0 nau 0
fsdb: defiextsize 0 oilbsize 0 immedlen 96 ndaddr 10
fsdb: aufirst 0 emap 0 imap 0 iextop 0 istart 0
fsdb: bstart 0 femap 0 fimap 0 fiextop 0 fistart 0 fbstart 0
fsdb: nindir 2048 aulen 32768 auimlen 0 auemlen 8
fsdb: auilen 0 aupad 0 aublocks 32768 maxtier 15
fsdb: inopb 4 inopau 0 ndiripau 0 iaddrlen 8 bshift 10
fsdb: inoshift 2 bmask fffffc00 boffmask 3ff checksum e4e7827f
fsdb: free 289229 ifree 0
fsdb: efree 809 140 51 74 67 54 32 29 25 12 6 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0
fsdb: flags 0 mod 0 clean 3c
fsdb: time 1069404507 958576 (Fri Nov 21 09:48:27 2003 MET)
fsdb: oltext[0] 33 oltext[1] 1538 oltsize 1
fsdb: iauimlen 1 iausize 4 dinosize 256
fsdb: checksum2 72b
fsdb: checksum3 0
vxtunefs: Filesystem i/o parameters for /usr
vxtunefs: read_pref_io = 65536
vxtunefs: read_nstream = 1
vxtunefs: read_unit_io = 65536
vxtunefs: write_pref_io = 65536
vxtunefs: write_nstream = 1
vxtunefs: write_unit_io = 65536
vxtunefs: pref_strength = 10
vxtunefs: buf_breakup_size = 131072
vxtunefs: discovered_direct_iosz = 262144
vxtunefs: max_direct_iosz = 393216
vxtunefs: default_indir_size = 8192
vxtunefs: qio_cache_enable = 0
vxtunefs: max_diskq = 1048576
vxtunefs: initial_extent_size = 8
vxtunefs: max_seqio_extent_size = 2048
vxtunefs: max_buf_data_size = 8192
mkfs: mkfs -F vxfs -o ninode=unlimited,bsize=1024,version=4,inosize=256,logsize=1024,nolargefiles /dev/vg00/lvol10 897024
/var (/dev/vg00/lvol10 ) :
8192 file system block size 1024 fragment size
897024 total blocks 502058 total free blocks
470951 allocated free blocks 136204 total i-nodes
125514 total free i-nodes 125514 allocated free i-nodes
1073741834 file system id vxfs file system type
0 flags 255 file system name length
/var file system specific string
fsdb: super-block at 00000008.0000
fsdb: magic a501fcf5 version 4
fsdb: ctime 1069399393 648969 (Fri Nov 21 08:23:13 2003 MET)
fsdb: log_version 9 logstart 0 logend 0
fsdb: bsize 1024 size 897024 dsize 897024 ninode 0 nau 0
fsdb: defiextsize 0 oilbsize 0 immedlen 96 ndaddr 10
fsdb: aufirst 0 emap 0 imap 0 iextop 0 istart 0
fsdb: bstart 0 femap 0 fimap 0 fiextop 0 fistart 0 fbstart 0
fsdb: nindir 2048 aulen 32768 auimlen 0 auemlen 8
fsdb: auilen 0 aupad 0 aublocks 32768 maxtier 15
fsdb: inopb 4 inopau 0 ndiripau 0 iaddrlen 8 bshift 10
fsdb: inoshift 2 bmask fffffc00 boffmask 3ff checksum e4e60dfb
fsdb: free 502058 ifree 0
fsdb: efree 52 61 25 57 23 5 5 10 8 3 2 1 2 1 1 2 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0
fsdb: flags 0 mod 0 clean 3c
fsdb: time 1069413720 428574 (Fri Nov 21 12:22:00 2003 MET)
fsdb: oltext[0] 33 oltext[1] 1538 oltsize 1
fsdb: iauimlen 1 iausize 4 dinosize 256
fsdb: checksum2 72b
fsdb: checksum3 0
vxtunefs: Filesystem i/o parameters for /var
vxtunefs: read_pref_io = 65536
vxtunefs: read_nstream = 1
vxtunefs: read_unit_io = 65536
vxtunefs: write_pref_io = 65536
vxtunefs: write_nstream = 1
vxtunefs: write_unit_io = 65536
vxtunefs: pref_strength = 10
vxtunefs: buf_breakup_size = 131072
vxtunefs: discovered_direct_iosz = 262144
vxtunefs: max_direct_iosz = 393216
vxtunefs: default_indir_size = 8192
vxtunefs: qio_cache_enable = 0
vxtunefs: max_diskq = 1048576
vxtunefs: initial_extent_size = 8
vxtunefs: max_seqio_extent_size = 2048
vxtunefs: max_buf_data_size = 8192
LVM: vg00 total 764 MB
LVM: vg00 /dev/dsk/c2t6d0 764 MB
VG Name /dev/vg00
VG Write Access read/write
VG Status available
Max LV 255
Cur LV 11
Open LV 11
Max PV 16
Cur PV 1
Act PV 1
Max PE per PV 2500
VGDA 2
PE Size (Mbytes) 4
Total PE 2168
Alloc PE 1977
Free PE 191
Total PVG 0
Total Spare PVs 0
Total Spare PVs in use 0
device-file crw-r----- 1 root sys 64 0x000000 /dev/vg00/group
total 764 MB
/dev/dsk/c2t6d0 764 MB Cnt PE Start End
/dev/dsk/c2t6d0 191 1978 2168
LV FS-type Size Mirrors Mountpoint
lvol1 hfs 144 MB NO /stand
lvol2 swap 900 MB NO -
lvol3 vxfs4 140 MB NO /
lvol4 vxfs4 84 MB NO /home
lvol5 vxfs4 1408 MB NO /opt
lvol6 vxfs4 1856 MB NO /opt/oracle
lvol7 vxfs4 616 MB NO /ovo_db
lvol8 vxfs4 116 MB NO /tmp
lvol9 vxfs4 1068 MB NO /usr
lvol10 vxfs4 876 MB NO /var
lvol11 vxfs4 700 MB NO /opt/omni
LV Disk Cnt PE start end
lvol1 c2t6d0 36 0 35
lvol2 c2t6d0 225 36 260
lvol3 c2t6d0 35 261 295
lvol4 c2t6d0 21 296 316
lvol5 c2t6d0 327 317 643
lvol5 c2t6d0 13 1752 1764
lvol5 c2t6d0 12 1778 1789
lvol6 c2t6d0 439 644 1082
lvol6 c2t6d0 13 1765 1777
lvol6 c2t6d0 12 1790 1801
lvol7 c2t6d0 154 1083 1236
lvol8 c2t6d0 29 1237 1265
lvol9 c2t6d0 267 1266 1532
lvol10 c2t6d0 219 1533 1751
lvol11 c2t6d0 175 1802 1976
VGsize VGfree PVG Disk Alternate Size Free
8672 MB 764 MB c2t6d0 8672 MB 764 MB
LV Name /dev/vg00/lvol1
VG Name /dev/vg00
LV Permission read/write
LV Status available/syncd
Mirror copies 0
Consistency Recovery MWC
Schedule parallel
LV Size (Mbytes) 144
Current LE 36
Allocated PE 36
Stripes 0
Stripe Size (Kbytes) 0
Bad block off
Allocation strict/contiguous
IO Timeout (Seconds) default
--- Distribution of logical volume ---
PV Name LE on PV PE on PV
/dev/dsk/c2t6d0 36 36
device-file brw-r----- 1 root sys 64 0x000001 /dev/vg00/lvol1
device-file crw-r----- 1 root sys 64 0x000001 /dev/vg00/rlvol1
LV Name /dev/vg00/lvol2
VG Name /dev/vg00
LV Permission read/write
LV Status available/syncd
Mirror copies 0
Consistency Recovery MWC
Schedule parallel
LV Size (Mbytes) 900
Current LE 225
Allocated PE 225
Stripes 0
Stripe Size (Kbytes) 0
Bad block off
Allocation strict/contiguous
IO Timeout (Seconds) default
--- Distribution of logical volume ---
PV Name LE on PV PE on PV
/dev/dsk/c2t6d0 225 225
device-file brw-r----- 1 root sys 64 0x000002 /dev/vg00/lvol2
device-file crw-r----- 1 root sys 64 0x000002 /dev/vg00/rlvol2
LV Name /dev/vg00/lvol3
VG Name /dev/vg00
LV Permission read/write
LV Status available/syncd
Mirror copies 0
Consistency Recovery MWC
Schedule parallel
LV Size (Mbytes) 140
Current LE 35
Allocated PE 35
Stripes 0
Stripe Size (Kbytes) 0
Bad block off
Allocation strict/contiguous
IO Timeout (Seconds) default
--- Distribution of logical volume ---
PV Name LE on PV PE on PV
/dev/dsk/c2t6d0 35 35
device-file brw-r----- 1 root sys 64 0x000003 /dev/vg00/lvol3
device-file crw-r----- 1 root sys 64 0x000003 /dev/vg00/rlvol3
LV Name /dev/vg00/lvol4
VG Name /dev/vg00
LV Permission read/write
LV Status available/syncd
Mirror copies 0
Consistency Recovery MWC
Schedule parallel
LV Size (Mbytes) 84
Current LE 21
Allocated PE 21
Stripes 0
Stripe Size (Kbytes) 0
Bad block on
Allocation strict
IO Timeout (Seconds) default
--- Distribution of logical volume ---
PV Name LE on PV PE on PV
/dev/dsk/c2t6d0 21 21
device-file brw-r----- 1 root sys 64 0x000004 /dev/vg00/lvol4
device-file crw-r----- 1 root sys 64 0x000004 /dev/vg00/rlvol4
LV Name /dev/vg00/lvol5
VG Name /dev/vg00
LV Permission read/write
LV Status available/syncd
Mirror copies 0
Consistency Recovery MWC
Schedule parallel
LV Size (Mbytes) 1408
Current LE 352
Allocated PE 352
Stripes 0
Stripe Size (Kbytes) 0
Bad block on
Allocation strict
IO Timeout (Seconds) default
--- Distribution of logical volume ---
PV Name LE on PV PE on PV
/dev/dsk/c2t6d0 352 352
device-file brw-r----- 1 root sys 64 0x000005 /dev/vg00/lvol5
device-file crw-r----- 1 root sys 64 0x000005 /dev/vg00/rlvol5
LV Name /dev/vg00/lvol6
VG Name /dev/vg00
LV Permission read/write
LV Status available/syncd
Mirror copies 0
Consistency Recovery MWC
Schedule parallel
LV Size (Mbytes) 1856
Current LE 464
Allocated PE 464
Stripes 0
Stripe Size (Kbytes) 0
Bad block on
Allocation strict
IO Timeout (Seconds) default
--- Distribution of logical volume ---
PV Name LE on PV PE on PV
/dev/dsk/c2t6d0 464 464
device-file brw-r----- 1 root sys 64 0x000006 /dev/vg00/lvol6
device-file crw-r----- 1 root sys 64 0x000006 /dev/vg00/rlvol6
LV Name /dev/vg00/lvol7
VG Name /dev/vg00
LV Permission read/write
LV Status available/syncd
Mirror copies 0
Consistency Recovery MWC
Schedule parallel
LV Size (Mbytes) 616
Current LE 154
Allocated PE 154
Stripes 0
Stripe Size (Kbytes) 0
Bad block on
Allocation strict
IO Timeout (Seconds) default
--- Distribution of logical volume ---
PV Name LE on PV PE on PV
/dev/dsk/c2t6d0 154 154
device-file brw-r----- 1 root sys 64 0x000007 /dev/vg00/lvol7
device-file crw-r----- 1 root sys 64 0x000007 /dev/vg00/rlvol7
LV Name /dev/vg00/lvol8
VG Name /dev/vg00
LV Permission read/write
LV Status available/syncd
Mirror copies 0
Consistency Recovery MWC
Schedule parallel
LV Size (Mbytes) 116
Current LE 29
Allocated PE 29
Stripes 0
Stripe Size (Kbytes) 0
Bad block on
Allocation strict
IO Timeout (Seconds) default
--- Distribution of logical volume ---
PV Name LE on PV PE on PV
/dev/dsk/c2t6d0 29 29
device-file brw-r----- 1 root sys 64 0x000008 /dev/vg00/lvol8
device-file crw-r----- 1 root sys 64 0x000008 /dev/vg00/rlvol8
LV Name /dev/vg00/lvol9
VG Name /dev/vg00
LV Permission read/write
LV Status available/syncd
Mirror copies 0
Consistency Recovery MWC
Schedule parallel
LV Size (Mbytes) 1068
Current LE 267
Allocated PE 267
Stripes 0
Stripe Size (Kbytes) 0
Bad block on
Allocation strict
IO Timeout (Seconds) default
--- Distribution of logical volume ---
PV Name LE on PV PE on PV
/dev/dsk/c2t6d0 267 267
device-file brw-r----- 1 root sys 64 0x000009 /dev/vg00/lvol9
device-file crw-r----- 1 root sys 64 0x000009 /dev/vg00/rlvol9
LV Name /dev/vg00/lvol10
VG Name /dev/vg00
LV Permission read/write
LV Status available/syncd
Mirror copies 0
Consistency Recovery MWC
Schedule parallel
LV Size (Mbytes) 876
Current LE 219
Allocated PE 219
Stripes 0
Stripe Size (Kbytes) 0
Bad block on
Allocation strict
IO Timeout (Seconds) default
--- Distribution of logical volume ---
PV Name LE on PV PE on PV
/dev/dsk/c2t6d0 219 219
device-file brw-r----- 1 root sys 64 0x00000a /dev/vg00/lvol10
device-file crw-r----- 1 root sys 64 0x00000a /dev/vg00/rlvol10
LV Name /dev/vg00/lvol11
VG Name /dev/vg00
LV Permission read/write
LV Status available/syncd
Mirror copies 0
Consistency Recovery MWC
Schedule parallel
LV Size (Mbytes) 700
Current LE 175
Allocated PE 175
Stripes 0
Stripe Size (Kbytes) 0
Bad block on
Allocation strict
IO Timeout (Seconds) default
--- Distribution of logical volume ---
PV Name LE on PV PE on PV
/dev/dsk/c2t6d0 175 175
device-file brw-r----- 1 root sys 64 0x00000b /dev/vg00/lvol11
device-file crw-r----- 1 root sys 64 0x00000b /dev/vg00/rlvol11
PV Name /dev/dsk/c2t6d0
PV Status available
Allocatable yes
VGDA 2
Cur LV 11
PE Size (Mbytes) 4
Total PE 2168
Free PE 191
Allocated PE 1977
Stale PE 0
IO Timeout default
Autoswitch On
--- Distribution of physical volume ---
LV Name LE of LV PE for LV
/dev/vg00/lvol1 36 36
/dev/vg00/lvol2 225 225
/dev/vg00/lvol3 35 35
/dev/vg00/lvol4 21 21
/dev/vg00/lvol5 352 352
/dev/vg00/lvol6 464 464
/dev/vg00/lvol7 154 154
/dev/vg00/lvol8 29 29
/dev/vg00/lvol9 267 267
/dev/vg00/lvol10 219 219
/dev/vg00/lvol11 175 175
/etc/lvmtab: /dev/vg00
/etc/lvmtab: /dev/dsk/c2t6d0
Top network
- Core-lan /usr/conf/lib/liblan.a
/usr/conf/lib/liblan.a:
lanc_input.c $Date: 2001/09/18 10:44:43 $Revision: r11.11/5 PATCH_11.11 (PHNE_24492)
lanc.c $Date: 2001/09/18 10:44:43 $Revision: r11.11/6 PATCH_11.11 (PHNE_24492)
lan_dlpi.c $Date: 2001/09/18 10:32:33 $Revision: r11.11/7 PATCH_11.11 (PHNE_24492)
lan2.c $Date: 2001/04/07 00:38:00 $Revision: r11.11/1 PATCH_11.11 (PHNE_22963)
$Revision: liblan.a: @(#) lib/liblan.a CUP11.11_BL2001_0919_2 PATCH_11.11 PHNE_24492 Wed Sep 19 04:12:01 PDT 2001 $
status: inactive
/etc/gated.conf: rip yes ;
test:\
bf=C2300B:\
hd=/usr/lib/X11/700X/bin:\
hn:\
ht=ether:\
vm=rfc1048:\
ha=080009000000:\
ip=192.30.103.01
127.0.0.1 localhost loopback loghost
10.1.1.13 lpr-02.ams.testcorp.com lpr-02
10.1.1.14 lpr-05.ams.testcorp.com lpr-05
10.1.1.15 lpr-07.ams.testcorp.com lpr-07
10.1.1.16 lpr-09.ams.testcorp.com lpr-09
10.1.1.17 lpr-11.ams.testcorp.com lpr-11
10.1.1.18 lpr-08.ams.testcorp.com lpr-08
10.1.1.19 lpr-15.ams.testcorp.com lpr-15
10.1.1.20 lpr-20.ams.testcorp.com lpr-20
10.1.1.110 hpovou.ams.testcorp.com hpovou
10.1.1.111 xyz-01.ams.testcorp.com xyz-01
10.1.1.112 xyz-02.ams.testcorp.com xyz-02
10.1.1.113 xyz-03.ams.testcorp.com xyz-03
10.1.1.114 xyz-04.ams.testcorp.com xyz-04
10.1.1.115 xyz-05.ams.testcorp.com xyz-05
10.1.1.116 xyz-06.ams.testcorp.com xyz-06
10.1.1.117 xyz-07.ams.testcorp.com xyz-07
10.1.1.118 xyz-08.ams.testcorp.com xyz-08
10.1.1.119 xyz-09.ams.testcorp.com xyz-09
10.1.1.120 xyz-10.ams.testcorp.com xyz-10
10.1.1.121 xyz-11.ams.testcorp.com xyz-11
10.1.1.122 xyz-12.ams.testcorp.com xyz-12
hpovou
xyz-01
xyz-02
xyz-03
xyz-04
xyz-05
xyz-06
xyz-07
xyz-08
xyz-09
xyz-10
xyz-11
xyz-12
udp tpi_clts v inet udp /dev/udp -
tcp tpi_cots_ord v inet tcp /dev/tcp -
ticlts tpi_clts v loopback - /dev/tlclts libstraddr.1
ticotsord tpi_cots_ord v loopback - /dev/tlcotsod libstraddr.1
ticots tpi_cots v loopback - /dev/tlcots libstraddr.1
LOG:1:8:1000:/var/adm/nettl:/var/adm/conslog.opts
KL:1000:5000:1M:/var/adm/kl:0
SS:127:FORMATTER:12:u:libfmtutil.sl:netfmt:subsys_GENERIC_format:subsys_127_get_options:FORMATTER
SS:512:KL_FORMATTER:12:u:libfmtutil.sl:netfmt:subsys_GENERIC_format:subsys_512_get_options:FORMATTER
SS:0:NS_LS_LOGGING:12:k:libnsfmt.sl:nsfmt:subsys_ns_format:subsys_ns_get_options:ARPA/9000 NETWORKING
SS:1:NS_LS_NFT:12:k:libnsfmt.sl:nsfmt:subsys_ns_format:subsys_ns_get_options:ARPA/9000 NETWORKING
SS:2:NS_LS_LOOPBACK:12:k:libnsfmt.sl:nsfmt:subsys_ns_format:subsys_ns_get_options:ARPA/9000 NETWORKING
SS:3:NS_LS_NI:12:k:libnsfmt.sl:nsfmt:subsys_ns_format:subsys_ns_get_options:ARPA/9000 NETWORKING
SS:4:NS_LS_IPC:12:k:libnsfmt.sl:nsfmt:subsys_ns_format:subsys_ns_get_options:ARPA/9000 NETWORKING
SS:5:NS_LS_SOCKREGD:12:k:libnsfmt.sl:nsfmt:subsys_ns_format:subsys_ns_get_options:ARPA/9000 NETWORKING
SS:6:NS_LS_TCP:12:s:libnsfmt.sl:nsfmt:subsys_ns_format:subsys_ns_get_options:ARPA/9000 NETWORKING
SS:7:NS_LS_PXP:12:k:libnsfmt.sl:nsfmt:subsys_ns_format:subsys_ns_get_options:ARPA/9000 NETWORKING
SS:8:NS_LS_UDP:12:s:libnsfmt.sl:nsfmt:subsys_ns_format:subsys_ns_get_options:ARPA/9000 NETWORKING
SS:9:NS_LS_IP:12:s:libnsfmt.sl:nsfmt:subsys_ns_format:subsys_ns_get_options:ARPA/9000 NETWORKING
SS:10:NS_LS_PROBE:12:k:libnsfmt.sl:nsfmt:subsys_ns_format:subsys_ns_get_options:ARPA/9000 NETWORKING
SS:11:NS_LS_DRIVER:12:k:libnsfmt.sl:nsfmt:subsys_ns_format:subsys_ns_get_options:LAN/9000 NETWORKING
SS:12:NS_LS_RLBD:12:k:libnsfmt.sl:nsfmt:subsys_ns_format:subsys_ns_get_options:ARPA/9000 NETWORKING
SS:13:NS_LS_BUFS:12:k:libnsfmt.sl:nsfmt:subsys_ns_format:subsys_ns_get_options:ARPA/9000 NETWORKING
SS:14:NS_LS_CASE21:12:k:libnsfmt.sl:nsfmt:subsys_ns_format:subsys_ns_get_options:ARPA/9000 NETWORKING
SS:15:NS_LS_ROUTER21:12:k:libnsfmt.sl:nsfmt:subsys_ns_format:subsys_ns_get_options:ARPA/9000 NETWORKING
SS:16:NS_LS_NFS:12:k:libnsfmt.sl:nsfmt:subsys_ns_format:subsys_ns_get_options:ARPA/9000 NETWORKING
SS:17:NS_LS_NETISR:12:k:libnsfmt.sl:nsfmt:subsys_ns_format:subsys_ns_get_options:ARPA/9000 NETWORKING
SS:19:NS_LS_NSE:12:k:libnsfmt.sl:nsfmt:subsys_ns_format:subsys_ns_get_options:ARPA/9000 NETWORKING
SS:20:NS_LS_STRLOG:12:k:libnsfmt.sl:nsfmt:subsys_ns_format:subsys_ns_get_options:ARPA/9000 NETWORKING
SS:21:NS_LS_TIRDWR:12:k:libnsfmt.sl:nsfmt:subsys_ns_format:subsys_ns_get_options:ARPA/9000 NETWORKING
SS:22:NS_LS_TIMOD:12:k:libnsfmt.sl:nsfmt:subsys_ns_format:subsys_ns_get_options:ARPA/9000 NETWORKING
SS:23:NS_LS_ICMP:12:s:libnsfmt.sl:nsfmt:subsys_ns_format:subsys_ns_get_options:ARPA/9000 NETWORKING
SS:26:FILTER:12:k:libnsfmt.sl:nsfmt:subsys_ns_format:subsys_ns_get_options:ARPA/9000 NETWORKING
SS:27:NAME:12:k:libnsfmt.sl:nsfmt:subsys_ns_format:subsys_ns_get_options:ARPA/9000 NETWORKING
SS:29:NS_LS_IGMP:12:s:libnsfmt.sl:nsfmt:subsys_ns_format:subsys_ns_get_options:ARPA/9000 NETWORKING
SS:513:KL_VM:8:k:NULL:klfmt:NULL:NULL:Kernel Logging
SS:514:KL_PKM:8:k:NULL:klfmt:NULL:NULL:Kernel Logging
SS:515:KL_DLKM:8:k:NULL:klfmt:NULL:NULL:Kernel Logging
SS:516:KL_PM:8:k:NULL:klfmt:NULL:NULL:Kernel Logging
SS:517:KL_VFS:8:k:NULL:klfmt:NULL:NULL:Kernel Logging
SS:518:KL_VXFS:8:k:NULL:klfmt:NULL:NULL:Kernel Logging
SS:519:KL_UFS:8:k:NULL:klfmt:NULL:NULL:Kernel Logging
SS:520:KL_NFS:8:k:NULL:klfmt:NULL:NULL:Kernel Logging
SS:521:KL_FSVM:8:k:NULL:klfmt:NULL:NULL:Kernel Logging
SS:522:KL_WSIO:8:k:NULL:klfmt:NULL:NULL:Kernel Logging
SS:523:KL_SIO:8:k:NULL:klfmt:NULL:NULL:Kernel Logging
SS:524:KL_NET:8:k:NULL:klfmt:NULL:NULL:Kernel Logging
SS:525:KL_MC:8:k:NULL:klfmt:NULL:NULL:Kernel Logging
SS:526:KL_DYNTUNE:8:k:NULL:klfmt:NULL:NULL:Kernel Logging
SS:210:btlan:12:k:libfmtbtlan.sl:fmtbtlan:subsys_btlan_format::100 Mb/s LAN/9000 Networking
SS:129:STREAMS:12:k:libstrfmt.sl:strfmt:subsys_streams_format:subsys_streams_get_options:STREAMS/UX
SS:176:PCI_FDDI:12:k:libfddifmt4.sl:fddi4:subsys_176_format::PCI_FDDI
SS:185:GELAN:12:k:libfmgelan.sl:fmgelan:subsys_gelan_format::Gigabit Ethernet LAN/9000 Networking
SS:252:IGELAN:12:k:libfmigelan.sl:fmigelan:subsys_igelan_format::Gigabit Ethernet LAN/9000 Networking
SS:164:lan100:12:k:libfmtLAN100.sl:fmtLAN100:subsys_LAN100_format::100 Mb/s LAN/9000 Networking
SS:82:OVS:13:u:/opt/OV/lib/libovextfmt.sl:NULL:ss84fmt::OpenView
SS:84:OVEXTERNAL:12:u:/opt/OV/lib/libovextfmt.sl:NULL:ss84fmt::OpenView
SS:80:OVW:12:u:/opt/OV/lib/libovextfmt.sl:NULL:ss84fmt::OpenView
SS:85:OVWAPI:12:u:/opt/OV/lib/libovextfmt.sl:NULL:ss84fmt::OpenView
loopback 127
arpanet 10 arpa
passwd: files nis
group: files nis
hosts: dns [NOTFOUND=continue] files nis
networks: nis [NOTFOUND=return] files
protocols: nis [NOTFOUND=return] files
rpc: nis [NOTFOUND=return] files
publickey: nis [NOTFOUND=return] files
netgroup: nis [NOTFOUND=return] files
automount: files nis
aliases: files
services: nis [NOTFOUND=return] files
ip 0 IP # internet protocol, pseudo protocol number
icmp 1 ICMP # internet control message protocol
igmp 2 IGMP # internet group management protocol
ggp 3 GGP # gateway-gateway protocol
tcp 6 TCP # transmission control protocol
egp 8 EGP # exterior gateway protocol
pup 12 PUP # PARC universal packet protocol
udp 17 UDP # user datagram protocol
hmp 20 HMP # host monitoring protocol
xns-idp 22 XNS-IDP # Xerox NS IDP
rdp 27 RDP # "reliable datagram" protocol
rpcbind 100000 portmap sunrpc rpcbind
rstatd 100001 rstat rup perfmeter
rusersd 100002 rusers
nfs 100003 nfsprog
ypserv 100004 ypprog
mountd 100005 mount showmount
ypbind 100007
walld 100008 rwall shutdown
yppasswdd 100009 yppasswd
etherstatd 100010 etherstat
rquotad 100011 rquotaprog quota rquota
sprayd 100012 spray
selection_svc 100015 selnsvc
pcnfsd 150001 pcnfs
rexd 100017 rex
llockmgr 100020
nlockmgr 100021
status 100024
3270_mapper 100013
rje_mapper 100014
database_svc 100016
alis 100018
sched 100019
x25.inr 100022
statmon 100023
bootparam 100026
ypupdated 100028 ypupdate
keyserv 100029 keyserver
tfsd 100037
nsed 100038
nsemntd 100039
ypxfrd 100069
nisd 100300 rpc.nisd
nispasswd 100303 rpc.nispasswdd
nis_cachemgr 100301
nisd_resolv 100302 rpc.nisd_resolv
automountd 100099
ttdbserver 100083
cmsd 100068 dtcalendar
dtspc allow 127.0.0.1 hpovou
ito-e-gui allow
opcsvcterm allow
Top network
- file
- /etc/SnmpAgent.d/snmpd.conf
get-community-name: 343077776
tcpmux 1/tcp # TCP port multiplexer (RFC 1078)
echo 7/tcp # Echo
echo 7/udp #
discard 9/tcp sink null # Discard
discard 9/udp sink null #
systat 11/tcp users # Active Users
daytime 13/tcp # Daytime
daytime 13/udp #
qotd 17/tcp quote # Quote of the Day
chargen 19/tcp ttytst source # Character Generator
chargen 19/udp ttytst source #
ftp-data 20/tcp # File Transfer Protocol (Data)
ftp 21/tcp # File Transfer Protocol (Control)
telnet 23/tcp # Virtual Terminal Protocol
smtp 25/tcp # Simple Mail Transfer Protocol
time 37/tcp timeserver # Time
time 37/udp timeserver #
rlp 39/udp resource # Resource Location Protocol
whois 43/tcp nicname # Who Is
domain 53/tcp nameserver # Domain Name Service
domain 53/udp nameserver #
bootps 67/udp # Bootstrap Protocol Server
bootpc 68/udp # Bootstrap Protocol Client
tftp 69/udp # Trivial File Transfer Protocol
rje 77/tcp netrjs # private RJE Service
finger 79/tcp # Finger
http 80/tcp www # World Wide Web HTTP
http 80/udp www # World Wide Web HTTP
link 87/tcp ttylink # private terminal link
kerberos5 88/udp kdc # Kerberos 5 kdc
supdup 95/tcp #
hostnames 101/tcp hostname # NIC Host Name Server
tsap 102/tcp iso_tsap iso-tsap # ISO TSAP (part of ISODE)
pop 109/tcp postoffice pop2 # Post Office Protocol - Version 2
pop3 110/tcp pop-3 # Post Office Protocol - Version 3
portmap 111/tcp sunrpc # SUN Remote Procedure Call
portmap 111/udp sunrpc #
ident 113/tcp authentication # RFC1413
sftp 115/tcp # Simple File Transfer Protocol
uucp-path 117/tcp # UUCP Path Service
nntp 119/tcp readnews untp # Network News Transfer Protocol
ntp 123/udp # Network Time Protocol
netbios_ns 137/tcp # NetBIOS Name Service
netbios_ns 137/udp #
netbios_dgm 138/tcp # NetBIOS Datagram Service
netbios_dgm 138/udp #
netbios_ssn 139/tcp # NetBIOS Session Service
netbios_ssn 139/udp #
bftp 152/tcp # Background File Transfer Protocol
snmp 161/udp snmpd # Simple Network Management Protocol Agent
snmp-trap 162/udp trapd # Simple Network Management Protocol Traps
bgp 179/tcp # Border Gateway Protocol
pvserver 382/tcp # PV server
pvalarm 383/tcp # PV alarm management
isakmp 500/tcp isakmp # IPSec Key Management (ISAKMP)
isakmp 500/udp isakmp # IPSec Key Management (ISAKMP)
biff 512/udp comsat # mail notification
exec 512/tcp # remote execution, passwd required
login 513/tcp # remote login
who 513/udp whod # remote who and uptime
shell 514/tcp cmd # remote command, no passwd used
syslog 514/udp # remote system logging
printer 515/tcp spooler # remote print spooling
talk 517/udp # conversation
ntalk 518/udp # new talk, conversation
efs 520/tcp # Extended file name server
route 520/udp router routed # routing information protocol
timed 525/udp timeserver # remote clock synchronization
tempo 526/tcp newdate #
courier 530/tcp rpc #
conference 531/tcp chat #
netnews 532/tcp readnews #
netwall 533/udp # Emergency broadcasting
uucp 540/tcp uucpd # uucp daemon
klogin 543/tcp # Kerberos rlogin -kfall
kshell 544/tcp krcmd # Kerberos remote shell -kfall
ekshell 545/tcp krcmd # Kerberos encrypted remote shell -kfall
remotefs 556/tcp rfs_server rfs # Brunhoff remote filesystem
lansrm 570/udp # SRM/UX Server
pmdmgr 696/udp # OpenView Postmaster Manager
kerberos 750/tcp kdc # Kerberos (server) tcp -kfall
kerberos 750/udp kdc # Kerberos (server) udp -kfall
kerberos_master 751/tcp kadmin # Kerberos kadmin
krbupdate 760/tcp kreg # Kerberos registration -kfall
kpasswd 761/tcp kpwd # Kerberos "passwd" -kfall
swat 901/tcp # SAMBA Web-based Admin Tool
DAServer 987/tcp # SQL distributed access
instl_boots 1067/udp # installation bootstrap protocol server
instl_bootc 1068/udp # installation bootstrap protocol client
nfsd-keepalive 1110/udp # Client status info
nfsd-status 1110/tcp # Cluster status info
msql 1111/tcp # Mini SQL database server
rlb 1260/tcp # remote loopback diagnostic
clvm-cfg 1476/tcp # HA LVM configuration
diagmond 1508/tcp # Diagnostic System Manager
listener 1521/tcp # Oracle listener
ingreslock 1524/tcp #
nft 1536/tcp # NS network file transfer
sna-cs 1553/tcp # SNAplus client/server
sna-cs 1553/udp # SNAplus client/server
ncpm-pm 1591/udp # NCPM Policy Manager
ncpm-hip 1683/udp # NCPM Host Information Provider
cvmon 1686/udp # Clusterview cvmon-cvmap communication
registrar 1712/tcp # resource monitoring service
registrar 1712/udp # resource monitoring service
ncpm-ft 1744/udp # NCPM File Transfer
psmond 1788/tcp # Predictive Monitor
psmond 1788/udp # Hardware Predictive Monitor
pmlockd 1889/tcp # SynerVision locking daemon
pmlockd 1889/udp #
nfsd 2049/tcp # NFS remote file system
nfsd 2049/udp # NFS remote file system
eklogin 2105/tcp # Kerberos encrypted rlogin -kfall
netdist 2106/tcp # update(1m) network distribution service
cvmmon 2300/tcp # ClusterView Management cluster support
ovsessionmgr 2389/tcp # OpenView Web Session Manager
ovwdb 2447/tcp # OpenView Object Database daemon
ito-e-gui 2531/tcp # ITO Enterprise Java GUI
ovtopmd 2532/tcp # OpenView IP Topology daemon
ovembeddb 2690/tcp # OpenView Embedded DW Database
ovalarmsrv 2953/tcp # OpenView Alarm Server daemon listener port
ovalarmsrv_cmd 2954/tcp # OpenView Alarm Server daemon command port
samd 3275/tcp # sam daemon
hp-clic 3384/tcp #Cluster Management Services
hp-clic 3384/udp #Hardware Management
rfa 4672/tcp # NS remote file access
veesm 4789/tcp # HP VEE service manager
hacl-hb 5300/tcp # High Availability (HA) Cluster heartbeat
hacl-gs 5301/tcp # HA Cluster General Services
hacl-cfg 5302/tcp # HA Cluster TCP configuration
hacl-cfg 5302/udp # HA Cluster UDP configuration
hacl-probe 5303/tcp # HA Cluster TCP probe
hacl-probe 5303/udp # HA Cluster UDP probe
hacl-local 5304/tcp # HA Cluster Commands
hacl-test 5305/tcp # HA Cluster Test
hpoms-ci-lstn 5403/tcp #SAP spooler support
hpoms-dps-lstn 5404/tcp #SAP spooler support
hacl-dlm 5408/tcp # HA Cluster distributed lock manager
omni 5555/tcp # DATA-PROTECTOR
lanmgrx.osB 5696/tcp # LAN Manager/X for B.00.00 OfficeShare
r4-sna-cs 5707/tcp # SNA client/server (up to Release 4.1)
SNAplus 5708/udp # SNA logical network A (up to Release 4.1)
r4-sna-ft 5709/tcp # SNA file transfer (up to Release 4.1)
hcserver 5710/tcp # HP Cooperative Services
grmd 5999/tcp # graphics resource manager
spc 6111/tcp # sub-process control
dtspc 6112/tcp #subprocess control
SrpSiteDaemon 6178/tcp # acceSS7 Statistics Remote Site query daemon
SrpCentralDaemon 6179/tcp # acceSS7 Statistics Central Server query daemon
desmevt 6868/tcp # DE/ Services Monitor, Event Service
pdclientd 6874/tcp # Palladium print client daemon
pdeventd 6875/tcp # Palladium print event daemon
opcsvcterm 7278/tcp # Service engine remote access
iasqlsvr 7489/tcp # Information Access
ovuispmd 7777/tcp # OpenView UI Services daemon
recserv 7815/tcp # SharedX Receiver Service
p7_c33upd 8545/tcp #TSD acceSS7 configuration update RPC server
p7_c33 8546/tcp #TSD acceSS7 configuration RPC server
p7_c32 8547/tcp #TSD acceSS7 communications status RPC server
p7_c35 8548/tcp #TSD acceSS7 communications configuration RPC server
p7_g06 8549/tcp #TSD acceSS7 application version registration RPC server
p7_e30 8550/tcp #TSD acceSS7 event manager RPC server
comms_normal 8551/tcp # acceSS7 normal priority messages
comms_high 8552/tcp # acceSS7 high priority messages
c34_main 8553/udp # acceSS7 Inter-Server messages
ftp-ftam 8868/tcp # FTP->FTAM Gateway
ovhttp 8880/tcp # OpenView Web Server (placeholder)
eusrv 9142/tcp # eusrv daemon
mcsemon 9999/tcp # MC/System Environment monitor
console 10000/tcp # MC/System Environment console multiplexor
hp-sco 19410/tcp # HP SCO port number
hp-sco 19410/udp # HP SCO port number
hp-sca 19411/tcp # HP SCA port number
hp-sca 19411/udp # HP SCA port number
actcp 31766/tcp # ACT Call Processing Server
erdb_svr 35100/tcp # acceSS7 Statistics Central Database
erdb_bck 35101/tcp # acceSS7 Statistics Database Backup
0 0
echo 7
discard 9
daytime 13
chargen 19
ftp 21
22 22
telnet 23
smtp 25
time 37
http 80
portmap 111
ident 113
135 135
snmp-trap 162
208 208
381 381
pvalarm 383
exec 512
who 513
syslog 514
printer 515
klogin 543
kshell 544
719 719
720 720
879 879
swat 901
929 929
diagmond 1508
listener 1521
registrar 1712
nfsd 2049
2121 2121
ovsessionmgr 2389
ovwdb 2447
ito-e-gui 2531
ovtopmd 2532
ovembeddb 2690
ovalarmsrv 2953
ovalarmsrv_cmd 2954
samd 3275
3700 3700
4045 4045
omni 5555
6000 6000
dtspc 6112
7161 7161
opcsvcterm 7278
ovuispmd 7777
recserv 7815
ovhttp 8880
8886 8886
8887 8887
49152 49152
49153 49153
49154 49154
49155 49155
49156 49156
49157 49157
49159 49159
49161 49161
49168 49168
49183 49183
49184 49184
49186 49186
49187 49187
49188 49188
49229 49229
49428 49428
49452 49452
49457 49457
49460 49460
49545 49545
49557 49557
49562 49562
49688 49688
49802 49802
49803 49803
49804 49804
50350 50350
50598 50598
50603 50603
57007 57007
shared-memory: IPC status from /dev/kmem as of Fri Nov 21 12:22:05 2003
shared-memory: T ID KEY MODE OWNER GROUP CREATOR CGROUP NATTCH SEGSZ CPID LPID ATIME DTIME CTIME
shared-memory: Shared Memory:
shared-memory: m 512 0x412409c7 --rw-rw-rw- root sys root sys 0 348 7983 7983 9:36:51 9:36:51 9:36:49
shared-memory: m 513 0x4e0c0002 --rw-rw-rw- root sys root sys 10 61760 7983 16019 10:00:37 9:36:51 9:36:49
shared-memory: m 514 0x412810ba --rw-rw-rw- root sys root sys 1 8192 7983 7995 9:36:49 9:36:49 9:36:49
shared-memory: m 3 0x30245b67 --rw-rw-rw- root root root root 3 1048576 1757 1778 9:29:47 no-entry 9:27:25
shared-memory: m 4 0x00000000 --rw------- root root root root 2 65536 1973 1973 9:27:31 no-entry 9:27:30
shared-memory: m 1797 0x00000000 D-rw------- root sys root sys 9 1052672 3281 3281 10:53:43 no-entry 10:53:43
shared-memory: m 518 0x00000000 D-rw------- www other root sys 9 184324 3282 3282 10:53:45 no-entry 10:53:45
shared-memory: m 5895 0x28c21e54 --rw-r----- oracle dba oracle dba 19 32014336 13320 17175 12:15:21 12:15:21 9:43:05
shared-memory: m 8 0x00000000 D-rw------- bin bin root root 6 52228 14670 14670 9:54:33 no-entry 9:54:33
shared-memory: m 265 0x43246644 --rw-rw-rw- daemon daemon daemon daemon 1 5767168 15920 15917 9:57:53 no-entry 9:57:53
shared-memory: m 266 0x332c0518 --rw------- root sys root sys 5 1129624 21207 17533 12:15:55 12:00:05 10:26:42
shared-memory: m 11 0x6d2c0002 --rw-rw-rw- root sys root sys 4 47120 21173 17533 12:15:55 no-entry 10:26:25
message-queue: IPC status from /dev/kmem as of Fri Nov 21 12:22:05 2003
message-queue: T ID KEY MODE OWNER GROUP CREATOR CGROUP CBYTES QNUM QBYTES LSPID LRPID STIME RTIME CTIME
message-queue: Message Queues:
message-queue: q 0 0x3c2407b1 -Rrw--w--w- root root root root 0 0 16384 0 0 no-entry no-entry 9:26:57
message-queue: q 1 0x3e2407b1 --rw-r--r-- root root root root 0 0 264 0 0 no-entry no-entry 9:26:57
semaphores: IPC status from /dev/kmem as of Fri Nov 21 12:22:05 2003
semaphores: T ID KEY MODE OWNER GROUP CREATOR CGROUP NSEMS OTIME CTIME
semaphores: Semaphores:
semaphores: s 140 0x732c0002 --ra-ra-ra- root sys root sys 1 12:19:05 10:26:25
semaphores: s 281 0x4e0c0002 --ra-ra-ra- root sys root sys 2 9:36:49 9:36:49
semaphores: s 282 0x412810ba --ra-ra-ra- root sys root sys 2 no-entry 9:36:49
semaphores: s 3 0x00446f6e --ra-r--r-- root root root root 1 no-entry 9:27:08
semaphores: s 4 0x00446f6d --ra-r--r-- root root root root 1 no-entry 9:27:09
semaphores: s 5 0x01090522 --ra-r--r-- root root root root 1 no-entry 9:27:09
semaphores: s 6 0x31245b67 --ra-ra-ra- root root root root 1 10:58:26 9:27:25
semaphores: s 7 0x6128267e --ra-ra-ra- root root root root 1 9:28:04 9:27:30
semaphores: s 8 0x7328267e --ra-ra-ra- root root root root 1 12:21:53 9:27:30
semaphores: s 9 0x7028267e --ra-ra-ra- root root root root 1 9:27:58 9:27:30
semaphores: s 10 0x6928267e --ra-ra-ra- root root root root 1 9:27:58 9:27:30
semaphores: s 11 0x7528267e --ra-ra-ra- root root root root 1 9:27:30 9:27:30
semaphores: s 12 0x6328267e --ra-ra-ra- root root root root 1 9:27:30 9:27:30
semaphores: s 13 0x6428267e --ra-ra-ra- root root root root 1 9:28:00 9:27:30
semaphores: s 14 0x6628267e --ra-ra-ra- root root root root 1 no-entry 9:27:30
semaphores: s 15 0x6c28267e --ra-ra-ra- root root root root 1 9:27:59 9:27:30
semaphores: s 16 0x6d28267e --ra-ra-ra- root root root root 1 11:00:51 9:27:30
semaphores: s 17 0x6f28267e --ra-ra-ra- root root root root 1 no-entry 9:27:30
semaphores: s 18 0x410c025f --ra-ra-ra- root root root root 1 9:27:32 9:27:32
semaphores: s 19 0x5228267e --ra-ra-ra- root root root root 1 9:28:49 9:28:02
semaphores: s 20 0x3fbdcca8 --ra-ra-ra- root root root root 1 no-entry 9:28:24
semaphores: s 21 0x3fbdcca9 --ra-ra-ra- root root root root 1 10:58:26 9:28:24
semaphores: s 22 0x3fbdccfb --ra-ra-ra- root root root root 1 no-entry 9:29:47
semaphores: s 23 0x3fbdccfc --ra-ra-ra- root root root root 1 9:29:48 9:29:47
semaphores: s 24 0x013d8483 --ra-r--r-- root sys root sys 2 9:54:31 9:36:45
semaphores: s 445 0xa3b822d8 --ra-r----- oracle dba oracle dba 54 12:15:21 9:43:05
semaphores: s 1426 0x4c246644 --ra-r--r-- daemon daemon daemon daemon 1 9:57:53 9:57:53
semaphores: s 6467 0x4c2c0002 --ra------- root sys root sys 1 12:20:44 10:26:25
semaphores: s 28 0x492c0002 --ra------- root sys root sys 1 12:15:01 10:30:01
nslookup: Name Server: hpovou
nslookup: Address: 0.0.0.0
nslookup: Trying DNS
nslookup: looking up FILES
nslookup: Name: hpovou.ams.testcorp.com
nslookup: Address: 10.1.1.110
nslookup: Aliases: hpovou
domain:
binding:
is-master-server: 0
is-slave-server: 0
is-client: 0
nobody c3d91f44568fbbefada50d336d9bd67b16e7016f987bb607
Use "passwd" for map "passwd.byname"
Use "group" for map "group.byname"
Use "networks" for map "networks.byaddr"
Use "hosts" for map "hosts.byaddr"
Use "protocols" for map "protocols.bynumber"
Use "services" for map "services.byname"
Use "aliases" for map "mail.aliases"
Use "ethers" for map "ethers.byname"
status: active
version: /usr/sbin/named:
version: named 9.2.0 Wed Dec 19 19:11:37 GMT 2001
0001: search ams.testcorp.com
bootps dgram udp wait root /usr/lbin/bootpd bootpd
chargen dgram udp nowait root internal
chargen stream tcp nowait root internal
daytime dgram udp nowait root internal
daytime stream tcp nowait root internal
discard dgram udp nowait root internal
discard stream tcp nowait root internal
dtspc stream tcp nowait root /usr/dt/bin/dtspcd /usr/dt/bin/dtspcd
echo dgram udp nowait root internal
echo stream tcp nowait root internal
exec stream tcp nowait root /usr/lbin/rexecd rexecd
ftp stream tcp nowait root /usr/lbin/ftpd ftpd -l -L -o
ident stream tcp wait bin /usr/lbin/identd identd
instl_boots dgram udp wait root /opt/ignite/lbin/instl_bootd instl_bootd
ito-e-gui stream tcp nowait root /opt/OV/bin/OpC/opcuiwww opcuiwww
klogin stream tcp nowait root /usr/lbin/rlogind rlogind -K
kshell stream tcp nowait root /usr/lbin/remshd remshd -K
login stream tcp nowait root /usr/lbin/rlogind rlogind
ntalk dgram udp wait root /usr/lbin/ntalkd ntalkd
omni stream tcp nowait root /opt/omni//lbin/inet inet -log /var/opt/omni//log/inet.log
opcsvcterm stream tcp nowait root /opt/OV/bin/OpC/opcsvcterm opcsvcterm
printer stream tcp nowait root /usr/sbin/rlpdaemon rlpdaemon -i
recserv stream tcp nowait root /usr/lbin/recserv recserv -display :0
registrar stream tcp nowait root /etc/opt/resmon/lbin/registrar /etc/opt/resmon/lbin/registrar
rpc dgram udp wait root /usr/dt/bin/rpc.cmsd 100068 2-5 rpc.cmsd
rpc xti tcp swait root /usr/dt/bin/rpc.ttdbserver 100083 1 /usr/dt/bin/rpc.ttdbserver
shell stream tcp nowait root /usr/lbin/remshd remshd
swat stream tcp nowait.400 root /opt/samba/bin/swat swat
telnet stream tcp nowait root /usr/lbin/telnetd telnetd
tftp dgram udp wait root /usr/lbin/tftpd tftpd\
/opt/ignite\
/var/opt/ignite
time stream tcp nowait root internal
-------------------------------------------------------------------------------
Hardware Station Crd Hdw Net-Interface NM MAC HP-DLPI DLPI
Path Address In# State NamePPA ID Type Support Mjr#
10/0/12/0 0x001083FDEF42 0 UP lan0 snap0 1 ETHER Yes 119
Extended Station LLC Encapsulation
Address Methods
0x001083FDEF42 IEEE HPEXTIEEE SNAP ETHER NOVELL
Driver Specific Information
btlan
-------------------------------------------------------------------------------
Hardware Station Crd Hdw Net-Interface NM MAC HP-DLPI DLPI
Path Address In# State NamePPA ID Type Support Mjr#
10/1/3/0 0x00306E4A16DA 1 UP lan1 snap1 2 ETHER Yes 119
Extended Station LLC Encapsulation
Address Methods
0x00306E4A16DA IEEE HPEXTIEEE SNAP ETHER NOVELL
Driver Specific Information
btlan
-------------------------------------------------------------------------------
ifconfig: lan0: flags=843<UP,BROADCAST,RUNNING,MULTICAST>
ifconfig: inet 10.1.1.110 netmask ffffff00 broadcast 10.1.1.255
netstat: Name Mtu Network Address
netstat: lan0 1500 10.1.1.0 10.1.1.110
lanadmin: Station Address = 0x001083fdef42
lanadmin: MTU Size = 1500
lanadmin: Speed = 100000000
ifconfig: not configured
netstat: Name Mtu Network Address
lanadmin: Station Address = 0x00306e4a16da
lanadmin: MTU Size = 1500
lanadmin: Speed = 10000000
program vers proto service
100000 2 tcp rpcbind
100000 2 udp rpcbind
100000 3 tcp rpcbind
100000 3 udp rpcbind
100000 4 tcp rpcbind
100000 4 udp rpcbind
100003 2 tcp nfs
100003 2 udp nfs
100003 3 tcp nfs
100003 3 udp nfs
100005 1 tcp mountd
100005 1 udp mountd
100005 3 tcp mountd
100005 3 udp mountd
100020 1 tcp llockmgr
100020 1 udp llockmgr
100021 1 tcp nlockmgr
100021 1 udp nlockmgr
100021 2 tcp nlockmgr
100021 3 tcp nlockmgr
100021 3 udp nlockmgr
100021 4 tcp nlockmgr
100021 4 udp nlockmgr
100024 1 tcp status
100024 1 udp status
100068 2 udp cmsd
100068 3 udp cmsd
100068 4 udp cmsd
100068 5 udp cmsd
100083 1 tcp ttdbserver
arp_debug: 0
arp_cleanup_interval: 300000
arp_dl_sap: 2054
arp_dl_snap_sap: 170
arp_probe_count: 0
arp_announce_count: 1
arp_resend_interval: 2000
arp_defend_interval: 0
arp_redefend_interval: 5000
ip_fragment_timeout: 60000
ip_loopback_bypass: 0
ip_reass_mem_limit: 2000000
ip_forwarding: 2
ip_respond_to_address_mask_broadcast: 0
ip_respond_to_echo_broadcast: 1
ip_respond_to_timestamp: 0
ip_respond_to_timestamp_broadcast: 0
ip_send_redirects: 1
ip_forward_directed_broadcasts: 1
ip_debug: 0
ip_mrtdebug: 0
ip_ire_cleanup_interval: 300000
ip_ire_flush_interval: 1200000
ip_ire_redirect_interval: 300000
ip_def_ttl: 255
ip_forward_src_routed: 1
ip_wroff_extra: 32
ip_local_cksum: 0
ip_ire_pathmtu_interval: 600000
ip_icmp_return_data_bytes: 64
ip_send_source_quench: 1
ip_dl_sap: 2048
ip_dl_snap_sap: 170
ip_bogus_sap: 1800
ip_encap_ttl: 64
ip_encap_mc_only: 1
ip_ire_gw_probe: 1
ip_ire_gw_probe_interval: 180000
ip_check_subnet_addr: 0
ip_strong_es_model: 0
ip_max_bcast_ttl: 1
ip_pmtu_strategy: 1
ip_forward_notify_interval: 2000
ip_forward_tunnel_interval: 1000
ip_ire_route_limit: 10000
ip_ire_route_limit_interval: 10000
ip_duplicate_broadcasts: 0
ip_tunnel_local_broadcasts: 0
ip_enable_udp_bcastrecv: 0
tcp_time_wait_interval: 60000
tcp_conn_request_max: 4096
tcp_conn_grace_period: 500
tcp_debug: 0
tcp_smallest_nonpriv_port: 1024
tcp_ip_abort_cinterval: 75000
tcp_ip_abort_interval: 600000
tcp_ip_notify_cinterval: 10000
tcp_ip_notify_interval: 10000
tcp_ip_ttl: 64
tcp_ip6_hop_limit: 64
tcp_keepalive_interval: 7200000
tcp_mss_def: 536
tcp_mss_max: 65495
tcp_mss_min: 108
tcp_naglim_def: 65535
tcp_old_urp_interpretation: 1
tcp_rexmit_interval_initial: 1500
tcp_rexmit_interval_max: 60000
tcp_rexmit_interval_min: 500
tcp_wroff_xtra: 32
tcp_deferred_ack_interval: 50
tcp_deferred_ack_max: 22
tcp_snd_lowat_fraction: 0
tcp_sth_rcv_hiwat: 0
tcp_sth_rcv_lowat: 0
tcp_dupack_fast_retransmit: 3
tcp_rwin_credit_pct: 50
tcp_rcv_push_wait: 16384
tcp_keepalives_kill: 1
tcp_smallest_anon_port: 49152
tcp_largest_anon_port: 65535
tcp_keepalive_detached_interval: 120000
tcp_text_in_resets: 1
tcp_xmit_hiwater_def: 32768
tcp_xmit_lowater_def: 8192
tcp_recv_hiwater_def: 32768
tcp_xmit_hiwater_lfp: 65536
tcp_xmit_lowater_lfp: 16384
tcp_recv_hiwater_lfp: 65536
tcp_xmit_hiwater_lnp: 8192
tcp_xmit_lowater_lnp: 2048
tcp_recv_hiwater_lnp: 8192
tcp_rexmit_interval_initial_lnp: 1500
tcp_syn_rcvd_max: 500
tcp_tw_cleanup_interval: 60000
tcp_do_conn_options: 1
tcp_fin_wait_2_timeout: 0
tcp_ts_enable: 2
tcp_sack_enable: 2
tcp_xmit_hiwater_max: 2147483647
tcp_recv_hiwater_max: 1073725440
tcp_cwnd_initial: 4
tcp_early_conn_ind: 1
tcp_spec_port: 80
tcp_smoothed_rtt: 1
hatcp_enable: hatcp_enable_value 0
udp_wroff_extra: 32
udp_def_ttl: 64
udp_smallest_nonpriv_port: 1024
udp_do_checksum: 1
udp_smallest_anon_port: 49152
udp_largest_anon_port: 65535
udp_pass_up_options: 0
udp_pass_up_icmp: 2
udp_def_hop_limit: 64
udp_pass_up_icmp6: 1
udp_recv_hiwater_max: 2147483647
udp_debug: 0
routing:tables::
dest/netmask:gateway:flags:interface
localhost/255.255.255.255:localhost:uh:lo0
hpovou.ams.testcorp.com/255.255.255.255:hpovou.ams.testcorp.com:uh:lan0
10.1.1.0/255.255.255.0:hpovou.ams.testcorp.com:u:lan0
loopback/255.0.0.0:localhost:u:lo0
-D HTTPD_ROOT="/opt/OV/httpd"
-D HAVE_SHMGET
-D USE_SHMGET_SCOREBOARD
-D USE_FCNTL_SERIALIZED_ACCEPT
Top software
- Apache
- /opt/OV/httpd/conf/httpd.conf
ServerType standalone
Port 8880
HostnameLookups off
User bin
Group bin
ServerAdmin root@hpovou
ServerRoot /opt/OV/httpd
ErrorLog /var/opt/OV/log/httpd_error_log
LogLevel warn
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
LogFormat "%h %l %u %t \"%r\" %>s %b" common
LogFormat "%{Referer}i -> %U" referer
LogFormat "%{User-agent}i" agent
CustomLog /var/opt/OV/log/httpd_access_log common
PidFile /var/opt/OV/log/httpd.pid
ScoreBoardFile /var/opt/OV/log/httpd.scoreboard
ServerName hpovou
UseCanonicalName on
Timeout 300
KeepAlive On
MaxKeepAliveRequests 100
KeepAliveTimeout 15
MinSpareServers 5
MaxSpareServers 10
StartServers 5
MaxClients 150
MaxRequestsPerChild 30
-D EAPI
-D EAPI_MM
-D EAPI_MM_CORE_PATH="logs/httpd.mm"
-D HAVE_SHMGET
-D USE_SHMGET_SCOREBOARD
-D USE_FCNTL_SERIALIZED_ACCEPT
-D HTTPD_ROOT="/opt/apache"
-D DEFAULT_CHROOT_DIR=""
-D SUEXEC_BIN="/opt/apache/bin/suexec"
-D DEFAULT_PIDLOG="logs/httpd.pid"
-D DEFAULT_SCOREBOARD="logs/httpd.scoreboard"
-D DEFAULT_LOCKFILE="logs/httpd.lock"
-D DEFAULT_XFERLOG="logs/access_log"
-D DEFAULT_ERRORLOG="logs/error_log"
-D TYPES_CONFIG_FILE="conf/mime.types"
-D SERVER_CONFIG_FILE="conf/httpd.conf"
-D ACCESS_CONFIG_FILE="conf/access.conf"
-D RESOURCE_CONFIG_FILE="conf/srm.conf"
ServerType standalone
ServerRoot /opt/apache
PidFile /opt/apache/logs/httpd.pid
ScoreBoardFile /opt/apache/logs/httpd.scoreboard
Timeout 300
KeepAlive On
MaxKeepAliveRequests 100
KeepAliveTimeout 15
MinSpareServers 5
MaxSpareServers 10
StartServers 5
MaxClients 150
MaxRequestsPerChild 0
LoadModule vhost_alias_module libexec/mod_vhost_alias.so
LoadModule env_module libexec/mod_env.so
LoadModule define_module libexec/mod_define.so
LoadModule config_log_module libexec/mod_log_config.so
LoadModule mime_magic_module libexec/mod_mime_magic.so
LoadModule mime_module libexec/mod_mime.so
LoadModule negotiation_module libexec/mod_negotiation.so
LoadModule status_module libexec/mod_status.so
LoadModule info_module libexec/mod_info.so
LoadModule includes_module libexec/mod_include.so
LoadModule autoindex_module libexec/mod_autoindex.so
LoadModule dir_module libexec/mod_dir.so
LoadModule cgi_module libexec/mod_cgi.so
LoadModule asis_module libexec/mod_asis.so
LoadModule imap_module libexec/mod_imap.so
LoadModule action_module libexec/mod_actions.so
LoadModule speling_module libexec/mod_speling.so
LoadModule userdir_module libexec/mod_userdir.so
LoadModule alias_module libexec/mod_alias.so
LoadModule rewrite_module libexec/mod_rewrite.so
LoadModule access_module libexec/mod_access.so
LoadModule auth_module libexec/mod_auth.so
LoadModule anon_auth_module libexec/mod_auth_anon.so
LoadModule dbm_auth_module libexec/mod_auth_dbm.so
LoadModule digest_module libexec/mod_digest.so
LoadModule proxy_module libexec/libproxy.so
LoadModule cern_meta_module libexec/mod_cern_meta.so
LoadModule expires_module libexec/mod_expires.so
LoadModule headers_module libexec/mod_headers.so
LoadModule usertrack_module libexec/mod_usertrack.so
LoadModule unique_id_module libexec/mod_unique_id.so
LoadModule setenvif_module libexec/mod_setenvif.so
<IfDefine SSL>
LoadModule ssl_module libexec/libssl.so
</IfDefine>
LoadModule php4_module libexec/libphp4.so
ClearModuleList
AddModule mod_vhost_alias.c
AddModule mod_env.c
AddModule mod_define.c
AddModule mod_log_config.c
AddModule mod_mime_magic.c
AddModule mod_mime.c
AddModule mod_negotiation.c
AddModule mod_status.c
AddModule mod_info.c
AddModule mod_include.c
AddModule mod_autoindex.c
AddModule mod_dir.c
AddModule mod_cgi.c
AddModule mod_asis.c
AddModule mod_imap.c
AddModule mod_actions.c
AddModule mod_speling.c
AddModule mod_userdir.c
AddModule mod_alias.c
AddModule mod_rewrite.c
AddModule mod_access.c
AddModule mod_auth.c
AddModule mod_auth_anon.c
AddModule mod_auth_dbm.c
AddModule mod_digest.c
AddModule mod_proxy.c
AddModule mod_cern_meta.c
AddModule mod_expires.c
AddModule mod_headers.c
AddModule mod_usertrack.c
AddModule mod_unique_id.c
AddModule mod_so.c
AddModule mod_setenvif.c
<IfDefine SSL>
AddModule mod_ssl.c
</IfDefine>
AddModule mod_php4.c
Port 80
<IfDefine SSL>
Listen 80
Listen 443
</IfDefine>
User www
Group other
ServerAdmin www@hpovou
ServerName hpovou
DocumentRoot "/opt/apache/htdocs"
<Directory />
Options FollowSymLinks
AllowOverride None
</Directory>
<Directory "/opt/apache/htdocs">
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>
<Directory "/opt/apache/htdocs/scc">
Options -Indexes FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
AuthType Basic
AuthName "SCC"
AuthGroupFile auth/group
AuthUserFile auth/user
Require group unixbeheer
</Directory>
<IfModule mod_userdir.c>
UserDir public_html
</IfModule>
<IfModule mod_dir.c>
DirectoryIndex index.html index.php
</IfModule>
AccessFileName .htaccess
<Files ~ "^\.ht">
Order allow,deny
Deny from all
</Files>
UseCanonicalName On
<IfModule mod_mime.c>
TypesConfig /opt/apache/conf/mime.types
</IfModule>
DefaultType text/plain
<IfModule mod_mime_magic.c>
MIMEMagicFile /opt/apache/conf/magic
</IfModule>
<IfModule mod_perl.c>
PerlModule Apache::Registry
<Files *.pl>
SetHandler perl-script
PerlHandler Apache::Registry::handler
Options ExecCGI
</Files>
</IfModule>
HostnameLookups Off
ErrorLog /opt/apache/logs/error_log
LogLevel warn
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
LogFormat "%h %l %u %t \"%r\" %>s %b" common
LogFormat "%{Referer}i -> %U" referer
LogFormat "%{User-agent}i" agent
CustomLog /opt/apache/logs/access_log common
ServerSignature On
<IfModule mod_alias.c>
Alias /webmin/plugins /opt/apache/webmin/plugins
<Directory "/opt/apache/webmin/plugins">
allow from all
deny from none
order allow,deny
</Directory>
Alias /icons/ "/opt/apache/icons/"
<Directory "/opt/apache/icons">
Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>
ScriptAlias /cgi-bin/ "/opt/apache/cgi-bin/"
ScriptAliasMatch "^/(.*)/cgi-bin/scc-wrapper.cgi" "/var/opt/scc-srv/data/www/$1/cgi-bin/scc-wrapper.cgi"
<Directory "/opt/apache/cgi-bin">
AllowOverride None
Options None
Order allow,deny
Allow from all
</Directory>
</IfModule>
<IfModule mod_autoindex.c>
IndexOptions FancyIndexing
AddIconByEncoding (CMP,/icons/compressed.gif) x-compress x-gzip
AddIconByType (TXT,/icons/text.gif) text/*
AddIconByType (IMG,/icons/image2.gif) image/*
AddIconByType (SND,/icons/sound2.gif) audio/*
AddIconByType (VID,/icons/movie.gif) video/*
AddIcon /icons/binary.gif .bin .exe
AddIcon /icons/binhex.gif .hqx
AddIcon /icons/tar.gif .tar
AddIcon /icons/world2.gif .wrl .wrl.gz .vrml .vrm .iv
AddIcon /icons/compressed.gif .Z .z .tgz .gz .zip
AddIcon /icons/a.gif .ps .ai .eps
AddIcon /icons/layout.gif .html .shtml .htm .pdf
AddIcon /icons/text.gif .txt
AddIcon /icons/c.gif .c
AddIcon /icons/p.gif .pl .py
AddIcon /icons/f.gif .for
AddIcon /icons/dvi.gif .dvi
AddIcon /icons/uuencoded.gif .uu
AddIcon /icons/script.gif .conf .sh .shar .csh .ksh .tcl .php .phps
AddIcon /icons/tex.gif .tex
AddIcon /icons/bomb.gif core
AddIcon /icons/back.gif ..
AddIcon /icons/hand.right.gif README
AddIcon /icons/folder.gif ^^DIRECTORY^^
AddIcon /icons/blank.gif ^^BLANKICON^^
DefaultIcon /icons/unknown.gif
ReadmeName README
HeaderName HEADER
IndexIgnore .??* *~ *# HEADER* README* RCS CVS *,v *,t
</IfModule>
<IfModule mod_mime.c>
AddEncoding x-compress Z
AddEncoding x-gzip gz tgz
AddLanguage da .dk
AddLanguage nl .nl
AddLanguage en .en
AddLanguage et .ee
AddLanguage fr .fr
AddLanguage de .de
AddLanguage el .el
AddLanguage he .he
AddCharset ISO-8859-8 .iso8859-8
AddLanguage it .it
AddLanguage ja .ja
AddCharset ISO-2022-JP .jis
AddLanguage kr .kr
AddCharset ISO-2022-KR .iso-kr
AddLanguage no .no
AddLanguage pl .po
AddCharset ISO-8859-2 .iso-pl
AddLanguage pt .pt
AddLanguage pt-br .pt-br
AddLanguage ltz .lu
AddLanguage ca .ca
AddLanguage es .es
AddLanguage sv .se
AddLanguage cz .cz
AddLanguage ru .ru
AddLanguage zh-tw .tw
AddLanguage tw .tw
AddCharset Big5 .Big5 .big5
AddCharset WINDOWS-1251 .cp-1251
AddCharset CP866 .cp866
AddCharset ISO-8859-5 .iso-ru
AddCharset KOI8-R .koi8-r
AddCharset UCS-2 .ucs2
AddCharset UCS-4 .ucs4
AddCharset UTF-8 .utf8
<IfModule mod_negotiation.c>
LanguagePriority en da nl et fr de el it ja kr no pl pt pt-br ru ltz ca es sv tw
</IfModule>
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
AddType application/x-tar .tgz
</IfModule>
<IfModule mod_setenvif.c>
BrowserMatch "Mozilla/2" nokeepalive
BrowserMatch "MSIE 4\.0b2;" nokeepalive downgrade-1.0 force-response-1.0
BrowserMatch "RealPlayer 4\.0" force-response-1.0
BrowserMatch "Java/1\.0" force-response-1.0
BrowserMatch "JDK/1\.0" force-response-1.0
</IfModule>
<IfDefine SSL>
AddType application/x-x509-ca-cert .crt
AddType application/x-pkcs7-crl .crl
</IfDefine>
<IfModule mod_ssl.c>
SSLPassPhraseDialog builtin
SSLSessionCache shm:/opt/apache/logs/ssl_scache(512000)
SSLSessionCacheTimeout 300
SSLMutex file:/opt/apache/logs/ssl_mutex
SSLRandomSeed startup builtin
SSLRandomSeed connect builtin
SSLLog /opt/apache/logs/ssl_engine_log
SSLLogLevel info
</IfModule>
<IfDefine SSL>
<VirtualHost _default_:443>
DocumentRoot "/opt/apache/htdocs"
ServerName hpovou
ServerAdmin www@hpovou
ErrorLog /opt/apache/logs/error_log
TransferLog /opt/apache/logs/access_log
SSLEngine on
SSLCipherSuite !ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL
SSLCertificateFile /opt/apache/conf/ssl.crt/server.crt
SSLCertificateKeyFile /opt/apache/conf/ssl.key/server.key
<Files ~ "\.(cgi|shtml|phtml|php3?)$">
SSLOptions +StdEnvVars
</Files>
<Directory "/opt/apache/cgi-bin">
SSLOptions +StdEnvVars
</Directory>
SetEnvIf User-Agent ".*MSIE.*" \
nokeepalive ssl-unclean-shutdown \
downgrade-1.0 force-response-1.0
CustomLog /opt/apache/logs/ssl_request_log \
"%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"
</VirtualHost>
</IfDefine>
Include /opt/tomcat/conf/tomcat.conf
HP92453-01 B.11.11.04 HP C Compiler
/*
* Name: cifsclient.cfg
* Project: CIFS/9000 Client
* Authors: Christian Starkjohann <cs@obdev.at> and HP
* Tabsize: 4
* $Revision: @(#)cifsclient.cfg: ver_id=1.10
*/
/*
General Description:
This file is parsed by the sharity daemon at startup and each time the
modification date changes. Note, however, that this does not guarantee
immediate updates. Changed configuration options become active at the time
the option is read. For most options this is the time when the connection
to the server is established. Changes in 'logLevels' take place immediately.
This config file contains (qualitatively) all possible configuration options.
If an option is not used, it is either remarked or set to the default
value.
*/
logLevels = (
info,
error,
// debug,
// resource,
netbiosError,
// netbiosDebug,
// netbiosTrace,
// nfsTrace,
// rare,
// cacheDebug,
// cifsTrace,
// oplock,
warn,
// smbSequence,
// debugAttributes,
// debugSSL,
)
cfgParseInterval = 5000;
//sockMode = 0600; // unix file mode of sharity socket
//sockOwner = "root" // owner of sharity socket
//sockGroup = "wheel" // group of sharity socket
runAsUser = "root";
pidFile = "/var/opt/cifsclient/cifsclient.pid";
databaseFile = "/var/opt/cifsclient/cifsclient.udb"
allowSaving = yes;
caseConvertFile = "/etc/opt/cifsclient/unitables/unicase.cfg";
serverCharMapFile = "/etc/opt/cifsclient/unitables/unimapCP437.cfg";
clientCharMapFile = "/etc/opt/cifsclient/unitables/unimap8859-1.cfg";
uniTableCompressBlocks = 3;
nfsSockRxBuf = 0x20000;
nfsSockTxBuf = 0x20000;
//nfsTransferSize = 8192;
//scopeID = "myScope";
/* Commented out, example for name-specific configuration:
servers = {
www = {
//ipAddress = "192.168.1.1";
//netbiosName = "www";
tcpPort = 1234; // This server runs on an ususal port
sslRequireEncryption = yes; // if "yes", only SSL connections will work
sslVersion = ssl2or3; // may be ssl2, ssl3, ssl2or3, tls1
sslCompatibility = no;
sslCACertFile = "/usr/local/ssl/certs/CAobdev.pem";
sslKeyFile = "/usr/local/ssl/private/sharity.pem"
sslCertFile = "/usr/local/ssl/certs/sharity.pem"
sslServerCert = {required = yes; allowOverride = yes};
}
};
*/
serverClasses = (
{ // Match Windows 95:
OS = ""; /* can be a shell style matching pattern */
LanManager = ""; /* can be a shell style matching pattern */
config = {
disableSmbs = ( // these are additional to other config
setattrTrans2SetFile, // don't use trans2/setfileinfo
setattrTrans2SetPath, // don't use trans2/setpathinfo
);
requestOplock = no;
closeForSetattr = yes; // Win95 has a braindead attribute "logic"
};
},
{ // Match Windows NT:
OS = "*[Ww]indows [nN][tT]*";
LanManager = "*";
config = {
disableSmbs = ( // these are additional to other config
getattrFind, // find is slower than trans2/getpathinfo
setattrTrans2SetFile, // don't use trans2/setfileinfo
setattrTrans2SetPath, // don't use trans2/setpathinfo
);
};
},
{ // Match Samba
OS = "*";
LanManager = "*[Ss][Aa][Mm][Bb][Aa]*";
config = {
disableSmbs = ( // these are additional to other config
getattrFind, // find is slower on samba and the 'real' SMBs work
setDirDates, // not necessary, unix does it automatically
);
};
},
{ // Match ASU:
OS = "*";
LanManager = "*[Aa][Dd][Vv][Aa][Nn][Cc][Ee][Dd][ ][Ss][Ee][Rr][Vv][Ee][Rr]*";
config = {
disableSmbs = ( // these are additional to other config
setattrTrans2SetFile, // don't use trans2/setfileinfo
setattrTrans2SetPath, // don't use trans2/setpathinfo
);
requestOplock = yes; // set to "no" if connections get lost
};
},
{ // Match all unknown servers
OS = "*";
LanManager = "*";
config = {
disableSmbs = ( // these are additional to other config
/* unknown server is probably windows, so disable the SMBs that don't work there */
setattrTrans2SetFile, // don't use trans2/setfileinfo
setattrTrans2SetPath, // don't use trans2/setpathinfo
);
};
},
);
defaultServer = {
// tcpPort = 139
// sslRequireEncryption = no; // if "yes", only SSL connections will work
// sslVersion = ssl2or3; // may be ssl2, ssl3, ssl2or3, tls1
// sslCompatibility = no;
// sslCACertDir = "/usr/local/ssl/certs";
// sslCACertFile = "/usr/local/ssl/certs/CAobdev.pem";
// sslKeyFile = "/usr/local/ssl/private/sharity.pem"
// sslCertFile = "/usr/local/ssl/certs/sharity.pem"
// sslServerCert = {required = yes; allowOverride = yes};
// sslCiphers = "<list of ciphers>";
mtabName = "localhost" // used in mtab entries, defaults to hostname
connectTimeout = 5000 // timeout for netbios connection in ms
requestTimeout = 60000 // timeout for SMB reply in ms
nfsTimeout = 205 // initial nfs timeout in 1/10 seconds
nfsRetransmit = 3 // number of nfs retransmissions
nfsAttributeCaching = no // may be "yes" or "no"
lookupStrategy = database // may be "database" or "pseudoInode"
caseSensitive = yes // may be "yes" or "no"
caseMapping = none // may be "none", "upper" or "lower"
capitalizeShares = yes // convert share names to upper case
useUnicode = no
execMapping = on; // may be "archive", "system", "hidden", "on", "off"
execInvert = no; // whether execute bit should be inverse to dos bit
dirDefaultLinks = 2; // number of links given for directories, if not supplied by server
linkModeMask = 0x07; // take read-only, hidden and system into account
linkMode = 0x06; // set both: system and hidden, but not read-only
linksAreUnicode = yes; // whether links are stored in Unicode
enableFakeLinks = no; // set this to "yes" if you need faked softlinks
// domain = "WORKGROUP" // domain name sent to server
// guestUser = "guest"
fakeMountpointDate = yes;// mountpoint attributes not correct, always fake
attributesCacheTime = 1000
dirCacheTime = 3000
maxCachedFiles = 100
maxOpenFiles = 20
dataCacheSize = 32768
closeDelay = {exclusiveLock = 2000; batchLock = 60000; noLock = 500}
dataCacheTimeNoLock = 200 // cache valid time when no oplock acquired
readAhead = {lock = 2; noLock = 0}
useWriteBack = {lock = no; noLock = no} // leave these at "no" if you care about reliability!
requestOplock = yes
closeForSetattr = no; // whether files must be closed before attributes are set
disableSmbs = (
writeOpenWrite, // don't batch OPEN_ANDX with WRITE_ANDX
readOpenRead, // don't batch OPEN_ANDX with READ_ANDX
)
/*
disableSmbs = (
getattrFind, // don't use trans2/findfirst2 for getting attributes
getattrTrans2QueryPath, // don't use trans2/query_pathinfo for getting attributes
attrUnix, // don't use unix info-level of trans2/findfirst2
setattrTrans2SetFile, // don't use trans2/setfileinfo
setattrTrans2SetPath, // don't use trans2/setpathinfo
setattrSetFile2, // don't use SET_INFORMATION2
setattrCoreWithTime, // don't supply a value for modification time in SET_INFORMATION
createOpenX, // don't create files with OPEN_ANDX
openOpenX, // don't open files with OPEN_ANDX
readReadX, // don't read files with READ_ANDX
readOpenRead, // don't batch OPEN_ANDX with READ_ANDX
writeWriteX, // don't write files with WRITE_ANDX
writeOpenWrite, // don't batch OPEN_ANDX with WRITE_ANDX
findUnix, // don't use unix info-level of trans2/findfirst2 etc.
findTrans2, // don't use trans2/findfirst2 etc.
fsinfoTrans2, // don't use TRANS2_QUERY_FS_INFORMATION
sessionSetup, // don't do a session setup
treeconAndX, // don't use TREE_CONNECT_ANDX (use TREE_CONNECT instead)
setDirDates, // don't update directory date by hand if file created or deleted
)
*/
}
/var/adm/cron/queuedefs: a.4j1n
/var/adm/cron/queuedefs: b.2j2n90w
/var/adm/cron/.proto: cd $d
/var/adm/cron/.proto: ulimit $l
/var/adm/cron/.proto: umask $m
/var/adm/cron/.proto: $<
/var/adm/cron/at.allow: adm
/var/adm/cron/at.allow: root
/var/adm/cron/at.allow: sys
/var/adm/cron/at.allow: uucp
/var/adm/cron/cron.allow: adm
/var/adm/cron/cron.allow: root
/var/adm/cron/cron.allow: uucp
Top software
- cron
- /var/spool/cron/crontabs/root
0,15,30,45 * * * * /opt/omni/sbin/omnitrig
Top software
- cron
- /var/spool/cron/crontab.root
05,15,25,35,45,55 * * * * /usr/sbin/dmesg - >>/var/adm/messages
# Object Ownership: User= root
# Group=sys
# Realm=hpovou.ams.testcorp.com
#
# default_realm=hpovou.ams.testcorp.com
any_other:-r---
# Object Ownership: User= root
# Group=sys
# Realm=hpovou.ams.testcorp.com
#
# default_realm=hpovou.ams.testcorp.com
object_owner:crwit
any_other:-r---
# Object Ownership: User= root
# Group=sys
# Realm=hpovou.ams.testcorp.com
#
# default_realm=hpovou.ams.testcorp.com
object_owner:crwit
any_other:-r---
Contacting Registrar on hpovou
NAME: /
DESCRIPTION: This is the top level of the Resource Dictionary
TYPE: / is a Resource Class.
There are 7 resources configured below /:
Resource Class
/system
/StorageAreaNetwork
/adapters
/connectivity
/cluster
/storage
/net
>/StorageAreaNetwork/events/SAN_Monitor ... NOT MONITORING.
(Possibly there is no hardware to monitor.)
>/storage/events/disk_arrays/AutoRAID ... NOT MONITORING.
(Possibly there is no hardware to monitor.)
>/storage/events/disks/default ... OK.
For /storage/events/disks/default/10_0_14_0.0.0:
Events >= 1 (INFORMATION) Goto TEXTLOG; file=/var/opt/resmon/log/event.log
Events >= 3 (MAJOR WARNING) Goto SYSLOG
Events >= 3 (MAJOR WARNING) Goto EMAIL; addr=root
Events = 5 (CRITICAL) Goto TCP; host=hpovou port=
For /storage/events/disks/default/10_0_15_0.6.0:
Events >= 1 (INFORMATION) Goto TEXTLOG; file=/var/opt/resmon/log/event.log
Events >= 3 (MAJOR WARNING) Goto SYSLOG
Events >= 3 (MAJOR WARNING) Goto EMAIL; addr=root
Events = 5 (CRITICAL) Goto TCP; host=hpovou port=
>/adapters/events/FC_adapter ... NOT MONITORING.
(Possibly there is no hardware to monitor.)
>/adapters/events/TL_adapter ... NOT MONITORING.
(Possibly there is no hardware to monitor.)
>/system/events/chassis ... NOT MONITORING.
(Possibly there is no hardware to monitor.)
>/system/events/core_hw ... OK.
For /system/events/core_hw/core_hw:
Events >= 1 (INFORMATION) Goto TEXTLOG; file=/var/opt/resmon/log/event.log
Events >= 3 (MAJOR WARNING) Goto SYSLOG
Events >= 3 (MAJOR WARNING) Goto EMAIL; addr=root
Events >= 4 (SERIOUS) Goto TCP; host=hpovou port=
>/connectivity/events/hubs/FC_hub ... NOT MONITORING.
(Possibly there is no hardware to monitor.)
>/connectivity/events/multiplexors/FC_SCSI_mux ... NOT MONITORING.
(Possibly there is no hardware to monitor.)
>/connectivity/events/switches/FC_switch ... NOT MONITORING.
(Possibly there is no hardware to monitor.)
>/system/events/memory ... OK.
For /system/events/memory/49:
Events >= 1 (INFORMATION) Goto TEXTLOG; file=/var/opt/resmon/log/event.log
Events >= 3 (MAJOR WARNING) Goto SYSLOG
Events >= 3 (MAJOR WARNING) Goto EMAIL; addr=root
Events >= 4 (SERIOUS) Goto TCP; host=hpovou port=
>/storage/events/enclosures/ses_enclosure ... NOT MONITORING.
(Possibly there is no hardware to monitor.)
>/storage/events/tapes/SCSI_tape ... NOT MONITORING.
(Possibly there is no hardware to monitor.)
>/system/events/ups ... NOT MONITORING.
(Possibly there is no hardware to monitor.)
>/storage/events/disk_arrays/FC60 ... NOT MONITORING.
(Possibly there is no hardware to monitor.)
>/storage/events/disk_arrays/FW_SCSI ... NOT MONITORING.
(Possibly there is no hardware to monitor.)
>/storage/events/disk_arrays/High_Availability ... NOT MONITORING.
(Possibly there is no hardware to monitor.)
>/system/events/cpu/lpmc ... OK.
For /system/events/cpu/lpmc/cache_errors:
Events >= 1 (INFORMATION) Goto TEXTLOG; file=/var/opt/resmon/log/event.log
Events >= 3 (MAJOR WARNING) Goto SYSLOG
Events >= 4 (SERIOUS) Goto TCP; host=hpovou port=
Events >= 3 (MAJOR WARNING) Goto EMAIL; addr=root
>/adapters/events/scsi123_em ... NOT MONITORING.
(Possibly there is no hardware to monitor.)
>/system/events/system_status ... OK.
For /system/events/system_status/ui_host/hpovou.ams.testcorp.com:
Events >= 1 (INFORMATION) Goto TEXTLOG; file=/var/opt/resmon/log/event.log
Events >= 3 (MAJOR WARNING) Goto SYSLOG
Events >= 3 (MAJOR WARNING) Goto EMAIL; addr=root
# No graphics found on this system
#NIS_DOMAIN_NAME not configured
ARCH 700
DOM "November 21, 2003, 09:24:06 MET"
GATEWAY 10.1.1.1
HOSTNAME hpovou
IGNITE_REVISION B.3.6.82
INCLUDE STRMSGSZ 65535
INCLUDE default_disk_ir 1
INCLUDE max_thread_proc 1024
INCLUDE maxdsiz 0x40000000
INCLUDE maxfiles 256
INCLUDE maxswapchunks 1024
INCLUDE maxuprc 256
INCLUDE maxusers 256
INCLUDE msgmni 100
INCLUDE nfile 5000
INCLUDE ninode 3000
INCLUDE nkthread 6000
INCLUDE nproc 700
INCLUDE npty 256
INCLUDE nstrpty 256
INCLUDE semmap 130
INCLUDE semmni 140
INCLUDE semmns 400
INCLUDE shmmax 0x40000000
INCLUDE shmmni 256
INCLUDE shmseg 200
INTERFACE audio 10/0/13/0 audio "Built-in Audio "
INTERFACE ext_bus 10/0/14/0 side "IDE "
INTERFACE ext_bus 10/0/14/1/3 SCentIf "Built-in Parallel Interface "
INTERFACE ext_bus 10/0/15/0 c720 "SCSI C895 Ultra2 Wide LVD "
INTERFACE graphics 10/1/0/0 graph3 "PCI(103c108b) -- Built-in #5 "
INTERFACE lan 10/0/12/0 btlan "HP PCI 10/100Base-TX Core "
INTERFACE lan 10/1/3/0 btlan "HP A5230A/B5509BA PCI 10/100Base-TX Addon "
INTERFACE tty 10/0/14/1/1 asio0 "Built-in RS-232C "
INTERFACE tty 10/0/14/1/2 asio0 "Built-in RS-232C "
INTERFACE usb 10/0/14/2 hcd "Built-in USB Interface "
IP_ADDRESS 10.1.1.110
JFS
KERN_BIT 64
KEYBOARD PS2_DIN_US_English
LAN 0x001083FDEF42
LAN 0x00306E4A16DA
LVM
LVM_LAYOUT /dev/vg00 unallocated 764 " "
LVM_LAYOUT /dev/vg00/lvol1 /stand 144 hfs
LVM_LAYOUT /dev/vg00/lvol10 /var 876 vxfs
LVM_LAYOUT /dev/vg00/lvol11 /opt/omni 700 vxfs
LVM_LAYOUT /dev/vg00/lvol2 swap 900 " "
LVM_LAYOUT /dev/vg00/lvol3 / 140 vxfs
LVM_LAYOUT /dev/vg00/lvol4 /home 84 vxfs
LVM_LAYOUT /dev/vg00/lvol5 /opt 1408 vxfs
LVM_LAYOUT /dev/vg00/lvol6 /opt/oracle 1856 vxfs
LVM_LAYOUT /dev/vg00/lvol7 /ovo_db 616 vxfs
LVM_LAYOUT /dev/vg00/lvol8 /tmp 116 vxfs
LVM_LAYOUT /dev/vg00/lvol9 /usr 1068 vxfs
LVM_LAYOUT /dev/vg00: " " " " " "
MODEL 9000/785/B2000
OS_REV B.11.11
PROC 1
RAM 768
SOFTWARE 100BaseT-01 B.11.11.01 "HP-PB 100BaseT;Supptd HW=A3495A;SW=J2759BA "
SOFTWARE Acrobat-Reader5 5.0.5 "Acrobat Reader 5.0.5 for UNIX "
SOFTWARE B3691AA_TRY C.03.50.00 "Trial HP GlancePlus/UX for s700 11i "
SOFTWARE B3899BA B.11.11.04 "HP C/ANSI C Developer's Bundle for HP-UX 11.i (S700) "
SOFTWARE B5118CA B.11.11 "HP OnLineJFS "
SOFTWARE B5403BA B.11.11 "MirrorDisk/UX "
SOFTWARE B5725AA B.3.6.82 "HP-UX Installation Utilities (Ignite-UX) "
SOFTWARE B6960BA A.05.00 "HP OpenView Storage Data Protector "
SOFTWARE B8724AA A.01.06 "CIFS/9000 Client "
SOFTWARE B8725AA A.01.07 "CIFS/9000 Server "
SOFTWARE B9415AA 1.3.19.21.04 "HP Apache-based Web Server with Strong (128bit) Encryption "
SOFTWARE BIND-920 B.11.11.01.001 "BIND 9.2.0 "
SOFTWARE BUNDLE11i B.11.11.0102.2 "Required Patch Bundle for HP-UX 11i, February 2001 "
SOFTWARE Base-VXVM B.03.20.1 "Base VERITAS Volume Manager 3.2 for HP-UX "
SOFTWARE CDE-English B.11.11 "English CDE Environment "
SOFTWARE ECSCmgNNMHP11 A.03.10 "ECS Config/Mgmt GUI for NNM (including Japanese support) "
SOFTWARE FDDI-00 B.11.11.02 "PCI FDDI;Supptd HW=A3739A/A3739B;SW=J3626AA "
SOFTWARE FibrChanl-00 B.11.11.09 "PCI/HSC FibreChannel;Supptd HW=A6684A,A6685A,A5158A,A6795A "
SOFTWARE GOLDAPPS11i B.11.11.0112.6 "Gold Applications Patches for HP-UX 11i, December 2001 "
SOFTWARE GOLDBASE11i B.11.11.0112.6 "Gold Base Patches for HP-UX 11i, December 2001 "
SOFTWARE GigEther-00 B.11.11.14 "PCI/HSC GigEther;Supptd HW=A4926A/A4929A/A4924A/A4925A;SW=J1642AA "
SOFTWARE GigEther-01 B.11.11.01 "PCI/PCI-X GigEther;Supptd HW=A6794A "
SOFTWARE H4356S_B00 B.00 "OV Operations 7.0 I "
SOFTWARE HPPD-perl 5.6.1 "(perl) perl "
SOFTWARE HPPD-unzip 5.40 "unzip "
SOFTWARE HPUXBase64 B.11.11 "HP-UX 64-bit Base OS "
SOFTWARE HPUXBaseAux B.11.11.0112 "HP-UX Base OS Auxiliary "
SOFTWARE HWEnable11i B.11.11.0112.5 "Hardware Enablement Patches for HP-UX 11i, December 2001 "
SOFTWARE ITOAgent A.07.00 "VPO Agents "
SOFTWARE ITOEngDoc A.07.00 "VPO English Documentation B.11.11 "
SOFTWARE ITOEngOraAll A.07.00 "VPO English Oracle, all Agents B.11.11 "
SOFTWARE ITOEngSvcNav A.07.00 "VPO ServiceNavigator English B.11.11 "
SOFTWARE Ignite-UX-11-11 B.3.6.82 "HP-UX Installation Utilities for Installing 11.11 Systems "
SOFTWARE InstInfo D.03.1.1 "(InstantInformaxn) HP Instant Information, HP-UX Browser "
SOFTWARE J4189-11001B E.10.18 "Hewlett-Packard JetDirect Printer Installer for Unix "
SOFTWARE NS-Com4 4.76 "Netscape Communicator 4.76 "
SOFTWARE OnlineDiag B.11.11.05.10 "HPUX 11.11 Support Tools Bundle, Dec 2001 "
SOFTWARE Ora817-OV 8.1.7 "Oracle 8.1.7 RDBMS (11i image) "
SOFTWARE PHCO_25887 1.0 "Software Distributor Cumulative Patch "
SOFTWARE PHCO_26124 1.0 "libc cumulative patch "
SOFTWARE PHKL_25233 1.0 "select(2) and poll(2) hang "
SOFTWARE PHKL_25389 1.0 "Core PM, vPar, Psets Cumulative Patch "
SOFTWARE PHNE_25627 1.0 "ONC/NFS General Release/Performance Patch "
SOFTWARE PHNE_25644 1.0 "cumulative ARPA Transport patch "
SOFTWARE PHNE_26728 1.0 "Cumulative STREAMS Patch "
SOFTWARE PHSS_25339 1.0 "OV ECS3.10 Sept 2001 Intermediate Patch "
SOFTWARE PHSS_25743 1.0 "OV NNM6.2 Consolidated Patch 2 "
SOFTWARE PHSS_26086 1.0 "OV ECS3.10 Intermediate Patch Jan 2002 "
SOFTWARE PHSS_26109 1.0 "OV NNM6.2 6.2: nodeView topodump fix "
SOFTWARE PHSS_26110 1.0 "OV NNM6.2 6.2: getnnmdata XML encoding "
SOFTWARE PHSS_26117 1.0 "OV NNM6.2 ovrestore: bad symbolic links "
SOFTWARE PHSS_26135 1.0 "OV NNM6.2 ovactiond maxLogSize fix "
SOFTWARE PHSS_26144 1.0 "OV NNM6.2 Polling param chg event disp "
SOFTWARE PHSS_26149 1.0 "OV NNM6.2 Sched Maint Ckt IP addr fix. "
SOFTWARE PHSS_26160 1.0 "OV NNM6.2 ovdweventflt--quoted nodes "
SOFTWARE PHSS_26179 1.0 "OV NNM6.2 OpenView Reporter Issues "
SOFTWARE PHSS_26256 1.0 "OV NNM6.2 ovalarmsrv node filter slow "
SOFTWARE PHSS_26257 1.0 "OV NNM6.2 ovperms.ovpl fails on 11.x "
SOFTWARE PHSS_26263 1.0 "ld(1) and linker tools cumulative patch "
SOFTWARE PHSS_26472 1.0 "OV NNM6.2 mapdb duplicate app oids fix "
SOFTWARE PHSS_26748 1.0 "OV NNM6.2 jovw null pointer exception "
SOFTWARE PHSS_26860 1.0 "OV NNM6.2 ECS ScheduledMaint fixes "
SOFTWARE PHSS_26924 1.0 "OV NNM6.2 snmpCollect fails to start "
SOFTWARE PHSS_26941 1.0 "OV NNM6.2 JPN garbled string in reports "
SOFTWARE PHSS_27069 1.0 "OV NNM6.2 xnmloadmib loading faulty mib "
SOFTWARE RAID-00 B.11.11.01 "PCI RAID; Supptd HW=A5856A "
SOFTWARE SharedX-10-20 B.10.20.00 "SharedX Runtime 2.0 (for HP-UX 10.20) "
SOFTWARE Starburst-Client A.05.06.00 "Starburst-UX Client "
SOFTWARE T1471AA A.03.10.002 "HP-UX Secure Shell "
SOFTWARE perl B.5.6.1.C "Perl Programming Language "
SOFTWARE rdesktop 1.2.0 "rdesktop "
SOFTWARE scc 1.5.1 "System Configuration Collector "
SOFTWARE scc-srv 1.3.4 "System Configuration Collector Server "
SUBNET_MASK 255.255.255.0
SWAP dev 900 1 /dev/vg00/lvol2
SW_ID 2002424543
TIMEZONE MET-1METDST
cfg "HP-UX B.11.11 Default" {
description "This selection supplies the default system configuration that HP supplies for the B.11.11 release."
"/opt/ignite/data/Rel_B.11.11/config"
"/opt/ignite/data/Rel_B.11.11/hw_patches_cfg"
"/var/opt/ignite/config.local"
}
Top software
- Ignite-UX
- /opt/ignite/data/Rel_B.11.11/config
release="B.11.11"
is_hppa {
_hp_disk_layout +={
"Whole disk (not LVM) with HFS",
"Logical Volume Manager (LVM) with HFS",
"Logical Volume Manager (LVM) with VxFS"
}
}
(_hp_primary_path != "" & !(_hp_root_disk ~ ".*"))
{
init _hp_root_disk=_hp_primary_path
}
init _hp_pri_swap = disk[_hp_root_disk].size
init _hp_pri_swap = _hp_disk_layout
init _hp_pri_swap = MEMORY * 2
_hp_pri_swap > 1024Mb {
disk[_hp_root_disk].size < 5120Mb {
init _hp_pri_swap = 1024Mb
} else {
_hp_pri_swap > 4096Mb { init _hp_pri_swap = 4096Mb }
}
}
(_hp_pri_swap < 128Mb)
{ init _hp_pri_swap = 128Mb }
_hp_min_swap = _hp_pri_swap
(_hp_min_swap > 512Mb & disk[_hp_root_disk].size < 3000Mb)
{ _hp_min_swap = 512Mb }
(_hp_min_swap > 192Mb & disk[_hp_root_disk].size < 1800Mb)
{ _hp_min_swap = 192Mb }
(_hp_min_swap > 96Mb & disk[_hp_root_disk].size < 700Mb)
{ _hp_min_swap = 96Mb }
(_hp_min_swap > 68Mb & disk[_hp_root_disk].size < 600Mb)
{ _hp_min_swap = 68Mb }
_hp_pri_swap = { 128Mb, 256Mb, 512Mb, 1024Mb,
1536Mb, 2048Mb, 3072Mb, 4096Mb }
_hp_sec_swap ={ 0Mb, 128Mb, 256Mb, 512Mb, 1024Mb,
1536Mb, 2048Mb, 3072Mb, 4096Mb }
init _hp_sec_swap = 0Mb
_hp_sec_swap help_text "Secondary Swap space (KB)"
init _hp_disk_layout = disk[_hp_root_disk].model
is_hppa {
HARDWARE_MODEL ~ "9000/7.*" {
init _hp_disk_layout = "Logical Volume Manager (LVM) with VxFS"
} else {
disk[_hp_root_disk].size >= 600Mb |
HARDWARE_MODEL ~ "9000/825.*" |
HARDWARE_MODEL ~ "9000/834.*" |
HARDWARE_MODEL ~ "9000/835.*" |
HARDWARE_MODEL ~ "9000/635.*" |
HARDWARE_MODEL ~ "9000/845.*" |
HARDWARE_MODEL ~ "9000/645.*" |
HARDWARE_MODEL ~ "9000/822.*" |
HARDWARE_MODEL ~ "9000/832.*" |
HARDWARE_MODEL ~ "9000/842.*" |
HARDWARE_MODEL ~ "9000/852.*"
{
init _hp_disk_layout = "Logical Volume Manager (LVM) with VxFS"
} else {
init _hp_disk_layout = "Whole disk (not LVM) with HFS"
}
}
disk[_hp_root_disk].size > 2097452K {
init _hp_disk_layout = "Logical Volume Manager (LVM) with VxFS"
}
} else {
init _hp_disk_layout = "VxVM with VxFS"
}
enum _hp_root_grp_striped
_hp_root_grp_striped = { "YES", "NO" }
init _hp_root_grp_striped = "NO"
_hp_root_grp_striped help_text "Stripe root VG disks?"
INIT "Create /export volume" = false
init _hp_root_grp_disks = (disk[_hp_root_disk].size+0) # +0 convert to int
enum _hp_root_grp_disks
_hp_root_grp_disks = { 1..num_disks }
init _hp_root_grp_disks = 1
_hp_root_grp_disks help_text "# of disks in root VG"
disk[_hp_root_disk].size < 600Mb & num_disks == 2
{
init _hp_disk_layout = "Logical Volume Manager (LVM) with VxFS"
init _hp_root_grp_disks = 2
}
INIT "Create separate volumes (/usr, /var, ...)" = TRUE
_hp_disk_layout == "Whole disk (not LVM) with HFS"
{
partitioned_disk
{
physical_volume disk[_hp_root_disk]
fs_partition {
usage = HFS
size = remaining
mount_point = "/"
disk[_hp_root_disk].size < 300Mb {
minfree = 5
}
}
swap_partition {
usage = SWAP
mount_point = "primary"
size = _hp_min_swap | remaining | _hp_pri_swap
}
}
}
_hp_disk_layout == "Logical Volume Manager (LVM) with HFS" |
_hp_disk_layout == "Logical Volume Manager (LVM) with VxFS"
{
volume_group "vg00"
{
physical_volume disk[*=_hp_root_grp_disks]
max_physical_extents = 2500
(disk[_hp_root_disk].size > 21504MB) # >21GB
{
physical_extent_size=8
}
(disk[_hp_root_disk].size > 44032MB) # >43GB
{
physical_extent_size=16
}
(disk[_hp_root_disk].size > 84992MB) # >83GB
{
physical_extent_size=32
}
(disk[_hp_root_disk].size > 179200MB) # >175GB
{
physical_extent_size=64
}
logical_volume {
mount_point = "/"
_hp_disk_layout == "Logical Volume Manager (LVM) with HFS" {
usage = HFS
} else {
usage = VxFS
}
"Create separate volumes (/usr, /var, ...)" {
disk[_hp_root_disk].size < 8192Mb {
size = 140Mb
} else {
size = 200Mb
}
} else {
disk[_hp_root_disk].size < 8192Mb {
size = remaining | 1200Mb
} else {
size = remaining | 1200Mb + _hp_pri_swap
}
}
contiguous_allocation = true
bad_block_relocate = false
}
logical_volume {
usage = SWAP_DUMP
mount_point = "primary"
contiguous_allocation = true
bad_block_relocate = false
size = _hp_min_swap | remaining | _hp_pri_swap
}
_hp_sec_swap > 0Mb {
logical_volume {
usage = SWAP
mount_point = "secondary"
_hp_root_grp_striped == "YES" {
stripes = *
}
else
{
contiguous_allocation = true # allows use as dump
bad_block_relocate = false # allows use as dump
}
size = _hp_sec_swap
}
}
logical_volume {
mount_point = "/stand"
usage = HFS
disk[_hp_root_disk].size < 8192Mb {
disk[_hp_root_disk].size < 2050Mb {
size = 84Mb
} else {
size = 112Mb
}
} else {
size = 300Mb
}
contiguous_allocation = true
bad_block_relocate = false
}
"Create separate volumes (/usr, /var, ...)" {
logical_volume {
mount_point = "/usr"
_hp_disk_layout == "Logical Volume Manager (LVM) with HFS" {
usage = HFS
} else {
usage = VxFS
}
disk[_hp_root_disk].size < 1800Mb {
size = 332Mb | remaining | 20% free
} else {
disk[_hp_root_disk].size > 3072MB {
size = 500Mb | remaining | 20% free
} else {
size = 400Mb | remaining | 20% free
}
}
_hp_root_grp_striped == "YES" {
stripes = *
}
}
logical_volume {
mount_point = "/opt"
_hp_disk_layout == "Logical Volume Manager (LVM) with HFS" {
usage = HFS
} else {
usage = VxFS
}
disk[_hp_root_disk].size < 1800Mb {
size = 100Mb | remaining | 100Mb free
} else {
disk[_hp_root_disk].size > 3072MB {
size = 100Mb | remaining | 252Mb free
} else {
size = 100Mb | remaining | 152Mb free
}
}
_hp_root_grp_striped == "YES" {
stripes = *
}
}
logical_volume {
mount_point = "/var"
_hp_disk_layout == "Logical Volume Manager (LVM) with HFS" {
nbpi = 2048
usage = HFS
} else {
usage = VxFS
}
disk[_hp_root_disk].size < 8192Mb {
size = 72Mb | remaining | 500Mb
} else {
size = 72Mb | remaining | 500Mb + _hp_pri_swap
}
_hp_root_grp_striped == "YES" {
stripes = *
}
}
logical_volume {
mount_point = "/tmp"
_hp_disk_layout == "Logical Volume Manager (LVM) with HFS" {
usage = HFS
nbpi = 2048
} else {
usage = VxFS
}
disk[_hp_root_disk].size < 8192Mb {
size = 64Mb
} else {
size = 200Mb
}
_hp_root_grp_striped == "YES" {
stripes = *
}
}
} # "Create separate volumes (/usr, /var, ...)"
"Create /export volume" {
logical_volume {
mount_point = "/export"
_hp_disk_layout == "Logical Volume Manager (LVM) with HFS" {
usage = HFS
} else {
usage = VxFS
}
size = remaining | 100Mb
_hp_root_grp_striped == "YES" {
stripes = *
}
}
}
logical_volume {
mount_point = "/home"
_hp_disk_layout == "Logical Volume Manager (LVM) with HFS" {
usage = HFS
} else {
usage = VxFS
}
size = remaining | 20Mb
_hp_root_grp_striped == "YES" {
stripes = *
}
}
} # root group
} # Volume Manager disk layout.
_hp_locale visible_if false
_hp_cfg_detail_level visible_if false
_hp_pri_swap visible_if false
_hp_min_swap visible_if false
_hp_disk_layout visible_if false
_hp_default_cur_lan_dev visible_if false
_hp_default_final_lan_dev visible_if false
_hp_keyboard visible_if false
_hp_root_disk visible_if false
_hp_boot_dev_path visible_if false
_hp_disk_layout == "Logical Volume Manager (LVM) with HFS" |
_hp_disk_layout == "Logical Volume Manager (LVM) with VxFS"
{
"Create /export volume" visible_if true
"Create separate volumes (/usr, /var, ...)" visible_if true
_hp_sec_swap visible_if true
_hp_root_grp_striped visible_if (_hp_root_grp_disks > 1)
_hp_root_grp_disks visible_if true
}
else
{
"Create /export volume" visible_if false
"Create separate volumes (/usr, /var, ...)" visible_if false
_hp_sec_swap visible_if false
_hp_root_grp_striped visible_if false
_hp_root_grp_disks visible_if false
}
init sw_sel "impact by scripts" {
sw_source = "core"
visible_if = false
impacts = "/var" 60Mb
impacts = "/stand" 20Mb
} = TRUE
enum _hp_force_autoboot
_hp_force_autoboot = { "YES", "NO" }
init _hp_force_autoboot = "YES"
_hp_force_autoboot help_text "Force Ignite-UX autoboot?"
enum _disable_dhcp
_disable_dhcp = { "YES", "NO" }
init _disable_dhcp = "NO"
_disable_dhcp help_text "Disable DHCP?"
_disable_dhcp == "YES" {
DISABLE_DHCP=TRUE
}
sd_command_line += " -x os_release=" +${release}
(_hp_os_bitness == "64")
{
(!can_run_64bit)
{
ERROR += "This system model: \"" +${model}+ "\" is not supported for running 64bit HP-UX, you must select the 32bit selection"
}
sd_command_line += " -x os_name=HP-UX:64 "
}
else
{
(_hp_os_bitness == "32")
{
(!can_run_32bit)
{
ERROR += "This system model: \"" +${model}+ "\" is not supported for running 32bit HP-UX, you must select the 64bit selection"
}
sd_command_line += " -x os_name=HP-UX:32 "
}
else
{
ERROR += "The _hp_os_bitness variable is not set to \"32\" or \"64\". This variable must be set in the config file that supplies the core archive or depot. If using an archive, make sure you start with the core11.cfg example config file. When using a depot, make_config will set this automatically."
}
}
_hp_os_bitness visible_if false
Top software
- Ignite-UX
- /opt/ignite/data/Rel_B.11.11/hw_patches_cfg
enum _hp_patch_save_files
_hp_patch_save_files = { "YES", "NO" }
init _hp_patch_save_files = "YES"
_hp_patch_save_files help_text "Save patched files?"
init sw_sel "General Patches"
{
sw_source = "core"
description = "Mark to load all patches, unmark for just critical & HW patches."
sw_category = "HPUXAdditions"
} = TRUE
sw_source "core"
{
(sw_sel "General Patches")
{
sd_command_line += " -xpatch_filter=*.* "
}
else # Don't load all patches, just HW/critical:
{
sd_command_line += " -xpatch_filter=*.*,c=critical|hardware_enablement "
}
(_hp_patch_save_files == "NO")
{
sd_command_line += " -xpatch_save_files=false "
}
else
{
sd_command_line += " -xpatch_save_files=true "
}
}
sw_source "core2"
{
(sw_sel "General Patches")
{
sd_command_line += " -xpatch_filter=*.* "
}
else # Don't load all patches, just HW/critical:
{
sd_command_line += " -xpatch_filter=*.*,c=critical|hardware_enablement "
}
(_hp_patch_save_files == "NO")
{
sd_command_line += " -xpatch_save_files=false "
}
else
{
sd_command_line += " -xpatch_save_files=true "
}
}
sw_sel "HPUXBase32" {
(sw_sel "General Patches") & (_hp_patch_save_files == "YES")
{
impacts = "/usr/forpatches" 0Kb
impacts = "/var/adm/sw/save" 1970Kb
}
!( sw_sel "General Patches") & (_hp_patch_save_files == "YES")
{
impacts = "/usr/forpatches" 0Kb
impacts = "/var/adm/sw/save" 1970Kb
}
}
sw_sel "HPUXBase64" {
(sw_sel "General Patches") & (_hp_patch_save_files == "YES")
{
impacts = "/usr/forpatches" 0Kb
impacts = "/var/adm/sw/save" 1970Kb
}
!( sw_sel "General Patches") & (_hp_patch_save_files == "YES")
{
impacts = "/usr/forpatches" 0Kb
impacts = "/var/adm/sw/save" 1970Kb
}
}
Top software
- Ignite-UX
- /var/opt/ignite/server/ignite.defs
client_timeout 20
halt_when_done false
ignite_welcome true
itool_welcome true
move_to_history_when_done false
new_client_notification true
print_enhanced_manifest false
full_net_recovery_info true
full_tape_recovery_info true
# Accounting B.11.11 Accounting
Accounting.ACCOUNTNG B.11.11 ACCOUNTNG
Accounting.ACCT-ENG-A-MAN B.11.11 ACCT-ENG-A-MAN
Accounting.ACCT-JPN-E-MAN B.11.11 ACCT-JPN-E-MAN
Accounting.ACCT-JPN-S-MAN B.11.11 ACCT-JPN-S-MAN
# Acrobat-Reader5 5.0.5 Acrobat Reader 5.0.5 for UNIX
Acrobat-Reader5.INSTALL
# ApacheStrong 1.3.19.21 HP Apache-based Web Server with Strong (128bit) Encryption
ApacheStrong.APACHE-STRONG 1.3.19.21 HP Apache-based Web Server with Strong (128bit) Encryption
ApacheStrong.TOMCAT 3.1.1.00 Tomcat
# Asian-Core A.03.00 Asian Core
Asian-Core.ASX-JPN-E-MAN A.03.00 Japanese (EUC) localized manual pages for ASX-MAN
Asian-Core.ASX-JPN-MAN A.03.00 Manual pages for Japanese specific ASX utilities
Asian-Core.ASX-JPN-NOTES A.03.00 ASX ReleaseNotes - Japan
Asian-Core.ASX-JPN-S-MAN A.03.00 Japanese (Shift-JIS) localized manual pages for ASX-MAN
Asian-Core.ASX-KOR-NOTES A.03.00 ASX ReleaseNotes - Korea
Asian-Core.ASX-MAN A.03.00 Manual pages for ASX utilities
Asian-Core.ASX-SCH-NOTES A.03.00 ASX ReleaseNotes - China
Asian-Core.ASX-TCH-NOTES A.03.00 ASX ReleaseNotes - Taiwan
# Asian-PRINTER A.03.00 Asian Printer
Asian-PRINTER.PRNTR-JPN-RUN A.03.00 Runtime module of filters and fonts for Japanese printers
Asian-PRINTER.PRNTR-KOR-RUN A.03.00 Runtime module of filters and fonts for Korean printers
Asian-PRINTER.PRNTR-RUN A.03.00 Runtime module of filters for Asian printers
Asian-PRINTER.PRNTR-SCH-RUN A.03.00 Runtime module of filters and fonts for Simplified Chinese printers
Asian-PRINTER.PRNTR-TCH-RUN A.03.00 Runtime module of filters and fonts for Traditional Chinese printers
Asian-PRINTER.PRT-LP-JPN-RUN A.03.00 Runtime module of lp models and filters for Japanese printers
Asian-PRINTER.PRT-LP-KOR-RUN A.03.00 Runtime module of lp models and filters for Korean printers
Asian-PRINTER.PRT-LP-RUN A.03.00 Runtime module of lp models and filters for Asian printers
Asian-PRINTER.PRT-LP-SCH-RUN A.03.00 Runtime module of lp models and filters for Simplified Chinese printers
Asian-PRINTER.PRT-LP-TCH-RUN A.03.00 Runtime module of lp models and filters for Traditional Chinese printers
Asian-PRINTER.PRT-PD-JPN-RUN A.03.00 Runtime module of HP DPS models for Japanese printers
Asian-PRINTER.PRT-PD-KOR-RUN A.03.00 Runtime module of HP DPS models for Korean printers
Asian-PRINTER.PRT-PD-RUN A.03.00 Runtime module of HP DPS models for Asian printers
Asian-PRINTER.PRT-PD-SCH-RUN A.03.00 Runtime module of HP DPS models for Simplified Chinese printers
Asian-PRINTER.PRT-PD-TCH-RUN A.03.00 Runtime module of HP DPS models for Traditional Chinese printers
# Asian-TERM A.03.00 Asian TERM
Asian-TERM.IMTERM-RUN A.03.00 Runtime module of code conversion and line discipline for Asian terminals
Asian-TERM.IMTERM-SCH-RUN A.03.00 Code conversion and line discipline for Simplified Chinese terminals
Asian-TERM.IMTERM-TCH-RUN A.03.00 Code conversion and line discipline for Traditional Chinese terminals
# Asian-UTILITY A.03.00 Asian Utility
Asian-UTILITY.EUS-JPN-RUN A.03.00 Japanese specific configuration for EUS-RUN
Asian-UTILITY.EUS-RUN A.03.00 Asian UDC Server Runtime
Asian-UTILITY.MFCONV-JPN-RUN A.03.00 Code Convertion Tools Runtime - Japan
Asian-UTILITY.STK-SCH-H-MAN A.03.00 Simplified Chinese Toolkit Manuals (HP15)
Asian-UTILITY.STK-SCH-MAN A.03.00 Simplified Chinese Toolkit Manuals
Asian-UTILITY.STK-SCH-RUN A.03.00 Simplified Chinese Toolkit Runtime
Asian-UTILITY.TTK-TCH-B-MAN A.03.00 TSDO Toolkit Manuals - Taiwan BIG5 codeset
Asian-UTILITY.TTK-TCH-C-MAN A.03.00 TSDO Toolkit Manuals - Taiwan ccdc codeset
Asian-UTILITY.TTK-TCH-E-MAN A.03.00 TSDO Toolkit Manuals - Taiwan CNS codeset
Asian-UTILITY.TTK-TCH-MAN A.03.00 TSDO Toolkit Manuals - Taiwan
Asian-UTILITY.TTK-TCH-RUN A.03.00 TSDO Toolkit Runtime - Taiwan
Asian-UTILITY.UDC-JPN-RUN A.03.00 User Defined Character Tools Runtime - Japan
Asian-UTILITY.UDC-KOR-RUN A.03.00 User Defined Character Tools Runtime - Korea
Asian-UTILITY.UDC-RUN A.03.00 User Defined Character Tools Runtime - Asian Common
Asian-UTILITY.UDC-SCH-RUN A.03.00 User Defined Character Tools Runtime - China
Asian-UTILITY.UDC-TCH-RUN A.03.00 User Defined Character Tools Runtime - Taiwan
Asian-UTILITY.UTILS-RUN A.03.00 Runtime module of commands for Asian terminals and printers
Asian-UTILITY.UTILS-SCH-RUN A.03.00 Simplified Chinese localized messages for UTILS-RUN
Asian-UTILITY.UTILS-TCH-RUN A.03.00 Traditional Chinese localized messages for UTILS-RUN
# AudioDevKit B.11.11.01 HP-UX Audio Developer Kit
AudioDevKit.AUDIO-FILES B.11.11.01 Sample files
AudioDevKit.AUDIO-PGMAN B.11.11.01 Audio Programming Reference
AudioDevKit.AUDIO-PRG B.11.11.01 Audio Programming Environment
# AudioSubsystem B.11.11 HP-UX Audio Subsystem
AudioSubsystem.AUD-ENG-A-MAN B.11.11 AUD-ENG-A-MAN
AudioSubsystem.AUDIO-RUN B.11.11 AUDIO-RUN
AudioSubsystem.AUDIO-SHLIBS B.11.11 AUDIO-SHLIBS
AudioSubsystem.AUDIO-SRV B.11.11 AUDIO-SRV
# Auxiliary-Opt B.11.11.04 Auxiliary Optimizer for HP Languages.
Auxiliary-Opt.LANG-AUX B.11.11.04 Advanced Optimization Tools
Auxiliary-Opt.LANG-HELP B.11.11.04 linker online help
Auxiliary-Opt.LANG-STARTUP B.11.11.04 Family of Startup crt0.o files
# BINDv920 B.11.11.01.001 BIND 9.2.0 special release upgrade
BINDv920.INETSVCS-BIND B.11.11.01.001 Internet Services Fileset
# C-ANSI-C B.11.11.04 HP C/ANSI C Compiler
C-ANSI-C.C B.11.11.04 C Programming Language
C-ANSI-C.C-HELP B.11.11.04 C Online help
C-ANSI-C.C-MAN B.11.11.04 C References Pages
# C-Analysis-Tools B.11.11.04 C Language Analysis Tools
C-Analysis-Tools.C-TOOLS B.11.11.04 C Tools Files
C-Analysis-Tools.C-TOOLS-MAN B.11.11.04 man pages for the C Development Tools
# C-Dev-Tools B.11.11.04 C Language Development Tools
C-Dev-Tools.C-AUX B.11.11.04 C & C++ language tools
C-Dev-Tools.C-AUX-MAN B.11.11.04 C & C++ language tools Man pages.
# CDE B.11.11 HP-UX CDE User Interface
CDE.CDE-DTTERM B.11.11 CDE Terminal Emulator
CDE.CDE-ENG-A-HELP B.11.11 English Localized Help
CDE.CDE-ENG-A-MAN B.11.11 CDE Man Pages
CDE.CDE-ENG-A-MSG B.11.11 English Localized Message Catalog
CDE.CDE-FONTS B.11.11 CDE Font and Font Support
CDE.CDE-FRE-I-MSG B.11.11 French Localized Message Catalogs
CDE.CDE-GER-I-MSG B.11.11 German Localized Message Catalog
CDE.CDE-HELP-RUN B.11.11 CDE Help Runtime
CDE.CDE-ICONS B.11.11 CDE Icons and bitmaps
CDE.CDE-ITA-I-MSG B.11.11 Italian Localized Message Catalog
CDE.CDE-JPN-E-MSG B.11.11 Japanese Localized Message Catalog
CDE.CDE-JPN-S-MSG B.11.11 Japanese SJIS Localized Message Catalog
CDE.CDE-KOR-E-MSG B.11.11 Korean Localized Message Catalog
CDE.CDE-LANGS B.11.11 localized files
CDE.CDE-MIN B.11.11 CDE Minimum Runtime
CDE.CDE-RUN B.11.11 CDE Runtime
CDE.CDE-SCH-H-MSG B.11.11 Chinese Localized Message Catalog
CDE.CDE-SHLIBS B.11.11 CDE Shared Libraries
CDE.CDE-SPA-I-MSG B.11.11 Spanish Localized Message Catalog
CDE.CDE-SWE-I-MSG B.11.11 Swedish Localized Message Catalog
CDE.CDE-TCH-B-MSG B.11.11 Chinese Big5 Localized Message Catalog
CDE.CDE-TCH-E-MSG B.11.11 Chinese Localized Message Catalog
CDE.CDE-TT B.11.11 CDE Messaging
# CDEDevKit B.11.11.01 CDE Developer Kit
CDEDevKit.CDE-DEMOS B.11.11.01 Demo Applications
CDEDevKit.CDE-HELP-PRG B.11.11.01 Help Developer Applications
CDEDevKit.CDE-INC B.11.11.01 Header files
CDEDevKit.CDE-MAN-DEV B.11.11.01 Developer Man Pages
CDEDevKit.CDE-PRG B.11.11.01 Developer Libraries
# CIFS-Client A.01.06 HP CIFS/9000 Client
CIFS-Client.CIFSCLIENT-RUN A.01.06 Run-time programs and libraries for CIFS/9000 Client for 64-bit systems
# CIFS-Development A.01.07 CIFS/9000 server source code files
CIFS-Development.CIFS-PRG A.01.07 CIFS/9000 source code files
# CIFS-Server A.01.07 CIFS/9000 (Samba) File and Print Services
CIFS-Server.CIFS-ADMIN A.01.07 CIFS/9000 (Samba) Web Administration Tool (SWAT)
CIFS-Server.CIFS-DOC A.01.07 Samba Documentation (original)
CIFS-Server.CIFS-MAN A.01.07 UNIX MAN pages
CIFS-Server.CIFS-RUN A.01.07 Run-time programs and libraries
CIFS-Server.CIFS-UTIL A.01.07 Scripts and utilities
# CPS B.11.11 Compiler Parallel Support Library
CPS.CPS-32SLIB B.11.11 CPS-32SLIB
CPS.CPS-64SLIB B.11.11 CPS-64SLIB
CPS.CPS-MIN B.11.11 CPS-MIN
# Contrib-Tools B.11.11.05.10 Contributed Tools
Contrib-Tools.CONTRIB B.11.11 Contributed Tools Fileset
Contrib-Tools.PDCINFO B.11.11 Contributed Tools PDCINFO Fileset
Contrib-Tools.PIMTOOL B.11.11 Contributed Tools PIMTOOL Fileset
# Curses-Color B.11.11 Curses library with color support
Curses-Color.CURS-ENG-A-MAN B.11.11 CURS-ENG-A-MAN
Curses-Color.CURS-JPN-E-MAN B.11.11 CURS-JPN-E-MAN
Curses-Color.CURS-JPN-S-MAN B.11.11 CURS-JPN-S-MAN
Curses-Color.CURSES-MIN B.11.11 Color Curses Runtime environment
Curses-Color.CURSES-PRG B.11.11 Color Curses Programming environment
# DATA-PROTECTOR A.05.00 HP OpenView Storage Data Protector
DATA-PROTECTOR.OMNI-ACS-P A.05.00 HP OpenView Storage Data Protector STK Silo Support
DATA-PROTECTOR.OMNI-CC A.05.00 HP OpenView Storage Data Protector Cell Console
DATA-PROTECTOR.OMNI-CORE A.05.00 HP OpenView Storage Data Protector Core
DATA-PROTECTOR.OMNI-CORE-IS A.05.00 HP OpenView Storage Data Protector Installation Server Core
DATA-PROTECTOR.OMNI-CS A.05.00 HP OpenView Storage Data Protector Cell Server
DATA-PROTECTOR.OMNI-DA A.05.00 HP OpenView Storage Data Protector Disk Agent
DATA-PROTECTOR.OMNI-DAS-P A.05.00 HP OpenView Storage Data Protector Media Agent Packet
DATA-PROTECTOR.OMNI-DOCS A.05.00 HP OpenView Storage Data Protector Documents
DATA-PROTECTOR.OMNI-EMC-P A.05.00 HP OpenView Storage Data Protector EMC Integration Packet
DATA-PROTECTOR.OMNI-FASTRAX-P A.05.00 HP OpenView Storage Data Protector Fastrax Resolving Agent Packet
DATA-PROTECTOR.OMNI-FXMA-P A.05.00 HP OpenView Storage Data Protector Fastrax Media Agent Packet
DATA-PROTECTOR.OMNI-HPUX-P A.05.00 HP OpenView Storage Data Protector HPUX Push Packet
DATA-PROTECTOR.OMNI-INF-P A.05.00 HP OpenView Storage Data Protector Informix Integration Packet
DATA-PROTECTOR.OMNI-INTEG-P A.05.00 HP OpenView Storage Data Protector Core Integ Packet
DATA-PROTECTOR.OMNI-LOTUS-P A.05.00 HP OpenView Storage Data Protector Lotus Integration Packet
DATA-PROTECTOR.OMNI-MA A.05.00 HP OpenView Storage Data Protector Media Agent
DATA-PROTECTOR.OMNI-MOMGUI A.05.00 HP OpenView Storage Data Protector Manager of Managers
DATA-PROTECTOR.OMNI-NDMP-P A.05.00 HP OpenView Storage Data Protector NDMP Media Agent Packet
DATA-PROTECTOR.OMNI-OMNIST-P A.05.00 HP OpenView Storage Data Protector OmniStorage Integration
DATA-PROTECTOR.OMNI-OR8-P A.05.00 HP OpenView Storage Data Protector Oracle 8 Integration Packet
DATA-PROTECTOR.OMNI-ORA-P A.05.00 HP OpenView Storage Data Protector Oracle Integration Packet
DATA-PROTECTOR.OMNI-OTHUX-P A.05.00 HP OpenView Storage Data Protector other UX Push Packet
DATA-PROTECTOR.OMNI-OV-P A.05.00 HP OpenView Storage Data Protector NNM Backup Integration Packet
DATA-PROTECTOR.OMNI-SAP-P A.05.00 HP OpenView Storage Data Protector SAP/R3 Integration Packet
DATA-PROTECTOR.OMNI-SNAPA-P A.05.00 HP OpenView Storage Data Protector SNAPA Integration Packet
DATA-PROTECTOR.OMNI-SSEA-P A.05.00 HP OpenView Storage Data Protector SSEA Integration Packet
DATA-PROTECTOR.OMNI-SYB-P A.05.00 HP OpenView Storage Data Protector Sybase Integration Packet
# DCE-Core B.11.11 HP DCE/9000 Core Client Software
DCE-Core.DCE-COR-64SLIB B.11.11 DCE-COR-64SLIB
DCE-Core.DCE-CORE-DTS B.11.11 DCE-CORE-DTS
DCE-Core.DCE-CORE-HELP B.11.11 DCE-CORE-HELP
DCE-Core.DCE-CORE-NOTES B.11.11 DCE-CORE-NOTES
DCE-Core.DCE-CORE-RUN B.11.11 DCE-CORE-RUN
DCE-Core.DCE-CORE-SHLIB B.11.11 DCE-CORE-SHLIB
DCE-Core.DCE-JPN-E-MSG B.11.11 DCE-JPN-E-MSG
DCE-Core.DCE-JPN-S-MSG B.11.11 DCE-JPN-S-MSG
DCE-Core.DCEC-ENG-A-MAN B.11.11 DCEC-ENG-A-MAN
DCE-Core.MACR-ENG-A-MAN B.11.11 MACR-ENG-A-MAN
# DDE B.11.11.04 Distributed Debugging Environment DDE 4.26
DDE.DDE B.11.11.04 DDE 4.26 Executables
DDE.DDE-HELP B.11.11.04 DDE 4.26 Online help
DDE.DDE-JPN-E-HELP B.11.11.04 DDE 4.26 Japanese EUC encoded Online help
DDE.DDE-JPN-E-MAN B.11.11.04 DDE 4.26 Japanese EUC Reference (man) Page
DDE.DDE-JPN-S-HELP B.11.11.04 DDE 4.26 Japanese SJIS encoded Online help
DDE.DDE-JPN-S-MAN B.11.11.04 DDE 4.26 Japanese SJIS Reference (man) Page
DDE.DDE-MAN B.11.11.04 DDE 4.26 Reference (man) Page
DDE.DDE-SB B.11.11.04 DDE 4.26 Softbench Components
# DMI B.11.11.33 Desktop Management Interface for HP-UX
DMI.DMI-ITO B.11.11.33 ITO Edition DMI Monitoring Templates
DMI.DMI-PRG B.11.11.33 DMI Software Development Tool Kit for HP-UX
DMI.DMI-PRG-MAN B.11.11.33 DMI Software Development Tool Kit for HP-UX Man Pages
DMI.DMI-RUN B.11.11.33 DMI Runtime Environment for HP-UX
DMI.DMI-RUN-MAN B.11.11.33 DMI Runtime Environment for HP-UX Man Pages
DMI.DMI-SHLIBS B.11.11.33 DMI Shared Libraries for HP-UX
DMI.DMI-SWCI B.11.11.33 HP-UX Software Distributor DMI Component Interface Daemon
DMI.DMI-SWCI-MAN B.11.11.33 HP-UX Software Distributor DMI Component Interface Man Pages
DMI.DMI-UXCI B.11.11.33 HP-UX Standard Groups Component Instrumentation
DMI.DMI-UXCI-MAN B.11.11.33 HP-UX Standard Groups Component Instrumentation Man Pages
# DebugPrg B.11.11.04 Debugging Support Tools
DebugPrg.DEBUG-PRG B.11.11.04 Debugging Support Tools
# DigitalVideo B.11.11 Digital Video Software
DigitalVideo.DVIDEO-SHLIBS B.11.11 Digital Video shared libraries
DigitalVideo.DVIDEO-SRV B.11.11 Digital Video Server Processes
# DiskQuota B.11.11 DiskQuota
DiskQuota.DQUO-ENG-A-MAN B.11.11 DQUO-ENG-A-MAN
DiskQuota.DQUO-JPN-E-MAN B.11.11 DQUO-JPN-E-MAN
DiskQuota.DQUO-JPN-S-MAN B.11.11 DQUO-JPN-S-MAN
DiskQuota.DQUOTA B.11.11 DQUOTA
# DistributedPrint B.11.11 DistributedPrint
DistributedPrint.PD-CLIENT B.11.11 PD-CLIENT
DistributedPrint.PD-COMMON B.11.11 PD-COMMON
DistributedPrint.PD-ENG-A-MAN B.11.11 PD-ENG-A-MAN
DistributedPrint.PD-JPN-E-MAN B.11.11 PD-JPN-E-MAN
DistributedPrint.PD-JPN-S-MAN B.11.11 PD-JPN-S-MAN
DistributedPrint.PD-SERVCOMMON B.11.11 PD-SERVCOMMON
DistributedPrint.PD-SPOOLER B.11.11 PD-SPOOLER
DistributedPrint.PD-SUPERVISOR B.11.11 PD-SUPERVISOR
# EMS-Config A.03.20.01 EMS Config
EMS-Config.EMS-GUI A.03.20.01 EMS GUI
# EMS-Core A.03.20.01 EMS Core Product
EMS-Core.EMS-CORE A.03.20.01 Event Monitoring Services Core Files
EMS-Core.EMS-MX A.03.20.01 Event Monitoring Services SCMgr Tools
# EMS-KRMonitor A.11.11.04 EMS Kernel Resource Monitor
EMS-KRMonitor.KRMON-DRV-CMN A.11.11.04 EMS Kernel Resource Monitor Common Files for Driver
EMS-KRMonitor.KRMON-DRV-DRV A.11.11.04 EMS Kernel Resource Monitor 64-bit Driver
EMS-KRMonitor.KRMON-MAN A.11.11.04 EMS Kernel Resource Monitor Manual
EMS-KRMonitor.KRMON-RUN A.11.11.04 EMS Kernel Resource Monitor Runtime
# EMS-MIBMonitor A.03.20.01 EMS MIB Resource Monitor Product
EMS-MIBMonitor.MIBMON-RUN A.03.20.01 MIB Resource Monitor
# FC-TACHYON-TL B.11.11.09 PCI/HSC FibreChannel;Supptd HW=A6684A,A6685A,A5158A,A6795A
FC-TACHYON-TL.FC-TL-KRN B.11.11.09 Fibre Channel Tachyon TL Kernel Library
FC-TACHYON-TL.FC-TL-RUN B.11.11.09 Fibre Channel Tachyon TL User Space files
# FCMassStorage B.11.11 Fibre Channel Mass Storage
FCMassStorage.FCMS-ENG-A-MAN B.11.11 FCMS-ENG-A-MAN
FCMassStorage.FCMS-INIT B.11.11 Fibre Channel Mass Storage Utilities
FCMassStorage.FCMS-JPN-E-MAN B.11.11 FCMS-JPN-E-MAN
FCMassStorage.FCMS-JPN-S-MAN B.11.11 FCMS-JPN-S-MAN
FCMassStorage.FCMS-KRN B.11.11 Fibre Channel Mass Storage Drivers
FCMassStorage.FCMS-RUN B.11.11 Fibre Channel Mass Storage Utilities
# FDDI-KRN-COM B.11.11.01 HP HP-PB/CORE/PCI FDDI Kernel Component
FDDI-KRN-COM.FDDI467-KRN B.11.11.01 FDDI Kernel Component
# FDDI-PCI B.11.11.02 HP PCI FDDI Driver
FDDI-PCI.FDAD-ENG-A-MAN B.11.11.02 PCI FDDI manpage fileset
FDDI-PCI.FDDI4-KRN B.11.11.02 PCI FDDI Kernel Software Distribution
FDDI-PCI.FDDI4-RUN B.11.11.02 PCI FDDI Runtime Software Distribution
# GE-DRV B.11.11.14 HP PCI/GSC Gigabit Ethernet Driver
GE-DRV.GE-KRN B.11.11.14 Gigabit Ethernet Kernel Software Distribution
GE-DRV.GE-RUN B.11.11.14 Gigabit Ethernet Runtime Software Distribution
# GSS-API B.11.11 GSS-API Version 1.0
GSS-API.GSS-ENG-A-MAN B.11.11 GSS-ENG-A-MAN
GSS-API.GSS-JPN-E-MAN B.11.11 GSS-JPN-E-MAN
GSS-API.GSS-JPN-S-MAN B.11.11 GSS-JPN-S-MAN
GSS-API.GSSAPI-64SLIB B.11.11 GSSAPI-64SLIB
GSS-API.GSSAPI-PRG B.11.11 GSSAPI-PRG
GSS-API.GSSAPI-RUN B.11.11 GSSAPI-RUN
GSS-API.GSSAPI-SHLIB B.11.11 GSSAPI-SHLIB
# Glance C.03.50.00 HP GlancePlus/UX
Glance.GLANCE C.03.50.00 HP GlancePlus files
Glance.GPM C.03.50.00 HP GlancePlus Motif interface files
# H4356S B.00 OV Operations 7.0 I
H4356S.H4356S-LABS B.00 OV Operations 7.0 I
# HPNPL E.10.18 Hewlett-Packard JetDirect Printer Installer for Unix
HPNPL.HPNPL-MAN E.10.18 Standard Man Pages for JetDirect Printer Installer for Unix
HPNPL.HPNPL-RUN E.10.18 Executables and various files needed for HPNPL operation
HPNPL.HPNPL-SL-AUX E.10.18 Shared Libraries for HPNPL-RUN
HPNPL.HPNPL-SL-MIN E.10.18 Shared Libraries for HPNPL-RUN
# HPvmsa B.03.20.1 HP VERITAS Volume Manager Storage Administrator
HPvmsa.VMSA-CLASSES B.03.20.1 HP VMSA Base Classes & JRE
HPvmsa.VMSA-CLIENT B.03.20.1 HP Client specific Files
HPvmsa.VMSA-ENG-A-MAN B.03.20.1 HP English Manual Pages
HPvmsa.VMSA-SERVER B.03.20.1 HP Server specific Files
HPvmsa.VMSA-VENDOR B.03.20.1 HP Vendor Classes
# HPvxvm B.03.20.1 Base VERITAS Volume Manager 3.2 for HP-UX
HPvxvm.VXVM-ENG-A-MAN B.03.20.1 VERITAS Volume Manager 3.2 Man Pages for HP-UX
HPvxvm.VXVM-HELP B.03.20.1 VERITAS Volume Manager 3.2 Help Files for HP-UX
HPvxvm.VXVM-KRN B.03.20.1 VERITAS Volume Manager 3.2 Kernel and Library Files for HP-UX
HPvxvm.VXVM-RUN B.03.20.1 VERITAS Volume Manager 3.2 Commands and Scripts for HP-UX
# I2ORAID B.11.11.01 I2O RAID Product
I2ORAID.I2ORAID-KRN B.11.11.01 I2O RAID kernel distribution (64 bit)
I2ORAID.I2ORAID-MAN B.11.11.01 I2O RAID Man Pages
I2ORAID.I2ORAID-RUN B.11.11.01 I2O RAID runtime distribution (64 bit)
# IGELAN-DRV B.11.11.01 HP PCI Gigabit Ethernet Driver
IGELAN-DRV.IGELAN-KRN B.11.11.01 Gigabit Ethernet Kernel Software Distribution
IGELAN-DRV.IGELAN-RUN B.11.11.01 Gigabit Ethernet Runtime Software Distribution
# Ignite-UX B.3.6.82 HP-UX System Installation Services
Ignite-UX.BOOT-KERNEL B.3.6.82 Installation Boot Kernel for S700/S800 clients
Ignite-UX.BOOT-SERVICES B.3.6.82 Network Boot Services for System Installations
Ignite-UX.FILE-SRV-11-11 B.3.6.82 File Archives Used By Clients During HP-UX Install
Ignite-UX.IGNITE B.3.6.82 Graphical Ignite User Interface for Installations
Ignite-UX.IGNT-ENG-A-MAN B.3.6.82 Ignite-UX Manual Pages
Ignite-UX.MGMT-TOOLS B.3.6.82 Tools for Managing Data Files on an Ignition Server
Ignite-UX.OBAM-RUN B.3.6.82 User Interface Libraries Needed for Older Systems
Ignite-UX.RECOVERY B.3.6.82 System disaster recovery tools
# ImagingDevKit B.11.11.01 HP-UX Developer's Toolkit - Imaging
ImagingDevKit.IMAGE-FILES B.11.11.01 Imaging Subsystem Development Files
ImagingDevKit.IMAGE-PGMAN B.11.11.01 Imaging Subsystem Development Man Pages
ImagingDevKit.IMAGE-PRG B.11.11.01 Imaging Subsystem Development Tools
# ImagingSubsystem B.11.11 HP-UX Image Viewer Subsystem
ImagingSubsystem.IMAGE-SHLIBS B.11.11 IMAGE-SHLIBS
# InstantInformaxn D.03.1.1 HP Instant Information, HP-UX Browser
InstantInformaxn.BrowserCore HP-UX Instant Information Browser Executable and related files
InstantInformaxn.English HP-UX Instant Information English Language Files
InstantInformaxn.Japanese HP-UX Instant Information Japanese Language Files
# IntegratedLogin B.11.11 Integrated Login for HP-UX and DCE
IntegratedLogin.ILOGIN-COMMON B.11.11 ILOGIN-COMMON
IntegratedLogin.ILOGIN-DCE B.11.11 ILOGIN-DCE
# International B.11.11 International
International.ARABIC B.11.11 ARABIC
International.BULGARIAN B.11.11 BULGARIAN
International.CHINESES B.11.11 CHINESES
International.CHINESET B.11.11 CHINESET
International.CZECH B.11.11 CZECH
International.DANISH B.11.11 DANISH
International.DUTCH B.11.11 DUTCH
International.ENGLISH B.11.11 ENGLISH
International.FINNISH B.11.11 FINNISH
International.FRENCH B.11.11 FRENCH
International.GERMAN B.11.11 GERMAN
International.GREEK B.11.11 GREEK
International.HEBREW B.11.11 HEBREW
International.HUNGARIAN B.11.11 HUNGARIAN
International.ICELANDIC B.11.11 ICELANDIC
International.ITALIAN B.11.11 ITALIAN
International.JAPANESE B.11.11 JAPANESE
International.KOREAN B.11.11 KOREAN
International.NORWEGIAN B.11.11 NORWEGIAN
International.POLISH B.11.11 POLISH
International.PORTUGUESE B.11.11 PORTUGUESE
International.RUMANIAN B.11.11 RUMANIAN
International.RUSSIAN B.11.11 RUSSIAN
International.SERBOCROATIAN B.11.11 SERBOCROATIAN
International.SLOVAKIAN B.11.11 SLOVAKIAN
International.SLOVENIAN B.11.11 SLOVENIAN
International.SPANISH B.11.11 SPANISH
International.SWEDISH B.11.11 SWEDISH
International.THAI B.11.11 THAI
International.TURKISH B.11.11 TURKISH
# InternetSrvcs B.11.11 General network applications and daemons
InternetSrvcs.INET-ENG-A-MAN B.11.11 INET-ENG-A-MAN
InternetSrvcs.INET-JPN-E-MAN B.11.11 INET-JPN-E-MAN
InternetSrvcs.INET-JPN-S-MAN B.11.11 INET-JPN-S-MAN
InternetSrvcs.INETSVCS-BOOT B.11.11 INETSVCS-BOOT
InternetSrvcs.INETSVCS-DTC B.11.11 INETSVCS-DTC
InternetSrvcs.INETSVCS-INC B.11.11 INETSVCS-INC
InternetSrvcs.INETSVCS-INETD B.11.11 INETSVCS-INETD
InternetSrvcs.INETSVCS-RUN B.11.11 INETSVCS-RUN
InternetSrvcs.RBTD-ENG-A-MAN B.11.11 RBTD-ENG-A-MAN
InternetSrvcs.RBTD-JPN-E-MAN B.11.11 RBTD-JPN-E-MAN
InternetSrvcs.RBTD-JPN-S-MAN B.11.11 RBTD-JPN-S-MAN
# JFS B.11.11 The Base VxFS File System
JFS.JFS-ENG-A-MAN B.11.11 JFS-ENG-A-MAN
JFS.JFS-JPN-E-MAN B.11.11 JFS-JPN-E-MAN
JFS.JFS-JPN-S-MAN B.11.11 JFS-JPN-S-MAN
JFS.VXFS-BASE-KRN B.11.11 The Base VxFS File System Kernel files
JFS.VXFS-BASE-RUN B.11.11 VXFS-BASE-RUN
JFS.VXFS-PRG B.11.11 Subproduct contains the necessary header files for prog env
# Judy-lib B.11.11.04.08 Judy Library and Related files
Judy-lib.JUDY B.11.11.04.08 Judy Library and Related files 20010918.213046
# KRB-Support B.11.11 Kerberos Support for HP-UX and DCE
KRB-Support.KRB-SUPP-MAN B.11.11 KRB-SUPP-MAN
KRB-Support.KRB-SUPP-NOTES B.11.11 KRB-SUPP-NOTES
KRB-Support.KRB-SUPP-RUN B.11.11 KRB-SUPP-RUN
# KRB5-Client B.11.11 Kerberos V5 Client Version 1.0
KRB5-Client.KRB5-64SLIB B.11.11 KRB5-64SLIB
KRB5-Client.KRB5-ENG-A-MAN B.11.11 KRB5-ENG-A-MAN
KRB5-Client.KRB5-JPN-E-MAN B.11.11 KRB5-JPN-E-MAN
KRB5-Client.KRB5-JPN-S-MAN B.11.11 KRB5-JPN-S-MAN
KRB5-Client.KRB5-PRG B.11.11 KRB5-PRG
KRB5-Client.KRB5-RUN B.11.11 KRB5-RUN
KRB5-Client.KRB5-SHLIB B.11.11 KRB5-SHLIB
# KernDevKit B.11.11 HP-UX Kernel Developer Kit
KernDevKit.KERN-DEV-KIT B.11.11 HP-UX Kernel Developer Kit
# Keyshell B.11.11 Keyshell
Keyshell.KEYS-ENG-A-MAN B.11.11 KEYS-ENG-A-MAN
Keyshell.KEYS-JPN-E-MAN B.11.11 KEYS-JPN-E-MAN
Keyshell.KEYS-JPN-S-MAN B.11.11 KEYS-JPN-S-MAN
Keyshell.KEYSHELL-RUN B.11.11 KEYSHELL-RUN
# LAN100-FRMAT-COM B.11.11.01 HP-PB 100BT LAN/9000 formatter product.
LAN100-FRMAT-COM.LAN100-FORMAT B.11.11.01 HP-PB 100BT LAN/9000 formatter library
# LAN100-INIT-COM B.11.11.01 HP-PB 100BT LAN/9000 initialization products.
LAN100-INIT-COM.LAN100BT-INIT B.11.11.01 HP-PB 100BT LAN/9000 initialization files.
# LAN100BT-PB-KRN B.11.11.01 HP-PB 100BT LAN/9000 kernel products.
LAN100BT-PB-KRN.HPBT-KRN B.11.11.01 HP-PB 100BT LAN/9000 kernel library.
# LAN100BT-PB-RUN B.11.11.01 HP-PB 100BT LAN/9000 command products.
LAN100BT-PB-RUN.HPPB100BT-RUN B.11.11.01 HP-PB 100BT LAN/9000 command libraries
# LIF-LOAD B.11.11.05.10 HP LIF LOAD Tools
LIF-LOAD.LIF-LOAD-MIN B.11.11.05.10 Support LIF Loader
LIF-LOAD.LIF-LOAD-NOTES B.11.11.05.10 Support LIF Release Notes
# LSSERV B.11.11 LicensePower/iFOR ARK
LSSERV.LSRV-ENG-A-MAN B.11.11 LSRV-ENG-A-MAN
LSSERV.LSRV-JPN-E-MAN B.11.11 LSRV-JPN-E-MAN
LSSERV.LSRV-JPN-S-MAN B.11.11 LSRV-JPN-S-MAN
LSSERV.LSSERV-ADMIN B.11.11 Administrator's Runtime Kit
LSSERV.LSSERV-RUN B.11.11 LicensePower/iFOR ARK Runtime
LSSERV.LSSERV-SERVER B.11.11 LicensePower/iFOR ARK Server
LSSERV.LSSERV-SHLIBS B.11.11 LicensePower/iFOR ARK Shared Libraries
# LVM B.11.11 LVM
LVM.LVM-ENG-A-MAN B.11.11 LVM-ENG-A-MAN
LVM.LVM-JPN-E-MAN B.11.11 LVM-JPN-E-MAN
LVM.LVM-JPN-S-MAN B.11.11 LVM-JPN-S-MAN
LVM.LVM-KRN B.11.11 HP-UX Kernel support for the Logical Volume Manager
LVM.LVM-MIRROR-RUN B.11.11 LVM-MIRROR-RUN
LVM.LVM-RUN B.11.11 LVM-RUN
# MSDOS-Utils B.11.11 MSDOS-Utils
MSDOS-Utils.DOS-UTILS B.11.11 DOS-UTILS
MSDOS-Utils.DOSU-ENG-A-MAN B.11.11 DOSU-ENG-A-MAN
MSDOS-Utils.DOSU-JPN-E-MAN B.11.11 DOSU-JPN-E-MAN
MSDOS-Utils.DOSU-JPN-S-MAN B.11.11 DOSU-JPN-S-MAN
# MailUtilities B.11.11 User mail agents and related tools
MailUtilities.MAIL-ENG-A-MAN B.11.11 MAIL-ENG-A-MAN
MailUtilities.MAIL-JPN-E-MAN B.11.11 MAIL-JPN-E-MAN
MailUtilities.MAIL-JPN-S-MAN B.11.11 MAIL-JPN-S-MAN
MailUtilities.MAILERS B.11.11 MAILERS
# MeasurementInt C.03.50.00 HP-UX Measurement Interface for 11i
MeasurementInt.ARM C.03.50.00 HP-UX Application Response Measurement for 11i
MeasurementInt.MI C.03.50.00 HP-UX Measurement Interface for 11i
# NFS B.11.11 ONC/NFS; Network-File System,Information Services,Utilities
NFS.KEY-CORE B.11.11 KEY-CORE
NFS.NFS-64ALIB B.11.11 NFS-64ALIB
NFS.NFS-64SLIB B.11.11 NFS-64SLIB
NFS.NFS-CLIENT B.11.11 NFS-CLIENT
NFS.NFS-CORE B.11.11 NFS-CORE
NFS.NFS-ENG-A-MAN B.11.11 NFS-ENG-A-MAN
NFS.NFS-JPN-E-MAN B.11.11 NFS-JPN-E-MAN
NFS.NFS-JPN-S-MAN B.11.11 NFS-JPN-S-MAN
NFS.NFS-KRN B.11.11 NFS-KRN
NFS.NFS-PRG B.11.11 NFS-PRG
NFS.NFS-SERVER B.11.11 NFS-SERVER
NFS.NFS-SHLIBS B.11.11 NFS-SHLIBS
NFS.NIS-CLIENT B.11.11 NIS-CLIENT
NFS.NIS-CORE B.11.11 NIS-CORE
NFS.NIS-SERVER B.11.11 NIS-SERVER
NFS.NISPLUS-CORE B.11.11 NISPLUS-CORE
# NS-COM4 4.76 Netscape Communicator 4.76
NS-COM4.NS-COM4-RUN 4.76 Netscape Communicator 4.76
# Networking B.11.11 HP-UX_Lanlink_Product
Networking.100BT-KRN B.11.11 PCI/HSC 100BASE-T
Networking.100BT-RUN B.11.11 PCI/HSC 100BASE-T
Networking.LAN-KRN B.11.11 LAN-KRN
Networking.LAN-PRG B.11.11 LAN-PRG
Networking.LAN-RUN B.11.11 LAN-RUN
Networking.LAN2-KRN B.11.11 LAN2-KRN
Networking.NET-KRN B.11.11 NET-KRN
Networking.NET-PRG B.11.11 NET-PRG
Networking.NET-RUN B.11.11 NET-RUN
Networking.NET-RUN-64 B.11.11 NET-RUN-64
Networking.NET2-KRN B.11.11 NET2-KRN
Networking.NETTL-64SLIB B.11.11 NETTL-64SLIB
Networking.NETTL-ADM B.11.11 NETTL-ADM
Networking.NETTL-MIN B.11.11 NETTL-MIN
Networking.NETTL-RUN B.11.11 NETTL-RUN
Networking.NMS-KRN B.11.11 NMS-KRN
Networking.NMS-RUN B.11.11 NMS-RUN
Networking.NMS2-KRN B.11.11 NMS2-KRN
Networking.NW-ENG-A-MAN B.11.11 NW-ENG-A-MAN
Networking.NW-JPN-E-MAN B.11.11 NW-JPN-E-MAN
Networking.NW-JPN-S-MAN B.11.11 NW-JPN-S-MAN
Networking.PPP-RUN B.11.11 PPP-RUN
# NonHP-Terminfo B.11.11 Non HP terminfo files
NonHP-Terminfo.NONHPTERM B.11.11 Non HP terminfo files
# OBAM B.11.00.05.3.06 Object Action Manager user interface framework for HP-UX tools
OBAM.OBAM-BIN B.11.00.05.3.06 ObAM Runtime Support
OBAM.OBAM-JVM B.11.00.05.3.06 HP-UX Java Runtime Environment for ObAM
OBAM.OBAM-WEB B.11.00.05.3.06 Web Application Server Support
# OS-Core B.11.11 Core Operating System, plus Software Terms & Conditions
OS-Core.ADMN-ENG-A-MAN B.11.11 ADMN-ENG-A-MAN
OS-Core.ADMN-JPN-E-MAN B.11.11 ADMN-JPN-E-MAN
OS-Core.ADMN-JPN-S-MAN B.11.11 ADMN-JPN-S-MAN
OS-Core.ARRAY-MGMT B.11.11 ARRAY-MGMT
OS-Core.C-KRN B.11.11 C-KRN
OS-Core.C-MIN B.11.11 C-MIN
OS-Core.C-MIN-32ALIB B.11.11 HP-UX minimal 32 bit user libraries
OS-Core.C-MIN-64ALIB B.11.11 C-MIN-64ALIB
OS-Core.C2400-UTIL B.11.11 C2400-UTIL
OS-Core.CAUX-ENG-A-MAN B.11.11 CAUX-ENG-A-MAN
OS-Core.CAUX-JPN-E-MAN B.11.11 CAUX-JPN-E-MAN
OS-Core.CAUX-JPN-S-MAN B.11.11 CAUX-JPN-S-MAN
OS-Core.CMDS-AUX B.11.11 CMDS-AUX
OS-Core.CMDS-AX-64SLIB B.11.11 CMDS-AX-64SLIB
OS-Core.CMDS-MIN B.11.11 CMDS-MIN
OS-Core.CMDS-MN-64SLIB B.11.11 CMDS-MN-64SLIB
OS-Core.CMIN-ENG-A-MAN B.11.11 CMIN-ENG-A-MAN
OS-Core.CMIN-JPN-E-MAN B.11.11 CMIN-JPN-E-MAN
OS-Core.CMIN-JPN-S-MAN B.11.11 CMIN-JPN-S-MAN
OS-Core.CORE-64SLIB B.11.11 CORE-64SLIB
OS-Core.CORE-ENG-A-MAN B.11.11 CORE-ENG-A-MAN
OS-Core.CORE-JPN-E-MAN B.11.11 CORE-JPN-E-MAN
OS-Core.CORE-JPN-S-MAN B.11.11 CORE-JPN-S-MAN
OS-Core.CORE-KRN B.11.11 Core HP-UX kernel functionality
OS-Core.CORE-SHLIBS B.11.11 CORE-SHLIBS
OS-Core.CORE2-KRN B.11.11 Core HP-UX kernel generation files
OS-Core.HPUX-HELP B.11.11 HPUX-HELP
OS-Core.KERN-ENG-A-MAN B.11.11 KERN-ENG-A-MAN
OS-Core.KERN-JPN-E-MAN B.11.11 KERN-JPN-E-MAN
OS-Core.KERN-JPN-S-MAN B.11.11 KERN-JPN-S-MAN
OS-Core.KERN-RUN B.11.11 System Boot utilities
OS-Core.KERN2-RUN B.11.11 Core master files and system configuration header
OS-Core.LINKER-HELP B.11.11 LINKER-HELP
OS-Core.NLS-AUX B.11.11 NLS-AUX
OS-Core.PERL B.11.11 GNU Perl Kit 5 sources
OS-Core.Q4 B.11.11 HP-UX Crash Dump Debugger for PA-RISC systems
OS-Core.RELEASE-NOTES B.11.11 RELEASE-NOTES
OS-Core.SYS-ADMIN B.11.11 SYS-ADMIN
OS-Core.TOOL-ENG-A-MAN B.11.11 TOOL-ENG-A-MAN
OS-Core.TOOL-JPN-E-MAN B.11.11 TOOL-JPN-E-MAN
OS-Core.TOOL-JPN-S-MAN B.11.11 TOOL-JPN-S-MAN
OS-Core.UPS-TOOLS B.11.11 UPS-TOOLS
OS-Core.USRCONTRB B.11.11 USRCONTRB
OS-Core.UX-CORE B.11.11 UX-CORE
OS-Core.UX-FRE-I-MSG B.11.11 UX-FRE-I-MSG
OS-Core.UX-FRE-U-MSG B.11.11 UX-FRE-U-MSG
OS-Core.UX-GER-I-MSG B.11.11 UX-GER-I-MSG
OS-Core.UX-GER-U-MSG B.11.11 UX-GER-U-MSG
OS-Core.UX-ITA-I-MSG B.11.11 UX-ITA-I-MSG
OS-Core.UX-ITA-U-MSG B.11.11 UX-ITA-U-MSG
OS-Core.UX-JPN-E-MSG B.11.11 UX-JPN-E-MSG
OS-Core.UX-JPN-S-MSG B.11.11 UX-JPN-S-MSG
OS-Core.UX-JPN-U-MSG B.11.11 UX-JPN-U-MSG
OS-Core.UX-KOR-E-MSG B.11.11 UX-KOR-E-MSG
OS-Core.UX-KOR-U-MSG B.11.11 UX-KOR-U-MSG
OS-Core.UX-SCH-H-MSG B.11.11 UX-SCH-H-MSG
OS-Core.UX-SCH-U-MSG B.11.11 UX-SCH-U-MSG
OS-Core.UX-SPA-I-MSG B.11.11 UX-SPA-I-MSG
OS-Core.UX-SPA-U-MSG B.11.11 UX-SPA-U-MSG
OS-Core.UX-TCH-B-MSG B.11.11 UX-TCH-B-MSG
OS-Core.UX-TCH-E-MSG B.11.11 UX-TCH-E-MSG
OS-Core.UX-TCH-U-MSG B.11.11 UX-TCH-U-MSG
# OVCHECK A.07.00 VPO Prerequisites
OVCHECK.ITOENGORAALL A.07.00 VPO Prerequisites English Oracle All-Agents
# OVECS A.03.10 HP OpenView ECS 3.1
OVECS.OVECS A.03.10 ECS Base
OVECS.OVECS-CMG A.03.10 ECS config/mgmt GUI
OVECS.OVECS-RUN A.03.10 ECS Runtime
OVECS.OVECS-RUN-MAN A.03.10 ECS Runtime Manual Pages
# OVNNMgr B.06.20.00 Network Node Manager specific functionality
OVNNMgr.OVMIB-CONTRIB B.06.20.00 OpenView MIB contributed files
OVNNMgr.OVNNM-RUN B.06.20.00 OpenView Network Node Manager runtime product files
OVNNMgr.OVRPT-RUN B.06.20.00 OpenView Reporting Platform runtime
# OVNNMgrMan B.06.20.00 Network Node Manager man pages
OVNNMgrMan.OVNNM-RUN-MAN B.06.20.00 OpenView Network Node Manager runtime product man pages
# OVNNMgrRtDOC B.06.20.00 Network Node Manager printable manuals
OVNNMgrRtDOC.OVNNM-DOC-REUS B.06.20.00 OpenView Network Node Manager runtime product printable manual
OVNNMgrRtDOC.OVNNM-ENG-DOC B.06.20.00 NNM Runtime Manuals (PDF format) - English version
OVNNMgrRtDOC.OVNNMWELENGDOC B.06.20.00 NNM Welcome Manuals (PDF format) - English version
# OVOPC A.07.00 VPO Generic product
OVOPC.OVOPC-GUI A.07.00 VPO user interface - common files
OVOPC.OVOPC-GUI-ENG A.07.00 VPO user interface - common files, English
OVOPC.OVOPC-LIB A.07.00 VPO common files - libraries
OVOPC.OVOPC-MAN A.07.00 VPO Manual Pages
OVOPC.OVOPC-NLS A.07.00 VPO Mgmt Server On-line help
OVOPC.OVOPC-UX-MGR78 A.07.00 VPO Mgmt Server SW HP-UX 11.x
# OVOPC-AGT A.07.00 VantagePoint Operations Agent
OVOPC-AGT.DATACOMM A.07.00 VPO Agent Data Comm Component
OVOPC-AGT.OVOPC-AGT-MAN A.07.00 VPO Agent Man Pages
OVOPC-AGT.OVOPC-SE-AGT A.07.00 VPO-SE Agent Software
OVOPC-AGT.OVOPC-UX11 A.07.00 VPO Agent SW HP-UX 11.x
OVOPC-AGT.PERFORMANCE A.07.00 VPO Agent Embedded Performance Component
# OVOPC-CLT A.07.00 VPO Generic Agents
OVOPC-CLT.OVOPC-AIX-CLT A.07.00 VPO Agent SW AIX RS/6000
OVOPC-CLT.OVOPC-LIN-CLT A.07.00 VPO Agent SW Linux
OVOPC-CLT.OVOPC-NT-CLT A.07.00 VPO Agent SW Windows NT
OVOPC-CLT.OVOPC-OSF-CLT A.07.00 VPO Agent SW Digital UNIX
OVOPC-CLT.OVOPC-SOL-CLT A.07.00 VPO Agent SW Solaris SPARC
OVOPC-CLT.OVOPC-UX10-CLT A.07.00 VPO Agent SW HPUX 10.x s[78]00
OVOPC-CLT.OVOPC-UX11-CLT A.07.00 VPO Agent SW HPUX 11.x s[78]00
# OVOPC-CLT-ENG A.07.00 VPO English-only Agents
OVOPC-CLT-ENG.OVOPC-MPE-CLT A.07.00 VPO Agent SW HP MPE/iX s900
OVOPC-CLT-ENG.OVOPC-NW-CLT A.07.00 VPO Agent SW Netware
OVOPC-CLT-ENG.OVOPC-PTX-CLT A.07.00 VPO Agent SW Sequent DYNIX/ptx
OVOPC-CLT-ENG.OVOPC-SGI-CLT A.07.00 VPO Agent SW IRIX MIPS
OVOPC-CLT-ENG.OVOPC-SNM-CLT A.07.00 VPO Agent SW Sinix MIPS
# OVOPC-DOC A.07.00 VPO English Documentation
OVOPC-DOC.OVOPC-DOC-RENG A.07.00 VPO English Documentation
# OVOPC-ORA A.07.00 VPO Oracle product
OVOPC-ORA.OVOPC-GUI-ORA A.07.00 VPO user interface - Oracle files
OVOPC-ORA.OVOPC-UX-ORAA A.07.00 VPO Oracle specifics - part A
OVOPC-ORA.OVOPC-UX-ORAB A.07.00 VPO Oracle specifics - part B
# OVOPC-OVW A.07.00 VPO Remote OVw Integration
OVOPC-OVW.OVOPC-LIB-UTIL A.07.00 VPO common files - XML and utility libraries
OVOPC-OVW.OVOPC-OVW-MGR A.07.00 VPO Remote OVw Integration - general files
# OVOPC-PA A.07.00.00 OpenView Performance Integration
OVOPC-PA.OVOPC-PA-INT A.07.00.00 OpenView Performance Integration
# OVOPC-PA-CLT A.07.00.00 OpenView Performance Agent
OVOPC-PA-CLT.OVOPC-PA-HP10 A.07.00.00 Deployable subagent, OpenView Performance Agent for HP-UX 10.20
OVOPC-PA-CLT.OVOPC-PA-HP11 A.07.00.00 Deployable subagent, OpenView Performance Agent for HP-UX 11.x
OVOPC-PA-CLT.OVOPC-PA-SOL A.07.00.00 Deployable subagent, OpenView Performance Agent for Solaris
# OVOPC-PA-DOC A.07.00.00 OpenView Performance Agent Documentation
OVOPC-PA-DOC.OVOPC-PA-EDOC A.07.00.00 OpenView Performance Agent Documentation, English
OVOPC-PA-DOC.OVOPC-PA-JDOC A.07.00.00 OpenView Performance Agent Documentation, Japanese
# OVOPC-SVC A.07.00 VPO Service Navigator
OVOPC-SVC.OVOPC-SVC-DOC A.07.00 VPO Service Navigator English Documentation
OVOPC-SVC.OVOPC-SVC-ENG A.07.00 VPO Service Navigator Localized Files - English
OVOPC-SVC.OVOPC-SVC-MGR A.07.00 VPO Service Navigator Manager
# OVOPC-WWW A.07.00 VPO Java Web GUI
OVOPC-WWW.OVOPC-WWW-ENG A.07.00 VPO Web GUI - English
OVOPC-WWW.OVOPC-WWW-GUI A.07.00 VPO Web GUI - Java
OVOPC-WWW.OVOPC-WWW-ORA A.07.00 VPO Web GUI - UI server
# OVPlatform B.06.20.00 HP OpenView Network Node Manager Platform
OVPlatform.OVDB-RUN B.06.20.00 OpenView embedded database runtime
OVPlatform.OVEVENT-MIN B.06.20.00 OpenView Event Manager minimum product files
OVPlatform.OVMIN B.06.20.00 OpenView minimum product files
OVPlatform.OVPMD-MIN B.06.20.00 OpenView Event Manager minimum product files
OVPlatform.OVSNMP-MIN B.06.20.00 OpenView SNMP minimum product
OVPlatform.OVWIN B.06.20.00 OpenView Windows
OVPlatform.OVWIN-BGROUND B.06.20.00 OpenView Windows background GIF files
OVPlatform.OVWWW-EVNT B.06.20.00 OpenView Network Node Manager WWW/Event Browser product files
OVPlatform.OVWWW-FW B.06.20.00 OpenView Network Node Manager World Wide Web product files
OVPlatform.OVWWW-SRV B.06.20.00 OpenView Network Node Manager World Wide Web server
# OVPlatformMan B.06.20.00 OVPlatformMan (Man pages for OVPlatform)
OVPlatformMan.OVEVENTMIN-MAN B.06.20.00 OpenView Event Manager minimum product man pages
OVPlatformMan.OVMIN-MAN B.06.20.00 OpenView minimum product man pages
OVPlatformMan.OVPMD-MIN-MAN B.06.20.00 OpenView Postmaster Daemon minimum product man pages
OVPlatformMan.OVSNMP-MIN-MAN B.06.20.00 OpenView SNMP minimum product man pages
OVPlatformMan.OVWIN-MAN B.06.20.00 OpenView Windows man pages
# OVSNMPAgent B.11.11 HP-UX_10.0_SNMP_Agent_Product
OVSNMPAgent.MASTER B.11.11 MASTER
OVSNMPAgent.SNMP-ENG-A-MAN B.11.11 SNMP-ENG-A-MAN
OVSNMPAgent.SNMP-JPN-E-MAN B.11.11 SNMP-JPN-E-MAN
OVSNMPAgent.SNMP-JPN-S-MAN B.11.11 SNMP-JPN-S-MAN
OVSNMPAgent.SUBAGT-HPUNIX B.11.11 SUBAGT-HPUNIX
OVSNMPAgent.SUBAGT-MIB2 B.11.11 SUBAGT-MIB2
# OnlineJFS B.11.11 Online features of the VxFS File System
OnlineJFS.VXFS-ADV-RUN B.11.11 VXFS-ADV-RUN
# Ora817-OV-RDBMS 8.1.7 Oracle 8.1.7 RDBMS (11i image)
Ora817-OV-RDBMS.OFO-RDBMS 8.1.7 Oracle 8.1.7 RDBMS (11.x image)
# PAM-NTLM A.01.06 HP NTLM Pluggable Authentication Module
PAM-NTLM.PAM-NTLM-RUN A.01.06 NTLM Pluggable Authentication Module for 64-bit systems
PAM-NTLM.SMB-LIB-RUN A.01.06 SMB Library
# PHCO_22958 1.0 set_parms
PHCO_22958.FIRST-BOOT 1.0 FIRST-BOOT
# PHCO_22989 1.0 Som2elf Patch
PHCO_22989.CORE-KRN 1.0 OS-Core.CORE-KRN
# PHCO_23004 1.0 cumulative SAM/ObAM patch
PHCO_23004.SAM 1.0 SystemAdmin.SAM
PHCO_23004.SAM-HELP 1.0 SystemAdmin.SAM-HELP
# PHCO_23083 1.0 newgrp(1) patch
PHCO_23083.CMDS-AUX 1.0 OS-Core.CMDS-AUX
# PHCO_23150 B.11.11.14 HP Array Manager/60 cumulative patch
PHCO_23150.ADMN-ENG-A-MAN B.11.11.14 HPArray Manager/60 Utilities Manual Pages
PHCO_23150.ARRAY-MGMT B.11.11.14 HPArray Manager/60 Utilities
# PHCO_23251 1.0 libc manpage cumulative patch
PHCO_23251.CAUX-ENG-A-MAN 1.0 OS-Core.CAUX-ENG-A-MAN
PHCO_23251.INET-ENG-A-MAN 1.0 InternetSrvcs.INET-ENG-A-MAN
PHCO_23251.NW-ENG-A-MAN 1.0 Networking.NW-ENG-A-MAN
PHCO_23251.PAUX-ENG-A-MAN 1.0 ProgSupport.PAUX-ENG-A-MAN
PHCO_23251.PMIN-ENG-A-MAN 1.0 ProgSupport.PMIN-ENG-A-MAN
# PHCO_23263 B.11.11.15 HP AutoRAID Manager cumulative patch
PHCO_23263.ADMN-ENG-A-MAN B.11.11.15 HPAutoRaid Utilities Manual Pages
PHCO_23263.ARRAY-MGMT B.11.11.15 HPAutoRaid Utilities
# PHCO_23333 1.0 LVM Virtual Array support
PHCO_23333.LVM-MIRROR-RUN 1.0 LVM.LVM-MIRROR-RUN
PHCO_23333.LVM-RUN 1.0 LVM.LVM-RUN
# PHCO_23370 1.0 lint(1) library patch
PHCO_23370.PROG-MIN 1.0 ProgSupport.PROG-MIN
# PHCO_23376 1.0 pipcs(1) and pipcrm(1) patch
PHCO_23376.ADMN-ENG-A-MAN 1.0 OS-Core.ADMN-ENG-A-MAN
PHCO_23376.CAUX-ENG-A-MAN 1.0 OS-Core.CAUX-ENG-A-MAN
PHCO_23376.CMDS-AUX 1.0 OS-Core.CMDS-AUX
PHCO_23376.SYS-ADMIN 1.0 OS-Core.SYS-ADMIN
# PHCO_23413 1.0 patch for syslogd(1M)
PHCO_23413.CORE-ENG-A-MAN 1.0 OS-Core.CORE-ENG-A-MAN
PHCO_23413.UX-CORE 1.0 OS-Core.UX-CORE
# PHCO_23463 1.0 sysdef(1) patch
PHCO_23463.SOE 1.0 SOE.SOE
PHCO_23463.SOE-ENG-A-MAN 1.0 SOE.SOE-ENG-A-MAN
# PHCO_23464 1.0 Locales Y2K patch
PHCO_23464.CHINESES 1.0 International.CHINESES
PHCO_23464.CHINESET 1.0 International.CHINESET
PHCO_23464.CMDS-MIN 1.0 OS-Core.CMDS-MIN
PHCO_23464.GREEK 1.0 International.GREEK
# PHCO_23492 1.0 Kernsymtab Patch
PHCO_23492.CORE-KRN 1.0 OS-Core.CORE-KRN
# PHCO_23510 1.0 gsp parser & dimm labels
PHCO_23510.CORE-SHLIBS 1.0 OS-Core.CORE-SHLIBS
# PHCO_23702 1.0 cumulative header file patch for prot.h
PHCO_23702.C-INC 1.0 ProgSupport.C-INC
# PHCO_23774 1.0 Partition Commands cumulative patch
PHCO_23774.CORE-ENG-A-MAN 1.0 OS-Core.CORE-ENG-A-MAN
PHCO_23774.SYS-ADMIN 1.0 OS-Core.SYS-ADMIN
# PHCO_23871 1.0 sh-posix(1) patch
PHCO_23871.UX-CORE 1.0 OS-Core.UX-CORE
# PHCO_23900 1.0 login cumulative patch
PHCO_23900.UX-CORE 1.0 OS-Core.UX-CORE
# PHCO_23909 1.0 cu(1) patch
PHCO_23909.SYSCOM 1.0 SystemComm.SYSCOM
# PHCO_23914 1.0 Enhancement support to Ultrium tape
PHCO_23914.SYS-ADMIN 1.0 OS-Core.SYS-ADMIN
PHCO_23914.UX-CORE 1.0 OS-Core.UX-CORE
# PHCO_24145 1.0 cumulative 10.20 libc compatibility support
PHCO_24145.CORE-SHLIBS 1.0 OS-Core.CORE-SHLIBS
# PHCO_24147 1.0 Kernel configuration commands patch.
PHCO_24147.CORE-KRN 1.0 OS-Core.CORE-KRN
# PHCO_24173 1.0 ups_mond(1M) cumulative patch
PHCO_24173.ADMN-ENG-A-MAN 1.0 OS-Core.ADMN-ENG-A-MAN
PHCO_24173.UPS-TOOLS 1.0 OS-Core.UPS-TOOLS
# PHCO_24198 1.0 ioscan(1M) patch
PHCO_24198.UX-CORE 1.0 OS-Core.UX-CORE
# PHCO_24396 1.0 /etc/default/tz patch
PHCO_24396.SYS-ADMIN 1.0 OS-Core.SYS-ADMIN
# PHCO_24402 1.0 libc cumulative header file patch
PHCO_24402.C-INC 1.0 ProgSupport.C-INC
PHCO_24402.INETSVCS-INETD 1.0 InternetSrvcs.INETSVCS-INETD
# PHCO_24440 1.0 cumulative cpio(1) patch
PHCO_24440.UX-CORE 1.0 OS-Core.UX-CORE
# PHCO_24477 1.0 sar(1m) patch
PHCO_24477.ADMN-ENG-A-MAN 1.0 OS-Core.ADMN-ENG-A-MAN
PHCO_24477.SYS-ADMIN 1.0 OS-Core.SYS-ADMIN
# PHCO_24481 1.0 top(1) patch.
PHCO_24481.CMDS-AUX 1.0 OS-Core.CMDS-AUX
PHCO_24481.CORE-ENG-A-MAN 1.0 OS-Core.CORE-ENG-A-MAN
# PHCO_24504 1.0 audisp patch for IPv6 and unix sockets
PHCO_24504.SECURITY 1.0 SecurityMon.SECURITY
# PHCO_24589 1.0 bdf(1m) cumulative patch
PHCO_24589.CMDS-AUX 1.0 OS-Core.CMDS-AUX
# PHCO_24590 1.0 df(1m) cumulative patch
PHCO_24590.UX-CORE 1.0 OS-Core.UX-CORE
# PHCO_24613 1.0 libsec cumulative patch
PHCO_24613.CORE-64SLIB 1.0 OS-Core.CORE-64SLIB
PHCO_24613.CORE-SHLIBS 1.0 OS-Core.CORE-SHLIBS
PHCO_24613.PROG-MIN 1.0 ProgSupport.PROG-MIN
PHCO_24613.PROG-MN-64ALIB 1.0 ProgSupport.PROG-MN-64ALIB
# PHCO_24630 1.0 HP-UX Patch Tools
PHCO_24630.CMDS-AUX 1.0 OS-Core.CMDS-AUX
# PHCO_24701 1.0 lpspool subsystem cumulative patch
PHCO_24701.LP-SPOOL 1.0 PrinterMgmt.LP-SPOOL
# PHCO_24716 1.0 tar(1), checksum, special character
PHCO_24716.UX-CORE 1.0 OS-Core.UX-CORE
# PHCO_24777 1.0 mountall cumulative patch.
PHCO_24777.UX-CORE 1.0 OS-Core.UX-CORE
# PHCO_24813 1.0 fsck_vxfs(1M) directory corruption
PHCO_24813.VXFS-BASE-RUN 1.0 JFS.VXFS-BASE-RUN
# PHCO_24839 1.0 libpam_unix cumulative patch
PHCO_24839.CORE-SHLIBS 1.0 OS-Core.CORE-SHLIBS
# PHCO_24846 1.0 ttsyncd(1M) cumulative patch
PHCO_24846.SECURITY 1.0 SecurityMon.SECURITY
# PHCO_25082 1.0 csh(1) cumulative patch.
PHCO_25082.CMDS-MIN 1.0 OS-Core.CMDS-MIN
# PHCO_25887 1.0 Software Distributor Cumulative Patch
PHCO_25887.SD-AGENT 1.0 SW-DIST.SD-AGENT
PHCO_25887.SD-CMDS 1.0 SW-DIST.SD-CMDS
PHCO_25887.SD-HELP 1.0 SW-DIST.SD-HELP
PHCO_25887.SD-JPN-E-HELP 1.0 SW-DIST.SD-JPN-E-HELP
PHCO_25887.SD-JPN-S-HELP 1.0 SW-DIST.SD-JPN-S-HELP
# PHCO_26124 1.0 libc cumulative patch
PHCO_26124.C-MIN 1.0 OS-Core.C-MIN
PHCO_26124.C-MIN-64ALIB 1.0 OS-Core.C-MIN-64ALIB
PHCO_26124.CORE-64SLIB 1.0 OS-Core.CORE-64SLIB
PHCO_26124.CORE-SHLIBS 1.0 OS-Core.CORE-SHLIBS
PHCO_26124.PROG-AUX 1.0 ProgSupport.PROG-AUX
PHCO_26124.PROG-AX-64ALIB 1.0 ProgSupport.PROG-AX-64ALIB
PHCO_26124.PROG-MIN 1.0 ProgSupport.PROG-MIN
# PHKL_22857 1.0 SCSI Tape (stape) cumulative
PHKL_22857.C-INC 1.0 ProgSupport.C-INC
PHKL_22857.CORE-KRN 1.0 OS-Core.CORE-KRN
PHKL_22857.CORE2-KRN 1.0 OS-Core.CORE2-KRN
# PHKL_22987 1.0 pstat support for OpenView/iCOD
PHKL_22987.C-INC 1.0 ProgSupport.C-INC
PHKL_22987.CORE2-KRN 1.0 OS-Core.CORE2-KRN
# PHKL_22994 1.0 Fix DLKM load/unreg+text size panics.
PHKL_22994.CORE2-KRN 1.0 OS-Core.CORE2-KRN
# PHKL_23006 1.0 PC floppy cumulative patch
PHKL_23006.CORE2-KRN 1.0 OS-Core.CORE2-KRN
# PHKL_23196 1.0 Fix for locking problem in I/O (GIO)
PHKL_23196.CORE2-KRN 1.0 OS-Core.CORE2-KRN
# PHKL_23203 1.0 Invalid 32-bit I/O blocks moved to iospace.
PHKL_23203.C-INC 1.0 ProgSupport.C-INC
PHKL_23203.CORE-KRN 1.0 OS-Core.CORE-KRN
PHKL_23203.CORE2-KRN 1.0 OS-Core.CORE2-KRN
# PHKL_23204 1.0 FXE perf, server patch, cumulative graphics
PHKL_23204.C-INC 1.0 ProgSupport.C-INC
PHKL_23204.CORE-KRN 1.0 OS-Core.CORE-KRN
PHKL_23204.CORE2-KRN 1.0 OS-Core.CORE2-KRN
# PHKL_23225 1.0 Fix for dqput() data page fault panic
PHKL_23225.CORE2-KRN 1.0 OS-Core.CORE2-KRN
# PHKL_23239 1.0 getmount_entry() performance improvement
PHKL_23239.CORE2-KRN 1.0 OS-Core.CORE2-KRN
# PHKL_23242 1.0 VxFS mmap(2) performance improvement
PHKL_23242.VXFS-BASE-KRN 1.0 JFS.VXFS-BASE-KRN
# PHKL_23246 1.0 MO dev 4K sector size errors & FIFO panic
PHKL_23246.CORE2-KRN 1.0 OS-Core.CORE2-KRN
# PHKL_23250 1.0 Fix for memory driver bug
PHKL_23250.CORE2-KRN 1.0 OS-Core.CORE2-KRN
# PHKL_23290 1.0 system_space.h header file patch
PHKL_23290.KERN2-RUN 1.0 OS-Core.KERN2-RUN
# PHKL_23292 1.0 scsi_surface.h header file patch
PHKL_23292.CORE-KRN 1.0 OS-Core.CORE-KRN
# PHKL_23293 1.0 assert.h header file patch
PHKL_23293.CORE-KRN 1.0 OS-Core.CORE-KRN
# PHKL_23294 1.0 buf.h header file patch
PHKL_23294.C-INC 1.0 ProgSupport.C-INC
PHKL_23294.CORE-KRN 1.0 OS-Core.CORE-KRN
# PHKL_23295 1.0 debug.h header file patch
PHKL_23295.C-INC 1.0 ProgSupport.C-INC
PHKL_23295.CORE-KRN 1.0 OS-Core.CORE-KRN
# PHKL_23296 1.0 dnlc.h header file patch
PHKL_23296.C-INC 1.0 ProgSupport.C-INC
PHKL_23296.CORE-KRN 1.0 OS-Core.CORE-KRN
# PHKL_23297 1.0 io.h header file patch
PHKL_23297.C-INC 1.0 ProgSupport.C-INC
PHKL_23297.CORE-KRN 1.0 OS-Core.CORE-KRN
# PHKL_23298 1.0 ki_iface.h header file patch
PHKL_23298.KERN-DEV-KIT 1.0 KernDevKit.KERN-DEV-KIT
# PHKL_23299 1.0 pfdat.h header file patch
PHKL_23299.C-INC 1.0 ProgSupport.C-INC
PHKL_23299.CORE-KRN 1.0 OS-Core.CORE-KRN
# PHKL_23300 1.0 proc_debug.h header file patch
PHKL_23300.KERN-DEV-KIT 1.0 KernDevKit.KERN-DEV-KIT
# PHKL_23301 1.0 proc_iface.h header file patch
PHKL_23301.CORE-KRN 1.0 OS-Core.CORE-KRN
PHKL_23301.KERN-DEV-KIT 1.0 KernDevKit.KERN-DEV-KIT
# PHKL_23302 1.0 rw_lock.h header file patch
PHKL_23302.C-INC 1.0 ProgSupport.C-INC
PHKL_23302.CORE-KRN 1.0 OS-Core.CORE-KRN
# PHKL_23303 1.0 sem_alpha.h header file patch
PHKL_23303.C-INC 1.0 ProgSupport.C-INC
PHKL_23303.CORE-KRN 1.0 OS-Core.CORE-KRN
# PHKL_23304 1.0 sem_beta.h header file patch
PHKL_23304.C-INC 1.0 ProgSupport.C-INC
PHKL_23304.CORE-KRN 1.0 OS-Core.CORE-KRN
# PHKL_23305 1.0 sem_sync.h header file patch
PHKL_23305.C-INC 1.0 ProgSupport.C-INC
PHKL_23305.CORE-KRN 1.0 OS-Core.CORE-KRN
# PHKL_23306 1.0 sem_utl.h header file patch
PHKL_23306.C-INC 1.0 ProgSupport.C-INC
PHKL_23306.CORE-KRN 1.0 OS-Core.CORE-KRN
# PHKL_23307 1.0 spinlock.h header file patch
PHKL_23307.C-INC 1.0 ProgSupport.C-INC
PHKL_23307.CORE-KRN 1.0 OS-Core.CORE-KRN
# PHKL_23308 1.0 vas.h header file patch
PHKL_23308.C-INC 1.0 ProgSupport.C-INC
PHKL_23308.CORE-KRN 1.0 OS-Core.CORE-KRN
# PHKL_23309 1.0 vfd.h header file patch
PHKL_23309.C-INC 1.0 ProgSupport.C-INC
PHKL_23309.CORE-KRN 1.0 OS-Core.CORE-KRN
# PHKL_23310 1.0 vnode.h header file patch
PHKL_23310.C-INC 1.0 ProgSupport.C-INC
PHKL_23310.CORE-KRN 1.0 OS-Core.CORE-KRN
# PHKL_23311 1.0 inode.h header file patch
PHKL_23311.C-INC 1.0 ProgSupport.C-INC
PHKL_23311.CORE-KRN 1.0 OS-Core.CORE-KRN
# PHKL_23312 1.0 pci.h header file patch
PHKL_23312.C-INC 1.0 ProgSupport.C-INC
PHKL_23312.CORE-KRN 1.0 OS-Core.CORE-KRN
# PHKL_23314 1.0 spinlock.h header file patch
PHKL_23314.C-INC 1.0 ProgSupport.C-INC
PHKL_23314.CORE-KRN 1.0 OS-Core.CORE-KRN
# PHKL_23315 1.0 cpu.h header file patch
PHKL_23315.C-INC 1.0 ProgSupport.C-INC
PHKL_23315.CORE-KRN 1.0 OS-Core.CORE-KRN
# PHKL_23316 1.0 map.h header file patch
PHKL_23316.CORE-KRN 1.0 OS-Core.CORE-KRN
# PHKL_23335 1.0 solve inode deadlock with mmap and pagefault
PHKL_23335.CORE2-KRN 1.0 OS-Core.CORE2-KRN
# PHKL_23337 1.0 Side effect of madvise() call fixed.
PHKL_23337.CORE2-KRN 1.0 OS-Core.CORE2-KRN
# PHKL_23374 1.0 Fix close(2) data corruption
PHKL_23374.VXFS-BASE-KRN 1.0 JFS.VXFS-BASE-KRN
# PHKL_23400 1.0 Supply kernel support to manage POSIX IPC
PHKL_23400.CORE2-KRN 1.0 OS-Core.CORE2-KRN
# PHKL_23401 1.0 Supply kernel support to manage POSIX IPC
PHKL_23401.CORE2-KRN 1.0 OS-Core.CORE2-KRN
# PHKL_23423 1.0 improper core dump msg
PHKL_23423.CORE2-KRN 1.0 OS-Core.CORE2-KRN
# PHKL_23425 1.0 madvise() - pagein - race condition fix
PHKL_23425.CORE2-KRN 1.0 OS-Core.CORE2-KRN
# PHKL_23445 1.0 Kernel Memory Allocation with spinlock held
PHKL_23445.CORE2-KRN 1.0 OS-Core.CORE2-KRN
# PHKL_23504 1.0 Reimplementation of pci_get_fru_info_isc()
PHKL_23504.CORE2-KRN 1.0 OS-Core.CORE2-KRN
# PHKL_23505 1.0 Support for more than 10 SD IOX-cabinets
PHKL_23505.CORE2-KRN 1.0 OS-Core.CORE2-KRN
# PHKL_23507 1.0 LVM mirror logical volume fix
PHKL_23507.LVM-KRN 1.0 LVM.LVM-KRN
# PHKL_23609 1.0 early boot panic
PHKL_23609.CORE2-KRN 1.0 OS-Core.CORE2-KRN
# PHKL_23625 1.0 Fix initial clock sync for SD derivatives
PHKL_23625.CORE2-KRN 1.0 OS-Core.CORE2-KRN
# PHKL_23626 1.0 Fibre Channel Mass Storage Patch
PHKL_23626.CORE2-KRN 1.0 OS-Core.CORE2-KRN
PHKL_23626.FCMS-ENG-A-MAN 1.0 FCMassStorage.FCMS-ENG-A-MAN
PHKL_23626.FCMS-KRN 1.0 FCMassStorage.FCMS-KRN
PHKL_23626.FCMS-RUN 1.0 FCMassStorage.FCMS-RUN
# PHKL_23666 1.0 SCSI IO Subsystem Cumulative Patch
PHKL_23666.KERN2-RUN 1.0 OS-Core.KERN2-RUN
# PHKL_23810 1.0 Enable SCSI floppy for 64 bit computers
PHKL_23810.CORE2-KRN 1.0 OS-Core.CORE2-KRN
# PHKL_23811 1.0 Panic due to race between umount and mkfs
PHKL_23811.CORE2-KRN 1.0 OS-Core.CORE2-KRN
# PHKL_23845 1.0 Boot hung due to huge console output
PHKL_23845.CORE2-KRN 1.0 OS-Core.CORE2-KRN
# PHKL_23908 1.0 vm preemption point
PHKL_23908.CORE2-KRN 1.0 OS-Core.CORE2-KRN
# PHKL_23934 1.0 LVM Fix for Kernel Stack Overflow
PHKL_23934.LVM-KRN 1.0 LVM.LVM-KRN
# PHKL_23944 1.0 vm preemption point
PHKL_23944.CORE2-KRN 1.0 OS-Core.CORE2-KRN
# PHKL_23946 1.0 vm preemption point
PHKL_23946.CORE2-KRN 1.0 OS-Core.CORE2-KRN
# PHKL_23957 1.0 Boot panic (w/Fiber Ch. & Gig. Ethernet) fix
PHKL_23957.CORE2-KRN 1.0 OS-Core.CORE2-KRN
# PHKL_23995 1.0 Fixes copyin for an erroneous EFAULT return
PHKL_23995.CORE2-KRN 1.0 OS-Core.CORE2-KRN
# PHKL_23999 1.0 Attempt to open valid device returns ENXIO
PHKL_23999.CORE2-KRN 1.0 OS-Core.CORE2-KRN
# PHKL_24026 1.0 JFS Filesystem swap corruption
PHKL_24026.VXFS-BASE-KRN 1.0 JFS.VXFS-BASE-KRN
# PHKL_24032 1.0 Setting proper maximum for 64-bit SHMMAX.
PHKL_24032.KERN2-RUN 1.0 OS-Core.KERN2-RUN
# PHKL_24037 1.0 remove Sdome initial mem module syslog msg
PHKL_24037.CORE2-KRN 1.0 OS-Core.CORE2-KRN
# PHKL_24046 1.0 console, chassis code cumulative patch.
PHKL_24046.CORE2-KRN 1.0 OS-Core.CORE2-KRN
# PHKL_24047 1.0 pstat_getsocket and pstat_getpathname fixes
PHKL_24047.CORE2-KRN 1.0 OS-Core.CORE2-KRN
# PHKL_24056 1.0 copy is unsafe to or near I/O space.
PHKL_24056.CORE2-KRN 1.0 OS-Core.CORE2-KRN
# PHKL_24071 1.0 dflush() panic & RTSCHED enhancement
PHKL_24071.CORE2-KRN 1.0 OS-Core.CORE2-KRN
# PHKL_24073 1.0 Fix For Deadlock Between VM and JFS
PHKL_24073.CORE2-KRN 1.0 OS-Core.CORE2-KRN
# PHKL_24163 1.0 Kernel Patch For "ioscan -k" Performance
PHKL_24163.CORE-KRN 1.0 OS-Core.CORE-KRN
PHKL_24163.CORE2-KRN 1.0 OS-Core.CORE2-KRN
# PHKL_24188 1.0 hang in HFS
PHKL_24188.CORE2-KRN 1.0 OS-Core.CORE2-KRN
# PHKL_24253 1.0 thread nostop patch supporting NFS
PHKL_24253.CORE2-KRN 1.0 OS-Core.CORE2-KRN
# PHKL_24254 1.0 thread nostop patch supporting NFS
PHKL_24254.CORE2-KRN 1.0 OS-Core.CORE2-KRN
# PHKL_24255 1.0 thread nostop patch supporting NFS
PHKL_24255.CORE2-KRN 1.0 OS-Core.CORE2-KRN
# PHKL_24256 1.0 signal race condition patch/threads enh
PHKL_24256.CORE2-KRN 1.0 OS-Core.CORE2-KRN
# PHKL_24278 1.0 Softpower enablement for bladed servers
PHKL_24278.CORE2-KRN 1.0 OS-Core.CORE2-KRN
# PHKL_24280 1.0 Avoid syslog overflow; get high temp alerts
PHKL_24280.CORE2-KRN 1.0 OS-Core.CORE2-KRN
# PHKL_24283 1.0 IDE/ATAPI cumulative patch
PHKL_24283.CORE2-KRN 1.0 OS-Core.CORE2-KRN
# PHKL_24343 1.0 Data Page Fault panic in DNLC
PHKL_24343.CORE2-KRN 1.0 OS-Core.CORE2-KRN
# PHKL_24408 1.0 Audio driver repair and support patch
PHKL_24408.C-INC 1.0 ProgSupport.C-INC
PHKL_24408.CORE2-KRN 1.0 OS-Core.CORE2-KRN
# PHKL_24485 1.0 PREFETCH_LOCK I/O, PA 8700 2.2 Virtual Index
PHKL_24485.CORE2-KRN 1.0 OS-Core.CORE2-KRN
# PHKL_24507 1.0 fix for data page fault in pstat_getstream()
PHKL_24507.CORE2-KRN 1.0 OS-Core.CORE2-KRN
# PHKL_24626 1.0 Cumulative USB Driver patch
PHKL_24626.C-INC 1.0 ProgSupport.C-INC
PHKL_24626.CORE2-KRN 1.0 OS-Core.CORE2-KRN
# PHKL_24652 1.0 longjmp() panic due to lookuppn()
PHKL_24652.CORE2-KRN 1.0 OS-Core.CORE2-KRN
# PHKL_24730 1.0 PDC fix for future firmware support
PHKL_24730.CORE2-KRN 1.0 OS-Core.CORE2-KRN
# PHKL_24751 1.0 preserve IPSW W-bit and GR31 lower bits
PHKL_24751.CORE2-KRN 1.0 OS-Core.CORE2-KRN
# PHKL_24783 1.0 Tunable vx_ninode added, vx_maxlink removed.
PHKL_24783.VXFS-BASE-KRN 1.0 JFS.VXFS-BASE-KRN
# PHKL_24824 1.0 par fans, cabtype, sinc, hwpath, cell info
PHKL_24824.CORE2-KRN 1.0 OS-Core.CORE2-KRN
# PHKL_24844 1.0 Psets Enablement, MP thread migration
PHKL_24844.CORE2-KRN 1.0 OS-Core.CORE2-KRN
# PHKL_24854 1.0 PCI cumulative patch
PHKL_24854.CORE2-KRN 1.0 OS-Core.CORE2-KRN
# PHKL_25020 1.0 SCSI Ultra160 Driver
PHKL_25020.CORE2-KRN 1.0 OS-Core.CORE2-KRN
PHKL_25020.KERN2-RUN 1.0 OS-Core.KERN2-RUN
# PHKL_25123 1.0 pstat_getproc data coherence
PHKL_25123.CORE2-KRN 1.0 OS-Core.CORE2-KRN
# PHKL_25165 1.0 SCSI IO Subsystem Cumulative Patch
PHKL_25165.C-INC 1.0 ProgSupport.C-INC
PHKL_25165.CORE2-KRN 1.0 OS-Core.CORE2-KRN
# PHKL_25218 1.0 PDC Call retry,PDC_SCSI_PARMS,iCOD hang fix
PHKL_25218.C-INC 1.0 ProgSupport.C-INC
PHKL_25218.CORE-KRN 1.0 OS-Core.CORE-KRN
PHKL_25218.CORE2-KRN 1.0 OS-Core.CORE2-KRN
# PHKL_25233 1.0 select(2) and poll(2) hang
PHKL_25233.CORE2-KRN 1.0 OS-Core.CORE2-KRN
# PHKL_25389 1.0 Core PM, vPar, Psets Cumulative Patch
PHKL_25389.CORE2-KRN 1.0 OS-Core.CORE2-KRN
# PHNE_22722 1.0 NTP timeservices upgrade plus utilities
PHNE_22722.INETSVCS-BOOT 1.0 InternetSrvcs.INETSVCS-BOOT
# PHNE_22727 1.0 100BT unified driver cumulative patch
PHNE_22727.100BT-KRN 1.0 Networking.100BT-KRN
PHNE_22727.100BT-RUN 1.0 Networking.100BT-RUN
PHNE_22727.CORE2-KRN 1.0 OS-Core.CORE2-KRN
# PHNE_23275 1.0 Bind 8.1.2 Patch
PHNE_23275.INET-ENG-A-MAN 1.0 Internet Services Manpage
PHNE_23275.INETSVCS-RUN 1.0 Internet Services Fileset
# PHNE_23289 1.0 mux4.h header file patch
PHNE_23289.C-INC 1.0 ProgSupport.C-INC
# PHNE_23574 1.0 libnss_dns DNS backend patch
PHNE_23574.NFS-64SLIB 1.0 Network-File System Fileset
PHNE_23574.NFS-SHLIBS 1.0 Network-File System Fileset
# PHNE_23594 1.0 Cumulative Mux and Pty Patch
PHNE_23594.CORE2-KRN 1.0 OS-Core.CORE2-KRN
PHNE_23594.KERN2-RUN 1.0 OS-Core.KERN2-RUN
# PHNE_23698 1.0 nettl(1M), netfmt(1M) and nettladm(1M) patch
PHNE_23698.NETTL-ADM 1.0 NetTL administrative interface
PHNE_23698.NETTL-MIN 1.0 Minimal Binaries for NetTL
PHNE_23698.NETTL-RUN 1.0 Necessary Binaries for NetTL
PHNE_23698.NW-ENG-A-MAN 1.0 Networking man pages
# PHNE_23950 1.0 ftpd(1M) patch
PHNE_23950.INETSVCS-RUN 1.0 Internet Services Fileset
# PHNE_24101 1.0 Streams Pty cumulative patch
PHNE_24101.STRTIO2-KRN 1.0 Streams-TIO.STRTIO2-KRN
# PHNE_24130 1.0 inetd(1M) cumulative patch
PHNE_24130.INET-ENG-A-MAN 1.0 InternetSrvcs.INET-ENG-A-MAN
PHNE_24130.INETSVCS-INETD 1.0 InternetSrvcs.INETSVCS-INETD
# PHNE_24131 1.0 telnet kernel, telnetd(1M), telnet(1) patch.
PHNE_24131.INET-ENG-A-MAN 1.0 Internet Services Fileset
PHNE_24131.INETSVCS-RUN 1.0 Internet Services Fileset
PHNE_24131.NET2-KRN 1.0 Networking.NET2-KRN
# PHNE_24132 1.0 r-commands cumulative mega-patch
PHNE_24132.INET-ENG-A-MAN 1.0 Internet Services Fileset
PHNE_24132.INETSVCS-RUN 1.0 Internet Services Fileset
# PHNE_24403 1.0 HP-PB 100Base-T.
PHNE_24403.HPBT-KRN 1.0 Kernel Library
# PHNE_24492 1.0 LAN product cumulative patch
PHNE_24492.CORE2-KRN 1.0 OS-Core.CORE2-KRN
PHNE_24492.LAN-RUN 1.0 Networking.LAN-RUN
PHNE_24492.LAN2-KRN 1.0 Networking.LAN2-KRN
PHNE_24492.NW-ENG-A-MAN 1.0 Networking.NW-ENG-A-MAN
# PHNE_25627 1.0 ONC/NFS General Release/Performance Patch
PHNE_25627.KEY-CORE 1.0 NFS.KEY-CORE
PHNE_25627.NFS-64ALIB 1.0 NFS.NFS-64ALIB
PHNE_25627.NFS-64SLIB 1.0 NFS.NFS-64SLIB
PHNE_25627.NFS-CLIENT 1.0 NFS.NFS-CLIENT
PHNE_25627.NFS-CORE 1.0 NFS.NFS-CORE
PHNE_25627.NFS-ENG-A-MAN 1.0 NFS.NFS-ENG-A-MAN
PHNE_25627.NFS-KRN 1.0 NFS.NFS-KRN
PHNE_25627.NFS-PRG 1.0 NFS.NFS-PRG
PHNE_25627.NFS-SERVER 1.0 NFS.NFS-SERVER
PHNE_25627.NFS-SHLIBS 1.0 NFS.NFS-SHLIBS
PHNE_25627.NIS-CLIENT 1.0 NFS.NIS-CLIENT
PHNE_25627.NIS-CORE 1.0 NFS.NIS-CORE
PHNE_25627.NIS-SERVER 1.0 NFS.NIS-SERVER
PHNE_25627.NISPLUS-CORE 1.0 NFS.NISPLUS-CORE
# PHNE_25644 1.0 cumulative ARPA Transport patch
PHNE_25644.C-INC 1.0 ProgSupport.C-INC
PHNE_25644.CORE-KRN 1.0 OS-Core.CORE-KRN
PHNE_25644.CORE2-KRN 1.0 OS-Core.CORE2-KRN
PHNE_25644.NET-KRN 1.0 Networking.NET-KRN
PHNE_25644.NET-PRG 1.0 Networking.NET-PRG
PHNE_25644.NET-RUN 1.0 Networking.NET-RUN
PHNE_25644.NET-RUN-64 1.0 Networking.NET-RUN-64
PHNE_25644.NET2-KRN 1.0 Networking.NET2-KRN
PHNE_25644.NMS2-KRN 1.0 Networking.NMS2-KRN
PHNE_25644.NW-ENG-A-MAN 1.0 Networking.NW-ENG-A-MAN
PHNE_25644.SYS-ADMIN 1.0 OS-Core.SYS-ADMIN
# PHNE_26728 1.0 Cumulative STREAMS Patch
PHNE_26728.STREAMS2-KRN 1.0 Streams.STREAMS2-KRN
# PHSS_21816 1.0 Xserver cumulative patch
PHSS_21816.AGRM 1.0 Xserver.AGRM
PHSS_21816.DDX-ADVANCED 1.0 Xserver.DDX-ADVANCED
PHSS_21816.DDX-ENTRY 1.0 Xserver.DDX-ENTRY
PHSS_21816.DDX-LOAD 1.0 Xserver.DDX-LOAD
PHSS_21816.DDX-SAM 1.0 Xserver.DDX-SAM
PHSS_21816.DDX-SLS 1.0 Xserver.DDX-SLS
PHSS_21816.DDX-UTILS 1.0 Xserver.DDX-UTILS
PHSS_21816.X11-SERV 1.0 Xserver.X11-SERV
PHSS_21816.X11-SERV-MAN 1.0 Xserver.X11-SERV-MAN
PHSS_21816.XEXT-DBE 1.0 Xserver.XEXT-DBE
PHSS_21816.XEXT-DBE-MAN 1.0 Xserver.XEXT-DBE-MAN
PHSS_21816.XEXT-DPMS 1.0 Xserver.XEXT-DPMS
PHSS_21816.XEXT-DPMS-MAN 1.0 Xserver.XEXT-DPMS-MAN
PHSS_21816.XEXT-HPCR 1.0 Xserver.XEXT-HPCR
PHSS_21816.XEXT-HPCR-MAN 1.0 Xserver.XEXT-HPCR-MAN
PHSS_21816.XEXT-MBX 1.0 Xserver.XEXT-MBX
PHSS_21816.XEXT-RECORD 1.0 Xserver.XEXT-RECORD
# PHSS_22898 1.0 HP aC++ -AA runtime libraries (aCC A.03.30)
PHSS_22898.CORE-64SLIB 1.0 OS-Core.CORE-64SLIB
PHSS_22898.CORE-SHLIBS 1.0 OS-Core.CORE-SHLIBS
PHSS_22898.LANG-64ALIB 1.0 B.11.11
PHSS_22898.LANG-MIN 1.0 B.11.11
# PHSS_23576 1.0 EMS & HA Monitors (A.03.20.01) patch
PHSS_23576.EMS-CORE 1.0 Event Monitoring Services Core Files
PHSS_23576.EMS-GUI 1.0 EMS GUI
PHSS_23576.MIBMON-RUN 1.0 MIB Resource Monitor
# PHSS_24091 1.0 CDE Base APR2001 Periodic Patch
PHSS_24091.CDE-SHLIBS 1.0 CDE Shared Libraries
# PHSS_24106 1.0 B1000/B2000/C3X00/J5X00/J6000/J7000 5.0 FW
PHSS_24106.KERN-RUN 1.0 hpux(1M)
# PHSS_24207 1.0 libm patch
PHSS_24207.C-INC 1.0 B.11.11
PHSS_24207.C-MIN 1.0 B.11.11
PHSS_24207.C-MIN-64ALIB 1.0 B.11.11
PHSS_24207.CORE-64SLIB 1.0 B.11.11
PHSS_24207.CORE-SHLIBS 1.0 B.11.11
# PHSS_24382 1.0 LIBCL patch
PHSS_24382.CORE-64SLIB 1.0 CORE-64SLIB
PHSS_24382.CORE-SHLIBS 1.0 CORE-SHLIBS
PHSS_24382.LANG-64ALIB 1.0 LANG-64ALIB
PHSS_24382.LANG-MIN 1.0 LANG-MIN
# PHSS_24386 1.0 X/Motif Runtime JUL2001 Periodic Patch
PHSS_24386.MOTIF-SHLIB 1.0 Motif shared libraries
PHSS_24386.X11-FONT-AUX 1.0 Fonts for non-minimal runtime system
PHSS_24386.X11R6-SHLIBS 1.0 X11R6 shared libraries
# PHSS_24673 1.0 CPSlib Patch/Add OMP Support for 11.11
PHSS_24673.CPS-32SLIB 1.0 CPS.CPS-32SLIB
PHSS_24673.CPS-64SLIB 1.0 CPS.CPS-64SLIB
PHSS_24673.CPS-MIN 1.0 CPS.CPS-MIN
# PHSS_25339 1.0 OV ECS3.10 Sept 2001 Intermediate Patch
PHSS_25339.OVECS-RUN 1.0 OVECS.OVECS-RUN
PHSS_25339.OVECS-RUN-MAN 1.0 OVECS.OVECS-RUN-MAN
# PHSS_25743 1.0 OV NNM6.2 Consolidated Patch 2
PHSS_25743.OVDB-RUN 1.0 OVPlatform.OVDB-RUN
PHSS_25743.OVEVENT-MIN 1.0 OVPlatform.OVEVENT-MIN
PHSS_25743.OVEVENTMIN-MAN 1.0 OVPlatformMan.OVEVENTMIN-MAN
PHSS_25743.OVMIB-CONTRIB 1.0 OVNNMgr.OVMIB-CONTRIB
PHSS_25743.OVMIN 1.0 OVPlatform.OVMIN
PHSS_25743.OVNNM-DOC-REUS 1.0 OVNNMgrRtDOC.OVNNM-DOC-REUS
PHSS_25743.OVNNM-RUN 1.0 OVNNMgr.OVNNM-RUN
PHSS_25743.OVNNM-RUN-MAN 1.0 OVNNMgrMan.OVNNM-RUN-MAN
PHSS_25743.OVRPT-RUN 1.0 OVNNMgr.OVRPT-RUN
PHSS_25743.OVSNMP-MIN 1.0 OVPlatform.OVSNMP-MIN
PHSS_25743.OVSNMP-MIN-MAN 1.0 OVPlatformMan.OVSNMP-MIN-MAN
PHSS_25743.OVWIN 1.0 OVPlatform.OVWIN
PHSS_25743.OVWWW-EVNT 1.0 OVPlatform.OVWWW-EVNT
PHSS_25743.OVWWW-FW 1.0 OVPlatform.OVWWW-FW
# PHSS_26086 1.0 OV ECS3.10 Intermediate Patch Jan 2002
PHSS_26086.OVECS-CMG 1.0 OVECS.OVECS-CMG
PHSS_26086.OVECS-RUN 1.0 OVECS.OVECS-RUN
# PHSS_26109 1.0 OV NNM6.2 6.2: nodeView topodump fix
PHSS_26109.OVNNM-RUN 1.0 OVNNMgr.OVNNM-RUN
# PHSS_26110 1.0 OV NNM6.2 6.2: getnnmdata XML encoding
PHSS_26110.OVNNM-RUN 1.0 OVNNMgr.OVNNM-RUN
# PHSS_26117 1.0 OV NNM6.2 ovrestore: bad symbolic links
PHSS_26117.OVNNM-RUN 1.0 OVNNMgr.OVNNM-RUN
# PHSS_26135 1.0 OV NNM6.2 ovactiond maxLogSize fix
PHSS_26135.OVEVENT-MIN 1.0 OVPlatform.OVEVENT-MIN
# PHSS_26144 1.0 OV NNM6.2 Polling param chg event disp
PHSS_26144.OVEVENT-MIN 1.0 OVPlatform.OVEVENT-MIN
# PHSS_26149 1.0 OV NNM6.2 Sched Maint Ckt IP addr fix.
PHSS_26149.OVEVENT-MIN 1.0 OVPlatform.OVEVENT-MIN
# PHSS_26160 1.0 OV NNM6.2 ovdweventflt--quoted nodes
PHSS_26160.OVDB-RUN 1.0 OVPlatform.OVDB-RUN
# PHSS_26179 1.0 OV NNM6.2 OpenView Reporter Issues
PHSS_26179.OVDB-RUN 1.0 OVPlatform.OVDB-RUN
PHSS_26179.OVNNM-RUN 1.0 OVNNMgr.OVNNM-RUN
# PHSS_26256 1.0 OV NNM6.2 ovalarmsrv node filter slow
PHSS_26256.OVWWW-EVNT 1.0 OVPlatform.OVWWW-EVNT
# PHSS_26257 1.0 OV NNM6.2 ovperms.ovpl fails on 11.x
PHSS_26257.OVNNM-RUN 1.0 OVNNMgr.OVNNM-RUN
# PHSS_26263 1.0 ld(1) and linker tools cumulative patch
PHSS_26263.C-ENG-A-MAN 1.0 B.11.11
PHSS_26263.C-INC 1.0 B.11.11
PHSS_26263.C-KRN 1.0 B.11.11
PHSS_26263.C-MIN 1.0 B.11.11
PHSS_26263.C-MIN-64ALIB 1.0 B.11.11
PHSS_26263.CAUX-ENG-A-MAN 1.0 B.11.11
PHSS_26263.CMDS-AUX 1.0 B.11.11
PHSS_26263.CORE-64SLIB 1.0 B.11.11
PHSS_26263.CORE-SHLIBS 1.0 B.11.11
PHSS_26263.LANG-MIN 1.0 B.11.11
PHSS_26263.LINKER-HELP 1.0 B.11.11
PHSS_26263.PAUX-ENG-A-MAN 1.0 B.11.11
PHSS_26263.PROG-AUX 1.0 B.11.11
PHSS_26263.PROG-AX-64ALIB 1.0 B.11.11
PHSS_26263.UX-FRE-I-MSG 1.0 B.11.11
PHSS_26263.UX-FRE-U-MSG 1.0 B.11.11
PHSS_26263.UX-GER-I-MSG 1.0 B.11.11
PHSS_26263.UX-GER-U-MSG 1.0 B.11.11
PHSS_26263.UX-ITA-I-MSG 1.0 B.11.11
PHSS_26263.UX-ITA-U-MSG 1.0 B.11.11
PHSS_26263.UX-JPN-E-MSG 1.0 B.11.11
PHSS_26263.UX-JPN-S-MSG 1.0 B.11.11
PHSS_26263.UX-JPN-U-MSG 1.0 B.11.11
PHSS_26263.UX-KOR-E-MSG 1.0 B.11.11
PHSS_26263.UX-KOR-U-MSG 1.0 B.11.11
PHSS_26263.UX-SCH-H-MSG 1.0 B.11.11
PHSS_26263.UX-SCH-U-MSG 1.0 B.11.11
PHSS_26263.UX-SPA-I-MSG 1.0 B.11.11
PHSS_26263.UX-SPA-U-MSG 1.0 B.11.11
PHSS_26263.UX-TCH-B-MSG 1.0 B.11.11
PHSS_26263.UX-TCH-E-MSG 1.0 B.11.11
PHSS_26263.UX-TCH-U-MSG 1.0 B.11.11
# PHSS_26472 1.0 OV NNM6.2 mapdb duplicate app oids fix
PHSS_26472.OVWIN 1.0 OVPlatform.OVWIN
# PHSS_26748 1.0 OV NNM6.2 jovw null pointer exception
PHSS_26748.OVWWW-FW 1.0 OVPlatform.OVWWW-FW
# PHSS_26860 1.0 OV NNM6.2 ECS ScheduledMaint fixes
PHSS_26860.OVEVENT-MIN 1.0 OVPlatform.OVEVENT-MIN
# PHSS_26924 1.0 OV NNM6.2 snmpCollect fails to start
PHSS_26924.OVNNM-RUN 1.0 OVNNMgr.OVNNM-RUN
# PHSS_26941 1.0 OV NNM6.2 JPN garbled string in reports
PHSS_26941.OVNNM-RUN 1.0 OVNNMgr.OVNNM-RUN
PHSS_26941.OVRPT-RUN 1.0 OVNNMgr.OVRPT-RUN
# PHSS_27069 1.0 OV NNM6.2 xnmloadmib loading faulty mib
PHSS_27069.OVDB-RUN 1.0 OVPlatform.OVDB-RUN
PHSS_27069.OVEVENT-MIN 1.0 OVPlatform.OVEVENT-MIN
PHSS_27069.OVMIN 1.0 OVPlatform.OVMIN
PHSS_27069.OVNNM-RUN 1.0 OVNNMgr.OVNNM-RUN
PHSS_27069.OVNNM-RUN-MAN 1.0 OVNNMgrMan.OVNNM-RUN-MAN
PHSS_27069.OVSNMP-MIN 1.0 OVPlatform.OVSNMP-MIN
PHSS_27069.OVWWW-FW 1.0 OVPlatform.OVWWW-FW
# PartitionManager B.11.11.01.03 Partition Manager for HP-UX
PartitionManager.PARMGR B.11.11.01.03 Partition Management
PartitionManager.PARMGR-HELP B.11.11.01.03 Partition Manager On-line Help
PartitionManager.PARMGR-MAN B.11.11.01.03 Partition Manager Manual Pages
# Perl5 B.5.6.1.C Perl for HP-UX
Perl5.PERL-RUN B.5.6.1.C Perl binaries
# PrinterMgmt B.11.11 PrinterMgmt
PrinterMgmt.LP-SPOOL B.11.11 LP-SPOOL
PrinterMgmt.LPSP-ENG-A-MAN B.11.11 LPSP-ENG-A-MAN
PrinterMgmt.LPSP-JPN-E-MAN B.11.11 LPSP-JPN-E-MAN
PrinterMgmt.LPSP-JPN-S-MAN B.11.11 LPSP-JPN-S-MAN
# ProgSupport B.11.11 ProgSupport
ProgSupport.C-ENG-A-MAN B.11.11 C-ENG-A-MAN
ProgSupport.C-INC B.11.11 C-INC
ProgSupport.C-JPN-E-MAN B.11.11 C-JPN-E-MAN
ProgSupport.C-JPN-S-MAN B.11.11 C-JPN-S-MAN
ProgSupport.LANG-64ALIB B.11.11 LANG-64ALIB
ProgSupport.LANG-MIN B.11.11 LANG-MIN
ProgSupport.PAUX-ENG-A-MAN B.11.11 PAUX-ENG-A-MAN
ProgSupport.PAUX-JPN-E-MAN B.11.11 PAUX-JPN-E-MAN
ProgSupport.PAUX-JPN-S-MAN B.11.11 PAUX-JPN-S-MAN
ProgSupport.PMIN-ENG-A-MAN B.11.11 PMIN-ENG-A-MAN
ProgSupport.PMIN-JPN-E-MAN B.11.11 PMIN-JPN-E-MAN
ProgSupport.PMIN-JPN-S-MAN B.11.11 PMIN-JPN-S-MAN
ProgSupport.PROG-AUX B.11.11 PROG-AUX
ProgSupport.PROG-AX-64ALIB B.11.11 PROG-AX-64ALIB
ProgSupport.PROG-MIN B.11.11 PROG-MIN
ProgSupport.PROG-MN-64ALIB B.11.11 PROG-MN-64ALIB
# SBUX-Client A.05.06.00 Starburst-UX Client
SBUX-Client.SBUX-CLI A.05.06.00 Starburst-UX Client
# SCR B.11.11.33 System Configuration Repository
SCR.SCR-MAN B.11.11.33 SCR Man Pages
SCR.SCR-MX B.11.11.33 SCR Tools for the ServiceControl Manager.
SCR.SCR-RUN B.11.11.33 SCR Runtime
# SCSI-Passthru B.11.11 HP SCSI-Passthru Driver
SCSI-Passthru.SPT-DVR B.11.11 NIO SCSI Pass Thru Driver (SPTD)
SCSI-Passthru.SPT2-DVR B.11.11 Machine specific files for NIO SPTD
# SOE B.11.11 SOE
SOE.SOE B.11.11 SOE
SOE.SOE-ENG-A-MAN B.11.11 SOE-ENG-A-MAN
SOE.SOE-JPN-E-MAN B.11.11 SOE-JPN-E-MAN
SOE.SOE-JPN-S-MAN B.11.11 SOE-JPN-S-MAN
# SW-DIST B.11.11.0112 HP-UX Software Distributor
SW-DIST.GZIP B.11.11.0112 Gnu gzip Tools
SW-DIST.SD-AGENT B.11.11.0112 HP-UX Software Distributor agent and daemon
SW-DIST.SD-CMDS B.11.11.0112 HP-UX Software Distributor commands
SW-DIST.SD-ENG-A-MAN B.11.11.0112 SD-ENG-A-MAN
SW-DIST.SD-EXAMPLES B.11.11.0112 HP-UX Software Distributor Example PSFs
SW-DIST.SD-FAL B.11.11.0112 HP-UX Software Distributor functional area launcher
SW-DIST.SD-FRE-I-MSG B.11.11.0112 French message catalogs for SD
SW-DIST.SD-GER-I-MSG B.11.11.0112 German message catalogs for SD
SW-DIST.SD-HELP B.11.11.0112 HP-UX Software Distributor on-line help
SW-DIST.SD-JPN-E-HELP B.11.11.0112 Japanese EUC Online Help for SD
SW-DIST.SD-JPN-E-MAN B.11.11.0112 SD-JPN-E-MAN
SW-DIST.SD-JPN-E-MSG B.11.11.0112 Japanese EUC message catalogs for SD
SW-DIST.SD-JPN-S-HELP B.11.11.0112 Japanese SJIS Online Help for SD
SW-DIST.SD-JPN-S-MAN B.11.11.0112 SD-JPN-S-MAN
SW-DIST.SD-JPN-S-MSG B.11.11.0112 Japanese SJIS message catalogs for SD
SW-DIST.SD-KOR-E-MSG B.11.11.0112 Korean message catalogs for SD
SW-DIST.SD-TCH-B-MSG B.11.11.0112 Traditional Chinese (big5) message catalogs for SD
SW-DIST.SD-TCH-H-MSG B.11.11.0112 Simplified Chinese (hp15CN) message catalogs for SD
SW-DIST.SD-UPDATE B.11.11.0112 Software Distributor OS update script
# Secure_Shell A.03.10.002 HP-UX Secure Shell
Secure_Shell.SECURE_SHELL A.03.10.002 Secure Shell
# SecurityMon B.11.11 SecurityMon
SecurityMon.AUDT-ENG-A-MAN B.11.11 AUDT-ENG-A-MAN
SecurityMon.AUDT-JPN-E-MAN B.11.11 AUDT-JPN-E-MAN
SecurityMon.AUDT-JPN-S-MAN B.11.11 AUDT-JPN-S-MAN
SecurityMon.SEC-ENG-A-MAN B.11.11 SEC-ENG-A-MAN
SecurityMon.SEC-JPN-E-MAN B.11.11 SEC-JPN-E-MAN
SecurityMon.SEC-JPN-S-MAN B.11.11 SEC-JPN-S-MAN
SecurityMon.SECURITY B.11.11 SECURITY
# SharedX B.10.20.00 HP-UX SharedX Runtime 2.0
SharedX.SHAREDX B.10.20.00 SharedX Version 2.3
SharedX.SHAREDX-CFG B.10.20.00 SharedX Configuration Files
SharedX.SHAREDX-HLP B.10.20.00 SharedX Online Help
SharedX.SHAREDX-MAN B.10.20.00 SharedX Man Pages
# SourceControl B.11.11 SourceControl
SourceControl.SRC-CNTL B.11.11 SRC-CNTL
SourceControl.SRC-ENG-A-MAN B.11.11 SRC-ENG-A-MAN
SourceControl.SRC-JPN-E-MAN B.11.11 SRC-JPN-E-MAN
SourceControl.SRC-JPN-S-MAN B.11.11 SRC-JPN-S-MAN
# Spelling B.11.11 Spelling
Spelling.SPEL-ENG-A-MAN B.11.11 SPEL-ENG-A-MAN
Spelling.SPEL-JPN-E-MAN B.11.11 SPEL-JPN-E-MAN
Spelling.SPEL-JPN-S-MAN B.11.11 SPEL-JPN-S-MAN
Spelling.SPELL B.11.11 SPELL
# Streams B.11.11 HP-UX_Streams_Product
Streams.STRE-ENG-A-MAN B.11.11 STRE-ENG-A-MAN
Streams.STRE-JPN-E-MAN B.11.11 STRE-JPN-E-MAN
Streams.STRE-JPN-S-MAN B.11.11 STRE-JPN-S-MAN
Streams.STREAMS-32ALIB B.11.11 STREAMS-32ALIB
Streams.STREAMS-64ALIB B.11.11 STREAMS-64ALIB
Streams.STREAMS-64SLIB B.11.11 STREAMS-64SLIB
Streams.STREAMS-KRN B.11.11 HP-UX Kernel support for network streams
Streams.STREAMS-MIN B.11.11 STREAMS-MIN
Streams.STREAMS-RUN B.11.11 STREAMS-RUN
Streams.STREAMS2-KRN B.11.11 HP-UX Kernel Network Streams library and master file
Streams.XTI-ENG-A-MAN B.11.11 XTI-ENG-A-MAN
Streams.XTI-JPN-E-MAN B.11.11 XTI-JPN-E-MAN
Streams.XTI-JPN-S-MAN B.11.11 XTI-JPN-S-MAN
# Streams-TIO B.11.11 HP-UX_Streams-TIO_Product
Streams-TIO.STIO-ENG-A-MAN B.11.11 STIO-ENG-A-MAN
Streams-TIO.STIO-JPN-E-MAN B.11.11 STIO-JPN-E-MAN
Streams-TIO.STIO-JPN-S-MAN B.11.11 STIO-JPN-S-MAN
Streams-TIO.STRTIO-KRN B.11.11 HP-UX Kernel support for Streams TermIO drivers
Streams-TIO.STRTIO-RUN B.11.11 STRTIO-RUN
Streams-TIO.STRTIO2-KRN B.11.11 HP-UX Kernel Streams TermIO driver library and master file
# Sup-Tool-Mgr B.11.11.05.10 Support Tools Manager for HPUX systems
Sup-Tool-Mgr.RELEASE-NOTES B.11.11.05.10 HPUX Support Tools Manager Release Notes
Sup-Tool-Mgr.STM-CATALOGS B.11.11.05.10 HPUX Support Tools Manager Catalogs
Sup-Tool-Mgr.STM-MAN B.11.11.05.10 HPUX Support Tools Manager Manual Pages
Sup-Tool-Mgr.STM-SHLIBS B.11.11.05.10 HPUX Support Tools Manager Share Libraries
Sup-Tool-Mgr.STM-UI-RUN B.11.11.05.10 HPUX Support Tools Manager User Interface
Sup-Tool-Mgr.STM-UUT-RUN B.11.11.05.10 HPUX Support Tools Manager Unit Under Test Runtime
# SystemAdmin B.11.11 HP-UX System Administration Tools
SystemAdmin.FIRST-BOOT B.11.11 FIRST-BOOT
SystemAdmin.OBAM-HELP B.11.11 On-line Help for System Administration User Interface Tools
SystemAdmin.OBAM-RUN B.11.11 System Administration User Interface Tools
SystemAdmin.SAM B.11.11 System Administration Manager
SystemAdmin.SAM-ENG-A-MAN B.11.11 SAM-ENG-A-MAN
SystemAdmin.SAM-HELP B.11.11 On-line Help for System Adminstration Manager
SystemAdmin.SAM-JPN-E-MAN B.11.11 SAM-JPN-E-MAN
SystemAdmin.SAM-JPN-S-MAN B.11.11 SAM-JPN-S-MAN
# SystemComm B.11.11 System Communication utilities - ct,cu,ptydaemon,vt,kermit
SystemComm.SYSC-ENG-A-MAN B.11.11 SYSC-ENG-A-MAN
SystemComm.SYSC-JPN-E-MAN B.11.11 SYSC-JPN-E-MAN
SystemComm.SYSC-JPN-S-MAN B.11.11 SYSC-JPN-S-MAN
SystemComm.SYSCOM B.11.11 System Communications - ct,cu,vt & kermit
# TechPrintServ B.11.11 HP-UX Technical Image Printing Service
TechPrintServ.TPS-C-HELP B.11.11 TPS-C-HELP
TechPrintServ.TPS-C-SERV B.11.11 TPS-C-SERV
TechPrintServ.TPS-FONTS B.11.11 TPS-FONTS
TechPrintServ.TPS-MAN B.11.11 TPS-MAN
TechPrintServ.TPS-MIN B.11.11 TPS-MIN
TechPrintServ.TPS-RELNOTES B.11.11 TPS-RELNOTES
TechPrintServ.TPS-SERV B.11.11 TPS-SERV
TechPrintServ.TPS-SHLIBS B.11.11 TPS-SHLIBS
# TerminalMngr B.11.11 TerminalMngr
TerminalMngr.TERM-ENG-A-MAN B.11.11 TERM-ENG-A-MAN
TerminalMngr.TERM-JPN-E-MAN B.11.11 TERM-JPN-E-MAN
TerminalMngr.TERM-JPN-S-MAN B.11.11 TERM-JPN-S-MAN
TerminalMngr.TERM-MNGR-MIN B.11.11 TERM-MNGR-MIN
TerminalMngr.TERM-MNGR-NHP B.11.11 TERM-MNGR-NHP
TerminalMngr.TSM-FRE-I-MSG B.11.11 TSM-FRE-I-MSG
TerminalMngr.TSM-GER-I-MSG B.11.11 TSM-GER-I-MSG
# TextEditors B.11.11 TextEditors
TextEditors.EDIT-ENG-A-MAN B.11.11 EDIT-ENG-A-MAN
TextEditors.EDIT-JPN-E-MAN B.11.11 EDIT-JPN-E-MAN
TextEditors.EDIT-JPN-S-MAN B.11.11 EDIT-JPN-S-MAN
TextEditors.EDITORS B.11.11 EDITORS
# TextFormatters B.11.11 TextFormatters
TextFormatters.TEXT-ENG-A-MAN B.11.11 TEXT-ENG-A-MAN
TextFormatters.TEXT-FMT B.11.11 TEXT-FMT
TextFormatters.TEXT-JPN-E-MAN B.11.11 TEXT-JPN-E-MAN
TextFormatters.TEXT-JPN-S-MAN B.11.11 TEXT-JPN-S-MAN
# UUCP B.11.11 Unix to Unix CoPy
UUCP.UUCP B.11.11 Unix to Unix CoPy
UUCP.UUCP-ENG-A-MAN B.11.11 UUCP-ENG-A-MAN
UUCP.UUCP-JPN-E-MAN B.11.11 UUCP-JPN-E-MAN
UUCP.UUCP-JPN-S-MAN B.11.11 UUCP-JPN-S-MAN
# Upgrade B.11.11 Upgrade
Upgrade.UPG-JPN-E-MAN B.11.11 UPG-JPN-E-MAN
Upgrade.UPG-JPN-S-MAN B.11.11 UPG-JPN-S-MAN
Upgrade.UPG-MAN B.11.11 UPG-MAN
Upgrade.UPG-TLINK B.11.11 UPG-TLINK
# UserLicense B.11.11 HP-UX User License
UserLicense.UNL-USER B.11.11 HP-UX Unlimited User License
# VUEtoCDE B.11.11 HP VUE to CDE Migration Tools
VUEtoCDE.V2C-ENG-A-MSG B.11.11 VUE to CDE English Messages & Help Volume
VUEtoCDE.V2C-RUN B.11.11 VUE to CDE Migration Tools Runtime
# WDB B.11.11.04 HP Wildebeest (HP WDB) Debugger
WDB.WDB B.11.11.04 HP Wildebeest (HP WDB) Debugger
WDB.WDB-DOC B.11.11.04 HP Wildebeest (HP WDB) Documentation
WDB.WDB-MAN B.11.11.04 HP Wildebeest (HP WDB) Man Pages
# WDB-GUI B.11.11.04 GUI for the HP WDB Debugger
WDB-GUI.WDB-GUI-HELP B.11.11.04 GUI online help for the WDB Debugger
WDB-GUI.WDB-GUI-MAN B.11.11.04 GUI man pages for the WDB Debugger
WDB-GUI.WDB-GUI-RUN B.11.11.04 GUI runtime components for the WDB Debugger
# Whiteboard B.10.20.00 HP-UX Whiteboard
Whiteboard.WHITBD-HLP Whiteboard Online Help
Whiteboard.WHITBD-MAN Whiteboard man pages
Whiteboard.WHITEBOARD Whiteboard Runtime binaries, HP-VUE support
# X11 B.11.11 HP-UX X Window Software
X11.MKFONTDIR B.11.11 Utility for making fonts
X11.MOTIF-SHLIB B.11.11 Motif shared libraries
X11.X11-FONT-AUX B.11.11 Fonts for non-minimal runtime system
X11.X11-FONT-MIN B.11.11 Fonts for minimal runtime system
X11.X11-FONTSRV B.11.11 X11 Font Server
X11.X11-FRE-I-MSG B.11.11 French ISO message catalogs for X11
X11.X11-GER-I-MSG B.11.11 German ISO message catalogs for X11
X11.X11-ITA-I-MSG B.11.11 Italian ISO message catalogs for X11
X11.X11-JPN-E-MSG B.11.11 Japanese EUC message catalogs for X11
X11.X11-JPN-S-MSG B.11.11 Japanese SJIS message catalogs for X11
X11.X11-KOR-E-MSG B.11.11 Korean EUC message catalogs for X11
X11.X11-RUN B.11.11 X11 clients for minimal runtime system
X11.X11-RUN-CL B.11.11 X11 clients for client-side environment
X11.X11-RUN-CL-MAN B.11.11 Online manual pages for X11 clients
X11.X11-RUN-CT-MAN B.11.11 Online manual pages for X11 contrib clients
X11.X11-RUN-CTRB B.11.11 Contributed X11 clients for runtime system
X11.X11-RUN-MAN B.11.11 Online manual pages for X11 clients
X11.X11-SCH-H-MSG B.11.11 S-Chinese HP15 message catalogs for X11
X11.X11-SPA-I-MSG B.11.11 Spanish ISO message catalogs for X11
X11.X11-SWE-I-MSG B.11.11 Swedish ISO message catalogs for X11
X11.X11-TCH-B-MSG B.11.11 T-Chinese Big5 message catalogs for X11
X11.X11-TCH-E-MSG B.11.11 T-Chinese EUC message catalogs for X11
X11.X11R4-SHLIBS B.11.11 X11R4 and Motif 1.1 shared libraries
X11.X11R5-SHLIBS B.11.11 X11R5 shared libraries
X11.X11R6-SHLIBS B.11.11 X11R6 shared libraries
# X11MotifDevKit B.11.11.01 HP-UX Developer's Toolkit - X11, Motif, and Imake
X11MotifDevKit.IMAKE B.11.11.01 Imake Development Environment
X11MotifDevKit.MOTIF21-PGMAN B.11.11.01 Motif 2.1 Programming Reference
X11MotifDevKit.MOTIF21-PRG B.11.11.01 Motif 2.1 Development Environment
X11MotifDevKit.X11R6-PRG B.11.11.01 X11 R6 Programming Environment
X11MotifDevKit.X11R6-PRG-CTRB B.11.11.01 X11 R6 Contributed Programming Environment
X11MotifDevKit.X11R6-PRG-MAN B.11.11.01 X11 R6 Programming Reference
# Xserver B.11.11 HP-UX X Server
Xserver.AGRM B.11.11 Graphics Resource Manager
Xserver.DDX-ADVANCED B.11.11 X Server Dynamic Advanced Drivers
Xserver.DDX-ENTRY B.11.11 X Server Dynamic Entry Level Drivers
Xserver.DDX-LOAD B.11.11 X Server Dynamic Driver Loader
Xserver.DDX-SAM B.11.11 X Server/SAM X0Screens Help Files
Xserver.DDX-SLS B.11.11 X Server Dynamic SLS Drivers
Xserver.DDX-UTILS B.11.11 X Server Dynamic Driver Utilities
Xserver.X11-SERV B.11.11 X Server
Xserver.X11-SERV-MAN B.11.11 X Server Man Pages
Xserver.XEXT-DBE B.11.11 X Server Dynamic Dbl Buff Ext Drivers
Xserver.XEXT-DBE-MAN B.11.11 X Server Dynamic Dbl Buff Ext Manual
Xserver.XEXT-DPMS B.11.11 X Server Display Power Management Signalling Ext Drivers
Xserver.XEXT-DPMS-MAN B.11.11 X Server Display Power Management Signalling Ext Manual
Xserver.XEXT-HPCR B.11.11 X Server Color Recovery Ext Drivers
Xserver.XEXT-HPCR-MAN B.11.11 X Server Color Recovery Ext Manual
Xserver.XEXT-MBX B.11.11 X Server Dynamic Multibuffering Drivers
Xserver.XEXT-RECORD B.11.11 X Server Record Ext Drivers
# perl 5.6.1 perl
perl.perl-MAN
perl.perl-RUN
perl.perl-SHLIBS
# rdesktop 1.2.0 rdesktop
rdesktop.rdesktop-binary
rdesktop.rdesktop-keymaps
rdesktop.rdesktop-manpages
# scc 1.5.1 System Configuration Collector
scc.scc-run 1.5.1 System Configuration Collector
# scc-srv 1.3.4 System Configuration Collector Server
scc-srv.scc-srv-run 1.3.4 System Configuration Collector Server
# unzip 5.40 unzip
unzip.unzip-RUN 5.40 unzip
system default destination: lpr_07ps
device for lpr_07: /dev/null
device for lpr_07ps: /dev/null
scheduler is running
version: hpovou.ams.testcorp.com ESMTP Sendmail 8.9.3/8.9.3
scc_0000_s_general 607368743 7310
scc_0100_s_boot 3696650750 5031
scc_0200_s_hardware 1560891889 20261
scc_0300_s_kernel 496142734 4976
scc_0400_s_vol_mngt 2062626024 27511
scc_0500_s_network 1987286809 17696
scc_0600_s_software 309278477 27458
scc_0700_s_hp_ov 4007343939 12360
scc_0700_u_hp_ovou_srv 3991210181 81241
scc_0800_s_oracle 636257912 4982
scc_0900_s_system 3406823851 6866
scc_1000_s_users 2363190378 5784
Top software
- scc-srv
- /var/opt/scc-srv/conf/scc.conf
SCC_WEB_PATH=/scc
Top software
- scc-srv
- /var/opt/scc-srv/conf/scc-smt-select
fix:software:installed-filesets::# AdvJournalFS
fix:software:installed-filesets::# EMS-
fix:software:installed-filesets::# Ignite-UX
fix:software:installed-filesets::# OMNIBACK-II
fix:software:installed-filesets::# OVNNMgr
fix:software:installed-filesets::# OVOPC
fix:software:installed-filesets::# OVOPC-AGT
fix:software:installed-filesets::# PerfView
fix:software:installed-filesets::# Predictive
fix:software:installed-filesets::# ServiceGuard
fix:software:installed-filesets::# Sup-Tool-Mgr
fix:software:installed-filesets::# Glance
fix:software:installed-filesets::# MeasureWare
fix:software:installed-packages:application,rpm::HPglance:HP:
fix:software:installed-packages:application,rpm::HPmwa:HP:
fix:software:installed-packages:system::OPC:HP:
fix:software:installed-filesets::# VRTSvmsa
fix:software:installed-filesets::# VRTSvxvm
fix:software:installed-packages:system::VRTSvmsa:
fix:software:installed-packages:system::VRTSvxvm:
fix:software:installed-packages:system::SUNWsadmi:
fix:software:installed-filesets::# scc
fix:software:installed-filesets::# scc-srv
fix:software:installed-packages:application::scc:
fix:software:installed-packages:application::scc-srv:
fix:software:installed-rpms:Utilities/System::scc:
fix:software:installed-rpms:Utilities/System::scc-srv:
permissions: drwx------ www sys
permissions: drwxr-xr-x root sys
permissions: drwxr-xr-x root sys
login auth required /usr/lib/security/libpam_unix.1
su auth required /usr/lib/security/libpam_unix.1
dtlogin auth required /usr/lib/security/libpam_unix.1
dtaction auth required /usr/lib/security/libpam_unix.1
ftp auth required /usr/lib/security/libpam_unix.1
OTHER auth required /usr/lib/security/libpam_unix.1
login account required /usr/lib/security/libpam_unix.1
su account required /usr/lib/security/libpam_unix.1
dtlogin account required /usr/lib/security/libpam_unix.1
dtaction account required /usr/lib/security/libpam_unix.1
ftp account required /usr/lib/security/libpam_unix.1
OTHER account required /usr/lib/security/libpam_unix.1
login session required /usr/lib/security/libpam_unix.1
dtlogin session required /usr/lib/security/libpam_unix.1
dtaction session required /usr/lib/security/libpam_unix.1
OTHER session required /usr/lib/security/libpam_unix.1
login password required /usr/lib/security/libpam_unix.1
passwd password required /usr/lib/security/libpam_unix.1
dtlogin password required /usr/lib/security/libpam_unix.1
dtaction password required /usr/lib/security/libpam_unix.1
OTHER password required /usr/lib/security/libpam_unix.1
Superseded Patch
Patch Description
---------- -----------------------------------------
None
============================ swconfig(1M) version ============================
* Determining if the version of the swconfig(1m) command present on
* the system can fully support enforced dependencies on patches.
The version of swconfig(1M) on the system fully supports enforced
patch dependencies.
============================== Invalid Patches ===============================
* Determining if any HP-UX 11.11 patches are missing the SD-UX patch
* attributes required for SD-UX to handle the patches properly. If the
* patch attributes are missing SD-UX does not treat the software as
* patches, which can lead to unexpected results.
No invalid patches are present.
==============================================================================
============================ swconfig(1M) version ============================
* Determining if the version of the swconfig(1m) command present on
* the system can fully support enforced dependencies on patches.
The version of swconfig(1M) on the system fully supports enforced
patch dependencies.
============================ Patch Fileset States ============================
* Determining if all patch filesets are in the configured state.
All patch filesets are in the configured state.
==============================================================================
---- SCHEDULE TIME INTERVAL EXPIRATION TIMEOUT
DEFAULT Off 1 week 3 months 15 minutes
[Filter Name]: Disk
[Data Version]: 1
[Extension]: off
Component: "DMI 2.0 Service Provider" off
Group: ComponentID on
Attribute: Manufacturer on
Attribute: Product on
Attribute: Version on
Attribute: "Serial Number" on
Attribute: Installation on
Attribute: Verify on
Group: "SP Filter Information" on
Attribute: "Subscriber RPC Type" on
Attribute: "Subscriber Transport Type" on
Attribute: "Subscriber Addressing" on
Attribute: "Subscriber ID" on
Attribute: "Component ID" on
Attribute: "Group Class String" on
Attribute: "Event Severity" on
Group: "SP Indication Subscription" on
Attribute: "Subscriber RPC Type" on
Attribute: "Subscriber Transport Type" on
Attribute: "Subscriber Addressing" on
Attribute: "Subscriber ID" on
Attribute: "Subscriber Expiration Warning Date Stamp" on
Attribute: "Subscriber Expiration Date Stamp" on
Attribute: "Indication Failure Threshold" on
Component: "HP-UX Installed Software Definition" off
Group: "Bundle Category Tags" off
Attribute: "Bundle Software Specification" on
Attribute: Index on
Attribute: "Category Tag" on
Group: "Bundle Contents" on
Attribute: "Bundle Software Specification" on
Attribute: Index on
Attribute: Content on
Group: Bundles on
Attribute: "Bundle Software Specification" on
Attribute: Tag off
Attribute: Architecture off
Attribute: Location off
Attribute: Qualifier off
Attribute: Revision off
Attribute: "Vendor Tag" off
Attribute: "Create Time" on
Attribute: Description off
Attribute: "Modification Time" on
Attribute: Size on
Attribute: Title on
Attribute: Copyright off
Attribute: Directory on
Attribute: "Instance Identifier" on
Attribute: "Is Locatable" on
Attribute: "Layout Version" off
Attribute: "Machine Type" on
Attribute: Number on
Attribute: "Operating System Name" on
Attribute: "Operating System Release" on
Attribute: "Operating System Version" on
Attribute: "Is Patch" on
Attribute: "Install Source" on
Attribute: "Data Model Revision" off
Attribute: "Install Date" on
Group: Categories off
Attribute: Tag on
Attribute: Index on
Attribute: Title on
Attribute: Description on
Attribute: Revision on
Group: ComponentID off
Attribute: Manufacturer on
Attribute: Product on
Attribute: Version on
Attribute: "Serial Number" on
Attribute: Installation on
Attribute: Verify on
Group: "Fileset Ancestors" off
Attribute: "Fileset Software Specification" on
Attribute: Index on
Attribute: "Ancestor Software Specification" on
Group: "Fileset Applied Patches" off
Attribute: "Fileset Software Specification" on
Attribute: Index on
Attribute: "Applied Patch Software Specification" on
Group: "Fileset Category Tags" off
Attribute: "Fileset Software Specification" on
Attribute: Index on
Attribute: "Category Tag" on
Group: "Fileset Contents" off
Attribute: "Fileset Software Specification" on
Attribute: Index on
Attribute: Content on
Attribute: "Content Type" on
Group: "Fileset Control Files" off
Attribute: "Fileset Software Specification" on
Attribute: Tag on
Attribute: Cksum on
Attribute: "Compressed Cksum" on
Attribute: "Compressed Size" on
Attribute: "Compression State" on
Attribute: "Compression Type" on
Attribute: Revision on
Attribute: Size on
Attribute: Source on
Attribute: Interpreter on
Attribute: Path on
Attribute: Result on
Group: "Fileset Dependencies" off
Attribute: "Fileset Software Specification" on
Attribute: Index on
Attribute: Dependency on
Attribute: "Dependency Type" on
Group: "Fileset Files" off
Attribute: "Fileset Software Specification" on
Attribute: Path on
Attribute: Cksum on
Attribute: "Compressed Cksum" on
Attribute: "Compressed Size" on
Attribute: "Compression State" on
Attribute: "Compression Type" on
Attribute: Revision on
Attribute: Size on
Attribute: Source on
Attribute: Gid on
Attribute: Group on
Attribute: "Is Volatile" on
Attribute: "Link Source" on
Attribute: Major on
Attribute: Minor on
Attribute: Mode on
Attribute: Mtime on
Attribute: Owner on
Attribute: "File Type" on
Attribute: Uid on
Attribute: "Archive Path" on
Group: "Fileset Supersedes" off
Attribute: "Fileset Software Specification" on
Attribute: Index on
Attribute: "Supersedes Software Specification" on
Group: Filesets on
Attribute: "Fileset Software Specification" on
Attribute: Tag off
Attribute: "Create Time" off
Attribute: Description off
Attribute: "Modification Time" on
Attribute: Size off
Attribute: Title on
Attribute: "Control Directory" off
Attribute: "Is Kernel" off
Attribute: "Is Locatable" off
Attribute: "Is Reboot" off
Attribute: Location off
Attribute: "Media Sequence List" off
Attribute: Revision off
Attribute: State on
Attribute: "Data Model Revision" off
Attribute: "Instance Identifier" off
Attribute: "Install Date" off
Attribute: Architecture off
Attribute: "Machine Type" off
Attribute: "Operating System Name" off
Attribute: "Operating System Release" off
Attribute: "Operating System Version" off
Attribute: "Install Source" off
Attribute: "Is Patch" on
Attribute: "Is Sparse" on
Attribute: "Patch State" on
Attribute: "Applied To" on
Attribute: "Superseded By" on
Attribute: "Saved Files Directory" off
Group: "Product Category Tags" off
Attribute: "Product Software Specification" on
Attribute: Index on
Attribute: "Category Tag" on
Group: "Product Contents" off
Attribute: "Product Software Specification" on
Attribute: Index on
Attribute: Content on
Attribute: "Content Type" on
Group: "Product Control Files" off
Attribute: "Product Software Specification" on
Attribute: Tag on
Attribute: Cksum on
Attribute: "Compressed Cksum" on
Attribute: "Compressed Size" on
Attribute: "Compression State" on
Attribute: "Compression Type" on
Attribute: Revision on
Attribute: Size on
Attribute: Source on
Attribute: Interpreter on
Attribute: Path on
Attribute: Result on
Group: Products on
Attribute: "Product Software Specification" on
Attribute: Tag off
Attribute: Architecture off
Attribute: Location off
Attribute: Qualifier off
Attribute: Revision off
Attribute: "Vendor Tag" off
Attribute: "Create Time" on
Attribute: Description off
Attribute: "Modification Time" on
Attribute: Size on
Attribute: Title on
Attribute: "All Filesets" off
Attribute: "Control Directory" off
Attribute: Copyright off
Attribute: Directory off
Attribute: "Instance Identifier" off
Attribute: "Is Locatable" off
Attribute: "Post Kernel Path" off
Attribute: "Layout Version" off
Attribute: "Machine Type" on
Attribute: Number on
Attribute: "Operating System Name" on
Attribute: "Operating System Release" on
Attribute: "Operating System Version" on
Attribute: "Is Patch" on
Attribute: "Install Source" on
Attribute: "Data Model Revision" off
Attribute: "Install Date" on
Group: "Software Location" off
Attribute: Path on
Attribute: Catalog on
Attribute: Dfiles on
Attribute: "Layout Version" on
Attribute: Pfiles on
Group: "Subproduct Category Tags" off
Attribute: "Subproduct Software Specification" on
Attribute: Index on
Attribute: "Category Tag" on
Group: Subproducts on
Attribute: "Subproduct Software Specification" on
Attribute: Tag off
Attribute: "Create Time" off
Attribute: Description off
Attribute: "Modification Time" on
Attribute: Size off
Attribute: Title on
Attribute: Contents on
Attribute: "Install Source" off
Attribute: "Data Model Revision" off
Attribute: "Install Date" off
Attribute: "Is Patch" on
Group: Vendors off
Attribute: Tag on
Attribute: Index on
Attribute: Title on
Attribute: Description on
Component: "HP-UX Standard Groups Definition" on
Group: ComponentID off
Attribute: Manufacturer on
Attribute: Product on
Attribute: Version on
Attribute: "Serial Number" on
Attribute: Installation on
Attribute: Verify on
Group: "DNS Configuration" off
Attribute: "Domain Name" on
Attribute: Search on
Attribute: "Server IP Address(es)" on
Group: "General Information" off
Attribute: "System Name" on
Attribute: "System Location" on
Attribute: "System Primary User Name" on
Attribute: "System Primary User Phone" on
Attribute: "System Boot Up Time" off
Attribute: "System Date Time" off
Attribute: "System Secondary User Name" off
Attribute: "System Secondary User Phone" off
Attribute: "System Primary Pager" off
Attribute: "System Secondary Pager" off
Attribute: "Security Token" off
Attribute: "System Model" on
Attribute: "System Serial Number" on
Attribute: "System Software Identifier" on
Group: "Host Device" off
Attribute: "Host Device Index" on
Attribute: "Device Type" on
Attribute: "Device Description" on
Attribute: "Device ID" on
Attribute: "Device Status" on
Attribute: "Device Errors" on
Attribute: "Hardware Path" on
Attribute: "Hardware Type" on
Attribute: "Device Class" on
Attribute: "Associated Driver" on
Group: "Host Device File" off
Attribute: "Host Device File Index" on
Attribute: "Device File Type" on
Attribute: "Device File Name" on
Attribute: "Host Device Group Index" on
Group: "Host Disk Storage" off
Attribute: "Host Disk Storage Index" on
Attribute: "Disk Storage Access" on
Attribute: "Disk Storage Media" on
Attribute: "Disk Storage Removable" on
Attribute: "Disk Storage Capacity" on
Group: "Host File System" off
Attribute: "Host File System Index" on
Attribute: "Mount Point Name" on
Attribute: "Mounted Special Device Name" on
Attribute: "Remote Mount Point Name" on
Attribute: "File System Type" on
Attribute: "File System Access" on
Attribute: "File System Bootable" on
Attribute: "Storage Index" on
Attribute: "Last Full Backup" on
Attribute: "Last Partial Backup" on
Attribute: "Logical Index" on
Attribute: "Total INodes" off
Attribute: "Free INodes" off
Attribute: "Data Capacity" on
Attribute: "Free Capacity" off
Attribute: "Reserved Data Capacity" on
Group: "Host HFS Tuning Parameters" off
Attribute: "Host HFS Tuning Parameters Index" on
Attribute: "Host File System Index" on
Attribute: "Long File Name Flag" on
Attribute: "Large File Feature" on
Attribute: Minfree on
Attribute: "Block Size" on
Attribute: "Fragment Size" on
Attribute: "Bytes per Inode" on
Attribute: "Sectors per Track" on
Attribute: "Tracks per Cylinder" on
Attribute: "Disk Cylinders per Cylinder Group" on
Attribute: "Disk Revolutions per Second" on
Attribute: "Rotational Delay" on
Group: "Host LVM Configuration" off
Attribute: "Host LVM Configuration Index" on
Attribute: "Logical Volume Index" on
Attribute: "Physical Volume Index" on
Attribute: "Logical Volume Mirror Copy" on
Group: "Host Logical Memory" off
Attribute: "Logical Memory Index" on
Attribute: "Swap Space Name" on
Attribute: "Swap Type" on
Attribute: "Swap Priority" on
Attribute: "Swap Space Size" on
Attribute: "Swap Space Minimum Size" on
Attribute: "Swap Space Maximum Size" on
Attribute: "Swap Space Reserved Size" on
Attribute: "File System Index" on
Attribute: "Storage Index" on
Attribute: "Logical Index" on
Group: "Host Logical Volume" off
Attribute: "Host Logical Volume Index" on
Attribute: "Logical Volume Name" on
Attribute: "Logical Volume Access Permission" on
Attribute: "Logical Volume Status" on
Attribute: "Logical Extent Size" on
Attribute: "Logical Volume Capacity" on
Attribute: "Mirror Copy Number" on
Attribute: "Volume Group Index" on
Attribute: "Consistency Recovery" on
Attribute: "Schedule Policy" on
Attribute: "Stripe Number" on
Attribute: "Stripe Size" on
Attribute: "Bad Block Relocation" on
Attribute: "Allocation Policy" on
Attribute: "Staled Logical Extent" on
Attribute: "Read Access Number" off
Attribute: "Write Access Number" off
Group: "Host Physical Memory" off
Attribute: "Physical Main Memory Size" on
Group: "Host Physical Volume" off
Attribute: "Host Physical Volume Index" on
Attribute: "Physical Volume Name" on
Attribute: "Alternate Physical Volume Name" on
Attribute: "Storage Index" on
Attribute: "Volume Group Index" on
Attribute: "Physical Volume Group Index" on
Attribute: "Physical Volume Status" on
Attribute: "Physical Extent Size" on
Attribute: "Physical Volume Capacity" on
Attribute: "Allocated Physical Extent" on
Attribute: "Free Physical Extent" on
Attribute: "Staled Physical Extent Number" on
Group: "Host Physical Volume Group" off
Attribute: "Host Physical Volume Group Index" on
Attribute: "Physical Volume Group Name" on
Attribute: "Volume Group Index" on
Group: "Host Processor" off
Attribute: "Host Processor Index" on
Attribute: "Processor Firmware ID" on
Attribute: "Processor Load" off
Attribute: "Processor Allocated" on
Group: "Host Storage" on
Attribute: "Host Storage Index" on
Attribute: "Storage Type" on
Attribute: Description on
Attribute: "Allocation Unit Size" on
Attribute: "Total Allocation Units" on
Attribute: "Allocation Units Used" on
Attribute: "Storage Allocation Failures" on
Group: "Host System" off
Attribute: "System Uptime" off
Attribute: "Initial Load Device" on
Attribute: "Initial Load Parameters" on
Attribute: "Number of Users" off
Attribute: "Number of Processes" off
Attribute: "Max Processes" on
Attribute: "Mounted File Systems" on
Attribute: "Security Token" off
Attribute: Architecture on
Attribute: Language on
Attribute: Timezone on
Attribute: "Hardware Capability" on
Attribute: Keyboard on
Attribute: "Graphics Resolution" on
Attribute: "Graphics Planes" on
Attribute: "CPU Speed" on
Group: "Host Volume Group" off
Attribute: "Host Volume Group Index" on
Attribute: "Volume Group Name" on
Attribute: "Volume Group Access Permission" on
Attribute: "Volume Group Status" on
Attribute: "Physical Extent Size" on
Attribute: "Volume Group Capacity" on
Attribute: "Volume Group Allocated" on
Attribute: "Volume Group Free Space" on
Attribute: "Max Number of Physical Volume" on
Attribute: "Max Number of Physical Extent per Physical Volume" on
Attribute: "Number of Defined Physical Volume" on
Attribute: "Number of Active Physical Volume" on
Attribute: "Max Number of Logical Volume" on
Attribute: "Number of Defined Logical Volume" on
Attribute: "Number of Active Logical Volume" on
Attribute: "Number of Physical Volume Group" on
Group: "Kernel Configure Group" off
Attribute: "Kernel Configure Group Index" on
Attribute: "Parameter Name" on
Attribute: "Parameter Value" on
Group: "NIS Configuration" off
Attribute: "Domain Name" on
Attribute: "Master Server" on
Attribute: "Slave Server" on
Attribute: "Server Wait Flag" on
Group: "NTP Configuration" off
Attribute: "Server Address" on
Group: "Network Interface" off
Attribute: "Network Interface Index" on
Attribute: "Interface Name" on
Attribute: "IP Address" on
Attribute: "Subnet Mask" on
Attribute: "Broadcast Address" on
Attribute: "Interface State" on
Attribute: "DHCP Enabled" on
Attribute: "Station Address" on
Attribute: "Interface Card Hardware Path" on
Attribute: Hostname on
Group: "Operating System" off
Attribute: "Operating System Index" on
Attribute: "Operating System Name" on
Attribute: "Operating System Version" on
Attribute: "Primary Operating System" on
Attribute: "Operating System Description" on
Attribute: "Operating System Capability" on
Group: "Process Information" off
Attribute: "Process ID" on
Attribute: "Parent Process ID" on
Attribute: "Process Group ID" on
Attribute: "Real User ID" on
Attribute: "Process TTY" on
Attribute: "Process Name" on
Attribute: "Module Path" on
Attribute: Parameters on
Attribute: "Process State" on
Attribute: "Process Priority" on
Attribute: "Process Nice Value" on
Attribute: "Process CPU Time" on
Attribute: "Process System Time" on
Attribute: "Process User Time" on
Attribute: "Process Real Total" on
Attribute: "Process Real Text" on
Attribute: "Process Real Data" on
Attribute: "Process Real Stack" on
Attribute: "Process Virtual Text" on
Attribute: "Process Virtual Data" on
Attribute: "Process Virtual Stack" on
Attribute: "Process Virtual Shared Memory" on
Attribute: "Process Virtual Memory Mapped File Size" on
Group: "Static Routing Definition" off
Attribute: "Static Routing Definition Index" on
Attribute: "Route Destination" on
Attribute: "Route Mask" on
Attribute: "Route Gateway" on
Attribute: "Route Count" on
Attribute: "Route Argument" on
Group: "System Contact Information" off
Attribute: "Contact Index" on
Attribute: "Contact Name" on
Attribute: "Contact Type" on
Attribute: "Contact Information" on
Attribute: "Security Token" off
Component: "POSIX.1387.2 Installed Software Definition" off
[Filter Name]: FileSystem
[Data Version]: 1
[Extension]: off
Component: "DMI 2.0 Service Provider" off
Group: ComponentID on
Attribute: Manufacturer on
Attribute: Product on
Attribute: Version on
Attribute: "Serial Number" on
Attribute: Installation on
Attribute: Verify on
Group: "SP Filter Information" on
Attribute: "Subscriber RPC Type" on
Attribute: "Subscriber Transport Type" on
Attribute: "Subscriber Addressing" on
Attribute: "Subscriber ID" on
Attribute: "Component ID" on
Attribute: "Group Class String" on
Attribute: "Event Severity" on
Group: "SP Indication Subscription" on
Attribute: "Subscriber RPC Type" on
Attribute: "Subscriber Transport Type" on
Attribute: "Subscriber Addressing" on
Attribute: "Subscriber ID" on
Attribute: "Subscriber Expiration Warning Date Stamp" on
Attribute: "Subscriber Expiration Date Stamp" on
Attribute: "Indication Failure Threshold" on
Component: "HP-UX Installed Software Definition" off
Group: "Bundle Category Tags" off
Attribute: "Bundle Software Specification" on
Attribute: Index on
Attribute: "Category Tag" on
Group: "Bundle Contents" on
Attribute: "Bundle Software Specification" on
Attribute: Index on
Attribute: Content on
Group: Bundles on
Attribute: "Bundle Software Specification" on
Attribute: Tag off
Attribute: Architecture off
Attribute: Location off
Attribute: Qualifier off
Attribute: Revision off
Attribute: "Vendor Tag" off
Attribute: "Create Time" on
Attribute: Description off
Attribute: "Modification Time" on
Attribute: Size on
Attribute: Title on
Attribute: Copyright off
Attribute: Directory on
Attribute: "Instance Identifier" on
Attribute: "Is Locatable" on
Attribute: "Layout Version" off
Attribute: "Machine Type" on
Attribute: Number on
Attribute: "Operating System Name" on
Attribute: "Operating System Release" on
Attribute: "Operating System Version" on
Attribute: "Is Patch" on
Attribute: "Install Source" on
Attribute: "Data Model Revision" off
Attribute: "Install Date" on
Group: Categories off
Attribute: Tag on
Attribute: Index on
Attribute: Title on
Attribute: Description on
Attribute: Revision on
Group: ComponentID off
Attribute: Manufacturer on
Attribute: Product on
Attribute: Version on
Attribute: "Serial Number" on
Attribute: Installation on
Attribute: Verify on
Group: "Fileset Ancestors" off
Attribute: "Fileset Software Specification" on
Attribute: Index on
Attribute: "Ancestor Software Specification" on
Group: "Fileset Applied Patches" off
Attribute: "Fileset Software Specification" on
Attribute: Index on
Attribute: "Applied Patch Software Specification" on
Group: "Fileset Category Tags" off
Attribute: "Fileset Software Specification" on
Attribute: Index on
Attribute: "Category Tag" on
Group: "Fileset Contents" off
Attribute: "Fileset Software Specification" on
Attribute: Index on
Attribute: Content on
Attribute: "Content Type" on
Group: "Fileset Control Files" off
Attribute: "Fileset Software Specification" on
Attribute: Tag on
Attribute: Cksum on
Attribute: "Compressed Cksum" on
Attribute: "Compressed Size" on
Attribute: "Compression State" on
Attribute: "Compression Type" on
Attribute: Revision on
Attribute: Size on
Attribute: Source on
Attribute: Interpreter on
Attribute: Path on
Attribute: Result on
Group: "Fileset Dependencies" off
Attribute: "Fileset Software Specification" on
Attribute: Index on
Attribute: Dependency on
Attribute: "Dependency Type" on
Group: "Fileset Files" off
Attribute: "Fileset Software Specification" on
Attribute: Path on
Attribute: Cksum on
Attribute: "Compressed Cksum" on
Attribute: "Compressed Size" on
Attribute: "Compression State" on
Attribute: "Compression Type" on
Attribute: Revision on
Attribute: Size on
Attribute: Source on
Attribute: Gid on
Attribute: Group on
Attribute: "Is Volatile" on
Attribute: "Link Source" on
Attribute: Major on
Attribute: Minor on
Attribute: Mode on
Attribute: Mtime on
Attribute: Owner on
Attribute: "File Type" on
Attribute: Uid on
Attribute: "Archive Path" on
Group: "Fileset Supersedes" off
Attribute: "Fileset Software Specification" on
Attribute: Index on
Attribute: "Supersedes Software Specification" on
Group: Filesets on
Attribute: "Fileset Software Specification" on
Attribute: Tag off
Attribute: "Create Time" off
Attribute: Description off
Attribute: "Modification Time" on
Attribute: Size off
Attribute: Title on
Attribute: "Control Directory" off
Attribute: "Is Kernel" off
Attribute: "Is Locatable" off
Attribute: "Is Reboot" off
Attribute: Location off
Attribute: "Media Sequence List" off
Attribute: Revision off
Attribute: State on
Attribute: "Data Model Revision" off
Attribute: "Instance Identifier" off
Attribute: "Install Date" off
Attribute: Architecture off
Attribute: "Machine Type" off
Attribute: "Operating System Name" off
Attribute: "Operating System Release" off
Attribute: "Operating System Version" off
Attribute: "Install Source" off
Attribute: "Is Patch" on
Attribute: "Is Sparse" on
Attribute: "Patch State" on
Attribute: "Applied To" on
Attribute: "Superseded By" on
Attribute: "Saved Files Directory" off
Group: "Product Category Tags" off
Attribute: "Product Software Specification" on
Attribute: Index on
Attribute: "Category Tag" on
Group: "Product Contents" off
Attribute: "Product Software Specification" on
Attribute: Index on
Attribute: Content on
Attribute: "Content Type" on
Group: "Product Control Files" off
Attribute: "Product Software Specification" on
Attribute: Tag on
Attribute: Cksum on
Attribute: "Compressed Cksum" on
Attribute: "Compressed Size" on
Attribute: "Compression State" on
Attribute: "Compression Type" on
Attribute: Revision on
Attribute: Size on
Attribute: Source on
Attribute: Interpreter on
Attribute: Path on
Attribute: Result on
Group: Products on
Attribute: "Product Software Specification" on
Attribute: Tag off
Attribute: Architecture off
Attribute: Location off
Attribute: Qualifier off
Attribute: Revision off
Attribute: "Vendor Tag" off
Attribute: "Create Time" on
Attribute: Description off
Attribute: "Modification Time" on
Attribute: Size on
Attribute: Title on
Attribute: "All Filesets" off
Attribute: "Control Directory" off
Attribute: Copyright off
Attribute: Directory off
Attribute: "Instance Identifier" off
Attribute: "Is Locatable" off
Attribute: "Post Kernel Path" off
Attribute: "Layout Version" off
Attribute: "Machine Type" on
Attribute: Number on
Attribute: "Operating System Name" on
Attribute: "Operating System Release" on
Attribute: "Operating System Version" on
Attribute: "Is Patch" on
Attribute: "Install Source" on
Attribute: "Data Model Revision" off
Attribute: "Install Date" on
Group: "Software Location" off
Attribute: Path on
Attribute: Catalog on
Attribute: Dfiles on
Attribute: "Layout Version" on
Attribute: Pfiles on
Group: "Subproduct Category Tags" off
Attribute: "Subproduct Software Specification" on
Attribute: Index on
Attribute: "Category Tag" on
Group: Subproducts on
Attribute: "Subproduct Software Specification" on
Attribute: Tag off
Attribute: "Create Time" off
Attribute: Description off
Attribute: "Modification Time" on
Attribute: Size off
Attribute: Title on
Attribute: Contents on
Attribute: "Install Source" off
Attribute: "Data Model Revision" off
Attribute: "Install Date" off
Attribute: "Is Patch" on
Group: Vendors off
Attribute: Tag on
Attribute: Index on
Attribute: Title on
Attribute: Description on
Component: "HP-UX Standard Groups Definition" on
Group: ComponentID off
Attribute: Manufacturer on
Attribute: Product on
Attribute: Version on
Attribute: "Serial Number" on
Attribute: Installation on
Attribute: Verify on
Group: "DNS Configuration" off
Attribute: "Domain Name" on
Attribute: Search on
Attribute: "Server IP Address(es)" on
Group: "General Information" off
Attribute: "System Name" on
Attribute: "System Location" on
Attribute: "System Primary User Name" on
Attribute: "System Primary User Phone" on
Attribute: "System Boot Up Time" off
Attribute: "System Date Time" off
Attribute: "System Secondary User Name" off
Attribute: "System Secondary User Phone" off
Attribute: "System Primary Pager" off
Attribute: "System Secondary Pager" off
Attribute: "Security Token" off
Attribute: "System Model" on
Attribute: "System Serial Number" on
Attribute: "System Software Identifier" on
Group: "Host Device" off
Attribute: "Host Device Index" on
Attribute: "Device Type" on
Attribute: "Device Description" on
Attribute: "Device ID" on
Attribute: "Device Status" on
Attribute: "Device Errors" on
Attribute: "Hardware Path" on
Attribute: "Hardware Type" on
Attribute: "Device Class" on
Attribute: "Associated Driver" on
Group: "Host Device File" off
Attribute: "Host Device File Index" on
Attribute: "Device File Type" on
Attribute: "Device File Name" on
Attribute: "Host Device Group Index" on
Group: "Host Disk Storage" off
Attribute: "Host Disk Storage Index" on
Attribute: "Disk Storage Access" on
Attribute: "Disk Storage Media" on
Attribute: "Disk Storage Removable" on
Attribute: "Disk Storage Capacity" on
Group: "Host File System" on
Attribute: "Host File System Index" on
Attribute: "Mount Point Name" on
Attribute: "Mounted Special Device Name" on
Attribute: "Remote Mount Point Name" on
Attribute: "File System Type" on
Attribute: "File System Access" on
Attribute: "File System Bootable" on
Attribute: "Storage Index" on
Attribute: "Last Full Backup" on
Attribute: "Last Partial Backup" on
Attribute: "Logical Index" on
Attribute: "Total INodes" off
Attribute: "Free INodes" off
Attribute: "Data Capacity" on
Attribute: "Free Capacity" off
Attribute: "Reserved Data Capacity" on
Group: "Host HFS Tuning Parameters" on
Attribute: "Host HFS Tuning Parameters Index" on
Attribute: "Host File System Index" on
Attribute: "Long File Name Flag" on
Attribute: "Large File Feature" on
Attribute: Minfree on
Attribute: "Block Size" on
Attribute: "Fragment Size" on
Attribute: "Bytes per Inode" on
Attribute: "Sectors per Track" on
Attribute: "Tracks per Cylinder" on
Attribute: "Disk Cylinders per Cylinder Group" on
Attribute: "Disk Revolutions per Second" on
Attribute: "Rotational Delay" on
Group: "Host LVM Configuration" off
Attribute: "Host LVM Configuration Index" on
Attribute: "Logical Volume Index" on
Attribute: "Physical Volume Index" on
Attribute: "Logical Volume Mirror Copy" on
Group: "Host Logical Memory" off
Attribute: "Logical Memory Index" on
Attribute: "Swap Space Name" on
Attribute: "Swap Type" on
Attribute: "Swap Priority" on
Attribute: "Swap Space Size" on
Attribute: "Swap Space Minimum Size" on
Attribute: "Swap Space Maximum Size" on
Attribute: "Swap Space Reserved Size" on
Attribute: "File System Index" on
Attribute: "Storage Index" on
Attribute: "Logical Index" on
Group: "Host Logical Volume" off
Attribute: "Host Logical Volume Index" on
Attribute: "Logical Volume Name" on
Attribute: "Logical Volume Access Permission" on
Attribute: "Logical Volume Status" on
Attribute: "Logical Extent Size" on
Attribute: "Logical Volume Capacity" on
Attribute: "Mirror Copy Number" on
Attribute: "Volume Group Index" on
Attribute: "Consistency Recovery" on
Attribute: "Schedule Policy" on
Attribute: "Stripe Number" on
Attribute: "Stripe Size" on
Attribute: "Bad Block Relocation" on
Attribute: "Allocation Policy" on
Attribute: "Staled Logical Extent" on
Attribute: "Read Access Number" off
Attribute: "Write Access Number" off
Group: "Host Physical Memory" off
Attribute: "Physical Main Memory Size" on
Group: "Host Physical Volume" off
Attribute: "Host Physical Volume Index" on
Attribute: "Physical Volume Name" on
Attribute: "Alternate Physical Volume Name" on
Attribute: "Storage Index" on
Attribute: "Volume Group Index" on
Attribute: "Physical Volume Group Index" on
Attribute: "Physical Volume Status" on
Attribute: "Physical Extent Size" on
Attribute: "Physical Volume Capacity" on
Attribute: "Allocated Physical Extent" on
Attribute: "Free Physical Extent" on
Attribute: "Staled Physical Extent Number" on
Group: "Host Physical Volume Group" off
Attribute: "Host Physical Volume Group Index" on
Attribute: "Physical Volume Group Name" on
Attribute: "Volume Group Index" on
Group: "Host Processor" off
Attribute: "Host Processor Index" on
Attribute: "Processor Firmware ID" on
Attribute: "Processor Load" off
Attribute: "Processor Allocated" on
Group: "Host Storage" off
Attribute: "Host Storage Index" on
Attribute: "Storage Type" on
Attribute: Description on
Attribute: "Allocation Unit Size" on
Attribute: "Total Allocation Units" on
Attribute: "Allocation Units Used" on
Attribute: "Storage Allocation Failures" on
Group: "Host System" off
Attribute: "System Uptime" off
Attribute: "Initial Load Device" on
Attribute: "Initial Load Parameters" on
Attribute: "Number of Users" off
Attribute: "Number of Processes" off
Attribute: "Max Processes" on
Attribute: "Mounted File Systems" on
Attribute: "Security Token" off
Attribute: Architecture on
Attribute: Language on
Attribute: Timezone on
Attribute: "Hardware Capability" on
Attribute: Keyboard on
Attribute: "Graphics Resolution" on
Attribute: "Graphics Planes" on
Attribute: "CPU Speed" on
Group: "Host Volume Group" off
Attribute: "Host Volume Group Index" on
Attribute: "Volume Group Name" on
Attribute: "Volume Group Access Permission" on
Attribute: "Volume Group Status" on
Attribute: "Physical Extent Size" on
Attribute: "Volume Group Capacity" on
Attribute: "Volume Group Allocated" on
Attribute: "Volume Group Free Space" on
Attribute: "Max Number of Physical Volume" on
Attribute: "Max Number of Physical Extent per Physical Volume" on
Attribute: "Number of Defined Physical Volume" on
Attribute: "Number of Active Physical Volume" on
Attribute: "Max Number of Logical Volume" on
Attribute: "Number of Defined Logical Volume" on
Attribute: "Number of Active Logical Volume" on
Attribute: "Number of Physical Volume Group" on
Group: "Kernel Configure Group" off
Attribute: "Kernel Configure Group Index" on
Attribute: "Parameter Name" on
Attribute: "Parameter Value" on
Group: "NIS Configuration" off
Attribute: "Domain Name" on
Attribute: "Master Server" on
Attribute: "Slave Server" on
Attribute: "Server Wait Flag" on
Group: "NTP Configuration" off
Attribute: "Server Address" on
Group: "Network Interface" off
Attribute: "Network Interface Index" on
Attribute: "Interface Name" on
Attribute: "IP Address" on
Attribute: "Subnet Mask" on
Attribute: "Broadcast Address" on
Attribute: "Interface State" on
Attribute: "DHCP Enabled" on
Attribute: "Station Address" on
Attribute: "Interface Card Hardware Path" on
Attribute: Hostname on
Group: "Operating System" off
Attribute: "Operating System Index" on
Attribute: "Operating System Name" on
Attribute: "Operating System Version" on
Attribute: "Primary Operating System" on
Attribute: "Operating System Description" on
Attribute: "Operating System Capability" on
Group: "Process Information" off
Attribute: "Process ID" on
Attribute: "Parent Process ID" on
Attribute: "Process Group ID" on
Attribute: "Real User ID" on
Attribute: "Process TTY" on
Attribute: "Process Name" on
Attribute: "Module Path" on
Attribute: Parameters on
Attribute: "Process State" on
Attribute: "Process Priority" on
Attribute: "Process Nice Value" on
Attribute: "Process CPU Time" on
Attribute: "Process System Time" on
Attribute: "Process User Time" on
Attribute: "Process Real Total" on
Attribute: "Process Real Text" on
Attribute: "Process Real Data" on
Attribute: "Process Real Stack" on
Attribute: "Process Virtual Text" on
Attribute: "Process Virtual Data" on
Attribute: "Process Virtual Stack" on
Attribute: "Process Virtual Shared Memory" on
Attribute: "Process Virtual Memory Mapped File Size" on
Group: "Static Routing Definition" off
Attribute: "Static Routing Definition Index" on
Attribute: "Route Destination" on
Attribute: "Route Mask" on
Attribute: "Route Gateway" on
Attribute: "Route Count" on
Attribute: "Route Argument" on
Group: "System Contact Information" off
Attribute: "Contact Index" on
Attribute: "Contact Name" on
Attribute: "Contact Type" on
Attribute: "Contact Information" on
Attribute: "Security Token" off
Component: "POSIX.1387.2 Installed Software Definition" off
[Filter Name]: LVM
[Data Version]: 1
[Extension]: off
Component: "DMI 2.0 Service Provider" off
Group: ComponentID on
Attribute: Manufacturer on
Attribute: Product on
Attribute: Version on
Attribute: "Serial Number" on
Attribute: Installation on
Attribute: Verify on
Group: "SP Filter Information" on
Attribute: "Subscriber RPC Type" on
Attribute: "Subscriber Transport Type" on
Attribute: "Subscriber Addressing" on
Attribute: "Subscriber ID" on
Attribute: "Component ID" on
Attribute: "Group Class String" on
Attribute: "Event Severity" on
Group: "SP Indication Subscription" on
Attribute: "Subscriber RPC Type" on
Attribute: "Subscriber Transport Type" on
Attribute: "Subscriber Addressing" on
Attribute: "Subscriber ID" on
Attribute: "Subscriber Expiration Warning Date Stamp" on
Attribute: "Subscriber Expiration Date Stamp" on
Attribute: "Indication Failure Threshold" on
Component: "HP-UX Installed Software Definition" off
Group: "Bundle Category Tags" off
Attribute: "Bundle Software Specification" on
Attribute: Index on
Attribute: "Category Tag" on
Group: "Bundle Contents" on
Attribute: "Bundle Software Specification" on
Attribute: Index on
Attribute: Content on
Group: Bundles on
Attribute: "Bundle Software Specification" on
Attribute: Tag off
Attribute: Architecture off
Attribute: Location off
Attribute: Qualifier off
Attribute: Revision off
Attribute: "Vendor Tag" off
Attribute: "Create Time" on
Attribute: Description off
Attribute: "Modification Time" on
Attribute: Size on
Attribute: Title on
Attribute: Copyright off
Attribute: Directory on
Attribute: "Instance Identifier" on
Attribute: "Is Locatable" on
Attribute: "Layout Version" off
Attribute: "Machine Type" on
Attribute: Number on
Attribute: "Operating System Name" on
Attribute: "Operating System Release" on
Attribute: "Operating System Version" on
Attribute: "Is Patch" on
Attribute: "Install Source" on
Attribute: "Data Model Revision" off
Attribute: "Install Date" on
Group: Categories off
Attribute: Tag on
Attribute: Index on
Attribute: Title on
Attribute: Description on
Attribute: Revision on
Group: ComponentID off
Attribute: Manufacturer on
Attribute: Product on
Attribute: Version on
Attribute: "Serial Number" on
Attribute: Installation on
Attribute: Verify on
Group: "Fileset Ancestors" off
Attribute: "Fileset Software Specification" on
Attribute: Index on
Attribute: "Ancestor Software Specification" on
Group: "Fileset Applied Patches" off
Attribute: "Fileset Software Specification" on
Attribute: Index on
Attribute: "Applied Patch Software Specification" on
Group: "Fileset Category Tags" off
Attribute: "Fileset Software Specification" on
Attribute: Index on
Attribute: "Category Tag" on
Group: "Fileset Contents" off
Attribute: "Fileset Software Specification" on
Attribute: Index on
Attribute: Content on
Attribute: "Content Type" on
Group: "Fileset Control Files" off
Attribute: "Fileset Software Specification" on
Attribute: Tag on
Attribute: Cksum on
Attribute: "Compressed Cksum" on
Attribute: "Compressed Size" on
Attribute: "Compression State" on
Attribute: "Compression Type" on
Attribute: Revision on
Attribute: Size on
Attribute: Source on
Attribute: Interpreter on
Attribute: Path on
Attribute: Result on
Group: "Fileset Dependencies" off
Attribute: "Fileset Software Specification" on
Attribute: Index on
Attribute: Dependency on
Attribute: "Dependency Type" on
Group: "Fileset Files" off
Attribute: "Fileset Software Specification" on
Attribute: Path on
Attribute: Cksum on
Attribute: "Compressed Cksum" on
Attribute: "Compressed Size" on
Attribute: "Compression State" on
Attribute: "Compression Type" on
Attribute: Revision on
Attribute: Size on
Attribute: Source on
Attribute: Gid on
Attribute: Group on
Attribute: "Is Volatile" on
Attribute: "Link Source" on
Attribute: Major on
Attribute: Minor on
Attribute: Mode on
Attribute: Mtime on
Attribute: Owner on
Attribute: "File Type" on
Attribute: Uid on
Attribute: "Archive Path" on
Group: "Fileset Supersedes" off
Attribute: "Fileset Software Specification" on
Attribute: Index on
Attribute: "Supersedes Software Specification" on
Group: Filesets on
Attribute: "Fileset Software Specification" on
Attribute: Tag off
Attribute: "Create Time" off
Attribute: Description off
Attribute: "Modification Time" on
Attribute: Size off
Attribute: Title on
Attribute: "Control Directory" off
Attribute: "Is Kernel" off
Attribute: "Is Locatable" off
Attribute: "Is Reboot" off
Attribute: Location off
Attribute: "Media Sequence List" off
Attribute: Revision off
Attribute: State on
Attribute: "Data Model Revision" off
Attribute: "Instance Identifier" off
Attribute: "Install Date" off
Attribute: Architecture off
Attribute: "Machine Type" off
Attribute: "Operating System Name" off
Attribute: "Operating System Release" off
Attribute: "Operating System Version" off
Attribute: "Install Source" off
Attribute: "Is Patch" on
Attribute: "Is Sparse" on
Attribute: "Patch State" on
Attribute: "Applied To" on
Attribute: "Superseded By" on
Attribute: "Saved Files Directory" off
Group: "Product Category Tags" off
Attribute: "Product Software Specification" on
Attribute: Index on
Attribute: "Category Tag" on
Group: "Product Contents" off
Attribute: "Product Software Specification" on
Attribute: Index on
Attribute: Content on
Attribute: "Content Type" on
Group: "Product Control Files" off
Attribute: "Product Software Specification" on
Attribute: Tag on
Attribute: Cksum on
Attribute: "Compressed Cksum" on
Attribute: "Compressed Size" on
Attribute: "Compression State" on
Attribute: "Compression Type" on
Attribute: Revision on
Attribute: Size on
Attribute: Source on
Attribute: Interpreter on
Attribute: Path on
Attribute: Result on
Group: Products on
Attribute: "Product Software Specification" on
Attribute: Tag off
Attribute: Architecture off
Attribute: Location off
Attribute: Qualifier off
Attribute: Revision off
Attribute: "Vendor Tag" off
Attribute: "Create Time" on
Attribute: Description off
Attribute: "Modification Time" on
Attribute: Size on
Attribute: Title on
Attribute: "All Filesets" off
Attribute: "Control Directory" off
Attribute: Copyright off
Attribute: Directory off
Attribute: "Instance Identifier" off
Attribute: "Is Locatable" off
Attribute: "Post Kernel Path" off
Attribute: "Layout Version" off
Attribute: "Machine Type" on
Attribute: Number on
Attribute: "Operating System Name" on
Attribute: "Operating System Release" on
Attribute: "Operating System Version" on
Attribute: "Is Patch" on
Attribute: "Install Source" on
Attribute: "Data Model Revision" off
Attribute: "Install Date" on
Group: "Software Location" off
Attribute: Path on
Attribute: Catalog on
Attribute: Dfiles on
Attribute: "Layout Version" on
Attribute: Pfiles on
Group: "Subproduct Category Tags" off
Attribute: "Subproduct Software Specification" on
Attribute: Index on
Attribute: "Category Tag" on
Group: Subproducts on
Attribute: "Subproduct Software Specification" on
Attribute: Tag off
Attribute: "Create Time" off
Attribute: Description off
Attribute: "Modification Time" on
Attribute: Size off
Attribute: Title on
Attribute: Contents on
Attribute: "Install Source" off
Attribute: "Data Model Revision" off
Attribute: "Install Date" off
Attribute: "Is Patch" on
Group: Vendors off
Attribute: Tag on
Attribute: Index on
Attribute: Title on
Attribute: Description on
Component: "HP-UX Standard Groups Definition" on
Group: ComponentID off
Attribute: Manufacturer on
Attribute: Product on
Attribute: Version on
Attribute: "Serial Number" on
Attribute: Installation on
Attribute: Verify on
Group: "DNS Configuration" off
Attribute: "Domain Name" on
Attribute: Search on
Attribute: "Server IP Address(es)" on
Group: "General Information" off
Attribute: "System Name" on
Attribute: "System Location" on
Attribute: "System Primary User Name" on
Attribute: "System Primary User Phone" on
Attribute: "System Boot Up Time" off
Attribute: "System Date Time" off
Attribute: "System Secondary User Name" off
Attribute: "System Secondary User Phone" off
Attribute: "System Primary Pager" off
Attribute: "System Secondary Pager" off
Attribute: "Security Token" off
Attribute: "System Model" on
Attribute: "System Serial Number" on
Attribute: "System Software Identifier" on
Group: "Host Device" off
Attribute: "Host Device Index" on
Attribute: "Device Type" on
Attribute: "Device Description" on
Attribute: "Device ID" on
Attribute: "Device Status" on
Attribute: "Device Errors" on
Attribute: "Hardware Path" on
Attribute: "Hardware Type" on
Attribute: "Device Class" on
Attribute: "Associated Driver" on
Group: "Host Device File" off
Attribute: "Host Device File Index" on
Attribute: "Device File Type" on
Attribute: "Device File Name" on
Attribute: "Host Device Group Index" on
Group: "Host Disk Storage" off
Attribute: "Host Disk Storage Index" on
Attribute: "Disk Storage Access" on
Attribute: "Disk Storage Media" on
Attribute: "Disk Storage Removable" on
Attribute: "Disk Storage Capacity" on
Group: "Host File System" off
Attribute: "Host File System Index" on
Attribute: "Mount Point Name" on
Attribute: "Mounted Special Device Name" on
Attribute: "Remote Mount Point Name" on
Attribute: "File System Type" on
Attribute: "File System Access" on
Attribute: "File System Bootable" on
Attribute: "Storage Index" on
Attribute: "Last Full Backup" on
Attribute: "Last Partial Backup" on
Attribute: "Logical Index" on
Attribute: "Total INodes" off
Attribute: "Free INodes" off
Attribute: "Data Capacity" on
Attribute: "Free Capacity" off
Attribute: "Reserved Data Capacity" on
Group: "Host HFS Tuning Parameters" off
Attribute: "Host HFS Tuning Parameters Index" on
Attribute: "Host File System Index" on
Attribute: "Long File Name Flag" on
Attribute: "Large File Feature" on
Attribute: Minfree on
Attribute: "Block Size" on
Attribute: "Fragment Size" on
Attribute: "Bytes per Inode" on
Attribute: "Sectors per Track" on
Attribute: "Tracks per Cylinder" on
Attribute: "Disk Cylinders per Cylinder Group" on
Attribute: "Disk Revolutions per Second" on
Attribute: "Rotational Delay" on
Group: "Host LVM Configuration" on
Attribute: "Host LVM Configuration Index" on
Attribute: "Logical Volume Index" on
Attribute: "Physical Volume Index" on
Attribute: "Logical Volume Mirror Copy" on
Group: "Host Logical Memory" off
Attribute: "Logical Memory Index" on
Attribute: "Swap Space Name" on
Attribute: "Swap Type" on
Attribute: "Swap Priority" on
Attribute: "Swap Space Size" on
Attribute: "Swap Space Minimum Size" on
Attribute: "Swap Space Maximum Size" on
Attribute: "Swap Space Reserved Size" on
Attribute: "File System Index" on
Attribute: "Storage Index" on
Attribute: "Logical Index" on
Group: "Host Logical Volume" on
Attribute: "Host Logical Volume Index" on
Attribute: "Logical Volume Name" on
Attribute: "Logical Volume Access Permission" on
Attribute: "Logical Volume Status" on
Attribute: "Logical Extent Size" on
Attribute: "Logical Volume Capacity" on
Attribute: "Mirror Copy Number" on
Attribute: "Volume Group Index" on
Attribute: "Consistency Recovery" on
Attribute: "Schedule Policy" on
Attribute: "Stripe Number" on
Attribute: "Stripe Size" on
Attribute: "Bad Block Relocation" on
Attribute: "Allocation Policy" on
Attribute: "Staled Logical Extent" on
Attribute: "Read Access Number" off
Attribute: "Write Access Number" off
Group: "Host Physical Memory" off
Attribute: "Physical Main Memory Size" on
Group: "Host Physical Volume" on
Attribute: "Host Physical Volume Index" on
Attribute: "Physical Volume Name" on
Attribute: "Alternate Physical Volume Name" on
Attribute: "Storage Index" on
Attribute: "Volume Group Index" on
Attribute: "Physical Volume Group Index" on
Attribute: "Physical Volume Status" on
Attribute: "Physical Extent Size" on
Attribute: "Physical Volume Capacity" on
Attribute: "Allocated Physical Extent" on
Attribute: "Free Physical Extent" on
Attribute: "Staled Physical Extent Number" on
Group: "Host Physical Volume Group" on
Attribute: "Host Physical Volume Group Index" on
Attribute: "Physical Volume Group Name" on
Attribute: "Volume Group Index" on
Group: "Host Processor" off
Attribute: "Host Processor Index" on
Attribute: "Processor Firmware ID" on
Attribute: "Processor Load" off
Attribute: "Processor Allocated" on
Group: "Host Storage" off
Attribute: "Host Storage Index" on
Attribute: "Storage Type" on
Attribute: Description on
Attribute: "Allocation Unit Size" on
Attribute: "Total Allocation Units" on
Attribute: "Allocation Units Used" on
Attribute: "Storage Allocation Failures" on
Group: "Host System" off
Attribute: "System Uptime" off
Attribute: "Initial Load Device" on
Attribute: "Initial Load Parameters" on
Attribute: "Number of Users" off
Attribute: "Number of Processes" off
Attribute: "Max Processes" on
Attribute: "Mounted File Systems" on
Attribute: "Security Token" off
Attribute: Architecture on
Attribute: Language on
Attribute: Timezone on
Attribute: "Hardware Capability" on
Attribute: Keyboard on
Attribute: "Graphics Resolution" on
Attribute: "Graphics Planes" on
Attribute: "CPU Speed" on
Group: "Host Volume Group" on
Attribute: "Host Volume Group Index" on
Attribute: "Volume Group Name" on
Attribute: "Volume Group Access Permission" on
Attribute: "Volume Group Status" on
Attribute: "Physical Extent Size" on
Attribute: "Volume Group Capacity" on
Attribute: "Volume Group Allocated" on
Attribute: "Volume Group Free Space" on
Attribute: "Max Number of Physical Volume" on
Attribute: "Max Number of Physical Extent per Physical Volume" on
Attribute: "Number of Defined Physical Volume" on
Attribute: "Number of Active Physical Volume" on
Attribute: "Max Number of Logical Volume" on
Attribute: "Number of Defined Logical Volume" on
Attribute: "Number of Active Logical Volume" on
Attribute: "Number of Physical Volume Group" on
Group: "Kernel Configure Group" off
Attribute: "Kernel Configure Group Index" on
Attribute: "Parameter Name" on
Attribute: "Parameter Value" on
Group: "NIS Configuration" off
Attribute: "Domain Name" on
Attribute: "Master Server" on
Attribute: "Slave Server" on
Attribute: "Server Wait Flag" on
Group: "NTP Configuration" off
Attribute: "Server Address" on
Group: "Network Interface" off
Attribute: "Network Interface Index" on
Attribute: "Interface Name" on
Attribute: "IP Address" on
Attribute: "Subnet Mask" on
Attribute: "Broadcast Address" on
Attribute: "Interface State" on
Attribute: "DHCP Enabled" on
Attribute: "Station Address" on
Attribute: "Interface Card Hardware Path" on
Attribute: Hostname on
Group: "Operating System" off
Attribute: "Operating System Index" on
Attribute: "Operating System Name" on
Attribute: "Operating System Version" on
Attribute: "Primary Operating System" on
Attribute: "Operating System Description" on
Attribute: "Operating System Capability" on
Group: "Process Information" off
Attribute: "Process ID" on
Attribute: "Parent Process ID" on
Attribute: "Process Group ID" on
Attribute: "Real User ID" on
Attribute: "Process TTY" on
Attribute: "Process Name" on
Attribute: "Module Path" on
Attribute: Parameters on
Attribute: "Process State" on
Attribute: "Process Priority" on
Attribute: "Process Nice Value" on
Attribute: "Process CPU Time" on
Attribute: "Process System Time" on
Attribute: "Process User Time" on
Attribute: "Process Real Total" on
Attribute: "Process Real Text" on
Attribute: "Process Real Data" on
Attribute: "Process Real Stack" on
Attribute: "Process Virtual Text" on
Attribute: "Process Virtual Data" on
Attribute: "Process Virtual Stack" on
Attribute: "Process Virtual Shared Memory" on
Attribute: "Process Virtual Memory Mapped File Size" on
Group: "Static Routing Definition" off
Attribute: "Static Routing Definition Index" on
Attribute: "Route Destination" on
Attribute: "Route Mask" on
Attribute: "Route Gateway" on
Attribute: "Route Count" on
Attribute: "Route Argument" on
Group: "System Contact Information" off
Attribute: "Contact Index" on
Attribute: "Contact Name" on
Attribute: "Contact Type" on
Attribute: "Contact Information" on
Attribute: "Security Token" off
Component: "POSIX.1387.2 Installed Software Definition" off
[Filter Name]: Network
[Data Version]: 1
[Extension]: off
Component: "DMI 2.0 Service Provider" off
Group: ComponentID on
Attribute: Manufacturer on
Attribute: Product on
Attribute: Version on
Attribute: "Serial Number" on
Attribute: Installation on
Attribute: Verify on
Group: "SP Filter Information" on
Attribute: "Subscriber RPC Type" on
Attribute: "Subscriber Transport Type" on
Attribute: "Subscriber Addressing" on
Attribute: "Subscriber ID" on
Attribute: "Component ID" on
Attribute: "Group Class String" on
Attribute: "Event Severity" on
Group: "SP Indication Subscription" on
Attribute: "Subscriber RPC Type" on
Attribute: "Subscriber Transport Type" on
Attribute: "Subscriber Addressing" on
Attribute: "Subscriber ID" on
Attribute: "Subscriber Expiration Warning Date Stamp" on
Attribute: "Subscriber Expiration Date Stamp" on
Attribute: "Indication Failure Threshold" on
Component: "HP-UX Installed Software Definition" off
Group: "Bundle Category Tags" off
Attribute: "Bundle Software Specification" on
Attribute: Index on
Attribute: "Category Tag" on
Group: "Bundle Contents" on
Attribute: "Bundle Software Specification" on
Attribute: Index on
Attribute: Content on
Group: Bundles on
Attribute: "Bundle Software Specification" on
Attribute: Tag off
Attribute: Architecture off
Attribute: Location off
Attribute: Qualifier off
Attribute: Revision off
Attribute: "Vendor Tag" off
Attribute: "Create Time" on
Attribute: Description off
Attribute: "Modification Time" on
Attribute: Size on
Attribute: Title on
Attribute: Copyright off
Attribute: Directory on
Attribute: "Instance Identifier" on
Attribute: "Is Locatable" on
Attribute: "Layout Version" off
Attribute: "Machine Type" on
Attribute: Number on
Attribute: "Operating System Name" on
Attribute: "Operating System Release" on
Attribute: "Operating System Version" on
Attribute: "Is Patch" on
Attribute: "Install Source" on
Attribute: "Data Model Revision" off
Attribute: "Install Date" on
Group: Categories off
Attribute: Tag on
Attribute: Index on
Attribute: Title on
Attribute: Description on
Attribute: Revision on
Group: ComponentID off
Attribute: Manufacturer on
Attribute: Product on
Attribute: Version on
Attribute: "Serial Number" on
Attribute: Installation on
Attribute: Verify on
Group: "Fileset Ancestors" off
Attribute: "Fileset Software Specification" on
Attribute: Index on
Attribute: "Ancestor Software Specification" on
Group: "Fileset Applied Patches" off
Attribute: "Fileset Software Specification" on
Attribute: Index on
Attribute: "Applied Patch Software Specification" on
Group: "Fileset Category Tags" off
Attribute: "Fileset Software Specification" on
Attribute: Index on
Attribute: "Category Tag" on
Group: "Fileset Contents" off
Attribute: "Fileset Software Specification" on
Attribute: Index on
Attribute: Content on
Attribute: "Content Type" on
Group: "Fileset Control Files" off
Attribute: "Fileset Software Specification" on
Attribute: Tag on
Attribute: Cksum on
Attribute: "Compressed Cksum" on
Attribute: "Compressed Size" on
Attribute: "Compression State" on
Attribute: "Compression Type" on
Attribute: Revision on
Attribute: Size on
Attribute: Source on
Attribute: Interpreter on
Attribute: Path on
Attribute: Result on
Group: "Fileset Dependencies" off
Attribute: "Fileset Software Specification" on
Attribute: Index on
Attribute: Dependency on
Attribute: "Dependency Type" on
Group: "Fileset Files" off
Attribute: "Fileset Software Specification" on
Attribute: Path on
Attribute: Cksum on
Attribute: "Compressed Cksum" on
Attribute: "Compressed Size" on
Attribute: "Compression State" on
Attribute: "Compression Type" on
Attribute: Revision on
Attribute: Size on
Attribute: Source on
Attribute: Gid on
Attribute: Group on
Attribute: "Is Volatile" on
Attribute: "Link Source" on
Attribute: Major on
Attribute: Minor on
Attribute: Mode on
Attribute: Mtime on
Attribute: Owner on
Attribute: "File Type" on
Attribute: Uid on
Attribute: "Archive Path" on
Group: "Fileset Supersedes" off
Attribute: "Fileset Software Specification" on
Attribute: Index on
Attribute: "Supersedes Software Specification" on
Group: Filesets on
Attribute: "Fileset Software Specification" on
Attribute: Tag off
Attribute: "Create Time" off
Attribute: Description off
Attribute: "Modification Time" on
Attribute: Size off
Attribute: Title on
Attribute: "Control Directory" off
Attribute: "Is Kernel" off
Attribute: "Is Locatable" off
Attribute: "Is Reboot" off
Attribute: Location off
Attribute: "Media Sequence List" off
Attribute: Revision off
Attribute: State on
Attribute: "Data Model Revision" off
Attribute: "Instance Identifier" off
Attribute: "Install Date" off
Attribute: Architecture off
Attribute: "Machine Type" off
Attribute: "Operating System Name" off
Attribute: "Operating System Release" off
Attribute: "Operating System Version" off
Attribute: "Install Source" off
Attribute: "Is Patch" on
Attribute: "Is Sparse" on
Attribute: "Patch State" on
Attribute: "Applied To" on
Attribute: "Superseded By" on
Attribute: "Saved Files Directory" off
Group: "Product Category Tags" off
Attribute: "Product Software Specification" on
Attribute: Index on
Attribute: "Category Tag" on
Group: "Product Contents" off
Attribute: "Product Software Specification" on
Attribute: Index on
Attribute: Content on
Attribute: "Content Type" on
Group: "Product Control Files" off
Attribute: "Product Software Specification" on
Attribute: Tag on
Attribute: Cksum on
Attribute: "Compressed Cksum" on
Attribute: "Compressed Size" on
Attribute: "Compression State" on
Attribute: "Compression Type" on
Attribute: Revision on
Attribute: Size on
Attribute: Source on
Attribute: Interpreter on
Attribute: Path on
Attribute: Result on
Group: Products on
Attribute: "Product Software Specification" on
Attribute: Tag off
Attribute: Architecture off
Attribute: Location off
Attribute: Qualifier off
Attribute: Revision off
Attribute: "Vendor Tag" off
Attribute: "Create Time" on
Attribute: Description off
Attribute: "Modification Time" on
Attribute: Size on
Attribute: Title on
Attribute: "All Filesets" off
Attribute: "Control Directory" off
Attribute: Copyright off
Attribute: Directory off
Attribute: "Instance Identifier" off
Attribute: "Is Locatable" off
Attribute: "Post Kernel Path" off
Attribute: "Layout Version" off
Attribute: "Machine Type" on
Attribute: Number on
Attribute: "Operating System Name" on
Attribute: "Operating System Release" on
Attribute: "Operating System Version" on
Attribute: "Is Patch" on
Attribute: "Install Source" on
Attribute: "Data Model Revision" off
Attribute: "Install Date" on
Group: "Software Location" off
Attribute: Path on
Attribute: Catalog on
Attribute: Dfiles on
Attribute: "Layout Version" on
Attribute: Pfiles on
Group: "Subproduct Category Tags" off
Attribute: "Subproduct Software Specification" on
Attribute: Index on
Attribute: "Category Tag" on
Group: Subproducts on
Attribute: "Subproduct Software Specification" on
Attribute: Tag off
Attribute: "Create Time" off
Attribute: Description off
Attribute: "Modification Time" on
Attribute: Size off
Attribute: Title on
Attribute: Contents on
Attribute: "Install Source" off
Attribute: "Data Model Revision" off
Attribute: "Install Date" off
Attribute: "Is Patch" on
Group: Vendors off
Attribute: Tag on
Attribute: Index on
Attribute: Title on
Attribute: Description on
Component: "HP-UX Standard Groups Definition" on
Group: ComponentID off
Attribute: Manufacturer on
Attribute: Product on
Attribute: Version on
Attribute: "Serial Number" on
Attribute: Installation on
Attribute: Verify on
Group: "DNS Configuration" on
Attribute: "Domain Name" on
Attribute: Search on
Attribute: "Server IP Address(es)" on
Group: "General Information" off
Attribute: "System Name" on
Attribute: "System Location" on
Attribute: "System Primary User Name" on
Attribute: "System Primary User Phone" on
Attribute: "System Boot Up Time" off
Attribute: "System Date Time" off
Attribute: "System Secondary User Name" off
Attribute: "System Secondary User Phone" off
Attribute: "System Primary Pager" off
Attribute: "System Secondary Pager" off
Attribute: "Security Token" off
Attribute: "System Model" on
Attribute: "System Serial Number" on
Attribute: "System Software Identifier" on
Group: "Host Device" off
Attribute: "Host Device Index" on
Attribute: "Device Type" on
Attribute: "Device Description" on
Attribute: "Device ID" on
Attribute: "Device Status" on
Attribute: "Device Errors" on
Attribute: "Hardware Path" on
Attribute: "Hardware Type" on
Attribute: "Device Class" on
Attribute: "Associated Driver" on
Group: "Host Device File" off
Attribute: "Host Device File Index" on
Attribute: "Device File Type" on
Attribute: "Device File Name" on
Attribute: "Host Device Group Index" on
Group: "Host Disk Storage" off
Attribute: "Host Disk Storage Index" on
Attribute: "Disk Storage Access" on
Attribute: "Disk Storage Media" on
Attribute: "Disk Storage Removable" on
Attribute: "Disk Storage Capacity" on
Group: "Host File System" off
Attribute: "Host File System Index" on
Attribute: "Mount Point Name" on
Attribute: "Mounted Special Device Name" on
Attribute: "Remote Mount Point Name" on
Attribute: "File System Type" on
Attribute: "File System Access" on
Attribute: "File System Bootable" on
Attribute: "Storage Index" on
Attribute: "Last Full Backup" on
Attribute: "Last Partial Backup" on
Attribute: "Logical Index" on
Attribute: "Total INodes" off
Attribute: "Free INodes" off
Attribute: "Data Capacity" on
Attribute: "Free Capacity" off
Attribute: "Reserved Data Capacity" on
Group: "Host HFS Tuning Parameters" off
Attribute: "Host HFS Tuning Parameters Index" on
Attribute: "Host File System Index" on
Attribute: "Long File Name Flag" on
Attribute: "Large File Feature" on
Attribute: Minfree on
Attribute: "Block Size" on
Attribute: "Fragment Size" on
Attribute: "Bytes per Inode" on
Attribute: "Sectors per Track" on
Attribute: "Tracks per Cylinder" on
Attribute: "Disk Cylinders per Cylinder Group" on
Attribute: "Disk Revolutions per Second" on
Attribute: "Rotational Delay" on
Group: "Host LVM Configuration" off
Attribute: "Host LVM Configuration Index" on
Attribute: "Logical Volume Index" on
Attribute: "Physical Volume Index" on
Attribute: "Logical Volume Mirror Copy" on
Group: "Host Logical Memory" off
Attribute: "Logical Memory Index" on
Attribute: "Swap Space Name" on
Attribute: "Swap Type" on
Attribute: "Swap Priority" on
Attribute: "Swap Space Size" on
Attribute: "Swap Space Minimum Size" on
Attribute: "Swap Space Maximum Size" on
Attribute: "Swap Space Reserved Size" on
Attribute: "File System Index" on
Attribute: "Storage Index" on
Attribute: "Logical Index" on
Group: "Host Logical Volume" off
Attribute: "Host Logical Volume Index" on
Attribute: "Logical Volume Name" on
Attribute: "Logical Volume Access Permission" on
Attribute: "Logical Volume Status" on
Attribute: "Logical Extent Size" on
Attribute: "Logical Volume Capacity" on
Attribute: "Mirror Copy Number" on
Attribute: "Volume Group Index" on
Attribute: "Consistency Recovery" on
Attribute: "Schedule Policy" on
Attribute: "Stripe Number" on
Attribute: "Stripe Size" on
Attribute: "Bad Block Relocation" on
Attribute: "Allocation Policy" on
Attribute: "Staled Logical Extent" on
Attribute: "Read Access Number" off
Attribute: "Write Access Number" off
Group: "Host Physical Memory" off
Attribute: "Physical Main Memory Size" on
Group: "Host Physical Volume" off
Attribute: "Host Physical Volume Index" on
Attribute: "Physical Volume Name" on
Attribute: "Alternate Physical Volume Name" on
Attribute: "Storage Index" on
Attribute: "Volume Group Index" on
Attribute: "Physical Volume Group Index" on
Attribute: "Physical Volume Status" on
Attribute: "Physical Extent Size" on
Attribute: "Physical Volume Capacity" on
Attribute: "Allocated Physical Extent" on
Attribute: "Free Physical Extent" on
Attribute: "Staled Physical Extent Number" on
Group: "Host Physical Volume Group" off
Attribute: "Host Physical Volume Group Index" on
Attribute: "Physical Volume Group Name" on
Attribute: "Volume Group Index" on
Group: "Host Processor" off
Attribute: "Host Processor Index" on
Attribute: "Processor Firmware ID" on
Attribute: "Processor Load" off
Attribute: "Processor Allocated" on
Group: "Host Storage" off
Attribute: "Host Storage Index" on
Attribute: "Storage Type" on
Attribute: Description on
Attribute: "Allocation Unit Size" on
Attribute: "Total Allocation Units" on
Attribute: "Allocation Units Used" on
Attribute: "Storage Allocation Failures" on
Group: "Host System" off
Attribute: "System Uptime" off
Attribute: "Initial Load Device" on
Attribute: "Initial Load Parameters" on
Attribute: "Number of Users" off
Attribute: "Number of Processes" off
Attribute: "Max Processes" on
Attribute: "Mounted File Systems" on
Attribute: "Security Token" off
Attribute: Architecture on
Attribute: Language on
Attribute: Timezone on
Attribute: "Hardware Capability" on
Attribute: Keyboard on
Attribute: "Graphics Resolution" on
Attribute: "Graphics Planes" on
Attribute: "CPU Speed" on
Group: "Host Volume Group" off
Attribute: "Host Volume Group Index" on
Attribute: "Volume Group Name" on
Attribute: "Volume Group Access Permission" on
Attribute: "Volume Group Status" on
Attribute: "Physical Extent Size" on
Attribute: "Volume Group Capacity" on
Attribute: "Volume Group Allocated" on
Attribute: "Volume Group Free Space" on
Attribute: "Max Number of Physical Volume" on
Attribute: "Max Number of Physical Extent per Physical Volume" on
Attribute: "Number of Defined Physical Volume" on
Attribute: "Number of Active Physical Volume" on
Attribute: "Max Number of Logical Volume" on
Attribute: "Number of Defined Logical Volume" on
Attribute: "Number of Active Logical Volume" on
Attribute: "Number of Physical Volume Group" on
Group: "Kernel Configure Group" off
Attribute: "Kernel Configure Group Index" on
Attribute: "Parameter Name" on
Attribute: "Parameter Value" on
Group: "NIS Configuration" on
Attribute: "Domain Name" on
Attribute: "Master Server" on
Attribute: "Slave Server" on
Attribute: "Server Wait Flag" on
Group: "NTP Configuration" on
Attribute: "Server Address" on
Group: "Network Interface" on
Attribute: "Network Interface Index" on
Attribute: "Interface Name" on
Attribute: "IP Address" on
Attribute: "Subnet Mask" on
Attribute: "Broadcast Address" on
Attribute: "Interface State" on
Attribute: "DHCP Enabled" on
Attribute: "Station Address" on
Attribute: "Interface Card Hardware Path" on
Attribute: Hostname on
Group: "Operating System" off
Attribute: "Operating System Index" on
Attribute: "Operating System Name" on
Attribute: "Operating System Version" on
Attribute: "Primary Operating System" on
Attribute: "Operating System Description" on
Attribute: "Operating System Capability" on
Group: "Process Information" off
Attribute: "Process ID" on
Attribute: "Parent Process ID" on
Attribute: "Process Group ID" on
Attribute: "Real User ID" on
Attribute: "Process TTY" on
Attribute: "Process Name" on
Attribute: "Module Path" on
Attribute: Parameters on
Attribute: "Process State" on
Attribute: "Process Priority" on
Attribute: "Process Nice Value" on
Attribute: "Process CPU Time" on
Attribute: "Process System Time" on
Attribute: "Process User Time" on
Attribute: "Process Real Total" on
Attribute: "Process Real Text" on
Attribute: "Process Real Data" on
Attribute: "Process Real Stack" on
Attribute: "Process Virtual Text" on
Attribute: "Process Virtual Data" on
Attribute: "Process Virtual Stack" on
Attribute: "Process Virtual Shared Memory" on
Attribute: "Process Virtual Memory Mapped File Size" on
Group: "Static Routing Definition" on
Attribute: "Static Routing Definition Index" on
Attribute: "Route Destination" on
Attribute: "Route Mask" on
Attribute: "Route Gateway" on
Attribute: "Route Count" on
Attribute: "Route Argument" on
Group: "System Contact Information" off
Attribute: "Contact Index" on
Attribute: "Contact Name" on
Attribute: "Contact Type" on
Attribute: "Contact Information" on
Attribute: "Security Token" off
Component: "POSIX.1387.2 Installed Software Definition" off
[Filter Name]: Patch
[Data Version]: 1
[Extension]: off
Component: "DMI 2.0 Service Provider" off
Group: ComponentID on
Attribute: Manufacturer on
Attribute: Product on
Attribute: Version on
Attribute: "Serial Number" on
Attribute: Installation on
Attribute: Verify on
Group: "SP Filter Information" on
Attribute: "Subscriber RPC Type" on
Attribute: "Subscriber Transport Type" on
Attribute: "Subscriber Addressing" on
Attribute: "Subscriber ID" on
Attribute: "Component ID" on
Attribute: "Group Class String" on
Attribute: "Event Severity" on
Group: "SP Indication Subscription" on
Attribute: "Subscriber RPC Type" on
Attribute: "Subscriber Transport Type" on
Attribute: "Subscriber Addressing" on
Attribute: "Subscriber ID" on
Attribute: "Subscriber Expiration Warning Date Stamp" on
Attribute: "Subscriber Expiration Date Stamp" on
Attribute: "Indication Failure Threshold" on
Component: "HP-UX Installed Software Definition" on
Group: "Bundle Category Tags" off
Attribute: "Bundle Software Specification" on
Attribute: Index on
Attribute: "Category Tag" on
Group: "Bundle Contents" off
Attribute: "Bundle Software Specification" on
Attribute: Index on
Attribute: Content on
Group: Bundles off
Attribute: "Bundle Software Specification" on
Attribute: Tag off
Attribute: Architecture off
Attribute: Location off
Attribute: Qualifier off
Attribute: Revision off
Attribute: "Vendor Tag" off
Attribute: "Create Time" on
Attribute: Description off
Attribute: "Modification Time" on
Attribute: Size on
Attribute: Title on
Attribute: Copyright off
Attribute: Directory on
Attribute: "Instance Identifier" on
Attribute: "Is Locatable" on
Attribute: "Layout Version" off
Attribute: "Machine Type" on
Attribute: Number on
Attribute: "Operating System Name" on
Attribute: "Operating System Release" on
Attribute: "Operating System Version" on
Attribute: "Is Patch" on
Attribute: "Install Source" on
Attribute: "Data Model Revision" off
Attribute: "Install Date" on
Group: Categories off
Attribute: Tag on
Attribute: Index on
Attribute: Title on
Attribute: Description on
Attribute: Revision on
Group: ComponentID off
Attribute: Manufacturer on
Attribute: Product on
Attribute: Version on
Attribute: "Serial Number" on
Attribute: Installation on
Attribute: Verify on
Group: "Fileset Ancestors" off
Attribute: "Fileset Software Specification" on
Attribute: Index on
Attribute: "Ancestor Software Specification" on
Group: "Fileset Applied Patches" off
Attribute: "Fileset Software Specification" on
Attribute: Index on
Attribute: "Applied Patch Software Specification" on
Group: "Fileset Category Tags" off
Attribute: "Fileset Software Specification" on
Attribute: Index on
Attribute: "Category Tag" on
Group: "Fileset Contents" off
Attribute: "Fileset Software Specification" on
Attribute: Index on
Attribute: Content on
Attribute: "Content Type" on
Group: "Fileset Control Files" off
Attribute: "Fileset Software Specification" on
Attribute: Tag on
Attribute: Cksum on
Attribute: "Compressed Cksum" on
Attribute: "Compressed Size" on
Attribute: "Compression State" on
Attribute: "Compression Type" on
Attribute: Revision on
Attribute: Size on
Attribute: Source on
Attribute: Interpreter on
Attribute: Path on
Attribute: Result on
Group: "Fileset Dependencies" off
Attribute: "Fileset Software Specification" on
Attribute: Index on
Attribute: Dependency on
Attribute: "Dependency Type" on
Group: "Fileset Files" off
Attribute: "Fileset Software Specification" on
Attribute: Path on
Attribute: Cksum on
Attribute: "Compressed Cksum" on
Attribute: "Compressed Size" on
Attribute: "Compression State" on
Attribute: "Compression Type" on
Attribute: Revision on
Attribute: Size on
Attribute: Source on
Attribute: Gid on
Attribute: Group on
Attribute: "Is Volatile" on
Attribute: "Link Source" on
Attribute: Major on
Attribute: Minor on
Attribute: Mode on
Attribute: Mtime on
Attribute: Owner on
Attribute: "File Type" on
Attribute: Uid on
Attribute: "Archive Path" on
Group: "Fileset Supersedes" off
Attribute: "Fileset Software Specification" on
Attribute: Index on
Attribute: "Supersedes Software Specification" on
Group: Filesets off
Attribute: "Fileset Software Specification" on
Attribute: Tag off
Attribute: "Create Time" off
Attribute: Description off
Attribute: "Modification Time" on
Attribute: Size off
Attribute: Title on
Attribute: "Control Directory" off
Attribute: "Is Kernel" off
Attribute: "Is Locatable" off
Attribute: "Is Reboot" off
Attribute: Location off
Attribute: "Media Sequence List" off
Attribute: Revision off
Attribute: State on
Attribute: "Data Model Revision" off
Attribute: "Instance Identifier" off
Attribute: "Install Date" off
Attribute: Architecture off
Attribute: "Machine Type" off
Attribute: "Operating System Name" off
Attribute: "Operating System Release" off
Attribute: "Operating System Version" off
Attribute: "Install Source" off
Attribute: "Is Patch" on
Attribute: "Is Sparse" on
Attribute: "Patch State" on
Attribute: "Applied To" on
Attribute: "Superseded By" on
Attribute: "Saved Files Directory" off
Group: "Product Category Tags" off
Attribute: "Product Software Specification" on
Attribute: Index on
Attribute: "Category Tag" on
Group: "Product Contents" off
Attribute: "Product Software Specification" on
Attribute: Index on
Attribute: Content on
Attribute: "Content Type" on
Group: "Product Control Files" off
Attribute: "Product Software Specification" on
Attribute: Tag on
Attribute: Cksum on
Attribute: "Compressed Cksum" on
Attribute: "Compressed Size" on
Attribute: "Compression State" on
Attribute: "Compression Type" on
Attribute: Revision on
Attribute: Size on
Attribute: Source on
Attribute: Interpreter on
Attribute: Path on
Attribute: Result on
Group: Products on Conditional
Attribute: "Product Software Specification" on
Attribute: Tag off
Attribute: Architecture off
Attribute: Location off
Attribute: Qualifier off
Attribute: Revision off
Attribute: "Vendor Tag" off
Attribute: "Create Time" on
Attribute: Description off
Attribute: "Modification Time" on
Attribute: Size on
Attribute: Title on
Attribute: "All Filesets" off
Attribute: "Control Directory" off
Attribute: Copyright off
Attribute: Directory off
Attribute: "Instance Identifier" off
Attribute: "Is Locatable" off
Attribute: "Post Kernel Path" off
Attribute: "Layout Version" off
Attribute: "Machine Type" on
Attribute: Number on
Attribute: "Operating System Name" on
Attribute: "Operating System Release" on
Attribute: "Operating System Version" on
Attribute: "Is Patch" on (true)
Attribute: "Install Source" on
Attribute: "Data Model Revision" off
Attribute: "Install Date" on
Group: "Software Location" off
Attribute: Path on
Attribute: Catalog on
Attribute: Dfiles on
Attribute: "Layout Version" on
Attribute: Pfiles on
Group: "Subproduct Category Tags" off
Attribute: "Subproduct Software Specification" on
Attribute: Index on
Attribute: "Category Tag" on
Group: Subproducts off
Attribute: "Subproduct Software Specification" on
Attribute: Tag off
Attribute: "Create Time" off
Attribute: Description off
Attribute: "Modification Time" on
Attribute: Size off
Attribute: Title on
Attribute: Contents on
Attribute: "Install Source" off
Attribute: "Data Model Revision" off
Attribute: "Install Date" off
Attribute: "Is Patch" on
Group: Vendors off
Attribute: Tag on
Attribute: Index on
Attribute: Title on
Attribute: Description on
Component: "HP-UX Standard Groups Definition" off
Group: ComponentID off
Attribute: Manufacturer on
Attribute: Product on
Attribute: Version on
Attribute: "Serial Number" on
Attribute: Installation on
Attribute: Verify on
Group: "DNS Configuration" on
Attribute: "Domain Name" on
Attribute: Search on
Attribute: "Server IP Address(es)" on
Group: "General Information" on
Attribute: "System Name" on
Attribute: "System Location" on
Attribute: "System Primary User Name" on
Attribute: "System Primary User Phone" on
Attribute: "System Boot Up Time" off
Attribute: "System Date Time" off
Attribute: "System Secondary User Name" off
Attribute: "System Secondary User Phone" off
Attribute: "System Primary Pager" off
Attribute: "System Secondary Pager" off
Attribute: "Security Token" off
Attribute: "System Model" on
Attribute: "System Serial Number" on
Attribute: "System Software Identifier" on
Group: "Host Device" on
Attribute: "Host Device Index" on
Attribute: "Device Type" on
Attribute: "Device Description" on
Attribute: "Device ID" on
Attribute: "Device Status" on
Attribute: "Device Errors" on
Attribute: "Hardware Path" on
Attribute: "Hardware Type" on
Attribute: "Device Class" on
Attribute: "Associated Driver" on
Group: "Host Device File" off
Attribute: "Host Device File Index" on
Attribute: "Device File Type" on
Attribute: "Device File Name" on
Attribute: "Host Device Group Index" on
Group: "Host Disk Storage" on
Attribute: "Host Disk Storage Index" on
Attribute: "Disk Storage Access" on
Attribute: "Disk Storage Media" on
Attribute: "Disk Storage Removable" on
Attribute: "Disk Storage Capacity" on
Group: "Host File System" on
Attribute: "Host File System Index" on
Attribute: "Mount Point Name" on
Attribute: "Mounted Special Device Name" on
Attribute: "Remote Mount Point Name" on
Attribute: "File System Type" on
Attribute: "File System Access" on
Attribute: "File System Bootable" on
Attribute: "Storage Index" on
Attribute: "Last Full Backup" on
Attribute: "Last Partial Backup" on
Attribute: "Logical Index" on
Attribute: "Total INodes" off
Attribute: "Free INodes" off
Attribute: "Data Capacity" on
Attribute: "Free Capacity" off
Attribute: "Reserved Data Capacity" on
Group: "Host HFS Tuning Parameters" on
Attribute: "Host HFS Tuning Parameters Index" on
Attribute: "Host File System Index" on
Attribute: "Long File Name Flag" on
Attribute: "Large File Feature" on
Attribute: Minfree on
Attribute: "Block Size" on
Attribute: "Fragment Size" on
Attribute: "Bytes per Inode" on
Attribute: "Sectors per Track" on
Attribute: "Tracks per Cylinder" on
Attribute: "Disk Cylinders per Cylinder Group" on
Attribute: "Disk Revolutions per Second" on
Attribute: "Rotational Delay" on
Group: "Host LVM Configuration" on
Attribute: "Host LVM Configuration Index" on
Attribute: "Logical Volume Index" on
Attribute: "Physical Volume Index" on
Attribute: "Logical Volume Mirror Copy" on
Group: "Host Logical Memory" on
Attribute: "Logical Memory Index" on
Attribute: "Swap Space Name" on
Attribute: "Swap Type" on
Attribute: "Swap Priority" on
Attribute: "Swap Space Size" on
Attribute: "Swap Space Minimum Size" on
Attribute: "Swap Space Maximum Size" on
Attribute: "Swap Space Reserved Size" on
Attribute: "File System Index" on
Attribute: "Storage Index" on
Attribute: "Logical Index" on
Group: "Host Logical Volume" on
Attribute: "Host Logical Volume Index" on
Attribute: "Logical Volume Name" on
Attribute: "Logical Volume Access Permission" on
Attribute: "Logical Volume Status" on
Attribute: "Logical Extent Size" on
Attribute: "Logical Volume Capacity" on
Attribute: "Mirror Copy Number" on
Attribute: "Volume Group Index" on
Attribute: "Consistency Recovery" on
Attribute: "Schedule Policy" on
Attribute: "Stripe Number" on
Attribute: "Stripe Size" on
Attribute: "Bad Block Relocation" on
Attribute: "Allocation Policy" on
Attribute: "Staled Logical Extent" on
Attribute: "Read Access Number" off
Attribute: "Write Access Number" off
Group: "Host Physical Memory" on
Attribute: "Physical Main Memory Size" on
Group: "Host Physical Volume" on
Attribute: "Host Physical Volume Index" on
Attribute: "Physical Volume Name" on
Attribute: "Alternate Physical Volume Name" on
Attribute: "Storage Index" on
Attribute: "Volume Group Index" on
Attribute: "Physical Volume Group Index" on
Attribute: "Physical Volume Status" on
Attribute: "Physical Extent Size" on
Attribute: "Physical Volume Capacity" on
Attribute: "Allocated Physical Extent" on
Attribute: "Free Physical Extent" on
Attribute: "Staled Physical Extent Number" on
Group: "Host Physical Volume Group" on
Attribute: "Host Physical Volume Group Index" on
Attribute: "Physical Volume Group Name" on
Attribute: "Volume Group Index" on
Group: "Host Processor" on
Attribute: "Host Processor Index" on
Attribute: "Processor Firmware ID" on
Attribute: "Processor Load" off
Attribute: "Processor Allocated" on
Group: "Host Storage" on
Attribute: "Host Storage Index" on
Attribute: "Storage Type" on
Attribute: Description on
Attribute: "Allocation Unit Size" on
Attribute: "Total Allocation Units" on
Attribute: "Allocation Units Used" on
Attribute: "Storage Allocation Failures" on
Group: "Host System" on
Attribute: "System Uptime" off
Attribute: "Initial Load Device" on
Attribute: "Initial Load Parameters" on
Attribute: "Number of Users" off
Attribute: "Number of Processes" off
Attribute: "Max Processes" on
Attribute: "Mounted File Systems" on
Attribute: "Security Token" off
Attribute: Architecture on
Attribute: Language on
Attribute: Timezone on
Attribute: "Hardware Capability" on
Attribute: Keyboard on
Attribute: "Graphics Resolution" on
Attribute: "Graphics Planes" on
Attribute: "CPU Speed" on
Group: "Host Volume Group" on
Attribute: "Host Volume Group Index" on
Attribute: "Volume Group Name" on
Attribute: "Volume Group Access Permission" on
Attribute: "Volume Group Status" on
Attribute: "Physical Extent Size" on
Attribute: "Volume Group Capacity" on
Attribute: "Volume Group Allocated" on
Attribute: "Volume Group Free Space" on
Attribute: "Max Number of Physical Volume" on
Attribute: "Max Number of Physical Extent per Physical Volume" on
Attribute: "Number of Defined Physical Volume" on
Attribute: "Number of Active Physical Volume" on
Attribute: "Max Number of Logical Volume" on
Attribute: "Number of Defined Logical Volume" on
Attribute: "Number of Active Logical Volume" on
Attribute: "Number of Physical Volume Group" on
Group: "Kernel Configure Group" off
Attribute: "Kernel Configure Group Index" on
Attribute: "Parameter Name" on
Attribute: "Parameter Value" on
Group: "NIS Configuration" on
Attribute: "Domain Name" on
Attribute: "Master Server" on
Attribute: "Slave Server" on
Attribute: "Server Wait Flag" on
Group: "NTP Configuration" on
Attribute: "Server Address" on
Group: "Network Interface" on
Attribute: "Network Interface Index" on
Attribute: "Interface Name" on
Attribute: "IP Address" on
Attribute: "Subnet Mask" on
Attribute: "Broadcast Address" on
Attribute: "Interface State" on
Attribute: "DHCP Enabled" on
Attribute: "Station Address" on
Attribute: "Interface Card Hardware Path" on
Attribute: Hostname on
Group: "Operating System" on
Attribute: "Operating System Index" on
Attribute: "Operating System Name" on
Attribute: "Operating System Version" on
Attribute: "Primary Operating System" on
Attribute: "Operating System Description" on
Attribute: "Operating System Capability" on
Group: "Process Information" off
Attribute: "Process ID" on
Attribute: "Parent Process ID" on
Attribute: "Process Group ID" on
Attribute: "Real User ID" on
Attribute: "Process TTY" on
Attribute: "Process Name" on
Attribute: "Module Path" on
Attribute: Parameters on
Attribute: "Process State" on
Attribute: "Process Priority" on
Attribute: "Process Nice Value" on
Attribute: "Process CPU Time" on
Attribute: "Process System Time" on
Attribute: "Process User Time" on
Attribute: "Process Real Total" on
Attribute: "Process Real Text" on
Attribute: "Process Real Data" on
Attribute: "Process Real Stack" on
Attribute: "Process Virtual Text" on
Attribute: "Process Virtual Data" on
Attribute: "Process Virtual Stack" on
Attribute: "Process Virtual Shared Memory" on
Attribute: "Process Virtual Memory Mapped File Size" on
Group: "Static Routing Definition" on
Attribute: "Static Routing Definition Index" on
Attribute: "Route Destination" on
Attribute: "Route Mask" on
Attribute: "Route Gateway" on
Attribute: "Route Count" on
Attribute: "Route Argument" on
Group: "System Contact Information" on
Attribute: "Contact Index" on
Attribute: "Contact Name" on
Attribute: "Contact Type" on
Attribute: "Contact Information" on
Attribute: "Security Token" off
Component: "POSIX.1387.2 Installed Software Definition" off
[Filter Name]: Probe
[Data Version]: 1
[Extension]: on
Component: "DMI 2.0 Service Provider" off
Group: ComponentID on
Attribute: Manufacturer on
Attribute: Product on
Attribute: Version on
Attribute: "Serial Number" on
Attribute: Installation on
Attribute: Verify on
Group: "SP Filter Information" on
Attribute: "Subscriber RPC Type" on
Attribute: "Subscriber Transport Type" on
Attribute: "Subscriber Addressing" on
Attribute: "Subscriber ID" on
Attribute: "Component ID" on
Attribute: "Group Class String" on
Attribute: "Event Severity" on
Group: "SP Indication Subscription" on
Attribute: "Subscriber RPC Type" on
Attribute: "Subscriber Transport Type" on
Attribute: "Subscriber Addressing" on
Attribute: "Subscriber ID" on
Attribute: "Subscriber Expiration Warning Date Stamp" on
Attribute: "Subscriber Expiration Date Stamp" on
Attribute: "Indication Failure Threshold" on
Component: "HP-UX Installed Software Definition" on
Group: "Bundle Category Tags" off
Attribute: "Bundle Software Specification" on
Attribute: Index on
Attribute: "Category Tag" on
Group: "Bundle Contents" on
Attribute: "Bundle Software Specification" on
Attribute: Index on
Attribute: Content on
Group: Bundles on
Attribute: "Bundle Software Specification" on
Attribute: Tag off
Attribute: Architecture off
Attribute: Location off
Attribute: Qualifier off
Attribute: Revision off
Attribute: "Vendor Tag" off
Attribute: "Create Time" on
Attribute: Description off
Attribute: "Modification Time" on
Attribute: Size on
Attribute: Title on
Attribute: Copyright off
Attribute: Directory on
Attribute: "Instance Identifier" on
Attribute: "Is Locatable" on
Attribute: "Layout Version" off
Attribute: "Machine Type" on
Attribute: Number on
Attribute: "Operating System Name" on
Attribute: "Operating System Release" on
Attribute: "Operating System Version" on
Attribute: "Is Patch" on
Attribute: "Install Source" on
Attribute: "Data Model Revision" off
Attribute: "Install Date" on
Group: Categories off
Attribute: Tag on
Attribute: Index on
Attribute: Title on
Attribute: Description on
Attribute: Revision on
Group: ComponentID off
Attribute: Manufacturer on
Attribute: Product on
Attribute: Version on
Attribute: "Serial Number" on
Attribute: Installation on
Attribute: Verify on
Group: "Fileset Ancestors" off
Attribute: "Fileset Software Specification" on
Attribute: Index on
Attribute: "Ancestor Software Specification" on
Group: "Fileset Applied Patches" off
Attribute: "Fileset Software Specification" on
Attribute: Index on
Attribute: "Applied Patch Software Specification" on
Group: "Fileset Category Tags" off
Attribute: "Fileset Software Specification" on
Attribute: Index on
Attribute: "Category Tag" on
Group: "Fileset Contents" off
Attribute: "Fileset Software Specification" on
Attribute: Index on
Attribute: Content on
Attribute: "Content Type" on
Group: "Fileset Control Files" off
Attribute: "Fileset Software Specification" on
Attribute: Tag on
Attribute: Cksum on
Attribute: "Compressed Cksum" on
Attribute: "Compressed Size" on
Attribute: "Compression State" on
Attribute: "Compression Type" on
Attribute: Revision on
Attribute: Size on
Attribute: Source on
Attribute: Interpreter on
Attribute: Path on
Attribute: Result on
Group: "Fileset Dependencies" off
Attribute: "Fileset Software Specification" on
Attribute: Index on
Attribute: Dependency on
Attribute: "Dependency Type" on
Group: "Fileset Files" off
Attribute: "Fileset Software Specification" on
Attribute: Path on
Attribute: Cksum on
Attribute: "Compressed Cksum" on
Attribute: "Compressed Size" on
Attribute: "Compression State" on
Attribute: "Compression Type" on
Attribute: Revision on
Attribute: Size on
Attribute: Source on
Attribute: Gid on
Attribute: Group on
Attribute: "Is Volatile" on
Attribute: "Link Source" on
Attribute: Major on
Attribute: Minor on
Attribute: Mode on
Attribute: Mtime on
Attribute: Owner on
Attribute: "File Type" on
Attribute: Uid on
Attribute: "Archive Path" on
Group: "Fileset Supersedes" off
Attribute: "Fileset Software Specification" on
Attribute: Index on
Attribute: "Supersedes Software Specification" on
Group: Filesets on
Attribute: "Fileset Software Specification" on
Attribute: Tag off
Attribute: "Create Time" off
Attribute: Description off
Attribute: "Modification Time" on
Attribute: Size off
Attribute: Title on
Attribute: "Control Directory" off
Attribute: "Is Kernel" off
Attribute: "Is Locatable" off
Attribute: "Is Reboot" off
Attribute: Location off
Attribute: "Media Sequence List" off
Attribute: Revision off
Attribute: State on
Attribute: "Data Model Revision" off
Attribute: "Instance Identifier" off
Attribute: "Install Date" off
Attribute: Architecture off
Attribute: "Machine Type" off
Attribute: "Operating System Name" off
Attribute: "Operating System Release" off
Attribute: "Operating System Version" off
Attribute: "Install Source" off
Attribute: "Is Patch" on
Attribute: "Is Sparse" on
Attribute: "Patch State" on
Attribute: "Applied To" on
Attribute: "Superseded By" on
Attribute: "Saved Files Directory" off
Group: "Product Category Tags" off
Attribute: "Product Software Specification" on
Attribute: Index on
Attribute: "Category Tag" on
Group: "Product Contents" off
Attribute: "Product Software Specification" on
Attribute: Index on
Attribute: Content on
Attribute: "Content Type" on
Group: "Product Control Files" off
Attribute: "Product Software Specification" on
Attribute: Tag on
Attribute: Cksum on
Attribute: "Compressed Cksum" on
Attribute: "Compressed Size" on
Attribute: "Compression State" on
Attribute: "Compression Type" on
Attribute: Revision on
Attribute: Size on
Attribute: Source on
Attribute: Interpreter on
Attribute: Path on
Attribute: Result on
Group: Products on
Attribute: "Product Software Specification" on
Attribute: Tag off
Attribute: Architecture off
Attribute: Location off
Attribute: Qualifier off
Attribute: Revision off
Attribute: "Vendor Tag" off
Attribute: "Create Time" on
Attribute: Description off
Attribute: "Modification Time" on
Attribute: Size on
Attribute: Title on
Attribute: "All Filesets" off
Attribute: "Control Directory" off
Attribute: Copyright off
Attribute: Directory off
Attribute: "Instance Identifier" off
Attribute: "Is Locatable" off
Attribute: "Post Kernel Path" off
Attribute: "Layout Version" off
Attribute: "Machine Type" on
Attribute: Number on
Attribute: "Operating System Name" on
Attribute: "Operating System Release" on
Attribute: "Operating System Version" on
Attribute: "Is Patch" on
Attribute: "Install Source" on
Attribute: "Data Model Revision" off
Attribute: "Install Date" on
Group: "Software Location" off
Attribute: Path on
Attribute: Catalog on
Attribute: Dfiles on
Attribute: "Layout Version" on
Attribute: Pfiles on
Group: "Subproduct Category Tags" off
Attribute: "Subproduct Software Specification" on
Attribute: Index on
Attribute: "Category Tag" on
Group: Subproducts on
Attribute: "Subproduct Software Specification" on
Attribute: Tag off
Attribute: "Create Time" off
Attribute: Description off
Attribute: "Modification Time" on
Attribute: Size off
Attribute: Title on
Attribute: Contents on
Attribute: "Install Source" off
Attribute: "Data Model Revision" off
Attribute: "Install Date" off
Attribute: "Is Patch" on
Group: Vendors off
Attribute: Tag on
Attribute: Index on
Attribute: Title on
Attribute: Description on
Component: "HP-UX Standard Groups Definition" on
Group: ComponentID off
Attribute: Manufacturer on
Attribute: Product on
Attribute: Version on
Attribute: "Serial Number" on
Attribute: Installation on
Attribute: Verify on
Group: "DNS Configuration" on
Attribute: "Domain Name" on
Attribute: Search on
Attribute: "Server IP Address(es)" on
Group: "General Information" on
Attribute: "System Name" on
Attribute: "System Location" on
Attribute: "System Primary User Name" on
Attribute: "System Primary User Phone" on
Attribute: "System Boot Up Time" off
Attribute: "System Date Time" off
Attribute: "System Secondary User Name" off
Attribute: "System Secondary User Phone" off
Attribute: "System Primary Pager" off
Attribute: "System Secondary Pager" off
Attribute: "Security Token" off
Attribute: "System Model" on
Attribute: "System Serial Number" on
Attribute: "System Software Identifier" on
Group: "Host Device" on
Attribute: "Host Device Index" on
Attribute: "Device Type" on
Attribute: "Device Description" on
Attribute: "Device ID" on
Attribute: "Device Status" on
Attribute: "Device Errors" on
Attribute: "Hardware Path" on
Attribute: "Hardware Type" on
Attribute: "Device Class" on
Attribute: "Associated Driver" on
Group: "Host Device File" on
Attribute: "Host Device File Index" on
Attribute: "Device File Type" on
Attribute: "Device File Name" on
Attribute: "Host Device Group Index" on
Group: "Host Disk Storage" on
Attribute: "Host Disk Storage Index" on
Attribute: "Disk Storage Access" on
Attribute: "Disk Storage Media" on
Attribute: "Disk Storage Removable" on
Attribute: "Disk Storage Capacity" on
Group: "Host File System" on
Attribute: "Host File System Index" on
Attribute: "Mount Point Name" on
Attribute: "Mounted Special Device Name" on
Attribute: "Remote Mount Point Name" on
Attribute: "File System Type" on
Attribute: "File System Access" on
Attribute: "File System Bootable" on
Attribute: "Storage Index" on
Attribute: "Last Full Backup" on
Attribute: "Last Partial Backup" on
Attribute: "Logical Index" on
Attribute: "Total INodes" off
Attribute: "Free INodes" off
Attribute: "Data Capacity" on
Attribute: "Free Capacity" off
Attribute: "Reserved Data Capacity" on
Group: "Host HFS Tuning Parameters" on
Attribute: "Host HFS Tuning Parameters Index" on
Attribute: "Host File System Index" on
Attribute: "Long File Name Flag" on
Attribute: "Large File Feature" on
Attribute: Minfree on
Attribute: "Block Size" on
Attribute: "Fragment Size" on
Attribute: "Bytes per Inode" on
Attribute: "Sectors per Track" on
Attribute: "Tracks per Cylinder" on
Attribute: "Disk Cylinders per Cylinder Group" on
Attribute: "Disk Revolutions per Second" on
Attribute: "Rotational Delay" on
Group: "Host LVM Configuration" on
Attribute: "Host LVM Configuration Index" on
Attribute: "Logical Volume Index" on
Attribute: "Physical Volume Index" on
Attribute: "Logical Volume Mirror Copy" on
Group: "Host Logical Memory" on
Attribute: "Logical Memory Index" on
Attribute: "Swap Space Name" on
Attribute: "Swap Type" on
Attribute: "Swap Priority" on
Attribute: "Swap Space Size" on
Attribute: "Swap Space Minimum Size" on
Attribute: "Swap Space Maximum Size" on
Attribute: "Swap Space Reserved Size" on
Attribute: "File System Index" on
Attribute: "Storage Index" on
Attribute: "Logical Index" on
Group: "Host Logical Volume" on
Attribute: "Host Logical Volume Index" on
Attribute: "Logical Volume Name" on
Attribute: "Logical Volume Access Permission" on
Attribute: "Logical Volume Status" on
Attribute: "Logical Extent Size" on
Attribute: "Logical Volume Capacity" on
Attribute: "Mirror Copy Number" on
Attribute: "Volume Group Index" on
Attribute: "Consistency Recovery" on
Attribute: "Schedule Policy" on
Attribute: "Stripe Number" on
Attribute: "Stripe Size" on
Attribute: "Bad Block Relocation" on
Attribute: "Allocation Policy" on
Attribute: "Staled Logical Extent" on
Attribute: "Read Access Number" off
Attribute: "Write Access Number" off
Group: "Host Physical Memory" on
Attribute: "Physical Main Memory Size" on
Group: "Host Physical Volume" on
Attribute: "Host Physical Volume Index" on
Attribute: "Physical Volume Name" on
Attribute: "Alternate Physical Volume Name" on
Attribute: "Storage Index" on
Attribute: "Volume Group Index" on
Attribute: "Physical Volume Group Index" on
Attribute: "Physical Volume Status" on
Attribute: "Physical Extent Size" on
Attribute: "Physical Volume Capacity" on
Attribute: "Allocated Physical Extent" on
Attribute: "Free Physical Extent" on
Attribute: "Staled Physical Extent Number" on
Group: "Host Physical Volume Group" on
Attribute: "Host Physical Volume Group Index" on
Attribute: "Physical Volume Group Name" on
Attribute: "Volume Group Index" on
Group: "Host Processor" on
Attribute: "Host Processor Index" on
Attribute: "Processor Firmware ID" on
Attribute: "Processor Load" off
Attribute: "Processor Allocated" on
Group: "Host Storage" on
Attribute: "Host Storage Index" on
Attribute: "Storage Type" on
Attribute: Description on
Attribute: "Allocation Unit Size" on
Attribute: "Total Allocation Units" on
Attribute: "Allocation Units Used" on
Attribute: "Storage Allocation Failures" on
Group: "Host System" on
Attribute: "System Uptime" off
Attribute: "Initial Load Device" on
Attribute: "Initial Load Parameters" on
Attribute: "Number of Users" off
Attribute: "Number of Processes" off
Attribute: "Max Processes" on
Attribute: "Mounted File Systems" on
Attribute: "Security Token" off
Attribute: Architecture on
Attribute: Language on
Attribute: Timezone on
Attribute: "Hardware Capability" on
Attribute: Keyboard on
Attribute: "Graphics Resolution" on
Attribute: "Graphics Planes" on
Attribute: "CPU Speed" on
Group: "Host Volume Group" on
Attribute: "Host Volume Group Index" on
Attribute: "Volume Group Name" on
Attribute: "Volume Group Access Permission" on
Attribute: "Volume Group Status" on
Attribute: "Physical Extent Size" on
Attribute: "Volume Group Capacity" on
Attribute: "Volume Group Allocated" on
Attribute: "Volume Group Free Space" on
Attribute: "Max Number of Physical Volume" on
Attribute: "Max Number of Physical Extent per Physical Volume" on
Attribute: "Number of Defined Physical Volume" on
Attribute: "Number of Active Physical Volume" on
Attribute: "Max Number of Logical Volume" on
Attribute: "Number of Defined Logical Volume" on
Attribute: "Number of Active Logical Volume" on
Attribute: "Number of Physical Volume Group" on
Group: "Kernel Configure Group" on
Attribute: "Kernel Configure Group Index" on
Attribute: "Parameter Name" on
Attribute: "Parameter Value" on
Group: "NIS Configuration" on
Attribute: "Domain Name" on
Attribute: "Master Server" on
Attribute: "Slave Server" on
Attribute: "Server Wait Flag" on
Group: "NTP Configuration" on
Attribute: "Server Address" on
Group: "Network Interface" on
Attribute: "Network Interface Index" on
Attribute: "Interface Name" on
Attribute: "IP Address" on
Attribute: "Subnet Mask" on
Attribute: "Broadcast Address" on
Attribute: "Interface State" on
Attribute: "DHCP Enabled" on
Attribute: "Station Address" on
Attribute: "Interface Card Hardware Path" on
Attribute: Hostname on
Group: "Operating System" on
Attribute: "Operating System Index" on
Attribute: "Operating System Name" on
Attribute: "Operating System Version" on
Attribute: "Primary Operating System" on
Attribute: "Operating System Description" on
Attribute: "Operating System Capability" on
Group: "Process Information" off
Attribute: "Process ID" on
Attribute: "Parent Process ID" on
Attribute: "Process Group ID" on
Attribute: "Real User ID" on
Attribute: "Process TTY" on
Attribute: "Process Name" on
Attribute: "Module Path" on
Attribute: Parameters on
Attribute: "Process State" on
Attribute: "Process Priority" on
Attribute: "Process Nice Value" on
Attribute: "Process CPU Time" on
Attribute: "Process System Time" on
Attribute: "Process User Time" on
Attribute: "Process Real Total" on
Attribute: "Process Real Text" on
Attribute: "Process Real Data" on
Attribute: "Process Real Stack" on
Attribute: "Process Virtual Text" on
Attribute: "Process Virtual Data" on
Attribute: "Process Virtual Stack" on
Attribute: "Process Virtual Shared Memory" on
Attribute: "Process Virtual Memory Mapped File Size" on
Group: "Static Routing Definition" on
Attribute: "Static Routing Definition Index" on
Attribute: "Route Destination" on
Attribute: "Route Mask" on
Attribute: "Route Gateway" on
Attribute: "Route Count" on
Attribute: "Route Argument" on
Group: "System Contact Information" on
Attribute: "Contact Index" on
Attribute: "Contact Name" on
Attribute: "Contact Type" on
Attribute: "Contact Information" on
Attribute: "Security Token" off
Component: "POSIX.1387.2 Installed Software Definition" off
[Filter Name]: Software
[Data Version]: 1
[Extension]: off
Component: "DMI 2.0 Service Provider" off
Group: ComponentID on
Attribute: Manufacturer on
Attribute: Product on
Attribute: Version on
Attribute: "Serial Number" on
Attribute: Installation on
Attribute: Verify on
Group: "SP Filter Information" on
Attribute: "Subscriber RPC Type" on
Attribute: "Subscriber Transport Type" on
Attribute: "Subscriber Addressing" on
Attribute: "Subscriber ID" on
Attribute: "Component ID" on
Attribute: "Group Class String" on
Attribute: "Event Severity" on
Group: "SP Indication Subscription" on
Attribute: "Subscriber RPC Type" on
Attribute: "Subscriber Transport Type" on
Attribute: "Subscriber Addressing" on
Attribute: "Subscriber ID" on
Attribute: "Subscriber Expiration Warning Date Stamp" on
Attribute: "Subscriber Expiration Date Stamp" on
Attribute: "Indication Failure Threshold" on
Component: "HP-UX Installed Software Definition" on
Group: "Bundle Category Tags" off
Attribute: "Bundle Software Specification" on
Attribute: Index on
Attribute: "Category Tag" on
Group: "Bundle Contents" off
Attribute: "Bundle Software Specification" on
Attribute: Index on
Attribute: Content on
Group: Bundles on
Attribute: "Bundle Software Specification" on
Attribute: Tag off
Attribute: Architecture off
Attribute: Location off
Attribute: Qualifier off
Attribute: Revision off
Attribute: "Vendor Tag" off
Attribute: "Create Time" on
Attribute: Description off
Attribute: "Modification Time" on
Attribute: Size on
Attribute: Title on
Attribute: Copyright off
Attribute: Directory on
Attribute: "Instance Identifier" on
Attribute: "Is Locatable" on
Attribute: "Layout Version" off
Attribute: "Machine Type" on
Attribute: Number on
Attribute: "Operating System Name" on
Attribute: "Operating System Release" on
Attribute: "Operating System Version" on
Attribute: "Is Patch" on
Attribute: "Install Source" on
Attribute: "Data Model Revision" off
Attribute: "Install Date" on
Group: Categories off
Attribute: Tag on
Attribute: Index on
Attribute: Title on
Attribute: Description on
Attribute: Revision on
Group: ComponentID off
Attribute: Manufacturer on
Attribute: Product on
Attribute: Version on
Attribute: "Serial Number" on
Attribute: Installation on
Attribute: Verify on
Group: "Fileset Ancestors" off
Attribute: "Fileset Software Specification" on
Attribute: Index on
Attribute: "Ancestor Software Specification" on
Group: "Fileset Applied Patches" off
Attribute: "Fileset Software Specification" on
Attribute: Index on
Attribute: "Applied Patch Software Specification" on
Group: "Fileset Category Tags" off
Attribute: "Fileset Software Specification" on
Attribute: Index on
Attribute: "Category Tag" on
Group: "Fileset Contents" off
Attribute: "Fileset Software Specification" on
Attribute: Index on
Attribute: Content on
Attribute: "Content Type" on
Group: "Fileset Control Files" off
Attribute: "Fileset Software Specification" on
Attribute: Tag on
Attribute: Cksum on
Attribute: "Compressed Cksum" on
Attribute: "Compressed Size" on
Attribute: "Compression State" on
Attribute: "Compression Type" on
Attribute: Revision on
Attribute: Size on
Attribute: Source on
Attribute: Interpreter on
Attribute: Path on
Attribute: Result on
Group: "Fileset Dependencies" off
Attribute: "Fileset Software Specification" on
Attribute: Index on
Attribute: Dependency on
Attribute: "Dependency Type" on
Group: "Fileset Files" off
Attribute: "Fileset Software Specification" on
Attribute: Path on
Attribute: Cksum on
Attribute: "Compressed Cksum" on
Attribute: "Compressed Size" on
Attribute: "Compression State" on
Attribute: "Compression Type" on
Attribute: Revision on
Attribute: Size on
Attribute: Source on
Attribute: Gid on
Attribute: Group on
Attribute: "Is Volatile" on
Attribute: "Link Source" on
Attribute: Major on
Attribute: Minor on
Attribute: Mode on
Attribute: Mtime on
Attribute: Owner on
Attribute: "File Type" on
Attribute: Uid on
Attribute: "Archive Path" on
Group: "Fileset Supersedes" off
Attribute: "Fileset Software Specification" on
Attribute: Index on
Attribute: "Supersedes Software Specification" on
Group: Filesets on
Attribute: "Fileset Software Specification" on
Attribute: Tag off
Attribute: "Create Time" off
Attribute: Description off
Attribute: "Modification Time" on
Attribute: Size off
Attribute: Title on
Attribute: "Control Directory" off
Attribute: "Is Kernel" off
Attribute: "Is Locatable" off
Attribute: "Is Reboot" off
Attribute: Location off
Attribute: "Media Sequence List" off
Attribute: Revision off
Attribute: State on
Attribute: "Data Model Revision" off
Attribute: "Instance Identifier" off
Attribute: "Install Date" off
Attribute: Architecture off
Attribute: "Machine Type" off
Attribute: "Operating System Name" off
Attribute: "Operating System Release" off
Attribute: "Operating System Version" off
Attribute: "Install Source" off
Attribute: "Is Patch" on
Attribute: "Is Sparse" on
Attribute: "Patch State" on
Attribute: "Applied To" on
Attribute: "Superseded By" on
Attribute: "Saved Files Directory" off
Group: "Product Category Tags" off
Attribute: "Product Software Specification" on
Attribute: Index on
Attribute: "Category Tag" on
Group: "Product Contents" off
Attribute: "Product Software Specification" on
Attribute: Index on
Attribute: Content on
Attribute: "Content Type" on
Group: "Product Control Files" off
Attribute: "Product Software Specification" on
Attribute: Tag on
Attribute: Cksum on
Attribute: "Compressed Cksum" on
Attribute: "Compressed Size" on
Attribute: "Compression State" on
Attribute: "Compression Type" on
Attribute: Revision on
Attribute: Size on
Attribute: Source on
Attribute: Interpreter on
Attribute: Path on
Attribute: Result on
Group: Products off
Attribute: "Product Software Specification" on
Attribute: Tag off
Attribute: Architecture off
Attribute: Location off
Attribute: Qualifier off
Attribute: Revision off
Attribute: "Vendor Tag" off
Attribute: "Create Time" on
Attribute: Description off
Attribute: "Modification Time" on
Attribute: Size on
Attribute: Title on
Attribute: "All Filesets" off
Attribute: "Control Directory" off
Attribute: Copyright off
Attribute: Directory off
Attribute: "Instance Identifier" off
Attribute: "Is Locatable" off
Attribute: "Post Kernel Path" off
Attribute: "Layout Version" off
Attribute: "Machine Type" on
Attribute: Number on
Attribute: "Operating System Name" on
Attribute: "Operating System Release" on
Attribute: "Operating System Version" on
Attribute: "Is Patch" on
Attribute: "Install Source" on
Attribute: "Data Model Revision" off
Attribute: "Install Date" on
Group: "Software Location" off
Attribute: Path on
Attribute: Catalog on
Attribute: Dfiles on
Attribute: "Layout Version" on
Attribute: Pfiles on
Group: "Subproduct Category Tags" off
Attribute: "Subproduct Software Specification" on
Attribute: Index on
Attribute: "Category Tag" on
Group: Subproducts off
Attribute: "Subproduct Software Specification" on
Attribute: Tag off
Attribute: "Create Time" off
Attribute: Description off
Attribute: "Modification Time" on
Attribute: Size off
Attribute: Title on
Attribute: Contents on
Attribute: "Install Source" off
Attribute: "Data Model Revision" off
Attribute: "Install Date" off
Attribute: "Is Patch" on
Group: Vendors off
Attribute: Tag on
Attribute: Index on
Attribute: Title on
Attribute: Description on
Component: "HP-UX Standard Groups Definition" off
Group: ComponentID off
Attribute: Manufacturer on
Attribute: Product on
Attribute: Version on
Attribute: "Serial Number" on
Attribute: Installation on
Attribute: Verify on
Group: "DNS Configuration" on
Attribute: "Domain Name" on
Attribute: Search on
Attribute: "Server IP Address(es)" on
Group: "General Information" on
Attribute: "System Name" on
Attribute: "System Location" on
Attribute: "System Primary User Name" on
Attribute: "System Primary User Phone" on
Attribute: "System Boot Up Time" off
Attribute: "System Date Time" off
Attribute: "System Secondary User Name" off
Attribute: "System Secondary User Phone" off
Attribute: "System Primary Pager" off
Attribute: "System Secondary Pager" off
Attribute: "Security Token" off
Attribute: "System Model" on
Attribute: "System Serial Number" on
Attribute: "System Software Identifier" on
Group: "Host Device" on
Attribute: "Host Device Index" on
Attribute: "Device Type" on
Attribute: "Device Description" on
Attribute: "Device ID" on
Attribute: "Device Status" on
Attribute: "Device Errors" on
Attribute: "Hardware Path" on
Attribute: "Hardware Type" on
Attribute: "Device Class" on
Attribute: "Associated Driver" on
Group: "Host Device File" off
Attribute: "Host Device File Index" on
Attribute: "Device File Type" on
Attribute: "Device File Name" on
Attribute: "Host Device Group Index" on
Group: "Host Disk Storage" on
Attribute: "Host Disk Storage Index" on
Attribute: "Disk Storage Access" on
Attribute: "Disk Storage Media" on
Attribute: "Disk Storage Removable" on
Attribute: "Disk Storage Capacity" on
Group: "Host File System" on
Attribute: "Host File System Index" on
Attribute: "Mount Point Name" on
Attribute: "Mounted Special Device Name" on
Attribute: "Remote Mount Point Name" on
Attribute: "File System Type" on
Attribute: "File System Access" on
Attribute: "File System Bootable" on
Attribute: "Storage Index" on
Attribute: "Last Full Backup" on
Attribute: "Last Partial Backup" on
Attribute: "Logical Index" on
Attribute: "Total INodes" off
Attribute: "Free INodes" off
Attribute: "Data Capacity" on
Attribute: "Free Capacity" off
Attribute: "Reserved Data Capacity" on
Group: "Host HFS Tuning Parameters" on
Attribute: "Host HFS Tuning Parameters Index" on
Attribute: "Host File System Index" on
Attribute: "Long File Name Flag" on
Attribute: "Large File Feature" on
Attribute: Minfree on
Attribute: "Block Size" on
Attribute: "Fragment Size" on
Attribute: "Bytes per Inode" on
Attribute: "Sectors per Track" on
Attribute: "Tracks per Cylinder" on
Attribute: "Disk Cylinders per Cylinder Group" on
Attribute: "Disk Revolutions per Second" on
Attribute: "Rotational Delay" on
Group: "Host LVM Configuration" on
Attribute: "Host LVM Configuration Index" on
Attribute: "Logical Volume Index" on
Attribute: "Physical Volume Index" on
Attribute: "Logical Volume Mirror Copy" on
Group: "Host Logical Memory" on
Attribute: "Logical Memory Index" on
Attribute: "Swap Space Name" on
Attribute: "Swap Type" on
Attribute: "Swap Priority" on
Attribute: "Swap Space Size" on
Attribute: "Swap Space Minimum Size" on
Attribute: "Swap Space Maximum Size" on
Attribute: "Swap Space Reserved Size" on
Attribute: "File System Index" on
Attribute: "Storage Index" on
Attribute: "Logical Index" on
Group: "Host Logical Volume" on
Attribute: "Host Logical Volume Index" on
Attribute: "Logical Volume Name" on
Attribute: "Logical Volume Access Permission" on
Attribute: "Logical Volume Status" on
Attribute: "Logical Extent Size" on
Attribute: "Logical Volume Capacity" on
Attribute: "Mirror Copy Number" on
Attribute: "Volume Group Index" on
Attribute: "Consistency Recovery" on
Attribute: "Schedule Policy" on
Attribute: "Stripe Number" on
Attribute: "Stripe Size" on
Attribute: "Bad Block Relocation" on
Attribute: "Allocation Policy" on
Attribute: "Staled Logical Extent" on
Attribute: "Read Access Number" off
Attribute: "Write Access Number" off
Group: "Host Physical Memory" on
Attribute: "Physical Main Memory Size" on
Group: "Host Physical Volume" on
Attribute: "Host Physical Volume Index" on
Attribute: "Physical Volume Name" on
Attribute: "Alternate Physical Volume Name" on
Attribute: "Storage Index" on
Attribute: "Volume Group Index" on
Attribute: "Physical Volume Group Index" on
Attribute: "Physical Volume Status" on
Attribute: "Physical Extent Size" on
Attribute: "Physical Volume Capacity" on
Attribute: "Allocated Physical Extent" on
Attribute: "Free Physical Extent" on
Attribute: "Staled Physical Extent Number" on
Group: "Host Physical Volume Group" on
Attribute: "Host Physical Volume Group Index" on
Attribute: "Physical Volume Group Name" on
Attribute: "Volume Group Index" on
Group: "Host Processor" on
Attribute: "Host Processor Index" on
Attribute: "Processor Firmware ID" on
Attribute: "Processor Load" off
Attribute: "Processor Allocated" on
Group: "Host Storage" on
Attribute: "Host Storage Index" on
Attribute: "Storage Type" on
Attribute: Description on
Attribute: "Allocation Unit Size" on
Attribute: "Total Allocation Units" on
Attribute: "Allocation Units Used" on
Attribute: "Storage Allocation Failures" on
Group: "Host System" on
Attribute: "System Uptime" off
Attribute: "Initial Load Device" on
Attribute: "Initial Load Parameters" on
Attribute: "Number of Users" off
Attribute: "Number of Processes" off
Attribute: "Max Processes" on
Attribute: "Mounted File Systems" on
Attribute: "Security Token" off
Attribute: Architecture on
Attribute: Language on
Attribute: Timezone on
Attribute: "Hardware Capability" on
Attribute: Keyboard on
Attribute: "Graphics Resolution" on
Attribute: "Graphics Planes" on
Attribute: "CPU Speed" on
Group: "Host Volume Group" on
Attribute: "Host Volume Group Index" on
Attribute: "Volume Group Name" on
Attribute: "Volume Group Access Permission" on
Attribute: "Volume Group Status" on
Attribute: "Physical Extent Size" on
Attribute: "Volume Group Capacity" on
Attribute: "Volume Group Allocated" on
Attribute: "Volume Group Free Space" on
Attribute: "Max Number of Physical Volume" on
Attribute: "Max Number of Physical Extent per Physical Volume" on
Attribute: "Number of Defined Physical Volume" on
Attribute: "Number of Active Physical Volume" on
Attribute: "Max Number of Logical Volume" on
Attribute: "Number of Defined Logical Volume" on
Attribute: "Number of Active Logical Volume" on
Attribute: "Number of Physical Volume Group" on
Group: "Kernel Configure Group" off
Attribute: "Kernel Configure Group Index" on
Attribute: "Parameter Name" on
Attribute: "Parameter Value" on
Group: "NIS Configuration" on
Attribute: "Domain Name" on
Attribute: "Master Server" on
Attribute: "Slave Server" on
Attribute: "Server Wait Flag" on
Group: "NTP Configuration" on
Attribute: "Server Address" on
Group: "Network Interface" on
Attribute: "Network Interface Index" on
Attribute: "Interface Name" on
Attribute: "IP Address" on
Attribute: "Subnet Mask" on
Attribute: "Broadcast Address" on
Attribute: "Interface State" on
Attribute: "DHCP Enabled" on
Attribute: "Station Address" on
Attribute: "Interface Card Hardware Path" on
Attribute: Hostname on
Group: "Operating System" on
Attribute: "Operating System Index" on
Attribute: "Operating System Name" on
Attribute: "Operating System Version" on
Attribute: "Primary Operating System" on
Attribute: "Operating System Description" on
Attribute: "Operating System Capability" on
Group: "Process Information" off
Attribute: "Process ID" on
Attribute: "Parent Process ID" on
Attribute: "Process Group ID" on
Attribute: "Real User ID" on
Attribute: "Process TTY" on
Attribute: "Process Name" on
Attribute: "Module Path" on
Attribute: Parameters on
Attribute: "Process State" on
Attribute: "Process Priority" on
Attribute: "Process Nice Value" on
Attribute: "Process CPU Time" on
Attribute: "Process System Time" on
Attribute: "Process User Time" on
Attribute: "Process Real Total" on
Attribute: "Process Real Text" on
Attribute: "Process Real Data" on
Attribute: "Process Real Stack" on
Attribute: "Process Virtual Text" on
Attribute: "Process Virtual Data" on
Attribute: "Process Virtual Stack" on
Attribute: "Process Virtual Shared Memory" on
Attribute: "Process Virtual Memory Mapped File Size" on
Group: "Static Routing Definition" on
Attribute: "Static Routing Definition Index" on
Attribute: "Route Destination" on
Attribute: "Route Mask" on
Attribute: "Route Gateway" on
Attribute: "Route Count" on
Attribute: "Route Argument" on
Group: "System Contact Information" on
Attribute: "Contact Index" on
Attribute: "Contact Name" on
Attribute: "Contact Type" on
Attribute: "Contact Information" on
Attribute: "Security Token" off
Component: "POSIX.1387.2 Installed Software Definition" off
[Filter Name]: SystemProperty
[Data Version]: 1
[Extension]: off
Component: "DMI 2.0 Service Provider" off
Group: ComponentID on
Attribute: Manufacturer on
Attribute: Product on
Attribute: Version on
Attribute: "Serial Number" on
Attribute: Installation on
Attribute: Verify on
Group: "SP Filter Information" on
Attribute: "Subscriber RPC Type" on
Attribute: "Subscriber Transport Type" on
Attribute: "Subscriber Addressing" on
Attribute: "Subscriber ID" on
Attribute: "Component ID" on
Attribute: "Group Class String" on
Attribute: "Event Severity" on
Group: "SP Indication Subscription" on
Attribute: "Subscriber RPC Type" on
Attribute: "Subscriber Transport Type" on
Attribute: "Subscriber Addressing" on
Attribute: "Subscriber ID" on
Attribute: "Subscriber Expiration Warning Date Stamp" on
Attribute: "Subscriber Expiration Date Stamp" on
Attribute: "Indication Failure Threshold" on
Component: "HP-UX Installed Software Definition" off
Group: "Bundle Category Tags" off
Attribute: "Bundle Software Specification" on
Attribute: Index on
Attribute: "Category Tag" on
Group: "Bundle Contents" on
Attribute: "Bundle Software Specification" on
Attribute: Index on
Attribute: Content on
Group: Bundles on
Attribute: "Bundle Software Specification" on
Attribute: Tag off
Attribute: Architecture off
Attribute: Location off
Attribute: Qualifier off
Attribute: Revision off
Attribute: "Vendor Tag" off
Attribute: "Create Time" on
Attribute: Description off
Attribute: "Modification Time" on
Attribute: Size on
Attribute: Title on
Attribute: Copyright off
Attribute: Directory on
Attribute: "Instance Identifier" on
Attribute: "Is Locatable" on
Attribute: "Layout Version" off
Attribute: "Machine Type" on
Attribute: Number on
Attribute: "Operating System Name" on
Attribute: "Operating System Release" on
Attribute: "Operating System Version" on
Attribute: "Is Patch" on
Attribute: "Install Source" on
Attribute: "Data Model Revision" off
Attribute: "Install Date" on
Group: Categories off
Attribute: Tag on
Attribute: Index on
Attribute: Title on
Attribute: Description on
Attribute: Revision on
Group: ComponentID off
Attribute: Manufacturer on
Attribute: Product on
Attribute: Version on
Attribute: "Serial Number" on
Attribute: Installation on
Attribute: Verify on
Group: "Fileset Ancestors" off
Attribute: "Fileset Software Specification" on
Attribute: Index on
Attribute: "Ancestor Software Specification" on
Group: "Fileset Applied Patches" off
Attribute: "Fileset Software Specification" on
Attribute: Index on
Attribute: "Applied Patch Software Specification" on
Group: "Fileset Category Tags" off
Attribute: "Fileset Software Specification" on
Attribute: Index on
Attribute: "Category Tag" on
Group: "Fileset Contents" off
Attribute: "Fileset Software Specification" on
Attribute: Index on
Attribute: Content on
Attribute: "Content Type" on
Group: "Fileset Control Files" off
Attribute: "Fileset Software Specification" on
Attribute: Tag on
Attribute: Cksum on
Attribute: "Compressed Cksum" on
Attribute: "Compressed Size" on
Attribute: "Compression State" on
Attribute: "Compression Type" on
Attribute: Revision on
Attribute: Size on
Attribute: Source on
Attribute: Interpreter on
Attribute: Path on
Attribute: Result on
Group: "Fileset Dependencies" off
Attribute: "Fileset Software Specification" on
Attribute: Index on
Attribute: Dependency on
Attribute: "Dependency Type" on
Group: "Fileset Files" off
Attribute: "Fileset Software Specification" on
Attribute: Path on
Attribute: Cksum on
Attribute: "Compressed Cksum" on
Attribute: "Compressed Size" on
Attribute: "Compression State" on
Attribute: "Compression Type" on
Attribute: Revision on
Attribute: Size on
Attribute: Source on
Attribute: Gid on
Attribute: Group on
Attribute: "Is Volatile" on
Attribute: "Link Source" on
Attribute: Major on
Attribute: Minor on
Attribute: Mode on
Attribute: Mtime on
Attribute: Owner on
Attribute: "File Type" on
Attribute: Uid on
Attribute: "Archive Path" on
Group: "Fileset Supersedes" off
Attribute: "Fileset Software Specification" on
Attribute: Index on
Attribute: "Supersedes Software Specification" on
Group: Filesets on
Attribute: "Fileset Software Specification" on
Attribute: Tag off
Attribute: "Create Time" off
Attribute: Description off
Attribute: "Modification Time" on
Attribute: Size off
Attribute: Title on
Attribute: "Control Directory" off
Attribute: "Is Kernel" off
Attribute: "Is Locatable" off
Attribute: "Is Reboot" off
Attribute: Location off
Attribute: "Media Sequence List" off
Attribute: Revision off
Attribute: State on
Attribute: "Data Model Revision" off
Attribute: "Instance Identifier" off
Attribute: "Install Date" off
Attribute: Architecture off
Attribute: "Machine Type" off
Attribute: "Operating System Name" off
Attribute: "Operating System Release" off
Attribute: "Operating System Version" off
Attribute: "Install Source" off
Attribute: "Is Patch" on
Attribute: "Is Sparse" on
Attribute: "Patch State" on
Attribute: "Applied To" on
Attribute: "Superseded By" on
Attribute: "Saved Files Directory" off
Group: "Product Category Tags" off
Attribute: "Product Software Specification" on
Attribute: Index on
Attribute: "Category Tag" on
Group: "Product Contents" off
Attribute: "Product Software Specification" on
Attribute: Index on
Attribute: Content on
Attribute: "Content Type" on
Group: "Product Control Files" off
Attribute: "Product Software Specification" on
Attribute: Tag on
Attribute: Cksum on
Attribute: "Compressed Cksum" on
Attribute: "Compressed Size" on
Attribute: "Compression State" on
Attribute: "Compression Type" on
Attribute: Revision on
Attribute: Size on
Attribute: Source on
Attribute: Interpreter on
Attribute: Path on
Attribute: Result on
Group: Products on
Attribute: "Product Software Specification" on
Attribute: Tag off
Attribute: Architecture off
Attribute: Location off
Attribute: Qualifier off
Attribute: Revision off
Attribute: "Vendor Tag" off
Attribute: "Create Time" on
Attribute: Description off
Attribute: "Modification Time" on
Attribute: Size on
Attribute: Title on
Attribute: "All Filesets" off
Attribute: "Control Directory" off
Attribute: Copyright off
Attribute: Directory off
Attribute: "Instance Identifier" off
Attribute: "Is Locatable" off
Attribute: "Post Kernel Path" off
Attribute: "Layout Version" off
Attribute: "Machine Type" on
Attribute: Number on
Attribute: "Operating System Name" on
Attribute: "Operating System Release" on
Attribute: "Operating System Version" on
Attribute: "Is Patch" on
Attribute: "Install Source" on
Attribute: "Data Model Revision" off
Attribute: "Install Date" on
Group: "Software Location" off
Attribute: Path on
Attribute: Catalog on
Attribute: Dfiles on
Attribute: "Layout Version" on
Attribute: Pfiles on
Group: "Subproduct Category Tags" off
Attribute: "Subproduct Software Specification" on
Attribute: Index on
Attribute: "Category Tag" on
Group: Subproducts on
Attribute: "Subproduct Software Specification" on
Attribute: Tag off
Attribute: "Create Time" off
Attribute: Description off
Attribute: "Modification Time" on
Attribute: Size off
Attribute: Title on
Attribute: Contents on
Attribute: "Install Source" off
Attribute: "Data Model Revision" off
Attribute: "Install Date" off
Attribute: "Is Patch" on
Group: Vendors off
Attribute: Tag on
Attribute: Index on
Attribute: Title on
Attribute: Description on
Component: "HP-UX Standard Groups Definition" on
Group: ComponentID off
Attribute: Manufacturer on
Attribute: Product on
Attribute: Version on
Attribute: "Serial Number" on
Attribute: Installation on
Attribute: Verify on
Group: "DNS Configuration" off
Attribute: "Domain Name" on
Attribute: Search on
Attribute: "Server IP Address(es)" on
Group: "General Information" on
Attribute: "System Name" on
Attribute: "System Location" on
Attribute: "System Primary User Name" on
Attribute: "System Primary User Phone" on
Attribute: "System Boot Up Time" off
Attribute: "System Date Time" off
Attribute: "System Secondary User Name" off
Attribute: "System Secondary User Phone" off
Attribute: "System Primary Pager" off
Attribute: "System Secondary Pager" off
Attribute: "Security Token" off
Attribute: "System Model" on
Attribute: "System Serial Number" on
Attribute: "System Software Identifier" on
Group: "Host Device" on
Attribute: "Host Device Index" on
Attribute: "Device Type" on
Attribute: "Device Description" on
Attribute: "Device ID" on
Attribute: "Device Status" on
Attribute: "Device Errors" on
Attribute: "Hardware Path" on
Attribute: "Hardware Type" on
Attribute: "Device Class" on
Attribute: "Associated Driver" on
Group: "Host Device File" on
Attribute: "Host Device File Index" on
Attribute: "Device File Type" on
Attribute: "Device File Name" on
Attribute: "Host Device Group Index" on
Group: "Host Disk Storage" off
Attribute: "Host Disk Storage Index" on
Attribute: "Disk Storage Access" on
Attribute: "Disk Storage Media" on
Attribute: "Disk Storage Removable" on
Attribute: "Disk Storage Capacity" on
Group: "Host File System" off
Attribute: "Host File System Index" on
Attribute: "Mount Point Name" on
Attribute: "Mounted Special Device Name" on
Attribute: "Remote Mount Point Name" on
Attribute: "File System Type" on
Attribute: "File System Access" on
Attribute: "File System Bootable" on
Attribute: "Storage Index" on
Attribute: "Last Full Backup" on
Attribute: "Last Partial Backup" on
Attribute: "Logical Index" on
Attribute: "Total INodes" off
Attribute: "Free INodes" off
Attribute: "Data Capacity" on
Attribute: "Free Capacity" off
Attribute: "Reserved Data Capacity" on
Group: "Host HFS Tuning Parameters" off
Attribute: "Host HFS Tuning Parameters Index" on
Attribute: "Host File System Index" on
Attribute: "Long File Name Flag" on
Attribute: "Large File Feature" on
Attribute: Minfree on
Attribute: "Block Size" on
Attribute: "Fragment Size" on
Attribute: "Bytes per Inode" on
Attribute: "Sectors per Track" on
Attribute: "Tracks per Cylinder" on
Attribute: "Disk Cylinders per Cylinder Group" on
Attribute: "Disk Revolutions per Second" on
Attribute: "Rotational Delay" on
Group: "Host LVM Configuration" off
Attribute: "Host LVM Configuration Index" on
Attribute: "Logical Volume Index" on
Attribute: "Physical Volume Index" on
Attribute: "Logical Volume Mirror Copy" on
Group: "Host Logical Memory" on
Attribute: "Logical Memory Index" on
Attribute: "Swap Space Name" on
Attribute: "Swap Type" on
Attribute: "Swap Priority" on
Attribute: "Swap Space Size" on
Attribute: "Swap Space Minimum Size" on
Attribute: "Swap Space Maximum Size" on
Attribute: "Swap Space Reserved Size" on
Attribute: "File System Index" on
Attribute: "Storage Index" on
Attribute: "Logical Index" on
Group: "Host Logical Volume" off
Attribute: "Host Logical Volume Index" on
Attribute: "Logical Volume Name" on
Attribute: "Logical Volume Access Permission" on
Attribute: "Logical Volume Status" on
Attribute: "Logical Extent Size" on
Attribute: "Logical Volume Capacity" on
Attribute: "Mirror Copy Number" on
Attribute: "Volume Group Index" on
Attribute: "Consistency Recovery" on
Attribute: "Schedule Policy" on
Attribute: "Stripe Number" on
Attribute: "Stripe Size" on
Attribute: "Bad Block Relocation" on
Attribute: "Allocation Policy" on
Attribute: "Staled Logical Extent" on
Attribute: "Read Access Number" off
Attribute: "Write Access Number" off
Group: "Host Physical Memory" on
Attribute: "Physical Main Memory Size" on
Group: "Host Physical Volume" off
Attribute: "Host Physical Volume Index" on
Attribute: "Physical Volume Name" on
Attribute: "Alternate Physical Volume Name" on
Attribute: "Storage Index" on
Attribute: "Volume Group Index" on
Attribute: "Physical Volume Group Index" on
Attribute: "Physical Volume Status" on
Attribute: "Physical Extent Size" on
Attribute: "Physical Volume Capacity" on
Attribute: "Allocated Physical Extent" on
Attribute: "Free Physical Extent" on
Attribute: "Staled Physical Extent Number" on
Group: "Host Physical Volume Group" off
Attribute: "Host Physical Volume Group Index" on
Attribute: "Physical Volume Group Name" on
Attribute: "Volume Group Index" on
Group: "Host Processor" on
Attribute: "Host Processor Index" on
Attribute: "Processor Firmware ID" on
Attribute: "Processor Load" off
Attribute: "Processor Allocated" on
Group: "Host Storage" off
Attribute: "Host Storage Index" on
Attribute: "Storage Type" on
Attribute: Description on
Attribute: "Allocation Unit Size" on
Attribute: "Total Allocation Units" on
Attribute: "Allocation Units Used" on
Attribute: "Storage Allocation Failures" on
Group: "Host System" on
Attribute: "System Uptime" off
Attribute: "Initial Load Device" on
Attribute: "Initial Load Parameters" on
Attribute: "Number of Users" off
Attribute: "Number of Processes" off
Attribute: "Max Processes" on
Attribute: "Mounted File Systems" on
Attribute: "Security Token" off
Attribute: Architecture on
Attribute: Language on
Attribute: Timezone on
Attribute: "Hardware Capability" on
Attribute: Keyboard on
Attribute: "Graphics Resolution" on
Attribute: "Graphics Planes" on
Attribute: "CPU Speed" on
Group: "Host Volume Group" off
Attribute: "Host Volume Group Index" on
Attribute: "Volume Group Name" on
Attribute: "Volume Group Access Permission" on
Attribute: "Volume Group Status" on
Attribute: "Physical Extent Size" on
Attribute: "Volume Group Capacity" on
Attribute: "Volume Group Allocated" on
Attribute: "Volume Group Free Space" on
Attribute: "Max Number of Physical Volume" on
Attribute: "Max Number of Physical Extent per Physical Volume" on
Attribute: "Number of Defined Physical Volume" on
Attribute: "Number of Active Physical Volume" on
Attribute: "Max Number of Logical Volume" on
Attribute: "Number of Defined Logical Volume" on
Attribute: "Number of Active Logical Volume" on
Attribute: "Number of Physical Volume Group" on
Group: "Kernel Configure Group" on
Attribute: "Kernel Configure Group Index" on
Attribute: "Parameter Name" on
Attribute: "Parameter Value" on
Group: "NIS Configuration" off
Attribute: "Domain Name" on
Attribute: "Master Server" on
Attribute: "Slave Server" on
Attribute: "Server Wait Flag" on
Group: "NTP Configuration" off
Attribute: "Server Address" on
Group: "Network Interface" off
Attribute: "Network Interface Index" on
Attribute: "Interface Name" on
Attribute: "IP Address" on
Attribute: "Subnet Mask" on
Attribute: "Broadcast Address" on
Attribute: "Interface State" on
Attribute: "DHCP Enabled" on
Attribute: "Station Address" on
Attribute: "Interface Card Hardware Path" on
Attribute: Hostname on
Group: "Operating System" on
Attribute: "Operating System Index" on
Attribute: "Operating System Name" on
Attribute: "Operating System Version" on
Attribute: "Primary Operating System" on
Attribute: "Operating System Description" on
Attribute: "Operating System Capability" on
Group: "Process Information" off
Attribute: "Process ID" on
Attribute: "Parent Process ID" on
Attribute: "Process Group ID" on
Attribute: "Real User ID" on
Attribute: "Process TTY" on
Attribute: "Process Name" on
Attribute: "Module Path" on
Attribute: Parameters on
Attribute: "Process State" on
Attribute: "Process Priority" on
Attribute: "Process Nice Value" on
Attribute: "Process CPU Time" on
Attribute: "Process System Time" on
Attribute: "Process User Time" on
Attribute: "Process Real Total" on
Attribute: "Process Real Text" on
Attribute: "Process Real Data" on
Attribute: "Process Real Stack" on
Attribute: "Process Virtual Text" on
Attribute: "Process Virtual Data" on
Attribute: "Process Virtual Stack" on
Attribute: "Process Virtual Shared Memory" on
Attribute: "Process Virtual Memory Mapped File Size" on
Group: "Static Routing Definition" off
Attribute: "Static Routing Definition Index" on
Attribute: "Route Destination" on
Attribute: "Route Mask" on
Attribute: "Route Gateway" on
Attribute: "Route Count" on
Attribute: "Route Argument" on
Group: "System Contact Information" off
Attribute: "Contact Index" on
Attribute: "Contact Name" on
Attribute: "Contact Type" on
Attribute: "Contact Information" on
Attribute: "Security Token" off
Component: "POSIX.1387.2 Installed Software Definition" off
[Filter Name]: Template
[Data Version]: 1
[Extension]: on
Component: "DMI 2.0 Service Provider" off
Group: ComponentID on
Attribute: Manufacturer on
Attribute: Product on
Attribute: Version on
Attribute: "Serial Number" on
Attribute: Installation on
Attribute: Verify on
Group: "SP Filter Information" on
Attribute: "Subscriber RPC Type" on
Attribute: "Subscriber Transport Type" on
Attribute: "Subscriber Addressing" on
Attribute: "Subscriber ID" on
Attribute: "Component ID" on
Attribute: "Group Class String" on
Attribute: "Event Severity" on
Group: "SP Indication Subscription" on
Attribute: "Subscriber RPC Type" on
Attribute: "Subscriber Transport Type" on
Attribute: "Subscriber Addressing" on
Attribute: "Subscriber ID" on
Attribute: "Subscriber Expiration Warning Date Stamp" on
Attribute: "Subscriber Expiration Date Stamp" on
Attribute: "Indication Failure Threshold" on
Component: "HP-UX Installed Software Definition" on
Group: "Bundle Category Tags" off
Attribute: "Bundle Software Specification" on
Attribute: Index on
Attribute: "Category Tag" on
Group: "Bundle Contents" on
Attribute: "Bundle Software Specification" on
Attribute: Index on
Attribute: Content on
Group: Bundles on
Attribute: "Bundle Software Specification" on
Attribute: Tag off
Attribute: Architecture off
Attribute: Location off
Attribute: Qualifier off
Attribute: Revision off
Attribute: "Vendor Tag" off
Attribute: "Create Time" on
Attribute: Description off
Attribute: "Modification Time" on
Attribute: Size on
Attribute: Title on
Attribute: Copyright off
Attribute: Directory on
Attribute: "Instance Identifier" on
Attribute: "Is Locatable" on
Attribute: "Layout Version" off
Attribute: "Machine Type" on
Attribute: Number on
Attribute: "Operating System Name" on
Attribute: "Operating System Release" on
Attribute: "Operating System Version" on
Attribute: "Is Patch" on
Attribute: "Install Source" on
Attribute: "Data Model Revision" off
Attribute: "Install Date" on
Group: Categories off
Attribute: Tag on
Attribute: Index on
Attribute: Title on
Attribute: Description on
Attribute: Revision on
Group: ComponentID off
Attribute: Manufacturer on
Attribute: Product on
Attribute: Version on
Attribute: "Serial Number" on
Attribute: Installation on
Attribute: Verify on
Group: "Fileset Ancestors" off
Attribute: "Fileset Software Specification" on
Attribute: Index on
Attribute: "Ancestor Software Specification" on
Group: "Fileset Applied Patches" off
Attribute: "Fileset Software Specification" on
Attribute: Index on
Attribute: "Applied Patch Software Specification" on
Group: "Fileset Category Tags" off
Attribute: "Fileset Software Specification" on
Attribute: Index on
Attribute: "Category Tag" on
Group: "Fileset Contents" off
Attribute: "Fileset Software Specification" on
Attribute: Index on
Attribute: Content on
Attribute: "Content Type" on
Group: "Fileset Control Files" off
Attribute: "Fileset Software Specification" on
Attribute: Tag on
Attribute: Cksum on
Attribute: "Compressed Cksum" on
Attribute: "Compressed Size" on
Attribute: "Compression State" on
Attribute: "Compression Type" on
Attribute: Revision on
Attribute: Size on
Attribute: Source on
Attribute: Interpreter on
Attribute: Path on
Attribute: Result on
Group: "Fileset Dependencies" off
Attribute: "Fileset Software Specification" on
Attribute: Index on
Attribute: Dependency on
Attribute: "Dependency Type" on
Group: "Fileset Files" off
Attribute: "Fileset Software Specification" on
Attribute: Path on
Attribute: Cksum on
Attribute: "Compressed Cksum" on
Attribute: "Compressed Size" on
Attribute: "Compression State" on
Attribute: "Compression Type" on
Attribute: Revision on
Attribute: Size on
Attribute: Source on
Attribute: Gid on
Attribute: Group on
Attribute: "Is Volatile" on
Attribute: "Link Source" on
Attribute: Major on
Attribute: Minor on
Attribute: Mode on
Attribute: Mtime on
Attribute: Owner on
Attribute: "File Type" on
Attribute: Uid on
Attribute: "Archive Path" on
Group: "Fileset Supersedes" off
Attribute: "Fileset Software Specification" on
Attribute: Index on
Attribute: "Supersedes Software Specification" on
Group: Filesets on
Attribute: "Fileset Software Specification" on
Attribute: Tag off
Attribute: "Create Time" off
Attribute: Description off
Attribute: "Modification Time" on
Attribute: Size off
Attribute: Title on
Attribute: "Control Directory" off
Attribute: "Is Kernel" off
Attribute: "Is Locatable" off
Attribute: "Is Reboot" off
Attribute: Location off
Attribute: "Media Sequence List" off
Attribute: Revision off
Attribute: State on
Attribute: "Data Model Revision" off
Attribute: "Instance Identifier" off
Attribute: "Install Date" off
Attribute: Architecture off
Attribute: "Machine Type" off
Attribute: "Operating System Name" off
Attribute: "Operating System Release" off
Attribute: "Operating System Version" off
Attribute: "Install Source" off
Attribute: "Is Patch" on
Attribute: "Is Sparse" on
Attribute: "Patch State" on
Attribute: "Applied To" on
Attribute: "Superseded By" on
Attribute: "Saved Files Directory" off
Group: "Product Category Tags" off
Attribute: "Product Software Specification" on
Attribute: Index on
Attribute: "Category Tag" on
Group: "Product Contents" off
Attribute: "Product Software Specification" on
Attribute: Index on
Attribute: Content on
Attribute: "Content Type" on
Group: "Product Control Files" off
Attribute: "Product Software Specification" on
Attribute: Tag on
Attribute: Cksum on
Attribute: "Compressed Cksum" on
Attribute: "Compressed Size" on
Attribute: "Compression State" on
Attribute: "Compression Type" on
Attribute: Revision on
Attribute: Size on
Attribute: Source on
Attribute: Interpreter on
Attribute: Path on
Attribute: Result on
Group: Products on
Attribute: "Product Software Specification" on
Attribute: Tag off
Attribute: Architecture off
Attribute: Location off
Attribute: Qualifier off
Attribute: Revision off
Attribute: "Vendor Tag" off
Attribute: "Create Time" on
Attribute: Description off
Attribute: "Modification Time" on
Attribute: Size on
Attribute: Title on
Attribute: "All Filesets" off
Attribute: "Control Directory" off
Attribute: Copyright off
Attribute: Directory off
Attribute: "Instance Identifier" off
Attribute: "Is Locatable" off
Attribute: "Post Kernel Path" off
Attribute: "Layout Version" off
Attribute: "Machine Type" on
Attribute: Number on
Attribute: "Operating System Name" on
Attribute: "Operating System Release" on
Attribute: "Operating System Version" on
Attribute: "Is Patch" on
Attribute: "Install Source" on
Attribute: "Data Model Revision" off
Attribute: "Install Date" on
Group: "Software Location" off
Attribute: Path on
Attribute: Catalog on
Attribute: Dfiles on
Attribute: "Layout Version" on
Attribute: Pfiles on
Group: "Subproduct Category Tags" off
Attribute: "Subproduct Software Specification" on
Attribute: Index on
Attribute: "Category Tag" on
Group: Subproducts on
Attribute: "Subproduct Software Specification" on
Attribute: Tag off
Attribute: "Create Time" off
Attribute: Description off
Attribute: "Modification Time" on
Attribute: Size off
Attribute: Title on
Attribute: Contents on
Attribute: "Install Source" off
Attribute: "Data Model Revision" off
Attribute: "Install Date" off
Attribute: "Is Patch" on
Group: Vendors off
Attribute: Tag on
Attribute: Index on
Attribute: Title on
Attribute: Description on
Component: "HP-UX Standard Groups Definition" on
Group: ComponentID off
Attribute: Manufacturer on
Attribute: Product on
Attribute: Version on
Attribute: "Serial Number" on
Attribute: Installation on
Attribute: Verify on
Group: "DNS Configuration" on
Attribute: "Domain Name" on
Attribute: Search on
Attribute: "Server IP Address(es)" on
Group: "General Information" on
Attribute: "System Name" on
Attribute: "System Location" on
Attribute: "System Primary User Name" on
Attribute: "System Primary User Phone" on
Attribute: "System Boot Up Time" off
Attribute: "System Date Time" off
Attribute: "System Secondary User Name" off
Attribute: "System Secondary User Phone" off
Attribute: "System Primary Pager" off
Attribute: "System Secondary Pager" off
Attribute: "Security Token" off
Attribute: "System Model" on
Attribute: "System Serial Number" on
Attribute: "System Software Identifier" on
Group: "Host Device" on
Attribute: "Host Device Index" on
Attribute: "Device Type" on
Attribute: "Device Description" on
Attribute: "Device ID" on
Attribute: "Device Status" on
Attribute: "Device Errors" on
Attribute: "Hardware Path" on
Attribute: "Hardware Type" on
Attribute: "Device Class" on
Attribute: "Associated Driver" on
Group: "Host Device File" on
Attribute: "Host Device File Index" on
Attribute: "Device File Type" on
Attribute: "Device File Name" on
Attribute: "Host Device Group Index" on
Group: "Host Disk Storage" on
Attribute: "Host Disk Storage Index" on
Attribute: "Disk Storage Access" on
Attribute: "Disk Storage Media" on
Attribute: "Disk Storage Removable" on
Attribute: "Disk Storage Capacity" on
Group: "Host File System" on
Attribute: "Host File System Index" on
Attribute: "Mount Point Name" on
Attribute: "Mounted Special Device Name" on
Attribute: "Remote Mount Point Name" on
Attribute: "File System Type" on
Attribute: "File System Access" on
Attribute: "File System Bootable" on
Attribute: "Storage Index" on
Attribute: "Last Full Backup" on
Attribute: "Last Partial Backup" on
Attribute: "Logical Index" on
Attribute: "Total INodes" off
Attribute: "Free INodes" off
Attribute: "Data Capacity" on
Attribute: "Free Capacity" off
Attribute: "Reserved Data Capacity" on
Group: "Host HFS Tuning Parameters" on
Attribute: "Host HFS Tuning Parameters Index" on
Attribute: "Host File System Index" on
Attribute: "Long File Name Flag" on
Attribute: "Large File Feature" on
Attribute: Minfree on
Attribute: "Block Size" on
Attribute: "Fragment Size" on
Attribute: "Bytes per Inode" on
Attribute: "Sectors per Track" on
Attribute: "Tracks per Cylinder" on
Attribute: "Disk Cylinders per Cylinder Group" on
Attribute: "Disk Revolutions per Second" on
Attribute: "Rotational Delay" on
Group: "Host LVM Configuration" on
Attribute: "Host LVM Configuration Index" on
Attribute: "Logical Volume Index" on
Attribute: "Physical Volume Index" on
Attribute: "Logical Volume Mirror Copy" on
Group: "Host Logical Memory" on
Attribute: "Logical Memory Index" on
Attribute: "Swap Space Name" on
Attribute: "Swap Type" on
Attribute: "Swap Priority" on
Attribute: "Swap Space Size" on
Attribute: "Swap Space Minimum Size" on
Attribute: "Swap Space Maximum Size" on
Attribute: "Swap Space Reserved Size" on
Attribute: "File System Index" on
Attribute: "Storage Index" on
Attribute: "Logical Index" on
Group: "Host Logical Volume" on
Attribute: "Host Logical Volume Index" on
Attribute: "Logical Volume Name" on
Attribute: "Logical Volume Access Permission" on
Attribute: "Logical Volume Status" on
Attribute: "Logical Extent Size" on
Attribute: "Logical Volume Capacity" on
Attribute: "Mirror Copy Number" on
Attribute: "Volume Group Index" on
Attribute: "Consistency Recovery" on
Attribute: "Schedule Policy" on
Attribute: "Stripe Number" on
Attribute: "Stripe Size" on
Attribute: "Bad Block Relocation" on
Attribute: "Allocation Policy" on
Attribute: "Staled Logical Extent" on
Attribute: "Read Access Number" off
Attribute: "Write Access Number" off
Group: "Host Physical Memory" on
Attribute: "Physical Main Memory Size" on
Group: "Host Physical Volume" on
Attribute: "Host Physical Volume Index" on
Attribute: "Physical Volume Name" on
Attribute: "Alternate Physical Volume Name" on
Attribute: "Storage Index" on
Attribute: "Volume Group Index" on
Attribute: "Physical Volume Group Index" on
Attribute: "Physical Volume Status" on
Attribute: "Physical Extent Size" on
Attribute: "Physical Volume Capacity" on
Attribute: "Allocated Physical Extent" on
Attribute: "Free Physical Extent" on
Attribute: "Staled Physical Extent Number" on
Group: "Host Physical Volume Group" on
Attribute: "Host Physical Volume Group Index" on
Attribute: "Physical Volume Group Name" on
Attribute: "Volume Group Index" on
Group: "Host Processor" on
Attribute: "Host Processor Index" on
Attribute: "Processor Firmware ID" on
Attribute: "Processor Load" off
Attribute: "Processor Allocated" on
Group: "Host Storage" on
Attribute: "Host Storage Index" on
Attribute: "Storage Type" on
Attribute: Description on
Attribute: "Allocation Unit Size" on
Attribute: "Total Allocation Units" on
Attribute: "Allocation Units Used" on
Attribute: "Storage Allocation Failures" on
Group: "Host System" on
Attribute: "System Uptime" off
Attribute: "Initial Load Device" on
Attribute: "Initial Load Parameters" on
Attribute: "Number of Users" off
Attribute: "Number of Processes" off
Attribute: "Max Processes" on
Attribute: "Mounted File Systems" on
Attribute: "Security Token" off
Attribute: Architecture on
Attribute: Language on
Attribute: Timezone on
Attribute: "Hardware Capability" on
Attribute: Keyboard on
Attribute: "Graphics Resolution" on
Attribute: "Graphics Planes" on
Attribute: "CPU Speed" on
Group: "Host Volume Group" on
Attribute: "Host Volume Group Index" on
Attribute: "Volume Group Name" on
Attribute: "Volume Group Access Permission" on
Attribute: "Volume Group Status" on
Attribute: "Physical Extent Size" on
Attribute: "Volume Group Capacity" on
Attribute: "Volume Group Allocated" on
Attribute: "Volume Group Free Space" on
Attribute: "Max Number of Physical Volume" on
Attribute: "Max Number of Physical Extent per Physical Volume" on
Attribute: "Number of Defined Physical Volume" on
Attribute: "Number of Active Physical Volume" on
Attribute: "Max Number of Logical Volume" on
Attribute: "Number of Defined Logical Volume" on
Attribute: "Number of Active Logical Volume" on
Attribute: "Number of Physical Volume Group" on
Group: "Kernel Configure Group" on
Attribute: "Kernel Configure Group Index" on
Attribute: "Parameter Name" on
Attribute: "Parameter Value" on
Group: "NIS Configuration" on
Attribute: "Domain Name" on
Attribute: "Master Server" on
Attribute: "Slave Server" on
Attribute: "Server Wait Flag" on
Group: "NTP Configuration" on
Attribute: "Server Address" on
Group: "Network Interface" on
Attribute: "Network Interface Index" on
Attribute: "Interface Name" on
Attribute: "IP Address" on
Attribute: "Subnet Mask" on
Attribute: "Broadcast Address" on
Attribute: "Interface State" on
Attribute: "DHCP Enabled" on
Attribute: "Station Address" on
Attribute: "Interface Card Hardware Path" on
Attribute: Hostname on
Group: "Operating System" on
Attribute: "Operating System Index" on
Attribute: "Operating System Name" on
Attribute: "Operating System Version" on
Attribute: "Primary Operating System" on
Attribute: "Operating System Description" on
Attribute: "Operating System Capability" on
Group: "Process Information" off
Attribute: "Process ID" on
Attribute: "Parent Process ID" on
Attribute: "Process Group ID" on
Attribute: "Real User ID" on
Attribute: "Process TTY" on
Attribute: "Process Name" on
Attribute: "Module Path" on
Attribute: Parameters on
Attribute: "Process State" on
Attribute: "Process Priority" on
Attribute: "Process Nice Value" on
Attribute: "Process CPU Time" on
Attribute: "Process System Time" on
Attribute: "Process User Time" on
Attribute: "Process Real Total" on
Attribute: "Process Real Text" on
Attribute: "Process Real Data" on
Attribute: "Process Real Stack" on
Attribute: "Process Virtual Text" on
Attribute: "Process Virtual Data" on
Attribute: "Process Virtual Stack" on
Attribute: "Process Virtual Shared Memory" on
Attribute: "Process Virtual Memory Mapped File Size" on
Group: "Static Routing Definition" on
Attribute: "Static Routing Definition Index" on
Attribute: "Route Destination" on
Attribute: "Route Mask" on
Attribute: "Route Gateway" on
Attribute: "Route Count" on
Attribute: "Route Argument" on
Group: "System Contact Information" on
Attribute: "Contact Index" on
Attribute: "Contact Name" on
Attribute: "Contact Type" on
Attribute: "Contact Information" on
Attribute: "Security Token" off
Component: "POSIX.1387.2 Installed Software Definition" off
[Filter Name]: Template_Disk
[Data Version]: 1
[Extension]: off
Component: "DMI 2.0 Service Provider" off
Group: ComponentID on
Attribute: Manufacturer on
Attribute: Product on
Attribute: Version on
Attribute: "Serial Number" on
Attribute: Installation on
Attribute: Verify on
Group: "SP Filter Information" on
Attribute: "Subscriber RPC Type" on
Attribute: "Subscriber Transport Type" on
Attribute: "Subscriber Addressing" on
Attribute: "Subscriber ID" on
Attribute: "Component ID" on
Attribute: "Group Class String" on
Attribute: "Event Severity" on
Group: "SP Indication Subscription" on
Attribute: "Subscriber RPC Type" on
Attribute: "Subscriber Transport Type" on
Attribute: "Subscriber Addressing" on
Attribute: "Subscriber ID" on
Attribute: "Subscriber Expiration Warning Date Stamp" on
Attribute: "Subscriber Expiration Date Stamp" on
Attribute: "Indication Failure Threshold" on
Component: "HP-UX Installed Software Definition" off
Group: "Bundle Category Tags" off
Attribute: "Bundle Software Specification" on
Attribute: Index on
Attribute: "Category Tag" on
Group: "Bundle Contents" on
Attribute: "Bundle Software Specification" on
Attribute: Index on
Attribute: Content on
Group: Bundles on
Attribute: "Bundle Software Specification" on
Attribute: Tag off
Attribute: Architecture off
Attribute: Location off
Attribute: Qualifier off
Attribute: Revision off
Attribute: "Vendor Tag" off
Attribute: "Create Time" on
Attribute: Description off
Attribute: "Modification Time" on
Attribute: Size on
Attribute: Title on
Attribute: Copyright off
Attribute: Directory on
Attribute: "Instance Identifier" on
Attribute: "Is Locatable" on
Attribute: "Layout Version" off
Attribute: "Machine Type" on
Attribute: Number on
Attribute: "Operating System Name" on
Attribute: "Operating System Release" on
Attribute: "Operating System Version" on
Attribute: "Is Patch" on
Attribute: "Install Source" on
Attribute: "Data Model Revision" off
Attribute: "Install Date" on
Group: Categories off
Attribute: Tag on
Attribute: Index on
Attribute: Title on
Attribute: Description on
Attribute: Revision on
Group: ComponentID off
Attribute: Manufacturer on
Attribute: Product on
Attribute: Version on
Attribute: "Serial Number" on
Attribute: Installation on
Attribute: Verify on
Group: "Fileset Ancestors" off
Attribute: "Fileset Software Specification" on
Attribute: Index on
Attribute: "Ancestor Software Specification" on
Group: "Fileset Applied Patches" off
Attribute: "Fileset Software Specification" on
Attribute: Index on
Attribute: "Applied Patch Software Specification" on
Group: "Fileset Category Tags" off
Attribute: "Fileset Software Specification" on
Attribute: Index on
Attribute: "Category Tag" on
Group: "Fileset Contents" off
Attribute: "Fileset Software Specification" on
Attribute: Index on
Attribute: Content on
Attribute: "Content Type" on
Group: "Fileset Control Files" off
Attribute: "Fileset Software Specification" on
Attribute: Tag on
Attribute: Cksum on
Attribute: "Compressed Cksum" on
Attribute: "Compressed Size" on
Attribute: "Compression State" on
Attribute: "Compression Type" on
Attribute: Revision on
Attribute: Size on
Attribute: Source on
Attribute: Interpreter on
Attribute: Path on
Attribute: Result on
Group: "Fileset Dependencies" off
Attribute: "Fileset Software Specification" on
Attribute: Index on
Attribute: Dependency on
Attribute: "Dependency Type" on
Group: "Fileset Files" off
Attribute: "Fileset Software Specification" on
Attribute: Path on
Attribute: Cksum on
Attribute: "Compressed Cksum" on
Attribute: "Compressed Size" on
Attribute: "Compression State" on
Attribute: "Compression Type" on
Attribute: Revision on
Attribute: Size on
Attribute: Source on
Attribute: Gid on
Attribute: Group on
Attribute: "Is Volatile" on
Attribute: "Link Source" on
Attribute: Major on
Attribute: Minor on
Attribute: Mode on
Attribute: Mtime on
Attribute: Owner on
Attribute: "File Type" on
Attribute: Uid on
Attribute: "Archive Path" on
Group: "Fileset Supersedes" off
Attribute: "Fileset Software Specification" on
Attribute: Index on
Attribute: "Supersedes Software Specification" on
Group: Filesets on
Attribute: "Fileset Software Specification" on
Attribute: Tag off
Attribute: "Create Time" off
Attribute: Description off
Attribute: "Modification Time" on
Attribute: Size off
Attribute: Title on
Attribute: "Control Directory" off
Attribute: "Is Kernel" off
Attribute: "Is Locatable" off
Attribute: "Is Reboot" off
Attribute: Location off
Attribute: "Media Sequence List" off
Attribute: Revision off
Attribute: State on
Attribute: "Data Model Revision" off
Attribute: "Instance Identifier" off
Attribute: "Install Date" off
Attribute: Architecture off
Attribute: "Machine Type" off
Attribute: "Operating System Name" off
Attribute: "Operating System Release" off
Attribute: "Operating System Version" off
Attribute: "Install Source" off
Attribute: "Is Patch" on
Attribute: "Is Sparse" on
Attribute: "Patch State" on
Attribute: "Applied To" on
Attribute: "Superseded By" on
Attribute: "Saved Files Directory" off
Group: "Product Category Tags" off
Attribute: "Product Software Specification" on
Attribute: Index on
Attribute: "Category Tag" on
Group: "Product Contents" off
Attribute: "Product Software Specification" on
Attribute: Index on
Attribute: Content on
Attribute: "Content Type" on
Group: "Product Control Files" off
Attribute: "Product Software Specification" on
Attribute: Tag on
Attribute: Cksum on
Attribute: "Compressed Cksum" on
Attribute: "Compressed Size" on
Attribute: "Compression State" on
Attribute: "Compression Type" on
Attribute: Revision on
Attribute: Size on
Attribute: Source on
Attribute: Interpreter on
Attribute: Path on
Attribute: Result on
Group: Products on
Attribute: "Product Software Specification" on
Attribute: Tag off
Attribute: Architecture off
Attribute: Location off
Attribute: Qualifier off
Attribute: Revision off
Attribute: "Vendor Tag" off
Attribute: "Create Time" on
Attribute: Description off
Attribute: "Modification Time" on
Attribute: Size on
Attribute: Title on
Attribute: "All Filesets" off
Attribute: "Control Directory" off
Attribute: Copyright off
Attribute: Directory off
Attribute: "Instance Identifier" off
Attribute: "Is Locatable" off
Attribute: "Post Kernel Path" off
Attribute: "Layout Version" off
Attribute: "Machine Type" on
Attribute: Number on
Attribute: "Operating System Name" on
Attribute: "Operating System Release" on
Attribute: "Operating System Version" on
Attribute: "Is Patch" on
Attribute: "Install Source" on
Attribute: "Data Model Revision" off
Attribute: "Install Date" on
Group: "Software Location" off
Attribute: Path on
Attribute: Catalog on
Attribute: Dfiles on
Attribute: "Layout Version" on
Attribute: Pfiles on
Group: "Subproduct Category Tags" off
Attribute: "Subproduct Software Specification" on
Attribute: Index on
Attribute: "Category Tag" on
Group: Subproducts on
Attribute: "Subproduct Software Specification" on
Attribute: Tag off
Attribute: "Create Time" off
Attribute: Description off
Attribute: "Modification Time" on
Attribute: Size off
Attribute: Title on
Attribute: Contents on
Attribute: "Install Source" off
Attribute: "Data Model Revision" off
Attribute: "Install Date" off
Attribute: "Is Patch" on
Group: Vendors off
Attribute: Tag on
Attribute: Index on
Attribute: Title on
Attribute: Description on
Component: "HP-UX Standard Groups Definition" on
Group: ComponentID off
Attribute: Manufacturer on
Attribute: Product on
Attribute: Version on
Attribute: "Serial Number" on
Attribute: Installation on
Attribute: Verify on
Group: "DNS Configuration" off
Attribute: "Domain Name" on
Attribute: Search on
Attribute: "Server IP Address(es)" on
Group: "General Information" off
Attribute: "System Name" on
Attribute: "System Location" on
Attribute: "System Primary User Name" on
Attribute: "System Primary User Phone" on
Attribute: "System Boot Up Time" off
Attribute: "System Date Time" off
Attribute: "System Secondary User Name" off
Attribute: "System Secondary User Phone" off
Attribute: "System Primary Pager" off
Attribute: "System Secondary Pager" off
Attribute: "Security Token" off
Attribute: "System Model" on
Attribute: "System Serial Number" on
Attribute: "System Software Identifier" on
Group: "Host Device" off
Attribute: "Host Device Index" on
Attribute: "Device Type" on
Attribute: "Device Description" on
Attribute: "Device ID" on
Attribute: "Device Status" on
Attribute: "Device Errors" on
Attribute: "Hardware Path" on
Attribute: "Hardware Type" on
Attribute: "Device Class" on
Attribute: "Associated Driver" on
Group: "Host Device File" off
Attribute: "Host Device File Index" on
Attribute: "Device File Type" on
Attribute: "Device File Name" on
Attribute: "Host Device Group Index" on
Group: "Host Disk Storage" off
Attribute: "Host Disk Storage Index" on
Attribute: "Disk Storage Access" on
Attribute: "Disk Storage Media" on
Attribute: "Disk Storage Removable" on
Attribute: "Disk Storage Capacity" on
Group: "Host File System" off
Attribute: "Host File System Index" on
Attribute: "Mount Point Name" on
Attribute: "Mounted Special Device Name" on
Attribute: "Remote Mount Point Name" on
Attribute: "File System Type" on
Attribute: "File System Access" on
Attribute: "File System Bootable" on
Attribute: "Storage Index" on
Attribute: "Last Full Backup" on
Attribute: "Last Partial Backup" on
Attribute: "Logical Index" on
Attribute: "Total INodes" off
Attribute: "Free INodes" off
Attribute: "Data Capacity" on
Attribute: "Free Capacity" off
Attribute: "Reserved Data Capacity" on
Group: "Host HFS Tuning Parameters" off
Attribute: "Host HFS Tuning Parameters Index" on
Attribute: "Host File System Index" on
Attribute: "Long File Name Flag" on
Attribute: "Large File Feature" on
Attribute: Minfree on
Attribute: "Block Size" on
Attribute: "Fragment Size" on
Attribute: "Bytes per Inode" on
Attribute: "Sectors per Track" on
Attribute: "Tracks per Cylinder" on
Attribute: "Disk Cylinders per Cylinder Group" on
Attribute: "Disk Revolutions per Second" on
Attribute: "Rotational Delay" on
Group: "Host LVM Configuration" off
Attribute: "Host LVM Configuration Index" on
Attribute: "Logical Volume Index" on
Attribute: "Physical Volume Index" on
Attribute: "Logical Volume Mirror Copy" on
Group: "Host Logical Memory" off
Attribute: "Logical Memory Index" on
Attribute: "Swap Space Name" on
Attribute: "Swap Type" on
Attribute: "Swap Priority" on
Attribute: "Swap Space Size" on
Attribute: "Swap Space Minimum Size" on
Attribute: "Swap Space Maximum Size" on
Attribute: "Swap Space Reserved Size" on
Attribute: "File System Index" on
Attribute: "Storage Index" on
Attribute: "Logical Index" on
Group: "Host Logical Volume" off
Attribute: "Host Logical Volume Index" on
Attribute: "Logical Volume Name" on
Attribute: "Logical Volume Access Permission" on
Attribute: "Logical Volume Status" on
Attribute: "Logical Extent Size" on
Attribute: "Logical Volume Capacity" on
Attribute: "Mirror Copy Number" on
Attribute: "Volume Group Index" on
Attribute: "Consistency Recovery" on
Attribute: "Schedule Policy" on
Attribute: "Stripe Number" on
Attribute: "Stripe Size" on
Attribute: "Bad Block Relocation" on
Attribute: "Allocation Policy" on
Attribute: "Staled Logical Extent" on
Attribute: "Read Access Number" off
Attribute: "Write Access Number" off
Group: "Host Physical Memory" off
Attribute: "Physical Main Memory Size" on
Group: "Host Physical Volume" off
Attribute: "Host Physical Volume Index" on
Attribute: "Physical Volume Name" on
Attribute: "Alternate Physical Volume Name" on
Attribute: "Storage Index" on
Attribute: "Volume Group Index" on
Attribute: "Physical Volume Group Index" on
Attribute: "Physical Volume Status" on
Attribute: "Physical Extent Size" on
Attribute: "Physical Volume Capacity" on
Attribute: "Allocated Physical Extent" on
Attribute: "Free Physical Extent" on
Attribute: "Staled Physical Extent Number" on
Group: "Host Physical Volume Group" off
Attribute: "Host Physical Volume Group Index" on
Attribute: "Physical Volume Group Name" on
Attribute: "Volume Group Index" on
Group: "Host Processor" off
Attribute: "Host Processor Index" on
Attribute: "Processor Firmware ID" on
Attribute: "Processor Load" off
Attribute: "Processor Allocated" on
Group: "Host Storage" on
Attribute: "Host Storage Index" on
Attribute: "Storage Type" on
Attribute: Description on
Attribute: "Allocation Unit Size" on
Attribute: "Total Allocation Units" on
Attribute: "Allocation Units Used" on
Attribute: "Storage Allocation Failures" on
Group: "Host System" off
Attribute: "System Uptime" off
Attribute: "Initial Load Device" on
Attribute: "Initial Load Parameters" on
Attribute: "Number of Users" off
Attribute: "Number of Processes" off
Attribute: "Max Processes" on
Attribute: "Mounted File Systems" on
Attribute: "Security Token" off
Attribute: Architecture on
Attribute: Language on
Attribute: Timezone on
Attribute: "Hardware Capability" on
Attribute: Keyboard on
Attribute: "Graphics Resolution" on
Attribute: "Graphics Planes" on
Attribute: "CPU Speed" on
Group: "Host Volume Group" off
Attribute: "Host Volume Group Index" on
Attribute: "Volume Group Name" on
Attribute: "Volume Group Access Permission" on
Attribute: "Volume Group Status" on
Attribute: "Physical Extent Size" on
Attribute: "Volume Group Capacity" on
Attribute: "Volume Group Allocated" on
Attribute: "Volume Group Free Space" on
Attribute: "Max Number of Physical Volume" on
Attribute: "Max Number of Physical Extent per Physical Volume" on
Attribute: "Number of Defined Physical Volume" on
Attribute: "Number of Active Physical Volume" on
Attribute: "Max Number of Logical Volume" on
Attribute: "Number of Defined Logical Volume" on
Attribute: "Number of Active Logical Volume" on
Attribute: "Number of Physical Volume Group" on
Group: "Kernel Configure Group" off
Attribute: "Kernel Configure Group Index" on
Attribute: "Parameter Name" on
Attribute: "Parameter Value" on
Group: "NIS Configuration" off
Attribute: "Domain Name" on
Attribute: "Master Server" on
Attribute: "Slave Server" on
Attribute: "Server Wait Flag" on
Group: "NTP Configuration" off
Attribute: "Server Address" on
Group: "Network Interface" off
Attribute: "Network Interface Index" on
Attribute: "Interface Name" on
Attribute: "IP Address" on
Attribute: "Subnet Mask" on
Attribute: "Broadcast Address" on
Attribute: "Interface State" on
Attribute: "DHCP Enabled" on
Attribute: "Station Address" on
Attribute: "Interface Card Hardware Path" on
Attribute: Hostname on
Group: "Operating System" off
Attribute: "Operating System Index" on
Attribute: "Operating System Name" on
Attribute: "Operating System Version" on
Attribute: "Primary Operating System" on
Attribute: "Operating System Description" on
Attribute: "Operating System Capability" on
Group: "Process Information" off
Attribute: "Process ID" on
Attribute: "Parent Process ID" on
Attribute: "Process Group ID" on
Attribute: "Real User ID" on
Attribute: "Process TTY" on
Attribute: "Process Name" on
Attribute: "Module Path" on
Attribute: Parameters on
Attribute: "Process State" on
Attribute: "Process Priority" on
Attribute: "Process Nice Value" on
Attribute: "Process CPU Time" on
Attribute: "Process System Time" on
Attribute: "Process User Time" on
Attribute: "Process Real Total" on
Attribute: "Process Real Text" on
Attribute: "Process Real Data" on
Attribute: "Process Real Stack" on
Attribute: "Process Virtual Text" on
Attribute: "Process Virtual Data" on
Attribute: "Process Virtual Stack" on
Attribute: "Process Virtual Shared Memory" on
Attribute: "Process Virtual Memory Mapped File Size" on
Group: "Static Routing Definition" off
Attribute: "Static Routing Definition Index" on
Attribute: "Route Destination" on
Attribute: "Route Mask" on
Attribute: "Route Gateway" on
Attribute: "Route Count" on
Attribute: "Route Argument" on
Group: "System Contact Information" off
Attribute: "Contact Index" on
Attribute: "Contact Name" on
Attribute: "Contact Type" on
Attribute: "Contact Information" on
Attribute: "Security Token" off
Component: "POSIX.1387.2 Installed Software Definition" off
Top software
- SCR
- filter Template_FileSystem
[Filter Name]: Template_FileSystem
[Data Version]: 1
[Extension]: off
Component: "DMI 2.0 Service Provider" off
Group: ComponentID on
Attribute: Manufacturer on
Attribute: Product on
Attribute: Version on
Attribute: "Serial Number" on
Attribute: Installation on
Attribute: Verify on
Group: "SP Filter Information" on
Attribute: "Subscriber RPC Type" on
Attribute: "Subscriber Transport Type" on
Attribute: "Subscriber Addressing" on
Attribute: "Subscriber ID" on
Attribute: "Component ID" on
Attribute: "Group Class String" on
Attribute: "Event Severity" on
Group: "SP Indication Subscription" on
Attribute: "Subscriber RPC Type" on
Attribute: "Subscriber Transport Type" on
Attribute: "Subscriber Addressing" on
Attribute: "Subscriber ID" on
Attribute: "Subscriber Expiration Warning Date Stamp" on
Attribute: "Subscriber Expiration Date Stamp" on
Attribute: "Indication Failure Threshold" on
Component: "HP-UX Installed Software Definition" off
Group: "Bundle Category Tags" off
Attribute: "Bundle Software Specification" on
Attribute: Index on
Attribute: "Category Tag" on
Group: "Bundle Contents" on
Attribute: "Bundle Software Specification" on
Attribute: Index on
Attribute: Content on
Group: Bundles on
Attribute: "Bundle Software Specification" on
Attribute: Tag off
Attribute: Architecture off
Attribute: Location off
Attribute: Qualifier off
Attribute: Revision off
Attribute: "Vendor Tag" off
Attribute: "Create Time" on
Attribute: Description off
Attribute: "Modification Time" on
Attribute: Size on
Attribute: Title on
Attribute: Copyright off
Attribute: Directory on
Attribute: "Instance Identifier" on
Attribute: "Is Locatable" on
Attribute: "Layout Version" off
Attribute: "Machine Type" on
Attribute: Number on
Attribute: "Operating System Name" on
Attribute: "Operating System Release" on
Attribute: "Operating System Version" on
Attribute: "Is Patch" on
Attribute: "Install Source" on
Attribute: "Data Model Revision" off
Attribute: "Install Date" on
Group: Categories off
Attribute: Tag on
Attribute: Index on
Attribute: Title on
Attribute: Description on
Attribute: Revision on
Group: ComponentID off
Attribute: Manufacturer on
Attribute: Product on
Attribute: Version on
Attribute: "Serial Number" on
Attribute: Installation on
Attribute: Verify on
Group: "Fileset Ancestors" off
Attribute: "Fileset Software Specification" on
Attribute: Index on
Attribute: "Ancestor Software Specification" on
Group: "Fileset Applied Patches" off
Attribute: "Fileset Software Specification" on
Attribute: Index on
Attribute: "Applied Patch Software Specification" on
Group: "Fileset Category Tags" off
Attribute: "Fileset Software Specification" on
Attribute: Index on
Attribute: "Category Tag" on
Group: "Fileset Contents" off
Attribute: "Fileset Software Specification" on
Attribute: Index on
Attribute: Content on
Attribute: "Content Type" on
Group: "Fileset Control Files" off
Attribute: "Fileset Software Specification" on
Attribute: Tag on
Attribute: Cksum on
Attribute: "Compressed Cksum" on
Attribute: "Compressed Size" on
Attribute: "Compression State" on
Attribute: "Compression Type" on
Attribute: Revision on
Attribute: Size on
Attribute: Source on
Attribute: Interpreter on
Attribute: Path on
Attribute: Result on
Group: "Fileset Dependencies" off
Attribute: "Fileset Software Specification" on
Attribute: Index on
Attribute: Dependency on
Attribute: "Dependency Type" on
Group: "Fileset Files" off
Attribute: "Fileset Software Specification" on
Attribute: Path on
Attribute: Cksum on
Attribute: "Compressed Cksum" on
Attribute: "Compressed Size" on
Attribute: "Compression State" on
Attribute: "Compression Type" on
Attribute: Revision on
Attribute: Size on
Attribute: Source on
Attribute: Gid on
Attribute: Group on
Attribute: "Is Volatile" on
Attribute: "Link Source" on
Attribute: Major on
Attribute: Minor on
Attribute: Mode on
Attribute: Mtime on
Attribute: Owner on
Attribute: "File Type" on
Attribute: Uid on
Attribute: "Archive Path" on
Group: "Fileset Supersedes" off
Attribute: "Fileset Software Specification" on
Attribute: Index on
Attribute: "Supersedes Software Specification" on
Group: Filesets on
Attribute: "Fileset Software Specification" on
Attribute: Tag off
Attribute: "Create Time" off
Attribute: Description off
Attribute: "Modification Time" on
Attribute: Size off
Attribute: Title on
Attribute: "Control Directory" off
Attribute: "Is Kernel" off
Attribute: "Is Locatable" off
Attribute: "Is Reboot" off
Attribute: Location off
Attribute: "Media Sequence List" off
Attribute: Revision off
Attribute: State on
Attribute: "Data Model Revision" off
Attribute: "Instance Identifier" off
Attribute: "Install Date" off
Attribute: Architecture off
Attribute: "Machine Type" off
Attribute: "Operating System Name" off
Attribute: "Operating System Release" off
Attribute: "Operating System Version" off
Attribute: "Install Source" off
Attribute: "Is Patch" on
Attribute: "Is Sparse" on
Attribute: "Patch State" on
Attribute: "Applied To" on
Attribute: "Superseded By" on
Attribute: "Saved Files Directory" off
Group: "Product Category Tags" off
Attribute: "Product Software Specification" on
Attribute: Index on
Attribute: "Category Tag" on
Group: "Product Contents" off
Attribute: "Product Software Specification" on
Attribute: Index on
Attribute: Content on
Attribute: "Content Type" on
Group: "Product Control Files" off
Attribute: "Product Software Specification" on
Attribute: Tag on
Attribute: Cksum on
Attribute: "Compressed Cksum" on
Attribute: "Compressed Size" on
Attribute: "Compression State" on
Attribute: "Compression Type" on
Attribute: Revision on
Attribute: Size on
Attribute: Source on
Attribute: Interpreter on
Attribute: Path on
Attribute: Result on
Group: Products on
Attribute: "Product Software Specification" on
Attribute: Tag off
Attribute: Architecture off
Attribute: Location off
Attribute: Qualifier off
Attribute: Revision off
Attribute: "Vendor Tag" off
Attribute: "Create Time" on
Attribute: Description off
Attribute: "Modification Time" on
Attribute: Size on
Attribute: Title on
Attribute: "All Filesets" off
Attribute: "Control Directory" off
Attribute: Copyright off
Attribute: Directory off
Attribute: "Instance Identifier" off
Attribute: "Is Locatable" off
Attribute: "Post Kernel Path" off
Attribute: "Layout Version" off
Attribute: "Machine Type" on
Attribute: Number on
Attribute: "Operating System Name" on
Attribute: "Operating System Release" on
Attribute: "Operating System Version" on
Attribute: "Is Patch" on
Attribute: "Install Source" on
Attribute: "Data Model Revision" off
Attribute: "Install Date" on
Group: "Software Location" off
Attribute: Path on
Attribute: Catalog on
Attribute: Dfiles on
Attribute: "Layout Version" on
Attribute: Pfiles on
Group: "Subproduct Category Tags" off
Attribute: "Subproduct Software Specification" on
Attribute: Index on
Attribute: "Category Tag" on
Group: Subproducts on
Attribute: "Subproduct Software Specification" on
Attribute: Tag off
Attribute: "Create Time" off
Attribute: Description off
Attribute: "Modification Time" on
Attribute: Size off
Attribute: Title on
Attribute: Contents on
Attribute: "Install Source" off
Attribute: "Data Model Revision" off
Attribute: "Install Date" off
Attribute: "Is Patch" on
Group: Vendors off
Attribute: Tag on
Attribute: Index on
Attribute: Title on
Attribute: Description on
Component: "HP-UX Standard Groups Definition" on
Group: ComponentID off
Attribute: Manufacturer on
Attribute: Product on
Attribute: Version on
Attribute: "Serial Number" on
Attribute: Installation on
Attribute: Verify on
Group: "DNS Configuration" off
Attribute: "Domain Name" on
Attribute: Search on
Attribute: "Server IP Address(es)" on
Group: "General Information" off
Attribute: "System Name" on
Attribute: "System Location" on
Attribute: "System Primary User Name" on
Attribute: "System Primary User Phone" on
Attribute: "System Boot Up Time" off
Attribute: "System Date Time" off
Attribute: "System Secondary User Name" off
Attribute: "System Secondary User Phone" off
Attribute: "System Primary Pager" off
Attribute: "System Secondary Pager" off
Attribute: "Security Token" off
Attribute: "System Model" on
Attribute: "System Serial Number" on
Attribute: "System Software Identifier" on
Group: "Host Device" off
Attribute: "Host Device Index" on
Attribute: "Device Type" on
Attribute: "Device Description" on
Attribute: "Device ID" on
Attribute: "Device Status" on
Attribute: "Device Errors" on
Attribute: "Hardware Path" on
Attribute: "Hardware Type" on
Attribute: "Device Class" on
Attribute: "Associated Driver" on
Group: "Host Device File" off
Attribute: "Host Device File Index" on
Attribute: "Device File Type" on
Attribute: "Device File Name" on
Attribute: "Host Device Group Index" on
Group: "Host Disk Storage" off
Attribute: "Host Disk Storage Index" on
Attribute: "Disk Storage Access" on
Attribute: "Disk Storage Media" on
Attribute: "Disk Storage Removable" on
Attribute: "Disk Storage Capacity" on
Group: "Host File System" on
Attribute: "Host File System Index" on
Attribute: "Mount Point Name" on
Attribute: "Mounted Special Device Name" on
Attribute: "Remote Mount Point Name" on
Attribute: "File System Type" on
Attribute: "File System Access" on
Attribute: "File System Bootable" on
Attribute: "Storage Index" on
Attribute: "Last Full Backup" on
Attribute: "Last Partial Backup" on
Attribute: "Logical Index" on
Attribute: "Total INodes" off
Attribute: "Free INodes" off
Attribute: "Data Capacity" on
Attribute: "Free Capacity" off
Attribute: "Reserved Data Capacity" on
Group: "Host HFS Tuning Parameters" on
Attribute: "Host HFS Tuning Parameters Index" on
Attribute: "Host File System Index" on
Attribute: "Long File Name Flag" on
Attribute: "Large File Feature" on
Attribute: Minfree on
Attribute: "Block Size" on
Attribute: "Fragment Size" on
Attribute: "Bytes per Inode" on
Attribute: "Sectors per Track" on
Attribute: "Tracks per Cylinder" on
Attribute: "Disk Cylinders per Cylinder Group" on
Attribute: "Disk Revolutions per Second" on
Attribute: "Rotational Delay" on
Group: "Host LVM Configuration" off
Attribute: "Host LVM Configuration Index" on
Attribute: "Logical Volume Index" on
Attribute: "Physical Volume Index" on
Attribute: "Logical Volume Mirror Copy" on
Group: "Host Logical Memory" off
Attribute: "Logical Memory Index" on
Attribute: "Swap Space Name" on
Attribute: "Swap Type" on
Attribute: "Swap Priority" on
Attribute: "Swap Space Size" on
Attribute: "Swap Space Minimum Size" on
Attribute: "Swap Space Maximum Size" on
Attribute: "Swap Space Reserved Size" on
Attribute: "File System Index" on
Attribute: "Storage Index" on
Attribute: "Logical Index" on
Group: "Host Logical Volume" off
Attribute: "Host Logical Volume Index" on
Attribute: "Logical Volume Name" on
Attribute: "Logical Volume Access Permission" on
Attribute: "Logical Volume Status" on
Attribute: "Logical Extent Size" on
Attribute: "Logical Volume Capacity" on
Attribute: "Mirror Copy Number" on
Attribute: "Volume Group Index" on
Attribute: "Consistency Recovery" on
Attribute: "Schedule Policy" on
Attribute: "Stripe Number" on
Attribute: "Stripe Size" on
Attribute: "Bad Block Relocation" on
Attribute: "Allocation Policy" on
Attribute: "Staled Logical Extent" on
Attribute: "Read Access Number" off
Attribute: "Write Access Number" off
Group: "Host Physical Memory" off
Attribute: "Physical Main Memory Size" on
Group: "Host Physical Volume" off
Attribute: "Host Physical Volume Index" on
Attribute: "Physical Volume Name" on
Attribute: "Alternate Physical Volume Name" on
Attribute: "Storage Index" on
Attribute: "Volume Group Index" on
Attribute: "Physical Volume Group Index" on
Attribute: "Physical Volume Status" on
Attribute: "Physical Extent Size" on
Attribute: "Physical Volume Capacity" on
Attribute: "Allocated Physical Extent" on
Attribute: "Free Physical Extent" on
Attribute: "Staled Physical Extent Number" on
Group: "Host Physical Volume Group" off
Attribute: "Host Physical Volume Group Index" on
Attribute: "Physical Volume Group Name" on
Attribute: "Volume Group Index" on
Group: "Host Processor" off
Attribute: "Host Processor Index" on
Attribute: "Processor Firmware ID" on
Attribute: "Processor Load" off
Attribute: "Processor Allocated" on
Group: "Host Storage" off
Attribute: "Host Storage Index" on
Attribute: "Storage Type" on
Attribute: Description on
Attribute: "Allocation Unit Size" on
Attribute: "Total Allocation Units" on
Attribute: "Allocation Units Used" on
Attribute: "Storage Allocation Failures" on
Group: "Host System" off
Attribute: "System Uptime" off
Attribute: "Initial Load Device" on
Attribute: "Initial Load Parameters" on
Attribute: "Number of Users" off
Attribute: "Number of Processes" off
Attribute: "Max Processes" on
Attribute: "Mounted File Systems" on
Attribute: "Security Token" off
Attribute: Architecture on
Attribute: Language on
Attribute: Timezone on
Attribute: "Hardware Capability" on
Attribute: Keyboard on
Attribute: "Graphics Resolution" on
Attribute: "Graphics Planes" on
Attribute: "CPU Speed" on
Group: "Host Volume Group" off
Attribute: "Host Volume Group Index" on
Attribute: "Volume Group Name" on
Attribute: "Volume Group Access Permission" on
Attribute: "Volume Group Status" on
Attribute: "Physical Extent Size" on
Attribute: "Volume Group Capacity" on
Attribute: "Volume Group Allocated" on
Attribute: "Volume Group Free Space" on
Attribute: "Max Number of Physical Volume" on
Attribute: "Max Number of Physical Extent per Physical Volume" on
Attribute: "Number of Defined Physical Volume" on
Attribute: "Number of Active Physical Volume" on
Attribute: "Max Number of Logical Volume" on
Attribute: "Number of Defined Logical Volume" on
Attribute: "Number of Active Logical Volume" on
Attribute: "Number of Physical Volume Group" on
Group: "Kernel Configure Group" off
Attribute: "Kernel Configure Group Index" on
Attribute: "Parameter Name" on
Attribute: "Parameter Value" on
Group: "NIS Configuration" off
Attribute: "Domain Name" on
Attribute: "Master Server" on
Attribute: "Slave Server" on
Attribute: "Server Wait Flag" on
Group: "NTP Configuration" off
Attribute: "Server Address" on
Group: "Network Interface" off
Attribute: "Network Interface Index" on
Attribute: "Interface Name" on
Attribute: "IP Address" on
Attribute: "Subnet Mask" on
Attribute: "Broadcast Address" on
Attribute: "Interface State" on
Attribute: "DHCP Enabled" on
Attribute: "Station Address" on
Attribute: "Interface Card Hardware Path" on
Attribute: Hostname on
Group: "Operating System" off
Attribute: "Operating System Index" on
Attribute: "Operating System Name" on
Attribute: "Operating System Version" on
Attribute: "Primary Operating System" on
Attribute: "Operating System Description" on
Attribute: "Operating System Capability" on
Group: "Process Information" off
Attribute: "Process ID" on
Attribute: "Parent Process ID" on
Attribute: "Process Group ID" on
Attribute: "Real User ID" on
Attribute: "Process TTY" on
Attribute: "Process Name" on
Attribute: "Module Path" on
Attribute: Parameters on
Attribute: "Process State" on
Attribute: "Process Priority" on
Attribute: "Process Nice Value" on
Attribute: "Process CPU Time" on
Attribute: "Process System Time" on
Attribute: "Process User Time" on
Attribute: "Process Real Total" on
Attribute: "Process Real Text" on
Attribute: "Process Real Data" on
Attribute: "Process Real Stack" on
Attribute: "Process Virtual Text" on
Attribute: "Process Virtual Data" on
Attribute: "Process Virtual Stack" on
Attribute: "Process Virtual Shared Memory" on
Attribute: "Process Virtual Memory Mapped File Size" on
Group: "Static Routing Definition" off
Attribute: "Static Routing Definition Index" on
Attribute: "Route Destination" on
Attribute: "Route Mask" on
Attribute: "Route Gateway" on
Attribute: "Route Count" on
Attribute: "Route Argument" on
Group: "System Contact Information" off
Attribute: "Contact Index" on
Attribute: "Contact Name" on
Attribute: "Contact Type" on
Attribute: "Contact Information" on
Attribute: "Security Token" off
Component: "POSIX.1387.2 Installed Software Definition" off
[Filter Name]: Template_LVM
[Data Version]: 1
[Extension]: off
Component: "DMI 2.0 Service Provider" off
Group: ComponentID on
Attribute: Manufacturer on
Attribute: Product on
Attribute: Version on
Attribute: "Serial Number" on
Attribute: Installation on
Attribute: Verify on
Group: "SP Filter Information" on
Attribute: "Subscriber RPC Type" on
Attribute: "Subscriber Transport Type" on
Attribute: "Subscriber Addressing" on
Attribute: "Subscriber ID" on
Attribute: "Component ID" on
Attribute: "Group Class String" on
Attribute: "Event Severity" on
Group: "SP Indication Subscription" on
Attribute: "Subscriber RPC Type" on
Attribute: "Subscriber Transport Type" on
Attribute: "Subscriber Addressing" on
Attribute: "Subscriber ID" on
Attribute: "Subscriber Expiration Warning Date Stamp" on
Attribute: "Subscriber Expiration Date Stamp" on
Attribute: "Indication Failure Threshold" on
Component: "HP-UX Installed Software Definition" off
Group: "Bundle Category Tags" off
Attribute: "Bundle Software Specification" on
Attribute: Index on
Attribute: "Category Tag" on
Group: "Bundle Contents" on
Attribute: "Bundle Software Specification" on
Attribute: Index on
Attribute: Content on
Group: Bundles on
Attribute: "Bundle Software Specification" on
Attribute: Tag off
Attribute: Architecture off
Attribute: Location off
Attribute: Qualifier off
Attribute: Revision off
Attribute: "Vendor Tag" off
Attribute: "Create Time" on
Attribute: Description off
Attribute: "Modification Time" on
Attribute: Size on
Attribute: Title on
Attribute: Copyright off
Attribute: Directory on
Attribute: "Instance Identifier" on
Attribute: "Is Locatable" on
Attribute: "Layout Version" off
Attribute: "Machine Type" on
Attribute: Number on
Attribute: "Operating System Name" on
Attribute: "Operating System Release" on
Attribute: "Operating System Version" on
Attribute: "Is Patch" on
Attribute: "Install Source" on
Attribute: "Data Model Revision" off
Attribute: "Install Date" on
Group: Categories off
Attribute: Tag on
Attribute: Index on
Attribute: Title on
Attribute: Description on
Attribute: Revision on
Group: ComponentID off
Attribute: Manufacturer on
Attribute: Product on
Attribute: Version on
Attribute: "Serial Number" on
Attribute: Installation on
Attribute: Verify on
Group: "Fileset Ancestors" off
Attribute: "Fileset Software Specification" on
Attribute: Index on
Attribute: "Ancestor Software Specification" on
Group: "Fileset Applied Patches" off
Attribute: "Fileset Software Specification" on
Attribute: Index on
Attribute: "Applied Patch Software Specification" on
Group: "Fileset Category Tags" off
Attribute: "Fileset Software Specification" on
Attribute: Index on
Attribute: "Category Tag" on
Group: "Fileset Contents" off
Attribute: "Fileset Software Specification" on
Attribute: Index on
Attribute: Content on
Attribute: "Content Type" on
Group: "Fileset Control Files" off
Attribute: "Fileset Software Specification" on
Attribute: Tag on
Attribute: Cksum on
Attribute: "Compressed Cksum" on
Attribute: "Compressed Size" on
Attribute: "Compression State" on
Attribute: "Compression Type" on
Attribute: Revision on
Attribute: Size on
Attribute: Source on
Attribute: Interpreter on
Attribute: Path on
Attribute: Result on
Group: "Fileset Dependencies" off
Attribute: "Fileset Software Specification" on
Attribute: Index on
Attribute: Dependency on
Attribute: "Dependency Type" on
Group: "Fileset Files" off
Attribute: "Fileset Software Specification" on
Attribute: Path on
Attribute: Cksum on
Attribute: "Compressed Cksum" on
Attribute: "Compressed Size" on
Attribute: "Compression State" on
Attribute: "Compression Type" on
Attribute: Revision on
Attribute: Size on
Attribute: Source on
Attribute: Gid on
Attribute: Group on
Attribute: "Is Volatile" on
Attribute: "Link Source" on
Attribute: Major on
Attribute: Minor on
Attribute: Mode on
Attribute: Mtime on
Attribute: Owner on
Attribute: "File Type" on
Attribute: Uid on
Attribute: "Archive Path" on
Group: "Fileset Supersedes" off
Attribute: "Fileset Software Specification" on
Attribute: Index on
Attribute: "Supersedes Software Specification" on
Group: Filesets on
Attribute: "Fileset Software Specification" on
Attribute: Tag off
Attribute: "Create Time" off
Attribute: Description off
Attribute: "Modification Time" on
Attribute: Size off
Attribute: Title on
Attribute: "Control Directory" off
Attribute: "Is Kernel" off
Attribute: "Is Locatable" off
Attribute: "Is Reboot" off
Attribute: Location off
Attribute: "Media Sequence List" off
Attribute: Revision off
Attribute: State on
Attribute: "Data Model Revision" off
Attribute: "Instance Identifier" off
Attribute: "Install Date" off
Attribute: Architecture off
Attribute: "Machine Type" off
Attribute: "Operating System Name" off
Attribute: "Operating System Release" off
Attribute: "Operating System Version" off
Attribute: "Install Source" off
Attribute: "Is Patch" on
Attribute: "Is Sparse" on
Attribute: "Patch State" on
Attribute: "Applied To" on
Attribute: "Superseded By" on
Attribute: "Saved Files Directory" off
Group: "Product Category Tags" off
Attribute: "Product Software Specification" on
Attribute: Index on
Attribute: "Category Tag" on
Group: "Product Contents" off
Attribute: "Product Software Specification" on
Attribute: Index on
Attribute: Content on
Attribute: "Content Type" on
Group: "Product Control Files" off
Attribute: "Product Software Specification" on
Attribute: Tag on
Attribute: Cksum on
Attribute: "Compressed Cksum" on
Attribute: "Compressed Size" on
Attribute: "Compression State" on
Attribute: "Compression Type" on
Attribute: Revision on
Attribute: Size on
Attribute: Source on
Attribute: Interpreter on
Attribute: Path on
Attribute: Result on
Group: Products on
Attribute: "Product Software Specification" on
Attribute: Tag off
Attribute: Architecture off
Attribute: Location off
Attribute: Qualifier off
Attribute: Revision off
Attribute: "Vendor Tag" off
Attribute: "Create Time" on
Attribute: Description off
Attribute: "Modification Time" on
Attribute: Size on
Attribute: Title on
Attribute: "All Filesets" off
Attribute: "Control Directory" off
Attribute: Copyright off
Attribute: Directory off
Attribute: "Instance Identifier" off
Attribute: "Is Locatable" off
Attribute: "Post Kernel Path" off
Attribute: "Layout Version" off
Attribute: "Machine Type" on
Attribute: Number on
Attribute: "Operating System Name" on
Attribute: "Operating System Release" on
Attribute: "Operating System Version" on
Attribute: "Is Patch" on
Attribute: "Install Source" on
Attribute: "Data Model Revision" off
Attribute: "Install Date" on
Group: "Software Location" off
Attribute: Path on
Attribute: Catalog on
Attribute: Dfiles on
Attribute: "Layout Version" on
Attribute: Pfiles on
Group: "Subproduct Category Tags" off
Attribute: "Subproduct Software Specification" on
Attribute: Index on
Attribute: "Category Tag" on
Group: Subproducts on
Attribute: "Subproduct Software Specification" on
Attribute: Tag off
Attribute: "Create Time" off
Attribute: Description off
Attribute: "Modification Time" on
Attribute: Size off
Attribute: Title on
Attribute: Contents on
Attribute: "Install Source" off
Attribute: "Data Model Revision" off
Attribute: "Install Date" off
Attribute: "Is Patch" on
Group: Vendors off
Attribute: Tag on
Attribute: Index on
Attribute: Title on
Attribute: Description on
Component: "HP-UX Standard Groups Definition" on
Group: ComponentID off
Attribute: Manufacturer on
Attribute: Product on
Attribute: Version on
Attribute: "Serial Number" on
Attribute: Installation on
Attribute: Verify on
Group: "DNS Configuration" off
Attribute: "Domain Name" on
Attribute: Search on
Attribute: "Server IP Address(es)" on
Group: "General Information" off
Attribute: "System Name" on
Attribute: "System Location" on
Attribute: "System Primary User Name" on
Attribute: "System Primary User Phone" on
Attribute: "System Boot Up Time" off
Attribute: "System Date Time" off
Attribute: "System Secondary User Name" off
Attribute: "System Secondary User Phone" off
Attribute: "System Primary Pager" off
Attribute: "System Secondary Pager" off
Attribute: "Security Token" off
Attribute: "System Model" on
Attribute: "System Serial Number" on
Attribute: "System Software Identifier" on
Group: "Host Device" off
Attribute: "Host Device Index" on
Attribute: "Device Type" on
Attribute: "Device Description" on
Attribute: "Device ID" on
Attribute: "Device Status" on
Attribute: "Device Errors" on
Attribute: "Hardware Path" on
Attribute: "Hardware Type" on
Attribute: "Device Class" on
Attribute: "Associated Driver" on
Group: "Host Device File" off
Attribute: "Host Device File Index" on
Attribute: "Device File Type" on
Attribute: "Device File Name" on
Attribute: "Host Device Group Index" on
Group: "Host Disk Storage" off
Attribute: "Host Disk Storage Index" on
Attribute: "Disk Storage Access" on
Attribute: "Disk Storage Media" on
Attribute: "Disk Storage Removable" on
Attribute: "Disk Storage Capacity" on
Group: "Host File System" off
Attribute: "Host File System Index" on
Attribute: "Mount Point Name" on
Attribute: "Mounted Special Device Name" on
Attribute: "Remote Mount Point Name" on
Attribute: "File System Type" on
Attribute: "File System Access" on
Attribute: "File System Bootable" on
Attribute: "Storage Index" on
Attribute: "Last Full Backup" on
Attribute: "Last Partial Backup" on
Attribute: "Logical Index" on
Attribute: "Total INodes" off
Attribute: "Free INodes" off
Attribute: "Data Capacity" on
Attribute: "Free Capacity" off
Attribute: "Reserved Data Capacity" on
Group: "Host HFS Tuning Parameters" off
Attribute: "Host HFS Tuning Parameters Index" on
Attribute: "Host File System Index" on
Attribute: "Long File Name Flag" on
Attribute: "Large File Feature" on
Attribute: Minfree on
Attribute: "Block Size" on
Attribute: "Fragment Size" on
Attribute: "Bytes per Inode" on
Attribute: "Sectors per Track" on
Attribute: "Tracks per Cylinder" on
Attribute: "Disk Cylinders per Cylinder Group" on
Attribute: "Disk Revolutions per Second" on
Attribute: "Rotational Delay" on
Group: "Host LVM Configuration" on
Attribute: "Host LVM Configuration Index" on
Attribute: "Logical Volume Index" on
Attribute: "Physical Volume Index" on
Attribute: "Logical Volume Mirror Copy" on
Group: "Host Logical Memory" off
Attribute: "Logical Memory Index" on
Attribute: "Swap Space Name" on
Attribute: "Swap Type" on
Attribute: "Swap Priority" on
Attribute: "Swap Space Size" on
Attribute: "Swap Space Minimum Size" on
Attribute: "Swap Space Maximum Size" on
Attribute: "Swap Space Reserved Size" on
Attribute: "File System Index" on
Attribute: "Storage Index" on
Attribute: "Logical Index" on
Group: "Host Logical Volume" on
Attribute: "Host Logical Volume Index" on
Attribute: "Logical Volume Name" on
Attribute: "Logical Volume Access Permission" on
Attribute: "Logical Volume Status" on
Attribute: "Logical Extent Size" on
Attribute: "Logical Volume Capacity" on
Attribute: "Mirror Copy Number" on
Attribute: "Volume Group Index" on
Attribute: "Consistency Recovery" on
Attribute: "Schedule Policy" on
Attribute: "Stripe Number" on
Attribute: "Stripe Size" on
Attribute: "Bad Block Relocation" on
Attribute: "Allocation Policy" on
Attribute: "Staled Logical Extent" on
Attribute: "Read Access Number" off
Attribute: "Write Access Number" off
Group: "Host Physical Memory" off
Attribute: "Physical Main Memory Size" on
Group: "Host Physical Volume" on
Attribute: "Host Physical Volume Index" on
Attribute: "Physical Volume Name" on
Attribute: "Alternate Physical Volume Name" on
Attribute: "Storage Index" on
Attribute: "Volume Group Index" on
Attribute: "Physical Volume Group Index" on
Attribute: "Physical Volume Status" on
Attribute: "Physical Extent Size" on
Attribute: "Physical Volume Capacity" on
Attribute: "Allocated Physical Extent" on
Attribute: "Free Physical Extent" on
Attribute: "Staled Physical Extent Number" on
Group: "Host Physical Volume Group" on
Attribute: "Host Physical Volume Group Index" on
Attribute: "Physical Volume Group Name" on
Attribute: "Volume Group Index" on
Group: "Host Processor" off
Attribute: "Host Processor Index" on
Attribute: "Processor Firmware ID" on
Attribute: "Processor Load" off
Attribute: "Processor Allocated" on
Group: "Host Storage" off
Attribute: "Host Storage Index" on
Attribute: "Storage Type" on
Attribute: Description on
Attribute: "Allocation Unit Size" on
Attribute: "Total Allocation Units" on
Attribute: "Allocation Units Used" on
Attribute: "Storage Allocation Failures" on
Group: "Host System" off
Attribute: "System Uptime" off
Attribute: "Initial Load Device" on
Attribute: "Initial Load Parameters" on
Attribute: "Number of Users" off
Attribute: "Number of Processes" off
Attribute: "Max Processes" on
Attribute: "Mounted File Systems" on
Attribute: "Security Token" off
Attribute: Architecture on
Attribute: Language on
Attribute: Timezone on
Attribute: "Hardware Capability" on
Attribute: Keyboard on
Attribute: "Graphics Resolution" on
Attribute: "Graphics Planes" on
Attribute: "CPU Speed" on
Group: "Host Volume Group" on
Attribute: "Host Volume Group Index" on
Attribute: "Volume Group Name" on
Attribute: "Volume Group Access Permission" on
Attribute: "Volume Group Status" on
Attribute: "Physical Extent Size" on
Attribute: "Volume Group Capacity" on
Attribute: "Volume Group Allocated" on
Attribute: "Volume Group Free Space" on
Attribute: "Max Number of Physical Volume" on
Attribute: "Max Number of Physical Extent per Physical Volume" on
Attribute: "Number of Defined Physical Volume" on
Attribute: "Number of Active Physical Volume" on
Attribute: "Max Number of Logical Volume" on
Attribute: "Number of Defined Logical Volume" on
Attribute: "Number of Active Logical Volume" on
Attribute: "Number of Physical Volume Group" on
Group: "Kernel Configure Group" off
Attribute: "Kernel Configure Group Index" on
Attribute: "Parameter Name" on
Attribute: "Parameter Value" on
Group: "NIS Configuration" off
Attribute: "Domain Name" on
Attribute: "Master Server" on
Attribute: "Slave Server" on
Attribute: "Server Wait Flag" on
Group: "NTP Configuration" off
Attribute: "Server Address" on
Group: "Network Interface" off
Attribute: "Network Interface Index" on
Attribute: "Interface Name" on
Attribute: "IP Address" on
Attribute: "Subnet Mask" on
Attribute: "Broadcast Address" on
Attribute: "Interface State" on
Attribute: "DHCP Enabled" on
Attribute: "Station Address" on
Attribute: "Interface Card Hardware Path" on
Attribute: Hostname on
Group: "Operating System" off
Attribute: "Operating System Index" on
Attribute: "Operating System Name" on
Attribute: "Operating System Version" on
Attribute: "Primary Operating System" on
Attribute: "Operating System Description" on
Attribute: "Operating System Capability" on
Group: "Process Information" off
Attribute: "Process ID" on
Attribute: "Parent Process ID" on
Attribute: "Process Group ID" on
Attribute: "Real User ID" on
Attribute: "Process TTY" on
Attribute: "Process Name" on
Attribute: "Module Path" on
Attribute: Parameters on
Attribute: "Process State" on
Attribute: "Process Priority" on
Attribute: "Process Nice Value" on
Attribute: "Process CPU Time" on
Attribute: "Process System Time" on
Attribute: "Process User Time" on
Attribute: "Process Real Total" on
Attribute: "Process Real Text" on
Attribute: "Process Real Data" on
Attribute: "Process Real Stack" on
Attribute: "Process Virtual Text" on
Attribute: "Process Virtual Data" on
Attribute: "Process Virtual Stack" on
Attribute: "Process Virtual Shared Memory" on
Attribute: "Process Virtual Memory Mapped File Size" on
Group: "Static Routing Definition" off
Attribute: "Static Routing Definition Index" on
Attribute: "Route Destination" on
Attribute: "Route Mask" on
Attribute: "Route Gateway" on
Attribute: "Route Count" on
Attribute: "Route Argument" on
Group: "System Contact Information" off
Attribute: "Contact Index" on
Attribute: "Contact Name" on
Attribute: "Contact Type" on
Attribute: "Contact Information" on
Attribute: "Security Token" off
Component: "POSIX.1387.2 Installed Software Definition" off
Top software
- SCR
- filter Template_Network
[Filter Name]: Template_Network
[Data Version]: 1
[Extension]: off
Component: "DMI 2.0 Service Provider" off
Group: ComponentID on
Attribute: Manufacturer on
Attribute: Product on
Attribute: Version on
Attribute: "Serial Number" on
Attribute: Installation on
Attribute: Verify on
Group: "SP Filter Information" on
Attribute: "Subscriber RPC Type" on
Attribute: "Subscriber Transport Type" on
Attribute: "Subscriber Addressing" on
Attribute: "Subscriber ID" on
Attribute: "Component ID" on
Attribute: "Group Class String" on
Attribute: "Event Severity" on
Group: "SP Indication Subscription" on
Attribute: "Subscriber RPC Type" on
Attribute: "Subscriber Transport Type" on
Attribute: "Subscriber Addressing" on
Attribute: "Subscriber ID" on
Attribute: "Subscriber Expiration Warning Date Stamp" on
Attribute: "Subscriber Expiration Date Stamp" on
Attribute: "Indication Failure Threshold" on
Component: "HP-UX Installed Software Definition" off
Group: "Bundle Category Tags" off
Attribute: "Bundle Software Specification" on
Attribute: Index on
Attribute: "Category Tag" on
Group: "Bundle Contents" on
Attribute: "Bundle Software Specification" on
Attribute: Index on
Attribute: Content on
Group: Bundles on
Attribute: "Bundle Software Specification" on
Attribute: Tag off
Attribute: Architecture off
Attribute: Location off
Attribute: Qualifier off
Attribute: Revision off
Attribute: "Vendor Tag" off
Attribute: "Create Time" on
Attribute: Description off
Attribute: "Modification Time" on
Attribute: Size on
Attribute: Title on
Attribute: Copyright off
Attribute: Directory on
Attribute: "Instance Identifier" on
Attribute: "Is Locatable" on
Attribute: "Layout Version" off
Attribute: "Machine Type" on
Attribute: Number on
Attribute: "Operating System Name" on
Attribute: "Operating System Release" on
Attribute: "Operating System Version" on
Attribute: "Is Patch" on
Attribute: "Install Source" on
Attribute: "Data Model Revision" off
Attribute: "Install Date" on
Group: Categories off
Attribute: Tag on
Attribute: Index on
Attribute: Title on
Attribute: Description on
Attribute: Revision on
Group: ComponentID off
Attribute: Manufacturer on
Attribute: Product on
Attribute: Version on
Attribute: "Serial Number" on
Attribute: Installation on
Attribute: Verify on
Group: "Fileset Ancestors" off
Attribute: "Fileset Software Specification" on
Attribute: Index on
Attribute: "Ancestor Software Specification" on
Group: "Fileset Applied Patches" off
Attribute: "Fileset Software Specification" on
Attribute: Index on
Attribute: "Applied Patch Software Specification" on
Group: "Fileset Category Tags" off
Attribute: "Fileset Software Specification" on
Attribute: Index on
Attribute: "Category Tag" on
Group: "Fileset Contents" off
Attribute: "Fileset Software Specification" on
Attribute: Index on
Attribute: Content on
Attribute: "Content Type" on
Group: "Fileset Control Files" off
Attribute: "Fileset Software Specification" on
Attribute: Tag on
Attribute: Cksum on
Attribute: "Compressed Cksum" on
Attribute: "Compressed Size" on
Attribute: "Compression State" on
Attribute: "Compression Type" on
Attribute: Revision on
Attribute: Size on
Attribute: Source on
Attribute: Interpreter on
Attribute: Path on
Attribute: Result on
Group: "Fileset Dependencies" off
Attribute: "Fileset Software Specification" on
Attribute: Index on
Attribute: Dependency on
Attribute: "Dependency Type" on
Group: "Fileset Files" off
Attribute: "Fileset Software Specification" on
Attribute: Path on
Attribute: Cksum on
Attribute: "Compressed Cksum" on
Attribute: "Compressed Size" on
Attribute: "Compression State" on
Attribute: "Compression Type" on
Attribute: Revision on
Attribute: Size on
Attribute: Source on
Attribute: Gid on
Attribute: Group on
Attribute: "Is Volatile" on
Attribute: "Link Source" on
Attribute: Major on
Attribute: Minor on
Attribute: Mode on
Attribute: Mtime on
Attribute: Owner on
Attribute: "File Type" on
Attribute: Uid on
Attribute: "Archive Path" on
Group: "Fileset Supersedes" off
Attribute: "Fileset Software Specification" on
Attribute: Index on
Attribute: "Supersedes Software Specification" on
Group: Filesets on
Attribute: "Fileset Software Specification" on
Attribute: Tag off
Attribute: "Create Time" off
Attribute: Description off
Attribute: "Modification Time" on
Attribute: Size off
Attribute: Title on
Attribute: "Control Directory" off
Attribute: "Is Kernel" off
Attribute: "Is Locatable" off
Attribute: "Is Reboot" off
Attribute: Location off
Attribute: "Media Sequence List" off
Attribute: Revision off
Attribute: State on
Attribute: "Data Model Revision" off
Attribute: "Instance Identifier" off
Attribute: "Install Date" off
Attribute: Architecture off
Attribute: "Machine Type" off
Attribute: "Operating System Name" off
Attribute: "Operating System Release" off
Attribute: "Operating System Version" off
Attribute: "Install Source" off
Attribute: "Is Patch" on
Attribute: "Is Sparse" on
Attribute: "Patch State" on
Attribute: "Applied To" on
Attribute: "Superseded By" on
Attribute: "Saved Files Directory" off
Group: "Product Category Tags" off
Attribute: "Product Software Specification" on
Attribute: Index on
Attribute: "Category Tag" on
Group: "Product Contents" off
Attribute: "Product Software Specification" on
Attribute: Index on
Attribute: Content on
Attribute: "Content Type" on
Group: "Product Control Files" off
Attribute: "Product Software Specification" on
Attribute: Tag on
Attribute: Cksum on
Attribute: "Compressed Cksum" on
Attribute: "Compressed Size" on
Attribute: "Compression State" on
Attribute: "Compression Type" on
Attribute: Revision on
Attribute: Size on
Attribute: Source on
Attribute: Interpreter on
Attribute: Path on
Attribute: Result on
Group: Products on
Attribute: "Product Software Specification" on
Attribute: Tag off
Attribute: Architecture off
Attribute: Location off
Attribute: Qualifier off
Attribute: Revision off
Attribute: "Vendor Tag" off
Attribute: "Create Time" on
Attribute: Description off
Attribute: "Modification Time" on
Attribute: Size on
Attribute: Title on
Attribute: "All Filesets" off
Attribute: "Control Directory" off
Attribute: Copyright off
Attribute: Directory off
Attribute: "Instance Identifier" off
Attribute: "Is Locatable" off
Attribute: "Post Kernel Path" off
Attribute: "Layout Version" off
Attribute: "Machine Type" on
Attribute: Number on
Attribute: "Operating System Name" on
Attribute: "Operating System Release" on
Attribute: "Operating System Version" on
Attribute: "Is Patch" on
Attribute: "Install Source" on
Attribute: "Data Model Revision" off
Attribute: "Install Date" on
Group: "Software Location" off
Attribute: Path on
Attribute: Catalog on
Attribute: Dfiles on
Attribute: "Layout Version" on
Attribute: Pfiles on
Group: "Subproduct Category Tags" off
Attribute: "Subproduct Software Specification" on
Attribute: Index on
Attribute: "Category Tag" on
Group: Subproducts on
Attribute: "Subproduct Software Specification" on
Attribute: Tag off
Attribute: "Create Time" off
Attribute: Description off
Attribute: "Modification Time" on
Attribute: Size off
Attribute: Title on
Attribute: Contents on
Attribute: "Install Source" off
Attribute: "Data Model Revision" off
Attribute: "Install Date" off
Attribute: "Is Patch" on
Group: Vendors off
Attribute: Tag on
Attribute: Index on
Attribute: Title on
Attribute: Description on
Component: "HP-UX Standard Groups Definition" on
Group: ComponentID off
Attribute: Manufacturer on
Attribute: Product on
Attribute: Version on
Attribute: "Serial Number" on
Attribute: Installation on
Attribute: Verify on
Group: "DNS Configuration" on
Attribute: "Domain Name" on
Attribute: Search on
Attribute: "Server IP Address(es)" on
Group: "General Information" off
Attribute: "System Name" on
Attribute: "System Location" on
Attribute: "System Primary User Name" on
Attribute: "System Primary User Phone" on
Attribute: "System Boot Up Time" off
Attribute: "System Date Time" off
Attribute: "System Secondary User Name" off
Attribute: "System Secondary User Phone" off
Attribute: "System Primary Pager" off
Attribute: "System Secondary Pager" off
Attribute: "Security Token" off
Attribute: "System Model" on
Attribute: "System Serial Number" on
Attribute: "System Software Identifier" on
Group: "Host Device" off
Attribute: "Host Device Index" on
Attribute: "Device Type" on
Attribute: "Device Description" on
Attribute: "Device ID" on
Attribute: "Device Status" on
Attribute: "Device Errors" on
Attribute: "Hardware Path" on
Attribute: "Hardware Type" on
Attribute: "Device Class" on
Attribute: "Associated Driver" on
Group: "Host Device File" off
Attribute: "Host Device File Index" on
Attribute: "Device File Type" on
Attribute: "Device File Name" on
Attribute: "Host Device Group Index" on
Group: "Host Disk Storage" off
Attribute: "Host Disk Storage Index" on
Attribute: "Disk Storage Access" on
Attribute: "Disk Storage Media" on
Attribute: "Disk Storage Removable" on
Attribute: "Disk Storage Capacity" on
Group: "Host File System" off
Attribute: "Host File System Index" on
Attribute: "Mount Point Name" on
Attribute: "Mounted Special Device Name" on
Attribute: "Remote Mount Point Name" on
Attribute: "File System Type" on
Attribute: "File System Access" on
Attribute: "File System Bootable" on
Attribute: "Storage Index" on
Attribute: "Last Full Backup" on
Attribute: "Last Partial Backup" on
Attribute: "Logical Index" on
Attribute: "Total INodes" off
Attribute: "Free INodes" off
Attribute: "Data Capacity" on
Attribute: "Free Capacity" off
Attribute: "Reserved Data Capacity" on
Group: "Host HFS Tuning Parameters" off
Attribute: "Host HFS Tuning Parameters Index" on
Attribute: "Host File System Index" on
Attribute: "Long File Name Flag" on
Attribute: "Large File Feature" on
Attribute: Minfree on
Attribute: "Block Size" on
Attribute: "Fragment Size" on
Attribute: "Bytes per Inode" on
Attribute: "Sectors per Track" on
Attribute: "Tracks per Cylinder" on
Attribute: "Disk Cylinders per Cylinder Group" on
Attribute: "Disk Revolutions per Second" on
Attribute: "Rotational Delay" on
Group: "Host LVM Configuration" off
Attribute: "Host LVM Configuration Index" on
Attribute: "Logical Volume Index" on
Attribute: "Physical Volume Index" on
Attribute: "Logical Volume Mirror Copy" on
Group: "Host Logical Memory" off
Attribute: "Logical Memory Index" on
Attribute: "Swap Space Name" on
Attribute: "Swap Type" on
Attribute: "Swap Priority" on
Attribute: "Swap Space Size" on
Attribute: "Swap Space Minimum Size" on
Attribute: "Swap Space Maximum Size" on
Attribute: "Swap Space Reserved Size" on
Attribute: "File System Index" on
Attribute: "Storage Index" on
Attribute: "Logical Index" on
Group: "Host Logical Volume" off
Attribute: "Host Logical Volume Index" on
Attribute: "Logical Volume Name" on
Attribute: "Logical Volume Access Permission" on
Attribute: "Logical Volume Status" on
Attribute: "Logical Extent Size" on
Attribute: "Logical Volume Capacity" on
Attribute: "Mirror Copy Number" on
Attribute: "Volume Group Index" on
Attribute: "Consistency Recovery" on
Attribute: "Schedule Policy" on
Attribute: "Stripe Number" on
Attribute: "Stripe Size" on
Attribute: "Bad Block Relocation" on
Attribute: "Allocation Policy" on
Attribute: "Staled Logical Extent" on
Attribute: "Read Access Number" off
Attribute: "Write Access Number" off
Group: "Host Physical Memory" off
Attribute: "Physical Main Memory Size" on
Group: "Host Physical Volume" off
Attribute: "Host Physical Volume Index" on
Attribute: "Physical Volume Name" on
Attribute: "Alternate Physical Volume Name" on
Attribute: "Storage Index" on
Attribute: "Volume Group Index" on
Attribute: "Physical Volume Group Index" on
Attribute: "Physical Volume Status" on
Attribute: "Physical Extent Size" on
Attribute: "Physical Volume Capacity" on
Attribute: "Allocated Physical Extent" on
Attribute: "Free Physical Extent" on
Attribute: "Staled Physical Extent Number" on
Group: "Host Physical Volume Group" off
Attribute: "Host Physical Volume Group Index" on
Attribute: "Physical Volume Group Name" on
Attribute: "Volume Group Index" on
Group: "Host Processor" off
Attribute: "Host Processor Index" on
Attribute: "Processor Firmware ID" on
Attribute: "Processor Load" off
Attribute: "Processor Allocated" on
Group: "Host Storage" off
Attribute: "Host Storage Index" on
Attribute: "Storage Type" on
Attribute: Description on
Attribute: "Allocation Unit Size" on
Attribute: "Total Allocation Units" on
Attribute: "Allocation Units Used" on
Attribute: "Storage Allocation Failures" on
Group: "Host System" off
Attribute: "System Uptime" off
Attribute: "Initial Load Device" on
Attribute: "Initial Load Parameters" on
Attribute: "Number of Users" off
Attribute: "Number of Processes" off
Attribute: "Max Processes" on
Attribute: "Mounted File Systems" on
Attribute: "Security Token" off
Attribute: Architecture on
Attribute: Language on
Attribute: Timezone on
Attribute: "Hardware Capability" on
Attribute: Keyboard on
Attribute: "Graphics Resolution" on
Attribute: "Graphics Planes" on
Attribute: "CPU Speed" on
Group: "Host Volume Group" off
Attribute: "Host Volume Group Index" on
Attribute: "Volume Group Name" on
Attribute: "Volume Group Access Permission" on
Attribute: "Volume Group Status" on
Attribute: "Physical Extent Size" on
Attribute: "Volume Group Capacity" on
Attribute: "Volume Group Allocated" on
Attribute: "Volume Group Free Space" on
Attribute: "Max Number of Physical Volume" on
Attribute: "Max Number of Physical Extent per Physical Volume" on
Attribute: "Number of Defined Physical Volume" on
Attribute: "Number of Active Physical Volume" on
Attribute: "Max Number of Logical Volume" on
Attribute: "Number of Defined Logical Volume" on
Attribute: "Number of Active Logical Volume" on
Attribute: "Number of Physical Volume Group" on
Group: "Kernel Configure Group" off
Attribute: "Kernel Configure Group Index" on
Attribute: "Parameter Name" on
Attribute: "Parameter Value" on
Group: "NIS Configuration" on
Attribute: "Domain Name" on
Attribute: "Master Server" on
Attribute: "Slave Server" on
Attribute: "Server Wait Flag" on
Group: "NTP Configuration" on
Attribute: "Server Address" on
Group: "Network Interface" on
Attribute: "Network Interface Index" on
Attribute: "Interface Name" on
Attribute: "IP Address" on
Attribute: "Subnet Mask" on
Attribute: "Broadcast Address" on
Attribute: "Interface State" on
Attribute: "DHCP Enabled" on
Attribute: "Station Address" on
Attribute: "Interface Card Hardware Path" on
Attribute: Hostname on
Group: "Operating System" off
Attribute: "Operating System Index" on
Attribute: "Operating System Name" on
Attribute: "Operating System Version" on
Attribute: "Primary Operating System" on
Attribute: "Operating System Description" on
Attribute: "Operating System Capability" on
Group: "Process Information" off
Attribute: "Process ID" on
Attribute: "Parent Process ID" on
Attribute: "Process Group ID" on
Attribute: "Real User ID" on
Attribute: "Process TTY" on
Attribute: "Process Name" on
Attribute: "Module Path" on
Attribute: Parameters on
Attribute: "Process State" on
Attribute: "Process Priority" on
Attribute: "Process Nice Value" on
Attribute: "Process CPU Time" on
Attribute: "Process System Time" on
Attribute: "Process User Time" on
Attribute: "Process Real Total" on
Attribute: "Process Real Text" on
Attribute: "Process Real Data" on
Attribute: "Process Real Stack" on
Attribute: "Process Virtual Text" on
Attribute: "Process Virtual Data" on
Attribute: "Process Virtual Stack" on
Attribute: "Process Virtual Shared Memory" on
Attribute: "Process Virtual Memory Mapped File Size" on
Group: "Static Routing Definition" on
Attribute: "Static Routing Definition Index" on
Attribute: "Route Destination" on
Attribute: "Route Mask" on
Attribute: "Route Gateway" on
Attribute: "Route Count" on
Attribute: "Route Argument" on
Group: "System Contact Information" off
Attribute: "Contact Index" on
Attribute: "Contact Name" on
Attribute: "Contact Type" on
Attribute: "Contact Information" on
Attribute: "Security Token" off
Component: "POSIX.1387.2 Installed Software Definition" off
[Filter Name]: Template_Patch
[Data Version]: 1
[Extension]: off
Component: "DMI 2.0 Service Provider" off
Group: ComponentID on
Attribute: Manufacturer on
Attribute: Product on
Attribute: Version on
Attribute: "Serial Number" on
Attribute: Installation on
Attribute: Verify on
Group: "SP Filter Information" on
Attribute: "Subscriber RPC Type" on
Attribute: "Subscriber Transport Type" on
Attribute: "Subscriber Addressing" on
Attribute: "Subscriber ID" on
Attribute: "Component ID" on
Attribute: "Group Class String" on
Attribute: "Event Severity" on
Group: "SP Indication Subscription" on
Attribute: "Subscriber RPC Type" on
Attribute: "Subscriber Transport Type" on
Attribute: "Subscriber Addressing" on
Attribute: "Subscriber ID" on
Attribute: "Subscriber Expiration Warning Date Stamp" on
Attribute: "Subscriber Expiration Date Stamp" on
Attribute: "Indication Failure Threshold" on
Component: "HP-UX Installed Software Definition" on
Group: "Bundle Category Tags" off
Attribute: "Bundle Software Specification" on
Attribute: Index on
Attribute: "Category Tag" on
Group: "Bundle Contents" off
Attribute: "Bundle Software Specification" on
Attribute: Index on
Attribute: Content on
Group: Bundles off
Attribute: "Bundle Software Specification" on
Attribute: Tag off
Attribute: Architecture off
Attribute: Location off
Attribute: Qualifier off
Attribute: Revision off
Attribute: "Vendor Tag" off
Attribute: "Create Time" on
Attribute: Description off
Attribute: "Modification Time" on
Attribute: Size on
Attribute: Title on
Attribute: Copyright off
Attribute: Directory on
Attribute: "Instance Identifier" on
Attribute: "Is Locatable" on
Attribute: "Layout Version" off
Attribute: "Machine Type" on
Attribute: Number on
Attribute: "Operating System Name" on
Attribute: "Operating System Release" on
Attribute: "Operating System Version" on
Attribute: "Is Patch" on
Attribute: "Install Source" on
Attribute: "Data Model Revision" off
Attribute: "Install Date" on
Group: Categories off
Attribute: Tag on
Attribute: Index on
Attribute: Title on
Attribute: Description on
Attribute: Revision on
Group: ComponentID off
Attribute: Manufacturer on
Attribute: Product on
Attribute: Version on
Attribute: "Serial Number" on
Attribute: Installation on
Attribute: Verify on
Group: "Fileset Ancestors" off
Attribute: "Fileset Software Specification" on
Attribute: Index on
Attribute: "Ancestor Software Specification" on
Group: "Fileset Applied Patches" off
Attribute: "Fileset Software Specification" on
Attribute: Index on
Attribute: "Applied Patch Software Specification" on
Group: "Fileset Category Tags" off
Attribute: "Fileset Software Specification" on
Attribute: Index on
Attribute: "Category Tag" on
Group: "Fileset Contents" off
Attribute: "Fileset Software Specification" on
Attribute: Index on
Attribute: Content on
Attribute: "Content Type" on
Group: "Fileset Control Files" off
Attribute: "Fileset Software Specification" on
Attribute: Tag on
Attribute: Cksum on
Attribute: "Compressed Cksum" on
Attribute: "Compressed Size" on
Attribute: "Compression State" on
Attribute: "Compression Type" on
Attribute: Revision on
Attribute: Size on
Attribute: Source on
Attribute: Interpreter on
Attribute: Path on
Attribute: Result on
Group: "Fileset Dependencies" off
Attribute: "Fileset Software Specification" on
Attribute: Index on
Attribute: Dependency on
Attribute: "Dependency Type" on
Group: "Fileset Files" off
Attribute: "Fileset Software Specification" on
Attribute: Path on
Attribute: Cksum on
Attribute: "Compressed Cksum" on
Attribute: "Compressed Size" on
Attribute: "Compression State" on
Attribute: "Compression Type" on
Attribute: Revision on
Attribute: Size on
Attribute: Source on
Attribute: Gid on
Attribute: Group on
Attribute: "Is Volatile" on
Attribute: "Link Source" on
Attribute: Major on
Attribute: Minor on
Attribute: Mode on
Attribute: Mtime on
Attribute: Owner on
Attribute: "File Type" on
Attribute: Uid on
Attribute: "Archive Path" on
Group: "Fileset Supersedes" off
Attribute: "Fileset Software Specification" on
Attribute: Index on
Attribute: "Supersedes Software Specification" on
Group: Filesets off
Attribute: "Fileset Software Specification" on
Attribute: Tag off
Attribute: "Create Time" off
Attribute: Description off
Attribute: "Modification Time" on
Attribute: Size off
Attribute: Title on
Attribute: "Control Directory" off
Attribute: "Is Kernel" off
Attribute: "Is Locatable" off
Attribute: "Is Reboot" off
Attribute: Location off
Attribute: "Media Sequence List" off
Attribute: Revision off
Attribute: State on
Attribute: "Data Model Revision" off
Attribute: "Instance Identifier" off
Attribute: "Install Date" off
Attribute: Architecture off
Attribute: "Machine Type" off
Attribute: "Operating System Name" off
Attribute: "Operating System Release" off
Attribute: "Operating System Version" off
Attribute: "Install Source" off
Attribute: "Is Patch" on
Attribute: "Is Sparse" on
Attribute: "Patch State" on
Attribute: "Applied To" on
Attribute: "Superseded By" on
Attribute: "Saved Files Directory" off
Group: "Product Category Tags" off
Attribute: "Product Software Specification" on
Attribute: Index on
Attribute: "Category Tag" on
Group: "Product Contents" off
Attribute: "Product Software Specification" on
Attribute: Index on
Attribute: Content on
Attribute: "Content Type" on
Group: "Product Control Files" off
Attribute: "Product Software Specification" on
Attribute: Tag on
Attribute: Cksum on
Attribute: "Compressed Cksum" on
Attribute: "Compressed Size" on
Attribute: "Compression State" on
Attribute: "Compression Type" on
Attribute: Revision on
Attribute: Size on
Attribute: Source on
Attribute: Interpreter on
Attribute: Path on
Attribute: Result on
Group: Products on Conditional
Attribute: "Product Software Specification" on
Attribute: Tag off
Attribute: Architecture off
Attribute: Location off
Attribute: Qualifier off
Attribute: Revision off
Attribute: "Vendor Tag" off
Attribute: "Create Time" on
Attribute: Description off
Attribute: "Modification Time" on
Attribute: Size on
Attribute: Title on
Attribute: "All Filesets" off
Attribute: "Control Directory" off
Attribute: Copyright off
Attribute: Directory off
Attribute: "Instance Identifier" off
Attribute: "Is Locatable" off
Attribute: "Post Kernel Path" off
Attribute: "Layout Version" off
Attribute: "Machine Type" on
Attribute: Number on
Attribute: "Operating System Name" on
Attribute: "Operating System Release" on
Attribute: "Operating System Version" on
Attribute: "Is Patch" on (true)
Attribute: "Install Source" on
Attribute: "Data Model Revision" off
Attribute: "Install Date" on
Group: "Software Location" off
Attribute: Path on
Attribute: Catalog on
Attribute: Dfiles on
Attribute: "Layout Version" on
Attribute: Pfiles on
Group: "Subproduct Category Tags" off
Attribute: "Subproduct Software Specification" on
Attribute: Index on
Attribute: "Category Tag" on
Group: Subproducts off
Attribute: "Subproduct Software Specification" on
Attribute: Tag off
Attribute: "Create Time" off
Attribute: Description off
Attribute: "Modification Time" on
Attribute: Size off
Attribute: Title on
Attribute: Contents on
Attribute: "Install Source" off
Attribute: "Data Model Revision" off
Attribute: "Install Date" off
Attribute: "Is Patch" on
Group: Vendors off
Attribute: Tag on
Attribute: Index on
Attribute: Title on
Attribute: Description on
Component: "HP-UX Standard Groups Definition" off
Group: ComponentID off
Attribute: Manufacturer on
Attribute: Product on
Attribute: Version on
Attribute: "Serial Number" on
Attribute: Installation on
Attribute: Verify on
Group: "DNS Configuration" on
Attribute: "Domain Name" on
Attribute: Search on
Attribute: "Server IP Address(es)" on
Group: "General Information" on
Attribute: "System Name" on
Attribute: "System Location" on
Attribute: "System Primary User Name" on
Attribute: "System Primary User Phone" on
Attribute: "System Boot Up Time" off
Attribute: "System Date Time" off
Attribute: "System Secondary User Name" off
Attribute: "System Secondary User Phone" off
Attribute: "System Primary Pager" off
Attribute: "System Secondary Pager" off
Attribute: "Security Token" off
Attribute: "System Model" on
Attribute: "System Serial Number" on
Attribute: "System Software Identifier" on
Group: "Host Device" on
Attribute: "Host Device Index" on
Attribute: "Device Type" on
Attribute: "Device Description" on
Attribute: "Device ID" on
Attribute: "Device Status" on
Attribute: "Device Errors" on
Attribute: "Hardware Path" on
Attribute: "Hardware Type" on
Attribute: "Device Class" on
Attribute: "Associated Driver" on
Group: "Host Device File" off
Attribute: "Host Device File Index" on
Attribute: "Device File Type" on
Attribute: "Device File Name" on
Attribute: "Host Device Group Index" on
Group: "Host Disk Storage" on
Attribute: "Host Disk Storage Index" on
Attribute: "Disk Storage Access" on
Attribute: "Disk Storage Media" on
Attribute: "Disk Storage Removable" on
Attribute: "Disk Storage Capacity" on
Group: "Host File System" on
Attribute: "Host File System Index" on
Attribute: "Mount Point Name" on
Attribute: "Mounted Special Device Name" on
Attribute: "Remote Mount Point Name" on
Attribute: "File System Type" on
Attribute: "File System Access" on
Attribute: "File System Bootable" on
Attribute: "Storage Index" on
Attribute: "Last Full Backup" on
Attribute: "Last Partial Backup" on
Attribute: "Logical Index" on
Attribute: "Total INodes" off
Attribute: "Free INodes" off
Attribute: "Data Capacity" on
Attribute: "Free Capacity" off
Attribute: "Reserved Data Capacity" on
Group: "Host HFS Tuning Parameters" on
Attribute: "Host HFS Tuning Parameters Index" on
Attribute: "Host File System Index" on
Attribute: "Long File Name Flag" on
Attribute: "Large File Feature" on
Attribute: Minfree on
Attribute: "Block Size" on
Attribute: "Fragment Size" on
Attribute: "Bytes per Inode" on
Attribute: "Sectors per Track" on
Attribute: "Tracks per Cylinder" on
Attribute: "Disk Cylinders per Cylinder Group" on
Attribute: "Disk Revolutions per Second" on
Attribute: "Rotational Delay" on
Group: "Host LVM Configuration" on
Attribute: "Host LVM Configuration Index" on
Attribute: "Logical Volume Index" on
Attribute: "Physical Volume Index" on
Attribute: "Logical Volume Mirror Copy" on
Group: "Host Logical Memory" on
Attribute: "Logical Memory Index" on
Attribute: "Swap Space Name" on
Attribute: "Swap Type" on
Attribute: "Swap Priority" on
Attribute: "Swap Space Size" on
Attribute: "Swap Space Minimum Size" on
Attribute: "Swap Space Maximum Size" on
Attribute: "Swap Space Reserved Size" on
Attribute: "File System Index" on
Attribute: "Storage Index" on
Attribute: "Logical Index" on
Group: "Host Logical Volume" on
Attribute: "Host Logical Volume Index" on
Attribute: "Logical Volume Name" on
Attribute: "Logical Volume Access Permission" on
Attribute: "Logical Volume Status" on
Attribute: "Logical Extent Size" on
Attribute: "Logical Volume Capacity" on
Attribute: "Mirror Copy Number" on
Attribute: "Volume Group Index" on
Attribute: "Consistency Recovery" on
Attribute: "Schedule Policy" on
Attribute: "Stripe Number" on
Attribute: "Stripe Size" on
Attribute: "Bad Block Relocation" on
Attribute: "Allocation Policy" on
Attribute: "Staled Logical Extent" on
Attribute: "Read Access Number" off
Attribute: "Write Access Number" off
Group: "Host Physical Memory" on
Attribute: "Physical Main Memory Size" on
Group: "Host Physical Volume" on
Attribute: "Host Physical Volume Index" on
Attribute: "Physical Volume Name" on
Attribute: "Alternate Physical Volume Name" on
Attribute: "Storage Index" on
Attribute: "Volume Group Index" on
Attribute: "Physical Volume Group Index" on
Attribute: "Physical Volume Status" on
Attribute: "Physical Extent Size" on
Attribute: "Physical Volume Capacity" on
Attribute: "Allocated Physical Extent" on
Attribute: "Free Physical Extent" on
Attribute: "Staled Physical Extent Number" on
Group: "Host Physical Volume Group" on
Attribute: "Host Physical Volume Group Index" on
Attribute: "Physical Volume Group Name" on
Attribute: "Volume Group Index" on
Group: "Host Processor" on
Attribute: "Host Processor Index" on
Attribute: "Processor Firmware ID" on
Attribute: "Processor Load" off
Attribute: "Processor Allocated" on
Group: "Host Storage" on
Attribute: "Host Storage Index" on
Attribute: "Storage Type" on
Attribute: Description on
Attribute: "Allocation Unit Size" on
Attribute: "Total Allocation Units" on
Attribute: "Allocation Units Used" on
Attribute: "Storage Allocation Failures" on
Group: "Host System" on
Attribute: "System Uptime" off
Attribute: "Initial Load Device" on
Attribute: "Initial Load Parameters" on
Attribute: "Number of Users" off
Attribute: "Number of Processes" off
Attribute: "Max Processes" on
Attribute: "Mounted File Systems" on
Attribute: "Security Token" off
Attribute: Architecture on
Attribute: Language on
Attribute: Timezone on
Attribute: "Hardware Capability" on
Attribute: Keyboard on
Attribute: "Graphics Resolution" on
Attribute: "Graphics Planes" on
Attribute: "CPU Speed" on
Group: "Host Volume Group" on
Attribute: "Host Volume Group Index" on
Attribute: "Volume Group Name" on
Attribute: "Volume Group Access Permission" on
Attribute: "Volume Group Status" on
Attribute: "Physical Extent Size" on
Attribute: "Volume Group Capacity" on
Attribute: "Volume Group Allocated" on
Attribute: "Volume Group Free Space" on
Attribute: "Max Number of Physical Volume" on
Attribute: "Max Number of Physical Extent per Physical Volume" on
Attribute: "Number of Defined Physical Volume" on
Attribute: "Number of Active Physical Volume" on
Attribute: "Max Number of Logical Volume" on
Attribute: "Number of Defined Logical Volume" on
Attribute: "Number of Active Logical Volume" on
Attribute: "Number of Physical Volume Group" on
Group: "Kernel Configure Group" off
Attribute: "Kernel Configure Group Index" on
Attribute: "Parameter Name" on
Attribute: "Parameter Value" on
Group: "NIS Configuration" on
Attribute: "Domain Name" on
Attribute: "Master Server" on
Attribute: "Slave Server" on
Attribute: "Server Wait Flag" on
Group: "NTP Configuration" on
Attribute: "Server Address" on
Group: "Network Interface" on
Attribute: "Network Interface Index" on
Attribute: "Interface Name" on
Attribute: "IP Address" on
Attribute: "Subnet Mask" on
Attribute: "Broadcast Address" on
Attribute: "Interface State" on
Attribute: "DHCP Enabled" on
Attribute: "Station Address" on
Attribute: "Interface Card Hardware Path" on
Attribute: Hostname on
Group: "Operating System" on
Attribute: "Operating System Index" on
Attribute: "Operating System Name" on
Attribute: "Operating System Version" on
Attribute: "Primary Operating System" on
Attribute: "Operating System Description" on
Attribute: "Operating System Capability" on
Group: "Process Information" off
Attribute: "Process ID" on
Attribute: "Parent Process ID" on
Attribute: "Process Group ID" on
Attribute: "Real User ID" on
Attribute: "Process TTY" on
Attribute: "Process Name" on
Attribute: "Module Path" on
Attribute: Parameters on
Attribute: "Process State" on
Attribute: "Process Priority" on
Attribute: "Process Nice Value" on
Attribute: "Process CPU Time" on
Attribute: "Process System Time" on
Attribute: "Process User Time" on
Attribute: "Process Real Total" on
Attribute: "Process Real Text" on
Attribute: "Process Real Data" on
Attribute: "Process Real Stack" on
Attribute: "Process Virtual Text" on
Attribute: "Process Virtual Data" on
Attribute: "Process Virtual Stack" on
Attribute: "Process Virtual Shared Memory" on
Attribute: "Process Virtual Memory Mapped File Size" on
Group: "Static Routing Definition" on
Attribute: "Static Routing Definition Index" on
Attribute: "Route Destination" on
Attribute: "Route Mask" on
Attribute: "Route Gateway" on
Attribute: "Route Count" on
Attribute: "Route Argument" on
Group: "System Contact Information" on
Attribute: "Contact Index" on
Attribute: "Contact Name" on
Attribute: "Contact Type" on
Attribute: "Contact Information" on
Attribute: "Security Token" off
Component: "POSIX.1387.2 Installed Software Definition" off
Top software
- SCR
- filter Template_Software
[Filter Name]: Template_Software
[Data Version]: 1
[Extension]: off
Component: "DMI 2.0 Service Provider" off
Group: ComponentID on
Attribute: Manufacturer on
Attribute: Product on
Attribute: Version on
Attribute: "Serial Number" on
Attribute: Installation on
Attribute: Verify on
Group: "SP Filter Information" on
Attribute: "Subscriber RPC Type" on
Attribute: "Subscriber Transport Type" on
Attribute: "Subscriber Addressing" on
Attribute: "Subscriber ID" on
Attribute: "Component ID" on
Attribute: "Group Class String" on
Attribute: "Event Severity" on
Group: "SP Indication Subscription" on
Attribute: "Subscriber RPC Type" on
Attribute: "Subscriber Transport Type" on
Attribute: "Subscriber Addressing" on
Attribute: "Subscriber ID" on
Attribute: "Subscriber Expiration Warning Date Stamp" on
Attribute: "Subscriber Expiration Date Stamp" on
Attribute: "Indication Failure Threshold" on
Component: "HP-UX Installed Software Definition" on
Group: "Bundle Category Tags" off
Attribute: "Bundle Software Specification" on
Attribute: Index on
Attribute: "Category Tag" on
Group: "Bundle Contents" off
Attribute: "Bundle Software Specification" on
Attribute: Index on
Attribute: Content on
Group: Bundles on
Attribute: "Bundle Software Specification" on
Attribute: Tag off
Attribute: Architecture off
Attribute: Location off
Attribute: Qualifier off
Attribute: Revision off
Attribute: "Vendor Tag" off
Attribute: "Create Time" on
Attribute: Description off
Attribute: "Modification Time" on
Attribute: Size on
Attribute: Title on
Attribute: Copyright off
Attribute: Directory on
Attribute: "Instance Identifier" on
Attribute: "Is Locatable" on
Attribute: "Layout Version" off
Attribute: "Machine Type" on
Attribute: Number on
Attribute: "Operating System Name" on
Attribute: "Operating System Release" on
Attribute: "Operating System Version" on
Attribute: "Is Patch" on
Attribute: "Install Source" on
Attribute: "Data Model Revision" off
Attribute: "Install Date" on
Group: Categories off
Attribute: Tag on
Attribute: Index on
Attribute: Title on
Attribute: Description on
Attribute: Revision on
Group: ComponentID off
Attribute: Manufacturer on
Attribute: Product on
Attribute: Version on
Attribute: "Serial Number" on
Attribute: Installation on
Attribute: Verify on
Group: "Fileset Ancestors" off
Attribute: "Fileset Software Specification" on
Attribute: Index on
Attribute: "Ancestor Software Specification" on
Group: "Fileset Applied Patches" off
Attribute: "Fileset Software Specification" on
Attribute: Index on
Attribute: "Applied Patch Software Specification" on
Group: "Fileset Category Tags" off
Attribute: "Fileset Software Specification" on
Attribute: Index on
Attribute: "Category Tag" on
Group: "Fileset Contents" off
Attribute: "Fileset Software Specification" on
Attribute: Index on
Attribute: Content on
Attribute: "Content Type" on
Group: "Fileset Control Files" off
Attribute: "Fileset Software Specification" on
Attribute: Tag on
Attribute: Cksum on
Attribute: "Compressed Cksum" on
Attribute: "Compressed Size" on
Attribute: "Compression State" on
Attribute: "Compression Type" on
Attribute: Revision on
Attribute: Size on
Attribute: Source on
Attribute: Interpreter on
Attribute: Path on
Attribute: Result on
Group: "Fileset Dependencies" off
Attribute: "Fileset Software Specification" on
Attribute: Index on
Attribute: Dependency on
Attribute: "Dependency Type" on
Group: "Fileset Files" off
Attribute: "Fileset Software Specification" on
Attribute: Path on
Attribute: Cksum on
Attribute: "Compressed Cksum" on
Attribute: "Compressed Size" on
Attribute: "Compression State" on
Attribute: "Compression Type" on
Attribute: Revision on
Attribute: Size on
Attribute: Source on
Attribute: Gid on
Attribute: Group on
Attribute: "Is Volatile" on
Attribute: "Link Source" on
Attribute: Major on
Attribute: Minor on
Attribute: Mode on
Attribute: Mtime on
Attribute: Owner on
Attribute: "File Type" on
Attribute: Uid on
Attribute: "Archive Path" on
Group: "Fileset Supersedes" off
Attribute: "Fileset Software Specification" on
Attribute: Index on
Attribute: "Supersedes Software Specification" on
Group: Filesets on
Attribute: "Fileset Software Specification" on
Attribute: Tag off
Attribute: "Create Time" off
Attribute: Description off
Attribute: "Modification Time" on
Attribute: Size off
Attribute: Title on
Attribute: "Control Directory" off
Attribute: "Is Kernel" off
Attribute: "Is Locatable" off
Attribute: "Is Reboot" off
Attribute: Location off
Attribute: "Media Sequence List" off
Attribute: Revision off
Attribute: State on
Attribute: "Data Model Revision" off
Attribute: "Instance Identifier" off
Attribute: "Install Date" off
Attribute: Architecture off
Attribute: "Machine Type" off
Attribute: "Operating System Name" off
Attribute: "Operating System Release" off
Attribute: "Operating System Version" off
Attribute: "Install Source" off
Attribute: "Is Patch" on
Attribute: "Is Sparse" on
Attribute: "Patch State" on
Attribute: "Applied To" on
Attribute: "Superseded By" on
Attribute: "Saved Files Directory" off
Group: "Product Category Tags" off
Attribute: "Product Software Specification" on
Attribute: Index on
Attribute: "Category Tag" on
Group: "Product Contents" off
Attribute: "Product Software Specification" on
Attribute: Index on
Attribute: Content on
Attribute: "Content Type" on
Group: "Product Control Files" off
Attribute: "Product Software Specification" on
Attribute: Tag on
Attribute: Cksum on
Attribute: "Compressed Cksum" on
Attribute: "Compressed Size" on
Attribute: "Compression State" on
Attribute: "Compression Type" on
Attribute: Revision on
Attribute: Size on
Attribute: Source on
Attribute: Interpreter on
Attribute: Path on
Attribute: Result on
Group: Products off
Attribute: "Product Software Specification" on
Attribute: Tag off
Attribute: Architecture off
Attribute: Location off
Attribute: Qualifier off
Attribute: Revision off
Attribute: "Vendor Tag" off
Attribute: "Create Time" on
Attribute: Description off
Attribute: "Modification Time" on
Attribute: Size on
Attribute: Title on
Attribute: "All Filesets" off
Attribute: "Control Directory" off
Attribute: Copyright off
Attribute: Directory off
Attribute: "Instance Identifier" off
Attribute: "Is Locatable" off
Attribute: "Post Kernel Path" off
Attribute: "Layout Version" off
Attribute: "Machine Type" on
Attribute: Number on
Attribute: "Operating System Name" on
Attribute: "Operating System Release" on
Attribute: "Operating System Version" on
Attribute: "Is Patch" on
Attribute: "Install Source" on
Attribute: "Data Model Revision" off
Attribute: "Install Date" on
Group: "Software Location" off
Attribute: Path on
Attribute: Catalog on
Attribute: Dfiles on
Attribute: "Layout Version" on
Attribute: Pfiles on
Group: "Subproduct Category Tags" off
Attribute: "Subproduct Software Specification" on
Attribute: Index on
Attribute: "Category Tag" on
Group: Subproducts off
Attribute: "Subproduct Software Specification" on
Attribute: Tag off
Attribute: "Create Time" off
Attribute: Description off
Attribute: "Modification Time" on
Attribute: Size off
Attribute: Title on
Attribute: Contents on
Attribute: "Install Source" off
Attribute: "Data Model Revision" off
Attribute: "Install Date" off
Attribute: "Is Patch" on
Group: Vendors off
Attribute: Tag on
Attribute: Index on
Attribute: Title on
Attribute: Description on
Component: "HP-UX Standard Groups Definition" off
Group: ComponentID off
Attribute: Manufacturer on
Attribute: Product on
Attribute: Version on
Attribute: "Serial Number" on
Attribute: Installation on
Attribute: Verify on
Group: "DNS Configuration" on
Attribute: "Domain Name" on
Attribute: Search on
Attribute: "Server IP Address(es)" on
Group: "General Information" on
Attribute: "System Name" on
Attribute: "System Location" on
Attribute: "System Primary User Name" on
Attribute: "System Primary User Phone" on
Attribute: "System Boot Up Time" off
Attribute: "System Date Time" off
Attribute: "System Secondary User Name" off
Attribute: "System Secondary User Phone" off
Attribute: "System Primary Pager" off
Attribute: "System Secondary Pager" off
Attribute: "Security Token" off
Attribute: "System Model" on
Attribute: "System Serial Number" on
Attribute: "System Software Identifier" on
Group: "Host Device" on
Attribute: "Host Device Index" on
Attribute: "Device Type" on
Attribute: "Device Description" on
Attribute: "Device ID" on
Attribute: "Device Status" on
Attribute: "Device Errors" on
Attribute: "Hardware Path" on
Attribute: "Hardware Type" on
Attribute: "Device Class" on
Attribute: "Associated Driver" on
Group: "Host Device File" off
Attribute: "Host Device File Index" on
Attribute: "Device File Type" on
Attribute: "Device File Name" on
Attribute: "Host Device Group Index" on
Group: "Host Disk Storage" on
Attribute: "Host Disk Storage Index" on
Attribute: "Disk Storage Access" on
Attribute: "Disk Storage Media" on
Attribute: "Disk Storage Removable" on
Attribute: "Disk Storage Capacity" on
Group: "Host File System" on
Attribute: "Host File System Index" on
Attribute: "Mount Point Name" on
Attribute: "Mounted Special Device Name" on
Attribute: "Remote Mount Point Name" on
Attribute: "File System Type" on
Attribute: "File System Access" on
Attribute: "File System Bootable" on
Attribute: "Storage Index" on
Attribute: "Last Full Backup" on
Attribute: "Last Partial Backup" on
Attribute: "Logical Index" on
Attribute: "Total INodes" off
Attribute: "Free INodes" off
Attribute: "Data Capacity" on
Attribute: "Free Capacity" off
Attribute: "Reserved Data Capacity" on
Group: "Host HFS Tuning Parameters" on
Attribute: "Host HFS Tuning Parameters Index" on
Attribute: "Host File System Index" on
Attribute: "Long File Name Flag" on
Attribute: "Large File Feature" on
Attribute: Minfree on
Attribute: "Block Size" on
Attribute: "Fragment Size" on
Attribute: "Bytes per Inode" on
Attribute: "Sectors per Track" on
Attribute: "Tracks per Cylinder" on
Attribute: "Disk Cylinders per Cylinder Group" on
Attribute: "Disk Revolutions per Second" on
Attribute: "Rotational Delay" on
Group: "Host LVM Configuration" on
Attribute: "Host LVM Configuration Index" on
Attribute: "Logical Volume Index" on
Attribute: "Physical Volume Index" on
Attribute: "Logical Volume Mirror Copy" on
Group: "Host Logical Memory" on
Attribute: "Logical Memory Index" on
Attribute: "Swap Space Name" on
Attribute: "Swap Type" on
Attribute: "Swap Priority" on
Attribute: "Swap Space Size" on
Attribute: "Swap Space Minimum Size" on
Attribute: "Swap Space Maximum Size" on
Attribute: "Swap Space Reserved Size" on
Attribute: "File System Index" on
Attribute: "Storage Index" on
Attribute: "Logical Index" on
Group: "Host Logical Volume" on
Attribute: "Host Logical Volume Index" on
Attribute: "Logical Volume Name" on
Attribute: "Logical Volume Access Permission" on
Attribute: "Logical Volume Status" on
Attribute: "Logical Extent Size" on
Attribute: "Logical Volume Capacity" on
Attribute: "Mirror Copy Number" on
Attribute: "Volume Group Index" on
Attribute: "Consistency Recovery" on
Attribute: "Schedule Policy" on
Attribute: "Stripe Number" on
Attribute: "Stripe Size" on
Attribute: "Bad Block Relocation" on
Attribute: "Allocation Policy" on
Attribute: "Staled Logical Extent" on
Attribute: "Read Access Number" off
Attribute: "Write Access Number" off
Group: "Host Physical Memory" on
Attribute: "Physical Main Memory Size" on
Group: "Host Physical Volume" on
Attribute: "Host Physical Volume Index" on
Attribute: "Physical Volume Name" on
Attribute: "Alternate Physical Volume Name" on
Attribute: "Storage Index" on
Attribute: "Volume Group Index" on
Attribute: "Physical Volume Group Index" on
Attribute: "Physical Volume Status" on
Attribute: "Physical Extent Size" on
Attribute: "Physical Volume Capacity" on
Attribute: "Allocated Physical Extent" on
Attribute: "Free Physical Extent" on
Attribute: "Staled Physical Extent Number" on
Group: "Host Physical Volume Group" on
Attribute: "Host Physical Volume Group Index" on
Attribute: "Physical Volume Group Name" on
Attribute: "Volume Group Index" on
Group: "Host Processor" on
Attribute: "Host Processor Index" on
Attribute: "Processor Firmware ID" on
Attribute: "Processor Load" off
Attribute: "Processor Allocated" on
Group: "Host Storage" on
Attribute: "Host Storage Index" on
Attribute: "Storage Type" on
Attribute: Description on
Attribute: "Allocation Unit Size" on
Attribute: "Total Allocation Units" on
Attribute: "Allocation Units Used" on
Attribute: "Storage Allocation Failures" on
Group: "Host System" on
Attribute: "System Uptime" off
Attribute: "Initial Load Device" on
Attribute: "Initial Load Parameters" on
Attribute: "Number of Users" off
Attribute: "Number of Processes" off
Attribute: "Max Processes" on
Attribute: "Mounted File Systems" on
Attribute: "Security Token" off
Attribute: Architecture on
Attribute: Language on
Attribute: Timezone on
Attribute: "Hardware Capability" on
Attribute: Keyboard on
Attribute: "Graphics Resolution" on
Attribute: "Graphics Planes" on
Attribute: "CPU Speed" on
Group: "Host Volume Group" on
Attribute: "Host Volume Group Index" on
Attribute: "Volume Group Name" on
Attribute: "Volume Group Access Permission" on
Attribute: "Volume Group Status" on
Attribute: "Physical Extent Size" on
Attribute: "Volume Group Capacity" on
Attribute: "Volume Group Allocated" on
Attribute: "Volume Group Free Space" on
Attribute: "Max Number of Physical Volume" on
Attribute: "Max Number of Physical Extent per Physical Volume" on
Attribute: "Number of Defined Physical Volume" on
Attribute: "Number of Active Physical Volume" on
Attribute: "Max Number of Logical Volume" on
Attribute: "Number of Defined Logical Volume" on
Attribute: "Number of Active Logical Volume" on
Attribute: "Number of Physical Volume Group" on
Group: "Kernel Configure Group" off
Attribute: "Kernel Configure Group Index" on
Attribute: "Parameter Name" on
Attribute: "Parameter Value" on
Group: "NIS Configuration" on
Attribute: "Domain Name" on
Attribute: "Master Server" on
Attribute: "Slave Server" on
Attribute: "Server Wait Flag" on
Group: "NTP Configuration" on
Attribute: "Server Address" on
Group: "Network Interface" on
Attribute: "Network Interface Index" on
Attribute: "Interface Name" on
Attribute: "IP Address" on
Attribute: "Subnet Mask" on
Attribute: "Broadcast Address" on
Attribute: "Interface State" on
Attribute: "DHCP Enabled" on
Attribute: "Station Address" on
Attribute: "Interface Card Hardware Path" on
Attribute: Hostname on
Group: "Operating System" on
Attribute: "Operating System Index" on
Attribute: "Operating System Name" on
Attribute: "Operating System Version" on
Attribute: "Primary Operating System" on
Attribute: "Operating System Description" on
Attribute: "Operating System Capability" on
Group: "Process Information" off
Attribute: "Process ID" on
Attribute: "Parent Process ID" on
Attribute: "Process Group ID" on
Attribute: "Real User ID" on
Attribute: "Process TTY" on
Attribute: "Process Name" on
Attribute: "Module Path" on
Attribute: Parameters on
Attribute: "Process State" on
Attribute: "Process Priority" on
Attribute: "Process Nice Value" on
Attribute: "Process CPU Time" on
Attribute: "Process System Time" on
Attribute: "Process User Time" on
Attribute: "Process Real Total" on
Attribute: "Process Real Text" on
Attribute: "Process Real Data" on
Attribute: "Process Real Stack" on
Attribute: "Process Virtual Text" on
Attribute: "Process Virtual Data" on
Attribute: "Process Virtual Stack" on
Attribute: "Process Virtual Shared Memory" on
Attribute: "Process Virtual Memory Mapped File Size" on
Group: "Static Routing Definition" on
Attribute: "Static Routing Definition Index" on
Attribute: "Route Destination" on
Attribute: "Route Mask" on
Attribute: "Route Gateway" on
Attribute: "Route Count" on
Attribute: "Route Argument" on
Group: "System Contact Information" on
Attribute: "Contact Index" on
Attribute: "Contact Name" on
Attribute: "Contact Type" on
Attribute: "Contact Information" on
Attribute: "Security Token" off
Component: "POSIX.1387.2 Installed Software Definition" off
Top software
- SCR
- filter Template_SystemProperty
[Filter Name]: Template_SystemProperty
[Data Version]: 1
[Extension]: off
Component: "DMI 2.0 Service Provider" off
Group: ComponentID on
Attribute: Manufacturer on
Attribute: Product on
Attribute: Version on
Attribute: "Serial Number" on
Attribute: Installation on
Attribute: Verify on
Group: "SP Filter Information" on
Attribute: "Subscriber RPC Type" on
Attribute: "Subscriber Transport Type" on
Attribute: "Subscriber Addressing" on
Attribute: "Subscriber ID" on
Attribute: "Component ID" on
Attribute: "Group Class String" on
Attribute: "Event Severity" on
Group: "SP Indication Subscription" on
Attribute: "Subscriber RPC Type" on
Attribute: "Subscriber Transport Type" on
Attribute: "Subscriber Addressing" on
Attribute: "Subscriber ID" on
Attribute: "Subscriber Expiration Warning Date Stamp" on
Attribute: "Subscriber Expiration Date Stamp" on
Attribute: "Indication Failure Threshold" on
Component: "HP-UX Installed Software Definition" off
Group: "Bundle Category Tags" off
Attribute: "Bundle Software Specification" on
Attribute: Index on
Attribute: "Category Tag" on
Group: "Bundle Contents" on
Attribute: "Bundle Software Specification" on
Attribute: Index on
Attribute: Content on
Group: Bundles on
Attribute: "Bundle Software Specification" on
Attribute: Tag off
Attribute: Architecture off
Attribute: Location off
Attribute: Qualifier off
Attribute: Revision off
Attribute: "Vendor Tag" off
Attribute: "Create Time" on
Attribute: Description off
Attribute: "Modification Time" on
Attribute: Size on
Attribute: Title on
Attribute: Copyright off
Attribute: Directory on
Attribute: "Instance Identifier" on
Attribute: "Is Locatable" on
Attribute: "Layout Version" off
Attribute: "Machine Type" on
Attribute: Number on
Attribute: "Operating System Name" on
Attribute: "Operating System Release" on
Attribute: "Operating System Version" on
Attribute: "Is Patch" on
Attribute: "Install Source" on
Attribute: "Data Model Revision" off
Attribute: "Install Date" on
Group: Categories off
Attribute: Tag on
Attribute: Index on
Attribute: Title on
Attribute: Description on
Attribute: Revision on
Group: ComponentID off
Attribute: Manufacturer on
Attribute: Product on
Attribute: Version on
Attribute: "Serial Number" on
Attribute: Installation on
Attribute: Verify on
Group: "Fileset Ancestors" off
Attribute: "Fileset Software Specification" on
Attribute: Index on
Attribute: "Ancestor Software Specification" on
Group: "Fileset Applied Patches" off
Attribute: "Fileset Software Specification" on
Attribute: Index on
Attribute: "Applied Patch Software Specification" on
Group: "Fileset Category Tags" off
Attribute: "Fileset Software Specification" on
Attribute: Index on
Attribute: "Category Tag" on
Group: "Fileset Contents" off
Attribute: "Fileset Software Specification" on
Attribute: Index on
Attribute: Content on
Attribute: "Content Type" on
Group: "Fileset Control Files" off
Attribute: "Fileset Software Specification" on
Attribute: Tag on
Attribute: Cksum on
Attribute: "Compressed Cksum" on
Attribute: "Compressed Size" on
Attribute: "Compression State" on
Attribute: "Compression Type" on
Attribute: Revision on
Attribute: Size on
Attribute: Source on
Attribute: Interpreter on
Attribute: Path on
Attribute: Result on
Group: "Fileset Dependencies" off
Attribute: "Fileset Software Specification" on
Attribute: Index on
Attribute: Dependency on
Attribute: "Dependency Type" on
Group: "Fileset Files" off
Attribute: "Fileset Software Specification" on
Attribute: Path on
Attribute: Cksum on
Attribute: "Compressed Cksum" on
Attribute: "Compressed Size" on
Attribute: "Compression State" on
Attribute: "Compression Type" on
Attribute: Revision on
Attribute: Size on
Attribute: Source on
Attribute: Gid on
Attribute: Group on
Attribute: "Is Volatile" on
Attribute: "Link Source" on
Attribute: Major on
Attribute: Minor on
Attribute: Mode on
Attribute: Mtime on
Attribute: Owner on
Attribute: "File Type" on
Attribute: Uid on
Attribute: "Archive Path" on
Group: "Fileset Supersedes" off
Attribute: "Fileset Software Specification" on
Attribute: Index on
Attribute: "Supersedes Software Specification" on
Group: Filesets on
Attribute: "Fileset Software Specification" on
Attribute: Tag off
Attribute: "Create Time" off
Attribute: Description off
Attribute: "Modification Time" on
Attribute: Size off
Attribute: Title on
Attribute: "Control Directory" off
Attribute: "Is Kernel" off
Attribute: "Is Locatable" off
Attribute: "Is Reboot" off
Attribute: Location off
Attribute: "Media Sequence List" off
Attribute: Revision off
Attribute: State on
Attribute: "Data Model Revision" off
Attribute: "Instance Identifier" off
Attribute: "Install Date" off
Attribute: Architecture off
Attribute: "Machine Type" off
Attribute: "Operating System Name" off
Attribute: "Operating System Release" off
Attribute: "Operating System Version" off
Attribute: "Install Source" off
Attribute: "Is Patch" on
Attribute: "Is Sparse" on
Attribute: "Patch State" on
Attribute: "Applied To" on
Attribute: "Superseded By" on
Attribute: "Saved Files Directory" off
Group: "Product Category Tags" off
Attribute: "Product Software Specification" on
Attribute: Index on
Attribute: "Category Tag" on
Group: "Product Contents" off
Attribute: "Product Software Specification" on
Attribute: Index on
Attribute: Content on
Attribute: "Content Type" on
Group: "Product Control Files" off
Attribute: "Product Software Specification" on
Attribute: Tag on
Attribute: Cksum on
Attribute: "Compressed Cksum" on
Attribute: "Compressed Size" on
Attribute: "Compression State" on
Attribute: "Compression Type" on
Attribute: Revision on
Attribute: Size on
Attribute: Source on
Attribute: Interpreter on
Attribute: Path on
Attribute: Result on
Group: Products on
Attribute: "Product Software Specification" on
Attribute: Tag off
Attribute: Architecture off
Attribute: Location off
Attribute: Qualifier off
Attribute: Revision off
Attribute: "Vendor Tag" off
Attribute: "Create Time" on
Attribute: Description off
Attribute: "Modification Time" on
Attribute: Size on
Attribute: Title on
Attribute: "All Filesets" off
Attribute: "Control Directory" off
Attribute: Copyright off
Attribute: Directory off
Attribute: "Instance Identifier" off
Attribute: "Is Locatable" off
Attribute: "Post Kernel Path" off
Attribute: "Layout Version" off
Attribute: "Machine Type" on
Attribute: Number on
Attribute: "Operating System Name" on
Attribute: "Operating System Release" on
Attribute: "Operating System Version" on
Attribute: "Is Patch" on
Attribute: "Install Source" on
Attribute: "Data Model Revision" off
Attribute: "Install Date" on
Group: "Software Location" off
Attribute: Path on
Attribute: Catalog on
Attribute: Dfiles on
Attribute: "Layout Version" on
Attribute: Pfiles on
Group: "Subproduct Category Tags" off
Attribute: "Subproduct Software Specification" on
Attribute: Index on
Attribute: "Category Tag" on
Group: Subproducts on
Attribute: "Subproduct Software Specification" on
Attribute: Tag off
Attribute: "Create Time" off
Attribute: Description off
Attribute: "Modification Time" on
Attribute: Size off
Attribute: Title on
Attribute: Contents on
Attribute: "Install Source" off
Attribute: "Data Model Revision" off
Attribute: "Install Date" off
Attribute: "Is Patch" on
Group: Vendors off
Attribute: Tag on
Attribute: Index on
Attribute: Title on
Attribute: Description on
Component: "HP-UX Standard Groups Definition" on
Group: ComponentID off
Attribute: Manufacturer on
Attribute: Product on
Attribute: Version on
Attribute: "Serial Number" on
Attribute: Installation on
Attribute: Verify on
Group: "DNS Configuration" off
Attribute: "Domain Name" on
Attribute: Search on
Attribute: "Server IP Address(es)" on
Group: "General Information" on
Attribute: "System Name" on
Attribute: "System Location" on
Attribute: "System Primary User Name" on
Attribute: "System Primary User Phone" on
Attribute: "System Boot Up Time" off
Attribute: "System Date Time" off
Attribute: "System Secondary User Name" off
Attribute: "System Secondary User Phone" off
Attribute: "System Primary Pager" off
Attribute: "System Secondary Pager" off
Attribute: "Security Token" off
Attribute: "System Model" on
Attribute: "System Serial Number" on
Attribute: "System Software Identifier" on
Group: "Host Device" on
Attribute: "Host Device Index" on
Attribute: "Device Type" on
Attribute: "Device Description" on
Attribute: "Device ID" on
Attribute: "Device Status" on
Attribute: "Device Errors" on
Attribute: "Hardware Path" on
Attribute: "Hardware Type" on
Attribute: "Device Class" on
Attribute: "Associated Driver" on
Group: "Host Device File" on
Attribute: "Host Device File Index" on
Attribute: "Device File Type" on
Attribute: "Device File Name" on
Attribute: "Host Device Group Index" on
Group: "Host Disk Storage" off
Attribute: "Host Disk Storage Index" on
Attribute: "Disk Storage Access" on
Attribute: "Disk Storage Media" on
Attribute: "Disk Storage Removable" on
Attribute: "Disk Storage Capacity" on
Group: "Host File System" off
Attribute: "Host File System Index" on
Attribute: "Mount Point Name" on
Attribute: "Mounted Special Device Name" on
Attribute: "Remote Mount Point Name" on
Attribute: "File System Type" on
Attribute: "File System Access" on
Attribute: "File System Bootable" on
Attribute: "Storage Index" on
Attribute: "Last Full Backup" on
Attribute: "Last Partial Backup" on
Attribute: "Logical Index" on
Attribute: "Total INodes" off
Attribute: "Free INodes" off
Attribute: "Data Capacity" on
Attribute: "Free Capacity" off
Attribute: "Reserved Data Capacity" on
Group: "Host HFS Tuning Parameters" off
Attribute: "Host HFS Tuning Parameters Index" on
Attribute: "Host File System Index" on
Attribute: "Long File Name Flag" on
Attribute: "Large File Feature" on
Attribute: Minfree on
Attribute: "Block Size" on
Attribute: "Fragment Size" on
Attribute: "Bytes per Inode" on
Attribute: "Sectors per Track" on
Attribute: "Tracks per Cylinder" on
Attribute: "Disk Cylinders per Cylinder Group" on
Attribute: "Disk Revolutions per Second" on
Attribute: "Rotational Delay" on
Group: "Host LVM Configuration" off
Attribute: "Host LVM Configuration Index" on
Attribute: "Logical Volume Index" on
Attribute: "Physical Volume Index" on
Attribute: "Logical Volume Mirror Copy" on
Group: "Host Logical Memory" on
Attribute: "Logical Memory Index" on
Attribute: "Swap Space Name" on
Attribute: "Swap Type" on
Attribute: "Swap Priority" on
Attribute: "Swap Space Size" on
Attribute: "Swap Space Minimum Size" on
Attribute: "Swap Space Maximum Size" on
Attribute: "Swap Space Reserved Size" on
Attribute: "File System Index" on
Attribute: "Storage Index" on
Attribute: "Logical Index" on
Group: "Host Logical Volume" off
Attribute: "Host Logical Volume Index" on
Attribute: "Logical Volume Name" on
Attribute: "Logical Volume Access Permission" on
Attribute: "Logical Volume Status" on
Attribute: "Logical Extent Size" on
Attribute: "Logical Volume Capacity" on
Attribute: "Mirror Copy Number" on
Attribute: "Volume Group Index" on
Attribute: "Consistency Recovery" on
Attribute: "Schedule Policy" on
Attribute: "Stripe Number" on
Attribute: "Stripe Size" on
Attribute: "Bad Block Relocation" on
Attribute: "Allocation Policy" on
Attribute: "Staled Logical Extent" on
Attribute: "Read Access Number" off
Attribute: "Write Access Number" off
Group: "Host Physical Memory" on
Attribute: "Physical Main Memory Size" on
Group: "Host Physical Volume" off
Attribute: "Host Physical Volume Index" on
Attribute: "Physical Volume Name" on
Attribute: "Alternate Physical Volume Name" on
Attribute: "Storage Index" on
Attribute: "Volume Group Index" on
Attribute: "Physical Volume Group Index" on
Attribute: "Physical Volume Status" on
Attribute: "Physical Extent Size" on
Attribute: "Physical Volume Capacity" on
Attribute: "Allocated Physical Extent" on
Attribute: "Free Physical Extent" on
Attribute: "Staled Physical Extent Number" on
Group: "Host Physical Volume Group" off
Attribute: "Host Physical Volume Group Index" on
Attribute: "Physical Volume Group Name" on
Attribute: "Volume Group Index" on
Group: "Host Processor" on
Attribute: "Host Processor Index" on
Attribute: "Processor Firmware ID" on
Attribute: "Processor Load" off
Attribute: "Processor Allocated" on
Group: "Host Storage" off
Attribute: "Host Storage Index" on
Attribute: "Storage Type" on
Attribute: Description on
Attribute: "Allocation Unit Size" on
Attribute: "Total Allocation Units" on
Attribute: "Allocation Units Used" on
Attribute: "Storage Allocation Failures" on
Group: "Host System" on
Attribute: "System Uptime" off
Attribute: "Initial Load Device" on
Attribute: "Initial Load Parameters" on
Attribute: "Number of Users" off
Attribute: "Number of Processes" off
Attribute: "Max Processes" on
Attribute: "Mounted File Systems" on
Attribute: "Security Token" off
Attribute: Architecture on
Attribute: Language on
Attribute: Timezone on
Attribute: "Hardware Capability" on
Attribute: Keyboard on
Attribute: "Graphics Resolution" on
Attribute: "Graphics Planes" on
Attribute: "CPU Speed" on
Group: "Host Volume Group" off
Attribute: "Host Volume Group Index" on
Attribute: "Volume Group Name" on
Attribute: "Volume Group Access Permission" on
Attribute: "Volume Group Status" on
Attribute: "Physical Extent Size" on
Attribute: "Volume Group Capacity" on
Attribute: "Volume Group Allocated" on
Attribute: "Volume Group Free Space" on
Attribute: "Max Number of Physical Volume" on
Attribute: "Max Number of Physical Extent per Physical Volume" on
Attribute: "Number of Defined Physical Volume" on
Attribute: "Number of Active Physical Volume" on
Attribute: "Max Number of Logical Volume" on
Attribute: "Number of Defined Logical Volume" on
Attribute: "Number of Active Logical Volume" on
Attribute: "Number of Physical Volume Group" on
Group: "Kernel Configure Group" on
Attribute: "Kernel Configure Group Index" on
Attribute: "Parameter Name" on
Attribute: "Parameter Value" on
Group: "NIS Configuration" off
Attribute: "Domain Name" on
Attribute: "Master Server" on
Attribute: "Slave Server" on
Attribute: "Server Wait Flag" on
Group: "NTP Configuration" off
Attribute: "Server Address" on
Group: "Network Interface" off
Attribute: "Network Interface Index" on
Attribute: "Interface Name" on
Attribute: "IP Address" on
Attribute: "Subnet Mask" on
Attribute: "Broadcast Address" on
Attribute: "Interface State" on
Attribute: "DHCP Enabled" on
Attribute: "Station Address" on
Attribute: "Interface Card Hardware Path" on
Attribute: Hostname on
Group: "Operating System" on
Attribute: "Operating System Index" on
Attribute: "Operating System Name" on
Attribute: "Operating System Version" on
Attribute: "Primary Operating System" on
Attribute: "Operating System Description" on
Attribute: "Operating System Capability" on
Group: "Process Information" off
Attribute: "Process ID" on
Attribute: "Parent Process ID" on
Attribute: "Process Group ID" on
Attribute: "Real User ID" on
Attribute: "Process TTY" on
Attribute: "Process Name" on
Attribute: "Module Path" on
Attribute: Parameters on
Attribute: "Process State" on
Attribute: "Process Priority" on
Attribute: "Process Nice Value" on
Attribute: "Process CPU Time" on
Attribute: "Process System Time" on
Attribute: "Process User Time" on
Attribute: "Process Real Total" on
Attribute: "Process Real Text" on
Attribute: "Process Real Data" on
Attribute: "Process Real Stack" on
Attribute: "Process Virtual Text" on
Attribute: "Process Virtual Data" on
Attribute: "Process Virtual Stack" on
Attribute: "Process Virtual Shared Memory" on
Attribute: "Process Virtual Memory Mapped File Size" on
Group: "Static Routing Definition" off
Attribute: "Static Routing Definition Index" on
Attribute: "Route Destination" on
Attribute: "Route Mask" on
Attribute: "Route Gateway" on
Attribute: "Route Count" on
Attribute: "Route Argument" on
Group: "System Contact Information" off
Attribute: "Contact Index" on
Attribute: "Contact Name" on
Attribute: "Contact Type" on
Attribute: "Contact Information" on
Attribute: "Security Token" off
Component: "POSIX.1387.2 Installed Software Definition" off
Version 8.9.3
Compiled with: LDAPMAP MAP_REGEX LOG MATCHGECOS MIME7TO8 MIME8TO7
NAMED_BIND NDBM NETINET NETUNIX NEWDB NIS QUEUE SCANF SMTP
USERDB XDEBUG
setoption SevenBitInput (7).=False
setoption EightBitMode (8).=pass8
setoption AliasWait (a).=10
setoption AliasFile (A).=/etc/mail/aliases
setoption MinFreeBlocks (b).=100
setoption BlankSub (B).=.
setoption HoldExpensive (c).=False
setoption DeliveryMode (d).=background
setoption TempFileMode (F).=0600
setoption HelpFile (H).=/usr/share/lib/sendmail.hf
setoption SendMimeErrors (j).=True
setoption ForwardPath (J).=$z/.forward.$w+$h:$z/.forward+$h:$z/.forward.$w:$z/.forward
setoption ConnectionCacheSize (k).=2
setoption ConnectionCacheTimeout (K).=5m
setoption UseErrorsTo (l).=False
setoption LogLevel (L).=9
setoption CheckAliases (n).=False
setoption OldStyleHeaders (o).=True
setoption PrivacyOptions (p).=authwarnings
setoption QueueDirectory (Q).=/var/spool/mqueue
setoption Timeout (r).queuereturn=5d
setoption Timeout (r).queuewarn=4h
setoption SuperSafe (s).=True
setoption StatusFile (S).=/etc/mail/sendmail.st
setoption TimeZoneSpec (t).=
setoption DefaultUser (u).=1:1
setoption TryNullMXList (w).=T
setoption SmtpGreetingMessage (0x90).=$j Sendmail $v/$Z; $b
setoption UnixFromLine (0x91).=From $g $d
setoption OperatorChars (0x92).=.:%@!^/[]+
setoption MaxHeadersLength (0xaa).=32768
drop_privileges(0): RunAs[UG]id=0:0
getauthinfo: root@localhost
============ SYSTEM IDENTITY (after readcf) ============
(short domain name) $w = hpovou
(canonical domain name) $j = hpovou.ams.testcorp.com
(subdomain name) $m = ams.testcorp.com
(node name) $k = hpovou
========================================================
setoption HoldExpensive (c).=F
setoption DeliveryMode (d).=
map_rewrite(@), av = (nullv)
map_rewrite => @
ADDRESS TEST MODE (ruleset 3 NOT automatically invoked)
Enter <ruleset> <address>
> >
====finis: stat 0 e_id=NOQUEUE e_flags=1<OLDSTYLE>
MAILER-DAEMON : root
postmaster : root
nobody : /dev/null
operator : root
uucp : root
daemon : root
ftp-bugs : root
V8/Berkeley
Cwlocalhost
Fw/etc/mail/sendmail.cw
FU-o /etc/mail/uucp-hosts
DX
DW
CP.
DS
CO @ % !
C..
C[[
Kresolve host -a<OK> -T<TEMP>
FR-o /etc/mail/relay-domains
DR
DH
Kdequote dequote
CE root
DM
DnMAILER-DAEMON
CPREDIRECT
DZ8.9.3
DP
DQ
O SevenBitInput=False
O EightBitMode=pass8
O AliasWait=10
O AliasFile=/etc/mail/aliases
O MinFreeBlocks=100
O BlankSub=.
O HoldExpensive=False
O DeliveryMode=background
O TempFileMode=0600
O HelpFile=/usr/share/lib/sendmail.hf
O SendMimeErrors=True
O ForwardPath=$z/.forward.$w+$h:$z/.forward+$h:$z/.forward.$w:$z/.forward
O ConnectionCacheSize=2
O ConnectionCacheTimeout=5m
O UseErrorsTo=False
O LogLevel=9
O CheckAliases=False
O OldStyleHeaders=True
O PrivacyOptions=authwarnings
O QueueDirectory=/var/spool/mqueue
O Timeout.queuereturn=5d
O Timeout.queuewarn=4h
O SuperSafe=True
O StatusFile=/etc/mail/sendmail.st
O TimeZoneSpec=
O DefaultUser=1:1
O TryNullMXList=T
O SmtpGreetingMessage=$j Sendmail $v/$Z; $b
O UnixFromLine=From $g $d
O OperatorChars=.:%@!^/[]+
O MaxHeadersLength=32768
Pfirst-class=0
Pspecial-delivery=100
Plist=-30
Pbulk=-60
Pjunk=-100
Troot
Tdaemon
Tuucp
Tx400
H?P?Return-Path: <$g>
HReceived: $?sfrom $s $.$?_($?s$|from $.$_)
$.by $j ($v/$Z)$?r with $r$. id $i$?u
for $u; $|;
$.$b
H?D?Resent-Date: $a
H?D?Date: $a
H?F?Resent-From: $?x$x <$g>$|$g$.
H?F?From: $?x$x <$g>$|$g$.
H?x?Full-Name: $x
H?M?Resent-Message-Id: <$t.$i@$j>
H?M?Message-Id: <$t.$i@$j>
S3
R<> $@$n
R$*<> $@$n
R$@ $@ <@>
R$* $: $1 <@> mark addresses
R$* < $* > $* <@> $: $1 < $2 > $3 unmark <addr>
R$* :: $* <@> $: $1 :: $2 unmark node::addr
R:include: $* <@> $: :include: $1 unmark :include:...
R$* [ $* : $* ] <@> $: $1 [ $2 : $3 ] unmark IPv6 addrs
R$* : $* [ $* ] $: $1 : $2 [ $3 ] <@> remark if leading colon
R$* : $* <@> $: $2 strip colon if marked
R$* <@> $: $1 unmark
R$* ; $1 strip trailing semi
R$* < $* ; > $1 < $2 > bogus bracketed semi
R$@ $@ :; <@>
R$* $: < $1 > housekeeping <>
R$+ < $* > < $2 > strip excess on left
R< $* > $+ < $1 > strip excess on right
R<> $@ < @ > MAIL FROM:<> case
R< $+ > $: $1 remove housekeeping <>
R@ $+ , $+ @ $1 : $2 change all "," to ":"
R@ $+ : $+ $@ $>96 < @$1 > : $2 handle <route-addr>
R $+ : $* ; @ $+ $@ $>96 $1 : $2 ; < @ $3 > list syntax
R $+ : $* ; $@ $1 : $2; list syntax
R$+ @ $+ $: $1 < @ $2 > focus on domain
R$+ < $+ @ $+ > $1 $2 < @ $3 > move gaze right
R$+ < @ $+ > $@ $>96 $1 < @ $2 > already canonical
R$* < @ $* : $* > $* $1 < @ $2 $3 > $4 nix colons in addrs
R$- ! $+ $@ $>96 $2 < @ $1 .UUCP > resolve uucp names
R$+ . $- ! $+ $@ $>96 $3 < @ $1 . $2 > domain uucps
R$+ ! $+ $@ $>96 $2 < @ $1 .UUCP > uucp subdomains
R$* % $* $1 @ $2 First make them all @s.
R$* @ $* @ $* $1 % $2 @ $3 Undo all but the last.
R$* @ $* $@ $>96 $1 < @ $2 > Insert < > and finish
R$* $@ $>96 $1
S96
R$* < @ localhost > $* $: $1 < @ $j . > $2 no domain at all
R$* < @ localhost . $m > $* $: $1 < @ $j . > $2 local domain
R$* < @ localhost . UUCP > $* $: $1 < @ $j . > $2 .UUCP domain
R$* < @ [ $+ ] > $* $: $1 < @@ [ $2 ] > $3 mark [a.b.c.d]
R$* < @@ $=w > $* $: $1 < @ $j . > $3 self-literal
R$* < @@ $+ > $* $@ $1 < @ $2 > $3 canon IP addr
R$* < @ $=U . UUCP > $* $@ $1 < @ $2 . UUCP . > $3
R$* < @ $+ . UUCP > $* $: $1 < @ $[ $2 $] . UUCP . > $3
R$* < @ $+ . . UUCP . > $* $@ $1 < @ $2 . > $3
R$* < @ $* $~P > $* $: $1 < @ $[ $2 $3 $] > $4
R$* < @ $=w > $* $: $1 < @ $2 . > $3
R$* < @ $j > $* $: $1 < @ $j . > $2
R$* < @ $=M > $* $: $1 < @ $2 . > $3
R$* < @ $* $=P > $* $: $1 < @ $2 $3 . > $4
R$* < @ $* . . > $* $1 < @ $2 . > $3
S4
R$* <@> $@ handle <> and list:;
R$* < @ $+ . > $* $1 < @ $2 > $3
R$* < @ *LOCAL* > $* $1 < @ $j > $2
R$* < $+ > $* $1 $2 $3 defocus
R@ $+ : @ $+ : $+ @ $1 , @ $2 : $3 <route-addr> canonical
R@ $* $@ @ $1 ... and exit
R$+ @ $- . UUCP $2!$1 u@h.UUCP => h!u
R$+ % $=w @ $=w $1 @ $j u%host@host => u@host
S97
R$* $: $>3 $1
R$* $@ $>0 $1
S0
R$* $: $>Parse0 $1 initial parsing
R<@> $#local $: <@> special case error msgs
R$* $: $>98 $1 handle local hacks
R$+ / $* / $* / $* / $* < @ $=w . > $#error $: X\.400 delivery agent not configured
R$+ / $* < @ $=w . > $#error $: OpenMail delivery agent not configured
R$* $: $>Parse1 $1 final parsing
SParse0
R<@> $@ <@> special case error msgs
R$* : $* ; <@> $#error $@ 5.1.3 $: "List:; syntax illegal for recipient addresses"
R<@ $+> $#error $@ 5.1.3 $: "User address required"
R$* $: <> $1
R<> $* < @ [ $+ ] > $* $1 < @ [ $2 ] > $3
R<> $* <$* : $* > $* $#error $@ 5.1.3 $: "Colon illegal in host name part"
R<> $* $1
R$* < @ . $* > $* $#error $@ 5.1.2 $: "Invalid host name"
R$* < @ $* .. $* > $* $#error $@ 5.1.2 $: "Invalid host name"
R$* < @ > $* $@ $>Parse0 $>3 $1 user@ => user
R< @ $=w . > : $* $@ $>Parse0 $>3 $2 @here:... -> ...
R$- < @ $=w . > $: $(dequote $1 $) < @ $2 . > dequote "foo"@here
R< @ $+ > $#error $@ 5.1.3 $: "User address required"
R$* $=O $* < @ $=w . > $@ $>Parse0 $>3 $1 $2 $3 ...@here -> ...
R$- $: $(dequote $1 $) < @ *LOCAL* > dequote "foo"
R< @ *LOCAL* > $#error $@ 5.1.3 $: "User address required"
R$* $=O $* < @ *LOCAL* >
$@ $>Parse0 $>3 $1 $2 $3 ...@*LOCAL* -> ...
R$* < @ *LOCAL* > $: $1
SParse1
R$* < @ [ $+ ] > $* $: $>98 $1 < @ [ $2 ] > $3 numeric internet spec
R$* < @ [ $+ ] > $* $#esmtp $@ [$2] $: $1 < @ [$2] > $3 still numeric: send
$: < $(virtuser $1 + * @ $3 $@ $1 $: @ $) > $1 + $2 < @ $3 . >
$: < $(virtuser $1 @ $3 $@ $1 $: @ $) > $1 + $2 < @ $3 . >
R$=L < @ $=w . > $#local $: @ $1 special local names
R$+ < @ $=w . > $#local $: $1 regular local name
R$* < @ $=Z . UUCP. > $* $#uucp-uudom $@ $2 $: $1 < @ $2 .UUCP. > $3
R$* < @ $=Y . UUCP. > $* $#uucp-new $@ $2 $: $1 < @ $2 .UUCP. > $3
R$* < @ $=U . UUCP. > $* $#uucp-old $@ $2 $: $1 < @ $2 .UUCP. > $3
R$* < @ $+ .UUCP. > $* $#uucp-old $@ $2 $: $1 < @ $2 .UUCP. > $3 user@host.UUCP
R$* < @ $* > $* $: $>95 < $S > $1 < @ $2 > $3 glue on smarthost name
R$* < @$* > $* $#esmtp $@ $2 $: $1 < @ $2 > $3 user@host.domain
R/$* $#local $: / $1 absolute file pathname
R|$* $#local $: | $1 to a program
R:include:$* $#local $: :include: $1 to :include: list
R$+ / $* / $* / $* / $* $#error $: X\.400 delivery agent not configured
R$+ / $* $#error $: OpenMail delivery agent not configured
R$+ $: $(dequote $1 $) strip quotes
R$+ $=O $+ $@ $>97 $1 $2 $3 try again
R$=L $#local $: @ $1 special local names
R$+ $#local $: $1 regular local names
S5
R$+ + * $#local $@ $&h $: $1
R$+ + $* $#local $@ + $2 $: $1 + *
R$+ $: <> $1
R< > $+ $: < $H > $1 try hub
R< > $+ $: < $R > $1 try relay
R< > $+ $: < > < $1 $&h > nope, restore +detail
R< > < $+ + $* > $* < > < $1 > + $2 $3 find the user part
R< > < $+ > + $* $#local $@ $2 $: @ $1 strip the extra +
R< > < $+ > $@ $1 no +detail
R$+ $: $1 <> $&h add +detail back in
R$+ <> + $* $: $1 + $2 check whether +detail
R$+ <> $* $: $1 else discard
R< local : $* > $* $: $>95 < local : $1 > $2 no host extension
R< error : $* > $* $: $>95 < error : $1 > $2 no host extension
R< $- : $+ > $+ $: $>95 < $1 : $2 > $3 < @ $2 >
R< $+ > $+ $@ $>95 < $1 > $2 < @ $1 >
S90
S95
R< > $* $@ $1 strip off null relay
R< error : $- $+ > $* $#error $@ $(dequote $1 $) $: $2
R< local : $* > $* $>CanonLocal < $1 > $2
R< $- : $+ @ $+ > $*<$*>$* $# $1 $@ $3 $: $2<@$3> use literal user
R< $- : $+ > $* $# $1 $@ $2 $: $3 try qualified mailer
R< $=w > $* $@ $2 delete local host
R< $+ > $* $#relay $@ $1 $: $2 use unqualified mailer
SCanonLocal
R< $* > < @ $+ > : $+ $@ $>97 $3
R< $* > $+ $=O $+ < @ $+ > $@ $>97 $2 $3 $4
R< $* > $* < @ $* . > $: < $1 > $2 < @ $3 >
R< > $* < @ $* > $* $#local $@ $1@$2 $: $1
R< > $+ $#local $@ $1 $: $1
R< $+ @ $+ > $* < @ $* > $: < $1 > $3 < @ $4 >
R< $+ > $* <@ $* > $* $#local $@ $2@$3 $: $1
R< $+ > $* $#local $@ $2 $: $1
S93
R$=E < @ *LOCAL* > $@ $1 < @ $j . > leave exposed
R$=E < @ $=M . > $@ $1 < @ $2 . >
R$=E < @ $=w . > $@ $1 < @ $2 . >
R$* < @ $=M . > $* $: $1 < @ $2 . @ $M > $3 convert masqueraded doms
R$* < @ $=w . > $* $: $1 < @ $2 . @ $M > $3
R$* < @ *LOCAL* > $* $: $1 < @ $j . @ $M > $2
R$* < @ $+ @ > $* $: $1 < @ $2 > $3 $M is null
R$* < @ $+ @ $+ > $* $: $1 < @ $3 . > $4 $M is not null
S94
R$+ $@ $>93 $1
S98
R$* < @ $+ .REDIRECT. > $: $1 < @ $2 . REDIRECT . > < ${opMode} >
R$* < @ $+ .REDIRECT. > <i> $: $1 < @ $2 . REDIRECT. >
R$* < @ $+ .REDIRECT. > < $- > $# error $@ 5.1.1 $: "551 User has moved; please try " <$1@$2>
Scheck_local
R< > $* $@ $1 $m not set - return
R<$*> $* $2 just strip
R$+ < @ $+.$m. > $#esmtp $@ $2.$m $: $1 < @$2.$m > deliver it !
R$+ < @ $m. > $#esmtp $@ $m $: $1 < @$m > deliver it !
SCanonAddr
R$* $: $>Parse0 $>3 $1 make domain canonical
R< @ $+ > : $* @ $* < @ $1 > : $2 % $3 change @ to % in src route
R$* < @ $+ > : $* : $* $3 $1 < @ $2 > : $4 change to % hack.
R$* < @ $+ > : $* $3 $1 < @ $2 >
SParseRecipient
R$* $: <?> $>CanonAddr $1
R<?> $* < @ $* . > <?> $1 < @ $2 > strip trailing dots
R<?> $- < @ $* > $: <?> $(dequote $1 $) < @ $2 > dequote local part
R<?> $* $=O $* < @ $* > $: <NO> $1 $2 $3 < @ $4>
R<?> $* $@ $1
R<NO> $* < @ $* $=R > $: <RELAY> $1 < @ $2 $3 >
R<RELAY> $* < @ $* > $@ $>ParseRecipient $1
R<$-> $* $@ $2
SLocal_check_relay
Scheck_relay
R$* $: $1 $| $>"Local_check_relay" $1
R$* $| $* $| $#$* $#$3
R$* $| $* $| $* $@ $>"Basic_check_relay" $1 $| $2
SBasic_check_relay
R$* $: < ${deliveryMode} > $1
R< d > $* $@ deferred
R< $* > $* $: $2
SLocal_check_mail
Scheck_mail
R$* $: $1 $| $>"Local_check_mail" $1
R$* $| $#$* $#$2
R$* $| $* $@ $>"Basic_check_mail" $1
SBasic_check_mail
R$* $: < ${deliveryMode} > $1
R< d > $* $@ deferred
R< $* > $* $: $2
R<> $@ <OK>
R$* $: <?> $>CanonAddr $1
R<?> $* < @ $+ . > <?> $1 < @ $2 > strip trailing dots
R<?> $* < $* $=P > $* $: <OK> $1 < @ $2 $3 > $4
R<?> $* < @ $+ > $* $: <? $(resolve $2 $: $2 <PERM> $) > $1 < @ $2 > $3
R<? $* <$->> $* < @ $+ > $*
$: <$2> $3 < @ $4 > $5
R<$+> $* < @localhost > $: < ? $&{client_name} > <$1> $2 < @localhost >
R<$+> $* < @localhost.$m >
$: < ? $&{client_name} > <$1> $2 < @localhost.$m >
R<$+> $* < @localhost.UUCP >
$: < ? $&{client_name} > <$1> $2 < @localhost.UUCP >
R<? $=w> <$+> $* <?> <$2> $3
R<? $+> <$+> $* $#error $@ 5.5.4 $: "553 Real domain name required"
R<?> <$+> $* $: <$1> $2
R<?> $* $: < ? $&{client_name} > $1
R<?> $* $@ <OK> ...local unqualed ok
R<? $+> $* $#error $@ 5.5.4 $: "553 Domain name required"
...remote is not
R<?> $* $@ <OK>
R<OK> $* $@ <OK>
R<TEMP> $* $#error $@ 4.1.8 $: "451 Sender domain must resolve"
R<PERM> $* $#error $@ 5.1.8 $: "501 Sender domain must exist"
SLocal_check_rcpt
Scheck_rcpt
R$* $: $1 $| $>"Local_check_rcpt" $1
R$* $| $#$* $#$2
R$* $| $* $@ $>"Basic_check_rcpt" $1
SBasic_check_rcpt
R$* $: < ${deliveryMode} > $1
R< d > $* $@ deferred
R< $* > $* $: $2
R$* $: $>ParseRecipient $1 strip relayable hosts
R$+ < @ $=w > $@ OK
R$+ < @ $* $=R > $@ OK
R$* $: <?> $1
R<?> $* < @ $+ > $: <REMOTE> $1 < @ $2 >
R<?> $+ $@ OK
R<$+> $* $: $2
R$* $: <?> $&{client_name}
R<?> [$+] $: <BAD> [$1]
R<?> $* $~P $: <?> $[ $1 $2 $]
R<$-> $* $: $2
R$* . $1 strip trailing dots
R$@ $@ OK
R$=w $@ OK
R$* $=R $@ OK
R$* $: $&{client_addr}
R$@ $@ OK originated locally
R0 $@ OK originated locally
R$=R $* $@ OK relayable IP address
R$* $: [ $1 ] put brackets around it...
R$=w $@ OK ... and see if it is local
R$* $#error $@ 5.7.1 $: "550 Relaying denied"
Mlocal, P=/usr/bin/rmail, F=lsDFMAw5:/|@qm9, S=10/30, R=20/40,
T=DNS/RFC822/X-Unix,
A=rmail -d $u
Mprog, P=/usr/bin/sh, F=lsDFMoqeu9, S=10/30, R=20/40, D=$z:/,
T=X-Unix,
A=sh -c $u
S10
R<@> $n errors to mailer-daemon
R@ <@ $*> $n temporarily bypass Sun bogosity
R$+ $: $>50 $1 add local domain if needed
R$* $: $>94 $1 do masquerading
S20
R$+ < @ $* > $: $1 strip host part
S30
R<@> $n errors to mailer-daemon
R@ <@ $*> $n temporarily bypass Sun bogosity
R$+ $: $>50 $1 add local domain if needed
R$* $: $>93 $1 do masquerading
S40
R$+ $: $>50 $1 add local domain if needed
S50
R$* < @ $* > $* $@ $1 < @ $2 > $3 already fully qualified
R$+ $@ $1 < @ *LOCAL* > add local qualification
Msmtp, P=[IPC], F=mDFMuX, S=11/31, R=21, E=\r\n, L=990,
T=DNS/RFC822/SMTP,
A=IPC $h
Mesmtp, P=[IPC], F=mDFMuXa, S=11/31, R=21, E=\r\n, L=990,
T=DNS/RFC822/SMTP,
A=IPC $h
Msmtp8, P=[IPC], F=mDFMuX8, S=11/31, R=21, E=\r\n, L=990,
T=DNS/RFC822/SMTP,
A=IPC $h
Mrelay, P=[IPC], F=mDFMuXa8, S=11/31, R=61, E=\r\n, L=2040,
T=DNS/RFC822/SMTP,
A=IPC $h
S11
R$+ $: $>51 $1 sender/recipient common
R$* :; <@> $@ list:; special case
R$* $: $>61 $1 qualify unqual'ed names
R$+ $: $>94 $1 do masquerading
S21
R$+ $: $>51 $1 sender/recipient common
R$+ $: $>61 $1 qualify unqual'ed names
S31
R$+ $: $>51 $1 sender/recipient common
R:; <@> $@ list:; special case
R$* <@> $* $@ $1 <@> $2 pass null host through
R< @ $* > $* $@ < @ $1 > $2 pass route-addr through
R$* $: $>61 $1 qualify unqual'ed names
R$+ $: $>93 $1 do masquerading
S51
R< @ $+ > $* $@ < @ $1 > $2 resolve <route-addr>
R$+ < @ $+ .UUCP. > $: < $2 ! > $1 convert to UUCP form
R$+ < @ $* > $* $@ $1 < @ $2 > $3 not UUCP form
R< $&h ! > $- ! $+ $@ $2 < @ $1 .UUCP. >
R< $&h ! > $-.$+ ! $+ $@ $3 < @ $1.$2 >
R< $&h ! > $+ $@ $1 < @ $&h .UUCP. >
R< $+ ! > $+ $: $1 ! $2 < @ $Y > use UUCP_RELAY
R$+ < @ $+ : $+ > $@ $1 < @ $3 > strip mailer: part
R$+ < @ > $: $1 < @ *LOCAL* > if no UUCP_RELAY
S61
R$* < @ $* > $* $@ $1 < @ $2 > $3 already fully qualified
R$+ $@ $1 < @ *LOCAL* > add local qualification
S71
R$+ $: $>61 $1
R$+ $: $>93 $1
Mx400, P=/opt/x400/lbin/x4mailer, F=CDMFmn, S=14, R=24, A=x4mailer -f $g $u
S14
R$+ $: $>81 $1
S24
R$+ $: $>81 $1
Mopenmail, P=/opt/openmail/bin/unix.in, F=DFLMXmnu, E=\n, S=15, R=25, A=unix.in
S15
R$+ $: $>81 $1
S25
R$+ $: $>81 $1
Momxport, P=/opt/openmail/bin/xport.in, F=LMn, A=xport.in $u
S81
R$* < @ hpx400 . UUCP > $* $: $1 < @ $j . > $2 x.400 in UUCP syntax
R$* < @ $+ > $* $@ $1 < @ $2 > $3 already has (remote) dom
R$+ / $* / $* / $* / $* $: $1 / $2 / $3 / $4 / $5 < @ $j > local x400 rcp
R$+ $: $>94 $1 do masquerading
Muucp, P=/usr/bin/uux, F=DFMhuUd, S=12, R=22/42, M=100000,
T=X-UUCP/X-UUCP/X-Unix,
A=uux - -r -a$g -gC $h!rmail ($u)
Muucp-old, P=/usr/bin/uux, F=DFMhuUd, S=12, R=22/42, M=100000,
T=X-UUCP/X-UUCP/X-Unix,
A=uux - -r -a$g -gC $h!rmail ($u)
Msuucp, P=/usr/bin/uux, F=mDFMhuUd, S=12, R=22/42, M=100000,
T=X-UUCP/X-UUCP/X-Unix,
A=uux - -r -a$g -gC $h!rmail ($u)
Muucp-new, P=/usr/bin/uux, F=mDFMhuUd, S=12, R=22/42, M=100000,
T=X-UUCP/X-UUCP/X-Unix,
A=uux - -r -a$g -gC $h!rmail ($u)
Muucp-dom, P=/usr/bin/uux, F=mDFMhud, S=52/31, R=21, M=100000,
T=X-UUCP/X-UUCP/X-Unix,
A=uux - -r -a$g -gC $h!rmail ($u)
Muucp-uudom, P=/usr/bin/uux, F=mDFMhud, S=72/31, R=21, M=100000,
T=X-UUCP/X-UUCP/X-Unix,
A=uux - -r -a$g -gC $h!rmail ($u)
S12
R<@> $n errors to mailer-daemon
R:; <@> $@
R$* < @ $* . > $* $1 < @ $2 > $3 strip trailing dots
R$* < @ $=w > $1 strip local name
R<@ $- . UUCP > : $+ $1 ! $2 convert to UUCP format
R<@ $+ > : $+ $1 ! $2 convert to UUCP format
R$* < @ $- . UUCP > $2 ! $1 convert to UUCP format
R$* < @ $+ > $2 ! $1 convert to UUCP format
R$&h ! $+ ! $+ $@ $1 ! $2 $h!...!user => ...!user
R$&h ! $+ $@ $&h ! $1 $h!user => $h!user
R$+ $: $U ! $1 prepend our name
R! $+ $: $k ! $1 in case $U undefined
S22
R:; <@> $@
R$* < @ $* . > $* $1 < @ $2 > $3 strip trailing dots
R$* < @ $=w > $1 strip local name
R<@ $- . UUCP > : $+ $1 ! $2 convert to UUCP format
R<@ $+ > : $+ $1 ! $2 convert to UUCP format
R$* < @ $- . UUCP > $2 ! $1 convert to UUCP format
R$* < @ $+ > $2 ! $1 convert to UUCP format
S42
R:; <@> $@
R$* < @ $* . > $* $1 < @ $2 > $3 strip trailing dots
R$* < @ $=w > $1 strip local name
R<@ $- . UUCP > : $+ $1 ! $2 convert to UUCP format
R<@ $+ > : $+ $1 ! $2 convert to UUCP format
R$* < @ $- . UUCP > $2 ! $1 convert to UUCP format
R$* < @ $+ > $2 ! $1 convert to UUCP format
R$&h ! $+ ! $+ $@ $1 ! $2 $h!...!user => ...!user
R$&h ! $+ $@ $&h ! $1 $h!user => $h!user
R$+ $: $U ! $1 prepend our name
R! $+ $: $k ! $1 in case $U undefined
S52
R<@> $n errors to mailer-daemon
R$* $@ $>11 $1
S72
R<@> $n errors to mailer-daemon
R$* $: $>11 $1
R$* < @ $* . > $* $1 < @ $2 > $3 strip trailing dots
R<@ $- . UUCP > : $+ $@ $1 ! $2 convert to UUCP format
R<@ $+ > : $+ $@ $1 ! $2 convert to UUCP format
R$* < @ $- . UUCP > $@ $2 ! $1 convert to UUCP format
R$* < @ $+ > $@ $2 ! $1 convert to UUCP format
hosts dns files
aliases files
Top software
- syslogd /etc/syslog.conf
mail.debug /var/adm/syslog/mail.log
*.info;mail.none /var/adm/syslog/syslog.log
*.alert /dev/console
*.alert root
*.emerg *
log global application process device=disk,lvm,cpu,filesystem transaction
size global=10, application=10, process=20, device=10, transaction=10
mainttime = 23:30
threshold cpu = 5.0, disk = 5.0, nonew, nokilled
application = network
file = nfs*,biod,automount,inetd,snmp*,rpc*,llbd,netfmt,portmap
file = rbootd,telnet*,ftp*,*rlogin*,remsh*,rcp,nktl*,nvsisr,ttisr
file = lcsp,gcsp,strmen,strweld,vtdaemon,mib*,trapdest*,*web*,xntpd,yp*
file = hp_unixagt,ntl*,pty*
application = memory_management
file = swapper,vhand,syncer,pageout,fsflush,vx*d
application = other_user_root
user = root
symptom CPU_Bottleneck type=CPU
rule GBL_CPU_TOTAL_UTIL > 75 prob 25
rule GBL_CPU_TOTAL_UTIL > 85 prob 25
rule GBL_CPU_TOTAL_UTIL > 90 prob 25
rule GBL_PRI_QUEUE > 3 prob 25
symptom Disk_Bottleneck type=DISK
rule GBL_DISK_UTIL_PEAK > 50 prob GBL_DISK_UTIL_PEAK
rule GBL_DISK_SUBSYSTEM_QUEUE > 3 prob 25
symptom Memory_Bottleneck type=MEMORY
rule GBL_MEM_QUEUE > 2 prob 20
rule GBL_MEM_PAGEOUT_RATE > 5 prob 20
rule GBL_MEM_PAGEOUT_RATE > 50 prob 20
rule GBL_DISK_VM_WRITE_RATE > 5 prob 20
rule GBL_DISK_VM_WRITE_RATE > 50 prob 20
rule GBL_MEM_SWAPOUT_RATE > 1 prob 35
rule GBL_MEM_SWAPOUT_RATE > 4 prob 50
symptom Network_Bottleneck type=NETWORK
rule GBL_NET_OUTQUEUE > 0 prob 10
rule GBL_NET_OUTQUEUE > 1 prob 25
rule GBL_NFS_CALL_RATE > 500 prob 10
rule GBL_NET_COLLISION_PCT > 10 prob 10
rule GBL_NET_COLLISION_PCT > 25 prob 20
rule GBL_NET_COLLISION_PCT > 50 prob 30
rule GBL_NET_PACKET_RATE > 500 prob 10
rule GBL_NET_PACKET_RATE > 1000 prob 10
rule GBL_NET_PACKET_RATE > 3000 prob 20
rule GBL_NET_PACKET_RATE > 5000 prob 20
rule GBL_NET_PACKET_RATE > 9000 prob 20
alarm CPU_Bottleneck > 50 for 2 minutes
start
if CPU_Bottleneck > 90 then
red alert "CPU Bottleneck probability= ", CPU_Bottleneck, "%"
else
yellow alert "CPU Bottleneck probability= ", CPU_Bottleneck, "%"
repeat every 10 minutes
if CPU_Bottleneck > 90 then
red alert "CPU Bottleneck probability= ", CPU_Bottleneck, "%"
else
yellow alert "CPU Bottleneck probability= ", CPU_Bottleneck, "%"
end
reset alert "End of CPU Bottleneck Alert"
alarm Disk_Bottleneck > 50 for 2 minutes
start
if Disk_Bottleneck > 90 then
red alert "Disk Bottleneck probability= ", Disk_Bottleneck, "%"
else
yellow alert "Disk Bottleneck probability= ", Disk_Bottleneck, "%"
repeat every 10 minutes
if Disk_Bottleneck > 90 then
red alert "Disk Bottleneck probability= ", Disk_Bottleneck, "%"
else
yellow alert "Disk Bottleneck probability= ", Disk_Bottleneck, "%"
end
reset alert "End of Disk Bottleneck Alert"
alarm Memory_Bottleneck > 50 for 2 minutes
start
if Memory_Bottleneck > 90 then
red alert "Memory Bottleneck probability= ", Memory_Bottleneck, "%"
else
yellow alert "Memory Bottleneck probability= ", Memory_Bottleneck, "%"
repeat every 10 minutes
if Memory_Bottleneck > 90 then
red alert "Memory Bottleneck probability= ", Memory_Bottleneck, "%"
else
yellow alert "Memory Bottleneck probability= ", Memory_Bottleneck, "%"
end
reset alert "End of Memory Bottleneck Alert"
alarm Network_Bottleneck > 50 for 2 minutes
start
if Network_Bottleneck > 90 then
red alert "Network Bottleneck probability= ", Network_Bottleneck, "%"
else
yellow alert "Network Bottleneck probability= ", Network_Bottleneck, "%"
repeat every 10 minutes
if Network_Bottleneck > 90 then
red alert "Network Bottleneck probability= ", Network_Bottleneck, "%"
else
yellow alert "Network Bottleneck probability= ", Network_Bottleneck, "%"
end
reset alert "End of Network Bottleneck Alert"
alarm (GBL_NET_PACKET_RATE > 100) and
((GBL_NET_IN_ERROR_PCT > 4) or
(GBL_NET_OUT_ERROR_PCT > 2))
start
yellow alert "Network error rate exceeded threshold"
end
reset alert "End of network error rate alert"
alarm GBL_SWAP_SPACE_UTIL > 95
start
red alert "Global swap space is nearly full"
end
reset alert "End of global swap space full condition"
alarm TBL_SHMEM_TABLE_UTIL > 90
start
red alert "Shared memory table is nearly full"
end
reset alert "End of shared memory table full condition"
alarm TBL_SEM_TABLE_UTIL > 90
start
red alert "Semaphore table is nearly full"
end
reset alert "End of semaphore table full condition"
alarm TBL_MSG_TABLE_UTIL > 90
start
red alert "Message queue table is nearly full"
end
reset alert "End of message queue full condition"
alarm TBL_PROC_TABLE_UTIL > 90
start
red alert "Process table is nearly full"
end
reset alert "End of process table full condition"
alarm TBL_FILE_TABLE_UTIL > 90
start
red alert "File table is nearly full"
end
reset alert "End of file table full condition"
alarm TBL_FILE_LOCK_UTIL > 90
start
red alert "File lock table is nearly full"
end
reset alert "End of file lock table full condition"
alarm GBL_TT_OVERFLOW_COUNT > 0
start
yellow alert "Transaction Tracker overflow - restart ttd or midaemon - see man pages"
repeat every 30 minutes
yellow alert "Transaction Tracker overflow"
initiallost = initiallost
if initiallost == 0 then
initiallost = GBL_LOST_MI_TRACE_BUFFERS
lostbufs = lostbufs
alarm (lostbufs < GBL_LOST_MI_TRACE_BUFFERS) and
(initiallost < GBL_LOST_MI_TRACE_BUFFERS)
start {
yellow alert "MI trace buffer loss detected"
lostbufs = GBL_LOST_MI_TRACE_BUFFERS
}
tran=* range=0.5,1,2,3,5,10,30,120,300 slo=5.0
[HP Perf Tools]
tran=Scope_Get_Global_Metrics range=0.5,1.0,1.5,2,3,5,8,10,15 slo=15
tran=Scope_Get_Process_Metrics range=0.5,1.0,1.5,2,3,5,8,10,15 slo=15
0:ovsessionmgr:ovsessionmgr:OVs_YES_START:::OVs_WELL_BEHAVED:7:NOPAUSE::
0:ovwdb:ovwdb:OVs_YES_START::-O:OVs_WELL_BEHAVED:15:PAUSE::
0:ovuispmd:ovuispmd:OVs_YES_START:ovwdb,ovtopmd:-O:OVs_WELL_BEHAVED:60:PAUSE::
0:ovtrapd:ovtrapd:OVs_YES_START:pmd::OVs_WELL_BEHAVED:15:NOPAUSE::
0:ovactiond:ovactiond:OVs_YES_START:pmd::OVs_WELL_BEHAVED:15:NOPAUSE::
0:ovalarmsrv:ovalarmsrv:OVs_YES_START:pmd::OVs_WELL_BEHAVED:120:PAUSE::
0:pmd:pmd:OVs_YES_START:::OVs_WELL_BEHAVED:30:PAUSE::
0:ovdbcheck:ovdbcheck:OVs_YES_START::-ovspmd:OVs_WELL_BEHAVED:90:PAUSE::
0:httpd:/opt/OV/httpd/bin/apachectl:OVs_YES_START::start:OVs_DAEMON:15:NOPAUSE:/opt/OV/httpd/bin/apachectl stop:
0:ovtopmd:ovtopmd:OVs_YES_START:pmd,ovwdb:-O:OVs_WELL_BEHAVED:15:PAUSE::
0:netmon:netmon:OVs_YES_START:ovtopmd,pmd,ovwdb:-P -k segRedux=true:OVs_WELL_BEHAVED:15:PAUSE::
0:snmpCollect:snmpCollect:OVs_YES_START:pmd,ovwdb,ovtopmd::OVs_WELL_BEHAVED:20:PAUSE::
0:ovrequestd:ovrequestd:OVs_YES_START::-s:OVs_WELL_BEHAVED:300:NOPAUSE::
0:ovoacomm:/opt/OV/bin/OpC/ovoareqsdr:OVs_YES_START:ovwdb,ovuispmd:-start:OVs_WELL_BEHAVED:120:NOPAUSE::
0:opc:/opt/OV/bin/OpC/opcctlm:OVs_YES_START:ovwdb,ovtopmd,ovoacomm:-start:OVs_WELL_BEHAVED:120:NOPAUSE::
Status_Polling_Switch 1
Delete_Nodes_Switch 1
Node_Deletion_Interval 1w
New_Node_Switch 1
New_Node_Unmanaged_Switch 0
New_Node_Auto_Switch 1
New_Node_Interval 15m
Config_Checking_Switch 1
Config_Checking_Interval 1d
Discovery_Filter_Switch 0
Discovery_Filter_Name none
Discover_NonIP_Switch 1
IPX_Discovery_Switch 0
IPX_Rip_Interval 6h
IPX_Rip_Time 0
IPX_Max_Hops 0
Connector_Topology_Switch 1
Connector_Topology_Interval 4h
DHCP_Handling_Switch 0
DHCP_Filter_Switch 0
DHCP_Filter_Name none
Delete_DHCP_Address_Switch 0
Delete_DHCP_Address_Interval 8h
Sec_Failure_Mode_Switch 1
Sec_Failure_Polling_Scale 2
Critical_Node_Filter_Switch 0
Critical_Node_Filter_Name none
Critical_Node_Sec_Status down
Normal_Node_Sec_Status unknown
Sec_Fail_Event_Suppress_Switch 1
RTT_Event_Flush_Interval_Seconds 120
3
0 "IGNORE" "IGNORE"
1 "LOGONLY" "LOGONLY"
2 "Error Alarms" "Error Alarms"
3 "Threshold Alarms" "Threshold Alarms"
4 "Status Alarms" "Status Alarms"
5 "Configuration Alarms" "Configuration Alarms"
6 "Application Alert Alarms" "Application Alert Alarms"
60 "Print Alarms" printEvents
60 "Print Alarms with Topology Information" printEvents -s
0 "Browse MIB" ovmibBrwEvent
20 "Sort Alarms by Severity" sortEvents -s
20 "Sort Alarms by Source" sortEvents -n
20 "Sort Alarms by Message" sortEvents -m
20 "Sort Alarms by Source Frequency" freqSortEvnt -s
20 "Sort Alarms by Alarm Frequency" freqSortEvnt -e
20 "Sort Alarms by Source and Alarm Frequency" freqSortEvnt -c
0 "Search Event Database for Source" sourceEvents
0 "Search Event Database for Source (include Log Only events)" sourceEvents -l
rmon .1.3.6.1.2.1.16
ENTERPRISES .1.3.6.1.4.1
OpenView .1.3.6.1.4.1.11.2.17.1
dmiIndications .1.3.6.1.4.1.412.1.2
dmtfProcessorTable .1.3.6.1.4.1.412.2.4.5
dmtfMotherboardTable .1.3.6.1.4.1.412.2.4.6
dmtfLogicalMemoryTable .1.3.6.1.4.1.412.2.4.8
dmtfSystemCacheTable .1.3.6.1.4.1.412.2.4.9
dmtfPowerSupplyTable .1.3.6.1.4.1.412.2.4.16
dmtfCoolingDeviceTable .1.3.6.1.4.1.412.2.4.17
dmtfDisksTable .1.3.6.1.4.1.412.2.4.22
dmtfDiskControllerTable .1.3.6.1.4.1.412.2.4.25
dmtfPhysicalMemoryArrayTable .1.3.6.1.4.1.412.2.4.33
dmtfMassStoreLogicalDrivesTable .1.3.6.1.4.1.412.2.4.45
dmtfSystemResetTable .1.3.6.1.4.1.412.2.4.48
dmtfSystemHardwareSecurityTable .1.3.6.1.4.1.412.2.4.49
dmtfUPSBatteryTable .1.3.6.1.4.1.412.2.4.52
dmtfVoltageProbeTable .1.3.6.1.4.1.412.2.4.53
dmtfTemperatureProbeTable .1.3.6.1.4.1.412.2.4.54
dmtfElectricalCurrentProbeTable .1.3.6.1.4.1.412.2.4.55
dmtfPhysicalContainerGlobalTable .1.3.6.1.4.1.412.2.4.63
dmtfStructureDependencyTable .1.3.6.1.4.1.412.2.4.68
dmtfPortableBatteryTable .1.3.6.1.4.1.412.2.8.1
ManageX .1.3.6.1.4.1.2427
snmpTraps .1.3.6.1.6.3.1.1.5
RMON_Rise_Alarm .1.3.6.1.2.1.16.0.1 "Threshold Alarms" Warning
RMON_Falling_Alarm .1.3.6.1.2.1.16.0.2 "Threshold Alarms" Warning
RMON_Packet_Match .1.3.6.1.2.1.16.0.3 "Status Alarms" Normal
EnterpriseDefault .1.3.6.1.4.1.* "Error Alarms" Normal
OV_Default .1.3.6.1.4.1.11.2.17.1.* "Error Alarms" Normal
OV_IF_Marginal .1.3.6.1.4.1.11.2.17.1.0.40000000 "LOGONLY" Warning
OV_IF_IP_Addr_Chg .1.3.6.1.4.1.11.2.17.1.0.40000001 "Configuration Alarms" Normal
OV_Network_SubMskChg .1.3.6.1.4.1.11.2.17.1.0.40000002 "Configuration Alarms" Normal
OV_Connection_Up .1.3.6.1.4.1.11.2.17.1.0.40000003 "LOGONLY" Normal
OV_Connection_Down .1.3.6.1.4.1.11.2.17.1.0.40000004 "LOGONLY" Minor
OV_Connection_Marg .1.3.6.1.4.1.11.2.17.1.0.40000005 "LOGONLY" Warning
OV_DataCollect_Check .1.3.6.1.4.1.11.2.17.1.0.40000006 "LOGONLY" Normal
OV_IF_Disconnected_Segs .1.3.6.1.4.1.11.2.17.1.0.40000007 "LOGONLY" Normal
OV_Map_Change .1.3.6.1.4.1.11.2.17.1.0.40000008 "LOGONLY" Normal
OV_Network_IPAddrChg .1.3.6.1.4.1.11.2.17.1.0.40000009 "Configuration Alarms" Normal
OV_Network_Name_Chg .1.3.6.1.4.1.11.2.17.1.0.40000010 "Configuration Alarms" Normal
OV_IF_Unknown .1.3.6.1.4.1.11.2.17.1.0.40000011 "LOGONLY" Normal
OV_Node_Unknown .1.3.6.1.4.1.11.2.17.1.0.40000012 "Status Alarms" Normal
OV_Segment_Unknown .1.3.6.1.4.1.11.2.17.1.0.40000013 "LOGONLY" Normal
OV_Network_Unknown .1.3.6.1.4.1.11.2.17.1.0.40000014 "LOGONLY" Normal
OV_ConnectionUnknown .1.3.6.1.4.1.11.2.17.1.0.40000015 "LOGONLY" Normal
OV_Node_SupportsSNMP .1.3.6.1.4.1.11.2.17.1.0.40000016 "LOGONLY" Normal
OV_Station_Added .1.3.6.1.4.1.11.2.17.1.0.40000017 "LOGONLY" Normal
OV_Station_Deleted .1.3.6.1.4.1.11.2.17.1.0.40000018 "LOGONLY" Normal
OV_Station_Normal .1.3.6.1.4.1.11.2.17.1.0.40000019 "LOGONLY" Normal
OV_Station_Critical .1.3.6.1.4.1.11.2.17.1.0.40000020 "Status Alarms" Critical
OV_Station_Marginal .1.3.6.1.4.1.11.2.17.1.0.40000021 "Status Alarms" Minor
OV_Station_Unknown .1.3.6.1.4.1.11.2.17.1.0.40000022 "LOGONLY" Normal
OV_Manage_Station .1.3.6.1.4.1.11.2.17.1.0.40000023 "LOGONLY" Normal
OV_Unmanage_Station .1.3.6.1.4.1.11.2.17.1.0.40000024 "LOGONLY" Normal
OV_Station_Flg_Chg .1.3.6.1.4.1.11.2.17.1.0.40000025 "LOGONLY" Normal
OV_Station_Name_Chg .1.3.6.1.4.1.11.2.17.1.0.40000026 "LOGONLY" Normal
OV_Station_Warning .1.3.6.1.4.1.11.2.17.1.0.40000027 "Status Alarms" Warning
OV_Station_Major .1.3.6.1.4.1.11.2.17.1.0.40000028 "Status Alarms" Major
OV_Station_DbTime .1.3.6.1.4.1.11.2.17.1.0.40000029 "LOGONLY" Normal
OV_Station_Type .1.3.6.1.4.1.11.2.17.1.0.40000030 "LOGONLY" Normal
OV_Station_Vers .1.3.6.1.4.1.11.2.17.1.0.40000031 "LOGONLY" Normal
OV_Station_Desc .1.3.6.1.4.1.11.2.17.1.0.40000032 "LOGONLY" Normal
OV_Station_Interval .1.3.6.1.4.1.11.2.17.1.0.40000033 "LOGONLY" Normal
OV_Station_SNMPSec .1.3.6.1.4.1.11.2.17.1.0.40000034 "LOGONLY" Normal
OV_Station_Lic_Date .1.3.6.1.4.1.11.2.17.1.0.40000035 "LOGONLY" Normal
OV_Station_Lic_Nodes .1.3.6.1.4.1.11.2.17.1.0.40000036 "LOGONLY" Normal
OV_Station_Overlap .1.3.6.1.4.1.11.2.17.1.0.40000037 "LOGONLY" Normal
OV_DatabaseInit .1.3.6.1.4.1.11.2.17.1.0.40000040 "LOGONLY" Normal
FORWARD %REMOTE_MANAGERS_LIST%
OV_IPTopoFlags .1.3.6.1.4.1.11.2.17.1.0.40000041 "LOGONLY" Normal
OV_Stn_Failover .1.3.6.1.4.1.11.2.17.1.0.40000043 "Configuration Alarms" Normal
OV_Stn_Failover_Release .1.3.6.1.4.1.11.2.17.1.0.40000044 "Configuration Alarms" Normal
OV_Stn_Failover_Flt_Chg .1.3.6.1.4.1.11.2.17.1.0.40000045 "LOGONLY" Normal
OV_Stn_Sync_Start .1.3.6.1.4.1.11.2.17.1.0.40000046 "Status Alarms" Normal
OV_Stn_Sync_Finish .1.3.6.1.4.1.11.2.17.1.0.40000047 "Status Alarms" Normal
OV_Net_Primary .1.3.6.1.4.1.11.2.17.1.0.40000050 "LOGONLY" Normal
OV_Seg_Primary .1.3.6.1.4.1.11.2.17.1.0.40000051 "LOGONLY" Normal
OV_Node_Primary .1.3.6.1.4.1.11.2.17.1.0.40000052 "LOGONLY" Normal
OV_If_Primary .1.3.6.1.4.1.11.2.17.1.0.40000053 "LOGONLY" Normal
OV_Net_Sec_Added .1.3.6.1.4.1.11.2.17.1.0.40000060 "LOGONLY" Normal
OV_Net_Sec_Deleted .1.3.6.1.4.1.11.2.17.1.0.40000061 "LOGONLY" Normal
OV_Seg_Sec_Added .1.3.6.1.4.1.11.2.17.1.0.40000062 "LOGONLY" Normal
OV_Seg_Sec_Deleted .1.3.6.1.4.1.11.2.17.1.0.40000063 "LOGONLY" Normal
OV_Node_Sec_Added .1.3.6.1.4.1.11.2.17.1.0.40000064 "LOGONLY" Normal
OV_Node_Sec_Deleted .1.3.6.1.4.1.11.2.17.1.0.40000065 "LOGONLY" Normal
OV_If_Sec_Added .1.3.6.1.4.1.11.2.17.1.0.40000066 "LOGONLY" Normal
OV_If_Sec_Deleted .1.3.6.1.4.1.11.2.17.1.0.40000067 "LOGONLY" Normal
OV_Net_Status .1.3.6.1.4.1.11.2.17.1.0.40000070 "LOGONLY" Normal
OV_Seg_Status .1.3.6.1.4.1.11.2.17.1.0.40000071 "LOGONLY" Normal
OV_Node_Status .1.3.6.1.4.1.11.2.17.1.0.40000072 "LOGONLY" Normal
OV_If_Status .1.3.6.1.4.1.11.2.17.1.0.40000073 "LOGONLY" Normal
OV_Network_Warning .1.3.6.1.4.1.11.2.17.1.0.40000080 "LOGONLY" Warning
OV_Network_Major .1.3.6.1.4.1.11.2.17.1.0.40000081 "Status Alarms" Warning
OV_Segment_Warning .1.3.6.1.4.1.11.2.17.1.0.40000082 "LOGONLY" Warning
OV_Segment_Major .1.3.6.1.4.1.11.2.17.1.0.40000083 "Status Alarms" Warning
OV_Node_Warning .1.3.6.1.4.1.11.2.17.1.0.40000084 "Status Alarms" Warning
OV_Node_Major .1.3.6.1.4.1.11.2.17.1.0.40000085 "Status Alarms" Warning
OV_IF_Warning .1.3.6.1.4.1.11.2.17.1.0.40000086 "LOGONLY" Warning
OV_IF_Major .1.3.6.1.4.1.11.2.17.1.0.40000087 "LOGONLY" Warning
OV_IF_AdminDown .1.3.6.1.4.1.11.2.17.1.0.40000088 "LOGONLY" Normal
OV_IF_Testing .1.3.6.1.4.1.11.2.17.1.0.40000089 "LOGONLY" Normal
OV_Conn_Warning .1.3.6.1.4.1.11.2.17.1.0.40000090 "LOGONLY" Normal
OV_Conn_Major .1.3.6.1.4.1.11.2.17.1.0.40000091 "LOGONLY" Normal
OV_Conn_AdminDown .1.3.6.1.4.1.11.2.17.1.0.40000092 "LOGONLY" Normal
OV_Conn_Testing .1.3.6.1.4.1.11.2.17.1.0.40000093 "LOGONLY" Normal
OV_Node_SNMP_Addr .1.3.6.1.4.1.11.2.17.1.0.40000100 "LOGONLY" Normal
OV_IF_Seg_Type .1.3.6.1.4.1.11.2.17.1.0.40000101 "LOGONLY" Normal
OV_IF_Name_Chg .1.3.6.1.4.1.11.2.17.1.0.40000102 "LOGONLY" Normal
OV_Upd_Network .1.3.6.1.4.1.11.2.17.1.0.40000108 "LOGONLY" Normal
OV_Upd_Segment .1.3.6.1.4.1.11.2.17.1.0.40000109 "LOGONLY" Normal
OV_Upd_Node .1.3.6.1.4.1.11.2.17.1.0.40000110 "LOGONLY" Normal
OV_Upd_Interface .1.3.6.1.4.1.11.2.17.1.0.40000111 "LOGONLY" Normal
OV_Upd_Station .1.3.6.1.4.1.11.2.17.1.0.40000112 "LOGONLY" Normal
OV_SNMPSysName .1.3.6.1.4.1.11.2.17.1.0.40000113 "LOGONLY" Normal
OV_IPXServName .1.3.6.1.4.1.11.2.17.1.0.40000114 "LOGONLY" Normal
OV_IF_Disconnected_Nets .1.3.6.1.4.1.11.2.17.1.0.40000115 "LOGONLY" Normal
OV_Warning .1.3.6.1.4.1.11.2.17.1.0.50462720 "LOGONLY" Warning
OV_Inform .1.3.6.1.4.1.11.2.17.1.0.50462721 "LOGONLY" Normal
OV_Node_Marginal .1.3.6.1.4.1.11.2.17.1.0.50790400 "Status Alarms" Warning
OV_Segment_Normal .1.3.6.1.4.1.11.2.17.1.0.50790401 "LOGONLY" Normal
OV_Segment_Marginal .1.3.6.1.4.1.11.2.17.1.0.50790402 "LOGONLY" Warning
OV_Network_Normal .1.3.6.1.4.1.11.2.17.1.0.50790403 "LOGONLY" Normal
OV_Network_Marginal .1.3.6.1.4.1.11.2.17.1.0.50790404 "LOGONLY" Warning
OV_Segment_Added .1.3.6.1.4.1.11.2.17.1.0.50790405 "LOGONLY" Normal
OV_Segment_Deleted .1.3.6.1.4.1.11.2.17.1.0.50790406 "LOGONLY" Normal
OV_Network_Added .1.3.6.1.4.1.11.2.17.1.0.50790407 "LOGONLY" Normal
OV_Network_Deleted .1.3.6.1.4.1.11.2.17.1.0.50790408 "LOGONLY" Normal
OV_Connection_Added .1.3.6.1.4.1.11.2.17.1.0.50790409 "LOGONLY" Normal
OV_ConnectionDeleted .1.3.6.1.4.1.11.2.17.1.0.50790410 "LOGONLY" Normal
OV_Change_Poll_Parms .1.3.6.1.4.1.11.2.17.1.0.50790411 "LOGONLY" Normal
OV_Force_Polling .1.3.6.1.4.1.11.2.17.1.0.50790412 "LOGONLY" Normal
OV_Cancel_Force_Poll .1.3.6.1.4.1.11.2.17.1.0.50790413 "LOGONLY" Normal
OV_Force_Status_Only_Polling .1.3.6.1.4.1.11.2.17.1.0.50790414 "LOGONLY" Normal
OV_Manage_Network .1.3.6.1.4.1.11.2.17.1.0.50790416 "LOGONLY" Normal
OV_Unmanage_Network .1.3.6.1.4.1.11.2.17.1.0.50790417 "LOGONLY" Normal
OV_Manage_Node .1.3.6.1.4.1.11.2.17.1.0.50790418 "LOGONLY" Normal
OV_Unmanage_Node .1.3.6.1.4.1.11.2.17.1.0.50790419 "LOGONLY" Normal
OV_Manage_Segment .1.3.6.1.4.1.11.2.17.1.0.50790420 "LOGONLY" Normal
OV_Unmanage_Segment .1.3.6.1.4.1.11.2.17.1.0.50790421 "LOGONLY" Normal
OV_Chg_Trace_File .1.3.6.1.4.1.11.2.17.1.0.50790422 "LOGONLY" Normal
OV_Chg_Trace_Mask .1.3.6.1.4.1.11.2.17.1.0.50790423 "LOGONLY" Normal
OV_Trace_Node_Info .1.3.6.1.4.1.11.2.17.1.0.50790424 "LOGONLY" Normal
OV_Trace_IF_Info .1.3.6.1.4.1.11.2.17.1.0.50790425 "LOGONLY" Normal
OV_Trace_Actions .1.3.6.1.4.1.11.2.17.1.0.50790426 "LOGONLY" Normal
OV_Chg_IF_Segment .1.3.6.1.4.1.11.2.17.1.0.50790427 "LOGONLY" Normal
OV_Chg_IF_Network .1.3.6.1.4.1.11.2.17.1.0.50790428 "LOGONLY" Normal
OV_NS_PerformErr .1.3.6.1.4.1.11.2.17.1.0.50790429 "Error Alarms" Critical
OV_NS_PerformWarn .1.3.6.1.4.1.11.2.17.1.0.50790430 "Error Alarms" Minor
OV_DmiToSnmp_Change .1.3.6.1.4.1.11.2.17.1.0.50790435 "LOGONLY" Normal
OV_Filter_Change .1.3.6.1.4.1.11.2.17.1.0.50790436 "LOGONLY" Normal
OV_SnmpConf_Change .1.3.6.1.4.1.11.2.17.1.0.50790437 "LOGONLY" Normal
OV_TrapFormat_Change .1.3.6.1.4.1.11.2.17.1.0.50790438 "LOGONLY" Normal
OV_MIB_Change .1.3.6.1.4.1.11.2.17.1.0.50790439 "LOGONLY" Normal
OV_Data_Collect_Chg .1.3.6.1.4.1.11.2.17.1.0.50790440 "LOGONLY" Normal
OV_Manage_IF .1.3.6.1.4.1.11.2.17.1.0.50790441 "LOGONLY" Normal
OV_Unmanage_IF .1.3.6.1.4.1.11.2.17.1.0.50790442 "LOGONLY" Normal
OV_Network_Flg_Chg .1.3.6.1.4.1.11.2.17.1.0.50790443 "LOGONLY" Normal
OV_Segment_Flag_Chg .1.3.6.1.4.1.11.2.17.1.0.50790444 "LOGONLY" Normal
OV_Node_Flags_Chg .1.3.6.1.4.1.11.2.17.1.0.50790445 "LOGONLY" Normal
OV_IF_Flags_Chg .1.3.6.1.4.1.11.2.17.1.0.50790446 "LOGONLY" Normal
OV_RepLogMaskCh .1.3.6.1.4.1.11.2.17.1.0.51000000 "LOGONLY" Normal
OV_RepPrintDS .1.3.6.1.4.1.11.2.17.1.0.51000001 "LOGONLY" Normal
OV_RepPollStation .1.3.6.1.4.1.11.2.17.1.0.51000002 "LOGONLY" Normal
OV_StopPollStation .1.3.6.1.4.1.11.2.17.1.0.51000003 "LOGONLY" Normal
OV_RepIfStatusSyncStn .1.3.6.1.4.1.11.2.17.1.0.51000004 "LOGONLY" Normal
OV_ChangeTopoFilter .1.3.6.1.4.1.11.2.17.1.0.52000000 "LOGONLY" Normal
OV_DataCollectThresh .1.3.6.1.4.1.11.2.17.1.0.58720263 "Threshold Alarms" Major
OV_DataCollect_Rearm .1.3.6.1.4.1.11.2.17.1.0.58720264 "Threshold Alarms" Normal
OV_DataCollect_Error .1.3.6.1.4.1.11.2.17.1.0.58720265 "Error Alarms" Major
OV_DataColl_AgentDn .1.3.6.1.4.1.11.2.17.1.0.58720266 "Status Alarms" Minor
OV_DataColl_Data .1.3.6.1.4.1.11.2.17.1.0.58720267 "LOGONLY" Normal
OV_DataColl_StatChg .1.3.6.1.4.1.11.2.17.1.0.58720268 "LOGONLY" Normal
OV_DataColl_AgentRestart .1.3.6.1.4.1.11.2.17.1.0.58720269 "LOGONLY" Warning
OV_DataColl_Busy .1.3.6.1.4.1.11.2.17.1.0.58720270 "Error Alarms" Major
OV_DataColl_Trace .1.3.6.1.4.1.11.2.17.1.0.58720273 "LOGONLY" Normal
OV_IF_Added .1.3.6.1.4.1.11.2.17.1.0.58785792 "LOGONLY" Normal
OV_IF_Deleted .1.3.6.1.4.1.11.2.17.1.0.58785793 "LOGONLY" Normal
OV_Node_Added .1.3.6.1.4.1.11.2.17.1.0.58785794 "Configuration Alarms" Normal
OV_Node_Deleted .1.3.6.1.4.1.11.2.17.1.0.58785795 "LOGONLY" Normal
OV_Error .1.3.6.1.4.1.11.2.17.1.0.58851329 "Error Alarms" Major
OV_Fatal_Error .1.3.6.1.4.1.11.2.17.1.0.58851330 "Error Alarms" Critical
OV_Trap_PDU_Error .1.3.6.1.4.1.11.2.17.1.0.58851331 "LOGONLY" Warning
OV_NotTrustedCmd .1.3.6.1.4.1.11.2.17.1.0.58851332 "Error Alarms" Major
OV_Node_Up .1.3.6.1.4.1.11.2.17.1.0.58916864 "LOGONLY" Normal
OV_Node_Down .1.3.6.1.4.1.11.2.17.1.0.58916865 "Status Alarms" Warning
OV_IF_Up .1.3.6.1.4.1.11.2.17.1.0.58916866 "LOGONLY" Normal
OV_IF_Down .1.3.6.1.4.1.11.2.17.1.0.58916867 "LOGONLY" Warning
OV_Segment_Critical .1.3.6.1.4.1.11.2.17.1.0.58916868 "Status Alarms" Major
OV_Network_Critical .1.3.6.1.4.1.11.2.17.1.0.58916869 "Status Alarms" Major
OV_Set_Status_Color .1.3.6.1.4.1.11.2.17.1.0.58916871 "Status Alarms" Normal
OV_Message .1.3.6.1.4.1.11.2.17.1.0.58916872 "Application Alert Alarms" Normal
OV_Popup_Message .1.3.6.1.4.1.11.2.17.1.0.58916873 "Application Alert Alarms" Normal
OV_Bell_Message .1.3.6.1.4.1.11.2.17.1.0.58916874 "Application Alert Alarms" Normal
OV_Highlight_Source .1.3.6.1.4.1.11.2.17.1.0.58916875 "Application Alert Alarms" Normal
OV_Ack_Alarm .1.3.6.1.4.1.11.2.17.1.0.58916876 "LOGONLY" Normal
OV_Delete_Alarm .1.3.6.1.4.1.11.2.17.1.0.58916877 "LOGONLY" Normal
OV_Corr_Events .1.3.6.1.4.1.11.2.17.1.0.58916878 "LOGONLY" Normal
OV_Corr_Indic .1.3.6.1.4.1.11.2.17.1.0.58916879 "LOGONLY" Normal
OV_Unack_Alarm .1.3.6.1.4.1.11.2.17.1.0.58916880 "LOGONLY" Normal
OV_ChgSev_Alarm .1.3.6.1.4.1.11.2.17.1.0.58916881 "LOGONLY" Normal
OV_ChgCat_Alarm .1.3.6.1.4.1.11.2.17.1.0.58916882 "LOGONLY" Normal
OV_New_Statefile .1.3.6.1.4.1.11.2.17.1.0.58916890 "LOGONLY" Normal
OV_DHCP_Alloc .1.3.6.1.4.1.11.2.17.1.0.58920000 "LOGONLY" Normal
OV_DHCP_Release .1.3.6.1.4.1.11.2.17.1.0.58920001 "LOGONLY" Normal
OV_Bad_ARP_Cache .1.3.6.1.4.1.11.2.17.1.0.58982397 "Configuration Alarms" Major
OV_BadPhys_From_Node .1.3.6.1.4.1.11.2.17.1.0.58982398 "Configuration Alarms" Major
OV_ARPPhysChgSameSrc .1.3.6.1.4.1.11.2.17.1.0.58982399 "Configuration Alarms" Warning
OV_Phys_Addr_Chg .1.3.6.1.4.1.11.2.17.1.0.58982400 "LOGONLY" Normal
OV_PhysAddr_Mismatch .1.3.6.1.4.1.11.2.17.1.0.58982401 "Configuration Alarms" Major
OV_ARPChgNewPhysAddr .1.3.6.1.4.1.11.2.17.1.0.58982402 "Configuration Alarms" Major
OV_Object_ID_Chg .1.3.6.1.4.1.11.2.17.1.0.58982403 "LOGONLY" Normal
OV_Sys_Descr_Chg .1.3.6.1.4.1.11.2.17.1.0.58982404 "LOGONLY" Normal
OV_Sys_Name_Chg .1.3.6.1.4.1.11.2.17.1.0.58982405 "Configuration Alarms" Normal
OV_Subnet_Mask_Chg .1.3.6.1.4.1.11.2.17.1.0.58982406 "LOGONLY" Normal
OV_Forw_Status_Chg .1.3.6.1.4.1.11.2.17.1.0.58982407 "LOGONLY" Normal
OV_Bad_Forw_To_Host .1.3.6.1.4.1.11.2.17.1.0.58982408 "Configuration Alarms" Minor
OV_Sys_Contact_Chg .1.3.6.1.4.1.11.2.17.1.0.58982410 "LOGONLY" Normal
OV_Sys_Location_Chg .1.3.6.1.4.1.11.2.17.1.0.58982411 "LOGONLY" Normal
OV_IF_Type_Change .1.3.6.1.4.1.11.2.17.1.0.58982412 "LOGONLY" Normal
OV_IF_Descr_Chg .1.3.6.1.4.1.11.2.17.1.0.58982413 "LOGONLY" Normal
OV_Bad_Subnet_Mask .1.3.6.1.4.1.11.2.17.1.0.58982414 "Configuration Alarms" Minor
OV_Duplicate_IP_addr .1.3.6.1.4.1.11.2.17.1.0.58982415 "Configuration Alarms" Major
OV_Node_SupportsDMI .1.3.6.1.4.1.11.2.17.1.0.58982416 "LOGONLY" Normal
OV_IF_Index_Remapped .1.3.6.1.4.1.11.2.17.1.0.58982417 "Configuration Alarms" Major
EXEC OVHIDESHELL ovIfIndexRemap.ovpl
OV_IF_Alias_Chg .1.3.6.1.4.1.11.2.17.1.0.58982418 "LOGONLY" Normal
OV_ConnectedIfChg .1.3.6.1.4.1.11.2.17.1.0.58982419 "IGNORE" Normal
OV_ConnectedPortGrpChg .1.3.6.1.4.1.11.2.17.1.0.58982420 "IGNORE" Normal
OV_ConnectedPortNumChg .1.3.6.1.4.1.11.2.17.1.0.58982421 "IGNORE" Normal
OV_DuplicateIfAlias .1.3.6.1.4.1.11.2.17.1.0.58982422 "Configuration Alarms" Major
OV_Application_Alert .1.3.6.1.4.1.11.2.17.1.0.59047936 "Application Alert Alarms" Minor
OV_X_Error .1.3.6.1.4.1.11.2.17.1.0.59047937 "LOGONLY" Minor
OV_Planned_Outage .1.3.6.1.4.1.11.2.17.1.0.59100005 "Threshold Alarms" Normal
OV_Set_Event_Filter .1.3.6.1.4.1.11.2.17.1.0.59179055 "LOGONLY" Normal
OV_Application_Up .1.3.6.1.4.1.11.2.17.1.0.59179056 "LOGONLY" Normal
OV_Application_Down .1.3.6.1.4.1.11.2.17.1.0.59179057 "LOGONLY" Normal
OV_AppUngracefulExit .1.3.6.1.4.1.11.2.17.1.0.59179058 "Error Alarms" Major
OV_Remote_Mgr_Add .1.3.6.1.4.1.11.2.17.1.0.59179059 "LOGONLY" Normal
OV_Remote_Mgr_Delete .1.3.6.1.4.1.11.2.17.1.0.59179060 "LOGONLY" Normal
OV_Remote_Mgr_Down .1.3.6.1.4.1.11.2.17.1.0.59179061 "Status Alarms" Major
OV_Remote_Mgr_Up .1.3.6.1.4.1.11.2.17.1.0.59179062 "Status Alarms" Normal
OV_Postmaster_Down .1.3.6.1.4.1.11.2.17.1.0.59179065 "Error Alarms" Warning
OV_EventStorm .1.3.6.1.4.1.11.2.17.1.0.59179066 "Application Alert Alarms" Critical
OV_LicNodeViolation .1.3.6.1.4.1.11.2.17.1.0.59179225 "Application Alert Alarms" Major
FORWARD %REMOTE_MANAGERS_LIST%
OV_LicNodeWarn .1.3.6.1.4.1.11.2.17.1.0.59179226 "Application Alert Alarms" Minor
FORWARD %REMOTE_MANAGERS_LIST%
OV_LicExpire .1.3.6.1.4.1.11.2.17.1.0.59179227 "Application Alert Alarms" Critical
FORWARD %REMOTE_MANAGERS_LIST%
OV_LicExpireWarn .1.3.6.1.4.1.11.2.17.1.0.59179228 "Application Alert Alarms" Major
FORWARD %REMOTE_MANAGERS_LIST%
OV_LicOneTime .1.3.6.1.4.1.11.2.17.1.0.59179229 "Application Alert Alarms" Critical
FORWARD %REMOTE_MANAGERS_LIST%
OV_LicNoLic .1.3.6.1.4.1.11.2.17.1.0.59179230 "Application Alert Alarms" Critical
FORWARD %REMOTE_MANAGERS_LIST%
OV_LicGood .1.3.6.1.4.1.11.2.17.1.0.59179231 "LOGONLY" Normal
OV_LicConnViolation .1.3.6.1.4.1.11.2.17.1.0.59179232 "Application Alert Alarms" Major
FORWARD %REMOTE_MANAGERS_LIST%
OV_LicConnWarn .1.3.6.1.4.1.11.2.17.1.0.59179233 "Application Alert Alarms" Minor
FORWARD %REMOTE_MANAGERS_LIST%
OV_LicNodeDiscViol .1.3.6.1.4.1.11.2.17.1.0.59179234 "Application Alert Alarms" Major
FORWARD %REMOTE_MANAGERS_LIST%
OV_LicNodeDiscWarn .1.3.6.1.4.1.11.2.17.1.0.59179235 "Application Alert Alarms" Minor
FORWARD %REMOTE_MANAGERS_LIST%
OV_PasswordAdded .1.3.6.1.4.1.11.2.17.1.0.59179236 "Application Alert Alarms" Normal
FORWARD %REMOTE_MANAGERS_LIST%
OV_PauseStart .1.3.6.1.4.1.11.2.17.1.0.59180000 "Application Alert Alarms" Normal
OV_PauseSuccess .1.3.6.1.4.1.11.2.17.1.0.59180001 "LOGONLY" Normal
OV_PauseFail .1.3.6.1.4.1.11.2.17.1.0.59180002 "Application Alert Alarms" Major
OV_ResumeStart .1.3.6.1.4.1.11.2.17.1.0.59180003 "LOGONLY" Normal
OV_ResumeSuccess .1.3.6.1.4.1.11.2.17.1.0.59180004 "Application Alert Alarms" Normal
OV_ResumeFail .1.3.6.1.4.1.11.2.17.1.0.59180005 "Application Alert Alarms" Major
OV_DaemonTerminated .1.3.6.1.4.1.11.2.17.1.0.59180100 "Application Alert Alarms" Major
OV_ovspmdAutoResume .1.3.6.1.4.1.11.2.17.1.0.59180101 "Application Alert Alarms" Normal
OV_ovspmdPostTimeoutRes .1.3.6.1.4.1.11.2.17.1.0.59180102 "Application Alert Alarms" Normal
OV_dataWarehouseMaintError .1.3.6.1.4.1.11.2.17.1.0.59181002 "Application Alert Alarms" Major
OV_RptError .1.3.6.1.4.1.11.2.17.1.0.59181004 "Application Alert Alarms" Major
OV_DBDown .1.3.6.1.4.1.11.2.17.1.0.59181005 "Error Alarms" Major
OV_DBUp .1.3.6.1.4.1.11.2.17.1.0.59181006 "Error Alarms" Major
OV_Field_Changed .1.3.6.1.4.1.11.2.17.1.0.60000000 "IGNORE" Normal
FORWARD %REMOTE_MANAGERS_LIST%
OV_Map_Sync_Start .1.3.6.1.4.1.11.2.17.1.0.60000025 "LOGONLY" Normal
OV_Map_Sync_Stop .1.3.6.1.4.1.11.2.17.1.0.60000026 "LOGONLY" Normal
OV_MgX_ECS_MgxDeviceDown .1.3.6.1.4.1.11.2.17.1.0.60000200 "LOGONLY" Warning
EXEC snmpnotify -v 1 -e 1.3.6.1.4.1.11.2.17.1 $10 1.3.6.1.4.
OV_MgX_ECS_MgxNetPathDown .1.3.6.1.4.1.11.2.17.1.0.60000201 "LOGONLY" Warning
EXEC snmpnotify -v 1 -e 1.3.6.1.4.1.11.2.17.1 $10 1.3.6.1.4.
OV_MgX_ECS_MgxDeviceUp .1.3.6.1.4.1.11.2.17.1.0.60000202 "LOGONLY" Warning
EXEC snmpnotify -v 1 -e 1.3.6.1.4.1.11.2.17.1 $10 1.3.6.1.4.
OV_MgX_ECS_MgxNetPathUp .1.3.6.1.4.1.11.2.17.1.0.60000203 "LOGONLY" Warning
EXEC snmpnotify -v 1 -e 1.3.6.1.4.1.11.2.17.1 $10 1.3.6.1.4.
OV_MgX_ECS_DeviceDown .1.3.6.1.4.1.11.2.17.1.0.60000204 "LOGONLY" Warning
EXEC snmpnotify -v 1 -e 1.3.6.1.4.1.11.2.17.1 $10 1.3.6.1.4.
OV_MgX_ECS_NetPathDown .1.3.6.1.4.1.11.2.17.1.0.60000205 "LOGONLY" Warning
EXEC snmpnotify -v 1 -e 1.3.6.1.4.1.11.2.17.1 $10 1.3.6.1.4.
OV_MgX_ECS_DeviceUp .1.3.6.1.4.1.11.2.17.1.0.60000206 "LOGONLY" Warning
EXEC snmpnotify -v 1 -e 1.3.6.1.4.1.11.2.17.1 $10 1.3.6.1.4.
OV_MgX_ECS_NetPathUp .1.3.6.1.4.1.11.2.17.1.0.60000207 "LOGONLY" Warning
EXEC snmpnotify -v 1 -e 1.3.6.1.4.1.11.2.17.1 $10 1.3.6.1.4.
OV_MgX_NNM_Generic .1.3.6.1.4.1.11.2.17.1.0.60000208 "LOGONLY" Warning
EXEC echo snmpnotify -v 1 -e 1.3.6.1.4.1.11.2.17.1 $10 1.3.6
OV_ECS_AnnotationServerReady .1.3.6.1.4.1.11.2.17.1.0.60000300 "LOGONLY" Warning
OV_ECS_CorrelationTest .1.3.6.1.4.1.11.2.17.1.0.60000301 "LOGONLY" Warning
dmiEventIndication .1.3.6.1.4.1.412.1.2.0.1 "Status Alarms" Normal
dmiComponentAddedIndication .1.3.6.1.4.1.412.1.2.0.2 "Configuration Alarms" Normal
dmiComponentDeletedIndication .1.3.6.1.4.1.412.1.2.0.3 "Configuration Alarms" Normal
dmiLanguageAddedIndication .1.3.6.1.4.1.412.1.2.0.4 "Configuration Alarms" Normal
dmiLanguageDeletedIndication .1.3.6.1.4.1.412.1.2.0.5 "Configuration Alarms" Normal
dmiGroupAddedIndication .1.3.6.1.4.1.412.1.2.0.6 "Configuration Alarms" Normal
dmiGroupDeletedIndication .1.3.6.1.4.1.412.1.2.0.7 "Configuration Alarms" Normal
dmtfProcessorFailure .1.3.6.1.4.1.412.2.4.5.0.1 "Error Alarms" Normal
dmtfProcessorSystemUp .1.3.6.1.4.1.412.2.4.5.0.2 "IGNORE" Normal
dmtfProcessorInitializationFailure .1.3.6.1.4.1.412.2.4.5.0.3 "Error Alarms" Normal
dmtfProcessorConfigurationError .1.3.6.1.4.1.412.2.4.5.0.4 "Configuration Alarms" Normal
dmtfMotherboardProcessorFailure .1.3.6.1.4.1.412.2.4.6.0.1 "Status Alarms" Normal
dmtfMotherboardPhysicalDeviceStatusChange .1.3.6.1.4.1.412.2.4.6.0.2 "Status Alarms" Normal
dmtfMotherboardMemoryError .1.3.6.1.4.1.412.2.4.6.0.3 "Error Alarms" Normal
dmtfMotherboardSystemUp .1.3.6.1.4.1.412.2.4.6.0.4 "LOGONLY" Normal
dmtfMotherboardInitializationFailure .1.3.6.1.4.1.412.2.4.6.0.5 "Error Alarms" Normal
dmtfMotherboardConfigurationError .1.3.6.1.4.1.412.2.4.6.0.6 "Configuration Alarms" Normal
dmtfLogicalMemoryError .1.3.6.1.4.1.412.2.4.8.0.1 "Error Alarms" Normal
dmtfLogicalMemoryInitializationFailure .1.3.6.1.4.1.412.2.4.8.0.2 "Error Alarms" Normal
dmtfSystemCacheMemoryError .1.3.6.1.4.1.412.2.4.9.0.1 "Error Alarms" Normal
dmtfSystemCacheInitializationFailure .1.3.6.1.4.1.412.2.4.9.0.2 "Error Alarms" Normal
dmtfPowerSupplyStatusChange .1.3.6.1.4.1.412.2.4.16.0.1 "Status Alarms" Normal
dmtfPowerSupplyPowerControlRequest .1.3.6.1.4.1.412.2.4.16.0.2 "IGNORE" Normal
dmtfCoolingDeviceStatusChange .1.3.6.1.4.1.412.2.4.17.0.1 "Status Alarms" Normal
dmtfCoolingDeviceTemperatureFault .1.3.6.1.4.1.412.2.4.17.0.2 "Error Alarms" Normal
dmtfDisksStatusChange .1.3.6.1.4.1.412.2.4.22.0.1 "Status Alarms" Normal
dmtfDisksInitializationError .1.3.6.1.4.1.412.2.4.22.0.2 "Error Alarms" Normal
dmtfDisksConfigurationError .1.3.6.1.4.1.412.2.4.22.0.3 "Configuration Alarms" Normal
dmtfDiskControllerInitializationFailure .1.3.6.1.4.1.412.2.4.25.0.1 "Error Alarms" Normal
dmtfDiskControllerConfigurationError .1.3.6.1.4.1.412.2.4.25.0.2 "Configuration Alarms" Normal
dmtfPhysicalMemoryArrayError .1.3.6.1.4.1.412.2.4.33.0.1 "Error Alarms" Normal
dmtfPhysicalMemoryArrayInitializationFailure .1.3.6.1.4.1.412.2.4.33.0.2 "Error Alarms" Normal
dmtfMassStoreLogicalDrivesPhysicalDeviceStatusChange .1.3.6.1.4.1.412.2.4.45.0.1 "Status Alarms" Normal
dmtfMassStoreLogicalDrivesHotSpareActivated .1.3.6.1.4.1.412.2.4.45.0.2 "Status Alarms" Normal
dmtfMassStoreLogicalDrivesLogicalDeviceStatusChange .1.3.6.1.4.1.412.2.4.45.0.3 "Status Alarms" Normal
dmtfMassStoreLogicalDrivesInitializationFailure .1.3.6.1.4.1.412.2.4.45.0.4 "Error Alarms" Normal
dmtfMassStoreLogicalDrivesConfigurationError .1.3.6.1.4.1.412.2.4.45.0.5 "Configuration Alarms" Normal
dmtfSystemResetSystemUp .1.3.6.1.4.1.412.2.4.48.0.1 "Status Alarms" Normal
dmtfSystemHardwareSecuritySettingsChange .1.3.6.1.4.1.412.2.4.49.0.1 "Configuration Alarms" Normal
dmtfSystemHardwareSecurityContainerSecurityBreach .1.3.6.1.4.1.412.2.4.49.0.2 "Error Alarms" Normal
dmtfUPSBatteryStatusChange .1.3.6.1.4.1.412.2.4.52.0.1 "Status Alarms" Normal
dmtfUPSBatteryUtilityPowerLostSystemOnBattery .1.3.6.1.4.1.412.2.4.52.0.2 "Status Alarms" Normal
dmtfUPSBatteryUtilityPowerUpSystemOffBattery .1.3.6.1.4.1.412.2.4.52.0.3 "Status Alarms" Normal
dmtfVoltageProbePowerSupplyStatusChange .1.3.6.1.4.1.412.2.4.53.0.1 "Status Alarms" Normal
dmtfTemperatureProbeCoolingDeviceStatusChange .1.3.6.1.4.1.412.2.4.54.0.1 "Status Alarms" Normal
dmtfElectricalCurrentProbePowerSupplyStatusChange .1.3.6.1.4.1.412.2.4.55.0.1 "Status Alarms" Normal
dmtfElectricalCurrentProbeCoolingDeviceStatusChange .1.3.6.1.4.1.412.2.4.55.0.2 "Status Alarms" Normal
dmtfPhysicalContainerSecuritySettingsChange .1.3.6.1.4.1.412.2.4.63.0.1 "Configuration Alarms" Normal
dmtfPhysicalContainerPowerSupplyStatusChange .1.3.6.1.4.1.412.2.4.63.0.2 "Status Alarms" Normal
dmtfPhysicalContainerCoolingDeviceStatusChange .1.3.6.1.4.1.412.2.4.63.0.3 "Status Alarms" Normal
dmtfPhysicalContainerPhysicalDeviceStatusChange .1.3.6.1.4.1.412.2.4.63.0.4 "Status Alarms" Normal
dmtfPhysicalContainerLogicalDeviceStatusChange .1.3.6.1.4.1.412.2.4.63.0.5 "Status Alarms" Normal
dmtfPhysicalContainerSecurityBreach .1.3.6.1.4.1.412.2.4.63.0.6 "Error Alarms" Normal
dmtfPhysicalContainerConfigurationError .1.3.6.1.4.1.412.2.4.63.0.7 "LOGONLY" Normal
dmtfStructureDependencyPowerSupplyStatusChange .1.3.6.1.4.1.412.2.4.68.0.1 "LOGONLY" Normal
dmtfStructureDependencyCoolingDeviceStatusChange .1.3.6.1.4.1.412.2.4.68.0.2 "LOGONLY" Normal
dmtfStructureDependencyPhysicalDeviceStatusChange .1.3.6.1.4.1.412.2.4.68.0.3 "LOGONLY" Normal
dmtfStructureDependencyLogicalDeviceStatusChange .1.3.6.1.4.1.412.2.4.68.0.4 "LOGONLY" Normal
dmtfStructureDependencySystemUp .1.3.6.1.4.1.412.2.4.68.0.5 "LOGONLY" Normal
dmtfStructureDependencyBatteryStatusChange .1.3.6.1.4.1.412.2.4.68.0.6 "LOGONLY" Normal
dmtfStructureDependencyContainerSecurityBreach .1.3.6.1.4.1.412.2.4.68.0.7 "LOGONLY" Normal
dmtfStructureDependencyInitializationFailure .1.3.6.1.4.1.412.2.4.68.0.8 "LOGONLY" Normal
dmtfStructureDependencyConfigurationError .1.3.6.1.4.1.412.2.4.68.0.9 "LOGONLY" Normal
dmtfPortableBatteryLowCombinedBatterysCharge .1.3.6.1.4.1.412.2.8.1.0.1 "LOGONLY" Normal
dmtfPortableBatteryCriticalCombinedBatterysCharge .1.3.6.1.4.1.412.2.8.1.0.2 "LOGONLY" Normal
dmtfPortableBatteryMaintenanceRequired .1.3.6.1.4.1.412.2.8.1.0.3 "Error Alarms" Normal
eventForwardedCrit .1.3.6.1.4.1.2427.0.1 "Application Alert Alarms" Critical
eventForwardedWarn .1.3.6.1.4.1.2427.0.2 "Application Alert Alarms" Minor
eventForwardedInfo .1.3.6.1.4.1.2427.0.3 "Application Alert Alarms" Normal
SNMP_Cold_Start .1.3.6.1.6.3.1.1.5.1 "LOGONLY" Normal
SNMP_Warm_Start .1.3.6.1.6.3.1.1.5.2 "LOGONLY" Normal
SNMP_Link_Down .1.3.6.1.6.3.1.1.5.3 "LOGONLY" Minor
SNMP_Link_Up .1.3.6.1.6.3.1.1.5.4 "LOGONLY" Normal
SNMP_Authen_Failure .1.3.6.1.6.3.1.1.5.5 "LOGONLY" Warning
SNMP_EGP_Down .1.3.6.1.6.3.1.1.5.6 "LOGONLY" Warning
Sets {
}
Filters {
Networks "Any network" { isNetwork }
Segments "Any segment" { isSegment }
Nodes "Any node" { isNode }
Routers "Any Router" { isRouter }
IPRouters "Any IP Router" { isIPRouter }
Bridges "Any bridge" { isBridge }
Hubs "Any multi-port repeater" { isHub }
SNMPNode "Any node supporting SNMP" { isNode && isSNMPSupported }
NetsNSegs "All networks & segments" { isNetwork ||
isSegment }
IPOnlyObjects "Only objects that support IP"
{ isIP ||
isSegment }
CDPnodes "Nodes supporting Cisco Discovery Protocol" { isCDP }
ATMnodes "Nodes supporting ATM" { ("SNMP ifType" == "ATM") ||
("SNMP ifType" == "atmLogical") ||
("SNMP ifType" == "atmDxi") ||
("SNMP ifType" == "atmFuni") ||
("SNMP ifType" == "atmIma") }
DS1nodes "Nodes supporting DS1" { "SNMP ifType" == "T-1 Carrier (ds1)" }
DS3nodes "Nodes supporting DS3" { "SNMP ifType" == "T-3 Carrier (ds3)" }
SONETnodes "Nodes supporting SONET" { "SNMP ifType" == "SONET" }
FrameRelayNodes "Nodes supporting Frame-Relay" {
("SNMP ifType" == "Frame Relay") ||
("SNMP ifType" == "Frame Relay Service") ||
("SNMP ifType" == "frameRelayInterconnect") }
RMON1nodes "Nodes supporting RMON-1" { isRMON }
RMON2nodes "Nodes supporting RMON-2" { isRMON2 }
RMONnodes "Nodes supporting RMON-1 or RMON-2" { isRMON ||
isRMON2 }
}
FilterExpressions {
NetInfrastructure "Any network connecting device and what they connect"
{ Routers ||
Bridges ||
Hubs ||
NetsNSegs }
NetBackbone "Networks and gateways/routers"
{ Routers ||
Networks }
}
VERSION 1
SEV 1 1 1 1 1
ACK 1 0
TIME 0 0
SRC
MSG 0
TYPE
VERSION 1
SEV 1 0 0 0 0
ACK 1 1
TIME 0 0
SRC
MSG 0
TYPE
VERSION 1
SEV 1 1 0 0 0
ACK 1 1
TIME 0 0
SRC
MSG 0
TYPE
VERSION 1
SEV 0 1 0 0 0
ACK 1 1
TIME 0 0
SRC
MSG 0
TYPE
VERSION 1
SEV 0 0 1 0 0
ACK 1 1
TIME 0 0
SRC
MSG 0
TYPE
VERSION 1
SEV 0 0 0 0 1
ACK 1 1
TIME 0 0
SRC
MSG 0
TYPE
VERSION 1
SEV 0 0 0 1 0
ACK 1 1
TIME 0 0
SRC
MSG 0
TYPE
SI_NAME OV_EVENT
SI_OPEN_FUNCTION ovEvent_open
SI_LIBRARY libovEvent.sl
SI_PROTOCOLS ACSE SNMP CMIP
SI_TRAITS PM_OPEN_TRAIT PM_API_TRAIT PM_ASSOCIATION_TRAIT
SI_ASSOC_TIME 60
SI_KEEP_TIME PM_INFINITE
SI_REQ_TIME PM_RQT_TIMEOUT
SI_ASSOC_RETRIES 2
SI_MAX_ASSOC 1
SI_MAX_UNSENT PM_MAX_UNSENT
SI_MAX_C_INDS PM_MAX_INDICATE
SI_LOG 0x00000007
SI_OPTIONS
SI_INTMD_STACKS_START
SI_INTMD_PROTOCOL_START ACSE
SI_INTMD_PROTOCOL_OP OP1 ACSE
SI_INTMD_PROTOCOL_OP OP2 ACSE
SI_INTMD_PROTOCOL_OP OP3 ACSE
SI_INTMD_PROTOCOL_OP OP4 ACSE
SI_INTMD_PROTOCOL_OP OP5 ACSE
SI_INTMD_PROTOCOL_OP OP6 ACSE
SI_INTMD_PROTOCOL_OP OP7 ACSE
SI_INTMD_PROTOCOL_END
SI_INTMD_PROTOCOL_START SNMP
SI_INTMD_PROTOCOL_OP OP1 ACSE
SI_INTMD_PROTOCOL_OP OP2 ACSE
SI_INTMD_PROTOCOL_OP OP3 ECSS ACSE
SI_INTMD_PROTOCOL_OP OP4 ACSE
SI_INTMD_PROTOCOL_END
SI_INTMD_STACKS_END
-- START OF MIB: rfc1902-SNMPv2-SMI
-- START OF MIB: rfc1903-SNMPv2-TC
-- START OF MIB: rfc1906-SNMPv2-TM
-- START OF MIB: rfc1907-SNMPv2-MIB
-- START OF MIB: IANAifType-MIB
-- START OF MIB: rfc1213-MIB-II
-- START OF MIB: rfc2011-IP-MIB
-- START OF MIB: rfc2012-TCP-MIB
-- START OF MIB: rfc2013-UDP-MIB
-- START OF MIB: rfc2863-IF-MIB
-- START OF MIB: dmtf-dmi.mib
-- START OF MIB: hp-unix
.1.3.6.1.4.1.9.2.2.1.1.10 COUNTER
.1.3.6.1.4.1.9.2.2.1.1.11 COUNTER
.1.3.6.1.4.1.9.2.2.1.1.12 COUNTER
.1.3.6.1.4.1.9.2.2.1.1.13 COUNTER
.1.3.6.1.4.1.9.2.2.1.1.14 COUNTER
.1.3.6.1.4.1.9.2.2.1.1.15 COUNTER
.1.3.6.1.4.1.9.2.2.1.1.16 COUNTER
.1.3.6.1.4.1.9.2.2.1.1.17 COUNTER
.1.3.6.1.4.1.9.2.2.1.1.18 COUNTER
.1.3.6.1.4.1.9.2.2.1.1.21 COUNTER
.1.3.6.1.4.1.9.2.2.1.1.25 COUNTER
.1.3.6.1.4.1.9.2.2.1.1.26 COUNTER
.1.3.6.1.4.1.9.2.2.1.1.27 COUNTER
If%deferred .1.3.6.1.4.1.11.2.4.1.1.1.4. .1.3.6.1.4.1.11.2.4.1.1.1.2. / 100 *
If%collision .1.3.6.1.4.1.11.2.4.1.1.1.6. .1.3.6.1.4.1.11.2.4.1.1.1.2. / 100 *
If%inErrors .1.3.6.1.2.1.2.2.1.14. .1.3.6.1.2.1.2.2.1.11. .1.3.6.1.2.1.2.2.1.12. + / 100 *
If%outErrors .1.3.6.1.2.1.2.2.1.20. .1.3.6.1.2.1.2.2.1.17. .1.3.6.1.2.1.2.2.1.18. + / 100 *
If%util .1.3.6.1.2.1.2.2.1.10. .1.3.6.1.2.1.2.2.1.16. + 8 * .1.3.6.1.2.1.2.2.1.5. / 100 *
IfInOutOctets .1.3.6.1.2.1.2.2.1.10. .1.3.6.1.2.1.2.2.1.16. +
IfInOutPackets .1.3.6.1.2.1.2.2.1.11. .1.3.6.1.2.1.2.2.1.12. + .1.3.6.1.2.1.2.2.1.17. .1.3.6.1.2.1.2.2.1.18. + +
Disk%util .1.3.6.1.4.1.11.2.3.1.2.2.1.4. .1.3.6.1.4.1.11.2.3.1.2.2.1.5. - .1.3.6.1.4.1.11.2.3.1.2.2.1.4. .1.3.6.1.4.1.11.2.3.1.2.2.1.5. - .1.3.6.1.4.1.11.2.3.1.2.2.1.6. + / 100 *
pingResponseTime EXTERNAL
pingPercentRetry EXTERNAL
IfInOutOctets .1.3.6.1.2.1.2.2.1.10. .1.3.6.1.2.1.2.2.1.16. +
IfHCInOutOctets IfInOctets IfHCInOctets IfOutOctets IfHCOutOctets IfInErrors IfOutErrors IfAllInOctets .1.3.6.1.2.1.2.2.1.10.
IfHCAllInOctets .1.3.6.1.2.1.31.1.1.1.6.
IfAllOutOctets .1.3.6.1.2.1.2.2.1.16. .1.3.6.1.2.1.2.2.1.20. + .1.3.6.1.2.1.2.2.1.19. +
IfHCAllOutOctets .1.3.6.1.2.1.31.1.1.1.10. .1.3.6.1.2.1.2.2.1.20. + .1.3.6.1.2.1.2.2.1.19. +
IfGoodInOctets .1.3.6.1.2.1.2.2.1.10. .1.3.6.1.2.1.2.2.1.14. - .1.3.6.1.2.1.2.2.1.13. -
IfHCGoodInOctets .1.3.6.1.2.1.31.1.1.1.6. .1.3.6.1.2.1.2.2.1.14. - .1.3.6.1.2.1.2.2.1.13. -
IfGoodOutOctets .1.3.6.1.2.1.2.2.1.16.
IfHCGoodOutOctets .1.3.6.1.2.1.31.1.1.1.10.
IfGoodInPackets .1.3.6.1.2.1.2.2.1.11. .1.3.6.1.2.1.2.2.1.12. +
IfGoodInUMBPackets .1.3.6.1.2.1.2.2.1.11. .1.3.6.1.2.1.31.1.1.1.2. + .1.3.6.1.2.1.31.1.1.1.3. +
IfHCGoodInPackets .1.3.6.1.2.1.31.1.1.1.7. .1.3.6.1.2.1.31.1.1.1.8. + .1.3.6.1.2.1.31.1.1.1.9. +
IfGoodOutPackets .1.3.6.1.2.1.2.2.1.17. .1.3.6.1.2.1.2.2.1.18. + .1.3.6.1.2.1.2.2.1.20. - .1.3.6.1.2.1.2.2.1.19. -
IfGoodOutUMBPackets .1.3.6.1.2.1.2.2.1.17. .1.3.6.1.2.1.31.1.1.1.4. + .1.3.6.1.2.1.31.1.1.1.5. + .1.3.6.1.2.1.2.2.1.20. - .1.3.6.1.2.1.2.2.1.19. -
IfHCGoodOutPackets .1.3.6.1.2.1.31.1.1.1.11. .1.3.6.1.2.1.31.1.1.1.12. + .1.3.6.1.2.1.31.1.1.1.13. + .1.3.6.1.2.1.2.2.1.20. - .1.3.6.1.2.1.2.2.1.19. -
IfAllInPackets .1.3.6.1.2.1.2.2.1.11. .1.3.6.1.2.1.2.2.1.12. + .1.3.6.1.2.1.2.2.1.14. + .1.3.6.1.2.1.2.2.1.13. + .1.3.6.1.2.1.2.2.1.15. +
IfAllInUMBPackets .1.3.6.1.2.1.2.2.1.11. .1.3.6.1.2.1.31.1.1.1.2. + .1.3.6.1.2.1.31.1.1.1.3. + .1.3.6.1.2.1.2.2.1.14. + .1.3.6.1.2.1.2.2.1.13. + .1.3.6.1.2.1.2.2.1.15. +
IfHCAllInPackets .1.3.6.1.2.1.31.1.1.1.7. .1.3.6.1.2.1.31.1.1.1.8. + .1.3.6.1.2.1.31.1.1.1.9. + .1.3.6.1.2.1.2.2.1.14. + .1.3.6.1.2.1.2.2.1.13. + .1.3.6.1.2.1.2.2.1.15. +
IfAllOutPackets .1.3.6.1.2.1.2.2.1.17. .1.3.6.1.2.1.2.2.1.18. +
IfAllOutUMBPackets .1.3.6.1.2.1.2.2.1.17. .1.3.6.1.2.1.31.1.1.1.4. + .1.3.6.1.2.1.31.1.1.1.5. +
IfHCAllOutPackets .1.3.6.1.2.1.31.1.1.1.11. .1.3.6.1.2.1.31.1.1.1.12. + .1.3.6.1.2.1.31.1.1.1.13. +
IfInOutPackets .1.3.6.1.2.1.2.2.1.11. .1.3.6.1.2.1.2.2.1.12. + .1.3.6.1.2.1.2.2.1.17. + .1.3.6.1.2.1.2.2.1.18. +
IfInOutUMBPackets .1.3.6.1.2.1.2.2.1.11. .1.3.6.1.2.1.31.1.1.1.2. + .1.3.6.1.2.1.31.1.1.1.3. + .1.3.6.1.2.1.2.2.1.17. + .1.3.6.1.2.1.31.1.1.1.4. + .1.3.6.1.2.1.31.1.1.1.5. +
IfHCInOutPackets .1.3.6.1.2.1.31.1.1.1.7. .1.3.6.1.2.1.31.1.1.1.8. + .1.3.6.1.2.1.31.1.1.1.9. + .1.3.6.1.2.1.31.1.1.1.11. + .1.3.6.1.2.1.31.1.1.1.12. + .1.3.6.1.2.1.31.1.1.1.13. +
IfInPackets .1.3.6.1.2.1.2.2.1.11. .1.3.6.1.2.1.2.2.1.12. +
IfInUMBPackets .1.3.6.1.2.1.2.2.1.11. .1.3.6.1.2.1.31.1.1.1.2. + .1.3.6.1.2.1.31.1.1.1.3. +
IfHCInPackets .1.3.6.1.2.1.31.1.1.1.7. .1.3.6.1.2.1.31.1.1.1.8. + .1.3.6.1.2.1.31.1.1.1.9. +
IfOutPackets .1.3.6.1.2.1.2.2.1.17. .1.3.6.1.2.1.2.2.1.18. +
IfOutUMBPackets .1.3.6.1.2.1.2.2.1.17. .1.3.6.1.2.1.31.1.1.1.4. + .1.3.6.1.2.1.31.1.1.1.5. +
IfHCOutPackets .1.3.6.1.2.1.31.1.1.1.11. .1.3.6.1.2.1.31.1.1.1.12. + .1.3.6.1.2.1.31.1.1.1.13. +
IfHDplxUtilization .1.3.6.1.2.1.2.2.1.10. .1.3.6.1.2.1.2.2.1.16. + 8 * .1.3.6.1.2.1.2.2.1.5. / 100 *
IfHCHDplxUtilization .1.3.6.1.2.1.31.1.1.1.6. .1.3.6.1.2.1.31.1.1.1.10. + 8 * .1.3.6.1.2.1.2.2.1.5. / 100 *
IfVHCHDplxUtilization .1.3.6.1.2.1.31.1.1.1.6. .1.3.6.1.2.1.31.1.1.1.10. + 8 * .1.3.6.1.2.1.31.1.1.1.15. 1000000 * / 100 *
IfInFDplxUtilization .1.3.6.1.2.1.2.2.1.10. 8 * .1.3.6.1.2.1.2.2.1.5. / 100 *
IfHCInFDplxUtilization .1.3.6.1.2.1.31.1.1.1.6. 8 * .1.3.6.1.2.1.2.2.1.5. / 100 *
IfVHCInFDplxUtilization .1.3.6.1.2.1.31.1.1.1.6. 8 * .1.3.6.1.2.1.31.1.1.1.15. 1000000 * / 100 *
IfOutFDplxUtilization .1.3.6.1.2.1.2.2.1.16. 8 * .1.3.6.1.2.1.2.2.1.5. / 100 *
IfHCOutFDplxUtilization .1.3.6.1.2.1.31.1.1.1.10. 8 * .1.3.6.1.2.1.2.2.1.5. / 100 *
IfVHCOutFDplxUtilization .1.3.6.1.2.1.31.1.1.1.10. 8 * .1.3.6.1.2.1.31.1.1.1.15. 1000000 * / 100 *
IfCombFDplxUtilization .1.3.6.1.2.1.2.2.1.10. .1.3.6.1.2.1.2.2.1.16. + 8 * .1.3.6.1.2.1.2.2.1.5. 2 * / 100 *
IfHCCombFDplxUtilization .1.3.6.1.2.1.31.1.1.1.6. .1.3.6.1.2.1.31.1.1.1.10. + 8 * .1.3.6.1.2.1.2.2.1.5. 2 * / 100 *
IfVHCCombFDplxUtilization .1.3.6.1.2.1.31.1.1.1.6. .1.3.6.1.2.1.31.1.1.1.10. + 8 * .1.3.6.1.2.1.31.1.1.1.15. 1000000 * 2 * / 100 *
IfInSerialPctErrors .1.3.6.1.2.1.2.2.1.14. .1.3.6.1.2.1.2.2.1.10. / 100 *
IfHCInSerialPctErrors .1.3.6.1.2.1.2.2.1.14. .1.3.6.1.2.1.31.1.1.1.6. / 100 *
IfOutSerialPctErrors .1.3.6.1.2.1.2.2.1.20. .1.3.6.1.2.1.2.2.1.16. .1.3.6.1.2.1.2.2.1.20. + .1.3.6.1.2.1.2.2.1.19. + / 100 *
IfHCOutSerialPctErrors .1.3.6.1.2.1.2.2.1.20. .1.3.6.1.2.1.31.1.1.1.6. .1.3.6.1.2.1.2.2.1.20. + .1.3.6.1.2.1.2.2.1.19. + / 100 *
IfInPktPctErrors .1.3.6.1.2.1.2.2.1.14. .1.3.6.1.2.1.2.2.1.11. .1.3.6.1.2.1.2.2.1.12. + .1.3.6.1.2.1.2.2.1.14. + .1.3.6.1.2.1.2.2.1.13. + .1.3.6.1.2.1.2.2.1.15. + / 100 *
IfInUMBPktPctErrors .1.3.6.1.2.1.2.2.1.14. .1.3.6.1.2.1.2.2.1.11. .1.3.6.1.2.1.31.1.1.1.2. + .1.3.6.1.2.1.31.1.1.1.3. + .1.3.6.1.2.1.2.2.1.14. + .1.3.6.1.2.1.2.2.1.13. + .1.3.6.1.2.1.2.2.1.15. + / 100 *
IfHCInPktPctErrors .1.3.6.1.2.1.2.2.1.14. .1.3.6.1.2.1.31.1.1.1.7. .1.3.6.1.2.1.31.1.1.1.8. + .1.3.6.1.2.1.31.1.1.1.9. + .1.3.6.1.2.1.2.2.1.14. + .1.3.6.1.2.1.2.2.1.13. + .1.3.6.1.2.1.2.2.1.15. + / 100 *
IfOutPktPctErrors .1.3.6.1.2.1.2.2.1.20. .1.3.6.1.2.1.2.2.1.17. .1.3.6.1.2.1.2.2.1.18. + / 100 *
IfOutUMBPktPctErrors .1.3.6.1.2.1.2.2.1.20. .1.3.6.1.2.1.2.2.1.17. .1.3.6.1.2.1.31.1.1.1.4. + .1.3.6.1.2.1.31.1.1.1.5. + / 100 *
IfHCOutPktPctErrors .1.3.6.1.2.1.2.2.1.20. .1.3.6.1.2.1.31.1.1.1.11. .1.3.6.1.2.1.31.1.1.1.12. + .1.3.6.1.2.1.31.1.1.1.13. + / 100 *
IfInSerialPctDiscards .1.3.6.1.2.1.2.2.1.14. .1.3.6.1.2.1.2.2.1.10. / 100 *
IfHCInSerialPctDiscards .1.3.6.1.2.1.2.2.1.13. .1.3.6.1.2.1.31.1.1.1.6. / 100 *
IfOutSerialPctDiscards .1.3.6.1.2.1.2.2.1.19. .1.3.6.1.2.1.2.2.1.16. .1.3.6.1.2.1.2.2.1.20. + .1.3.6.1.2.1.2.2.1.19. + / 100 *
IfHCOutSerialPctDiscards .1.3.6.1.2.1.2.2.1.19. .1.3.6.1.2.1.31.1.1.1.10. .1.3.6.1.2.1.2.2.1.20. + .1.3.6.1.2.1.2.2.1.19. + / 100 *
IfInPktPctDiscards .1.3.6.1.2.1.2.2.1.13. .1.3.6.1.2.1.2.2.1.11. .1.3.6.1.2.1.2.2.1.12. + .1.3.6.1.2.1.2.2.1.14. + .1.3.6.1.2.1.2.2.1.13. + .1.3.6.1.2.1.2.2.1.15. + / 100 *
IfInUMBPktPctDiscards .1.3.6.1.2.1.2.2.1.13. .1.3.6.1.2.1.2.2.1.11. .1.3.6.1.2.1.31.1.1.1.2. + .1.3.6.1.2.1.31.1.1.1.3. + .1.3.6.1.2.1.2.2.1.14. + .1.3.6.1.2.1.2.2.1.13. + .1.3.6.1.2.1.2.2.1.15. + / 100 *
IfHCInPktPctDiscards .1.3.6.1.2.1.2.2.1.13. .1.3.6.1.2.1.31.1.1.1.7. .1.3.6.1.2.1.31.1.1.1.8. + .1.3.6.1.2.1.31.1.1.1.9. + .1.3.6.1.2.1.2.2.1.14. + .1.3.6.1.2.1.2.2.1.13. + .1.3.6.1.2.1.2.2.1.15. + / 100 *
IfOutPktPctDiscards .1.3.6.1.2.1.2.2.1.19. .1.3.6.1.2.1.2.2.1.17. .1.3.6.1.2.1.2.2.1.18. + / 100 *
IfOutUMBPktPctDiscards .1.3.6.1.2.1.2.2.1.19. .1.3.6.1.2.1.2.2.1.17. .1.3.6.1.2.1.31.1.1.1.4. + .1.3.6.1.2.1.31.1.1.1.5. + / 100 *
IfHCOutPktPctDiscards .1.3.6.1.2.1.2.2.1.19. .1.3.6.1.2.1.31.1.1.1.11. .1.3.6.1.2.1.31.1.1.1.12. + .1.3.6.1.2.1.31.1.1.1.13. + / 100 *
IfPktSizeRcvd .1.3.6.1.2.1.2.2.1.10. .1.3.6.1.2.1.2.2.1.11. .1.3.6.1.2.1.2.2.1.12. + /
IfUMBPktSizeRcvd .1.3.6.1.2.1.2.2.1.10. .1.3.6.1.2.1.2.2.1.11. .1.3.6.1.2.1.31.1.1.1.2. + .1.3.6.1.2.1.31.1.1.1.3. + /
IfHCPktSizeRcvd .1.3.6.1.2.1.31.1.1.1.6. .1.3.6.1.2.1.2.2.1.11. .1.3.6.1.2.1.31.1.1.1.2. + .1.3.6.1.2.1.31.1.1.1.3. + /
IfPktSizeSent .1.3.6.1.2.1.2.2.1.16. .1.3.6.1.2.1.2.2.1.17. .1.3.6.1.2.1.2.2.1.18. + /
IfUMBPktSizeSent .1.3.6.1.2.1.2.2.1.16. .1.3.6.1.2.1.2.2.1.17. .1.3.6.1.2.1.31.1.1.1.4. + .1.3.6.1.2.1.31.1.1.1.5. + /
IfHCPktSizeSent .1.3.6.1.2.1.31.1.1.1.10. .1.3.6.1.2.1.2.2.1.17. .1.3.6.1.2.1.31.1.1.1.4. + .1.3.6.1.2.1.31.1.1.1.5. + /
IfFRFrameSizeRcvd .1.3.6.1.2.1.10.32.2.1.9. .1.3.6.1.2.1.10.32.2.1.8. /
IfFRFrameSizeSent .1.3.6.1.2.1.10.32.2.1.7. .1.3.6.1.2.1.10.32.2.1.6. /
IfFRPctFECN .1.3.6.1.2.1.10.32.2.1.4. .1.3.6.1.2.1.10.32.2.1.8. / 100 *
IfFRPctBECN .1.3.6.1.2.1.10.32.2.1.5. .1.3.6.1.2.1.10.32.2.1.8. / 100 *
IfFRPctDEsRcvd .1.3.6.1.2.1.10.32.2.1.18. .1.3.6.1.2.1.10.32.2.1.8. / 100 *
IfFRPctDEsSent .1.3.6.1.2.1.10.32.2.1.19. .1.3.6.1.2.1.10.32.2.1.6. / 100 *
IfFRPctErrorsRcvd .1.3.6.1.2.1.10.32.2.1.17. .1.3.6.1.2.1.10.32.2.1.8. / 100 *
RMONUtilization .1.3.6.1.2.1.16.1.1.1.5. 160 * .1.3.6.1.2.1.16.1.1.1.4. 8 * + .1.3.6.1.2.1.2.2.1.5. / 100 *
MIB .1.3.6.1.2.1.2.2.1.10 ifInOctets units/sec COUNTER R
W *.*.*.* .1.3.6.1.* Routers 1800 > 10000 FandS + 3 1 <= 5 F + 0 4 % s 58720263 ALL - 58720266 F 1
MIB .1.3.6.1.2.1.2.2.1.16 ifOutOctets units/sec COUNTER R
W *.*.*.* .1.3.6.1.* Routers 1800 > 10000 FandS + 3 1 <= 5 F + 0 4 % s 58720263 ALL - 58720266 F 1
MIB .1.3.6.1.2.1.2.2.1.14 ifInErrors errors/sec COUNTER R
W *.*.*.* .1.3.6.1.* Routers 1800 > 10 ForS + 3 1 <= 5 F + 0 4 % s 58720263 ALL - 58720266 F 1
MIB .1.3.6.1.2.1.2.2.1.20 ifOutErrors errors/sec COUNTER R
W *.*.*.* .1.3.6.1.* Routers 1800 > 10 ForS + 3 1 <= 5 F + 0 4 % s 58720263 ALL - 58720266 F 1
MIB If%util If%util percent EXPRESSION R
W *.*.*.* .1.3.6.1.* Routers 1800 > 25 S + 3 1 <= 5 F + 0 4 A s 58720263 ALL - 58720266 F 1
MIB .1.3.6.1.2.1.1.1 sysDescr description STRING R
W *.*.*.* .1.3.6.1.* NetInfrastructure 43200 != 0 F + 0 1 != 0 F + 0 1 % s 58720263 LIST 0 58720266 F 1
MIB pingResponseTime pingResponseTime ms/response EXPRESSION R
W *.*.*.* .1.3.6.1.* NetInfrastructure 0 > 1 S + 4 2 <= 1 S @ 1 3 A s 58720263 ALL - 58720266 T 2
MIB pingPercentRetry pingPercentRetry ms/response EXPRESSION R
W *.*.*.* .1.3.6.1.* NetInfrastructure 0 > 1 S + 3 2 <= 1 S @ 1 3 A s 58720263 ALL - 58720266 T 2
Routers 180 60
Bridges 300 90
Hubs 450
1.3.6.1.4.1.11.2.3.2.2:Computer:HP-UX # 300
1.3.6.1.4.1.11.2.3.2.3:Computer:HP-UX # 800
1.3.6.1.4.1.11.2.3.2.5:Computer:HP-UX # 700
1.3.6.1.4.1.11.2.3.8:Computer:PC # HP 386 agent
1.3.6.1.4.1.11.2.3.10.1:Computer:SUN # HP SunOS Sparc agent, original
1.3.6.1.4.1.11.2.3.10.1.1:Computer:SUN # HP SunOS Sparc agent
1.3.6.1.4.1.11.2.3.10.1.2:Computer:SUN # HP Solaris Sparc agent
1.3.6.1.4.1.11.2.3.4.1:Computer:Mini # Generic 900
1.3.6.1.4.1.11.2.3.4.2:Computer:Mini # 92x
1.3.6.1.4.1.11.2.3.4.3:Computer:Mini # 93x
1.3.6.1.4.1.11.2.3.4.4:Computer:Mini # 95x
1.3.6.1.4.1.11.2.3.4.5:Computer:Mini # 96x
1.3.6.1.4.1.11.2.3.7.1.8:Connector:Multi-port # HP Switch 16
1.3.6.1.4.1.11.2.3.7.1.10:Connector:Multi-port # HP Switch 200
1.3.6.1.4.1.11.2.3.7.2.1:Connector:Gateway # HP Router 440
1.3.6.1.4.1.11.2.3.7.2.2:Connector:Gateway # HP Router 445
1.3.6.1.4.1.11.2.3.7.2.3:Connector:Gateway # HP Router 430
1.3.6.1.4.1.11.2.3.7.2.4:Connector:Gateway # HP Router FRa
1.3.6.1.4.1.11.2.3.7.2.5:Connector:Gateway # HP Router 470
1.3.6.1.4.1.11.2.3.7.2.6:Connector:Gateway # HP Router 480
1.3.6.1.4.1.11.2.3.7.2.7:Connector:Gateway # HP Router PRa
1.3.6.1.4.1.11.2.3.7.2.8:Connector:Gateway # HP Router 650
1.3.6.1.4.1.11.2.3.7.2.9:Connector:Gateway # HP Router 230
1.3.6.1.4.1.11.2.3.7.2.10:Connector:Gateway # HP Router 240
1.3.6.1.4.1.11.2.3.7.2.11:Connector:Gateway # HP Router 245
1.3.6.1.4.1.11.2.3.7.2.12:Connector:Gateway # HP Router 210
1.3.6.1.4.1.11.2.3.7.5.1:Connector:Multi-port # HP 28688A Hub
1.3.6.1.4.1.11.2.3.7.5.2:Connector:Multi-port # HP 28688B Hub
1.3.6.1.4.1.11.2.3.7.5.3:Connector:Multi-port # HP 28682A Hub
1.3.6.1.4.1.11.2.3.7.5.4:Connector:Multi-port # HP 28699A Hub
1.3.6.1.4.1.11.2.3.7.5.5:Connector:Multi-port # HP 28692A Hub
1.3.6.1.4.1.11.2.3.7.5.6:Connector:Multi-port # HP J2355A Hub
1.3.6.1.4.1.11.2.3.7.8.1:Connector:Multi-port # HP J2603A Hub
1.3.6.1.4.1.11.2.3.7.8.2.1:Connector:Multi-port # HP J2414A Hub
1.3.6.1.4.1.11.2.3.7.8.2.5:Connector:Multi-port # HP Switch-Hub
1.3.6.1.4.1.11.2.3.7.1.1:Connector:Bridge # HP 28673A Bridge
1.3.6.1.4.1.11.2.3.7.1.2:Connector:Bridge # HP 28674A Bridge
1.3.6.1.4.1.11.2.3.7.6:Net Device:Analyzer # LanProbe - (early version)
1.3.6.1.4.1.11.2.3.7.6.2:Net Device:Analyzer # HP LanProbe I- HP4991A Opt 005
1.3.6.1.4.1.11.2.3.7.6.3:Net Device:Analyzer # HP LanProbe II - HP4995A
1.3.6.1.4.1.11.2.3.7.6.3.1:Net Device:Analyzer # HP LanProbe II+ - HP4995A
1.3.6.1.4.1.11.2.3.7.6.3.2:Net Device:Analyzer # HP LanProbe II A.02 - HP4995A
1.3.6.1.4.1.11.2.3.7.6.3.3:Net Device:Analyzer # HP LanProbe III A.00 - HP4986A
1.3.6.1.4.1.11.2.3.7.6.5:Net Device:Analyzer # HP TR LanProbe - HP4985A
1.3.6.1.4.1.11.2.3.7.6.5.1:Net Device:Analyzer # HP TR LanProbe III
1.3.6.1.4.1.11.2.3.7.6.6:Net Device:Analyzer # HP EASE Traffic Probe
1.3.6.1.4.1.11.2.3.7.6.6.1:Net Device:Analyzer # HP LanProbe FDDI
1.3.6.1.4.1.392.1.0:Net Device:Analyzer # HP NetMetrix PowerAgent
1.3.6.1.4.1.392.1.1:Net Device:Analyzer # HP NetMetrix Mid-Level Manager
1.3.6.1.4.1.11.2.3.7.3:Server:Terminal # DTC
1.3.6.1.4.1.11.2.3.7.3.1:Server:Terminal # general
1.3.6.1.4.1.11.2.3.7.3.2:Server:Terminal # dtc48
1.3.6.1.4.1.11.2.3.7.3.3:Server:Terminal # dtc16
1.3.6.1.4.1.11.2.3.7.3.4:Server:Terminal # dtcteb
1.3.6.1.4.1.11.2.3.7.3.5:Server:Terminal # dtc72mx
1.3.6.1.4.1.11.2.3.7.3.6:Server:Terminal # dtc16tn
1.3.6.1.4.1.11.2.3.7.3.7:Server:Terminal # dtc16mx
1.3.6.1.4.1.11.2.3.7.3.8:Server:Terminal # dtc16ix
1.3.6.1.4.1.11.2.3.7.2:Connector:Gateway # Router
1.3.6.1.4.1.11.2.3.7.4:Transceiver:Modem # Modem
1.3.6.1.4.1.11.2.3.7.7:Connector:X.25 # Packet Switch
1.3.6.1.4.1.11.2.3.9.1:Device:Printer # Network Printer
1.3.6.1.4.1.11.2.3.9.2:Device:Plotter # Network Plotter
1.3.6.1.4.1.11.2.3.9.3:Device:Terminal # 700/[R]X X-terminal
1.3.6.1.4.1.53.1.7.1:Computer:Workstation # Domain/OS system
1.3.6.1.4.1.99.1.1.3.1:Computer:SUN # SNMP Research Emanate Solaris
1.3.6.1.4.1.99.1.1.3.6:Computer:HP-UX # SNMP Research Emanate HP-UX
1.3.6.1.4.1.99.1.1.3.11:Computer:WindowsNT # SNMP Research Emanate NT
1.3.6.1.4.1.23.1.1.1:Net Device:Analyzer # Novell Lantern
1.3.6.1.4.1.23.1.3:Computer:PC # NetWare 386 TCP/IP agent
1.3.6.1.4.1.23.1.6:Computer:PC # Novell NetWare v3.11 & v3.12
1.3.6.1.4.1.7.2.1:Connector:Bridge # Cayman GatorSystem
1.3.6.1.4.1.106:Computer:Workstation # DG AViiON agent
1.3.6.1.4.1.22.1.1.1:Connector:Gateway # Fibronics FDDI-Ethernet IP router
1.3.6.1.4.1.4.1.1:Computer:Generic # Micro Technology LANCE/NMS agent
1.3.6.1.4.1.38.1:Computer:PC # NRC Fusion Xenix agent
1.3.6.1.4.1.105:Computer:Mini # Process Software Corp. VMS agent
1.3.6.1.4.1.42.1.1:Computer:PC # Sun Microsystems PC-NFS agent
1.3.6.1.4.1.42.2.1.1:Computer:SUN # Sun Microsystems SunOS agent
1.3.6.1.4.1.18.1:Connector:Gateway # Wellfleet IP router
1.3.6.1.4.1.18.2:Computer:Workstation # Wellfleet Sun 3 agent
1.3.6.1.4.1.33.1.1:Server:Terminal # Xyplex terminal server
1.3.6.1.4.1.33.1.3:Connector:Bridge # Xyplex remote ethernet bridge
1.3.6.1.4.1.5.1.1.1.1:Connector:Gateway # ACC 4140 bridge/router
1.3.6.1.4.1.4.1.1:Computer:Generic # 4BSD ISODE SNMP agent
1.3.6.1.4.1.44.1.1.1.5.1.1:Computer:Generic # CMC agent
1.3.6.1.4.1.36.1:Computer:Workstation # DECstation agent
1.3.6.1.4.1.26.2.1:Connector:Bridge:B # Hughes LAN systems bridge
1.3.6.1.4.1.99.1.1.1.9.4.0.3:Computer:PC # Interactive/Lachman System
1.3.6.1.4.1.57.1.10:Computer:Workstation # MIPS agent
1.3.6.1.4.1.20.467:Computer:Mini # NCR Tower agent
1.3.6.1.4.1.59.1.13:Computer:Workstation # SGI IRIS agent
1.3.6.1.4.1.45.1.3.2:Connector:Multi-port # SynOptics hub
1.3.6.1.4.1.75.1.1:Connector:Multi-port # UB Access/1 hub
1.3.6.1.4.1.2.3.1.2.1.1.2:Computer:AIX # IBM AIX workstation
1.3.6.1.4.1.9.1.1:Connector:Gateway # Cisco Gateway Server
1.3.6.1.4.1.9.1.2:Server:Terminal # Cisco Terminal Server
1.3.6.1.4.1.9.1.3:Server:Terminal # Cisco Combo Router & Terminal Server
1.3.6.1.4.1.9.1.4:Connector:Bridge # Cisco TCP/IP to X.25 Translator
1.3.6.1.4.1.9.1.5:Connector:Gateway # Cisco IGS Router
1.3.6.1.4.1.9.1.11:Connector:Gateway # Cisco Router Software
1.3.6.1.4.1.108.1.2:Server:Terminal # Emulex Perf 3000TL ver 2.1
1.3.6.1.4.1.108.1.1.2:Server:Terminal # Emulex Perf 3000TL ver >= 2.15
1.3.6.1.4.1.311.1.1.3.1:Computer:WindowsNT # Windows NT
1.3.6.1.4.1.311.1.1.3.1.1:Computer:WindowsNT # Windows NT
1.3.6.1.4.1.311.1.1.3.1.2:Computer:WindowsNT # Windows NT
1.3.6.1.4.1.311.1.1.3.1.3:Computer:WindowsNT # Windows NT
1.3.6.1.4.1.116.3.5.1.1:Computer:Workstation # Comet/AGT-TCP 3050RX MGR
1.3.6.1.4.1.116.3.5.1.2:Computer:Workstation # Comet/AGT-TCP 3050RX SMG
1.3.6.1.4.1.116.3.5.1.3:Computer:Workstation # Comet/AGT-TCP 3050RX AGT
1.3.6.1.4.1.116.3.8.1.2:Computer:Workstation # Comet/AGT-TCP SPARC SMG
1.3.6.1.4.1.116.3.8.1.3:Computer:Workstation # Comet/AGT-TCP SPARC AGT
1.3.6.1.4.1.116.3.5.2.1:Computer:Mini # Comet/AGT-TCP 3500 MGR
1.3.6.1.4.1.116.3.5.2.2:Computer:Mini # Comet/AGT-TCP 3500 SMG
1.3.6.1.4.1.116.3.5.2.3:Computer:Mini # Comet/AGT-TCP 3500 AGT
1.3.6.1.4.1.116.4.8.1.1:Connector:Gateway # BN100 FDDI NODE
1.3.6.1.4.1.116.4.8.1.2:Connector:Gateway # BN100-H FDDI NODE
1.3.6.1.4.1.116.4.8.2.1:Connector:Gateway # BN100 Concentrator
1.3.6.1.4.1.116.4.1.1:Connector:Gateway # NP200
1.3.6.1.4.1.116.3.4:Computer:Main Frame # VOSK SNMP/AGT/K
1.3.6.1.4.1.116.2.1:Computer:Workstation # LAN-TCP/AS¥TS
1.3.6.1.4.1.116.3.16.1:Computer:Mini # NMSET E7000 Series
1.3.6.1.4.1.116.3.16.2:Computer:Mini # NMSET FT-6100
1.3.6.1.4.1.116.3.5.1.1:Computer:Workstation # Comet/AGT-TCP 3050RX MGR
1.3.6.1.4.1.116.3.5.1.2:Computer:Workstation # Comet/AGT-TCP 3050RX SMG
1.3.6.1.4.1.116.3.5.1.3:Computer:Workstation # Comet/AGT-TCP 3050RX AGT
1.3.6.1.4.1.116.3.8.1.2:Computer:Workstation # Comet/AGT-TCP SPARC SMG
1.3.6.1.4.1.116.3.8.1.3:Computer:Workstation # Comet/AGT-TCP SPARC AGT
1.3.6.1.4.1.116.3.9.1.2:Computer:Workstation # Comet/AGT-TCP H9000 SMG
1.3.6.1.4.1.116.3.9.1.3:Computer:Workstation # Comet/AGT-TCP H9000 AGT
1.3.6.1.4.1.116.3.5.2.1:Computer:Mini # Comet/AGT-TCP 3500 MGR
1.3.6.1.4.1.116.3.5.2.2:Computer:Mini # Comet/AGT-TCP 3500 SMG
1.3.6.1.4.1.116.3.5.2.3:Computer:Mini # Comet/AGT-TCP 3500 AGT
1.3.6.1.4.1.116.4.8.1.1:Connector:Gateway # BN100 FDDI NODE
1.3.6.1.4.1.116.4.8.1.2:Connector:Gateway # BN100-H FDDI NODE
1.3.6.1.4.1.116.4.8.2.1:Connector:Gateway # BN100 Concentrator
1.3.6.1.4.1.116.4.1.1:Connector:Gateway # NP200
1.3.6.1.4.1.116.3.4:Computer:Main Frame # VOSK SNMP/AGT/K
1.3.6.1.4.1.116.2.1:Computer:Workstation # LAN-TCP/AS¥TS
1.3.6.1.4.1.116.3.16.1:Computer:Mini # NMSET E7000 Series
1.3.6.1.4.1.116.3.16.2:Computer:Mini # NMSET FT-6100
1.3.6.1.4.1.116.3.7.1:Computer:Main Frame # VOS3 XNF/TCP SNMP Agent
1.3.6.1.4.1.116.3.10.1.1:Computer:PC # Comet/Manager100
1.3.6.1.4.1.116.3.10.1.2:Computer:PC # Comet/Submanager
1.3.6.1.4.1.168.1:Connector:Multi-port # XLNT Generic
1.3.6.1.4.1.168.2.1.1:Connector:Multi-port # XLNT QuickEther-8 switch
1.3.6.1.4.1.168.2.1.2:Connector:Multi-port # XLNT QuickEther-16 switch
1.3.6.1.4.1.168.2.2.1:Connector:Multi-port # XLNT QuickFDDI+ switch
1.3.6.1.4.1.168.2.2.2:Connector:Multi-port # XLNT QuickFDDI+8 switch
1.3.6.1.4.1.409.94.2.2.1:Connector:Gateway # Mitsubishi MELNET R2000
1.3.6.1.4.1.23.1.6:Server:NetWare # NetWare 3.x/4.x Servers
1.3.6.1.4.1.23.1.6.3.11:Server:NetWare # NetWare 3.x/4.x Servers
1.3.6.1.4.1.23.1.6.3.12:Server:NetWare # NetWare 3.x/4.x Servers
1.3.6.1.4.1.23.1.6.4.10:Server:NetWare # NetWare 3.x/4.x Servers
1.3.6.1.4.1.295.3.2:Connector:Ethernet # Plaintree WaveSwitch 100
DEFAULT:::M
DEFAULT_IP:::M
DEFAULT_IPX:::
DEFAULT_SNMP:::
1.3.6.1.4.1.2.3.1.2.1.1.2:IBM:IBM RS/6000:M
1.3.6.1.4.1.4.1.1:Micro Technology:MT LANCE/NMS agent
1.3.6.1.4.1.5.1.1.1.1:ACC:ACC 4140 Bridge/Router:GB
1.3.6.1.4.1.7.2.1:Cayman:Cayman GatorSystem:BS # Ether<->Appletalk bridge
1.3.6.1.4.1.9.1.1:cisco Systems:cisco Gateway Server:GS
1.3.6.1.4.1.9.1.2:cisco Systems:cisco Terminal Server:TS
1.3.6.1.4.1.9.1.3:cisco Systems:cisco T-Router:GS
1.3.6.1.4.1.9.1.4:cisco Systems:cisco Protocol Translator:S
1.3.6.1.4.1.9.1.5:cisco Systems:cisco Gateway Server:GS
1.3.6.1.4.1.9.1.11:cisco Systems:cisco Gateway Server:GS
1.3.6.1.4.1.9.1.21:cisco Systems:Cisco 2500 Series -- Router/Hub Combination:
1.3.6.1.4.1.9.1.23:cisco Systems:Cisco 2500 Series -- Router/Hub Combination:
1.3.6.1.4.1.9.1.25:cisco Systems:Cisco 2500 Series -- Access Server:
1.3.6.1.4.1.9.1.27:cisco Systems:Cisco 2500 Series -- Access Server:
1.3.6.1.4.1.9.1.28:cisco Systems:Cisco 2500 Series -- Access Server:
1.3.6.1.4.1.9.1.29:cisco Systems:Cisco 2500 Series -- Dual LAN Router:
1.3.6.1.4.1.9.1.30:cisco Systems:Cisco 2500 Series -- Dual LAN Router:
1.3.6.1.4.1.9.1.31:cisco Systems:Cisco 2500 Series -- Dual LAN Router:
1.3.6.1.4.1.9.1.41:cisco Systems:Cisco 1000 Access Router:
1.3.6.1.4.1.9.1.42:cisco Systems:Cisco 2500 Series -- Router/Hub Combination:
1.3.6.1.4.1.9.1.44:cisco Systems:Cisco 1000 Access Router:
1.3.6.1.4.1.9.1.45:cisco Systems:Cisco 7500 Series Router:
1.3.6.1.4.1.9.1.46:cisco Systems:Cisco 7500 Series Router:
1.3.6.1.4.1.9.1.48:cisco Systems:Cisco 7500 Series Router:
1.3.6.1.4.1.9.1.49:cisco Systems:Cisco 1000 Access Router:
1.3.6.1.4.1.9.1.50:cisco Systems:Cisco Access 4000 Series Router:
1.3.6.1.4.1.9.1.51:cisco Systems:Cisco 1000 Access Router:
1.3.6.1.4.1.9.1.52:cisco Systems:Cisco 1000 Access Router:
1.3.6.1.4.1.9.1.53:cisco Systems:Cisco 1000 Access Router:
1.3.6.1.4.1.9.1.56:cisco Systems:Cisco 2500 Series -- Single LAN Router:
1.3.6.1.4.1.9.1.58:cisco Systems:Cisco 2500 Series -- Router/Hub Combination:
1.3.6.1.4.1.9.1.59:cisco Systems:Cisco 2500 Series -- Router/Hub Combination:
1.3.6.1.4.1.9.1.60:cisco Systems:Cisco 2500 Series -- Access Server:
1.3.6.1.4.1.9.1.61:cisco Systems:Cisco 2500 Series -- Access Server:
1.3.6.1.4.1.9.1.62:cisco Systems:Cisco 2500 Series -- Dual LAN Router:
1.3.6.1.4.1.9.1.63:cisco Systems:Cisco 2500 Series -- Router/Hub Combination:
1.3.6.1.4.1.9.1.64:cisco Systems:Cisco 2500 Series -- Router/Hub Combination:
1.3.6.1.4.1.9.1.67:cisco Systems:Cisco 2500 Series -- Router/Hub Combination:
1.3.6.1.4.1.9.1.68:cisco Systems:Cisco 2500 Series -- Router/Hub Combination:
1.3.6.1.4.1.9.1.69:cisco Systems:Cisco 2500 Series -- Router/Hub Combination:
1.3.6.1.4.1.9.1.70:cisco Systems:Cisco 2500 Series -- High Density Serial Router:
1.3.6.1.4.1.9.1.71:cisco Systems:Cisco 2500 Series -- High Density Serial Router:
1.3.6.1.4.1.9.1.72:cisco Systems:Cisco 2500 Series -- High Density Serial Router:
1.3.6.1.4.1.9.1.73:cisco Systems:Cisco 2500 Series -- High Density Serial Router:
1.3.6.1.4.1.9.1.74:cisco Systems:Cisco 2500 Series -- Single LAN Router:
1.3.6.1.4.1.9.1.75:cisco Systems:Cisco 2500 Series -- Single LAN Router:
1.3.6.1.4.1.9.1.92:cisco Systems:Cisco 760-M Series -- ISDN Router:
1.3.6.1.4.1.9.1.93:cisco Systems:Cisco 760-M Series -- ISDN Router:
1.3.6.1.4.1.9.1.98:cisco Systems:Cisco 760-M Series -- ISDN Router:
1.3.6.1.4.1.9.1.99:cisco Systems:Cisco 760-M Series -- ISDN Router:
1.3.6.1.4.1.9.1.102:cisco Systems:Cisco 760-M Series -- ISDN Router:
1.3.6.1.4.1.9.1.103:cisco Systems:Cisco 760-M Series -- ISDN Router:
1.3.6.1.4.1.9.1.104:cisco Systems:Cisco 2500 Series -- High Density Serial Router:
1.3.6.1.4.1.9.1.105:cisco Systems:Cisco 2500 Series -- High Density Serial Router:
1.3.6.1.4.1.9.1.106:cisco Systems:Cisco 2500 Series -- Single LAN Router:
1.3.6.1.4.1.9.1.107:cisco Systems:Cisco LightStream 1010:
1.3.6.1.4.1.9.1.108:cisco Systems:Cisco 7200 Series Router:
1.3.6.1.4.1.9.1.109:cisco Systems:Cisco AS52000 Access Server:
1.3.6.1.4.1.9.1.110:cisco Systems:Cisco 3600 Series -- Modular Dial Access Server:
1.3.6.1.4.1.9.1.113:cisco Systems:Cisco 1600 Modular Access Router:
1.3.6.1.4.1.9.1.114:cisco Systems:Cisco 1600 Modular Access Router:
1.3.6.1.4.1.9.1.115:cisco Systems:Cisco 1600 Modular Access Router:
1.3.6.1.4.1.9.1.116:cisco Systems:Cisco 1600 Modular Access Router:
1.3.6.1.4.1.9.1.117:cisco Systems:Cisco 1600 Modular Access Router:
1.3.6.1.4.1.9.1.118:cisco Systems:Cisco 1600 Modular Access Router:
1.3.6.1.4.1.9.1.119:cisco Systems:Cisco 1600 Modular Access Router:
1.3.6.1.4.1.9.1.120:cisco Systems:Cisco 1600 Modular Access Router:
1.3.6.1.4.1.9.1.122:cisco Systems:Cisco 3600 Series -- Modular Dial Access Server:
1.3.6.1.4.1.9.1.125:cisco Systems:Cisco 7200 Series Router:
1.3.6.1.4.1.9.1.126:cisco Systems:Cisco 770-M Series -- ISDN Router:
1.3.6.1.4.1.9.1.127:cisco Systems:Cisco 770-M Series -- ISDN Router:
1.3.6.1.4.1.9.1.128:cisco Systems:Cisco 770-M Series -- ISDN Router:
1.3.6.1.4.1.9.1.129:cisco Systems:Cisco 770-M Series -- ISDN Router:
1.3.6.1.4.1.9.1.130:cisco Systems:Cisco 2500 Series -- Single LAN Router:
1.3.6.1.4.1.9.1.131:cisco Systems:Cisco 2500 Series -- Mission-Specific Router:
1.3.6.1.4.1.9.1.135:cisco Systems:Cisco 2500 Series -- Access Server:
1.3.6.1.4.1.9.1.136:cisco Systems:Cisco 2500 Series -- Dual LAN Router:
1.3.6.1.4.1.9.1.137:cisco Systems:Cisco 2500 Series -- Dual LAN Router:
1.3.6.1.4.1.9.1.138:cisco Systems:Cisco 2500 Series -- Router/Hub Combination:
1.3.6.1.4.1.9.1.139:cisco Systems:Cisco 2500 Series -- Router/Hub Combination:
1.3.6.1.4.1.9.1.140:cisco Systems:Cisco 2500 Series -- High Density Serial Router:
1.3.6.1.4.1.9.1.141:cisco Systems:Cisco 2500 Series -- Single LAN Router:
1.3.6.1.4.1.9.1.142:cisco Systems:Cisco Access 4000 Series Router:
1.3.6.1.4.1.9.1.147:cisco Systems:Cisco FastHub 300 Series Hub:
1.3.6.1.4.1.9.1.148:cisco Systems:Cisco FastHub 300 Series Hub:
1.3.6.1.4.1.9.1.153:cisco Systems:Cisco 2500 Series -- Access Server:
1.3.6.1.4.1.9.1.154:cisco Systems:Cisco 2500 Series -- Access Server:
1.3.6.1.4.1.9.1.157:cisco Systems:Cisco MC3810 Multiservice Access Concentrator
1.3.6.1.4.1.9.1.160:cisco Systems:Cisco 1500 Series -- Micro Hub:
1.3.6.1.4.1.9.1.161:cisco Systems:Cisco 1500 Series -- Micro Hub:
1.3.6.1.4.1.9.1.162:cisco Systems:Cisco AS5300 Access Server
1.3.6.1.4.1.9.1.165:cisco Systems:Cisco 2500 Series -- Mission-Specific Router:
1.3.6.1.4.1.9.1.166:cisco Systems:Cisco 2500 Series -- Mission-Specific Router:
1.3.6.1.4.1.9.1.167:cisco Systems:Cisco 2500 Series -- Mission-Specific Router:
1.3.6.1.4.1.9.1.169:cisco Systems:Cisco FastHub 200 Series Hub:
1.3.6.1.4.1.9.1.173:cisco Systems:Cisco 12000 Series Gigabit Router:
1.3.6.1.4.1.9.1.181:cisco Systems:Cisco 12000 Series Gigabit Switch Router:
1.3.6.1.4.1.9.1.182:cisco Systems:Cisco 12000 Series Gigabit Switch Router:
1.3.6.1.4.1.9.1.183:cisco Systems:Cisco Catalyst 2900 Series XL:
1.3.6.1.4.1.9.1.184:cisco Systems:Cisco Catalyst 2900 Series XL:
1.3.6.1.4.1.9.1.190:cisco Systems:Cisco Catalyst 8510 Series Switch Router:B
1.3.6.1.4.1.9.5.7:cisco Systems:Cisco Catalyst 5000 Series Switch:B
1.3.6.1.4.1.9.5.12:cisco Systems:Cisco Catalyst 2900 Series Switch:B
1.3.6.1.4.1.9.5.15:cisco Systems:Cisco Catalyst 3200 Series Switch:B
1.3.6.1.4.1.9.5.17:cisco Systems:Cisco Catalyst 5500 Series Switch Router:B
1.3.6.1.4.1.9.5.20:cisco Systems:Cisco Cataylst 2820 Series Switch:B
1.3.6.1.4.1.9.5.26:cisco Systems:Cisco Catalyst 3000 Series Switch:B
1.3.6.1.4.1.9.5.31:cisco Systems:Cisco Catalyst 1900 Series Switch:B
1.3.6.1.4.1.9.5.40:cisco Systems:Cisco Catalyst 4000 Series Switch:B
1.3.6.1.4.1.13.1.1.1.9.4.0.0:Data General:DG Aviion
1.3.6.1.4.1.18.1:Wellfleet:Wellfleet IP Router:G
1.3.6.1.4.1.18.2:Sun:Wellfleet Sun 3 agent
1.3.6.1.4.1.20.467:NCR:NCR Tower
1.3.6.1.4.1.22.1.1.1:Fibronics:Fibronics FDDI-Ethernet Router:G
1.3.6.1.4.1.23.1.1.1:Novell:Novell Lantern
1.3.6.1.4.1.23.1.3::Netware 386 TCP/IP
1.3.6.1.4.1.26.2.1:Hughes:Hughes LAN Systems Bridge:B
1.3.6.1.4.1.33.1.1:Xyplex:Xyplex Terminal Server
1.3.6.1.4.1.33.1.3:Xyplex:Xyplex Remote Ethernet Bridge
1.3.6.1.4.1.36.1:DEC:DECstation
1.3.6.1.4.1.38.1:NRC:NRC Fusion Xenix agent
1.3.6.1.4.1.42.1.1::Sun Microsystems PC-NFS
1.3.6.1.4.1.42.2.1.1:Sun:Sun Microsystems SunOS:M
1.3.6.1.4.1.44.1.1.1.5.1.1:CMC:CMC
1.3.6.1.4.1.45.3.2.1:SynOptics:SynOptics Bridge/Hub:BH
1.3.6.1.4.1.57.1.10:MIPS:MIPS
1.3.6.1.4.1.59.1.13:SGI:SGI Iris
1.3.6.1.4.1.75.1.1:Ungermann-Bass:UB Access/1 Hub:BH
1.3.6.1.4.1.99.1.1.1.9.4.0.3::Interactive/Lachman System V/386
1.3.6.1.4.1.105:DEC:Process Software Corp. VMS agent
1.3.6.1.4.1.108.1.2:Emulex:Emulex Performance 3000TL:T # Version 2.1
1.3.6.1.4.1.108.1.1.2:Emulex:Emulex Performance 3000TL:T # Version 2.15
1.3.6.1.4.1.311.1.1.3.1::Windows NT:M # Windows NT runs on a variety of machines
1.3.6.1.4.1.311.1.1.3.1.1::Windows NT:M # Windows NT runs on a variety of machines
1.3.6.1.4.1.311.1.1.3.1.2::Windows NT:M # Windows NT runs on a variety of machines
1.3.6.1.4.1.311.1.1.3.1.3::Windows NT:M # Windows NT runs on a variety of machines
1.3.6.1.4.1.207.1.2.1:Allied Telesyn:ATI:H
1.3.6.1.4.1.207.1.2.2:Allied Telesyn:ATI:H
1.3.6.1.4.1.207.1.2.3:Allied Telesyn:ATI:H
1.3.6.1.4.1.207.1.2.4:Allied Telesyn:ATI:H
1.3.6.1.4.1.207.1.2.5:Allied Telesyn:ATI:H
1.3.6.1.4.1.207.1.2.6:Allied Telesyn:ATI:H
1.3.6.1.4.1.207.1.2.7:Allied Telesyn:ATI:H
1.3.6.1.4.1.207.1.2.9:Allied Telesyn:ATI:H
1.3.6.1.4.1.207.1.2.10:Allied Telesyn:ATI:H
1.3.6.1.4.1.207.1.2.11:Allied Telesyn:ATI:H
1.3.6.1.4.1.207.1.2.12:Allied Telesyn:ATI:H
1.3.6.1.4.1.207.1.2.13:Allied Telesyn:ATI:H
1.3.6.1.4.1.168.1:XLNT:XLNT Generic:H # XLNT Generic
1.3.6.1.4.1.168.2.1.1:XLNT:XLNT QuickEther-8 switch:H # XLNT QuickEther-8 switch
1.3.6.1.4.1.168.2.1.2:XLNT:XLNT QuickEther-16 switch:H # XLNT QuickEther-16 switch
1.3.6.1.4.1.168.2.2.1:XLNT:XLNT QuickFDDI+ switch:H # XLNT QuickFDDI+ switch
1.3.6.1.4.1.168.2.2.2:XLNT:XLNT QuickFDDI+8 switch:H # XLNT QuickFDDI+8 switch
1.3.6.1.4.1.114.1.1:3Com:LANplex5012 # 3Com _LANplex_5012_ (added by TLM 3.0.0)
1.3.6.1.4.1.114.1.2:3Com:LANplex5004 # 3Com _LANplex_5004_ (added by TLM 3.0.0)
1.3.6.1.4.1.114.1.3.2.1.1.2:3Com:LANplex6012r4 # 3Com LANplex6012 r4 (single agent)
1.3.6.1.4.1.114.1.3.2.1.1.3:3Com:LANplex6012r4 # 3Com LANplex6012 r4 (single agent)
1.3.6.1.4.1.114.1.3.2.1.1.4:3Com:LANplex6012r4 # 3Com LANplex6012 r4 (single agent)
1.3.6.1.4.1.114.1.3.2.1.1.5:3Com:LANplex6012r4 # 3Com LANplex6012 r4 (single agent)
1.3.6.1.4.1.114.1.3.2.1.2.2:3Com:LANplex6012r4 # 3Com LANplex6012 r4 (single agent)
1.3.6.1.4.1.114.1.3.2.1.2.3:3Com:LANplex6012r4 # 3Com LANplex6012 r4 (multi agent)
1.3.6.1.4.1.114.1.3.2.1.2.4:3Com:LANplex6012r4 # 3Com LANplex6012 r4 (multi agent)
1.3.6.1.4.1.114.1.3.2.1.2.5:3Com:LANplex6012r4 # 3Com LANplex6012 r4 (multi agent)
1.3.6.1.4.1.114.1.3.2.1.3.2:3Com:LANplex6012r4 # 3Com LANplex6012 r4 (multi agent)
1.3.6.1.4.1.114.1.3.2.1.3.3:3Com:LANplex6012r4 # 3Com LANplex6012 r4.x (multi agent)
1.3.6.1.4.1.114.1.3.2.1.4.2:3Com:LANplex6012r4 # 3Com LANplex6012 r4 (multi agent)
1.3.6.1.4.1.114.1.3.2.1.4.3:3Com:LANplex6012r4 # 3Com LANplex6012 r4.x (multi agent
1.3.6.1.4.1.114.1.3.2.2.1.2:3Com:LANplex6004r4 # 3Com LANplex6012 r4 (single agent)
1.3.6.1.4.1.114.1.3.2.2.1.3:3Com:LANplex6004r4 # 3Com LANplex6012 r4 (single agent)
1.3.6.1.4.1.114.1.3.2.2.1.4:3Com:LANplex6004r4 # 3Com LANplex6012 r4 (single agent)
1.3.6.1.4.1.114.1.3.2.2.1.5:3Com:LANplex6004r4 # 3Com LANplex6012 r4 (single agent)
1.3.6.1.4.1.114.1.3.2.2.2.2:3Com:LANplex6004r4 # 3Com LANplex6012 r4 (multi agent)
1.3.6.1.4.1.114.1.3.2.2.2.3:3Com:LANplex6004r4 # 3Com LANplex6012 r4 (multi agent)
1.3.6.1.4.1.114.1.3.2.2.2.4:3Com:LANplex6004r4 # 3Com LANplex6012 r4 (multi agent)
1.3.6.1.4.1.114.1.3.2.2.2.5:3Com:LANplex6004r4 # 3Com LANplex6012 r4 (multi agent)
1.3.6.1.4.1.114.1.3.2.2.3.2:3Com:LANplex6004r4 # 3Com LANplex6004 r4 (multi agent)
1.3.6.1.4.1.114.1.3.2.2.3.3:3Com:LANplex6004r4 # 3Com LANplex6004 r4.x (multi agent)
1.3.6.1.4.1.114.1.3.2.2.4.2:3Com:LANplex6004r4 # 3Com LANplex6004 r4 (multi agent)
1.3.6.1.4.1.114.1.3.2.2.4.3:3Com:LANplex6004r4 # 3Com LANplex6004 r4.x (multi agent
1.3.6.1.4.1.114.1.3.3.1.2:3Com:LANplex2500 # 3Com LANplex2500
1.3.6.1.4.1.114.1.3.3.1.3:3Com:LANplex2500 # 3Com LANplex2500
1.3.6.1.4.1.114.1.3.3.1.4:3Com:LANplex2500 # 3Com LANplex2500
1.3.6.1.4.1.114.1.3.3.1.5:3Com:LANplex2500 # 3Com LANplex2500
1.3.6.1.4.1.114.1.3.3.2.2:3Com:LinkSwitch2200 # 3Com LinkSwitch2200
1.3.6.1.4.1.114.1.3.3.2.3:3Com:LinkSwitch2200 # 3Com LinkSwitch2200
1.3.6.1.4.1.114.1.3.3.2.4:3Com:LinkSwitch2200 # 3Com LinkSwitch2200
1.3.6.1.4.1.114.1.3.3.2.5:3Com:LinkSwitch2200 # 3Com LinkSwitch2200
1.3.6.1.4.1.114.1.3.3.3.2:3Com:LANplex2016 # 3Com LANplex2016
1.3.6.1.4.1.114.1.3.3.3.3:3Com:LANplex2016 # 3Com LANplex2016
1.3.6.1.4.1.114.1.3.3.3.4:3Com:LANplex2016 # 3Com LANplex2016
1.3.6.1.4.1.114.1.3.3.3.5:3Com:LANplex2016 # 3Com LANplex2016
1.3.6.1.4.1.170.1.1.3:3Com:3Com ECS-R-Bridge:B # 3Com ECS R-Bridge
1.3.6.1.4.1.187.2.8.1:3Com:3Com MSH-4-Bridge:B # 3Com MSH 4-Bridge
1.3.6.1.4.1.260.1.100:3Com:FMS-TR-Advanced # 3Com STARTEK ADV
1.3.6.1.4.1.260.1.1:3Com:FOCUS-TR # 3Com STARTEK TR Focus
1.3.6.1.4.1.260.1.2:3Com:TRi-II # 3Com STARTEK LB II TR
1.3.6.1.4.1.260.1.3:3Com:TRi-I # 3Com STARTEK LB I TR
1.3.6.1.4.1.260.1.4:3Com:FOCUS-TR-ENET # 3Com STARTEK DUAL Focus (TR/ET)
1.3.6.1.4.1.260.1.99:3Com:FMS-TR-RMON # 3Com STARTEK RMON
1.3.6.1.4.1.327:3Com:3Com AB:BG # 3Com AccessBuilder
1.3.6.1.4.1.370.2.2:Axon Networks:LANServant Ethernet # 3Com Axon Ethernet
1.3.6.1.4.1.370.2.3:Axon Networks:LANServant Token Ring # 3Com Axon Token Ring
1.3.6.1.4.1.43.1.12.1:3Com:3Com CELLplex 7000:H # 3Com CELLplex 7000
1.3.6.1.4.1.43.1.4.10.1.6.2:3Com:3Com NB:G # 3Com nbtr RC w/Basic Prot
1.3.6.1.4.1.43.1.4.10.1.7.0:3Com:3Com NB:G # 3Com nbtr RC w/Basic Prot
1.3.6.1.4.1.43.1.4.10.1.7.1:3Com:3Com NB:G # 3Com nbtr RC w/Basic Prot
1.3.6.1.4.1.43.1.4.10.1.7.2:3Com:3Com NB:G # 3Com nbtr RC w/Basic Prot
1.3.6.1.4.1.43.1.4.10.1.8.0:3Com:3Com NB:G # 3Com nbtr RC w/Basic Prot
1.3.6.1.4.1.43.1.4.10.1.8.1:3Com:3Com NB:G # 3Com nbtr RC w/Basic Prot
1.3.6.1.4.1.43.1.4.10.11.6.2:3Com:3Com NB:G # 3Com nbtr RC w/BX SW
1.3.6.1.4.1.43.1.4.10.11.7.0:3Com:3Com NB:G # 3Com nbtr RC w/BX SW
1.3.6.1.4.1.43.1.4.10.11.7.1:3Com:3Com NB:G # 3Com nbtr RC w/BX SW
1.3.6.1.4.1.43.1.4.10.11.7.2:3Com:3Com NB:G # 3Com nbtr RC w/BX SW
1.3.6.1.4.1.43.1.4.10.11.8.0:3Com:3Com NB:G # 3Com nbtr RC w/BX SW
1.3.6.1.4.1.43.1.4.10.11.8.1:3Com:3Com NB:G # 3Com nbtr RC w/BX SW
1.3.6.1.4.1.43.1.4.10.2.6.2:3Com:3Com NB:G # 3Com nbtr RC w/Compl Prot
1.3.6.1.4.1.43.1.4.10.2.7.0:3Com:3Com NB:G # 3Com nbtr RC w/Compl Prot
1.3.6.1.4.1.43.1.4.10.2.7.1:3Com:3Com NB:G # 3Com nbtr RC w/Compl Prot
1.3.6.1.4.1.43.1.4.10.2.7.2:3Com:3Com NB:G # 3Com nbtr RC w/Compl Prot
1.3.6.1.4.1.43.1.4.10.2.8.0:3Com:3Com NB:G # 3Com nbtr RC w/Compl Prot
1.3.6.1.4.1.43.1.4.10.2.8.1:3Com:3Com NB:G # 3Com nbtr RC w/Compl Prot
1.3.6.1.4.1.43.1.4.10.3.6.2:3Com:3Com NB:G # 3Com nbtr RC w/Ext WAN
1.3.6.1.4.1.43.1.4.10.3.7.0:3Com:3Com NB:G # 3Com nbtr RC w/Ext WAN
1.3.6.1.4.1.43.1.4.10.3.7.1:3Com:3Com NB:G # 3Com nbtr RC w/Ext WAN
1.3.6.1.4.1.43.1.4.10.3.7.2:3Com:3Com NB:G # 3Com nbtr RC w/Ext WAN
1.3.6.1.4.1.43.1.4.10.3.8.0:3Com:3Com NB:G # 3Com nbtr RC w/Ext WAN
1.3.6.1.4.1.43.1.4.10.3.8.1:3Com:3Com NB:G # 3Com nbtr RC w/Ext WAN
1.3.6.1.4.1.43.1.4.10.4.6.2:3Com:3Com NB:G # 3Com not supported
1.3.6.1.4.1.43.1.4.10.4.7.0:3Com:3Com NB:G # 3Com not supported
1.3.6.1.4.1.43.1.4.10.4.7.1:3Com:3Com NB:G # 3Com not supported
1.3.6.1.4.1.43.1.4.10.4.7.2:3Com:3Com NB:G # 3Com not supported
1.3.6.1.4.1.43.1.4.10.4.8.0:3Com:3Com NB:G # 3Com not supported
1.3.6.1.4.1.43.1.4.10.4.8.1:3Com:3Com NB:G # 3Com not supported
1.3.6.1.4.1.43.1.4.10.5.6.2:3Com:3Com NB:G # 3Com nbtr RC w/Bndry Rtg
1.3.6.1.4.1.43.1.4.10.5.7.0:3Com:3Com NB:G # 3Com nbtr RC w/Bndry Rtg
1.3.6.1.4.1.43.1.4.10.5.7.1:3Com:3Com NB:G # 3Com nbtr RC w/Bndry Rtg
1.3.6.1.4.1.43.1.4.10.5.7.2:3Com:3Com NB:G # 3Com nbtr RC w/Bndry Rtg
1.3.6.1.4.1.43.1.4.10.5.8.0:3Com:3Com NB:G # 3Com nbtr RC w/Bndry Rtg
1.3.6.1.4.1.43.1.4.10.5.8.1:3Com:3Com NB:G # 3Com nbtr RC w/Bndry Rtg
1.3.6.1.4.1.43.1.4.11.1.6.2:3Com:3Com NB:G # 3Com nb2-4 w/Basic Prot SW
1.3.6.1.4.1.43.1.4.11.1.7.0:3Com:3Com NB:G # 3Com nb2-4 w/Basic Prot SW
1.3.6.1.4.1.43.1.4.11.1.7.1:3Com:3Com NB:G # 3Com nb2-4 w/Basic Prot SW
1.3.6.1.4.1.43.1.4.11.1.7.2:3Com:3Com NB:G # 3Com nb2-4 w/Basic Prot SW
1.3.6.1.4.1.43.1.4.11.1.8.0:3Com:3Com NB:G # 3Com nb2-4 w/Basic Prot SW
1.3.6.1.4.1.43.1.4.11.1.8.1:3Com:3Com NB:G # 3Com nb2-4 w/Basic Prot SW
1.3.6.1.4.1.43.1.4.11.10.8.0:3Com:3Com NB:G # 3Com nb2-4 w/CF
1.3.6.1.4.1.43.1.4.11.10.8.1:3Com:3Com NB:G # 3Com nb2-4 w/CF
1.3.6.1.4.1.43.1.4.11.11.8.0:3Com:3Com NB:G # 3Com nb2-4 w/BX
1.3.6.1.4.1.43.1.4.11.11.8.1:3Com:3Com NB:G # 3Com nb2-4 w/BX
1.3.6.1.4.1.43.1.4.11.12.7.1:3Com:3Com NB:G # 3Com nb2-4 w/Appn SW
1.3.6.1.4.1.43.1.4.11.12.8.0:3Com:3Com NB:G # 3Com nb2-4 w/Appn SW
1.3.6.1.4.1.43.1.4.11.12.8.1:3Com:3Com NB:G # 3Com nb2-4 w/Appn SW
1.3.6.1.4.1.43.1.4.11.13.8.0:3Com:3Com NB:G # 3Com nb2-4 w/Lm SW
1.3.6.1.4.1.43.1.4.11.13.8.1:3Com:3Com NB:G # 3Com nb2-4 w/Lm SW
1.3.6.1.4.1.43.1.4.11.14.8.0:3Com:3Com NB:G # 3Com nb2-4 w/Lt SW
1.3.6.1.4.1.43.1.4.11.14.8.1:3Com:3Com NB:G # 3Com nb2-4 w/Lt SW
1.3.6.1.4.1.43.1.4.11.15.8.0:3Com:3Com NB:G # 3Com nb2-4 w/Wm SW
1.3.6.1.4.1.43.1.4.11.15.8.1:3Com:3Com NB:G # 3Com nb2-4 w/Wm SW
1.3.6.1.4.1.43.1.4.11.16.8.0:3Com:3Com NB:G # 3Com nb2-4 w/Wt SW
1.3.6.1.4.1.43.1.4.11.16.8.1:3Com:3Com NB:G # 3Com nb2-4 w/Wt SW
1.3.6.1.4.1.43.1.4.11.17.8.0:3Com:3Com NB:G # 3Com nb2-4 w/Ae SW
1.3.6.1.4.1.43.1.4.11.17.8.1:3Com:3Com NB:G # 3Com nb2-4 w/Ae SW
1.3.6.1.4.1.43.1.4.11.18.8.0:3Com:3Com NB:G # 3Com nb2-4 w/Ap SW
1.3.6.1.4.1.43.1.4.11.18.8.1:3Com:3Com NB:G # 3Com nb2-4 w/Ap SW
1.3.6.1.4.1.43.1.4.11.18.8.2:3Com:3Com NB:G # 3Com nb2-4 w/Ap SW
1.3.6.1.4.1.43.1.4.11.19.8.0:3Com:3Com NB:G # 3Com nb2-4 w/An SW
1.3.6.1.4.1.43.1.4.11.19.8.1:3Com:3Com NB:G # 3Com nb2-4 w/An SW
1.3.6.1.4.1.43.1.4.11.2.6.2:3Com:3Com NB:G # 3Com nb2-4 w/Compl Prot SW
1.3.6.1.4.1.43.1.4.11.2.7.0:3Com:3Com NB:G # 3Com nb2-4 w/Compl Prot SW
1.3.6.1.4.1.43.1.4.11.2.7.1:3Com:3Com NB:G # 3Com nb2-4 w/Compl Prot SW
1.3.6.1.4.1.43.1.4.11.2.7.2:3Com:3Com NB:G # 3Com nb2-4 w/Compl Prot SW
1.3.6.1.4.1.43.1.4.11.2.8.0:3Com:3Com NB:G # 3Com nb2-4 w/Compl Prot SW
1.3.6.1.4.1.43.1.4.11.2.8.1:3Com:3Com NB:G # 3Com nb2-4 w/Compl Prot SW
1.3.6.1.4.1.43.1.4.11.2.8.2:3Com:3Com NB:G # 3Com nb2-4 w/Compl Prot SW
1.3.6.1.4.1.43.1.4.11.20.8.0:3Com:3Com NB:G # 3Com nb2-4 w/La SW
1.3.6.1.4.1.43.1.4.11.20.8.1:3Com:3Com NB:G # 3Com nb2-4 w/La SW
1.3.6.1.4.1.43.1.4.11.21.8.0:3Com:3Com NB:G # 3Com nb2-4 w/Wa SW
1.3.6.1.4.1.43.1.4.11.21.8.1:3Com:3Com NB:G # 3Com nb2-4 w/Wa SW
1.3.6.1.4.1.43.1.4.11.21.8.2:3Com:3Com NB:G # 3Com nb2-4 w/Wa SW
1.3.6.1.4.1.43.1.4.11.3.6.2:3Com:3Com NB:G # 3Com nb2-4 w/Ext WAN SW
1.3.6.1.4.1.43.1.4.11.3.7.0:3Com:3Com NB:G # 3Com nb2-4 w/Ext WAN SW
1.3.6.1.4.1.43.1.4.11.3.7.1:3Com:3Com NB:G # 3Com nb2-4 w/Ext WAN SW
1.3.6.1.4.1.43.1.4.11.3.7.2:3Com:3Com NB:G # 3Com nb2-4 w/Ext WAN SW
1.3.6.1.4.1.43.1.4.11.3.8.0:3Com:3Com NB:G # 3Com nb2-4 w/Ext WAN SW
1.3.6.1.4.1.43.1.4.11.3.8.1:3Com:3Com NB:G # 3Com nb2-4 w/Ext WAN SW
1.3.6.1.4.1.43.1.4.11.4.6.2:3Com:3Com NB:G # 3Com nb2-4 w/Conn Svc SW
1.3.6.1.4.1.43.1.4.11.4.7.0:3Com:3Com NB:G # 3Com nb2-4 w/Conn Svc SW
1.3.6.1.4.1.43.1.4.11.4.7.1:3Com:3Com NB:G # 3Com nb2-4 w/Conn Svc SW
1.3.6.1.4.1.43.1.4.11.4.7.2:3Com:3Com NB:G # 3Com nb2-4 w/Conn Svc SW
1.3.6.1.4.1.43.1.4.11.4.8.0:3Com:3Com NB:G # 3Com nb2-4 w/Conn Svc SW
1.3.6.1.4.1.43.1.4.11.4.8.1:3Com:3Com NB:G # 3Com nb2-4 w/Conn Svc SW
1.3.6.1.4.1.43.1.4.11.4.8.2:3Com:3Com NB:G # 3Com nb2-4 w/Conn Svc SW
1.3.6.1.4.1.43.1.4.11.5.8.0:3Com:3Com NB:G # 3Com nb2-4 w/BA
1.3.6.1.4.1.43.1.4.11.5.8.1:3Com:3Com NB:G # 3Com nb2-4 w/BA
1.3.6.1.4.1.43.1.4.11.6.8.0:3Com:3Com NB:G # 3Com nb2-4 w/AR
1.3.6.1.4.1.43.1.4.11.6.8.1:3Com:3Com NB:G # 3Com nb2-4 w/AR
1.3.6.1.4.1.43.1.4.11.7.8.0:3Com:3Com NB:G # 3Com nb2-4 w/SNA
1.3.6.1.4.1.43.1.4.11.7.8.1:3Com:3Com NB:G # 3Com nb2-4 w/SNA
1.3.6.1.4.1.43.1.4.11.8.8.0:3Com:3Com NB:G # 3Com nb2-4 w/RB
1.3.6.1.4.1.43.1.4.11.8.8.1:3Com:3Com NB:G # 3Com nb2-4 w/RB
1.3.6.1.4.1.43.1.4.11.9.6.2:3Com:3Com NB:G # 3Com nb2-4 w/Full Feature SW
1.3.6.1.4.1.43.1.4.11.9.7.0:3Com:3Com NB:G # 3Com nb2-4 w/Full Feature SW
1.3.6.1.4.1.43.1.4.11.9.7.1:3Com:3Com NB:G # 3Com nb2-4 w/Full Feature SW
1.3.6.1.4.1.43.1.4.11.9.7.2:3Com:3Com NB:G # 3Com nb2-4 w/Full Feature SW
1.3.6.1.4.1.43.1.4.11.9.8.0:3Com:3Com NB:G # 3Com nb2-4 w/Full Feature SW
1.3.6.1.4.1.43.1.4.11.9.8.1:3Com:3Com NB:G # 3Com nb2-4 w/Full Feature SW
1.3.6.1.4.1.43.1.4.11.9.8.2:3Com:3Com NB:G # 3Com nb2-4 w/Full Feature SW
1.3.6.1.4.1.43.1.4.12.1.6.2:3Com:3Com NB:G # 3Com nb2-8 w/Basic Prot SW
1.3.6.1.4.1.43.1.4.12.1.7.0:3Com:3Com NB:G # 3Com nb2-8 w/Basic Prot SW
1.3.6.1.4.1.43.1.4.12.1.7.1:3Com:3Com NB:G # 3Com nb2-8 w/Basic Prot SW
1.3.6.1.4.1.43.1.4.12.1.7.2:3Com:3Com NB:G # 3Com nb2-8 w/Basic Prot SW
1.3.6.1.4.1.43.1.4.12.1.8.0:3Com:3Com NB:G # 3Com nb2-8 w/Basic Prot SW
1.3.6.1.4.1.43.1.4.12.1.8.1:3Com:3Com NB:G # 3Com nb2-8 w/Basic Prot SW
1.3.6.1.4.1.43.1.4.12.10.8.0:3Com:3Com NB:G # 3Com nb2-8 w/CF SW
1.3.6.1.4.1.43.1.4.12.10.8.1:3Com:3Com NB:G # 3Com nb2-8 w/CF SW
1.3.6.1.4.1.43.1.4.12.11.8.0:3Com:3Com NB:G # 3Com nb2-8 w/BX SW
1.3.6.1.4.1.43.1.4.12.11.8.1:3Com:3Com NB:G # 3Com nb2-8 w/BX SW
1.3.6.1.4.1.43.1.4.12.12.7.1:3Com:3Com NB:G # 3Com nb2-8 w/Appn SW
1.3.6.1.4.1.43.1.4.12.12.8.0:3Com:3Com NB:G # 3Com nb2-8 w/Appn SW
1.3.6.1.4.1.43.1.4.12.12.8.1:3Com:3Com NB:G # 3Com nb2-8 w/Appn SW
1.3.6.1.4.1.43.1.4.12.13.8.0:3Com:3Com NB:G # 3Com nb2-8 w/Lm SW
1.3.6.1.4.1.43.1.4.12.13.8.1:3Com:3Com NB:G # 3Com nb2-8 w/Lm SW
1.3.6.1.4.1.43.1.4.12.14.8.0:3Com:3Com NB:G # 3Com nb2-8 w/Lt SW
1.3.6.1.4.1.43.1.4.12.14.8.1:3Com:3Com NB:G # 3Com nb2-8 w/Lt SW
1.3.6.1.4.1.43.1.4.12.15.8.0:3Com:3Com NB:G # 3Com nb2-8 w/Wm SW
1.3.6.1.4.1.43.1.4.12.15.8.1:3Com:3Com NB:G # 3Com nb2-8 w/Wm SW
1.3.6.1.4.1.43.1.4.12.16.8.0:3Com:3Com NB:G # 3Com nb2-8 w/Wt SW
1.3.6.1.4.1.43.1.4.12.16.8.1:3Com:3Com NB:G # 3Com nb2-8 w/Wt SW
1.3.6.1.4.1.43.1.4.12.17.8.0:3Com:3Com NB:G # 3Com nb2-8 w/Ae SW
1.3.6.1.4.1.43.1.4.12.17.8.1:3Com:3Com NB:G # 3Com nb2-8 w/Ae SW
1.3.6.1.4.1.43.1.4.12.18.8.0:3Com:3Com NB:G # 3Com nb2-8 w/Ap SW
1.3.6.1.4.1.43.1.4.12.18.8.1:3Com:3Com NB:G # 3Com nb2-8 w/Ap SW
1.3.6.1.4.1.43.1.4.12.18.8.2:3Com:3Com NB:G # 3Com nb2-8 w/Ap SW
1.3.6.1.4.1.43.1.4.12.19.8.0:3Com:3Com NB:G # 3Com nb2-8 w/An SW
1.3.6.1.4.1.43.1.4.12.19.8.1:3Com:3Com NB:G # 3Com nb2-8 w/An SW
1.3.6.1.4.1.43.1.4.12.2.6.2:3Com:3Com NB:G # 3Com nb2-8 w/Compl Prot SW
1.3.6.1.4.1.43.1.4.12.2.7.0:3Com:3Com NB:G # 3Com nb2-8 w/Compl Prot SW
1.3.6.1.4.1.43.1.4.12.2.7.1:3Com:3Com NB:G # 3Com nb2-8 w/Compl Prot SW
1.3.6.1.4.1.43.1.4.12.2.7.2:3Com:3Com NB:G # 3Com nb2-8 w/Compl Prot SW
1.3.6.1.4.1.43.1.4.12.2.8.0:3Com:3Com NB:G # 3Com nb2-8 w/Compl Prot SW
1.3.6.1.4.1.43.1.4.12.2.8.1:3Com:3Com NB:G # 3Com nb2-8 w/Compl Prot SW
1.3.6.1.4.1.43.1.4.12.2.8.2:3Com:3Com NB:G # 3Com nb2-8 w/Compl Prot SW
1.3.6.1.4.1.43.1.4.12.20.8.0:3Com:3Com NB:G # 3Com nb2-8 w/La SW
1.3.6.1.4.1.43.1.4.12.20.8.1:3Com:3Com NB:G # 3Com nb2-8 w/La SW
1.3.6.1.4.1.43.1.4.12.21.8.0:3Com:3Com NB:G # 3Com nb2-8 w/Wa SW
1.3.6.1.4.1.43.1.4.12.21.8.1:3Com:3Com NB:G # 3Com nb2-8 w/Wa SW
1.3.6.1.4.1.43.1.4.12.21.8.2:3Com:3Com NB:G # 3Com nb2-8 w/Wa SW
1.3.6.1.4.1.43.1.4.12.3.6.2:3Com:3Com NB:G # 3Com nb2-8 w/Ext WAN SW
1.3.6.1.4.1.43.1.4.12.3.7.0:3Com:3Com NB:G # 3Com nb2-8 w/Ext WAN SW
1.3.6.1.4.1.43.1.4.12.3.7.1:3Com:3Com NB:G # 3Com nb2-8 w/Ext WAN SW
1.3.6.1.4.1.43.1.4.12.3.7.2:3Com:3Com NB:G # 3Com nb2-8 w/Ext WAN SW
1.3.6.1.4.1.43.1.4.12.3.8.0:3Com:3Com NB:G # 3Com nb2-8 w/Ext WAN SW
1.3.6.1.4.1.43.1.4.12.3.8.1:3Com:3Com NB:G # 3Com nb2-8 w/Ext WAN SW
1.3.6.1.4.1.43.1.4.12.4.6.2:3Com:3Com NB:G # 3Com nb2-8 w/Conn Svc SW
1.3.6.1.4.1.43.1.4.12.4.7.0:3Com:3Com NB:G # 3Com nb2-8 w/Conn Svc SW
1.3.6.1.4.1.43.1.4.12.4.7.1:3Com:3Com NB:G # 3Com nb2-8 w/Conn Svc SW
1.3.6.1.4.1.43.1.4.12.4.7.2:3Com:3Com NB:G # 3Com nb2-8 w/Conn Svc SW
1.3.6.1.4.1.43.1.4.12.4.8.0:3Com:3Com NB:G # 3Com nb2-8 w/Conn Svc SW
1.3.6.1.4.1.43.1.4.12.4.8.1:3Com:3Com NB:G # 3Com nb2-8 w/Conn Svc SW
1.3.6.1.4.1.43.1.4.12.4.8.2:3Com:3Com NB:G # 3Com nb2-8 w/Conn Svc SW
1.3.6.1.4.1.43.1.4.12.5.8.0:3Com:3Com NB:G # 3Com nb2-8 w/BA
1.3.6.1.4.1.43.1.4.12.5.8.1:3Com:3Com NB:G # 3Com nb2-8 w/BA
1.3.6.1.4.1.43.1.4.12.6.8.0:3Com:3Com NB:G # 3Com nb2-8 w/AR
1.3.6.1.4.1.43.1.4.12.6.8.1:3Com:3Com NB:G # 3Com nb2-8 w/AR
1.3.6.1.4.1.43.1.4.12.7.8.0:3Com:3Com NB:G # 3Com nb2-8 w/SNA
1.3.6.1.4.1.43.1.4.12.7.8.1:3Com:3Com NB:G # 3Com nb2-8 w/SNA
1.3.6.1.4.1.43.1.4.12.8.8.0:3Com:3Com NB:G # 3Com nb2-8 w/RB
1.3.6.1.4.1.43.1.4.12.8.8.1:3Com:3Com NB:G # 3Com nb2-8 w/RB
1.3.6.1.4.1.43.1.4.12.9.6.2:3Com:3Com NB:G # 3Com nb2-8 w/Full Feature SW
1.3.6.1.4.1.43.1.4.12.9.7.0:3Com:3Com NB:G # 3Com nb2-8 w/Full Feature SW
1.3.6.1.4.1.43.1.4.12.9.7.1:3Com:3Com NB:G # 3Com nb2-8 w/Full Feature SW
1.3.6.1.4.1.43.1.4.12.9.7.2:3Com:3Com NB:G # 3Com nb2-8 w/Full Feature SW
1.3.6.1.4.1.43.1.4.12.9.8.0:3Com:3Com NB:G # 3Com nb2-8 w/Full Feature SW
1.3.6.1.4.1.43.1.4.12.9.8.1:3Com:3Com NB:G # 3Com nb2-8 w/Full Feature SW
1.3.6.1.4.1.43.1.4.12.9.8.2:3Com:3Com NB:G # 3Com nb2-8 w/Full Feature SW
1.3.6.1.4.1.43.1.4.13.5.6.2:3Com:3Com NB:G # 3Com nbro201 w/Bndry Rtg. SW
1.3.6.1.4.1.43.1.4.13.5.7.0:3Com:3Com NB:G # 3Com nbro201 w/Bndry Rtg. SW
1.3.6.1.4.1.43.1.4.13.5.7.1:3Com:3Com NB:G # 3Com nbro201 w/Bndry Rtg. SW
1.3.6.1.4.1.43.1.4.13.5.7.2:3Com:3Com NB:G # 3Com nbro201 w/Bndry Rtg. SW
1.3.6.1.4.1.43.1.4.13.5.8.0:3Com:3Com NB:G # 3Com nbro201 w/Bndry Rtg. SW
1.3.6.1.4.1.43.1.4.13.5.8.1:3Com:3Com NB:G # 3Com nbro201 w/Bndry Rtg. SW
1.3.6.1.4.1.43.1.4.13.5.8.2:3Com:3Com NB:G # 3Com nbro201 w/Bndry Rtg. SW
1.3.6.1.4.1.43.1.4.13.6.2:3Com:3Com NB:G # 3Com nbro
1.3.6.1.4.1.43.1.4.13.7.0:3Com:3Com NB:G # 3Com nbro
1.3.6.1.4.1.43.1.4.13.7.1:3Com:3Com NB:G # 3Com nbro
1.3.6.1.4.1.43.1.4.13.7.2:3Com:3Com NB:G # 3Com nbro
1.3.6.1.4.1.43.1.4.13.8.0:3Com:3Com NB:G # 3Com nbro
1.3.6.1.4.1.43.1.4.13.8.6.2:3Com:3Com NB:G # 3Com nbro200 w/Bridge Prd. SW
1.3.6.1.4.1.43.1.4.13.8.7.0:3Com:3Com NB:G # 3Com nbro200 w/Bridge Prd. SW
1.3.6.1.4.1.43.1.4.13.8.7.1:3Com:3Com NB:G # 3Com nbro200 w/Bridge Prd. SW
1.3.6.1.4.1.43.1.4.13.8.7.2:3Com:3Com NB:G # 3Com nbro200 w/Bridge Prd. SW
1.3.6.1.4.1.43.1.4.13.8.8.0:3Com:3Com NB:G # 3Com nbro200 w/Bridge Prd. SW
1.3.6.1.4.1.43.1.4.13.8.8.1:3Com:3Com NB:G # 3Com nbro200 w/Bridge Prd. SW
1.3.6.1.4.1.43.1.4.13.8.8.2:3Com:3Com NB:G # 3Com nbro200 w/Bridge Prd. SW
1.3.6.1.4.1.43.1.4.15.1.6.2:3Com:3Com NB:G # 3Com nb Loc w/Basic Prot SW
1.3.6.1.4.1.43.1.4.15.1.7.0:3Com:3Com NB:G # 3Com nb Loc w/Basic Prot SW
1.3.6.1.4.1.43.1.4.15.1.7.1:3Com:3Com NB:G # 3Com nb Loc w/Basic Prot SW
1.3.6.1.4.1.43.1.4.15.1.7.2:3Com:3Com NB:G # 3Com nb Loc w/Basic Prot SW
1.3.6.1.4.1.43.1.4.15.1.8.0:3Com:3Com NB:G # 3Com nb Loc w/Basic Prot SW
1.3.6.1.4.1.43.1.4.15.1.8.1:3Com:3Com NB:G # 3Com nb Loc w/Basic Prot SW
1.3.6.1.4.1.43.1.4.15.11.6.2:3Com:3Com NB:G # 3Com nb Loc w/BX SW
1.3.6.1.4.1.43.1.4.15.11.7.0:3Com:3Com NB:G # 3Com nb Loc w/BX SW
1.3.6.1.4.1.43.1.4.15.11.7.1:3Com:3Com NB:G # 3Com nb Loc w/BX SW
1.3.6.1.4.1.43.1.4.15.11.7.2:3Com:3Com NB:G # 3Com nb Loc w/BX SW
1.3.6.1.4.1.43.1.4.15.11.8.0:3Com:3Com NB:G # 3Com nb Loc w/BX SW
1.3.6.1.4.1.43.1.4.15.11.8.1:3Com:3Com NB:G # 3Com nb Loc w/BX SW
1.3.6.1.4.1.43.1.4.15.2.6.2:3Com:3Com NB:G # 3Com nb Loc w/Compl Prot SW
1.3.6.1.4.1.43.1.4.15.2.7.0:3Com:3Com NB:G # 3Com nb Loc w/Compl Prot SW
1.3.6.1.4.1.43.1.4.15.2.7.1:3Com:3Com NB:G # 3Com nb Loc w/Compl Prot SW
1.3.6.1.4.1.43.1.4.15.2.7.2:3Com:3Com NB:G # 3Com nb Loc w/Compl Prot SW
1.3.6.1.4.1.43.1.4.15.2.8.0:3Com:3Com NB:G # 3Com nb Loc w/Compl Prot SW
1.3.6.1.4.1.43.1.4.15.2.8.1:3Com:3Com NB:G # 3Com nb Loc w/Compl Prot SW
1.3.6.1.4.1.43.1.4.15.3.6.2:3Com:3Com NB:G # 3Com nb Loc w/Ext WAN SW
1.3.6.1.4.1.43.1.4.15.3.7.0:3Com:3Com NB:G # 3Com nb Loc w/Ext WAN SW
1.3.6.1.4.1.43.1.4.15.3.7.1:3Com:3Com NB:G # 3Com nb Loc w/Ext WAN SW
1.3.6.1.4.1.43.1.4.15.3.7.2:3Com:3Com NB:G # 3Com nb Loc w/Ext WAN SW
1.3.6.1.4.1.43.1.4.15.3.8.0:3Com:3Com NB:G # 3Com nb Loc w/Ext WAN SW
1.3.6.1.4.1.43.1.4.15.3.8.1:3Com:3Com NB:G # 3Com nb Loc w/Ext WAN SW
1.3.6.1.4.1.43.1.4.15.6.6.2:3Com:3Com NB:G # 3Com nb Loc w/Acc. Rtr SW
1.3.6.1.4.1.43.1.4.15.6.7.0:3Com:3Com NB:G # 3Com nb Loc w/Acc. Rtr SW
1.3.6.1.4.1.43.1.4.15.6.7.1:3Com:3Com NB:G # 3Com nb Loc w/Acc. Rtr SW
1.3.6.1.4.1.43.1.4.15.6.7.2:3Com:3Com NB:G # 3Com nb Loc w/Acc. Rtr SW
1.3.6.1.4.1.43.1.4.15.6.8.0:3Com:3Com NB:G # 3Com nb Loc w/Acc. Rtr SW
1.3.6.1.4.1.43.1.4.15.6.8.1:3Com:3Com NB:G # 3Com nb Loc w/Acc. Rtr SW
1.3.6.1.4.1.43.1.4.15.7.6.2:3Com:3Com NB:G # 3Com nb Loc w/SNA SW
1.3.6.1.4.1.43.1.4.15.7.7.0:3Com:3Com NB:G # 3Com nb Loc w/SNA SW
1.3.6.1.4.1.43.1.4.15.7.7.1:3Com:3Com NB:G # 3Com nb Loc w/SNA SW
1.3.6.1.4.1.43.1.4.15.7.7.2:3Com:3Com NB:G # 3Com nb Loc w/SNA SW
1.3.6.1.4.1.43.1.4.15.7.8.0:3Com:3Com NB:G # 3Com nb Loc w/SNA SW
1.3.6.1.4.1.43.1.4.15.7.8.1:3Com:3Com NB:G # 3Com nb Loc w/SNA SW
1.3.6.1.4.1.43.1.4.16.1.6.2:3Com:3Com NB:G # 3Com nbtr Loc w/Basic Prot SW
1.3.6.1.4.1.43.1.4.16.1.7.0:3Com:3Com NB:G # 3Com nbtr Loc w/Basic Prot SW
1.3.6.1.4.1.43.1.4.16.1.7.1:3Com:3Com NB:G # 3Com nbtr Loc w/Basic Prot SW
1.3.6.1.4.1.43.1.4.16.1.7.2:3Com:3Com NB:G # 3Com nbtr Loc w/Basic Prot SW
1.3.6.1.4.1.43.1.4.16.1.8.0:3Com:3Com NB:G # 3Com nbtr Loc w/Basic Prot SW
1.3.6.1.4.1.43.1.4.16.1.8.1:3Com:3Com NB:G # 3Com nbtr Loc w/Basic Prot SW
1.3.6.1.4.1.43.1.4.16.11.6.2:3Com:3Com NB:G # 3Com nbtr Loc w/BX SW
1.3.6.1.4.1.43.1.4.16.11.7.0:3Com:3Com NB:G # 3Com nbtr Loc w/BX SW
1.3.6.1.4.1.43.1.4.16.11.7.1:3Com:3Com NB:G # 3Com nbtr Loc w/BX SW
1.3.6.1.4.1.43.1.4.16.11.7.2:3Com:3Com NB:G # 3Com nbtr Loc w/BX SW
1.3.6.1.4.1.43.1.4.16.11.8.0:3Com:3Com NB:G # 3Com nbtr Loc w/BX SW
1.3.6.1.4.1.43.1.4.16.11.8.1:3Com:3Com NB:G # 3Com nbtr Loc w/BX SW
1.3.6.1.4.1.43.1.4.16.2.6.2:3Com:3Com NB:G # 3Com nbtr Loc w/Compl Prot SW
1.3.6.1.4.1.43.1.4.16.2.7.0:3Com:3Com NB:G # 3Com nbtr Loc w/Compl Prot SW
1.3.6.1.4.1.43.1.4.16.2.7.1:3Com:3Com NB:G # 3Com nbtr Loc w/Compl Prot SW
1.3.6.1.4.1.43.1.4.16.2.7.2:3Com:3Com NB:G # 3Com nbtr Loc w/Compl Prot SW
1.3.6.1.4.1.43.1.4.16.2.8.0:3Com:3Com NB:G # 3Com nbtr Loc w/Compl Prot SW
1.3.6.1.4.1.43.1.4.16.2.8.1:3Com:3Com NB:G # 3Com nbtr Loc w/Compl Prot SW
1.3.6.1.4.1.43.1.4.16.6.6.2:3Com:3Com NB:G # 3Com nbtr Loc w/Acc. Rtr SW
1.3.6.1.4.1.43.1.4.16.6.7.0:3Com:3Com NB:G # 3Com nbtr Loc w/Acc. Rtr SW
1.3.6.1.4.1.43.1.4.16.6.7.1:3Com:3Com NB:G # 3Com nbtr Loc w/Acc. Rtr SW
1.3.6.1.4.1.43.1.4.16.6.7.2:3Com:3Com NB:G # 3Com nbtr Loc w/Acc. Rtr SW
1.3.6.1.4.1.43.1.4.16.6.8.0:3Com:3Com NB:G # 3Com nbtr Loc w/Acc. Rtr SW
1.3.6.1.4.1.43.1.4.16.6.8.1:3Com:3Com NB:G # 3Com nbtr Loc w/Acc. Rtr SW
1.3.6.1.4.1.43.1.4.16.7.6.2:3Com:3Com NB:G # 3Com nbtr Loc w/SNA SW
1.3.6.1.4.1.43.1.4.16.7.7.0:3Com:3Com NB:G # 3Com nbtr Loc w/SNA SW
1.3.6.1.4.1.43.1.4.16.7.7.1:3Com:3Com NB:G # 3Com nbtr Loc w/SNA SW
1.3.6.1.4.1.43.1.4.16.7.7.2:3Com:3Com NB:G # 3Com nbtr Loc w/SNA SW
1.3.6.1.4.1.43.1.4.16.7.8.0:3Com:3Com NB:G # 3Com nbtr Loc w/SNA SW
1.3.6.1.4.1.43.1.4.16.7.8.1:3Com:3Com NB:G # 3Com nbtr Loc w/SNA SW
1.3.6.1.4.1.43.1.4.17.1.6.2:3Com:3Com NB:G # 3Com nbRC1x2 w/Basic Prot SW
1.3.6.1.4.1.43.1.4.17.1.7.0:3Com:3Com NB:G # 3Com nbRC1x2 w/Basic Prot SW
1.3.6.1.4.1.43.1.4.17.1.7.1:3Com:3Com NB:G # 3Com nbRC1x2 w/Basic Prot SW
1.3.6.1.4.1.43.1.4.17.1.7.2:3Com:3Com NB:G # 3Com nbRC1x2 w/Basic Prot SW
1.3.6.1.4.1.43.1.4.17.1.8.0:3Com:3Com NB:G # 3Com nbRC1x2 w/Basic Prot SW
1.3.6.1.4.1.43.1.4.17.1.8.1:3Com:3Com NB:G # 3Com nbRC1x2 w/Basic Prot SW
1.3.6.1.4.1.43.1.4.17.11.6.2:3Com:3Com NB:G # 3Com nbRC1x2 w/BX SW
1.3.6.1.4.1.43.1.4.17.11.7.0:3Com:3Com NB:G # 3Com nbRC1x2 w/BX SW
1.3.6.1.4.1.43.1.4.17.11.7.1:3Com:3Com NB:G # 3Com nbRC1x2 w/BX SW
1.3.6.1.4.1.43.1.4.17.11.7.2:3Com:3Com NB:G # 3Com nbRC1x2 w/BX SW
1.3.6.1.4.1.43.1.4.17.11.8.0:3Com:3Com NB:G # 3Com nbRC1x2 w/BX SW
1.3.6.1.4.1.43.1.4.17.11.8.1:3Com:3Com NB:G # 3Com nbRC1x2 w/BX SW
1.3.6.1.4.1.43.1.4.17.2.6.2:3Com:3Com NB:G # 3Com nbRC1x2 w/Compl Prot SW
1.3.6.1.4.1.43.1.4.17.2.7.0:3Com:3Com NB:G # 3Com nbRC1x2 w/Compl Prot SW
1.3.6.1.4.1.43.1.4.17.2.7.1:3Com:3Com NB:G # 3Com nbRC1x2 w/Compl Prot SW
1.3.6.1.4.1.43.1.4.17.2.7.2:3Com:3Com NB:G # 3Com nbRC1x2 w/Compl Prot SW
1.3.6.1.4.1.43.1.4.17.2.8.0:3Com:3Com NB:G # 3Com nbRC1x2 w/Compl Prot SW
1.3.6.1.4.1.43.1.4.17.2.8.1:3Com:3Com NB:G # 3Com nbRC1x2 w/Compl Prot SW
1.3.6.1.4.1.43.1.4.17.3.6.2:3Com:3Com NB:G # 3Com nbRC1x2 w/Ext WAN
1.3.6.1.4.1.43.1.4.17.3.7.0:3Com:3Com NB:G # 3Com nbRC1x2 w/Ext WAN
1.3.6.1.4.1.43.1.4.17.3.7.1:3Com:3Com NB:G # 3Com nbRC1x2 w/Ext WAN
1.3.6.1.4.1.43.1.4.17.3.7.2:3Com:3Com NB:G # 3Com nbRC1x2 w/Ext WAN
1.3.6.1.4.1.43.1.4.17.3.8.0:3Com:3Com NB:G # 3Com nbRC1x2 w/Ext WAN
1.3.6.1.4.1.43.1.4.17.3.8.1:3Com:3Com NB:G # 3Com nbRC1x2 w/Ext WAN
1.3.6.1.4.1.43.1.4.17.4.6.2:3Com:3Com NB:G # 3Com nbRC1x2 w/Conn Svc SW
1.3.6.1.4.1.43.1.4.17.4.7.0:3Com:3Com NB:G # 3Com nbRC1x2 w/Conn Svc SW
1.3.6.1.4.1.43.1.4.17.4.7.1:3Com:3Com NB:G # 3Com nbRC1x2 w/Conn Svc SW
1.3.6.1.4.1.43.1.4.17.4.7.2:3Com:3Com NB:G # 3Com nbRC1x2 w/Conn Svc SW
1.3.6.1.4.1.43.1.4.17.4.8.0:3Com:3Com NB:G # 3Com nbRC1x2 w/Conn Svc SW
1.3.6.1.4.1.43.1.4.17.4.8.1:3Com:3Com NB:G # 3Com nbRC1x2 w/Conn Svc SW
1.3.6.1.4.1.43.1.4.17.5.6.2:3Com:3Com NB:G # 3Com nbRC1x2 w/Bndry Rtg
1.3.6.1.4.1.43.1.4.17.5.7.0:3Com:3Com NB:G # 3Com nbRC1x2 w/Bndry Rtg
1.3.6.1.4.1.43.1.4.17.5.7.1:3Com:3Com NB:G # 3Com nbRC1x2 w/Bndry Rtg
1.3.6.1.4.1.43.1.4.17.5.7.2:3Com:3Com NB:G # 3Com nbRC1x2 w/Bndry Rtg
1.3.6.1.4.1.43.1.4.17.5.8.0:3Com:3Com NB:G # 3Com nbRC1x2 w/Bndry Rtg
1.3.6.1.4.1.43.1.4.17.5.8.1:3Com:3Com NB:G # 3Com nbRC1x2 w/Bndry Rtg
1.3.6.1.4.1.43.1.4.18.1.6.2:3Com:3Com NB:G # 3Com nbTrRC1x2 w/Basic Prot
1.3.6.1.4.1.43.1.4.18.1.7.0:3Com:3Com NB:G # 3Com nbTrRC1x2 w/Basic Prot
1.3.6.1.4.1.43.1.4.18.1.7.1:3Com:3Com NB:G # 3Com nbTrRC1x2 w/Basic Prot
1.3.6.1.4.1.43.1.4.18.1.7.2:3Com:3Com NB:G # 3Com nbTrRC1x2 w/Basic Prot
1.3.6.1.4.1.43.1.4.18.1.8.0:3Com:3Com NB:G # 3Com nbTrRC1x2 w/Basic Prot
1.3.6.1.4.1.43.1.4.18.1.8.1:3Com:3Com NB:G # 3Com nbTrRC1x2 w/Basic Prot
1.3.6.1.4.1.43.1.4.18.11.6.2:3Com:3Com NB:G # 3Com nbTrRC1x2 w/BX SW
1.3.6.1.4.1.43.1.4.18.11.7.0:3Com:3Com NB:G # 3Com nbTrRC1x2 w/BX SW
1.3.6.1.4.1.43.1.4.18.11.7.1:3Com:3Com NB:G # 3Com nbTrRC1x2 w/BX SW
1.3.6.1.4.1.43.1.4.18.11.7.2:3Com:3Com NB:G # 3Com nbTrRC1x2 w/BX SW
1.3.6.1.4.1.43.1.4.18.11.8.0:3Com:3Com NB:G # 3Com nbTrRC1x2 w/BX SW
1.3.6.1.4.1.43.1.4.18.11.8.1:3Com:3Com NB:G # 3Com nbTrRC1x2 w/BX SW
1.3.6.1.4.1.43.1.4.18.2.6.2:3Com:3Com NB:G # 3Com nbTrRC1x2 w/Compl Prot
1.3.6.1.4.1.43.1.4.18.2.7.0:3Com:3Com NB:G # 3Com nbTrRC1x2 w/Compl Prot
1.3.6.1.4.1.43.1.4.18.2.7.1:3Com:3Com NB:G # 3Com nbTrRC1x2 w/Compl Prot
1.3.6.1.4.1.43.1.4.18.2.7.2:3Com:3Com NB:G # 3Com nbTrRC1x2 w/Compl Prot
1.3.6.1.4.1.43.1.4.18.2.8.0:3Com:3Com NB:G # 3Com nbTrRC1x2 w/Compl Prot
1.3.6.1.4.1.43.1.4.18.2.8.1:3Com:3Com NB:G # 3Com nbTrRC1x2 w/Compl Prot
1.3.6.1.4.1.43.1.4.18.3.6.2:3Com:3Com NB:G # 3Com nbTrRC1x2 w/Ext WAN
1.3.6.1.4.1.43.1.4.18.3.7.0:3Com:3Com NB:G # 3Com nbTrRC1x2 w/Ext WAN
1.3.6.1.4.1.43.1.4.18.3.7.1:3Com:3Com NB:G # 3Com nbTrRC1x2 w/Ext WAN
1.3.6.1.4.1.43.1.4.18.3.7.2:3Com:3Com NB:G # 3Com nbTrRC1x2 w/Ext WAN
1.3.6.1.4.1.43.1.4.18.3.8.0:3Com:3Com NB:G # 3Com nbTrRC1x2 w/Ext WAN
1.3.6.1.4.1.43.1.4.18.3.8.1:3Com:3Com NB:G # 3Com nbTrRC1x2 w/Ext WAN
1.3.6.1.4.1.43.1.4.18.4.6.2:3Com:3Com NB:G # 3Com nbTrRC1x2 w/Conn Svc SW
1.3.6.1.4.1.43.1.4.18.4.7.0:3Com:3Com NB:G # 3Com nbTrRC1x2 w/Conn Svc SW
1.3.6.1.4.1.43.1.4.18.4.7.1:3Com:3Com NB:G # 3Com nbTrRC1x2 w/Conn Svc SW
1.3.6.1.4.1.43.1.4.18.4.7.2:3Com:3Com NB:G # 3Com nbTrRC1x2 w/Conn Svc SW
1.3.6.1.4.1.43.1.4.18.4.8.0:3Com:3Com NB:G # 3Com nbTrRC1x2 w/Conn Svc SW
1.3.6.1.4.1.43.1.4.18.4.8.1:3Com:3Com NB:G # 3Com nbTrRC1x2 w/Conn Svc SW
1.3.6.1.4.1.43.1.4.18.5.6.2:3Com:3Com NB:G # 3Com nbTrRC1x2 w/Bndry Rtg
1.3.6.1.4.1.43.1.4.18.5.7.0:3Com:3Com NB:G # 3Com nbTrRC1x2 w/Bndry Rtg
1.3.6.1.4.1.43.1.4.18.5.7.1:3Com:3Com NB:G # 3Com nbTrRC1x2 w/Bndry Rtg
1.3.6.1.4.1.43.1.4.18.5.7.2:3Com:3Com NB:G # 3Com nbTrRC1x2 w/Bndry Rtg
1.3.6.1.4.1.43.1.4.18.5.8.0:3Com:3Com NB:G # 3Com nbTrRC1x2 w/Bndry Rtg
1.3.6.1.4.1.43.1.4.18.5.8.1:3Com:3Com NB:G # 3Com nbTrRC1x2 w/Bndry Rtg
1.3.6.1.4.1.43.1.4.19.10.6.2:3Com:3Com NB:G # 3Com nbro w/CF SW
1.3.6.1.4.1.43.1.4.19.10.7.0:3Com:3Com NB:G # 3Com nbro w/CF SW
1.3.6.1.4.1.43.1.4.19.10.7.1:3Com:3Com NB:G # 3Com nbro w/CF SW
1.3.6.1.4.1.43.1.4.19.10.7.2:3Com:3Com NB:G # 3Com nbro w/CF SW
1.3.6.1.4.1.43.1.4.19.10.8.0:3Com:3Com NB:G # 3Com nbro w/CF SW
1.3.6.1.4.1.43.1.4.19.10.8.1:3Com:3Com NB:G # 3Com nbro w/CF SW
1.3.6.1.4.1.43.1.4.19.10.8.2:3Com:3Com NB:G # 3Com nbro w/CF SW
1.3.6.1.4.1.43.1.4.19.11.6.2:3Com:3Com NB:G # 3Com nbro w/BX SW
1.3.6.1.4.1.43.1.4.19.11.7.0:3Com:3Com NB:G # 3Com nbro w/BX SW
1.3.6.1.4.1.43.1.4.19.11.7.1:3Com:3Com NB:G # 3Com nbro w/BX SW
1.3.6.1.4.1.43.1.4.19.11.7.2:3Com:3Com NB:G # 3Com nbro w/BX SW
1.3.6.1.4.1.43.1.4.19.11.8.0:3Com:3Com NB:G # 3Com nbro w/BX SW
1.3.6.1.4.1.43.1.4.19.11.8.1:3Com:3Com NB:G # 3Com nbro w/BX SW
1.3.6.1.4.1.43.1.4.19.11.8.2:3Com:3Com NB:G # 3Com nbro w/BX SW
1.3.6.1.4.1.43.1.4.19.22.8.2:3Com:3Com NB:G # 3Com nbro w/Aa SW
1.3.6.1.4.1.43.1.4.19.23.8.2:3Com:3Com NB:G # 3Com nbro w/Ab SW
1.3.6.1.4.1.43.1.4.19.6.6.2:3Com:3Com NB:G # 3Com nbro w/AR SW
1.3.6.1.4.1.43.1.4.19.6.7.0:3Com:3Com NB:G # 3Com nbro w/AR SW
1.3.6.1.4.1.43.1.4.19.6.7.1:3Com:3Com NB:G # 3Com nbro w/AR SW
1.3.6.1.4.1.43.1.4.19.6.7.2:3Com:3Com NB:G # 3Com nbro w/AR SW
1.3.6.1.4.1.43.1.4.19.6.8.0:3Com:3Com NB:G # 3Com nbro w/AR SW
1.3.6.1.4.1.43.1.4.19.6.8.1:3Com:3Com NB:G # 3Com nbro w/AR SW
1.3.6.1.4.1.43.1.4.19.6.8.2:3Com:3Com NB:G # 3Com nbro w/AR SW
1.3.6.1.4.1.43.1.4.20.10.7.1:3Com:3Com NB:G # 3Com nbro-huge w/CF SW
1.3.6.1.4.1.43.1.4.20.10.7.2:3Com:3Com NB:G # 3Com nbro-huge w/CF SW
1.3.6.1.4.1.43.1.4.20.10.8.0:3Com:3Com NB:G # 3Com nbro-huge w/CF SW
1.3.6.1.4.1.43.1.4.20.10.8.1:3Com:3Com NB:G # 3Com nbro-huge w/CF SW
1.3.6.1.4.1.43.1.4.20.10.8.2:3Com:3Com NB:G # 3Com nbro-huge w/CF SW
1.3.6.1.4.1.43.1.4.20.11.7.1:3Com:3Com NB:G # 3Com nbro-huge w/BX SW
1.3.6.1.4.1.43.1.4.20.11.7.2:3Com:3Com NB:G # 3Com nbro-huge w/BX SW
1.3.6.1.4.1.43.1.4.20.11.8.0:3Com:3Com NB:G # 3Com nbro-huge w/BX SW
1.3.6.1.4.1.43.1.4.20.11.8.1:3Com:3Com NB:G # 3Com nbro-huge w/BX SW
1.3.6.1.4.1.43.1.4.20.24.8.2:3Com:3Com NB:G # 3Com nbro-huge w/Bf SW
1.3.6.1.4.1.43.1.4.20.4.8.2:3Com:3Com NB:G # 3Com nbro-huge w/CX SW
1.3.6.1.4.1.43.1.4.20.6.7.1:3Com:3Com NB:G # 3Com nbro-huge w/AR SW
1.3.6.1.4.1.43.1.4.20.6.7.2:3Com:3Com NB:G # 3Com nbro-huge w/AR SW
1.3.6.1.4.1.43.1.4.20.6.8.0:3Com:3Com NB:G # 3Com nbro-huge w/AR SW
1.3.6.1.4.1.43.1.4.20.6.8.1:3Com:3Com NB:G # 3Com nbro-huge w/AR SW
1.3.6.1.4.1.43.1.4.21.10.8.0:3Com:3Com NB:G # 3Com nbroh427 "spectreIsdnhuge" w/CF SW
1.3.6.1.4.1.43.1.4.21.10.8.1:3Com:3Com NB:G # 3Com nbroh427 "spectreIsdnLarge" w/CF SW
1.3.6.1.4.1.43.1.4.21.6.8.0:3Com:3Com NB:G # 3Com nbro "spectreIsdnLarge" w/AR SW
1.3.6.1.4.1.43.1.4.21.11.8.0:3Com:3Com NB:G # 3Com nbro "spectreIsdnLarge" w/BX SW
1.3.6.1.4.1.43.1.4.21.6.8.1:3Com:3Com NB:G # 3Com nbro "spectreIsdnLarge" w/AR SW
1.3.6.1.4.1.43.1.4.21.11.8.1:3Com:3Com NB:G # 3Com nbro "spectreIsdnLarge" w/BX SW
1.3.6.1.4.1.43.1.4.21.11.8.2:3Com:3Com NB:G # 3Com nbro "spectreIsdnLarge" w/BX SW
1.3.6.1.4.1.43.1.4.21.23.8.2:3Com:3Com NB:G # 3Com nbro422 "spectreIsdnLarge" w/AB SW
1.3.6.1.4.1.43.1.4.21.6.8.2:3Com:3Com NB:G # 3Com nbro422 "spectreIsdnLarge" w/AR SW
1.3.6.1.4.1.43.1.4.22.1.6.2:3Com:3Com NB:G # 3Com nb2-8-4fddi w/Basic Prot SW
1.3.6.1.4.1.43.1.4.22.1.7.0:3Com:3Com NB:G # 3Com nb2-8-4fddi w/Basic Prot SW
1.3.6.1.4.1.43.1.4.22.1.7.1:3Com:3Com NB:G # 3Com nb2-8-4fddi w/Basic Prot SW
1.3.6.1.4.1.43.1.4.22.1.7.2:3Com:3Com NB:G # 3Com nb2-8-4fddi w/Basic Prot SW
1.3.6.1.4.1.43.1.4.22.1.8.0:3Com:3Com NB:G # 3Com nb2-8-4fddi w/Basic Prot SW
1.3.6.1.4.1.43.1.4.22.1.8.1:3Com:3Com NB:G # 3Com nb2-8-4fddi w/Basic Prot SW
1.3.6.1.4.1.43.1.4.22.10.8.0:3Com:3Com NB:G # 3Com nb2-8-4fddi w/CF SW
1.3.6.1.4.1.43.1.4.22.10.8.1:3Com:3Com NB:G # 3Com nb2-8-4fddi w/CF SW
1.3.6.1.4.1.43.1.4.22.11.8.0:3Com:3Com NB:G # 3Com nb2-8-4fddi w/BX SW
1.3.6.1.4.1.43.1.4.22.11.8.1:3Com:3Com NB:G # 3Com nb2-8-4fddi w/BX SW
1.3.6.1.4.1.43.1.4.22.12.7.1:3Com:3Com NB:G # 3Com nb2-8-4fddi w/Appn SW
1.3.6.1.4.1.43.1.4.22.12.8.0:3Com:3Com NB:G # 3Com nb2-8-4fddi w/Appn SW
1.3.6.1.4.1.43.1.4.22.12.8.1:3Com:3Com NB:G # 3Com nb2-8-4fddi w/Appn SW
1.3.6.1.4.1.43.1.4.22.13.8.0:3Com:3Com NB:G # 3Com nb2-8-4fddi w/Lm SW
1.3.6.1.4.1.43.1.4.22.13.8.1:3Com:3Com NB:G # 3Com nb2-8-4fddi w/Lm SW
1.3.6.1.4.1.43.1.4.22.14.8.0:3Com:3Com NB:G # 3Com nb2-8-4fddi w/Lt SW
1.3.6.1.4.1.43.1.4.22.14.8.1:3Com:3Com NB:G # 3Com nb2-8-4fddi w/Lt SW
1.3.6.1.4.1.43.1.4.22.15.8.0:3Com:3Com NB:G # 3Com nb2-8-4fddi w/Wm SW
1.3.6.1.4.1.43.1.4.22.15.8.1:3Com:3Com NB:G # 3Com nb2-8-4fddi w/Wm SW
1.3.6.1.4.1.43.1.4.22.16.8.0:3Com:3Com NB:G # 3Com nb2-8-4fddi w/Wt SW
1.3.6.1.4.1.43.1.4.22.16.8.1:3Com:3Com NB:G # 3Com nb2-8-4fddi w/Wt SW
1.3.6.1.4.1.43.1.4.22.17.8.0:3Com:3Com NB:G # 3Com nb2-8-4fddi w/Ae SW
1.3.6.1.4.1.43.1.4.22.17.8.1:3Com:3Com NB:G # 3Com nb2-8-4fddi w/Ae SW
1.3.6.1.4.1.43.1.4.22.18.8.0:3Com:3Com NB:G # 3Com nb2-8-4fddi w/Ap SW
1.3.6.1.4.1.43.1.4.22.18.8.1:3Com:3Com NB:G # 3Com nb2-8-4fddi w/Ap SW
1.3.6.1.4.1.43.1.4.22.18.8.2:3Com:3Com NB:G # 3Com nb2-8-4fddi w/Ap SW
1.3.6.1.4.1.43.1.4.22.19.8.0:3Com:3Com NB:G # 3Com nb2-8-4fddi w/An SW
1.3.6.1.4.1.43.1.4.22.19.8.1:3Com:3Com NB:G # 3Com nb2-8-4fddi w/An SW
1.3.6.1.4.1.43.1.4.22.2.6.2:3Com:3Com NB:G # 3Com nb2-8-4fddi w/Compl Prot SW
1.3.6.1.4.1.43.1.4.22.2.7.0:3Com:3Com NB:G # 3Com nb2-8-4fddi w/Compl Prot SW
1.3.6.1.4.1.43.1.4.22.2.7.1:3Com:3Com NB:G # 3Com nb2-8-4fddi w/Compl Prot SW
1.3.6.1.4.1.43.1.4.22.2.7.2:3Com:3Com NB:G # 3Com nb2-8-4fddi w/Compl Prot SW
1.3.6.1.4.1.43.1.4.22.2.8.0:3Com:3Com NB:G # 3Com nb2-8-4fddi w/Compl Prot SW
1.3.6.1.4.1.43.1.4.22.2.8.1:3Com:3Com NB:G # 3Com nb2-8-4fddi w/Compl Prot SW
1.3.6.1.4.1.43.1.4.22.2.8.2:3Com:3Com NB:G # 3Com nb2-8-4fddi w/Compl Prot SW
1.3.6.1.4.1.43.1.4.22.20.8.0:3Com:3Com NB:G # 3Com nb2-8-4fddi w/La SW
1.3.6.1.4.1.43.1.4.22.20.8.1:3Com:3Com NB:G # 3Com nb2-8-4fddi w/La SW
1.3.6.1.4.1.43.1.4.22.21.8.0:3Com:3Com NB:G # 3Com nb2-8-4fddi w/Wa SW
1.3.6.1.4.1.43.1.4.22.21.8.1:3Com:3Com NB:G # 3Com nb2-8-4fddi w/Wa SW
1.3.6.1.4.1.43.1.4.22.21.8.2:3Com:3Com NB:G # 3Com nb2-8-4fddi w/Wa SW
1.3.6.1.4.1.43.1.4.22.3.6.2:3Com:3Com NB:G # 3Com nb2-8-4fddi w/Ext WAN SW
1.3.6.1.4.1.43.1.4.22.3.7.0:3Com:3Com NB:G # 3Com nb2-8-4fddi w/Ext WAN SW
1.3.6.1.4.1.43.1.4.22.3.7.1:3Com:3Com NB:G # 3Com nb2-8-4fddi w/Ext WAN SW
1.3.6.1.4.1.43.1.4.22.3.7.2:3Com:3Com NB:G # 3Com nb2-8-4fddi w/Ext WAN SW
1.3.6.1.4.1.43.1.4.22.3.8.0:3Com:3Com NB:G # 3Com nb2-8-4fddi w/Ext WAN SW
1.3.6.1.4.1.43.1.4.22.3.8.1:3Com:3Com NB:G # 3Com nb2-8-4fddi w/Ext WAN SW
1.3.6.1.4.1.43.1.4.22.4.6.2:3Com:3Com NB:G # 3Com nb2-8-4fddi w/Conn Svc SW
1.3.6.1.4.1.43.1.4.22.4.7.0:3Com:3Com NB:G # 3Com nb2-8-4fddi w/Conn Svc SW
1.3.6.1.4.1.43.1.4.22.4.7.1:3Com:3Com NB:G # 3Com nb2-8-4fddi w/Conn Svc SW
1.3.6.1.4.1.43.1.4.22.4.7.2:3Com:3Com NB:G # 3Com nb2-8-4fddi w/Conn Svc SW
1.3.6.1.4.1.43.1.4.22.4.8.0:3Com:3Com NB:G # 3Com nb2-8-4fddi w/Conn Svc SW
1.3.6.1.4.1.43.1.4.22.4.8.1:3Com:3Com NB:G # 3Com nb2-8-4fddi w/Conn Svc SW
1.3.6.1.4.1.43.1.4.22.4.8.2:3Com:3Com NB:G # 3Com nb2-8-4fddi w/Conn Svc SW
1.3.6.1.4.1.43.1.4.22.5.8.0:3Com:3Com NB:G # 3Com nb2-8-4fddi w/BA
1.3.6.1.4.1.43.1.4.22.5.8.1:3Com:3Com NB:G # 3Com nb2-8-4fddi w/BA
1.3.6.1.4.1.43.1.4.22.6.8.0:3Com:3Com NB:G # 3Com nb2-8-4fddi w/AR
1.3.6.1.4.1.43.1.4.22.6.8.1:3Com:3Com NB:G # 3Com nb2-8-4fddi w/AR
1.3.6.1.4.1.43.1.4.22.7.8.0:3Com:3Com NB:G # 3Com nb2-8-4fddi w/SNA
1.3.6.1.4.1.43.1.4.22.7.8.1:3Com:3Com NB:G # 3Com nb2-8-4fddi w/SNA
1.3.6.1.4.1.43.1.4.22.8.8.0:3Com:3Com NB:G # 3Com nb2-8-4fddi w/RB
1.3.6.1.4.1.43.1.4.22.8.8.1:3Com:3Com NB:G # 3Com nb2-8-4fddi w/RB
1.3.6.1.4.1.43.1.4.22.9.6.2:3Com:3Com NB:G # 3Com nb2-8-4fddi w/Full Feature SW
1.3.6.1.4.1.43.1.4.22.9.7.0:3Com:3Com NB:G # 3Com nb2-8-4fddi w/Full Feature SW
1.3.6.1.4.1.43.1.4.22.9.7.1:3Com:3Com NB:G # 3Com nb2-8-4fddi w/Full Feature SW
1.3.6.1.4.1.43.1.4.22.9.7.2:3Com:3Com NB:G # 3Com nb2-8-4fddi w/Full Feature SW
1.3.6.1.4.1.43.1.4.22.9.8.0:3Com:3Com NB:G # 3Com nb2-8-4fddi w/Full Feature SW
1.3.6.1.4.1.43.1.4.22.9.8.1:3Com:3Com NB:G # 3Com nb2-8-4fddi w/Full Feature SW
1.3.6.1.4.1.43.1.4.22.9.8.2:3Com:3Com NB:G # 3Com nb2-8-4fddi w/Full Feature SW
1.3.6.1.4.1.43.1.4.23.1.8.0:3Com:3Com NB:G # 3Com 3Com NB:G crew dualwide w/BP
1.3.6.1.4.1.43.1.4.23.1.8.1:3Com:3Com NB:G # 3Com 3Com NB:G crew dualwide w/BP
1.3.6.1.4.1.43.1.4.23.10.8.0:3Com:3Com NB:G # 3Com 3Com NB:G crew dualwide w/CF
1.3.6.1.4.1.43.1.4.23.10.8.1:3Com:3Com NB:G # 3Com 3Com NB:G crew dualwide w/CF
1.3.6.1.4.1.43.1.4.23.11.8.0:3Com:3Com NB:G # 3Com 3Com NB:G crew dualwide w/BX
1.3.6.1.4.1.43.1.4.23.11.8.1:3Com:3Com NB:G # 3Com 3Com NB:G crew dualwide w/BX
1.3.6.1.4.1.43.1.4.23.12.8.0:3Com:3Com NB:G # 3Com 3Com NB:G crew dualwide w/Appn
1.3.6.1.4.1.43.1.4.23.12.8.1:3Com:3Com NB:G # 3Com 3Com NB:G crew dualwide w/Appn
1.3.6.1.4.1.43.1.4.23.13.8.0:3Com:3Com NB:G # 3Com 3Com NB:G crew dualwide w/Lm
1.3.6.1.4.1.43.1.4.23.13.8.1:3Com:3Com NB:G # 3Com 3Com NB:G crew dualwide w/Lm
1.3.6.1.4.1.43.1.4.23.14.8.0:3Com:3Com NB:G # 3Com 3Com NB:G crew dualwide w/Lt
1.3.6.1.4.1.43.1.4.23.14.8.1:3Com:3Com NB:G # 3Com 3Com NB:G crew dualwide w/Lt
1.3.6.1.4.1.43.1.4.23.15.8.0:3Com:3Com NB:G # 3Com 3Com NB:G crew dualwide w/Wm
1.3.6.1.4.1.43.1.4.23.15.8.1:3Com:3Com NB:G # 3Com 3Com NB:G crew dualwide w/Wm
1.3.6.1.4.1.43.1.4.23.16.8.0:3Com:3Com NB:G # 3Com 3Com NB:G crew dualwide w/Wt
1.3.6.1.4.1.43.1.4.23.16.8.1:3Com:3Com NB:G # 3Com 3Com NB:G crew dualwide w/Wt
1.3.6.1.4.1.43.1.4.23.17.8.0:3Com:3Com NB:G # 3Com 3Com NB:G crew dualwide w/Ae
1.3.6.1.4.1.43.1.4.23.17.8.1:3Com:3Com NB:G # 3Com 3Com NB:G crew dualwide w/Ae
1.3.6.1.4.1.43.1.4.23.18.8.0:3Com:3Com NB:G # 3Com 3Com NB:G crew dualwide w/Ap
1.3.6.1.4.1.43.1.4.23.18.8.1:3Com:3Com NB:G # 3Com 3Com NB:G crew dualwide w/Ap
1.3.6.1.4.1.43.1.4.23.18.8.2:3Com:3Com NB:G # 3Com 3Com NB:G crew dualwide w/Ap
1.3.6.1.4.1.43.1.4.23.19.8.0:3Com:3Com NB:G # 3Com 3Com NB:G crew dualwide w/An
1.3.6.1.4.1.43.1.4.23.19.8.1:3Com:3Com NB:G # 3Com 3Com NB:G crew dualwide w/An
1.3.6.1.4.1.43.1.4.23.2.8.0:3Com:3Com NB:G # 3Com 3Com NB:G crew dualwide w/CP
1.3.6.1.4.1.43.1.4.23.2.8.1:3Com:3Com NB:G # 3Com 3Com NB:G crew dualwide w/CP
1.3.6.1.4.1.43.1.4.23.2.8.2:3Com:3Com NB:G # 3Com 3Com NB:G crew dualwide w/CP
1.3.6.1.4.1.43.1.4.23.20.8.0:3Com:3Com NB:G # 3Com 3Com NB:G crew dualwide w/La
1.3.6.1.4.1.43.1.4.23.20.8.1:3Com:3Com NB:G # 3Com 3Com NB:G crew dualwide w/La
1.3.6.1.4.1.43.1.4.23.21.8.0:3Com:3Com NB:G # 3Com 3Com NB:G crew dualwide w/Wa
1.3.6.1.4.1.43.1.4.23.21.8.1:3Com:3Com NB:G # 3Com 3Com NB:G crew dualwide w/Wa
1.3.6.1.4.1.43.1.4.23.21.8.2:3Com:3Com NB:G # 3Com 3Com NB:G crew dualwide w/Wa
1.3.6.1.4.1.43.1.4.23.3.8.0:3Com:3Com NB:G # 3Com 3Com NB:G crew dualwide w/XW
1.3.6.1.4.1.43.1.4.23.3.8.1:3Com:3Com NB:G # 3Com 3Com NB:G crew dualwide w/XW
1.3.6.1.4.1.43.1.4.23.4.8.0:3Com:3Com NB:G # 3Com 3Com NB:G crew dualwide w/CX
1.3.6.1.4.1.43.1.4.23.4.8.1:3Com:3Com NB:G # 3Com 3Com NB:G crew dualwide w/CX
1.3.6.1.4.1.43.1.4.23.4.8.2:3Com:3Com NB:G # 3Com 3Com NB:G crew dualwide w/CX
1.3.6.1.4.1.43.1.4.23.5.8.0:3Com:3Com NB:G # 3Com 3Com NB:G crew dualwide w/BA
1.3.6.1.4.1.43.1.4.23.5.8.1:3Com:3Com NB:G # 3Com 3Com NB:G crew dualwide w/BA
1.3.6.1.4.1.43.1.4.23.6.8.0:3Com:3Com NB:G # 3Com 3Com NB:G crew dualwide w/AR
1.3.6.1.4.1.43.1.4.23.6.8.1:3Com:3Com NB:G # 3Com 3Com NB:G crew dualwide w/FF
1.3.6.1.4.1.43.1.4.23.7.8.0:3Com:3Com NB:G # 3Com 3Com NB:G crew dualwide w/SNA
1.3.6.1.4.1.43.1.4.23.7.8.1:3Com:3Com NB:G # 3Com 3Com NB:G crew dualwide w/SNA
1.3.6.1.4.1.43.1.4.23.8.0:3Com:3Com NB:G # 3Com 3Com NB:G crew platform
1.3.6.1.4.1.43.1.4.23.8.1:3Com:3Com NB:G # 3Com 3Com NB:G crew platform
1.3.6.1.4.1.43.1.4.23.8.8.0:3Com:3Com NB:G # 3Com 3Com NB:G crew dualwide w/RB
1.3.6.1.4.1.43.1.4.23.8.8.1:3Com:3Com NB:G # 3Com 3Com NB:G crew dualwide w/RB
1.3.6.1.4.1.43.1.4.23.9.8.0:3Com:3Com NB:G # 3Com 3Com NB:G crew dualwide w/FF
1.3.6.1.4.1.43.1.4.23.9.8.1:3Com:3Com NB:G # 3Com 3Com NB:G crew dualwide w/FF
1.3.6.1.4.1.43.1.4.23.9.8.2:3Com:3Com NB:G # 3Com 3Com NB:G crew dualwide w/FF
1.3.6.1.4.1.43.1.4.26.1.8.0:3Com:3Com NB:G # 3Com "spectreIsdnHuge" w/BP SW
1.3.6.1.4.1.43.1.4.26.1.8.1:3Com:3Com NB:G # 3Com "spectreIsdnHuge" w/BP SW
1.3.6.1.4.1.43.1.4.26.10.8.0:3Com:3Com NB:G # 3Com "spectreIsdnhuge" w/CF SW
1.3.6.1.4.1.43.1.4.26.10.8.1:3Com:3Com NB:G # 3Com "spectreIsdnHuge" w/CF SW
1.3.6.1.4.1.43.1.4.26.10.8.2:3Com:3Com NB:G # 3Com "spectreIsdnHuge" w/CF SW
1.3.6.1.4.1.43.1.4.26.11.8.0:3Com:3Com NB:G # 3Com "spectreIsdnHuge" w/BX SW
1.3.6.1.4.1.43.1.4.26.11.8.1:3Com:3Com NB:G # 3Com "spectreIsdnHuge" w/BX SW
1.3.6.1.4.1.43.1.4.26.12.8.0:3Com:3Com NB:G # 3Com "spectreIsdnHuge" w/Appn SW
1.3.6.1.4.1.43.1.4.26.12.8.1:3Com:3Com NB:G # 3Com "spectreIsdnHuge" w/Appn SW
1.3.6.1.4.1.43.1.4.26.13.8.0:3Com:3Com NB:G # 3Com "spectreIsdnHuge" w/Lm SW
1.3.6.1.4.1.43.1.4.26.13.8.1:3Com:3Com NB:G # 3Com "spectreIsdnHuge" w/Lm SW
1.3.6.1.4.1.43.1.4.26.14.8.0:3Com:3Com NB:G # 3Com "spectreIsdnHuge" w/Lt SW
1.3.6.1.4.1.43.1.4.26.14.8.1:3Com:3Com NB:G # 3Com "spectreIsdnHuge" w/Lt SW
1.3.6.1.4.1.43.1.4.26.15.8.0:3Com:3Com NB:G # 3Com "spectreIsdnHuge" w/Wm SW
1.3.6.1.4.1.43.1.4.26.15.8.1:3Com:3Com NB:G # 3Com "spectreIsdnHuge" w/Wm SW
1.3.6.1.4.1.43.1.4.26.16.8.0:3Com:3Com NB:G # 3Com "spectreIsdnHuge" w/Wt SW
1.3.6.1.4.1.43.1.4.26.16.8.1:3Com:3Com NB:G # 3Com "spectreIsdnHuge" w/Wt SW
1.3.6.1.4.1.43.1.4.26.17.8.0:3Com:3Com NB:G # 3Com "spectreIsdnHuge" w/Ae SW
1.3.6.1.4.1.43.1.4.26.17.8.1:3Com:3Com NB:G # 3Com "spectreIsdnHuge" w/Ae SW
1.3.6.1.4.1.43.1.4.26.18.8.0:3Com:3Com NB:G # 3Com "spectreIsdnHuge" w/Ap SW
1.3.6.1.4.1.43.1.4.26.18.8.1:3Com:3Com NB:G # 3Com "spectreIsdnHuge" w/Ap SW
1.3.6.1.4.1.43.1.4.26.19.8.0:3Com:3Com NB:G # 3Com "spectreIsdnHuge" w/An SW
1.3.6.1.4.1.43.1.4.26.19.8.1:3Com:3Com NB:G # 3Com "spectreIsdnHuge" w/An SW
1.3.6.1.4.1.43.1.4.26.2.8.0:3Com:3Com NB:G # 3Com "spectreIsdnHuge" w/CP SW
1.3.6.1.4.1.43.1.4.26.2.8.1:3Com:3Com NB:G # 3Com "spectreIsdnHuge" w/CP SW
1.3.6.1.4.1.43.1.4.26.20.8.0:3Com:3Com NB:G # 3Com "spectreIsdnHuge" w/La SW
1.3.6.1.4.1.43.1.4.26.20.8.1:3Com:3Com NB:G # 3Com "spectreIsdnHuge" w/La SW
1.3.6.1.4.1.43.1.4.26.21.8.0:3Com:3Com NB:G # 3Com "spectreIsdnHuge" w/Wa SW
1.3.6.1.4.1.43.1.4.26.21.8.1:3Com:3Com NB:G # 3Com "spectreIsdnHuge" w/Wa SW
1.3.6.1.4.1.43.1.4.26.24.8.2:3Com:3Com NB:G # 3Com "spectreIsdnHuge" w/Bf SW
1.3.6.1.4.1.43.1.4.26.3.8.0:3Com:3Com NB:G # 3Com "spectreIsdnHuge" w/Ext WAN SW
1.3.6.1.4.1.43.1.4.26.3.8.1:3Com:3Com NB:G # 3Com "spectreIsdnHuge" w/Ext WAN SW
1.3.6.1.4.1.43.1.4.26.4.8.0:3Com:3Com NB:G # 3Com "spectreIsdnHuge" w/CX SW
1.3.6.1.4.1.43.1.4.26.4.8.1:3Com:3Com NB:G # 3Com "spectreIsdnHuge" w/CX SW
1.3.6.1.4.1.43.1.4.26.5.8.0:3Com:3Com NB:G # 3Com "spectreIsdnHuge" w/BA SW
1.3.6.1.4.1.43.1.4.26.5.8.1:3Com:3Com NB:G # 3Com "spectreIsdnHuge" w/BA SW
1.3.6.1.4.1.43.1.4.26.6.8.0:3Com:3Com NB:G # 3Com "spectreIsdnHuge" w/AR SW
1.3.6.1.4.1.43.1.4.26.6.8.1:3Com:3Com NB:G # 3Com "spectreIsdnHuge" w/AR SW
1.3.6.1.4.1.43.1.4.26.7.8.0:3Com:3Com NB:G # 3Com "spectreIsdnHuge" w/SNA SW
1.3.6.1.4.1.43.1.4.26.7.8.1:3Com:3Com NB:G # 3Com "spectreIsdnHuge" w/SNA SW
1.3.6.1.4.1.43.1.4.26.8.8.0:3Com:3Com NB:G # 3Com "spectreIsdnHuge" w/RB SW
1.3.6.1.4.1.43.1.4.26.8.8.1:3Com:3Com NB:G # 3Com "spectreIsdnHuge" w/RB SW
1.3.6.1.4.1.43.1.4.26.9.8.0:3Com:3Com NB:G # 3Com "spectreIsdnHuge" w/FF SW
1.3.6.1.4.1.43.1.4.26.9.8.1:3Com:3Com NB:G # 3Com "spectreIsdnHuge" w/FF SW
1.3.6.1.4.1.43.1.4.3:3Com:3Com ECS-L-Bridge:B # 3Com ECS L-Bridge
1.3.6.1.4.1.43.1.4.4.1.6.2:3Com:3Com NB:G # 3Com nbtr RA w/Basic Prot SW
1.3.6.1.4.1.43.1.4.4.1.7.0:3Com:3Com NB:G # 3Com nbtr RA w/Basic Prot SW
1.3.6.1.4.1.43.1.4.4.1.7.1:3Com:3Com NB:G # 3Com nbtr RA w/Basic Prot SW
1.3.6.1.4.1.43.1.4.4.1.7.2:3Com:3Com NB:G # 3Com nbtr RA w/Basic Prot SW
1.3.6.1.4.1.43.1.4.4.1.8.0:3Com:3Com NB:G # 3Com nbtr RA w/Basic Prot SW
1.3.6.1.4.1.43.1.4.4.1.8.1:3Com:3Com NB:G # 3Com nbtr RA w/Basic Prot SW
1.3.6.1.4.1.43.1.4.4.11.6.2:3Com:3Com NB:G # 3Com nbtr RA w/BX SW
1.3.6.1.4.1.43.1.4.4.11.7.0:3Com:3Com NB:G # 3Com nbtr RA w/BX SW
1.3.6.1.4.1.43.1.4.4.11.7.1:3Com:3Com NB:G # 3Com nbtr RA w/BX SW
1.3.6.1.4.1.43.1.4.4.11.7.2:3Com:3Com NB:G # 3Com nbtr RA w/BX SW
1.3.6.1.4.1.43.1.4.4.11.8.0:3Com:3Com NB:G # 3Com nbtr RA w/BX SW
1.3.6.1.4.1.43.1.4.4.11.8.1:3Com:3Com NB:G # 3Com nbtr RA w/BX SW
1.3.6.1.4.1.43.1.4.4.2.6.2:3Com:3Com NB:G # 3Com nbtr RA w/Compl Prot SW
1.3.6.1.4.1.43.1.4.4.2.7.0:3Com:3Com NB:G # 3Com nbtr RA w/Compl Prot SW
1.3.6.1.4.1.43.1.4.4.2.7.1:3Com:3Com NB:G # 3Com nbtr RA w/Compl Prot SW
1.3.6.1.4.1.43.1.4.4.2.7.2:3Com:3Com NB:G # 3Com nbtr RA w/Compl Prot SW
1.3.6.1.4.1.43.1.4.4.2.8.0:3Com:3Com NB:G # 3Com nbtr RA w/Compl Prot SW
1.3.6.1.4.1.43.1.4.4.2.8.1:3Com:3Com NB:G # 3Com nbtr RA w/Compl Prot SW
1.3.6.1.4.1.43.1.4.4.3.6.2:3Com:3Com NB:G # 3Com nbtr RA w/Ext WAN SW
1.3.6.1.4.1.43.1.4.4.3.7.0:3Com:3Com NB:G # 3Com nbtr RA w/Ext WAN SW
1.3.6.1.4.1.43.1.4.4.3.7.1:3Com:3Com NB:G # 3Com nbtr RA w/Ext WAN SW
1.3.6.1.4.1.43.1.4.4.3.7.2:3Com:3Com NB:G # 3Com nbtr RA w/Ext WAN SW
1.3.6.1.4.1.43.1.4.4.3.8.0:3Com:3Com NB:G # 3Com nbtr RA w/Ext WAN SW
1.3.6.1.4.1.43.1.4.4.3.8.1:3Com:3Com NB:G # 3Com nbtr RA w/Ext WAN SW
1.3.6.1.4.1.43.1.4.4.4.6.2:3Com:3Com NB:G # 3Com not supported
1.3.6.1.4.1.43.1.4.4.4.7.0:3Com:3Com NB:G # 3Com not supported
1.3.6.1.4.1.43.1.4.4.4.7.1:3Com:3Com NB:G # 3Com not supported
1.3.6.1.4.1.43.1.4.4.4.7.2:3Com:3Com NB:G # 3Com not supported
1.3.6.1.4.1.43.1.4.4.4.8.0:3Com:3Com NB:G # 3Com not supported
1.3.6.1.4.1.43.1.4.4.4.8.1:3Com:3Com NB:G # 3Com not supported
1.3.6.1.4.1.43.1.4.4.5.6.2:3Com:3Com NB:G # 3Com nbtr RA w/Bndry Rtg Clnt
1.3.6.1.4.1.43.1.4.4.5.7.0:3Com:3Com NB:G # 3Com nbtr RA w/Bndry Rtg Clnt
1.3.6.1.4.1.43.1.4.4.5.7.1:3Com:3Com NB:G # 3Com nbtr RA w/Bndry Rtg Clnt
1.3.6.1.4.1.43.1.4.4.5.7.2:3Com:3Com NB:G # 3Com nbtr RA w/Bndry Rtg Clnt
1.3.6.1.4.1.43.1.4.4.5.8.0:3Com:3Com NB:G # 3Com nbtr RA w/Bndry Rtg Clnt
1.3.6.1.4.1.43.1.4.4.5.8.1:3Com:3Com NB:G # 3Com nbtr RA w/Bndry Rtg Clnt
1.3.6.1.4.1.43.1.4.4.6.6.2:3Com:3Com NB:G # 3Com nbtr RA w/Acc. Rtr SW
1.3.6.1.4.1.43.1.4.4.6.7.0:3Com:3Com NB:G # 3Com nbtr RA w/Acc. Rtr SW
1.3.6.1.4.1.43.1.4.4.6.7.1:3Com:3Com NB:G # 3Com nbtr RA w/Acc. Rtr SW
1.3.6.1.4.1.43.1.4.4.6.7.2:3Com:3Com NB:G # 3Com nbtr RA w/Acc. Rtr SW
1.3.6.1.4.1.43.1.4.4.6.8.0:3Com:3Com NB:G # 3Com nbtr RA w/Acc. Rtr SW
1.3.6.1.4.1.43.1.4.4.6.8.1:3Com:3Com NB:G # 3Com nbtr RA w/Acc. Rtr SW
1.3.6.1.4.1.43.1.4.4.7.6.2:3Com:3Com NB:G # 3Com nbtr RA w/SNA SW
1.3.6.1.4.1.43.1.4.4.7.7.0:3Com:3Com NB:G # 3Com nbtr RA w/SNA SW
1.3.6.1.4.1.43.1.4.4.7.7.1:3Com:3Com NB:G # 3Com nbtr RA w/SNA SW
1.3.6.1.4.1.43.1.4.4.7.7.2:3Com:3Com NB:G # 3Com nbtr RA w/SNA SW
1.3.6.1.4.1.43.1.4.4.7.8.0:3Com:3Com NB:G # 3Com nbtr RA w/SNA SW
1.3.6.1.4.1.43.1.4.4.7.8.1:3Com:3Com NB:G # 3Com nbtr RA w/SNA SW
1.3.6.1.4.1.43.1.4.5.1.6.2:3Com:3Com NB:G # 3Com nb1 platform
1.3.6.1.4.1.43.1.4.5.1.7.0:3Com:3Com NB:G # 3Com nb1 platform
1.3.6.1.4.1.43.1.4.5.1.7.1:3Com:3Com NB:G # 3Com nb1 platform
1.3.6.1.4.1.43.1.4.5.1.7.2:3Com:3Com NB:G # 3Com nb1 platform
1.3.6.1.4.1.43.1.4.5.1.8.0:3Com:3Com NB:G # 3Com nb1 platform
1.3.6.1.4.1.43.1.4.5.1.8.1:3Com:3Com NB:G # 3Com nb1 platform
1.3.6.1.4.1.43.1.4.5.2.6.2:3Com:3Com NB:G # 3Com nb2 platform
1.3.6.1.4.1.43.1.4.5.2.7.0:3Com:3Com NB:G # 3Com nb2 platform
1.3.6.1.4.1.43.1.4.5.2.7.1:3Com:3Com NB:G # 3Com nb2 platform
1.3.6.1.4.1.43.1.4.5.2.7.2:3Com:3Com NB:G # 3Com nb2 platform
1.3.6.1.4.1.43.1.4.5.2.8.0:3Com:3Com NB:G # 3Com nb2 platform
1.3.6.1.4.1.43.1.4.5.2.8.1:3Com:3Com NB:G # 3Com nb2 platform
1.3.6.1.4.1.43.1.4.5.3.6.2:3Com:3Com NB:G # 3Com nbro platform
1.3.6.1.4.1.43.1.4.5.3.7.0:3Com:3Com NB:G # 3Com nbro platform
1.3.6.1.4.1.43.1.4.5.3.7.1:3Com:3Com NB:G # 3Com nbro platform
1.3.6.1.4.1.43.1.4.5.3.7.2:3Com:3Com NB:G # 3Com nbro platform
1.3.6.1.4.1.43.1.4.5.3.8.0:3Com:3Com NB:G # 3Com nbro platform
1.3.6.1.4.1.43.1.4.5.3.8.1:3Com:3Com NB:G # 3Com nbro platform
1.3.6.1.4.1.43.1.4.5.3.8.2:3Com:3Com NB:G # 3Com nbro platform
1.3.6.1.4.1.43.1.4.5.4.6.2:3Com:3Com NB:G # 3Com nbro 40x platform
1.3.6.1.4.1.43.1.4.5.4.7.0:3Com:3Com NB:G # 3Com nbro 40x platform
1.3.6.1.4.1.43.1.4.5.4.7.1:3Com:3Com NB:G # 3Com nbro 40x platform
1.3.6.1.4.1.43.1.4.5.4.7.2:3Com:3Com NB:G # 3Com nbro 40x platform
1.3.6.1.4.1.43.1.4.5.4.8.0:3Com:3Com NB:G # 3Com nbro 40x platform
1.3.6.1.4.1.43.1.4.5.4.8.1:3Com:3Com NB:G # 3Com nbro 40x platform
1.3.6.1.4.1.43.1.4.5.4.8.2:3Com:3Com NB:G # 3Com nbro 40x casper platform
1.3.6.1.4.1.43.1.4.5.5.8.0:3Com:3Com NB:G # 3Com spectre ISDN platform
1.3.6.1.4.1.43.1.4.5.5.8.1:3Com:3Com NB:G # 3Com spectre ISDN platform
1.3.6.1.4.1.43.1.4.5.5.8.2:3Com:3Com NB:G # 3Com spectre ISDN platform
1.3.6.1.4.1.43.1.4.5.6.8.2:3Com:3Com NB:G # 3Com spectre II Tr platform
1.3.6.1.4.1.43.1.4.6.1.6.2:3Com:3Com NB:G # 3Com nb Rem w/Basic Prot
1.3.6.1.4.1.43.1.4.6.1.7.0:3Com:3Com NB:G # 3Com nb Rem w/Basic Prot
1.3.6.1.4.1.43.1.4.6.1.7.1:3Com:3Com NB:G # 3Com nb Rem w/Basic Prot
1.3.6.1.4.1.43.1.4.6.1.7.2:3Com:3Com NB:G # 3Com nb Rem w/Basic Prot
1.3.6.1.4.1.43.1.4.6.1.8.0:3Com:3Com NB:G # 3Com nb Rem w/Basic Prot
1.3.6.1.4.1.43.1.4.6.1.8.1:3Com:3Com NB:G # 3Com nb Rem w/Basic Prot
1.3.6.1.4.1.43.1.4.6.11.6.2:3Com:3Com NB:G # 3Com nb Rem w/BX SW
1.3.6.1.4.1.43.1.4.6.11.7.0:3Com:3Com NB:G # 3Com nb Rem w/BX SW
1.3.6.1.4.1.43.1.4.6.11.7.1:3Com:3Com NB:G # 3Com nb Rem w/BX SW
1.3.6.1.4.1.43.1.4.6.11.7.2:3Com:3Com NB:G # 3Com nb Rem w/BX SW
1.3.6.1.4.1.43.1.4.6.11.8.0:3Com:3Com NB:G # 3Com nb Rem w/BX SW
1.3.6.1.4.1.43.1.4.6.11.8.1:3Com:3Com NB:G # 3Com nb Rem w/BX SW
1.3.6.1.4.1.43.1.4.6.2.6.2:3Com:3Com NB:G # 3Com nb Rem w/Compl Prot
1.3.6.1.4.1.43.1.4.6.2.7.0:3Com:3Com NB:G # 3Com nb Rem w/Compl Prot
1.3.6.1.4.1.43.1.4.6.2.7.1:3Com:3Com NB:G # 3Com nb Rem w/Compl Prot
1.3.6.1.4.1.43.1.4.6.2.7.2:3Com:3Com NB:G # 3Com nb Rem w/Compl Prot
1.3.6.1.4.1.43.1.4.6.2.8.0:3Com:3Com NB:G # 3Com nb Rem w/Compl Prot
1.3.6.1.4.1.43.1.4.6.2.8.1:3Com:3Com NB:G # 3Com nb Rem w/Compl Prot
1.3.6.1.4.1.43.1.4.6.3.6.2:3Com:3Com NB:G # 3Com nb Rem w/Ext WAN
1.3.6.1.4.1.43.1.4.6.3.7.0:3Com:3Com NB:G # 3Com nb Rem w/Ext WAN
1.3.6.1.4.1.43.1.4.6.3.7.1:3Com:3Com NB:G # 3Com nb Rem w/Ext WAN
1.3.6.1.4.1.43.1.4.6.3.7.2:3Com:3Com NB:G # 3Com nb Rem w/Ext WAN
1.3.6.1.4.1.43.1.4.6.3.8.0:3Com:3Com NB:G # 3Com nb Rem w/Ext WAN
1.3.6.1.4.1.43.1.4.6.3.8.1:3Com:3Com NB:G # 3Com nb Rem w/Ext WAN
1.3.6.1.4.1.43.1.4.6.4.6.2:3Com:3Com NB:G # 3Com nb Rem w/X25 Con Svc
1.3.6.1.4.1.43.1.4.6.4.7.0:3Com:3Com NB:G # 3Com nb Rem w/X25 Con Svc
1.3.6.1.4.1.43.1.4.6.4.7.1:3Com:3Com NB:G # 3Com nb Rem w/X25 Con Svc
1.3.6.1.4.1.43.1.4.6.4.7.2:3Com:3Com NB:G # 3Com nb Rem w/X25 Con Svc
1.3.6.1.4.1.43.1.4.6.4.8.0:3Com:3Com NB:G # 3Com nb Rem w/X25 Con Svc
1.3.6.1.4.1.43.1.4.6.4.8.1:3Com:3Com NB:G # 3Com nb Rem w/X25 Con Svc
1.3.6.1.4.1.43.1.4.6.5.6.2:3Com:3Com NB:G # 3Com nb Rem w/Bndry Rtg
1.3.6.1.4.1.43.1.4.6.5.7.0:3Com:3Com NB:G # 3Com nb Rem w/Bndry Rtg
1.3.6.1.4.1.43.1.4.6.5.7.1:3Com:3Com NB:G # 3Com nb Rem w/Bndry Rtg
1.3.6.1.4.1.43.1.4.6.5.7.2:3Com:3Com NB:G # 3Com nb Rem w/Bndry Rtg
1.3.6.1.4.1.43.1.4.6.5.8.0:3Com:3Com NB:G # 3Com nb Rem w/Bndry Rtg
1.3.6.1.4.1.43.1.4.6.5.8.1:3Com:3Com NB:G # 3Com nb Rem w/Bndry Rtg
1.3.6.1.4.1.43.1.4.6.6.6.2:3Com:3Com NB:G # 3Com nb Rem w/Acc. Rtr SW
1.3.6.1.4.1.43.1.4.6.6.7.0:3Com:3Com NB:G # 3Com nb Rem w/Acc. Rtr SW
1.3.6.1.4.1.43.1.4.6.6.7.1:3Com:3Com NB:G # 3Com nb Rem w/Acc. Rtr SW
1.3.6.1.4.1.43.1.4.6.6.7.2:3Com:3Com NB:G # 3Com nb Rem w/Acc. Rtr SW
1.3.6.1.4.1.43.1.4.6.6.8.0:3Com:3Com NB:G # 3Com nb Rem w/Acc. Rtr SW
1.3.6.1.4.1.43.1.4.6.6.8.1:3Com:3Com NB:G # 3Com nb Rem w/Acc. Rtr SW
1.3.6.1.4.1.43.1.4.6.7.6.2:3Com:3Com NB:G # 3Com nb Rem w/SNA SW
1.3.6.1.4.1.43.1.4.6.7.7.0:3Com:3Com NB:G # 3Com nb Rem w/SNA SW
1.3.6.1.4.1.43.1.4.6.7.7.1:3Com:3Com NB:G # 3Com nb Rem w/SNA SW
1.3.6.1.4.1.43.1.4.6.7.7.2:3Com:3Com NB:G # 3Com nb Rem w/SNA SW
1.3.6.1.4.1.43.1.4.6.7.8.0:3Com:3Com NB:G # 3Com nb Rem w/SNA SW
1.3.6.1.4.1.43.1.4.6.7.8.1:3Com:3Com NB:G # 3Com nb Rem w/SNA SW
1.3.6.1.4.1.43.1.4.7.1.6.2:3Com:3Com NB:G # 3Com nb RA w/Basic Prot
1.3.6.1.4.1.43.1.4.7.1.7.0:3Com:3Com NB:G # 3Com nb RA w/Basic Prot
1.3.6.1.4.1.43.1.4.7.1.7.1:3Com:3Com NB:G # 3Com nb RA w/Basic Prot
1.3.6.1.4.1.43.1.4.7.1.7.2:3Com:3Com NB:G # 3Com nb RA w/Basic Prot
1.3.6.1.4.1.43.1.4.7.1.8.0:3Com:3Com NB:G # 3Com nb RA w/Basic Prot
1.3.6.1.4.1.43.1.4.7.1.8.1:3Com:3Com NB:G # 3Com nb RA w/Basic Prot
1.3.6.1.4.1.43.1.4.7.11.6.2:3Com:3Com NB:G # 3Com nb RA w/BX SW
1.3.6.1.4.1.43.1.4.7.11.7.0:3Com:3Com NB:G # 3Com nb RA w/BX SW
1.3.6.1.4.1.43.1.4.7.11.7.1:3Com:3Com NB:G # 3Com nb RA w/BX SW
1.3.6.1.4.1.43.1.4.7.11.7.2:3Com:3Com NB:G # 3Com nb RA w/BX SW
1.3.6.1.4.1.43.1.4.7.11.8.0:3Com:3Com NB:G # 3Com nb RA w/BX SW
1.3.6.1.4.1.43.1.4.7.11.8.1:3Com:3Com NB:G # 3Com nb RA w/BX SW
1.3.6.1.4.1.43.1.4.7.2.6.2:3Com:3Com NB:G # 3Com nb RA w/Compl Prot
1.3.6.1.4.1.43.1.4.7.2.7.0:3Com:3Com NB:G # 3Com nb RA w/Compl Prot
1.3.6.1.4.1.43.1.4.7.2.7.1:3Com:3Com NB:G # 3Com nb RA w/Compl Prot
1.3.6.1.4.1.43.1.4.7.2.7.2:3Com:3Com NB:G # 3Com nb RA w/Compl Prot
1.3.6.1.4.1.43.1.4.7.2.8.0:3Com:3Com NB:G # 3Com nb RA w/Compl Prot
1.3.6.1.4.1.43.1.4.7.2.8.1:3Com:3Com NB:G # 3Com nb RA w/Compl Prot
1.3.6.1.4.1.43.1.4.7.3.6.2:3Com:3Com NB:G # 3Com nb RA w/Ext WAN
1.3.6.1.4.1.43.1.4.7.3.7.0:3Com:3Com NB:G # 3Com nb RA w/Ext WAN
1.3.6.1.4.1.43.1.4.7.3.7.1:3Com:3Com NB:G # 3Com nb RA w/Ext WAN
1.3.6.1.4.1.43.1.4.7.3.7.2:3Com:3Com NB:G # 3Com nb RA w/Ext WAN
1.3.6.1.4.1.43.1.4.7.3.8.0:3Com:3Com NB:G # 3Com nb RA w/Ext WAN
1.3.6.1.4.1.43.1.4.7.3.8.1:3Com:3Com NB:G # 3Com nb RA w/Ext WAN
1.3.6.1.4.1.43.1.4.7.4.6.2:3Com:3Com NB:G # 3Com nb RA w/Conn Svc
1.3.6.1.4.1.43.1.4.7.4.7.0:3Com:3Com NB:G # 3Com nb RA w/Conn Svc
1.3.6.1.4.1.43.1.4.7.4.7.1:3Com:3Com NB:G # 3Com nb RA w/Conn Svc
1.3.6.1.4.1.43.1.4.7.4.7.2:3Com:3Com NB:G # 3Com nb RA w/Conn Svc
1.3.6.1.4.1.43.1.4.7.4.8.0:3Com:3Com NB:G # 3Com nb RA w/Conn Svc
1.3.6.1.4.1.43.1.4.7.4.8.1:3Com:3Com NB:G # 3Com nb RA w/Conn Svc
1.3.6.1.4.1.43.1.4.7.5.6.2:3Com:3Com NB:G # 3Com nb RA w/Bndry Rtg
1.3.6.1.4.1.43.1.4.7.5.7.0:3Com:3Com NB:G # 3Com nb RA w/Bndry Rtg
1.3.6.1.4.1.43.1.4.7.5.7.1:3Com:3Com NB:G # 3Com nb RA w/Bndry Rtg
1.3.6.1.4.1.43.1.4.7.5.7.2:3Com:3Com NB:G # 3Com nb RA w/Bndry Rtg
1.3.6.1.4.1.43.1.4.7.5.8.0:3Com:3Com NB:G # 3Com nb RA w/Bndry Rtg
1.3.6.1.4.1.43.1.4.7.5.8.1:3Com:3Com NB:G # 3Com nb RA w/Bndry Rtg
1.3.6.1.4.1.43.1.4.7.6.6.2:3Com:3Com NB:G # 3Com nb RA w/Acc. Rtr SW
1.3.6.1.4.1.43.1.4.7.6.7.0:3Com:3Com NB:G # 3Com nb RA w/Acc. Rtr SW
1.3.6.1.4.1.43.1.4.7.6.7.1:3Com:3Com NB:G # 3Com nb RA w/Acc. Rtr SW
1.3.6.1.4.1.43.1.4.7.6.7.2:3Com:3Com NB:G # 3Com nb RA w/Acc. Rtr SW
1.3.6.1.4.1.43.1.4.7.6.8.0:3Com:3Com NB:G # 3Com nb RA w/Acc. Rtr SW
1.3.6.1.4.1.43.1.4.7.6.8.1:3Com:3Com NB:G # 3Com nb RA w/Acc. Rtr SW
1.3.6.1.4.1.43.1.4.7.7.6.2:3Com:3Com NB:G # 3Com nb RA w/SNA SW
1.3.6.1.4.1.43.1.4.7.7.7.0:3Com:3Com NB:G # 3Com nb RA w/SNA SW
1.3.6.1.4.1.43.1.4.7.7.7.1:3Com:3Com NB:G # 3Com nb RA w/SNA SW
1.3.6.1.4.1.43.1.4.7.7.7.2:3Com:3Com NB:G # 3Com nb RA w/SNA SW
1.3.6.1.4.1.43.1.4.7.7.8.0:3Com:3Com NB:G # 3Com nb RA w/SNA SW
1.3.6.1.4.1.43.1.4.7.7.8.1:3Com:3Com NB:G # 3Com nb RA w/SNA SW
1.3.6.1.4.1.43.1.4.8.1.6.2:3Com:3Com NB:G # 3Com nb RC w/Basic Prot
1.3.6.1.4.1.43.1.4.8.1.7.0:3Com:3Com NB:G # 3Com nb RC w/Basic Prot
1.3.6.1.4.1.43.1.4.8.1.7.1:3Com:3Com NB:G # 3Com nb RC w/Basic Prot
1.3.6.1.4.1.43.1.4.8.1.7.2:3Com:3Com NB:G # 3Com nb RC w/Basic Prot
1.3.6.1.4.1.43.1.4.8.1.8.0:3Com:3Com NB:G # 3Com nb RC w/Basic Prot
1.3.6.1.4.1.43.1.4.8.1.8.1:3Com:3Com NB:G # 3Com nb RC w/Basic Prot
1.3.6.1.4.1.43.1.4.8.11.6.2:3Com:3Com NB:G # 3Com nb RC w/BX SW
1.3.6.1.4.1.43.1.4.8.11.7.0:3Com:3Com NB:G # 3Com nb RC w/BX SW
1.3.6.1.4.1.43.1.4.8.11.7.1:3Com:3Com NB:G # 3Com nb RC w/BX SW
1.3.6.1.4.1.43.1.4.8.11.7.2:3Com:3Com NB:G # 3Com nb RC w/BX SW
1.3.6.1.4.1.43.1.4.8.11.8.0:3Com:3Com NB:G # 3Com nb RC w/BX SW
1.3.6.1.4.1.43.1.4.8.11.8.1:3Com:3Com NB:G # 3Com nb RC w/BX SW
1.3.6.1.4.1.43.1.4.8.2.6.2:3Com:3Com NB:G # 3Com nb RC w/Compl Prot
1.3.6.1.4.1.43.1.4.8.2.7.0:3Com:3Com NB:G # 3Com nb RC w/Compl Prot
1.3.6.1.4.1.43.1.4.8.2.7.1:3Com:3Com NB:G # 3Com nb RC w/Compl Prot
1.3.6.1.4.1.43.1.4.8.2.7.2:3Com:3Com NB:G # 3Com nb RC w/Compl Prot
1.3.6.1.4.1.43.1.4.8.2.8.0:3Com:3Com NB:G # 3Com nb RC w/Compl Prot
1.3.6.1.4.1.43.1.4.8.2.8.1:3Com:3Com NB:G # 3Com nb RC w/Compl Prot
1.3.6.1.4.1.43.1.4.8.3.6.2:3Com:3Com NB:G # 3Com nb RC w/Ext WAN
1.3.6.1.4.1.43.1.4.8.3.7.0:3Com:3Com NB:G # 3Com nb RC w/Ext WAN
1.3.6.1.4.1.43.1.4.8.3.7.1:3Com:3Com NB:G # 3Com nb RC w/Ext WAN
1.3.6.1.4.1.43.1.4.8.3.7.2:3Com:3Com NB:G # 3Com nb RC w/Ext WAN
1.3.6.1.4.1.43.1.4.8.3.8.0:3Com:3Com NB:G # 3Com nb RC w/Ext WAN
1.3.6.1.4.1.43.1.4.8.3.8.1:3Com:3Com NB:G # 3Com nb RC w/Ext WAN
1.3.6.1.4.1.43.1.4.8.4.6.2:3Com:3Com NB:G # 3Com nb RC w/Conn Svc
1.3.6.1.4.1.43.1.4.8.4.7.0:3Com:3Com NB:G # 3Com nb RC w/Conn Svc
1.3.6.1.4.1.43.1.4.8.4.7.1:3Com:3Com NB:G # 3Com nb RC w/Conn Svc
1.3.6.1.4.1.43.1.4.8.4.7.2:3Com:3Com NB:G # 3Com nb RC w/Conn Svc
1.3.6.1.4.1.43.1.4.8.4.8.0:3Com:3Com NB:G # 3Com nb RC w/Conn Svc
1.3.6.1.4.1.43.1.4.8.4.8.1:3Com:3Com NB:G # 3Com nb RC w/Conn Svc
1.3.6.1.4.1.43.1.4.8.5.6.2:3Com:3Com NB:G # 3Com nb RC w/Bndry Rtg
1.3.6.1.4.1.43.1.4.8.5.7.0:3Com:3Com NB:G # 3Com nb RC w/Bndry Rtg
1.3.6.1.4.1.43.1.4.8.5.7.1:3Com:3Com NB:G # 3Com nb RC w/Bndry Rtg
1.3.6.1.4.1.43.1.4.8.5.7.2:3Com:3Com NB:G # 3Com nb RC w/Bndry Rtg
1.3.6.1.4.1.43.1.4.8.5.8.0:3Com:3Com NB:G # 3Com nb RC w/Bndry Rtg
1.3.6.1.4.1.43.1.4.8.5.8.1:3Com:3Com NB:G # 3Com nb RC w/Bndry Rtg
1.3.6.1.4.1.43.1.4.8.6.6.2:3Com:3Com NB:G # 3Com nb RC w/Acc. Rtr SW
1.3.6.1.4.1.43.1.4.8.6.7.0:3Com:3Com NB:G # 3Com nb RC w/Acc. Rtr SW
1.3.6.1.4.1.43.1.4.8.6.7.1:3Com:3Com NB:G # 3Com nb RC w/Acc. Rtr SW
1.3.6.1.4.1.43.1.4.8.6.7.2:3Com:3Com NB:G # 3Com nb RC w/Acc. Rtr SW
1.3.6.1.4.1.43.1.4.8.6.8.0:3Com:3Com NB:G # 3Com nb RC w/Acc. Rtr SW
1.3.6.1.4.1.43.1.4.8.6.8.1:3Com:3Com NB:G # 3Com nb RC w/Acc. Rtr SW
1.3.6.1.4.1.43.1.4.8.7.6.2:3Com:3Com NB:G # 3Com nb RC w/SNA SW
1.3.6.1.4.1.43.1.4.8.7.7.0:3Com:3Com NB:G # 3Com nb RC w/SNA SW
1.3.6.1.4.1.43.1.4.8.7.7.1:3Com:3Com NB:G # 3Com nb RC w/SNA SW
1.3.6.1.4.1.43.1.4.8.7.7.2:3Com:3Com NB:G # 3Com nb RC w/SNA SW
1.3.6.1.4.1.43.1.4.8.7.8.0:3Com:3Com NB:G # 3Com nb RC w/SNA SW
1.3.6.1.4.1.43.1.4.8.7.8.1:3Com:3Com NB:G # 3Com nb RC w/SNA SW
1.3.6.1.4.1.43.1.4.9.1.6.2:3Com:3Com NB:G # 3Com nbtr Rem w/Basic Prot
1.3.6.1.4.1.43.1.4.9.1.7.0:3Com:3Com NB:G # 3Com nbtr Rem w/Basic Prot
1.3.6.1.4.1.43.1.4.9.1.7.1:3Com:3Com NB:G # 3Com nbtr Rem w/Basic Prot
1.3.6.1.4.1.43.1.4.9.1.7.2:3Com:3Com NB:G # 3Com nbtr Rem w/Basic Prot
1.3.6.1.4.1.43.1.4.9.1.8.0:3Com:3Com NB:G # 3Com nbtr Rem w/Basic Prot
1.3.6.1.4.1.43.1.4.9.1.8.1:3Com:3Com NB:G # 3Com nbtr Rem w/Basic Prot
1.3.6.1.4.1.43.1.4.9.11.6.2:3Com:3Com NB:G # 3Com nbtr Rem w/BX SW
1.3.6.1.4.1.43.1.4.9.11.7.0:3Com:3Com NB:G # 3Com nbtr Rem w/BX SW
1.3.6.1.4.1.43.1.4.9.11.7.1:3Com:3Com NB:G # 3Com nbtr Rem w/BX SW
1.3.6.1.4.1.43.1.4.9.11.7.2:3Com:3Com NB:G # 3Com nbtr Rem w/BX SW
1.3.6.1.4.1.43.1.4.9.11.8.0:3Com:3Com NB:G # 3Com nbtr Rem w/BX SW
1.3.6.1.4.1.43.1.4.9.11.8.1:3Com:3Com NB:G # 3Com nbtr Rem w/BX SW
1.3.6.1.4.1.43.1.4.9.2.6.2:3Com:3Com NB:G # 3Com nbtr Rem w/Compl Prot
1.3.6.1.4.1.43.1.4.9.2.7.0:3Com:3Com NB:G # 3Com nbtr Rem w/Compl Prot
1.3.6.1.4.1.43.1.4.9.2.7.1:3Com:3Com NB:G # 3Com nbtr Rem w/Compl Prot
1.3.6.1.4.1.43.1.4.9.2.7.2:3Com:3Com NB:G # 3Com nbtr Rem w/Compl Prot
1.3.6.1.4.1.43.1.4.9.2.8.0:3Com:3Com NB:G # 3Com nbtr Rem w/Compl Prot
1.3.6.1.4.1.43.1.4.9.2.8.1:3Com:3Com NB:G # 3Com nbtr Rem w/Compl Prot
1.3.6.1.4.1.43.1.4.9.3.6.2:3Com:3Com NB:G # 3Com nbtr Rem w/Ext WAN
1.3.6.1.4.1.43.1.4.9.3.7.0:3Com:3Com NB:G # 3Com nbtr Rem w/Ext WAN
1.3.6.1.4.1.43.1.4.9.3.7.1:3Com:3Com NB:G # 3Com nbtr Rem w/Ext WAN
1.3.6.1.4.1.43.1.4.9.3.7.2:3Com:3Com NB:G # 3Com nbtr Rem w/Ext WAN
1.3.6.1.4.1.43.1.4.9.3.8.0:3Com:3Com NB:G # 3Com nbtr Rem w/Ext WAN
1.3.6.1.4.1.43.1.4.9.3.8.1:3Com:3Com NB:G # 3Com nbtr Rem w/Ext WAN
1.3.6.1.4.1.43.1.4.9.4.6.2:3Com:3Com NB:G # 3Com not supported
1.3.6.1.4.1.43.1.4.9.4.7.0:3Com:3Com NB:G # 3Com not supported
1.3.6.1.4.1.43.1.4.9.4.7.1:3Com:3Com NB:G # 3Com not supported
1.3.6.1.4.1.43.1.4.9.4.7.2:3Com:3Com NB:G # 3Com not supported
1.3.6.1.4.1.43.1.4.9.4.8.0:3Com:3Com NB:G # 3Com not supported
1.3.6.1.4.1.43.1.4.9.4.8.1:3Com:3Com NB:G # 3Com not supported
1.3.6.1.4.1.43.1.4.9.5.6.2:3Com:3Com NB:G # 3Com nbtr Rem w/Bndry Rtg
1.3.6.1.4.1.43.1.4.9.5.7.0:3Com:3Com NB:G # 3Com nbtr Rem w/Bndry Rtg
1.3.6.1.4.1.43.1.4.9.5.7.1:3Com:3Com NB:G # 3Com nbtr Rem w/Bndry Rtg
1.3.6.1.4.1.43.1.4.9.5.7.2:3Com:3Com NB:G # 3Com nbtr Rem w/Bndry Rtg
1.3.6.1.4.1.43.1.4.9.5.8.0:3Com:3Com NB:G # 3Com nbtr Rem w/Bndry Rtg
1.3.6.1.4.1.43.1.4.9.5.8.1:3Com:3Com NB:G # 3Com nbtr Rem w/Bndry Rtg
1.3.6.1.4.1.43.1.4.9.6.6.2:3Com:3Com NB:G # 3Com nbtr Rem w/Acc. Rtr SW
1.3.6.1.4.1.43.1.4.9.6.7.0:3Com:3Com NB:G # 3Com nbtr Rem w/Acc. Rtr SW
1.3.6.1.4.1.43.1.4.9.6.7.1:3Com:3Com NB:G # 3Com nbtr Rem w/Acc. Rtr SW
1.3.6.1.4.1.43.1.4.9.6.7.2:3Com:3Com NB:G # 3Com nbtr Rem w/Acc. Rtr SW
1.3.6.1.4.1.43.1.4.9.6.8.0:3Com:3Com NB:G # 3Com nbtr Rem w/Acc. Rtr SW
1.3.6.1.4.1.43.1.4.9.6.8.1:3Com:3Com NB:G # 3Com nbtr Rem w/Acc. Rtr SW
1.3.6.1.4.1.43.1.4.9.7.6.2:3Com:3Com NB:G # 3Com nbtr Rem w/SNA SW
1.3.6.1.4.1.43.1.4.9.7.7.0:3Com:3Com NB:G # 3Com nbtr Rem w/SNA SW
1.3.6.1.4.1.43.1.4.9.7.7.1:3Com:3Com NB:G # 3Com nbtr Rem w/SNA SW
1.3.6.1.4.1.43.1.4.9.7.7.2:3Com:3Com NB:G # 3Com nbtr Rem w/SNA SW
1.3.6.1.4.1.43.1.4.9.7.8.0:3Com:3Com NB:G # 3Com nbtr Rem w/SNA SW
1.3.6.1.4.1.43.1.4.9.7.8.1:3Com:3Com NB:G # 3Com nbtr Rem w/SNA SW
1.3.6.1.4.1.43.1.4:3Com:3Com NB:G # 3Com older netbuilders
1.3.6.1.4.1.43.1.8.10:3Com:3Com FMS-Bridge:B # 3Com FMS (FMS-Boom)
1.3.6.1.4.1.43.1.8.11:3Com:3Com FMS-TP8i:H # 3Com FMS (TP8i)
1.3.6.1.4.1.43.1.8.12:3Com:3Com MSH-FDDI:H # 3Com MSH FDDI
1.3.6.1.4.1.43.1.8.13:3Com:3Com LinkSwitch1000 # 3Com LinkSwitch1000
1.3.6.1.4.1.43.1.8.16:3Com:3Com LinkSwitch 2700:B # 3Com LinkSwitch 2700
1.3.6.1.4.1.43.1.8.1:3Com:LinkBuilder3GH # 3Com _LinkBuilder_3GH_
1.3.6.1.4.1.43.1.8.2.1.30:3Com:3Com 10BTi:H # 3Com FMS (10BTi v1.3)
1.3.6.1.4.1.43.1.8.3:3Com:3Com ECS:H # 3Com ECS
1.3.6.1.4.1.43.1.8.4:3Com:3Com MSH:H # 3Com MSH
1.3.6.1.4.1.43.1.8.5.1.40:3Com:3Com FMS:H # 3Com FMS (FMS v1.4)
1.3.6.1.4.1.43.1.8.5:3Com:3Com FMS:H # 3Com FMS (FMS v2.0)
1.3.6.1.4.1.43.1.8.6:3Com:3Com FDDI-Workgroup:H # 3Com FDDI WGH
1.3.6.1.4.1.43.1.8.7:3Com:3Com FMS-II:H # 3Com FMS (FMS-II)
1.3.6.1.4.1.43.1.8.8:3Com:3Com LinkSwitch:H # 3Com FMS LinkSwitch
1.3.6.1.4.1.43.1.8.9:3Com:3Com MSH-LinkSwitch:H # 3Com MSH LinkSwitch
1.3.6.1.4.1.295.3.2:Plaintree:Plaintree Wave Switch 100:B # Plaintree bridge
1.3.6.1.4.1.485.1.1.1.2:3Com:3Com LinkConverter:S # 3Com LinkConvertor
1.3.6.1.4.1.485.1.2.1.1:3Com:3Com LinkConverter:S # 3Com LinkConvertor
1.3.6.1.4.1.485.1.2.1.2:3Com:3Com LinkConverter:S # 3Com LinkConvertor
1.3.6.1.4.1.485.1.2.1.3:3Com:3Com LinkConverter:S # 3Com LinkConvertorII
1.3.6.1.4.1.485.1.2.1.4:3Com:3Com LinkConverter:S # 3Com LinkConvertorII
1.3.6.1.4.1.485.1.2.1.5:3Com:3Com LinkConverter:S # 3Com LinkConvertorII
1.3.6.1.4.1.485.1.2.1.6:3Com:3Com LinkConverter:S # 3Com LinkConvertorII
1.3.6.1.4.1.485.1:3Com:3Com LinkConverter:S # 3Com LinkConvertor
1.3.6.1.4.1.83:3Com:3Com MSH-TR-Bridge:B # 3Com MSH TR-Bridge
1.3.6.1.4.1.870.1.1.5:3Com:3Com LinkSwitch 500:B # 3Com LinkSwitch500
1.3.6.1.4.1.409.94.2.2.1:Mitsubishi Electric:MELNET R2000:GS
1.3.6.1.4.1.11.2.3.2.2:Hewlett-Packard:HP 9000/HP-UX:1M # 300
1.3.6.1.4.1.11.2.3.2.3:Hewlett-Packard:HP 9000/HP-UX:2M # 800
1.3.6.1.4.1.11.2.3.2.5:Hewlett-Packard:HP 9000/HP-UX:3M # 700
1.3.6.1.4.1.11.2.3.8::HP 386:4M # HP 386 agent
1.3.6.1.4.1.11.2.3.10.1:Sun:HP SunOS Sparc:5M # HP SunOS Sparc agent, original
1.3.6.1.4.1.11.2.3.10.1.1:Sun:HP SunOS Sparc:5M # HP SunOS Sparc agent
1.3.6.1.4.1.11.2.3.10.1.2:Sun:HP Solaris Sparc:5M # HP Solaris Sparc agent
1.3.6.1.4.1.99.1.1.3.1:Sun:SNMP Research Emanate Solaris:M # SNMPR Solaris Emanate master agent
1.3.6.1.4.1.99.1.1.3.6:Hewlett-Packard:SNMP Research Emanate HP-UX:M # SNMPR HP-UX Emanate master agent
1.3.6.1.4.1.99.1.1.3.11:Microsoft:SNMP Research Emanate Windows NT:M # SNMPR Windows NT Emanate master agent
1.3.6.1.4.1.11.2.3.4.1:Hewlett-Packard:HP 3000/XL:6M # Generic 900
1.3.6.1.4.1.11.2.3.4.2:Hewlett-Packard:HP 3000/XL:6M # 92x
1.3.6.1.4.1.11.2.3.4.3:Hewlett-Packard:HP 3000/XL:6M # 93x
1.3.6.1.4.1.11.2.3.4.4:Hewlett-Packard:HP 3000/XL:6M # 95x
1.3.6.1.4.1.11.2.3.4.5:Hewlett-Packard:HP 3000/XL:6M # 96x
1.3.6.1.4.1.11.2.3.7.1.1:Hewlett-Packard:HP Bridge:21B # HP LAN Bridge
1.3.6.1.4.1.11.2.3.7.1.2:Hewlett-Packard:HP Bridge:22B # HP Remote Bridge
1.3.6.1.4.1.11.2.3.7.1.8:Hewlett-Packard:HP Bridge:B # HP Switch 16
1.3.6.1.4.1.11.2.3.7.1.10:Hewlett-Packard:HP Bridge:B # HP Switch 200
1.3.6.1.4.1.11.2.3.7.2.1:Hewlett-Packard:HP Router:G # HP Router 440
1.3.6.1.4.1.11.2.3.7.2.2:Hewlett-Packard:HP Router:G # HP Router 445
1.3.6.1.4.1.11.2.3.7.2.3:Hewlett-Packard:HP Router:G # HP Router 430
1.3.6.1.4.1.11.2.3.7.2.4:Hewlett-Packard:HP Router:G # HP Router FRa
1.3.6.1.4.1.11.2.3.7.2.5:Hewlett-Packard:HP Router:G # HP Router 470
1.3.6.1.4.1.11.2.3.7.2.6:Hewlett-Packard:HP Router:G # HP Router 480
1.3.6.1.4.1.11.2.3.7.2.7:Hewlett-Packard:HP Router:G # HP Router PRa
1.3.6.1.4.1.11.2.3.7.2.8:Hewlett-Packard:HP Router:G # HP Router 650
1.3.6.1.4.1.11.2.3.7.2.9:Hewlett-Packard:HP Router:G # HP Router 230
1.3.6.1.4.1.11.2.3.7.2.10:Hewlett-Packard:HP Router:G # HP Router 240
1.3.6.1.4.1.11.2.3.7.2.11:Hewlett-Packard:HP Router:G # HP Router 245
1.3.6.1.4.1.11.2.3.7.2.12:Hewlett-Packard:HP Router:G # HP Router 210
1.3.6.1.4.1.11.2.3.7.5.1:Hewlett-Packard:HP Hub:11H # HP Hub12-twist
1.3.6.1.4.1.11.2.3.7.5.2:Hewlett-Packard:HP Hub:12H # HP Hub12-twist
1.3.6.1.4.1.11.2.3.7.5.3:Hewlett-Packard:HP Hub:13H # HP HubFiber 8-FOIRL
1.3.6.1.4.1.11.2.3.7.5.4:Hewlett-Packard:HP Hub:14H # HP Hub48-twist
1.3.6.1.4.1.11.2.3.7.5.5:Hewlett-Packard:HP Hub:15H # HP HubThin 8-10Base2
1.3.6.1.4.1.11.2.3.7.5.6:Hewlett-Packard:HP Hub:16H # HP Hub24-twist
1.3.6.1.4.1.11.2.3.7.8.1:Hewlett-Packard:HP Hub:17H # HP Hub AdvStack
1.3.6.1.4.1.11.2.3.7.8.2.1:Hewlett-Packard:HP Hub:17H # HP Hub 100VG/15
1.3.6.1.4.1.11.2.3.7.8.2.2:Hewlett-Packard:HP Hub:17H # HP Hub AdvStack/B
1.3.6.1.4.1.11.2.3.7.8.2.3:Hewlett-Packard:HP Hub:17H # HP 7-Port 100VG
1.3.6.1.4.1.11.2.3.7.8.2.4:Hewlett-Packard:HP Hub:17H # HP Hub AdvStack 8/16
1.3.6.1.4.1.11.2.3.7.8.2.5:Hewlett-Packard:HP Hub:H # HP Switch-Hub
1.3.6.1.4.1.11.2.3.7.11.1:Hewlett-Packard:HP Bridge:B # HP Switch 2000
1.3.6.1.4.1.11.2.3.7.6:Hewlett-Packard:HP LanProbe # Early version
1.3.6.1.4.1.11.2.3.7.6.2:Hewlett-Packard:HP LanProbe I # (HP4991A)
1.3.6.1.4.1.11.2.3.7.6.3:Hewlett-Packard:HP LanProbe II # (HP4995A)
1.3.6.1.4.1.11.2.3.7.6.3.1:Hewlett-Packard:HP LanProbe II+ # (HP4995A)
1.3.6.1.4.1.11.2.3.7.6.3.2:Hewlett-Packard:HP LanProbe II # HP LanProbe II A.02 (HP4995A)
1.3.6.1.4.1.11.2.3.7.6.3.3:Hewlett-Packard:HP LanProbe III # HP LanProbe III A.00 (HP4986A)
1.3.6.1.4.1.11.2.3.7.6.5:Hewlett-Packard:HP TR LanProbe # (HP4985A)
1.3.6.1.4.1.11.2.3.7.6.5.1:Hewlett-Packard:HP TR LanProbe III # HP LanProbe III TR
1.3.6.1.4.1.11.2.3.7.6.6.1:Hewlett-Packard:HP FDDI LanProbe # HP LanProbe FDDI
1.3.6.1.4.1.11.2.3.7.6.6:Hewlett-Packard:HP NetMetrix Probe # HP NetMetrix Probe
1.3.6.1.4.1.392.1.0:Hewlett-Packard:HP NetMetrix PowerAgent # HP NetMetrix PowerAgent
1.3.6.1.4.1.392.1.1:Hewlett-Packard:HP NetMetrix Mid-Level Manager # HP NetMetrix Mid-Level Manager
1.3.6.1.4.1.11.2.3.7.3:Hewlett-Packard:HP DTC
1.3.6.1.4.1.11.2.3.7.3.1:Hewlett-Packard:HP DTC:T # general
1.3.6.1.4.1.11.2.3.7.3.2:Hewlett-Packard:HP DTC:T # dtc48
1.3.6.1.4.1.11.2.3.7.3.3:Hewlett-Packard:HP DTC:T # dtc16
1.3.6.1.4.1.11.2.3.7.3.4:Hewlett-Packard:HP DTC:T # dtcteb
1.3.6.1.4.1.11.2.3.7.3.5:Hewlett-Packard:HP DTC:T # dtc72mx
1.3.6.1.4.1.11.2.3.7.3.6:Hewlett-Packard:HP DTC:T # dtc16tn
1.3.6.1.4.1.11.2.3.7.3.7:Hewlett-Packard:HP DTC:T # dtc16mx
1.3.6.1.4.1.11.2.3.7.3.8:Hewlett-Packard:HP DTC:T # dtc16ix
1.3.6.1.4.1.11.2.3.7.2:Hewlett-Packard:HP Router:G
1.3.6.1.4.1.11.2.3.7.4:Hewlett-Packard:HP Modem
1.3.6.1.4.1.11.2.3.7.7:Hewlett-Packard:HP Packet Switch
1.3.6.1.4.1.11.2.3.9.1:Hewlett-Packard:HP Network Printer
1.3.6.1.4.1.11.2.3.9.2:Hewlett-Packard:HP Network Plotter
1.3.6.1.4.1.11.2.3.9.3:Hewlett-Packard:HP 700/[R]X X-Terminal
1.3.6.1.4.1.53.1.7.1:HP/Apollo:HP/Apollo Domain/OS:
000001 SuperLAN-2U
000002 BBN
000009 powerpipes?
00000C Cisco
00000E Fujitsu
00000F NeXT
000010 HughesLAN
000011 Tektronix
000015 Datapoint
000018 WebsterCom
00001A AMD
00001B Novell
00001C JDRMicrodevices
00001D Cabletron
00001F Cryptall
000020 DIAB
000021 SC&C
000022 VisualTech
000023 ABBAutomat
000024 Olicom
000029 IMC
00002A TRW
00002C NRC
000032 GPTLimited
000037 OxfordMetr
00003B HyundaiAxi
00003C Auspex
00003D AT&T
00003F SyntrexInc
000044 Castelle
000046 ISCBunker
000048 Epson
000049 ApricotLtd
00004B APTAPT
00004C NECCorpora
00004F Logicraft
000051 HobElectro
000052 ODS
000055 AT&T
000058 RacoreComp
00005A Syskonnect
00005B Eltec
00005D RCE
00005E USDepartme
00005F Sumitomo
000061 GatewayCom
000062 Honeywell
000063 HP
000064 Yokogawa
000065 NetworkGen
000066 Talaris
000068 Rosemount
000069 ConcordCom
00006B MIPS
00006D Case
00006E Artisoft
00006F MadgeNetwo
000073 DuPont
000075 BellNorthe
000077 Interphase
000078 LabtamAust
000079 Networth
00007A Ardent
00007B Research
00007D CrayResear
00007E NetFRAME
00007F Linotronic
000080 CrayCommun
000081 Synoptics
000083 TadpoleTec
000084 Aquila
000086 GatewayCom
000087 Hitachi
000089 CaymanSyst
00008A Datahouse
00008E Solbourne
000092 UnisysCoge
000093 Proteon
000094 AsanteMAC
000095 SonyTektro
000097 Epoch
000098 CrossCom
000099 MemorexTel
00009F Ameristar
0000A0 SanyoElect
0000A2 Wellfleet
0000A3 NetworkApp
0000A4 Acorn
0000A5 Compatible
0000A6 NetworkGen
0000A7 NetworkCom
0000A8 StratusCom
0000A9 NetworkSys
0000AA XeroxXerox
0000AC Apollo
0000AE Dassault
0000AF NuclearDat
0000B0 RND
0000B1 AlphaMicro
0000B3 CIMLinc
0000B4 Edimax
0000B5 Datability
0000B6 Micromatic
0000B7 DoveFastne
0000BB TRIDATA
0000BC AllenBradl
0000C0 WesternDig
0000C1 OlicomAS
0000C5 Farallon
0000C6 HPIntellig
0000C8 Altos
0000C9 EmulexTerm
0000CA LANcity
0000CC DensanCo
0000CD Industrial
0000D0 Develcon
0000D1 Adaptec
0000D2 SBEInc
0000D3 WangLabs
0000D4 PureData
0000D7 Dartmouth
0000D8 oldNovell
0000DD Gould
0000DE Unigraph
0000E1 Hitachi
0000E2 AcerCounte
0000E3 Integrated
0000E4 mips?
0000E6 AptorProdu
0000E8 AcctonTech
0000E9 ISICADInc
0000ED April
0000EE NetworkDes
0000EF Alantec
0000F0 Samsung
0000F2 SpiderComm
0000F3 GandalfDat
0000F4 AlliedTele
0000F6 AMC
0000F8 DEC
0000FB Rechnerzur
0000FD HighLevel
0000FF Camtec
000102 BBN
000142 Cisco
000143 IEEE802
000150 Megahertz
000163 NDC
000164 Cisco
000168 W&G
000196 Cisco
000197 Cisco
0001C7 Cisco
0001C8 ThomasConr
0001C9 Cisco
0001E6 HP
0001E7 HP
0001FA Compaq
000204 NovellNE32
000205 Hamilton
000216 ESI
000217 Cisco
00024A Cisco
00024B Cisco
00027D Cisco
00027E Cisco
000288 GlobalVill
0002B9 Cisco
0002BA Cisco
0002FC Cisco
0002FD Cisco
000331 Cisco
000332 Cisco
00036B Cisco
00036C Cisco
00039F Cisco
0003A0 Cisco
0003C6 MorningSta
0003E3 Cisco
0003E4 Cisco
0003FD Cisco
0003FE Cisco
000400 Lexmark
000427 Cisco
000428 Cisco
000443 Agilent
00044D Cisco
00044E Cisco
00046D Cisco
00046E Cisco
00049A Cisco
00049B Cisco
0004AC IBMPCMCIA
0004C0 Cisco
0004C1 Cisco
0004DD Cisco
0004DE Cisco
0004EA HP
000502 Apple
00059A PowerComputing
0005A8 PowerCompu
00060D Hewlett-Packard
000629 IBM
00067C Cisco
0006C1 Cisco
000701 RacalDatac
00070D Cisco
000852 Technicall
000855 Fermilab
0008C7 Compaq
001007 Cisco
00100B Cisco
00100D Cisco
001011 Cisco
001014 Cisco
00101F Cisco
001029 Cisco
00102F Cisco
00104B 3Com
001054 Cisco
00105A 3Com
001060 Billington
001079 Cisco
00107A Ambicom
00107B Cisco
001083 HP-UX
0010A4 Xircom
0010A6 Cisco
0010B5 Accton
0010D7 Argosy
0010F6 Cisco
0010FF Cisco
001700 Kabel
002000 Lexmark
002005 simpletech
002008 Cable&Comp
00200C AdastraSys
002011 CanopusCo
002017 Orbotech
002018 Realtek
00201A Nbase
002025 ControlTec
002028 Bloomberg
002029 TeleProcessing
00202B ATML
002035 IBM
002036 BMCSoftwar
002042 Datametric
002045 SolComSyst
002048 ForeSystem
00204B Autocomput
00204C MitronComp
002056 Neoproduct
002061 Dynatech
002063 WiproInfot
002066 GeneralMag
002067 NodeRunner
00206B Minolta
002078 RuntopInc
002085 3COM
00208A SonixCommu
00208B FocusEnhan
00208C GalaxyNetw
002094 CubixCorpo
0020A5 Newer
0020A6 ProximInc
0020A7 Pairgain
0020AF 3COMCorpor
0020B2 CSP
0020B6 AgileNetwo
0020B9 Metricom
0020C5 Eagle
0020C6 NECTEC
0020D0 Versalynx
0020D2 RADDataCom
0020D3 OST
0020D8 NetWave
0020DA Xylan
0020DC Densitron
0020E0 PreMax
0020E5 ApexData
0020EE GtechCorpo
0020F6 NetTek&Kar
0020F8 CarreraCom
0020FC Matrox
003019 Cisco
003024 Cisco
003040 Cisco
00306E HP
003071 Cisco
003078 Cisco
00307B Cisco
003080 Cisco
003085 Cisco
003094 Cisco
003096 Cisco
0030A3 Cisco
0030B6 Cisco
0030C1 HP
0030D3 Agilent
0030F2 Cisco
004001 ZeroOneTec
004005 TRENDware
004009 Tachibana
00400B Crescendo
00400C GeneralMic
00400D LANNETData
004010 SonicMac
004011 FAEC
004013 NTTDataCom
004014 ComsoftGmb
004015 Ascom
004017 XCdXJet
00401C AST
00401F Colorgraph
004020 Pilkington
004023 LogicCorpo
004025 Molecular
004026 MelcoInc
004027 SMCMassach
004028 Netcomm
00402A CanogaPerk
00402B TriGem
00402F XlntDesign
004030 GKComputer
004032 DigitalCom
004033 AddtronTec
004036 TribeStar
004039 OptecDaiic
00403C ForksInc
004041 Fujikura
004043 NokiaData
004048 SMDInforma
00404C Hypertec
00404D Telecomm
00404F Space&Nava
004050 Ironics
004052 StarTechno
004053 Datum
004054 Thinking
004057 LockheedSa
004059 YoshidaKog
00405B Funasset
00405D StarTek
004066 HitachiCab
004067 Omnibyte
004068 Extended
004069 LemcomSyst
00406A KentekInfo
00406E Corollary
00406F SyncResear
004072 AppliedInnov
004074 Cableand
004076 AMPIncorpo
004078 WearnesAut
00407F AgemaInfra
004082 Laboratory
004085 SAABInstru
004086 Michels&
004087 UbitrexCor
004088 MobuisNuBu
00408A TPSTelepro
00408C AxisCommun
00408E CXRDigilog
00408F WMDataMinf
004090 AnselCommu
004091 ProcompInd
004092 ASPCompute
004094 Shographic
004095 EagleTechn
004096 Telesystem
00409A NetworkExp
00409C Transware
00409D DigiBoard
00409E Concurrent
00409F LancastCas
0040A4 RoseElectr
0040A6 CrayResear
0040AA ValmetAuto
0040AD SMARegelsy
0040AE DeltaContr
0040AF DigitalPro
0040B4 3COMKK
0040B5 VideoTechn
0040B6 Computerm
0040B9 MACQElectr
0040BD Starlight
0040C1 BizerbaWer
0040C2 AppliedCom
0040C3 Fischerand
0040C5 MicomCommu
0040C6 Fibernet
0040C7 Danpex
0040C8 MilanTechn
0040CC SilcomManu
0040CF Strawberry
0040D0 DEC/Compaq
0040D2 PagineCorp
0040D4 GageTalker
0040D7 StudioGen
0040D8 OceanOffic
0040DC TritecElec
0040DF DigalogSys
0040E1 MarnerInte
0040E2 MesaRidge
0040E3 QuinSystem
0040E5 SybusCorpo
0040E7 ArnosInstr
0040E9 AccordSyst
0040EA PlainTree
0040ED NetworkCon
0040F0 MicroSyste
0040F1 ChuoElectr
0040F4 CameoCommu
0040F5 OEMEngines
0040F6 KatronComp
0040F9 Combinet
0040FA Microboard
0040FB CascadeCom
0040FD LXE
0040FF TelebitCor
004854 DigitalSemi
004F49 Realtek
004F4B PineTechno
005004 3com
00500B Cisco
00500F Cisco
005014 Cisco
00502A Cisco
00503E Cisco
00504D Repotec
00504E UMC
005050 Cisco
005053 Cisco
005054 Cisco
005069 PixStream
005073 Cisco
005080 Cisco
0050A2 Cisco
0050A7 Cisco
0050BD Cisco
0050D1 Cisco
0050DA 3COM
0050E2 Cisco
0050F0 Cisco
005500 Xerox
006008 3Com
006009 Cisco
006025 ActiveImag
00602F Cisco
006030 VillageTronic
00603E Cisco100Mb
006047 Cisco
00604E CycleComp
006052 Realtek
00605C Cisco
006067 AcerLan
006069 Brocade
006070 Ciscoroute
006083 Cisco
00608C 3Com
006094 AMD
006097 3Com
0060B0 HP
0060F5 Phobos
008000 Multitech
008001 Periphonic
008004 AntlowComp
008005 CactusComp
008006 Compuadd
008007 DlogNCSyst
008009 Jupiter
00800D Vosswinkel
00800F SMC
008010 Commodore
008012 IMSCorp
008013 ThomasConr
008015 SeikoSyste
008016 Wandel&Gol
008017 PFU
008019 DaynaCommu
00801A BellAtlant
00801B KodiakTech
00801C Cisco
008021 Newbridge
008023 Integrated
008024 Kalpana
008026 NetworkPro
008029 Microdyne
00802A TestSystem
00802C TheSageGro
00802D Xylogics
00802E Plexcom
008033 Formation
008034 SMTGoupil
008035 Technology
008037 Ericsson
008038 DataResear
00803B APTCommuni
00803D Surigiken
00803E Synernetic
00803F HyundaiEle
008042 ForceCompu
008043 Networld
008045 Matsushita
008046 University
008048 Compexused
008049 NissinElec
00804C ContecCo
00804D CycloneMic
008051 ADCFibermu
008052 NetworkPro
008057 AdsoftLtd
00805A TulipCompu
00805B CondorSyst
00805C Agilis
00805F CompaqComp
008060 NetworkInt
008062 Interface
008063 RichardHir
008064 Wyse
008067 SquareDCom
008069 Computone
00806A ERI
00806B SchmidTele
00806C CegelecPro
00806D CenturySys
00806E NipponStee
00806F OnelanLtd
008071 SAITechnol
008072 Microplex
008074 FisherCont
008079 Microbus
00807B ArtelCommu
00807C FiberCom
00807D EquinoxSys
008082 PEPModular
008086 Computer
008087 Okidata
00808A Summit
00808B DacollLimi
00808C Frontier
00808D Westcove
00808E Radstone
008090 Microtek
008092 JapanCompu
008093 XyronCorpo
008094 Sattcontro
008096 HDS
008098 TDKCorpora
00809A NovusNetwo
00809B Justsystem
00809D Datacraft
00809F AlcatelBus
0080A0 HP
0080A1 Microtest
0080A3 Lantronix
0080A6 Republic
0080A7 Measurex
0080AD CNetTechno
0080AE HughesNetw
0080AF AllumerCo
0080B1 SoftcomAS
0080B2 NET
0080B6 Themiscorp
0080BA Specialix
0080C0 PenrilData
0080C2 IEEE8021
0080C6 Soho
0080C7 XircomInc
0080C8 DLink
0080C9 AlbertaMic
0080CE Broadcast
0080D0 Computer
0080D3 ShivaApple
0080D4 ChaseLimit
0080D6 AppleMac
0080D7 FantumElec
0080D8 NetworkPer
0080DA Bruel&Kjae
0080E0 XTPSystems
0080E3 Coral
0080E7 LynwoodSci
0080EA TheFiber
0080F0 KyushuMats
0080F1 Opus
0080F3 SunElectro
0080F4 Telemechan
0080F5 QuantelLtd
0080F7 ZenithComm
0080FB BVMLimited
0080FE AzureTechn
009004 3Com
00900C Cisco
009021 Cisco
009027 Intel
00902B Cisco
00905F Cisco
00906D Cisco
00906F Cisco
009086 Cisco
009092 Cisco
0090A6 Cisco
0090AB Cisco
0090B1 Cisco
0090BF Cisco
0090D1 Leichu
0090D9 Cisco
0090F2 Cisco
00A000 Bay
00A00C Kingmax
00A024 3com
00A040 Apple
00A04B Sonic
00A073 Com21
00A083 Intel
00A092 Intermate
00A0AE NetPeriph
00A0C8 Adtran
00A0C9 Intel
00A0CC Lite-On
00A0D1 NationalSemi
00A0D2 AlliedTele
00AA00 Intel
00B04A Cisco
00B064 Cisco
00B08E Cisco
00B0C2 Cisco
00B0D0 Computer
00C000 Lanoptics
00C001 DiatekPati
00C002 SercommCor
00C003 Globalnet
00C004 JapanBusin
00C005 Livingston
00C006 NipponAvio
00C007 Pinnacle
00C008 SecoSRL
00C009 KTTechnolo
00C00A MicroCraft
00C00B Norcontrol
00C00C ARK
00C00D Advanced
00C00E PsitechInc
00C00F QNXSoftwar
00C011 Interactiv
00C012 NetspanCor
00C013 Netrix
00C014 Telematics
00C015 NewMedia
00C016 Electronic
00C017 Fluke
00C018 LanartCorp
00C01A Corometric
00C01B SocketComm
00C01C Interlink
00C01D GrandJunct
00C01F SERCEL
00C020 ArcoElectr
00C021 Netexpress
00C023 Tutankhamo
00C024 EdenSistem
00C025 Dataproduc
00C027 CipherSyst
00C028 JascoCorpo
00C029 KabelRheyd
00C02A OhkuraElec
00C02B GerloffGes
00C02C CentrumCom
00C02D FujiPhoto
00C02E Netwiz
00C02F OkumaCorp
00C030 Integrated
00C031 DesignRese
00C032 ICubedLimi
00C033 TelebitCor
00C034 DaleComput
00C035 QuintarCom
00C036 RaytechEle
00C039 SiliconSys
00C03B Multiacces
00C03C TowerTech
00C03D Wiesemann
00C03E FaGebr
00C03F StoresAuto
00C040 ECCI
00C041 DigitalTra
00C042 DataluxCor
00C043 Stratacom
00C044 EmcomCorpo
00C045 Isolation
00C046 Kemitron
00C047 Unimicro
00C048 BayTechnic
00C049 USRobotics
00C04D MitecLtd
00C04E ComtrolCor
00C04F Dell
00C050 ToyoDenki
00C051 Advanced
00C055 ModularCom
00C056 Somelec
00C057 MycoElectr
00C058 Dataexpert
00C059 Nippondens
00C05B Networks
00C05C ElonexPLC
00C05D L&NTechnol
00C05E VariLite
00C060 IDScandina
00C061 Solectek
00C063 MorningSta
00C064 GeneralDat
00C065 ScopeCommu
00C066 Docupoint
00C067 UnitedBarc
00C068 PhilpDrake
00C069 California
00C06A ZahnerElek
00C06B OSIPlusCor
00C06C SVECComput
00C06D BocaResear
00C06F KomatsuLtd
00C070 SectraSecu
00C071 AreanexCom
00C072 KNXLtd
00C073 XediaCorpo
00C074 ToyodaAuto
00C075 XanteCorpo
00C076 IDataInter
00C077 DaewooTele
00C078 Computer
00C079 FonsysCo
00C07A PrivaBV
00C07B AscendComm
00C07D RISCDevelo
00C07F NuponCompu
00C080 NetstarInc
00C081 Metrodata
00C082 MooreProdu
00C084 DataLink
00C085 Canon
00C086 TheLynkCor
00C087 UUNETTechn
00C089 Telindus
00C08A Lauterbach
00C08B RISQModula
00C08C Performanc
00C08D TronixProd
00C08E NetworkInf
00C08F Matsushita
00C090 PraimSRL
00C091 JabilCircu
00C092 MennenMedi
00C093 AltaResear
00C095 ZynxNetwor
00C096 TamuraCorp
00C097 Archipel
00C098 ChuntexEle
00C09B Reliance
00C09C TOAElectro
00C09D Distribute
00C09F QuantaComp
00C0A0 AdvanceMic
00C0A1 TokyoDensh
00C0A2 Intermediu
00C0A3 DualEnterp
00C0A4 UnigrafOY
00C0A7 SEELLtd
00C0A8 GVCCorpora
00C0A9 BarronMcCa
00C0AA SiliconVal
00C0AB JupiterTec
00C0AC GambitComp
00C0AD Computer
00C0AE Towercom
00C0B0 GCCTechnol
00C0B2 NorandCorp
00C0B3 ComstatDat
00C0B4 MysonTechn
00C0B5 Corporate
00C0B6 Meridian
00C0B7 American
00C0B8 Fraser's
00C0B9 FunkSoftwa
00C0BA Netvantage
00C0BB ForvalCrea
00C0BD InexTechno
00C0BE Alcatel
00C0BF Technology
00C0C0 ShoreMicro
00C0C1 QuadGraphi
00C0C2 Infinite
00C0C3 AcusonComp
00C0C4 Computer
00C0C5 SIDInforma
00C0C6 Personal
00C0C8 MicroByte
00C0C9 BaileyCont
00C0CA AlfaInc
00C0CB ControlTec
00C0CD ComeltaSA
00C0D0 RatocSyste
00C0D1 ComtreeTec
00C0D2 Syntellect
00C0D4 AxonNetwor
00C0D5 QuancomEle
00C0D6 J1Systems
00C0D9 QuinteNetw
00C0DB IPCCorpora
00C0DC EOSTechnol
00C0DE ZCommInc
00C0DF KyeSystems
00C0E1 SonicSolut
00C0E2 Calcomp
00C0E3 OsitechCom
00C0E4 Landis&Gyr
00C0E5 GESPACSA
00C0E6 TXPORT
00C0E7 Fiberdata
00C0E8 PlexcomInc
00C0E9 OakSolutio
00C0EA ArrayTechn
00C0EC DauphinTec
00C0ED USArmyElec
00C0EE KyoceraCor
00C0EF AbitCorpor
00C0F0 KingstonTech
00C0F1 ShinkoElec
00C0F2 Transition
00C0F3 NetworkCom
00C0F4 Interlink
00C0F5 Metacomp
00C0F6 CelanTechn
00C0F7 EngageComm
00C0F8 AboutCompu
00C0FA CanaryComm
00C0FB Advanced
00C0FC ASDGIncorp
00C0FD Prosum
00C0FF BoxHillSys
00D006 Cisco
00D058 Cisco
00D063 Cisco
00D079 Cisco
00D090 Cisco
00D097 Cisco
00D0B7 Intel
00D0BA Cisco
00D0BB Cisco
00D0BC Cisco
00D0C0 Cisco
00D0D3 Cisco
00D0E4 Cisco
00D0FF Cisco
00DD00 UngermannB
00DD01 UngermannB
00DD08 UngermannB
00E011 Uniden
00E014 Cisco
00E016 rapid-city
00E018 Asustek
00E01E Cisco
00E029 SMC
00E02C AST
00E034 Cisco
00E039 Paradyne
00E04F Cisco
00E07D Encore
00E081 Tyan
00E083 Jato
00E08F Cisco
00E098 Linksys
00E0A3 Cisco
00E0B0 Cisco
00E0B8 AMD
00E0F7 Cisco
00E0F9 Cisco
00E0FE Cisco
020406 BBN
020701 RacalDatac
026060 3Com
026086 Satelcom
02608C 3ComIBMPC
02A0C9 Intel
02AA3C Olivetti
02CF1F CMCMasscom
02E03B Prominet
02E6D3 BTI
048845 Bay
080001 Computer
080002 3Com
080003 ACC
080005 Symbolics
080006 SiemensNix
080007 Apple
080008 BBN
080009 HP
08000A NestarSyst
08000B Unisys
08000D ICL
08000E NCRAT&T
08000F SMC
080010 AT&T
080011 Tektronix
080014 ExcelanBBN
080017 National
08001A Tiara
08001B DataGenera
08001E Apollo
08001F Sharp
080020 Sun
080022 NBI
080023 Matsushita
080025 CDC
080026 NorskData
080027 PCSCompute
080028 TIExplorer
08002B DEC
08002E Metaphor
08002F PrimeCompu
080030 CERN
080032 Tigan
080036 Intergraph
080037 FujiXerox
080038 Bull
080039 SpiderSyst
08003B TorusSyste
08003D cadnetix
08003E Motorola
080041 DCA
080044 DSI
080046 Sony
080047 Sequent
080048 Eurotherm
080049 Univation
08004C Encore
08004E BICC
080051 Experdata
080056 Stanford
080057 Evans&Suth
08005A IBM
080066 AGFAprinte
080067 Comdesign
080068 Ridge
080069 SiliconGra
08006A ATTst
08006E Excelan
080070 Mitsubishi
080074 Casio
080075 DDE
080077 TSL
080079 SiliconGra
08007C Vitalink
080080 XIOS
080081 Crosfield
080083 SeikoDensh
080086 ImagenQMS
080087 Xyplexterm
080088 McDATACorp
080089 Kinetics
08008B Pyramid
08008D XyVision
08008E TandemSolb
08008F ChipcomCor
080090 RetixInc
09006A AT&T
10005A IBM
100090 HP
1000D4 DEC
1000E0 AppleAUX
2E2E2E Meditech
3C0000 3Comdual
400003 NetWare
444553 Microsoft
444649 DFI
475443 GTC
484453 HDS
484C00 NetworkSol
4854E8 winbond
4C424C Informatio
525400 Realtek
52544C Novell
5254AB REALTEK
565857 Aculab
800010 AT&T
80AD00 CNETTechno
AA0003 DECGlobal
AA0004 DECLocal
C00000 WesternDig
E20C0F Kingston
EC1000 EnanceSour
DB_VENDOR Oracle
DB_NAME openview
DB_RELEASE 8.1.7
DB_TIME_STAMP "Fri Nov 21 09:43:32 MET 2003"
DB_USER ovdb
ORACLE_SID openview
ORACLE_HOME /opt/oracle/product/8.1.7
ORACLE_BASE /opt/oracle
DBA_USER oracle
DATA_DIR /ovo_db
CREATE_DIR /opt/oracle/admin/openview/create
INDEX_DIR /ovo_db
ADMIN_DIR /opt/oracle
OS_AUTHENT_PREFIX
CHARACTER_SET WE8ISO8859P15
BASE_DATA_TS_SIZE 25
BASE_INDEX_TS_SIZE 5
DATA_TS_SIZE 25
INDEX_TS_SIZE
TEMP_TS_SIZE 2
DATA_TS_EXTENT_SIZE 2
DATA_TS_MAX_SIZE 500
INDEX_TS_EXTENT_SIZE
ECHO_CMD echo
PROMPT TRUE
DBA_PROGRAM svrmgrl
OV_USER ovdb
DBA_LOGFILE /var/opt/OV/share/log/svrmgrl_log
ORACLE_BASE_REV 8
ORACLE_SECOND_REV 1
NLS_LANG american_america.WE8ISO8859P15
ITO_DATADIR /ovo_db
ITO_INDEXDIR /ovo_db
loopback +
localhost +
loghost +
hpovou
hpovou +
+ +
loopback +
localhost +
loghost +
+ +
loopback +
localhost +
loghost +
UserLogin: off
LoginLogging: off
AccessLogging: off
SessionTimeout: 9
ovwdb:0555:0444
topo:0555:0444
databases:0555:0444
openview:0555:0444
mapdb:0777:0666
defmap:0777:0666
ovsnmp.conf_db:0777:0666
snmpCollect:0777:0666
log:01777:0666
conf:01777:0666
ovuser
NetworkAdmin: +
NetworkOper: +
NTAdmin: +
NTOper: +
UNIXAdmin: +
UNIXOper: +
OVAdmin: +
-rw-rw---- root opcgrp opc_adm
.VersionCC: A.05.00
.VersionCORE: A.05.00
.VersionCS: A.05.00
.VersionDA: A.05.00
.VersionMA: A.05.00
.VersionMOMGUI: A.05.00
-key cc -desc "User Interface" -nlsset 159 -nlsId 12176 -flags 0x3 -ntpath "" -uxpath "" -version A.05.00
-key da -desc "Disk Agent" -nlsset 159 -nlsId 12162 -flags 0x3 -ntpath "" -uxpath "" -version A.05.00
-key ma -desc "Media Agent" -nlsset 159 -nlsId 12163 -flags 0x10003 -ntpath "" -uxpath "" -version A.05.00
-key momgui -desc "MoM User Interface" -nlsset 159 -nlsId 12177 -flags 0x3 -ntpath "" -uxpath "" -version A.05.00
hpovou.ams.testcorp.com
-host "hpovou.ams.testcorp.com" -os "hp s700 hp-ux-11.11" -da A.05.00 -ma A.05.00 -acs A.05.00 -das A.05.00 -fxma A.05.00 -ndmp A.05.00 -cc A.05.00 -momgui A.05.00 -sap A.05.00 -emc A.05.00 -oracle A.05.00 -oracle8 A.05.00 -sybase A.05.00 -ssea A.05.00 -snapa A.05.00 -informix A.05.00 -lotus A.05.00 -ov A.05.00 -fastrax A.05.00 -omnist A.05.00
-host "hpovou.ams.testcorp.com" -os "hp s700 hp-ux-11.11" -da A.05.00 -ma A.05.00 -cc A.05.00 -momgui A.05.00
-host "xyz-01.ams.testcorp.com" -os "hp s700 hp-ux-11.11" -da A.05.00 -ma A.05.00
-host "xyz-02.ams.testcorp.com" -os "hp s700 hp-ux-11.11" -da A.05.00 -ma A.05.00
-host "xyz-03.ams.testcorp.com" -os "hp s700 hp-ux-11.11" -da A.05.00 -ma A.05.00
-host "xyz-04.ams.testcorp.com" -os "hp s700 hp-ux-11.11" -da A.05.00
Licensing mode : Local
License server : hpovou.ams.testcorp.com
Category Number of Licenses
Cell Manager for UNIX 1
Cell Manager for Windows 1
Single Drive for UNIX / NAS / SAN 999
Single Drive for Windows / NetWare / Linux 999
Multi-Drive Server for UNIX 999
Multi-Drive Server for Windows / NetWare 999
On-line Extension for UNIX 1
On-line Extension for Windows 1
Manager-of-Managers Extension for UNIX 999
Manager-of-Managers Extension for Windows 999
61-250 Slot Libraries Extension for UNIX 1
61-250 Slot Libraries Extension for Windows 1
Unlimited Slot Libraries Extension for UNIX 1
Unlimited Slot Libraries Extension for Windows 1
EMC Split Mirror Extension 1
HP XP Split Mirror Extension 1
Single Server Edition for UNIX 0
Single Server Edition for Windows 0
EMC Fastrax Extension for ONE Symmetrix 999
On-line Extension for ONE UNIX system 999
On-line Extension for ONE Windows / Linux system 999
Extension for ONE 61-250 Slot Library 999
Extension for ONE 61-250 Slot Library for Windows 999
Extension for ONE Unlimited Slot Library 999
Extension for ONE Unlimited Slot Library for Windows 999
Zero Downtime Backup Extension for ONE EMC Symmetrix 999
Zero Downtime Backup Extension for ONE HP Surestore XP 999
Extension for ONE NDMP Server 999
Zero Downtime Backup Extension for 1 TB EMC Symmetrix 999
Zero Downtime Backup Extension for 1 TB HP Surestore XP 999
Zero Downtime Backup Extension for 1 TB HP Surestore VA 999
Instant Recovery Extension for 1 TB HP Surestore XP 999
EMC Fastrax Extension for 1 TB Symmetrix 999
Instant Recovery Extension for 1 TB HP Surestore VA 999
Direct Backup Extension for 1 TB HP Surestore XP or compatible 999
Direct Backup using NDMP for 1 TB 999
Direct Backup Extension for 1 TB HP Surestore VA 999
A.05.00
A.05.00
CLASS admin
PERMISSION -1
DESCRIPTION "Administrator Class"
CLASS operator
PERMISSION 550911
DESCRIPTION "Operator"
CLASS user
PERMISSION 32
DESCRIPTION "Simple User Class"
"root" root * hpovou.ams.testcorp.com admin
"WebReporting" "java" "applet" webreporting admin
NAME "LTO2-lib"
DESCRIPTION "HP MSL LTO2 library"
HOST xyz-01.ams.testcorp.com
POLICY SCSI-II
TYPE LTO-Ultrium
BARCODEREADER
CONTROL "/dev/lto2/robot"
REPOSITORY
"1"
"2"
"3"
"4"
"5"
"6"
"7"
"8"
"9"
"10"
"11"
"12"
"13"
"14"
"15"
"16"
"17"
"18"
"19"
"20"
"21"
"22"
"23"
"24"
"25"
"26"
"27"
"28"
"29"
"30"
"31"
"32"
"33"
"34"
"35"
"36"
"37"
"38"
"39"
"40"
"41"
"42"
"43"
"44"
"45"
"46"
"47"
"48"
"49"
"50"
"51"
"52"
"53"
"54"
"55"
"56"
"57"
"58"
"59"
"60"
CLEANING "60"
============================================================
Device name Host Device type Pool Name
==============================================================================
drive1 xyz-01.ams.edu SCSI-II Library LTO-Ult LTO2 production po
drive2 xyz-01.ams.edu SCSI-II Library LTO-Ult LTO2 production po
drive3 xyz-01.ams.edu SCSI-II Library LTO-Ult LTO2 production po
drive4 xyz-01.ams.edu SCSI-II Library LTO-Ult LTO2 production po
==============================================================================
Together : 4 configured device[s].
NAME "drive1"
DESCRIPTION "LTO2 drive 1"
HOST xyz-01.ams.testcorp.com
POLICY SCSI-II
TYPE LTO-Ultrium
POOL "LTO2 production pool"
LIBRARY "LTO2-lib"
DRIVES
"/dev/lto2/drive1"
"1"
==============================================================================
NAME "drive2"
DESCRIPTION "LTO2 drive 2"
HOST xyz-01.ams.testcorp.com
POLICY SCSI-II
TYPE LTO-Ultrium
POOL "LTO2 production pool"
LIBRARY "LTO2-lib"
DRIVES
"/dev/lto2/drive2"
"2"
==============================================================================
NAME "drive3"
DESCRIPTION "LTO2 drive 3"
HOST xyz-01.ams.testcorp.com
POLICY SCSI-II
TYPE LTO-Ultrium
POOL "LTO2 production pool"
LIBRARY "LTO2-lib"
DRIVES
"/dev/lto2/drive3"
"3"
==============================================================================
NAME "drive4"
DESCRIPTION "LTO2 drive 4"
HOST xyz-01.ams.testcorp.com
POLICY SCSI-II
TYPE LTO-Ultrium
POOL "LTO2 production pool"
LIBRARY "LTO2-lib"
DRIVES
"/dev/lto2/drive4"
"4"
==============================================================================
Pool name Media Type Policy # of media Free
===============================================================================
Default AIT AIT App+Loose 0
Default DDS DDS App+Loose 0
Default DLT DLT App+Loose 0
Default DTF DTF App+Loose 0
Default Exabyte ExaByte App+Loose 0
Default File File App+Loose 0
Default LTO-Ultrium LTO-Ultrium App+Loose 0
Default Optical Optical App+Loose 0
Default QIC QIC Loose 0
Default SD-3 SD-3 App+Loose 0
Default SuperDLT SuperDLT App+Loose 0
Default T3480/T4890/T9490 T3480/T4890/T9490 App+Loose 0
Default T3590 T3590 App+Loose 0
Default T9840 T9840 App+Loose 0
Default T9940 T9940 App+Loose 0
Default Tape Tape App+Loose 0
LTO2 production pool LTO-Ultrium App+Loose 0
Production
Configured DC Directories:
Allocation sequence
| Maximum Usage in Mb
| | Maximum number of files in directory
| | | Minimum free space in Mb
| | | | Directory
| | | | |
===========================================================================
0 4096 10000 100 /var/opt/omni/db40/dcbf
Media Management database space usage:
Space used by Diskspace usage Records used Records total
============================================================================
Devices 96 4 8
Libraries 96 1 8
Cartridges 96 60 66
Compounds 32 0 16
Pools 64 17 24
Media 64 0 16
Catalog database space usage:
Space used by Diskspace usage Records used Records total
============================================================================
Sessions 96 0 7
Objects 96 0 31
Object versions 96 0 13
Positions 64 0 40
Filenames 192 0 88
Detail catalog binary files usage:
Diskspace usage Size limit DC Directory
============================================================================
0 4096 /var/opt/omni/db40/dcbf
----------------------------------------------------------------------------
0 4096
Session messages binary files usage:
Diskspace usage Num. of files SMBFs Directory
============================================================================
0 0 /var/opt/omni/db40/msg
Serverless integrations binary files usage:
Diskspace usage Num. of files SIBFs Directory
============================================================================
0 0 /var/opt/omni/db40/meta
OPC_NODE_TYPE CONTROLLED
OPC_AGENT_LOG_DIR /var/opt/OV/log/OpC
OPC_MGMTSV_CHARSET iso885915
OPC_NODE_CHARSET iso88591
OPC_COMM_TYPE RPC_DCE_UDP
OPC_IP_ADDRESS 10.1.1.110
OPC_HBP_INTERVAL_ON_AGENT -1
OPC_AGENT_LOG_SIZE 10000
OPC_NSP_TYPE NONE
OPC_NSP_VERSION 0
OPC_BUFLIMIT_SIZE 10000
OPC_BUFLIMIT_SEVERITY major
OPC_INSTALLED_VERSION A.07.00
OPC_INSTALLATION_TIME 11/21/03 10:05:00
OPC_SG FALSE
LOGFILE "Cron (10.x/11.x HP-UX)" enabled
LOGFILE "Su (10.x/11.x HP-UX)" enabled
MONITOR "disk_util" enabled
MONITOR "distrib_mon" enabled
MONITOR "mondbfile" enabled
MONITOR "proc_util" enabled
MONITOR "swap_util" enabled
OPCMSG "opcmsg(1|3)" enabled
SNMPTRAP "SNMP 6.20 Traps" enabled
SNMPTRAP "SNMP ECS Traps" enabled
OPC_INSTALLED_VERSION A.07.00
OPC_MGMTSV_CHARSET iso885915
OPC_INSTALLATION_TIME 11/21/03 09:34:06
OPC_SG FALSE
DATABASE ov_net
DB_VENDOR Oracle
DB_NAME openview
DB_RELEASE 8.1.7
DB_TIME_STAMP "Fri Nov 21 09:43:32 MET 2003"
DB_USER ovdb
ORACLE_SID openview
ORACLE_HOME /opt/oracle/product/8.1.7
ORACLE_BASE /opt/oracle
DBA_USER oracle
DATA_DIR /ovo_db
CREATE_DIR /opt/oracle/admin/openview/create
INDEX_DIR /ovo_db
ADMIN_DIR /opt/oracle
OS_AUTHENT_PREFIX
CHARACTER_SET WE8ISO8859P15
BASE_DATA_TS_SIZE 25
BASE_INDEX_TS_SIZE 5
DATA_TS_SIZE 25
INDEX_TS_SIZE
TEMP_TS_SIZE 2
DATA_TS_EXTENT_SIZE 2
DATA_TS_MAX_SIZE 500
INDEX_TS_EXTENT_SIZE
ECHO_CMD echo
PROMPT TRUE
DBA_PROGRAM svrmgrl
OV_USER ovdb
DBA_LOGFILE /var/opt/OV/share/log/svrmgrl_log
ORACLE_BASE_REV 8
ORACLE_SECOND_REV 1
NLS_LANG american_america.WE8ISO8859P15
ITO_DATADIR /ovo_db
ITO_INDEXDIR /ovo_db
OPC_1
SIZE 10M
/ovo_db/
OPC_2
SIZE 10M
/ovo_db/
OPC_3
SIZE 10M
/ovo_db/
OPC_4
SIZE 10M
/ovo_db/
OPC_5
SIZE 10M
/ovo_db/
OPC_6
SIZE 10M
/ovo_db/
OPC_7
SIZE 10M
/ovo_db/
OPC_8
SIZE 10M
/ovo_db/
OPC_9
SIZE 10M
/ovo_db/
OPC_10
SIZE 10M
/ovo_db/
OPC_INDEX1
SIZE 10M
/ovo_db/
OPC_INDEX2
SIZE 10M
/ovo_db/
OPC_INDEX3
SIZE 10M
/ovo_db/
OPC_TEMP
SIZE 10M
/ovo_db/
SYSTEM
SIZE 10M
/ovo_db/
TEMP
SIZE 10M
/ovo_db/
RBS1
SIZE 10M
/ovo_db/
TOOLS
SIZE 10M
/ovo_db/
#----------------------------------------------------------------------
# Oracle sizing specification file
#----------------------------------------------------------------------
#
# Tablespace name initial increment max
# file size file size
#----------------------------------------------------------------------
OPC_1 4 6 500
OPC_2 5 6 500
OPC_3 1 1 500
OPC_4 26 2 340
OPC_5 1 1 500
OPC_6 4 2 500
OPC_7 4 2 500
OPC_8 4 2 500
OPC_9 6 2 500
OPC_10 6 6 500
OPC_INDEX1 13 1 500
OPC_INDEX2 10 1 500
OPC_INDEX3 10 1 500
OPC_TEMP 1 1 500
SYSTEM 50 1 500
TEMP 2 1 500
RBS1 1 1 500
TOOLS 1 1 500
OV_DATA 1 1 500
OV_INDEX 1 1 500
Description : Monitors changes in abend logfile for NetWare nodes
Template type : logfile encapsulator
Scan mode : scan from last position; close after read
Logfile : sys:\\system\\abend.log, message on no logfile
Polling interval : 1m
Fieldseparators : default
Case sensitivity : yes
Character set : ASCII
Condition defaults:
Set severity to : Critical
Set application to : NetWare Server
Set message group to : NetWare
Set object to : Server
Conditions:
1 Condition nr 1
+ Abend for NetWare 5 machines
Check on message : Thread Owned by NLM: <*.offending_NLM>, case sensitive check
Set message text to : An abend has occured on node <$MSG_NODE_NAME> caused by <offending_NLM>
Operator initiated action : showfile sys:/system/abend.log, always annotate
2 Condition nr 2
+ Abend for NetWare 4.X machines
Check on message : Created by: <*.offending_NLM>, case sensitive check
Set message text to : An abend has occured on node <$MSG_NODE_NAME> caused by <offending_NLM>
Operator initiated action : showfile sys:/system/abend.log, always annotate
Template is member of template groups:
NetWare
Description : Auditing subsystem logfile (/var/adm/auditlog)
Template type : logfile encapsulator
Scan mode : scan from last position
Logfile : /var/adm/auditlog
Polling interval : 1m
Fieldseparators : default
Case sensitivity : yes
Character set : ISO88591
Condition defaults:
Set application to : audit
Set message group to : Security
Conditions:
1 Condition nr 1
+ Empty condition matching all
Set message text to : Audit message: <$MSG_TEXT>
Template is member of template groups:
AIX
AIX with HACMP
Description : History of HP-UX 10.x/11.x bad logins (/var/adm/btmp logfile)
Template type : logfile encapsulator
Scan mode : always scan from begin of file; close after read
Logfile : /var/adm/btmp
File to be executed : opcfwtmp /tmp/btmp.stat /var/adm/btmp /tmp/btmp.out
File to be read : /tmp/btmp.out
Polling interval : 10s
Fieldseparators : default
Case sensitivity : yes
Character set : ISO88591
Condition defaults:
Set severity to : Warning
Set application to : /usr/bin/login(1) Login
Set message group to : Security
Conditions:
1 Condition nr 1
+ Failed remote login
Check on message : FAILED <@.user> <@.tty> <@.host> <*.date> <*.time>, case sensitive check
Set object to : <user>
Set message text to : Failed login of <user> on <tty> from <host> at <time> <date>
2 Condition nr 2
+ Failed local login
Check on message : FAILED <@.user> <@.tty> <*.date> <*.time>, case sensitive check
Set object to : <user>
Set message text to : Failed login of <user> on <tty> at <time> <date>
3 Condition nr 3
+ opcfwtmp failure
Check on message : opcfwtmp:, case sensitive check
Set severity to : Critical
Set message group to : OpC
Set object to : opcfwtmp
Set message text to : <$MSG_TEXT>
Template is member of template groups:
HP-UX 10.x
HP-UX 11.x
Template is active on nodes:
xyz-01.ams.testcorp.com
xyz-02.ams.testcorp.com
xyz-03.ams.testcorp.com
xyz-04.ams.testcorp.com
Description : History of AIX failed logins (/etc/security/failedlogin)
Template type : logfile encapsulator
Scan mode : always scan from begin of file; close after read
Logfile : /etc/security/failedlogin
File to be executed : opcfwtmp /tmp/btmp.stat /etc/security/failedlogin /tmp/btmp.out
File to be read : /tmp/btmp.out
Polling interval : 10s
Fieldseparators : default
Case sensitivity : yes
Character set : ISO88591
Condition defaults:
Set severity to : Warning
Set application to : /bin/login
Set message group to : Security
Conditions:
1 Condition nr 1
+ Failed local login
Check on message : LOGIN <@.user> <@.tty>, case sensitive check
Set object to : <user>
Set message text to : Failed login of <user> on <tty>
2 Condition nr 2
+ Failed remote login
Check on message : LOGIN <@.user> <@.tty> <@.host>, case sensitive check
Set object to : <user>
Set message text to : Failed login of <user> on <tty> from <host>
Template is member of template groups:
AIX
AIX with HACMP
Description : History of SGI IRIX failed logins (/var/adm/loginlog)
Template type : logfile encapsulator
Scan mode : scan from last position
Logfile : /var/adm/loginlog
Polling interval : 30s
Fieldseparators : default
Case sensitivity : yes
Character set : ISO88591
Condition defaults:
Set severity to : Warning
Set application to : /bin/login
Set message group to : Security
Conditions:
1 Condition nr 1
+ Failed local/remote login
Check on message : <@.user>:<@.tty>:, case sensitive check
Set object to : <user>
Set message text to : Failed login of <user> on <tty>
Template is member of template groups:
IRIX
Description : History of SNI SINIX failed logins (/var/adm/loginlog)
Template type : logfile encapsulator
Scan mode : scan from last position
Logfile : /var/adm/loginlog
Polling interval : 30s
Fieldseparators : default
Case sensitivity : yes
Character set : ISO88591
Condition defaults:
Set severity to : Warning
Set application to : /bin/login
Set message group to : Security
Conditions:
1 Condition nr 1
+ Failed local/remote login on SINIX 5.43
Check on message : <*> Failed Login by <@.user> on <@.tty>, case sensitive check
Set object to : <user>
Set message text to : Failed login of <user> on <tty>
2 Condition nr 2
+ Failed local/remote login on SINIX 5.44
Check on message : <@.user>:<@.tty>:, case sensitive check
Set object to : <user>
Set message text to : Failed login of <user> on <tty>
Template is member of template groups:
SINIX
Description : History of Solaris failed logins (/var/adm/loginlog)
Template type : logfile encapsulator
Scan mode : scan from last position
Logfile : /var/adm/loginlog
Polling interval : 10s
Fieldseparators : default
Case sensitivity : yes
Character set : ISO88591
Condition defaults:
Set severity to : Warning
Set application to : /bin/login
Set message group to : Security
Conditions:
1 Condition nr 1
+ Failed local/remote login
Check on message : <@.user>:<@.tty>:, case sensitive check
Set object to : <user>
Set message text to : Failed login of <user> on <tty>
Template is member of template groups:
Solaris
Description : HP-UX 10.x/11.x /sbin/rc boot script logfile /etc/rc.log
Template type : logfile encapsulator
Scan mode : scan from begin of file first time
Logfile : /etc/rc.log
Polling interval : 1m
Fieldseparators : default
Case sensitivity : yes
Character set : ISO88591
Condition defaults:
Set severity to : Warning
Set application to : /sbin/rc(1M) Boot
Set message group to : OS
Conditions:
1 Condition nr 1
+ startup failed
Check on message : \"<*.script>\" FAILED, case sensitive check
Set severity to : Critical
Set object to : rc
Set message text to : startup script <script> failed
2 Condition nr 2
+ starting up
Check on message : HP-UX Start-up in progress, case sensitive check
Set severity to : Normal
Set object to : startup
Set message text to : System <$MSG_NODE_NAME> is starting or has started up
3 Condition nr 3
+ shuting down
Check on message : System shutdown in progress, case sensitive check
Set severity to : Warning
Set object to : shutdown
Set message text to : System <$MSG_NODE_NAME> is shutting down
4 Condition nr 4
+ fetch any line containing error (case insensitive)
Check on message : error", case insensitive check
Set severity to : Critical
5 Condition nr 5
+ fetch any line containing warning (case insensitive)
Check on message : warning", case insensitive check
Set severity to : Warning
6 Condition nr 6
+ fetch any line containing 'not started' (case insensitive)
Check on message : not [started|set]", case insensitive check
Set severity to : Warning
Template is member of template groups:
HP-UX 10.x
HP-UX 11.x
Template is active on nodes:
xyz-01.ams.testcorp.com
xyz-02.ams.testcorp.com
xyz-03.ams.testcorp.com
xyz-04.ams.testcorp.com
Description : HP-UX 10.x/11.x cron logfile /var/adm/cron/log
Template type : logfile encapsulator
Scan mode : scan from last position
Logfile : /var/adm/cron/log
Polling interval : 30s
Fieldseparators : default
Case sensitivity : yes
Character set : ISO88591
Condition defaults:
Set severity to : Normal
Set application to : /usr/sbin/cron(1M) Clock Daemon
Set message group to : Job
Set object to : cron
Conditions:
1 Condition nr 1
+ fetch 'batch command started' messages
Check on message : \\> <@.user> <#.pid> b, case sensitive check
Set object to : <pid>
Set message text to : Last cron command registered by <user> using 'batch'
2 Condition nr 2
+ fetch 'at command started' messages
Check on message : \\> <@.user> <#.pid> a, case sensitive check
Set object to : <pid>
Set message text to : Last cron command registered by <user> using 'at'
3 Condition nr 3
+ fetch 'cron|at|batch command failed' messages
Check on message : \\< <@.user> <#.pid> <*> rc=<#.rc>, case sensitive check
Set severity to : Critical
Set object to : <pid>
Set message text to : Cron command of <user> with pid <pid> failed (rc = <rc>)
4 Condition nr 4
- suppress start messages
Check on message : \\> CMD: , case sensitive check
5 Condition nr 5
- suppress 'cron command started' messages
Check on message : \\> <@.user> <#.pid> c, case sensitive check
6 Condition nr 6
- suppress 'cron|at|batch command finished' messages
Check on message : \\< <@.user> <#.pid>, case sensitive check
Template is member of template groups:
HP-UX 10.x
HP-UX 11.x
MC/SG physical Management Server
Management Server
Template is active on nodes:
_OPC_MGMTSV_
xyz-01.ams.testcorp.com
xyz-02.ams.testcorp.com
xyz-03.ams.testcorp.com
xyz-04.ams.testcorp.com
Description : DYNIX/ptx cron logfile /usr/lib/cron/log
Template type : logfile encapsulator
Scan mode : scan from last position
Logfile : /usr/lib/cron/log
Polling interval : 30s
Fieldseparators : default
Case sensitivity : yes
Character set : ISO88591
Condition defaults:
Set severity to : Normal
Set application to : /etc/cron(1M) Clock Daemon
Set message group to : Job
Set object to : cron
Conditions:
1 Condition nr 1
+ fetch 'batch command started' messages
Check on message : \\> <@.user> <#.pid> b, case sensitive check
Set object to : <pid>
Set message text to : Last cron command registered by <user> using 'batch'
2 Condition nr 2
+ fetch 'at command started' messages
Check on message : \\> <@.user> <#.pid> a, case sensitive check
Set object to : <pid>
Set message text to : Last cron command registered by <user> using 'at'
3 Condition nr 3
+ fetch 'cron|at|batch command failed' messages
Check on message : \\< <@.user> <#.pid> <*> rc=<#.rc>, case sensitive check
Set severity to : Critical
Set object to : <pid>
Set message text to : Cron command of <user> with pid <pid> failed (rc = <rc>)
4 Condition nr 4
- suppress 'cron command started' messages
Check on message : \\> <@.user> <#.pid> c, case sensitive check
5 Condition nr 5
- suppress 'cron|at|batch command finished' messages
Check on message : \\< <@.user> <#.pid>, case sensitive check
6 Condition nr 6
- suppress uucp periodic procedures start messages
Check on message : \\> CMD: /usr/lib/uucp, case sensitive check
7 Condition nr 7
- suppress acct periodic procedures start messages
Check on message : \\> CMD: /usr/lib/acct, case sensitive check
8 Condition nr 8
- suppress sa periodic procedures start messages
Check on message : \\> CMD: /usr/lib/sa, case sensitive check
9 Condition nr 9
- suppres batch command number
Check on message : \\> CMD: <#.number>.b, case sensitive check
10 Condition nr 10
- suppres at command number
Check on message : \\> CMD: <#.number>.a, case sensitive check
11 Condition nr 11
- suppres rc number
Check on message : rc=<#.rc>, case sensitive check
12 Condition nr 12
- suppres the other CMD messages
Check on message : \\> CMD:<*.command>, case sensitive check
Template is member of template groups:
DYNIX/ptx
Description : Digital Unix cron logfile /var/adm/cron/log
Template type : logfile encapsulator
Scan mode : scan from last position
Logfile : /var/adm/cron/log
Polling interval : 30s
Fieldseparators : default
Case sensitivity : yes
Character set : ISO88591
Condition defaults:
Set severity to : Normal
Set application to : /etc/cron(1M) Clock Daemon
Set message group to : Job
Set object to : cron
Conditions:
1 Condition nr 1
- suppress 'cron command started' messages
Check on message : ^\\! \\*** cron started \\*** <*.msg>, case sensitive check
2 Condition nr 2
- suppress comments
Check on message : ^\\# <*.msg>, case sensitive check
3 Condition nr 3
+ Empty condition matching all
Set message text to : Cron message: <$MSG_TEXT>
Template is member of template groups:
Digital UNIX
Description : SGI IRIX cron logfile /var/cron/log
Template type : logfile encapsulator
Scan mode : scan from last position
Logfile : /var/cron/log
Polling interval : 30s
Fieldseparators : default
Case sensitivity : yes
Character set : ISO88591
Condition defaults:
Set severity to : Normal
Set application to : /etc/cron(1M) Clock Daemon
Set message group to : Job
Set object to : cron
Conditions:
1 Condition nr 1
+ fetch 'batch command started' messages
Check on message : \\> <@.user> <#.pid> b, case sensitive check
Set object to : <pid>
Set message text to : Last cron command registered by <user> using 'batch'
2 Condition nr 2
+ fetch 'at command started' messages
Check on message : \\> <@.user> <#.pid> a, case sensitive check
Set object to : <pid>
Set message text to : Last cron command registered by <user> using 'at'
3 Condition nr 3
+ fetch 'cron|at|batch command failed' messages
Check on message : \\< <@.user> <#.pid> <*> rc=<#.rc>, case sensitive check
Set severity to : Critical
Set object to : <pid>
Set message text to : Cron command of <user> with pid <pid> failed (rc = <rc>)
4 Condition nr 4
- suppress 'cron command started' messages
Check on message : \\> <@.user> <#.pid> c, case sensitive check
5 Condition nr 5
- suppress 'cron|at|batch command finished' messages
Check on message : \\< <@.user> <#.pid>, case sensitive check
6 Condition nr 6
- suppress 'cron|at command started' messages
Check on message : \\> CMD: <#.pid>.a, case sensitive check
7 Condition nr 7
- suppress 'cron|batch command started' messages
Check on message : \\> CMD: <#.pid>.b, case sensitive check
8 Condition nr 8
- suppress uucp periodic procedures start messages
Check on message : \\> CMD: /bin/su uucp, case sensitive check
9 Condition nr 9
- suppress sa periodic procedures start messages
Check on message : \\> CMD: /usr/lib/sa, case sensitive check
Template is member of template groups:
IRIX
Description : Linux cron logfile /var/log/cron
Template type : logfile encapsulator
Scan mode : scan from last position
Logfile : /var/log/cron
Polling interval : 30s
Fieldseparators : default
Case sensitivity : yes
Character set : ISO88591
Condition defaults:
Set severity to : Normal
Set application to : /usr/sbin/crond
Set message group to : Job
Set object to : cron
Conditions:
1 Condition nr 1
- suppress 'cron command started' messages
Check on message : ^<@> (<*>) CMD (<*>), case sensitive check
2 Condition nr 2
+ Cron commands
Check on message : <@.user> (<*>) <@.cmd> (<@.foruser>), case sensitive check
Set message text to : Cron message: <user> <cmd> for <foruser>
Template is member of template groups:
Linux (RedHat)
Description : SNI SINIX cron logfile /var/cron/log
Template type : logfile encapsulator
Scan mode : scan from last position
Logfile : /var/cron/log
Polling interval : 30s
Fieldseparators : default
Case sensitivity : yes
Character set : ISO88591
Condition defaults:
Set severity to : Normal
Set application to : /etc/cron(1M) Clock Daemon
Set message group to : Job
Set object to : cron
Conditions:
1 Condition nr 1
- suppress 'cron command started' messages
Check on message : \\> <@.user> <#.pid> c, case sensitive check
2 Condition nr 2
- suppress 'cron|at|batch command finished' messages
Check on message : \\< <@.user> <#.pid>, case sensitive check
3 Condition nr 3
- suppress uucp periodic procedures start messages
Check on message : \\> CMD: /bin/su uucp, case sensitive check
4 Condition nr 4
- suppress sa periodic procedures start messages
Check on message : \\> CMD: /usr/lib/sa, case sensitive check
5 Condition nr 5
- suppres the other CMD messages
Check on message : \\> CMD:<*.command>, case sensitive check
6 Condition nr 6
+ fetch 'batch command started' messages
Check on message : \\> <@.user> <#.pid> b, case sensitive check
Set object to : <pid>
Set message text to : Last cron command registered by <user> using 'batch'
7 Condition nr 7
+ fetch 'at command started' messages
Check on message : \\> <@.user> <#.pid> a, case sensitive check
Set object to : <pid>
Set message text to : Last cron command registered by <user> using 'at'
8 Condition nr 8
+ fetch 'cron|at|batch command failed' messages
Check on message : \\< <@.user> <#.pid> <*> rc=<#.rc>, case sensitive check
Set severity to : Critical
Set object to : <pid>
Set message text to : Cron command of <user> with pid <pid> failed (rc = <rc>)
Template is member of template groups:
SINIX
Description : Solaris cron logfile /var/cron/log
Template type : logfile encapsulator
Scan mode : scan from last position
Logfile : /var/cron/log
Polling interval : 30s
Fieldseparators : default
Case sensitivity : yes
Character set : ISO88591
Condition defaults:
Set severity to : Normal
Set application to : /etc/cron(1M) Clock Daemon
Set message group to : Job
Set object to : cron
Conditions:
1 Condition nr 1
+ fetch 'cron command' messages
Check on message : CMD: <*.command>, case sensitive check
Set object to : cron
Set message text to : Cron command registered: <command>
2 Condition nr 2
+ fetch 'batch command started' messages
Check on message : \\> <@.user> <#.pid> b, case sensitive check
Set object to : <pid>
Set message text to : Last cron command registered by <user> using 'batch'
3 Condition nr 3
+ fetch 'at command started' messages
Check on message : \\> <@.user> <#.pid> a, case sensitive check
Set object to : <pid>
Set message text to : Last cron command registered by <user> using 'at'
4 Condition nr 4
+ fetch 'cron|at|batch command failed' messages
Check on message : \\< <@.user> <#.pid> <*> rc=<#.rc>, case sensitive check
Set severity to : Critical
Set object to : <pid>
Set message text to : Cron command of <user> with pid <pid> failed (rc = <rc>)
5 Condition nr 5
- suppress 'cron command started' messages
Check on message : \\> <@.user> <#.pid> c, case sensitive check
6 Condition nr 6
- suppress 'cron|at|batch command finished' messages
Check on message : \\< <@.user> <#.pid>, case sensitive check
Template is member of template groups:
Solaris
Description : Fetch messages from SC and forward to APM
Template type : logfile encapsulator
Scan mode : scan from last position
Logfile : /var/adm/messages
Polling interval : 10s
Fieldseparators : default
Case sensitivity : yes
Character set : ASCII
Conditions:
1 Condition nr 1
+ Resource group offline
Check on message : <*> resource group <@.group> state on node <@.system> change to RG_OFFLINE, case sensitive check
Set severity to : Normal
Set application to : HP VantagePoint Operations
Set message group to : OpC
Set object to : opcapm
Set message text to : Resource group <group> is OFFLINE on node <system>
Automatic action : echo \"scswitch <system> -F <group>\" >> /var/opt/OV/tmp/OpC/opcapmscrgnotify, always annotate, auto acknowledge
2 Condition nr 2
+ Resource group online
Check on message : <*> resource group <@.group> state on node <@.system> change to RG_ONLINE, case sensitive check
Set severity to : Normal
Set application to : HP VantagePoint Operations
Set message group to : OpC
Set object to : opcapm
Set message text to : Resource group <group> is ONLINE on node <system>
Automatic action : echo \"scswitch <system> -z <group>\" >> /var/opt/OV/tmp/OpC/opcapmscrgnotify, always annotate, auto acknowledge
3 Condition nr 3
+ Cluster node stopped
Check on message : NOTICE: CMM: Node <@.node> (<*>) is down., case sensitive check
Set severity to : Normal
Set application to : HP VantagePoint Operations
Set message group to : OpC
Set object to : opcapm
Set message text to : Node <node> left cluster
Automatic action : echo \"hastop <node>\" >> /var/opt/OV/tmp/OpC/opcapmscrgnotify
4 Condition nr 4
+ Cluster node started
Check on message : NOTICE: CMM: Node <@.node> (<*>) is up, case sensitive check
Set severity to : Normal
Set application to : HP VantagePoint Operations
Set message group to : OpC
Set object to : opcapm
Set message text to : Node <node> joined cluster
Automatic action : echo \"hastart <node>\" >> /var/opt/OV/tmp/OpC/opcapmscrgnotify
5 Condition nr 5
- Suppress other
Check on message : <*>, case sensitive check
Template is member of template groups:
Solaris
Description : Fetch messages from VCS and forward to APM
Template type : logfile encapsulator
Scan mode : scan from last position
Logfile : /var/VRTSvcs/log/engine_A.log
Polling interval : 10s
Fieldseparators : default
Case sensitivity : yes
Character set : ASCII
Conditions:
1 Condition nr 1
+ Service group offline
Check on message : ^TAG_C <4#>/<2#>/<2#><S><2#>:<2#>:<2#><S>VCS:<*>:Group <@.group> is offline on system <@.system>, case sensitive check
Set severity to : Normal
Set application to : HP VantagePoint Operations
Set message group to : OpC
Set object to : opcapm
Set message text to : Service group <group> is OFFLINE on node <system>
Automatic action : echo \"hagrp <system> -offline <group>\" >> /var/opt/OV/tmp/OpC/opcapmvcsgnotify, always annotate, auto acknowledge
2 Condition nr 2
+ Service group online
Check on message : ^TAG_C <4#>/<2#>/<2#><S><2#>:<2#>:<2#><S>VCS:<*>:Group <@.group> is online on system <@.system>, case sensitive check
Set severity to : Normal
Set application to : HP VantagePoint Operations
Set message group to : OpC
Set object to : opcapm
Set message text to : Service group <group> is ONLINE on node <system>
Automatic action : echo \"hagrp <system> -online <group>\" >> /var/opt/OV/tmp/OpC/opcapmvcsgnotify, always annotate, auto acknowledge
3 Condition nr 3
+ Cluster node stopped
Check on message : ^TAG_D <4#>/<2#>/<2#><S><2#>:<2#>:<2#><S>VCS:<*>:Node '<@.node_id>' changed state from 'RUNNING', case sensitive check
Set severity to : Normal
Set application to : HP VantagePoint Operations
Automatic action : node=`cat /etc/llthosts | /usr/bin/nawk '$1 ~ /^<node_id>$/ {print $2;exit}'`; echo \"hastop $node\" >> /var/opt/OV/tmp/OpC/opcapmvcsgnotify; echo \"hastop $node\" >> /var/opt/OV/tmp/OpC/opcapmvcsgnotifyengine
Send message with local automatic actions:
4 Condition nr 4
+ Cluster node started
Check on message : ^TAG_D <4#>/<2#>/<2#><S><2#>:<2#>:<2#><S>VCS:<*>:Node '<@.node_id>' changed state from '<*>' to 'RUNNING', case sensitive check
Set severity to : Normal
Automatic action : node=`cat /etc/llthosts | /usr/bin/nawk '$1 ~ /^<node_id>$/ {print $2;exit}'`; echo \"hastart $node\" >> /var/opt/OV/tmp/OpC/opcapmvcsgnotify; echo \"hastart $node\" >> /var/opt/OV/tmp/OpC/opcapmvcsgnotifyengine
Send message with local automatic actions:
5 Condition nr 5
- Suppress other
Check on message : <*>, case sensitive check
Template is member of template groups:
Solaris
Description : Fetch messages from VCS and forward to APM
Template type : logfile encapsulator
Scan mode : scan from last position
Logfile : /var/opt/OV/tmp/OpC/opcapmvcsgnotifyengine
Polling interval : 10s
Fieldseparators : default
Case sensitivity : yes
Character set : ASCII
Conditions:
1 Condition nr 1
+ hastop NODE
Check on message : ^hastop <@.node>, case sensitive check
Set severity to : Normal
Set application to : HP VantagePoint Operations
Set message group to : OpC
Set object to : opcapm
Set message text to : Node <node> left cluster
2 Condition nr 2
+ hastart NODE
Check on message : ^hastart <@.node>, case sensitive check
Set severity to : Normal
Set application to : HP VantagePoint Operations
Set message group to : OpC
Set object to : opcapm
Set message text to : Node <node> joined cluster
3 Condition nr 3
- Suppress other
Check on message : <*>, case sensitive check
Template is member of template groups:
Solaris
Description : HACMP cluster logs (/usr/adm/cluster.log)
Template type : logfile encapsulator
Scan mode : scan from last position
Logfile : /usr/adm/cluster.log
Polling interval : 1m
Fieldseparators : default
Case sensitivity : yes
Character set : ISO88591
Condition defaults:
Set severity to : Normal
Set application to : HACMP
Set message group to : OS
Conditions:
1 Condition nr 1
+ HACMP - event started/completed
Check on message : <*><@.node><S>HACMP<S>for<S>AIX:<S>EVENT<S><[START|COMPLETED].event>:<S><*.msg>, case sensitive check
Set severity to : Normal
Set message text to : EVENT <event>: <msg>
2 Condition nr 2
+ HACMP - event script failure
Check on message : <*><S><@.node><S>HACMP<S>for<S>AIX:<S><@.script><S>:<S>Failed<S><*.msg>, case sensitive check
Set severity to : Critical
Set message text to : Event script <script> FAILED: <msg>
3 Condition nr 3
+ HACMP - event failed
Check on message : <*><S><@.node><S>HACMP<S>for<S>AIX:<S>EVENT<S>FAILED:<*><S><*.msg>, case sensitive check
Set severity to : Critical
Set message text to : EVENT FAILED: <msg>
4 Condition nr 4
+ HACMP - cluster manager messages
Check on message : <*><S><@.node><S>clstrmgr\\[<#.pid>\\]:<S><*.msg>, case sensitive check
Set severity to : Normal
Set object to : clstrmgr
Set message text to : <msg>
5 Condition nr 5
- HACMP - cluster Information Program unwanted messages
Check on message : <*><S><@.node><S>clinfo\\[<#.pid>\\]:<S>send_snmp_req<*>, case sensitive check
6 Condition nr 6
+ HACMP - cluster Information Program messages
Check on message : <*><S><@.node><S>clinfo\\[<#.pid>\\]:<S><*.msg>, case sensitive check
Set severity to : Normal
Set object to : clinfo
Set message text to : <msg>
7 Condition nr 7
+ HACMP - cluster SMUX Peer daemon messages
Check on message : <*><S><@.node><S>clsmuxpd\\[<#.pid>\\]:<S><*.msg>, case sensitive check
Set severity to : Normal
Set object to : clsmuxpd
Set message text to : <msg>
8 Condition nr 8
+ HACMP - cluster lock manager messages
Check on message : <*><S><@.node><S>cllockd\\[<#.pid>\\]:<S><*.msg>, case sensitive check
Set severity to : Normal
Set object to : cllockd
Set message text to : <msg>
Template is member of template groups:
AIX with HACMP
Description : Monitors the capacities of Image/SQL databases
Template type : logfile encapsulator
Scan mode : always scan from begin of file; close after read
File to be executed : xeq dbinfo.monitor < dblist.pub.ovopc
File to be read : dbstatus.pub.ovopc
Polling interval : 1h30m
Fieldseparators : default
Case sensitivity : yes
Character set : ISO88591
Condition defaults:
Set severity to : Warning
Set application to : DBInfo
Set message group to : Database
Conditions:
1 Condition nr 1
- Suppress datasets with a capacity of 1
Check on message : ^<@.dbname>.<@.grp>.<@.acct> <@.setname><S><[A|D|M].settype> <[1].entries><S><[<<#> -eq 100>].fullness><S><#.maxent><S><#.curr><S><#.initial><S><#.increment><S><[YES|NO].autoexpand>", case insensitive check
2 Condition nr 2
+ Database capacity of MASTER sets is CRITICAL
Check on message : ^<@.dbname>.<@.grp>.<@.acct> <@.setname><S><[A|M].settype> <#.entries><S><[<<#> -gt 85>].fullness><S><#.maxent><S><#.curr><S><#.initial><S><#.increment><S><[YES|NO].autoexpand>", case insensitive check
Set severity to : Critical
Set message group to : Database
Set object to : <dbname>
Set message text to : Database capacity (<settype>): <fullness>% (<entries>/<maxent>) for dataset <setname> (<settype>) of database <dbname>.<grp>.<acct>
3 Condition nr 3
+ Database capacity of DETAIL sets is CRITICAL
Check on message : ^<@.dbname>.<@.grp>.<@.acct> <@.setname><S><[D].settype> <#.entries><S><[<<#> -gt 95>].fullness><S><#.maxent><S><#.curr><S><#.initial><S><#.increment><S><[YES|NO].autoexpand>", case insensitive check
Set severity to : Critical
Set message group to : Database
Set object to : <dbname>
Set message text to : Database capacity (<settype>): <fullness>% (<entries>/<maxent>) for dataset <setname> (<settype>) of database <dbname>.<grp>.<acct>
4 Condition nr 4
+ Database capacity of MASTER sets is MAJOR
Check on message : ^<@.dbname>.<@.grp>.<@.acct> <@.setname><S><[A|M].settype> <#.entries><S><[<<#> -gt 75>].fullness><S><#.maxent><S><#.curr><S><#.initial><S><#.increment><S><[YES|NO].autoexpand>", case insensitive check
Set severity to : Major
Set message group to : Database
Set message text to : Database capacity (<settype>): <fullness>% (<entries>/<maxent>) for dataset <setname> (<settype>) of database <dbname>.<grp>.<acct>
5 Condition nr 5
+ Database capacity of DETAIL sets is MAJOR
Check on message : ^<@.dbname>.<@.grp>.<@.acct> <@.setname><S><[D].settype> <#.entries><S><[<<#> -gt 85>].fullness><S><#.maxent><S><#.curr><S><#.initial><S><#.increment><S><[YES|NO].autoexpand>", case insensitive check
Set severity to : Major
Set message group to : Database
Set message text to : Database capacity (<settype>): <fullness>% (<entries>/<maxent>) for dataset <setname> (<settype>) of database <dbname>.<grp>.<acct>
6 Condition nr 6
+ Access is disabled
Check on message : <@.dbname>.<@.group>.<@.acct><S>Access is disabled.", case insensitive check
Set severity to : Warning
Set message text to : Access for database <dbname>.<group>.<acct> is DISABLED.
7 Condition nr 7
+ Autodefer is enabled
Check on message : <@.dbname>.<@.group>.<@.acct><S>Autodefer is enabled.", case insensitive check
Set severity to : Warning
Set message text to : Autodefer for database <dbname>.<group>.<acct> is ENABLED.
8 Condition nr 8
+ Dumping is enabled
Check on message : <@.dbname>.<@.group>.<@.acct><S>Dumping is enabled.", case insensitive check
Set severity to : Warning
Set message text to : Dumping for database <dbname>.<group>.<acct> is ENABLED.
9 Condition nr 9
+ Rollback recovery is enabled
Check on message : <@.dbname>.<@.group>.<@.acct><S>Rollback recovery is enabled.", case insensitive check
Set severity to : Warning
Set message text to : Rollback recovery for database <dbname>.<group>.<acct> is ENABLED.
10 Condition nr 10
+ Recovery is enabled
Check on message : <@.dbname>.<@.group>.<@.acct><S>Recovery is enabled.", case insensitive check
Set severity to : Warning
Set message text to : Recovery for database <dbname>.<group>.<acct> is ENABLED.
11 Condition nr 11
+ ILR is enabled
Check on message : <@.dbname>.<@.group>.<@.acct><S>ILR is enabled.", case insensitive check
Set severity to : Warning
Set message text to : ILR for database <dbname>.<group>.<acct> is ENABLED.
12 Condition nr 12
+ Mustrecover is enabled
Check on message : <@.dbname>.<@.group>.<@.acct><S>Mustrecover is enabled.", case insensitive check
Set severity to : Warning
Set message text to : Mustrecover for database <dbname>.<group>.<acct> is ENABLED.
13 Condition nr 13
+ Logging is disabled
Check on message : <@.dbname>.<@.group>.<@.acct><S>Logging is disabled.", case insensitive check
Set severity to : Warning
Set message text to : Logging for database <dbname>.<group>.<acct> is DISABLED.
14 Condition nr 14
+ Prefetch is enabled
Check on message : <@.dbname>.<@.group>.<@.acct><S>Prefetch is enabled.", case insensitive check
Set severity to : Warning
Set message text to : Prefetch for database <dbname>.<group>.<acct> is ENABLED.
15 Condition nr 15
+ Indexing is enabled
Check on message : <@.dbname>.<@.group>.<@.acct><S>Indexing is enabled.", case insensitive check
Set severity to : Warning
Set message text to : Indexing for database <dbname>.<group>.<acct> is ENABLED.
16 Condition nr 16
+ HWMPUT is enabled
Check on message : <@.dbname>.<@.group>.<@.acct><S>HWMPUT is enabled.", case insensitive check
Set severity to : Warning
Set message text to : HWMPUT for database <dbname>.<group>.<acct> is ENABLED.
17 Condition nr 17
+ Use of lock table for deadlock detection is disabled.
Check on message : <@.dbname>.<@.group>.<@.acct><S>Use of lock table for deadlock detection is disabled.", case insensitive check
Set severity to : Warning
Set message text to : Use of lock table for deadlock detection for database <dbname>.<group>.<acct> is DISABLED.
18 Condition nr 18
+ Restart is enabled
Check on message : <@.dbname>.<@.group>.<@.acct><S>Restart is enabled.", case insensitive check
Set severity to : Warning
Set message text to : Restart for database <dbname>.<group>.<acct> is ENABLED.
19 Condition nr 19
+ Use of Dependency SEMaphore(DSEM) is enabled
Check on message : <@.dbname>.<@.group>.<@.acct><S>Use of Dependency SEMaphore(DSEM) is enabled.", case insensitive check
Set severity to : Warning
Set message text to : Use of Dependency SEMaphore(DSEM) for database <dbname>.<group>.<acct> is ENABLED.
20 Condition nr 20
+ Shadowing is enabled
Check on message : <@.dbname>.<@.group>.<@.acct><S>Shadowing is enabled.", case insensitive check
Set severity to : Warning
Set message text to : Shadowing for database <dbname>.<group>.<acct> is ENABLED.
Template is member of template groups:
MPE/iX Database monitoring
Description : Check whether inetd is running
Template type : monitor template
Monitor program : vp_chk.sh inetd Inetd
Treshold type : minimum; message generation: with reset
Polling interval : 5m
Fieldseparators : default
Case sensitivity : yes
Condition defaults:
Set severity to : Warning
Conditions:
1 Condition nr 1
+ Check whether inetd is running
Treshold: 0.5
Reset: 0.6
Set severity to : Warning
Set application to : inetd
Set message group to : OS
Set object to : daemon
Set message text to : The \"inetd\" process is not running anymore
Operator initiated action : st_inetd.sh, always annotate, auto acknowledge
Template is member of template groups:
AIX
AIX with HACMP
DYNIX/ptx
Digital UNIX
HP-UX 10.x
HP-UX 11.x
IRIX
Linux (RedHat)
Linux (SuSE)
SINIX
Solaris
Template is active on nodes:
xyz-01.ams.testcorp.com
xyz-02.ams.testcorp.com
xyz-03.ams.testcorp.com
xyz-04.ams.testcorp.com
Description : Monitor Ingres errlog.log file
Template type : logfile encapsulator
Scan mode : scan from last position; close after read
Logfile : <$II_SYSTEM>/ingres/files/errlog.log, message on no logfile
Polling interval : 5m
Fieldseparators : default
Case sensitivity : yes
Character set : ISO88591
Condition defaults:
Suppress messages matching condition : for 20m
Set severity to : Warning
Set application to : Ingres
Set message group to : OpC
Conditions:
1 Condition nr 1
+ Ingres server started - E_SC0129
Check on message : E_SC0129_SERVER_UP, case sensitive check
Set severity to : Normal
Set message group to : OpC
Set message text to : Ingres Server successful started
2 Condition nr 2
+ Process exits 1 - E_CLFE06
Check on message : E_CLFE06_BS_WRITE_ERR, case sensitive check
Set severity to : Warning
Set message group to : Job
Set message text to : Process exits without disconnect from DB
3 Condition nr 3
+ Process exits 2 - E_CLFE07
Check on message : E_CLFE07_BS_READ_ERR, case sensitive check
Set severity to : Warning
Set message group to : Job
Set message text to : Process exits without disconnect from DB
4 Condition nr 4
+ Process exits 3 - E_GC0005
Check on message : E_GC0005_INV_ASSOC_ID, case sensitive check
Set severity to : Warning
Set message group to : Job
Set message text to : Process exits without disconnect from DB
5 Condition nr 5
+ Invalid user - E_US000C
Check on message : E_US000C, case sensitive check
Set severity to : Warning
Set message group to : Security
Set message text to : Unauthorized user tried to access database
6 Condition nr 6
+ Data problem 1 - E_DM008A
Suppress messages matching condition : for 20m
Check on message : E_DM008A_ERROR_GETTING_RECORD, case sensitive check
Set severity to : Critical
Set message group to : OpC
Set message text to : Problem occured accessing data
7 Condition nr 7
+ Data problem 2 - E_DM9350
Suppress messages matching condition : for 20m
Check on message : E_DM9350_BTREE_INCONSIST, case sensitive check
Set severity to : Critical
Set message group to : OpC
Set message text to : Ingres Btree index inconsistent
8 Condition nr 8
+ Data problem 3 - E_DM9261
Suppress messages matching condition : for 20m
Check on message : E_DM9261_DM1B_GET, case sensitive check
Set severity to : Critical
Set message group to : OpC
Set message text to : Ingres can not access data
9 Condition nr 9
+ Data Problem 4 - E_DM9351
Suppress messages matching condition : for 20m
Check on message : E_DM9351_BTREE_BAD_TID<*.text>(<*.table>,<*>'<*.database>'<*>, case sensitive check
Set severity to : Critical
Set message group to : OpC
Set message text to : Ingres encountered a problem accessing table <table> in database <database>
10 Condition nr 10
+ Data Problem 5 - E_DM904C
Suppress messages matching condition : for 20m
Check on message : E_DM904C_ERROR_GETTING_RECORD<*.text>, case sensitive check
Set severity to : Critical
Set message group to : OpC
Set message text to : Ingres error: <text>
11 Condition nr 11
+ Data Problem 6 - E_QE007C
Suppress messages matching condition : for 20m
Check on message : E_QE007C_ERROR_GETTING_RECORD<*.text>. , case sensitive check
Set severity to : Critical
Set message group to : OpC
Set message text to : Ingres error: <text>
12 Condition nr 12
+ Data Problem 7 - E_DM9389
Suppress messages matching condition : for 20m
Check on message : E_DM9389_BAD_DATA_VALUE, case sensitive check
Set severity to : Critical
Set message group to : OpC
Set message text to : Ingres encountered invalid data in database.
13 Condition nr 13
+ Data problem 8 - E_DM9388
Suppress messages matching condition : for 20m
Check on message : E_DM9388_BAD_DATA_LENGTH, case sensitive check
Set severity to : Critical
Set message group to : OpC
Set message text to : Ingres encountered invalid character data.
14 Condition nr 14
+ Data problem 9 - E_DM938B
Suppress messages matching condition : for 20m
Check on message : E_DM938B_INCONSISTENT_ROW, case sensitive check
Set severity to : Critical
Set message group to : OpC
Set message text to : Ingres encountered bad row count in database
15 Condition nr 15
+ Data problem 10 - E_DM9004
Suppress messages matching condition : for 20m
Check on message : E_DM9004_BAD_FILE_OPEN<*>pathname:<*.path> filename:<*.file>, case sensitive check
Set severity to : Critical
Set message group to : OpC
Set message text to : Ingres can not open table file in path: <path> with name <file>
16 Condition nr 16
+ Data problem 11 - E_DM9002
Suppress messages matching condition : for 20m
Check on message : E_DM9002_BAD_FILE_CREATE<*>database:<*.database>table:<*>pathname:<*.path> filename:<*.file>, case sensitive check
Set severity to : Critical
Set message group to : OpC
Set message text to : Ingres encountered error on creating <path><file> for database <database>
17 Condition nr 17
+ Data problem 12 - E_DM9001
Suppress messages matching condition : for 20m
Check on message : E_DM9001_BAD_FILE_CLOSE<*>database:<*.database>table<*>pathname:<*.path> filename:<*.file>, case sensitive check
Set severity to : Critical
Set message group to : OpC
Set message text to : Ingres encountered problem closing table file <path><file> in database <database>
18 Condition nr 18
+ Data Problem 13 - E_CL0602
Suppress messages matching condition : for 20m
Check on message : E_CL0602_DI_BADFILE<*.text>, case sensitive check
Set severity to : Critical
Set message group to : OpC
Set message text to : Ingres error: <text>
19 Condition nr 19
+ Data Problem 14 - E_DM938A
Suppress messages matching condition : for 20m
Check on message : E_DM938A_BAD_DATA_ROW<*.text>, case sensitive check
Set severity to : Critical
Set message group to : OpC
Set message text to : Ingres error: <text>
20 Condition nr 20
+ Data Problem 15 - E_DM9202
Suppress messages matching condition : for 20m
Check on message : E_DM9202_BM_BAD_FILE_PAGE_ADDR, case sensitive check
Set severity to : Critical
Set message group to : OpC
Set message text to : Ingres does not find correct data page
21 Condition nr 21
+ Data Problem 16 - E_DM9263
Suppress messages matching condition : for 20m
Check on message : E_DM9263_DM1B_REPLACE<*.text>, case sensitive check
Set severity to : Critical
Set message group to : OpC
Set message text to : Ingres error: <text>
22 Condition nr 22
+ Data Problem 17 - E_CL060F
Suppress messages matching condition : for 20m
Check on message : E_CL060F_DI_EXCEED_LIMIT<*.text>, case sensitive check
Set severity to : Critical
Set message group to : OpC
Set message text to : Ingres error: <text>
23 Condition nr 23
+ Data Problem 18 - E_DM9006
Suppress messages matching condition : for 20m
Check on message : E_DM9006_BAD_FILE_WRITE<*>pathname:<*.path> filename:<*.file>, case sensitive check
Set severity to : Critical
Set message group to : OpC
Set message text to : Ingres can not write table file in path: <path> with name <file>
24 Condition nr 24
+ Data Problem 19 - E_DM9100
Suppress messages matching condition : for 20m
Check on message : E_DM9100_LOAD_TABLE_ERROR<*.text>, case sensitive check
Set severity to : Critical
Set message group to : OpC
Set message text to : Ingres error: <text>
25 Condition nr 25
+ Data Problem 20 - E_DM0091
Suppress messages matching condition : for 20m
Check on message : E_DM0091_ERROR_MODIFYING_TABLE<*.text>, case sensitive check
Set severity to : Critical
Set message group to : OpC
Set message text to : Ingres error: <text>
26 Condition nr 26
+ Data Problem 21 - E_DM0091
Suppress messages matching condition : for 20m
Check on message : E_QE0083_ERROR_MODIFYING_TABLE<*.text>, case sensitive check
Set severity to : Critical
Set message group to : OpC
Set message text to : Ingres error: <text>
27 Condition nr 27
+ Data Problem 22 - E_DM933F
Suppress messages matching condition : for 20m
Check on message : E_DM933F_DM2F_WRITE_ERROR<*.text>, case sensitive check
Set severity to : Critical
Set message group to : OpC
Set message text to : Ingres error: <text>
28 Condition nr 28
+ Data Problem 23 - E_DM925D
Suppress messages matching condition : for 20m
Check on message : E_DM925D_DM1B_BOTTOM<*.text>, case sensitive check
Set severity to : Critical
Set message group to : OpC
Set message text to : Ingres error: <text>
29 Condition nr 29
+ Data Problem 24 - E_DM923A
Suppress messages matching condition : for 20m
Check on message : E_DM923A_CONFIG_OPEN_ERROR<*.text>, case sensitive check
Set severity to : Critical
Set message group to : OpC
Set message text to : Ingres error: <text>
30 Condition nr 30
+ Data Problem 25 - E_DM0114
Suppress messages matching condition : for 20m
Check on message : E_DM0114_FILE_NOT_FOUND<*.text>, case sensitive check
Set severity to : Critical
Set message group to : OpC
Set message text to : Ingres error: <text>
31 Condition nr 31
+ Deadlock detection - E_DM9042
Suppress messages matching condition : for 20m
Check on message : E_DM9042_PAGE_DEADLOCK, case sensitive check
Set severity to : Warning
Set message group to : OpC
Set message text to : Deadlock detected on page level
32 Condition nr 32
+ Deadlock detection - E_DM9044
Suppress messages matching condition : for 20m
Check on message : E_DM9044_ESCALATE_DEADLOCK, case sensitive check
Set severity to : Warning
Set message group to : OpC
Set message text to : Deadlock due to lock escalation detected
33 Condition nr 33
+ Deadlock detection - E_DM9045
Suppress messages matching condition : for 20m
Check on message : E_DM9045_TABLE_DEADLOCK, case sensitive check
Set severity to : Warning
Set message group to : OpC
Set message text to : Deadlock detected on table level
34 Condition nr 34
+ Deadlock detection - E_RD002A
Suppress messages matching condition : for 20m
Check on message : E_RD002A_DEADLOCK, case sensitive check
Set severity to : Warning
Set message group to : OpC
Set message text to : Ingres resource deadlock on system catalogs detected
35 Condition nr 35
+ Deadlock detection - E_DM0042
Suppress messages matching condition : for 20m
Check on message : E_DM0042_DEADLOCK, case sensitive check
Set severity to : Warning
Set message group to : OpC
Set message text to : Ingres resource deadlock detected
36 Condition nr 36
+ Deadlock detection - E_PS0009
Suppress messages matching condition : for 20m
Check on message : E_PS0009_DEADLOCK, case sensitive check
Set severity to : Warning
Set message group to : OpC
Set message text to : Ingres resource deadlock detected
37 Condition nr 37
+ Deadlock detection - E_QE002A
Suppress messages matching condition : for 20m
Check on message : E_QE002A_DEADLOCK, case sensitive check
Set severity to : Warning
Set message group to : OpC
Set message text to : Ingres deadlock detected
38 Condition nr 38
+ Disk full - E_DM008B
Suppress messages matching condition : for 20m
Check on message : E_DM008B_ERROR_PUTTING_RECORD", case insensitive check
Set severity to : Critical
Set message group to : OpC
Set message text to : Ingres location is out of diskspace
39 Condition nr 39
+ Disk full - E_DM9713
Suppress messages matching condition : for 20m
Check on message : E_DM9713_SR_WRITE_ERROR<*.text>, case sensitive check
Set severity to : Critical
Set message group to : OpC
Set message text to : Ingres: <text>
40 Condition nr 40
+ Out of memory - E_QS0001
Suppress messages matching condition : for 20m
Check on message : E_QS0001_NOMEM<*.text>, case sensitive check
Set severity to : Critical
Set message group to : OpC
Set message text to : Ingres: <text>
41 Condition nr 41
+ Server startup failed - E_SC0124
Check on message : E_SC0124_SERVER_INITIATE, case sensitive check
Set severity to : Critical
Set message group to : OpC
Set message text to : Error starting Ingres servers
42 Condition nr 42
+ Wrong database count - E_DM9327
Check on message : E_DM9327_BAD_DB_OPEN_COUNT, case sensitive check
Set severity to : Critical
Set message group to : OpC
Set message text to : Ingres error: database may be inconsistent
43 Condition nr 43
+ Database switched to nologging - E_DM9050
Suppress messages matching condition : for 20m
Check on message : E_DM9050_TRANSACTION_NOLOGGING Database <*.database> has been <*>, case sensitive check
Set severity to : Warning
Set message group to : OpC
Set message text to : Ingres transaction logging switched off for database <database>
44 Condition nr 44
+ Locking system failure - E_DM901E
Suppress messages matching condition : for 20m
Check on message : E_DM901E_BAD_LOCK_INIT <*.text>., case sensitive check
Set severity to : Critical
Set message group to : OpC
Set message text to : Ingres
45 Condition nr 45
+ DMF init failure - E_DM9411
Suppress messages matching condition : for 20m
Check on message : E_DM9411_DMF_INIT<*.text>., case sensitive check
Set severity to : Critical
Set message group to : OpC
Set message text to : Ingres <text>
46 Condition nr 46
+ Database inconsistent - E_DM0100
Suppress messages matching condition : for 20m
Check on message : E_DM0100_DB_INCONSISTENT, case sensitive check
Set severity to : Critical
Set message group to : OpC
Set message text to : Ingres detected an inconsistent database.
47 Condition nr 47
+ Database inconsistent - E_US0026
Suppress messages matching condition : for 20m
Check on message : E_US0026Database is inconsistent, case sensitive check
Set severity to : Critical
Set message group to : OpC
Set message text to : Ingres detected an inconsistent database.
48 Condition nr 48
+ User unathorized for command - E_US0002
Check on message : E_US0002 User does not have permission to, case sensitive check
Set severity to : Warning
Set message group to : Security
Set message text to : Ingres detected unauthorized user action
49 Condition nr 49
+ User unauthorized to access database - E_DM1014
Check on message : E_DM1014_JSP_DB_NOT_DB_OWNER, case sensitive check
Set severity to : Warning
Set message group to : Security
Set message text to : User tried to process a database which he does not own.
50 Condition nr 50
+ Checkpoint restored - E_DM130F
Check on message : E_DM130F_RFP_RESTORED, case sensitive check
Set severity to : Normal
Set message group to : OpC
Set message text to : Ingres checkpoint successfully restored.
51 Condition nr 51
+ Checkpoint files missing - E_DM130A
Check on message : E_DM130A_RFP_NO_CNFRFC<*.text>, case sensitive check
Set severity to : Critical
Set message group to : OpC
Set message text to : Ingres error: <text>
52 Condition nr 52
+ No checkpoint available - E_DM1316
Check on message : E_DM1316_RFP_NO_CHECKPOINT, case sensitive check
Set severity to : Warning
Set message group to : OpC
Set message text to : Rollforward command for a database without available checkpoint
53 Condition nr 53
+ Missing checkpoint file - E_DM1318
Check on message : E_DM1318_RFP_NO_CKP_FILE<*>The Checkpoint file <*.file> for <*> at location:<*.location>does not exist., case sensitive check
Set severity to : Critical
Set message group to : OpC
Set message text to : Ingres error: The checkpoint file <file> in the directory <location> does not exist.
54 Condition nr 54
+ Rollforward aborted - E_DM1301
Check on message : E_DM1301_RFP_ROLL_FORWARD, case sensitive check
Set severity to : Critical
Set message group to : OpC
Set message text to : Ingres error: An error occurred that precludes further processing of the rollforward.
55 Condition nr 55
+ Shutdown fails, open sessions - E_PS0501
Check on message : E_PS0501_SESSION_OPEN, case sensitive check
Set severity to : Critical
Set message group to : OpC
Set message text to : Tried to shutdown ingres parser while there are open sessions
56 Condition nr 56
+ Shutdown fails, open sessions - E_DM005B
Check on message : E_DM005B_SESSION_OPEN, case sensitive check
Set severity to : Critical
Set message group to : OpC
Set message text to : Shutdown request for Ingres servers failed due to open sessions
57 Condition nr 57
+ Recovery process goes down - Hangup signal
Check on message : II_RCP<*>DMF EXCEPTION: Hangup (SIGHUP), case sensitive check
Set severity to : Warning
Set message group to : OpC
Set message text to : Ingres recovery process goes down
58 Condition nr 58
+ Archiver process goes down - Hangup signal
Check on message : II_ACP<*>DMF EXCEPTION: Hangup (SIGHUP), case sensitive check
Set severity to : Critical
Set message group to : OpC
Set message text to : Ingres archiver process goes down
59 Condition nr 59
+ Invalid password from remote client - E_GC220D
Check on message : E_GC220D_AL_PASSWD_FAIL<S>GCC AL <*.text>, case sensitive check
Set severity to : Warning
Set message group to : Security
Set message text to : Ingres Net error: <text>
60 Condition nr 60
+ Invalid user id/password specified - E_GC000B
Check on message : E_GC000B_RMT_LOGIN_FAIL, case sensitive check
Set severity to : Warning
Set message group to : Security
Set message text to : Ingres Net: received invalid user id/password combination
61 Condition nr 61
+ Net connection setup - E_GC2211
Check on message : E_GC2211_INCMG_ASSOC<*>local user <*.local>, as remote user <*.remote>., case sensitive check
Set severity to : Normal
Set message group to : Security
Set message text to : Ingres Net connection from remote user <remote> to local user <local>
62 Condition nr 62
+ Net connection setup failed - E_CLFE05
Check on message : E_CLFE05_BS_CONNECT_ERR<S><*.text>, case sensitive check
Set severity to : Warning
Set message group to : OpC
Set message text to : Ingres Net: <text>
63 Condition nr 63
+ Net connection setup failed - E_GC2809
Check on message : E_GC2809_NTWK_CONNECTION_FAIL<*>node<*.node>, port, case sensitive check
Set severity to : Warning
Set message group to : OpC
Set message text to : Ingres Net could not connect to system <node>
64 Condition nr 64
+ Fatal exception - E_DM904A
Suppress messages matching condition : for 20m
Check on message : E_DM904A_FATAL_EXCEPTION<*.text>, case sensitive check
Set severity to : Critical
Set message group to : OpC
Set message text to : Ingres error: <text>
65 Condition nr 65
+ Server connection lost - E_GC0139
Suppress messages matching condition : for 20m
Check on message : E_GC0139_GCN_NO_DBMS<*.text>, case sensitive check
Set severity to : Critical
Set message group to : OpC
Set message text to : Ingres error: <text>
66 Condition nr 66
+ Error tracking open/close database - E_DM9413
Suppress messages matching condition : for 20m
Check on message : E_DM9413_RCP_COUNT_OPENS<*.text>, case sensitive check
Set severity to : Critical
Set message group to : OpC
Set message text to : Ingres error: <text>
67 Condition nr 67
+ DMF internal error - E_DM004A
Suppress messages matching condition : for 20m
Check on message : E_DM004A_INTERNAL_ERROR<*.text>, case sensitive check
Set severity to : Critical
Set message group to : OpC
Set message text to : Ingres error: <text>
68 Condition nr 68
+ General QEF failure - E_QE001D
Suppress messages matching condition : for 20m
Check on message : E_QE001D_FAIL<*.text>, case sensitive check
Set severity to : Critical
Set message group to : OpC
Set message text to : Ingres error: <text>
69 Condition nr 69
+ Error closing database - E_SC0122
Suppress messages matching condition : for 20m
Check on message : E_SC0122_DB_CLOSE<*.text>, case sensitive check
Set severity to : Critical
Set message group to : OpC
Set message text to : Ingres error: <text>
70 Condition nr 70
+ Error terminating server - E_SC0127
Suppress messages matching condition : for 20m
Check on message : E_SC0127_SERVER_TERMINATE<*.text>, case sensitive check
Set severity to : Critical
Set message group to : OpC
Set message text to : Ingres error: <text>
71 Condition nr 71
+ Cannot open database - E_DM1108
Suppress messages matching condition : for 20m
Check on message : E_DM1108_CPP_OPEN_DB<*.text>, case sensitive check
Set severity to : Critical
Set message group to : OpC
Set message text to : Ingres error: <text>
72 Condition nr 72
+ Database lock conflict
Check on message : E_DM1315_RFP_DB_BUSY<*.text>, case sensitive check
Set severity to : Warning
Set message group to : OpC
Set message text to : Ingres error: <text>
73 Condition nr 73
+ Remote session abort
Check on message : E_GC2205_RMT_ABORT, case sensitive check
Set severity to : Warning
Set message group to : OpC
Set message text to : Remote (Ingres/Net) Session aborted
74 Condition nr 74
+ Error opening sort file E_DM9711
Suppress messages matching condition : for 20m
Check on message : E_DM9711_SR_OPEN_ERROR<*.text>, case sensitive check
Set severity to : Critical
Set message group to : OpC
Set message text to : Ingres error: <text>
75 Condition nr 75
+ Lock timeout on system catalog E_RD002B
Suppress messages matching condition : for 20m
Check on message : E_RD002B_LOCK_TIMER_EXPIRED<*.text>, case sensitive check
Set severity to : Warning
Set message group to : OpC
Set message text to : Ingres error: <text>
76 Condition nr 76
+ Hard shutdown E_DM9424
Check on message : E_DM9424_RCP_HARD_SHUTDOWN, case sensitive check
Set severity to : Normal
Set message group to : OpC
Set message text to : Ingres hard database shutdown.
77 Condition nr 77
- Lock timeout - E_DM9043
Check on message : E_DM9043_LOCK_TIMEOUT, case sensitive check
78 Condition nr 78
- Lock timeout - E_CL1002_LK
Check on message : E_CL1002_LK_TIMEOUT, case sensitive check
79 Condition nr 79
- Lock eskalation - E_DM9041
Check on message : E_DM9041_LK_ESCALATE_TABLE, case sensitive check
80 Condition nr 80
- Lock eskalation - E_DMA00D
Check on message : E_DMA00D_TOO_MANY_LOG_LOCKS, case sensitive check
81 Condition nr 81
- Process exit - second line
Check on message : System communication error: Broken pipe., case sensitive check
82 Condition nr 82
- Bad GCA - E_SC022F
Check on message : E_SC022F_BAD_GCA_READ, case sensitive check
83 Condition nr 83
- User interrupt - E_RD000C
Check on message : E_RD000C_USER_INTR, case sensitive check
84 Condition nr 84
- User interrupt - E_DM0065
Check on message : E_DM0065_USER_INTR, case sensitive check
85 Condition nr 85
- Startup messages - E_CL2530
Check on message : E_CL2530_CS_PARAM, case sensitive check
86 Condition nr 86
- Startup messages - E_GC0151
Check on message : E_GC0151_GCN_STARTUP, case sensitive check
87 Condition nr 87
- Startup messages - E_GC2815
Check on message : E_GC2815_NTWK_OPEN, case sensitive check
88 Condition nr 88
- Startup messages - E_GC2006
Check on message : E_GC2006_STARTUP, case sensitive check
89 Condition nr 89
- Shutdown messages - E_SC0271
Check on message : E_SC0271_EVENT_THREAD, case sensitive check
90 Condition nr 90
- Shutdown messages - E_SC0235
Check on message : E_SC0235_AVERAGE_ROWS, case sensitive check
91 Condition nr 91
- Shutdown messages - E_SC0128
Check on message : E_SC0128_SERVER_DOWN, case sensitive check
92 Condition nr 92
- Shutdown messages - E_CL2518
Check on message : E_CL2518_CS_NORMAL_SHUTDOWN, case sensitive check
93 Condition nr 93
- Shutdown messages - E_DM9815
Check on message : E_DM9815_ARCH_SHUTDOWN, case sensitive check
94 Condition nr 94
- Shutdown messages - E_GC2002
Check on message : E_GC2002_SHUTDOWN, case sensitive check
95 Condition nr 95
- Shutdown messages - E_GC0152
Check on message : E_GC0152_GCN_SHUTDOWN, case sensitive check
96 Condition nr 96
- Session not started - E_SC0123
Check on message : E_SC0123_SESSION_INITIATE, case sensitive check
97 Condition nr 97
- Unknown database - E_US0010
Check on message : E_US0010, case sensitive check
98 Condition nr 98
- Database not found - E_DM1011
Check on message : E_DM1011_JSP_DB_NOTFOUND, case sensitive check
99 Condition nr 99
- More information
Check on message : Associated error messages which provide more detailed information about the, case sensitive check
100 Condition nr 100
- Ingres system manager rest
Check on message : ^ ingres system manager, case sensitive check
101 Condition nr 101
- Undefined user flag - E_US000D
Check on message : E_US000D<S>The -u flag specified a nonexistent user., case sensitive check
102 Condition nr 102
- Out of diskspace - second line
Check on message : Check disk space & quota on the sorting device(s)., case sensitive check
103 Condition nr 103
- Out of diskspace - another second line
Check on message : write() failed with UNIX error 28, case sensitive check
104 Condition nr 104
- Out of diskspace - third line
Check on message : Number of users has exceeded limit., case sensitive check
105 Condition nr 105
- Sort disk full - E_DM970D
Check on message : E_DM970D_SORT_WRITE_RECORD, case sensitive check
106 Condition nr 106
- Sort disk full - E_DM970B
Check on message : E_DM970B_SORT_PUT, case sensitive check
107 Condition nr 107
- Sort disk full - E_DM9275
Check on message : E_DM9275_DM2R_LOAD, case sensitive check
108 Condition nr 108
- Sort disk full - E_DM9703
Check on message : E_DM9703_SR_WRITE_ERROR, case sensitive check
109 Condition nr 109
- Disk full - E_QE007D
Check on message : E_QE007D_ERROR_PUTTING_RECORD, case sensitive check
110 Condition nr 110
- Net session end - E_GC2201
Check on message : E_GC2201_ASSOC_END, case sensitive check
111 Condition nr 111
- Net networked session end - E_GC2802
Check on message : E_GC2802_NTWK_CONNCTN_END, case sensitive check
112 Condition nr 112
- Net connection start - E_GC280F
Check on message : E_GC280F_OUTGNG_NTWK_CONNCTN, case sensitive check
113 Condition nr 113
- Net characterset - E_GC2461
Check on message : E_GC2461_CHARSET, case sensitive check
114 Condition nr 114
- Net incoming connection - E_GC2810
Check on message : E_GC2810_INCMG_NTWK_CONNCTN, case sensitive check
115 Condition nr 115
- Net config error - E_GC0132
Check on message : E_GC0132_GCN_VNODE_UNKNOWN, case sensitive check
116 Condition nr 116
- Net config error - E_GC0133
Check on message : E_GC0133_GCN_LOGIN_UNKNOWN, case sensitive check
117 Condition nr 117
- Net outgoing connection - E_GC2212
Check on message : E_GC2212_OUTGNG_ASSOC, case sensitive check
118 Condition nr 118
- Net session failed - second line
Check on message : ^System communication error, case sensitive check
119 Condition nr 119
- Unknown/wrong flags - E_US0022
Check on message : E_US0022<S>Either the flag format, case sensitive check
120 Condition nr 120
- Second line of missing checkpoint file
Check on message : E_DM1317_RFP_CKP_MISSING, case sensitive check
121 Condition nr 121
- Another line of missing checkpoint file
Check on message : open() failed with UNIX error 2, case sensitive check
122 Condition nr 122
- Max server errorcount reached - E_SC0221
Check on message : E_SC0221_SERVER_ERROR_MAX<*.text>, case sensitive check
123 Condition nr 123
- Timeout on system catalog 2 E_DM004D
Check on message : E_DM004D_LOCK_TIMER_EXPIRED, case sensitive check
124 Condition nr 124
- Timeout on system catalog 3 E_PS0904
Check on message : E_PS0904_BAD_RDF_GETDESC, case sensitive check
125 Condition nr 125
- Error opening sort file 2 E_DM970F
Check on message : E_DM970F_SORT_OUTPUT_RUN, case sensitive check
126 Condition nr 126
+ Generic condition matching errors not in this template. Must be last !
Suppress identical input messages : for 20m
Check on message : E_<*.errmsg>$, case sensitive check
Set severity to : Warning
Set message text to : Unmatched Ingres error: E_<errmsg>
Template is member of template groups:
Default
Description : Kernel messages HP-UX 10.x/11.x
Template type : logfile encapsulator
Scan mode : always scan from begin of file; close after read
File to be executed : /sbin/dmesg - > /var/opt/OV/log/OpC/dmesg.out
File to be read : /var/opt/OV/log/OpC/dmesg.out
Polling interval : 10s
Fieldseparators : default
Case sensitivity : yes
Character set : ISO88591
Condition defaults:
Suppress messages matching condition : for 10m, resend after 15m
Set severity to : Warning
Set application to : Kernel
Set message group to : OS
Conditions:
1 Condition nr 1
+ Kernel table full
Suppress messages matching condition : for 10m, resend after 15m
Check on message : <@.tablename>: [t|T]able is full, case sensitive check
Set severity to : Warning
Set application to : Kernel
Set message group to : OS
Set object to : <tablename>
Set message text to : kernel table \"<tablename>\" is full
2 Condition nr 2
+ Filesystem nearly full
Suppress identical input messages : for 10m, resend after 15m
Check on message : [<@.filesys>:|<@.filesys>] [f|F]ile system nearly full, case sensitive check
Set severity to : Warning
Set application to : Kernel
Set message group to : OS
Set object to : Filesystem
Set message text to : The filesystem \"<filesys>\" is nearly full
Automatic action : echo \"Current diskspace utilization\" && echo && bdf <filesys>, always annotate
3 Condition nr 3
+ Filesystem full
Suppress identical input messages : for 10m, resend after 15m
Check on message : [<@.filesys>:|<@.filesys>] [f|F]ile system full, case sensitive check
Set severity to : Critical
Set application to : Kernel
Set message group to : OS
Set object to : Filesystem
Set message text to : The filesystem \"<filesys>\" is full
Automatic action : echo \"Current diskspace utilization\" && echo && bdf <filesys>, always annotate
4 Condition nr 4
+ NFS server not responding
Suppress messages matching condition : for 10m, resend after 15m
Check on message : NFS server <@.mach_name> not responding, case sensitive check
Set severity to : Warning
Set application to : Kernel
Set message group to : OS
Set object to : NFS subsystem
Set message text to : NFS server <mach_name> is not responding to NFS requests
Automatic action : echo \"Checking network status of system <mach_name>\" && /usr/sbin/ping -o <mach_name> 64 10, always annotate
5 Condition nr 5
+ LAN cable problems
Suppress messages matching condition : for 10m, resend after 15m
Check on message : Suspected AUI cable disconnect, case sensitive check
Set severity to : Warning
Set application to : Kernel
Set message group to : OS
Set object to : LAN
Set message text to : Suspected LAN cabling problems
Template is member of template groups:
HP-UX 10.x
HP-UX 11.x
Template is active on nodes:
xyz-01.ams.testcorp.com
xyz-02.ams.testcorp.com
xyz-03.ams.testcorp.com
xyz-04.ams.testcorp.com
Description : Kernel messages processed by the error logger
Template type : logfile encapsulator
Scan mode : scan from last position
Logfile : /var/adm/ras/errlog
File to be executed : errpt_fmt.sh
File to be read : /var/lpp/OV/log/OpC/errpt.log
Polling interval : 30s
Fieldseparators : default
Case sensitivity : yes
Character set : ISO88591
Condition defaults:
Suppress messages matching condition : for 10m, resend after 15m
Set severity to : Warning
Set application to : Kernel
Set message group to : OS
Conditions:
1 Condition nr 1
+ errlog event
Check on message : ^Errpt details <@.dfilename> : <*.orig_text>, case sensitive check
Set severity to : Warning
Set application to : Kernel
Set message group to : OS
Set message text to : <orig_text>
Automatic action : cat <dfilename>; rm -f <dfilename>, always annotate
Template is member of template groups:
AIX
AIX with HACMP
Description : SuSE Linux Logfile definition of kernel messages from /var/log/warn
Template type : logfile encapsulator
Scan mode : scan from last position
Logfile : /var/log/warn
Polling interval : 1m
Fieldseparators : default
Case sensitivity : yes
Character set : ISO88591
Condition defaults:
Set severity to : Warning
Set application to : Kernel
Set message group to : OS
Conditions:
1 Condition nr 1
+ Kernel messages
Check on message : <*> kernel: <*.object>: <*.messages>, case sensitive check
Set application to : Kernel
Set message group to : OS
Set object to : <object>
Set message text to : Kernel message: <object>: <messages>
Template is member of template groups:
Linux (SuSE)
Description : History of HP-UX 10.x/11.x logins and logouts (/var/adm/wtmp logfile)
Template type : logfile encapsulator
Scan mode : always scan from begin of file; close after read
Logfile : /var/adm/wtmp
File to be executed : opcfwtmp /tmp/wtmp.stat /var/adm/wtmp /tmp/wtmp.out
File to be read : /tmp/wtmp.out
Polling interval : 10s
Fieldseparators : default
Case sensitivity : yes
Character set : ISO88591
Condition defaults:
Set severity to : Normal
Set application to : /usr/bin/login(1) Login
Set message group to : Security
Conditions:
1 Condition nr 1
+ Successful remote login
Check on message : LOGIN <@.user> <@.tty> <@.host> <*.date> <*.time>, case sensitive check
Set object to : <user>
Set message text to : Succeeded login of <user> on <tty> from <host> at <time> <date>
2 Condition nr 2
+ Successful local login
Check on message : LOGIN <@.user> <@.tty> <*.date> <*.time>, case sensitive check
Set object to : <user>
Set message text to : Succeeded login of <user> on <tty> at <time> <date>
3 Condition nr 3
+ System boot
Check on message : BOOT, case sensitive check
Set severity to : Warning
Set message group to : OS
Set message text to : System reboot
4 Condition nr 4
+ System shutdown
Check on message : SHUTDOWN <@.user> <@.tty>, case sensitive check
Set severity to : Warning
Set message group to : OS
Set message text to : System shutdown started on <tty>
5 Condition nr 5
+ opcfwtmp failure
Check on message : opcfwtmp:, case sensitive check
Set severity to : Critical
Set message group to : OpC
Set object to : opcfwtmp
Set message text to : <$MSG_TEXT>
Template is member of template groups:
HP-UX 10.x
HP-UX 11.x
Template is active on nodes:
xyz-01.ams.testcorp.com
xyz-02.ams.testcorp.com
xyz-03.ams.testcorp.com
xyz-04.ams.testcorp.com
Description : History of AIX logins and logouts (/var/adm/wtmp file)
Template type : logfile encapsulator
Scan mode : always scan from begin of file; close after read
Logfile : /var/adm/wtmp
File to be executed : opcfwtmp /tmp/wtmp.stat /var/adm/wtmp /tmp/wtmp.out
File to be read : /tmp/wtmp.out
Polling interval : 10s
Fieldseparators : default
Case sensitivity : yes
Character set : ISO88591
Condition defaults:
Set severity to : Normal
Set application to : /bin/login
Set message group to : Security
Conditions:
1 Condition nr 1
+ Successful remote login
Check on message : LOGIN <@.user> <@.tty> <@.host>, case sensitive check
Set object to : <user>
Set message text to : Succeeded login of <user> on <tty> from <host>
2 Condition nr 2
+ Successful local login
Check on message : LOGIN <@.user> <@.tty>, case sensitive check
Set object to : <user>
Set message text to : Succeeded login of <user> on <tty>
3 Condition nr 3
+ System boot
Check on message : BOOT, case sensitive check
Set severity to : Warning
Set message group to : OS
Set message text to : System reboot
4 Condition nr 4
+ System shutdown user (not signalled on hp-ux)
Check on message : SHUTDOWN <@.user> <@.tty>, case sensitive check
Set severity to : Warning
Set message group to : OS
Set message text to : System shutdown started on <tty>
5 Condition nr 5
+ System shutdown (not signalled on hp-ux)
Check on message : SHUTDOWN, case sensitive check
Set severity to : Warning
Set message group to : OS
Set message text to : System shutdown started
6 Condition nr 6
+ opcfwtmp failure
Check on message : opcfwtmp:, case sensitive check
Set severity to : Critical
Set message group to : OpC
Set object to : opcfwtmp
Set message text to : <$MSG_TEXT>
Template is member of template groups:
AIX
AIX with HACMP
Description : History of SGI IRIX logins and logouts (/var/adm/wtmpx logfile)
Template type : logfile encapsulator
Scan mode : always scan from begin of file; close after read
Logfile : /var/adm/wtmpx
File to be executed : opcfwtmp /tmp/wtmp.stat /var/adm/wtmpx /tmp/wtmp.out
File to be read : /tmp/wtmp.out
Polling interval : 10s
Fieldseparators : default
Case sensitivity : yes
Character set : ISO88591
Condition defaults:
Set severity to : Normal
Set application to : /bin/login
Set message group to : Security
Conditions:
1 Condition nr 1
+ Successful remote login
Check on message : LOGIN <@.user> <@.tty> <@.host>, case sensitive check
Set object to : <user>
Set message text to : Succeeded login of <user> on <tty> from <host>
2 Condition nr 2
+ Successful local login
Check on message : LOGIN <@.user> <@.tty>, case sensitive check
Set object to : <user>
Set message text to : Succeeded login of <user> on <tty>
3 Condition nr 3
+ System boot
Check on message : BOOT, case sensitive check
Set severity to : Warning
Set message group to : OS
Set message text to : System reboot
4 Condition nr 4
+ System shutdown (not signalled on hp-ux)
Check on message : SHUTDOWN <@.user> <@.tty>, case sensitive check
Set severity to : Warning
Set message group to : OS
Set message text to : System shutdown started on <tty>
5 Condition nr 5
+ opcfwtmp failure
Check on message : opcfwtmp:, case sensitive check
Set severity to : Critical
Set message group to : OpC
Set object to : opcfwtmp
Set message text to : <$MSG_TEXT>
Template is member of template groups:
IRIX
Description : History of Linux logins and logouts (/var/adm/wtmp logfile)
Template type : logfile encapsulator
Scan mode : always scan from begin of file; close after read
Logfile : /var/log/wtmp
File to be executed : opcfwtmp /tmp/wtmp.stat /var/log/wtmp /tmp/wtmp.out
File to be read : /tmp/wtmp.out
Polling interval : 10s
Fieldseparators : default
Case sensitivity : yes
Character set : ISO88591
Condition defaults:
Set severity to : Normal
Set application to : /bin/login
Set message group to : Security
Conditions:
1 Condition nr 1
+ Successful remote login
Check on message : LOGIN <@.user> <@.tty> <@.host>, case sensitive check
Set object to : <user>
Set message text to : Succeeded login of <user> on <tty> from <host>
2 Condition nr 2
+ Successful local login
Check on message : LOGIN <@.user> <@.tty>, case sensitive check
Set object to : <user>
Set message text to : Succeeded login of <user> on <tty>
3 Condition nr 3
+ System boot
Check on message : BOOT, case sensitive check
Set severity to : Warning
Set message group to : OS
Set message text to : System reboot
4 Condition nr 4
+ System shutdown (not signalled on hp-ux)
Check on message : SHUTDOWN <@.user> <@.tty>, case sensitive check
Set severity to : Warning
Set message group to : OS
Set message text to : System shutdown started on <tty>
5 Condition nr 5
+ opcfwtmp failure
Check on message : opcfwtmp:, case sensitive check
Set severity to : Critical
Set message group to : OpC
Set object to : opcfwtmp
Set message text to : <$MSG_TEXT>
Template is member of template groups:
Linux (RedHat)
Linux (SuSE)
Description : History of SNI SINIX logins and logouts (/var/adm/wtmpx logfile)
Template type : logfile encapsulator
Scan mode : always scan from begin of file; close after read
Logfile : /var/adm/wtmpx
File to be executed : opcfwtmp /tmp/wtmp.stat /var/adm/wtmpx /tmp/wtmp.out
File to be read : /tmp/wtmp.out
Polling interval : 10s
Fieldseparators : default
Case sensitivity : yes
Character set : ISO88591
Condition defaults:
Set severity to : Normal
Set application to : /bin/login
Set message group to : Security
Conditions:
1 Condition nr 1
+ Successful remote login
Check on message : LOGIN <@.user> <@.tty> <@.host>, case sensitive check
Set object to : <user>
Set message text to : Succeeded login of <user> on <tty> from <host>
2 Condition nr 2
+ Successful local login
Check on message : LOGIN <@.user> <@.tty>, case sensitive check
Set object to : <user>
Set message text to : Succeeded login of <user> on <tty>
3 Condition nr 3
+ System boot
Check on message : BOOT, case sensitive check
Set severity to : Warning
Set message group to : OS
Set message text to : System reboot
4 Condition nr 4
+ System shutdown (not signalled on hp-ux)
Check on message : SHUTDOWN <@.user> <@.tty>, case sensitive check
Set severity to : Warning
Set message group to : OS
Set message text to : System shutdown started on <tty>
5 Condition nr 5
+ opcfwtmp failure
Check on message : opcfwtmp:, case sensitive check
Set severity to : Critical
Set message group to : OpC
Set object to : opcfwtmp
Set message text to : <$MSG_TEXT>
Template is member of template groups:
SINIX
Description : History of Solaris logins and logouts (/var/adm/wtmpx file)
Template type : logfile encapsulator
Scan mode : always scan from begin of file; close after read
Logfile : /var/adm/wtmpx
File to be executed : opcfwtmp /tmp/wtmp.stat /var/adm/wtmpx /tmp/wtmp.out
File to be read : /tmp/wtmp.out
Polling interval : 10s
Fieldseparators : default
Case sensitivity : yes
Character set : ISO88591
Condition defaults:
Set severity to : Normal
Set application to : /bin/login
Set message group to : Security
Conditions:
1 Condition nr 1
+ Successful remote login
Check on message : LOGIN <@.user> <@.tty> <@.host>, case sensitive check
Set object to : <user>
Set message text to : Succeeded login of <user> on <tty> from <host>
2 Condition nr 2
+ Successful local login
Check on message : LOGIN <@.user> <@.tty>, case sensitive check
Set object to : <user>
Set message text to : Succeeded login of <user> on <tty>
3 Condition nr 3
+ System boot
Check on message : BOOT, case sensitive check
Set severity to : Warning
Set message group to : OS
Set message text to : System reboot
4 Condition nr 4
+ System shutdown
Check on message : SHUTDOWN <@.user> <@.tty>, case sensitive check
Set severity to : Warning
Set message group to : OS
Set message text to : System shutdown started on <tty>
5 Condition nr 5
+ System shutdown/1
Check on message : SHUTDOWN, case sensitive check
Set severity to : Warning
Set message group to : OS
Set message text to : System shutdown started
6 Condition nr 6
+ opcfwtmp failure
Check on message : opcfwtmp:, case sensitive check
Set severity to : Critical
Set message group to : OpC
Set object to : opcfwtmp
Set message text to : <$MSG_TEXT>
Template is member of template groups:
Solaris
Description : History of DYNIX/ptx logins and logouts (/var/adm/wtmp logfile)
Template type : logfile encapsulator
Scan mode : always scan from begin of file; close after read
Logfile : /var/adm/wtmp
File to be executed : opcfwtmp /tmp/wtmp.stat /var/adm/wtmp /tmp/wtmp.out
File to be read : /tmp/wtmp.out
Polling interval : 10s
Fieldseparators : default
Case sensitivity : yes
Character set : ISO88591
Condition defaults:
Set severity to : Normal
Set application to : /bin/login
Set message group to : Security
Conditions:
1 Condition nr 1
+ Successful remote login
Check on message : LOGIN <@.user> <@.tty> <@.host>, case sensitive check
Set object to : <user>
Set message text to : Succeeded login of <user> on <tty> from <host>
2 Condition nr 2
+ Successful local login
Check on message : LOGIN <@.user> <@.tty>, case sensitive check
Set object to : <user>
Set message text to : Succeeded login of <user> on <tty>
3 Condition nr 3
+ System boot
Check on message : BOOT, case sensitive check
Set severity to : Warning
Set message group to : OS
Set message text to : System reboot
4 Condition nr 4
+ System shutdown
Check on message : SHUTDOWN <@.user> <@.tty>, case sensitive check
Set severity to : Warning
Set message group to : OS
Set message text to : System shutdown started on <tty>
5 Condition nr 5
+ opcfwtmp failure
Check on message : opcfwtmp:, case sensitive check
Set severity to : Critical
Set message group to : OpC
Set object to : opcfwtmp
Set message text to : <$MSG_TEXT>
Template is member of template groups:
DYNIX/ptx
Description : History of Digital Unix logins and logouts (/etc/wtmp logfile)
Template type : logfile encapsulator
Scan mode : always scan from begin of file; close after read
Logfile : /var/adm/wtmp
File to be executed : opcfwtmp /tmp/wtmp.stat /var/adm/wtmp /tmp/wtmp.out
File to be read : /tmp/wtmp.out
Polling interval : 10s
Fieldseparators : default
Case sensitivity : yes
Character set : ISO88591
Condition defaults:
Set severity to : Normal
Set application to : /bin/login
Set message group to : Security
Conditions:
1 Condition nr 1
+ Successful remote login
Check on message : LOGIN <@.user> <@.tty> <@.host>, case sensitive check
Set object to : <user>
Set message text to : Succeeded login of <user> on <tty> from <host>
2 Condition nr 2
+ Successful local login
Check on message : LOGIN <@.user> <@.tty>, case sensitive check
Set object to : <user>
Set message text to : Succeeded login of <user> on <tty>
3 Condition nr 3
+ System boot
Check on message : BOOT, case sensitive check
Set severity to : Warning
Set message group to : OS
Set message text to : System reboot
4 Condition nr 4
+ System shutdown
Check on message : SHUTDOWN <@.user> <@.tty>, case sensitive check
Set severity to : Warning
Set message group to : OS
Set message text to : System shutdown started on <tty>
5 Condition nr 5
+ opcfwtmp failure
Check on message : opcfwtmp:, case sensitive check
Set severity to : Critical
Set message group to : OpC
Set object to : opcfwtmp
Set message text to : <$MSG_TEXT>
Template is member of template groups:
Digital UNIX
Description : DYNIX/ptx printer requests available on the /usr/spool/lp/logs/requests file
Template type : logfile encapsulator
Scan mode : scan from last position
Logfile : /usr/spool/lp/logs/requests
Polling interval : 10s
Fieldseparators : default
Case sensitivity : yes
Character set : ISO88591
Condition defaults:
Set severity to : Normal
Set application to : print requests
Set message group to : Lp
Conditions:
1 Condition nr 1
+ NOTICE request for printer.
Check on message : ^= <*.printer>-<#.sn>, uid <#.uid>, gid <#.gid>, size <#.size>, <*.date> , case sensitive check
Set object to : printer
Set message text to : User <uid> from group <gid> sent request of size <size> to printer <printer>
Template is member of template groups:
DYNIX/ptx
Description : Printer Services Logfile available on the /usr/spool/lp/logs/lpsched
Template type : logfile encapsulator
Scan mode : scan from last position
Logfile : /usr/spool/lp/logs/lpsched
Polling interval : 1m
Fieldseparators : default
Case sensitivity : yes
Character set : ISO88591
Condition defaults:
Set severity to : Normal
Set application to : lpd
Set message group to : Printer
Conditions:
1 Condition nr 1
+ Print services stopped
Check on message : <*> Print services stopped., case sensitive check
Set message text to : Print services stopped
2 Condition nr 2
+ Print services started
Check on message : <*> Print services started., case sensitive check
Set message text to : Print services started
Template is member of template groups:
DYNIX/ptx
Description : Line printer deamon logfile /var/adm/lplog
Template type : logfile encapsulator
Scan mode : scan from last position
Logfile : /var/adm/lplog
Polling interval : 1m
Fieldseparators : default
Case sensitivity : yes
Character set : ISO88591
Condition defaults:
Set application to : Lplog
Set message group to : OS
Conditions:
1 Condition nr 1
+ Line printer deamon messages
Check on message : <*> lpd\\[<#>\\]: <*.msg>, case sensitive check
Set severity to : Warning
Set message text to : lpd: <msg>
2 Condition nr 2
+ Line printer deamon messages without pid
Check on message : <*> lpd: <*.msg>, case sensitive check
Set severity to : Warning
Set message text to : lpd: <msg>
3 Condition nr 3
+ Line printer messages from user root
Check on message : <*> root\\[<#>\\]: <*.msg>, case sensitive check
Set severity to : Warning
Set message text to : <msg>
4 Condition nr 4
+ Cannot open printer description file
Check on message : <*> lpd: cannot open printer description file, case sensitive check
Set severity to : Warning
Set message text to : lpd: cannot open printer description file
5 Condition nr 5
+ Last message repeated x times
Check on message : <*> last message repeated <#.num> times, case sensitive check
Set severity to : Warning
Set message text to : Last message repeated <num> times
Template is member of template groups:
Digital UNIX
Description : Check if MetaFrame ICA browser service is down
Template type : monitor template
Monitor program : mf_service.bat ICABrowser MF_ICA_Browser
Treshold type : minimum; message generation: with reset
Polling interval : 5m
Fieldseparators : default
Case sensitivity : yes
Condition defaults:
Set severity to : Warning
Conditions:
1 Condition nr 1
+ Check if MetaFrame Server Browser is down
Treshold: 0
Reset: 0.1
Set severity to : Warning
Set application to : MF
Set message group to : OS
Set object to : Service
Set message text to : MetaFrame Server Browser is not running.
Template is member of template groups:
MetaFrame
Description : Check if MetaFrame Program Neighborhood service is down
Template type : monitor template
Monitor program : mf_service.bat ProgNeighborhood MF_Prog_Neighborhood
Treshold type : minimum; message generation: with reset
Polling interval : 5m
Fieldseparators : default
Case sensitivity : yes
Condition defaults:
Set severity to : Warning
Conditions:
1 Condition nr 1
+ Check if MetaFrame Program Neighborhood is down
Treshold: 0
Reset: 0.1
Set severity to : Warning
Set application to : MF
Set message group to : OS
Set object to : Service
Set message text to : MetaFrame Program Neighborhood is not running.
Template is member of template groups:
MetaFrame
Description : default configuration for MPE/iX console messages
Template type : MPE/iX console messages interceptor
Fieldseparators : default
Case sensitivity : yes
Condition defaults:
Set severity to : Normal
Conditions:
1 Condition nr 1
+ Mirrored volume partner missing messages
Suppress messages matching condition : for 1h, resend after 2h
Check on message : ^[?|]<*.time>/[#[S|J]<#>/|]<#.pin>/[<*.user>/|]MIRRORED PARTNER MISSING FOR LDEV#<*.ldev>, case sensitive check
Set severity to : Major
Set message group to : OS
Set message text to : DISK FAILURE: The mirrored partner for LDEV# <ldev> has failed to mount.
Operator initiated action : dstat all, always annotate
2 Condition nr 2
+ Disk array disabled mechanism messages
Suppress messages matching condition : for 15m, resend after 30m
Check on message : <*>/<*>/DISK ARRAY HAS DISABLED A MECHANISM IN <*.message>, case sensitive check
Set severity to : Major
Set message text to : DISK FAILURE: DISK ARRAY HAS DISABLED MECHANISM IN <message>
3 Condition nr 3
+ Mirrored volume disabled messages
Suppress messages matching condition : for 1h, resend after 2h
Check on message : ^[?|]<*.time>/[#[S|J]<#>/|]<#.pin>/[<*.user>/|]MIRRORED VOLUME DISABLED ON LDEV #<*.ldev>, case sensitive check
Set severity to : Major
Set message group to : OS
Set message text to : DISK FAILURE: Mirrored volume LDEV# <ldev> is DISABLED!
Operator initiated action : dstat all, always annotate
4 Condition nr 4
+ Request/Reply Msgs (Critical)
Check on message : ^[?|]<*.Time>/[#[S|J]<#>/|]<#.pin>/[<*.user>/|]<[<*>DISABLED<*>].text>, case sensitive check
Set severity to : Critical
Set object to : Reply Request
Set message text to : Operator Reply Required (pin <pin>): <text> Requested by <user>
Operator initiated action : opcreply.bin.ovopc \"<pin> <time> 0\, always annotate
5 Condition nr 5
+ Request/Reply Msgs
Check on message : ^?<*.time>/[#[S|J]<#>/|]<#.pin>/[<*.user>/|]<*.text>, case sensitive check
Set severity to : Warning
Set object to : Reply Request
Set message text to : Operator Reply Required (pin <pin>): <text> Requested by <user>
Operator initiated action : opcreply.bin.ovopc \"<pin> <time> 0\, always annotate
6 Condition nr 6
+ Enable monitor checking
Check on message : [p|P]lease enable monitor <@.lockname>, case sensitive check
Automatic action : xeq monctrl.actions enable <lockname>, always annotate, auto acknowledge
7 Condition nr 7
+ Disable monitor checking
Check on message : [p|P]lease disable monitor <@.lockname>, case sensitive check
Automatic action : xeq monctrl.actions disable <lockname>, always annotate, auto acknowledge
8 Condition nr 8
+ Errors enable/disabling monitors
Check on message : MONCTRL: <*.text>, case sensitive check
Set severity to : Warning
Set application to : lockmon
Set message group to : OS
Set message text to : <text>
9 Condition nr 9
+ Console returned
Check on message : CONSOLE HAS BEEN SWITCHED FROM LDEV <@.fromdev> TO LDEV 20, case sensitive check
Set severity to : Warning
Set message text to : CONSOLE Warning: Console has been returned to LDEV 20 (from LDEV <fromdev>)
Automatic action : sleep 30, on node <$OPC_MGMTSV>, auto acknowledge
10 Condition nr 10
+ Console has been switched
Check on message : CONSOLE HAS BEEN SWITCHED FROM LDEV, case sensitive check
Set severity to : Warning
Set message text to : CONSOLE Warning: <$MSG_TEXT>
11 Condition nr 11
+ Invalid LOGON: BAD PASSWORD
Check on message : <*.time>/<#.pin>/INVALID PASSWORD FOR <*.logon> DURING LOGON ON LDEV <@.ldev>. <*>, case sensitive check
Set severity to : Warning
Set message group to : Security
Set message text to : Security Violation: Invalid password for <logon> on LDEV <ldev>
Automatic action : sleep 60, on node <$OPC_MGMTSV>, auto acknowledge
12 Condition nr 12
- Invalid LOGON: MISSING parameter
Check on message : ^<*.time>/[#[S|J]<#>/|]<#.pin>/[<*.user>/|]<*>MISSING <*.parm> FOR <*.logon> ON LDEV <*.ldev> <*.jserrnum>, case sensitive check
13 Condition nr 13
+ Specific USER logons: SM Capable Users
Check on message : <*.time>/<@.jsnum>/<*.pin>/LOGON FOR: \"<[<@>,|].jname><[MANAGER.SYS|MGR.TELESUP|MGR.NETBASE|MGR.OVOPC].logon>,<*.grp>\" ON LDEV #<@.ldev>., case sensitive check
Set severity to : Warning
Set message group to : Security
Set message text to : Security Alert: SM capable user logon on LDEV <ldev> (<jname><logon>)
14 Condition nr 14
+ Specific LDEV logons: LDEV 20 (Console)
Check on message : <*.time>/<@.jsnum>/<*.pin>/[<*.useracct>/|]LOGON FOR: <*.logon> ON LDEV #<[20].ldev>., case sensitive check
Set severity to : Warning
Set message group to : Security
Set message text to : Security Alert: User <logon> (<jsnum>) has logged on to the System CONSOLE
15 Condition nr 15
+ Specific LDEV logons: LDEV 21 (Remote Console)
Check on message : <*.time>/<@.jsnum>/<*.pin>/[<*.useracct>/|]LOGON FOR: <*.logon> ON LDEV #<[21].ldev>., case sensitive check
Set severity to : Warning
Set message group to : Security
Set message text to : Security Alert: User <logon> (<jsnum>) has logged on to the REMOTE System CONSOle
Automatic action : sleep 60, on node <$OPC_MGMTSV>, auto acknowledge
16 Condition nr 16
- Specific LDEV logons: LDEV 10 (Jobs)
Check on message : <*.time>/<@.jsnum>/<*.pin>/[<*.useracct>/|]LOGON FOR: <*.logon> ON LDEV #<[10].ldev>., case sensitive check
17 Condition nr 17
- Specific LDEV logons
Check on message : <*.time>/<@.jsnum>/<*.pin>/<*.useracct>/LOGON FOR: <*.logon> ON LDEV #<@.ldev>., case sensitive check
18 Condition nr 18
- PROGRAMMATIC logons
Check on message : <*.time>/<@.jsnum>/<*.pin>/<*.useracct>/(PROGRAMMATIC) LOGON FOR: <*.logon> ON LDEV <@.ldev>., case sensitive check
19 Condition nr 19
- Logon messages
Check on message : <*>LOGON<*>, case sensitive check
20 Condition nr 20
- LOGOFF messages
Check on message : <*>LOGOFF<*>, case sensitive check
21 Condition nr 21
+ Tape Ldev #7 Not Ready Message
Check on message : <*.time>/<*.pin>/ LDEV #7 NOT READY, case sensitive check
Set severity to : Warning
Set message group to : Backup
Set message text to : <time>: Tape Drive #7 is NOT READY
22 Condition nr 22
+ Tape Ldev #8 Not Ready Message
Check on message : <*.time>/<*.pin>/ LDEV #8 NOT READY, case sensitive check
Set severity to : Warning
Set message group to : Backup
Set message text to : <time>: Tape Drive #8 is NOT READY
23 Condition nr 23
+ General Ldev Not Ready Message
Check on message : <*.time>/<*.pin>/ LDEV #<*.ldev> NOT READY, case sensitive check
Set severity to : Warning
Set message group to : Backup
Set message text to : <time>: Ldev #<ldev> is NOT READY
24 Condition nr 24
+ Tape mount request pending
Check on message : <*.time>/[#[J|S]<#>/|]<#>/[<@>.<@>/|]MOUNT MEDIA <*.tape_no> FOR STORE ON <*.ldev>, case sensitive check
Set severity to : Minor
Set message group to : Backup
Set message text to : <time>: MOUNT MEDIA <tape_no> FOR STORE ON <ldev>
25 Condition nr 25
- (unlabelled) mounted on Tape volume mount
Check on message : <*>(unlabelled) mounted on<*>, case sensitive check
26 Condition nr 26
+ STORE Bad Media Message 1
Check on message : ^<[?|]><*.time>/[#<[[J|S]<#>].jsnum>/|]<#.pin>/[<@.jsname>/|]<*>MEDIA ON LDEV <*.ldev> IS BAD. CONTINUE ANYWAY?(Y/N), case sensitive check
Set severity to : Critical
Set message group to : Backup
Set message text to : Damaged media: MEDIA IS BAD for JOB: #<jsnum>. Reply to PIN: <pin> to CONTINUE (Y) or STOP (N)
27 Condition nr 27
+ STORE Bad Media Message 2
Check on message : ^<*.time>/[#<[[J|S]<#>].jsnum>/|]<#.pin>/[<@.jsname>/|]STORE IS MARKING MEDIA<*.media>BAD ON LDEV <*.ldev>, case sensitive check
Set severity to : Warning
Set message group to : Backup
Set message text to : Damaged tape: STORE IS MARKING MEDIA<media>BAD ON LDEV <ldev>
28 Condition nr 28
+ STORE Bad Media Message 3
Check on message : ^<*.time>/[#<[[J|S]<#>].jsnum>/|]<#.pin>/[<@.jsname>/|]<*.media> ON LDEV <@.ldev> IS BEING MARKED BAD, case sensitive check
Set severity to : Warning
Set message group to : Backup
Set message text to : Damaged media: STORE IS MARKING MEDIA <media> BAD ON LDEV <ldev>
29 Condition nr 29
+ STORE 100% Complete Message
Check on message : <*.time>/[<[#[J|S]<#>].jsnum>/|]<#.pin>/[<[<@>.<@>].user>/|]STORE OPERATION IS 100% COMPLETE, case sensitive check
Set message group to : Backup
Set message text to : MPE/iX Store: Operation is 100% complete. Verify that all files have stored properly.
30 Condition nr 30
+ STORE % Complete Messages
Check on message : <*.time>/[<[#[J|S]<#>].jsnum>/|]<#.pin>/[<[<@>.<@>].user>/|]STORE OPERATION IS <#.pct>% COMPLETE, case sensitive check
Set message group to : Backup
Set message text to : MPE/iX Store: Operation is <pct>% complete.
Automatic action : sleep 15, on node <$OPC_MGMTSV>, auto acknowledge
31 Condition nr 31
+ Match all SysMgr messages
Check on group : DTC|Database|Hardware|Job|Logging|Misc|Network|OS|Output|Performance|Security|Storage
Set object to : SysMgr
Template is member of template groups:
MPE/iX OS monitoring
Description : Monitors the current status of the disk drives on MPE/iX systems.
Template type : logfile encapsulator
Scan mode : always scan from begin of file; close after read
File to be executed : xeq devinfo.monitor
File to be read : devdata.pub.ovopc
Polling interval : 30m
Fieldseparators : default
Case sensitivity : yes
Character set : ISO88591
Condition defaults:
Set severity to : Warning
Set application to : devinfo
Set message group to : OS
Conditions:
1 Condition nr 1
- DSTAT header 1
Check on message : <S>LDEV-TYPE<S>STATUS<S>VOLUME<S>(VOLUME SET - GEN), case sensitive check
2 Condition nr 2
- DSTAT header 2
Check on message : <S>----------<S>--------<S>--------------------------<S>, case sensitive check
3 Condition nr 3
+ Volume status: DISABLED
Check on message : <#.ldev>-<8*.dev_type><S>[*|]DISABLED<*>, case sensitive check
Set severity to : Critical
Set object to : LDEV <ldev>
Set message text to : DISC FAILURE: Volume LDEV <ldev> is in a DISABLED state.
4 Condition nr 4
+ Volume status: PENDING
Check on message : <#.ldev>-<8*.dev_type><S>[*|]PENDING<*>, case sensitive check
Set severity to : Critical
Set object to : LDEV <ldev>
Set message text to : Volume LDEV <ldev> is in a PENDING state.
5 Condition nr 5
- Volume status: UNKNOWN
Check on message : <#.ldev>-<8*.dev_type><S>[*|]UNKNOWN<S>, case sensitive check
6 Condition nr 6
- Volume status: SCRATCH
Check on message : <#.ldev>-<8*.dev_type><S>[*|]SCRATCH<S>, case sensitive check
7 Condition nr 7
- Volume status: LONER
Check on message : <#.ldev>-<8*.dev_type><S>[*|]LONER<S>, case sensitive check
8 Condition nr 8
+ Volume status: Split backup volume MASTER or MEMBER
Check on message : <#.ldev>-<8*.dev_type><S>[MASTER|MEMBER]-SB<S><@.volume><S>(<@.volume_set>-<#.gen>), case sensitive check
Set severity to : Warning
Set object to : LDEV <ldev>
Set message text to : Backup volume <volume_set>:<volume> (LDEV <ldev>) has been split from its mirrored pair
9 Condition nr 9
+ Volume status: Split user volume MASTER or MEMBER
Check on message : <#.ldev>-<8*.dev_type><S>[MASTER|MEMBER]-SU<S><@.volume><S>(<@.volume_set>-<#.gen>), case sensitive check
Set severity to : Warning
Set object to : LDEV <ldev>
Set message text to : User volume <volume_set>:<volume> (LDEV <ldev>) has been split from its mirrored pair
10 Condition nr 10
- Volume status: Mirrored MASTER or MEMBER
Check on message : <#.ldev>-<8*.dev_type><S>[MASTER|MEMBER]-MD<S><@.volume><S>(<@.volume_set>-<#.gen>), case sensitive check
11 Condition nr 11
- Volume status: MASTER or MEMBER
Check on message : <#.ldev>-<8*.dev_type><S>[MASTER|MEMBER]<S><@.volume><S>(<@.volume_set>-<#.gen>), case sensitive check
Template is member of template groups:
MPE/iX OS monitoring
Description : Volume set disc space utilization for MPE/iX
Template type : logfile encapsulator
Scan mode : always scan from begin of file; close after read
File to be executed : xeq volinfo.monitor
File to be read : voldata.pub.ovopc
Polling interval : 1h
Fieldseparators : default
Case sensitivity : yes
Character set : ISO88591
Condition defaults:
Set application to : volinfo
Set message group to : OS
Conditions:
1 Condition nr 1
- Suppress DISKDUMP_VOLUME_SET
Check on message : DISKDUMP_VOLUME_SET:<*>, case sensitive check
2 Condition nr 2
+ Disc utilization for volume set
Check on message : <@.vol_set>:Total: free: <#.free_sectors> (<[<[<#>] -le 10>].free_pct>%) perm: <#.perm_sectors> (<#.perm_pct>%) trans: <#.transient_sectors> (<#.transient_pct>%) device total: <#.total_sectors>, case sensitive check
Set severity to : Warning
Set object to : <vol_set>
Set message text to : Volume set <vol_set> is low on disc space (<free_pct>% free). Remaining available sectors is <free_sectors>
3 Condition nr 3
+ Disc utilization for MPEXL_SYSTEM_VOLUME_SET
Check on message : <[MPEXL_SYSTEM_VOLUME_SET].vol_set>:Total: free: <[<[<#>] -le 1000000>].free_sectors> (<#.free_pct>%) perm: <#.perm_sectors> (<#.perm_pct>%) trans: <#.transient_sectors> (<#.transient_pct>%) device total: <#.total_sectors>, case sensitive check
Set severity to : Warning
Set object to : <vol_set>
Set message text to : Volume set <vol_set> is low on disc space (<free_pct>% free). Remaining available sectors is <free_sectors>
Operator initiated action : discfree \"e,,<vol_set>\, always annotate
4 Condition nr 4
+ Disc utilization for volume member
Check on message : <@.vol_set>:<@.member> free: <#.free_sectors> (<[<[<#>] -le 5>].free_pct>%) perm: <#.perm_sectors> (<#.perm_pct>%) trans: <#.transient_sectors> (<#.transient_pct>%) device total: <#.total_sectors>, case sensitive check
Set severity to : Warning
Set object to : <vol_set>
Set message text to : Member of volume set <vol_set>:<member> is low on disc space (<free_pct>% free). Remaining available sectors is <free_sectors>
5 Condition nr 5
+ Disc utilization for member of volume MPEXL_SYSTEM_VOLUME_SET
Check on message : <[MPEXL_SYSTEM_VOLUME_SET].vol_set>:<@.member> free: <#.free_sectors> (<[<[<#>] -le 10>].free_pct>%) perm: <#.perm_sectors> (<#.perm_pct>%) trans: <#.transient_sectors> (<#.transient_pct>%) device total: <#.total_sectors>, case sensitive check
Set severity to : Warning
Set object to : <vol_set>
Set message text to : Member of volume set <vol_set>:<member> is low on disc space (<free_pct>% free). Remaining available sectors is <free_sectors>
Template is member of template groups:
MPE/iX OS monitoring
Description : Determine length of sendmail mail queue (unsent email)
Template type : monitor template
Monitor program : mailq_l.sh MailQueueLength
Treshold type : maximum; message generation: with reset
Polling interval : 2m
Fieldseparators : default
Case sensitivity : yes
Condition defaults:
Set severity to : Warning
Conditions:
1 Condition nr 1
+ Determine length of sendmail mail queue (unsent email)
Treshold: 30
Reset: 10
Set severity to : Warning
Set application to : sendmail
Set message group to : OS
Set object to : Mailqueue
Set message text to : sendmail problems suspected: the mail queue length (<$VALUE>) has exceeded threshold (<$THRESHOLD>)
Automatic action : mailq_pr.sh, always annotate
Template is member of template groups:
AIX
AIX with HACMP
DYNIX/ptx
Digital UNIX
HP-UX 10.x
HP-UX 11.x
IRIX
Linux (RedHat)
Linux (SuSE)
Solaris
Template is active on nodes:
xyz-01.ams.testcorp.com
xyz-02.ams.testcorp.com
xyz-03.ams.testcorp.com
xyz-04.ams.testcorp.com
Description : HP-UX 10.x/11.x default condition for the sendmail syslog file
Template type : logfile encapsulator
Scan mode : scan from last position
Logfile : /var/adm/syslog/mail.log
Polling interval : 5m
Fieldseparators : default
Case sensitivity : yes
Character set : ISO88591
Condition defaults:
Set application to : sendmail
Set message group to : OS
Conditions:
1 Condition nr 1
+ No frozen configuration file
Check on message : <@.machine> sendmail\\[<#.pid>\\]: Cannot open frozen configuration file <@.fcfile>, case sensitive check
Set severity to : Warning
Set node to : IP 0.0.0.0 "<machine>
Set object to : Config
Set message text to : The frozen (compiled) configuration file \"<fcfile>\" could not be opened by the sendmail daemon
Automatic action : echo \"Listing of sendmail files in /etc/mail:\" && ls -l /etc/mail/sendmail*, on node <machine>, always annotate
Operator initiated action : /usr/sbin/sendmail -bz, on node <machine>, always annotate, auto acknowledge
2 Condition nr 2
+ Sendmail daemon did exit
Check on message : <@.machine> sendmail\\[<#.pid>\\]: daemon: exiting, case sensitive check
Set severity to : Warning
Set node to : IP 0.0.0.0 "<machine>
Set object to : Daemon
Set message text to : The sendmail daemon did exit.
Operator initiated action : /usr/sbin/sendmail -bd -q1h, on node <machine>, auto acknowledge
3 Condition nr 3
+ sendmail I/O error
Suppress messages matching condition : for 10m, resend after 30m
Check on message : <@.machine> sendmail\\[<#.pid>\\]: <*> to=<@.tousers>, <*> stat=Deferred: I/O error, case sensitive check
Set severity to : Critical
Set node to : IP 0.0.0.0 "<machine>
Set object to : Mailqueue
Set message text to : sendmail daemon could not receive/send a mail because of an I/O error
Automatic action : echo \"Listing current disk space utilization\" && echo \"======================================\" && echo \"\" && bdf /var/mail && bdf /var/spool/mqueue, on node <machine>, always annotate
4 Condition nr 4
+ sendmail other defer error
Suppress messages matching condition : for 10m, resend after 30m
Check on message : <@.machine> sendmail\\[<#.pid>\\]: <*> to=<@.tousers>, <*> stat=<![Sent]><*.reason>$, case sensitive check
Set severity to : Critical
Set node to : IP 0.0.0.0 "<machine>
Set object to : Mailqueue
Set message text to : sendmail daemon could not receive/send mail: <reason>
Template is member of template groups:
HP-UX 10.x
HP-UX 11.x
Template is active on nodes:
xyz-01.ams.testcorp.com
xyz-02.ams.testcorp.com
xyz-03.ams.testcorp.com
xyz-04.ams.testcorp.com
Description : RedHat Linux Logfile definition of messages logfile /var/log/messages
Template type : logfile encapsulator
Scan mode : scan from last position
Logfile : /var/log/messages
Polling interval : 30s
Fieldseparators : default
Case sensitivity : yes
Character set : ISO88591
Condition defaults:
Set severity to : Normal
Set application to : syslogd
Set message group to : Security
Conditions:
1 Condition nr 1
+ Bad user
Check on message : <*> PAM_[unix|pwdb]<*> check pass; user unknown, case sensitive check
Set severity to : Warning
Set application to : /bin/login
Set object to : <user>
Set message text to : Failed login for unknown user
2 Condition nr 2
+ Bad login
Check on message : <*> login<*> FAILED LOGIN <*.try> FROM <@.host> FOR <@.user>, <*.mess>, case sensitive check
Set severity to : Warning
Set application to : /bin/login
Set object to : <user>
Set message text to : Failed login <try> for user <user> from host <host>: <mess>
3 Condition nr 3
+ Triple bad login on Linux 5.x
Check on message : <*> PAM_pwdb<*>: 3 authentication failures;<*.mess>, case sensitive check
Set severity to : Warning
Set application to : /bin/login
Set object to : <user>
Set message text to : Triple failed login: <mess>
4 Condition nr 4
+ Bad su
Check on message : <*> PAM_[unix|pwdb]<*> authentication failure; <@.from>(<*>) -\\> <@.to> for [system-auth|su] service, case sensitive check
Set severity to : Warning
Set application to : /bin/su
Set object to : <from>
Set message text to : Bad switch user to <to> by <from>
5 Condition nr 5
+ Succeeded su
Check on message : <*> PAM_[unix|pwdb]<*> ([system-auth|su]) session opened for user <@.to> by <@.from>(<*>), case sensitive check
Set application to : /bin/su
Set object to : <from>
Set message text to : Succeeded switch user to <to> by <from>
6 Condition nr 6
+ Kernel messages
Check on message : <*> kernel: <*.message>, case sensitive check
Set application to : kernel
Set message group to : OS
Set message text to : <message>
Template is member of template groups:
Linux (RedHat)
Description : SuSE Linux Logfile definition of messages logfile /var/log/messages
Template type : logfile encapsulator
Scan mode : scan from last position
Logfile : /var/log/messages
Polling interval : 30s
Fieldseparators : default
Case sensitivity : yes
Character set : ISO88591
Condition defaults:
Set application to : syslogd
Set message group to : Security
Conditions:
1 Condition nr 1
+ Bad user
Check on message : <*> FAILED LOGIN <*> FROM <*.host> FOR <*.user>, User not known to the underlying authentication module, case sensitive check
Set application to : /bin/login
Set object to : <user>
Set message text to : Failed login for unknown user from <host>
2 Condition nr 2
+ Bad login
Check on message : <*> FAILED LOGIN <*> FROM <*.host> FOR <@.user>, Authentication failure, case sensitive check
Set application to : /bin/login
Set object to : <user>
Set message text to : Failed login for user <user> from <host>
3 Condition nr 3
+ Bad su
Check on message : <*> su: FAILED SU (<*.to>) <*.from> <*>, case sensitive check
Set application to : /bin/su
Set object to : <from>
Set message text to : Bad switch user <to> by <from>
4 Condition nr 4
+ Succeeded su
Check on message : <*> su: (<*.to>) <*.from> <*>, case sensitive check
Set severity to : Normal
Set application to : /bin/su
Set object to : <from>
Set message text to : Succeeded switch user <to> by <from>
5 Condition nr 5
- suppress 'cron command started' messages
Check on message : ^<*> (<*>) CMD (<*>), case sensitive check
6 Condition nr 6
+ Crontab commands
Check on message : <*> crontab<*> (<*.user1>) <*.cmd> (<*.user2>), case sensitive check
Set severity to : Normal
Set application to : /usr/sbin/cron
Set message group to : Job
Set object to : cron
Set message text to : User <user1>, executed <cmd> as <user2>
7 Condition nr 7
+ Cron commands
Check on message : <*> (CRON) <@.cmd> (<@.res>), case sensitive check
Set severity to : Normal
Set application to : /usr/sbin/cron
Set message group to : Job
Set object to : cron
Set message text to : Cron message:<cmd>: <res>
Template is member of template groups:
Linux (SuSE)
Description : Checks if SMS_CLIENT_CONFIG_MANAGER service is down
Template type : monitor template
Monitor program : sms_chk.bat SMS_CLIENT_CONFIG_MANAGER NT_DWN_SMS_CLIENT_CONFIG_MGR
Treshold type : minimum; message generation: with reset
Polling interval : 5m
Fieldseparators : default
Case sensitivity : yes
Condition defaults:
Set severity to : Warning
Conditions:
1 Condition nr 1
+ Checks if SMS_CLIENT_CONFIG_MANAGER service is down
Treshold: 0
Reset: 0.9
Set severity to : Warning
Set application to : SMS
Set message group to : OS
Set object to : Service
Set message text to : SMS_CLIENT_CONFIG_MANAGER is not running.
Operator initiated action : net start SMS_CLIENT_CONFIG_MANAGER, always annotate
Template is member of template groups:
SMS (Windows NT)
Description : Checks if SMS_EXECUTIVE service is down
Template type : monitor template
Monitor program : sms_chk.bat SMS_EXECUTIVE NT_DWN_SMS_EXECUTIVE
Treshold type : minimum; message generation: with reset
Polling interval : 5m
Fieldseparators : default
Case sensitivity : yes
Condition defaults:
Set severity to : Warning
Conditions:
1 Condition nr 1
+ Checks if SMS_EXECUTIVE service is down
Treshold: 0
Reset: 0.9
Set severity to : Warning
Set application to : SMS
Set message group to : OS
Set object to : Service
Set message text to : SMS_EXECUTIVE is not running.
Operator initiated action : net start SMS_EXECUTIVE, always annotate
Template is member of template groups:
SMS (Windows NT)
Description : Checks if SMS_HIERARCHY_MANAGER service is down
Template type : monitor template
Monitor program : sms_chk.bat SMS_HIERARCHY_MANAGER NT_DWN_SMS_HIERARCHY_MGR
Treshold type : minimum; message generation: with reset
Polling interval : 5m
Fieldseparators : default
Case sensitivity : yes
Condition defaults:
Set severity to : Warning
Conditions:
1 Condition nr 1
+ Checks if SMS_HIERARCHY_MANAGER service is down
Treshold: 0
Reset: 0.9
Set severity to : Warning
Set application to : SMS
Set message group to : OS
Set object to : Service
Set message text to : SMS_HIERARCHY_MANAGER is not running. Restarting service.
Automatic action : net start SMS_HIERARCHY_MANAGER, always annotate
Template is member of template groups:
SMS (Windows NT)
Description : Checks if SMS_INVENTORY_AGENT_NT service is down
Template type : monitor template
Monitor program : sms_chk.bat SMS_INVENTORY_AGENT_NT NT_DWN_SMS_INVENTORY_AGT
Treshold type : minimum; message generation: with reset
Polling interval : 5m
Fieldseparators : default
Case sensitivity : yes
Condition defaults:
Set severity to : Warning
Conditions:
1 Condition nr 1
+ Checks if SMS_INVENTORY_AGENT_NT service is down
Treshold: 0
Reset: 0.9
Set severity to : Warning
Set application to : SMS
Set message group to : OS
Set object to : Service
Set message text to : SMS_INVENTORY_AGENT_NT is not running.
Operator initiated action : net start SMS_INVENTORY_AGENT_NT, always annotate
Template is member of template groups:
SMS (Windows NT)
Description : Checks if SMS_PACKAGE_COMMAND_MANAGER_NT service is down
Template type : monitor template
Monitor program : sms_chk.bat SMS_PACKAGE_COMMAND_MANAGER_NT NT_DWN_SMS_PACKAGE_COMMAND_MGR
Treshold type : minimum; message generation: with reset
Polling interval : 5m
Fieldseparators : default
Case sensitivity : yes
Condition defaults:
Set severity to : Warning
Conditions:
1 Condition nr 1
+ Checks if SMS_PACKAGE_COMMAND_MANAGER_NT service is down
Treshold: 0
Reset: 0.9
Set severity to : Warning
Set application to : SMS
Set message group to : OS
Set object to : Service
Set message text to : SMS_PACKAGE_COMMAND_MANAGER_NT is not running.
Operator initiated action : net start SMS_PACKAGE_COMMAND_MANAGER_NT, always annotate
Template is member of template groups:
SMS (Windows NT)
Description : Checks if SMS_SITE_CONFIG_MANAGER service is down
Template type : monitor template
Monitor program : sms_chk.bat SMS_SITE_CONFIG_MANAGER NT_DWN_SMS_SITE_CONFIG_MGR
Treshold type : minimum; message generation: with reset
Polling interval : 5m
Fieldseparators : default
Case sensitivity : yes
Condition defaults:
Set severity to : Warning
Conditions:
1 Condition nr 1
+ Checks if SMS_SITE_CONFIG_MANAGER service is down
Treshold: 0
Reset: 0.9
Set severity to : Warning
Set application to : SMS
Set message group to : OS
Set object to : Service
Set message text to : SMS_SITE_CONFIG_MANAGER is not running. Restarting service.
Automatic action : net start SMS_SITE_CONFIG_MANAGER, always annotate
Template is member of template groups:
SMS (Windows NT)
Description : Checks if SMS_TRAP_FILTER service is down
Template type : monitor template
Monitor program : sms_chk.bat SMS_TRAP_FILTER NT_DWN_SMS_TRAP_FILTER
Treshold type : minimum; message generation: with reset
Polling interval : 5m
Fieldseparators : default
Case sensitivity : yes
Condition defaults:
Set severity to : Warning
Conditions:
1 Condition nr 1
+ Checks if SMS_TRAP_FILTER service is down
Treshold: 0
Reset: 0.9
Set severity to : Warning
Set application to : SMS
Set message group to : OS
Set object to : Service
Set message text to : SMS_TRAP_FILTER is not running.
Template is member of template groups:
SMS (Windows NT)
Description : Checks if SMS_CLIENT_CONFIG_MANAGER service is running
Template type : monitor template
Monitor program : sms_chk.bat SMS_CLIENT_CONFIG_MANAGER NT_UP_SMS_CLIENT_CONFIG_MGR
Treshold type : maximum; message generation: with reset
Polling interval : 5m
Fieldseparators : default
Case sensitivity : yes
Condition defaults:
Set severity to : Normal
Conditions:
1 Condition nr 1
+ Checks if SMS_CLIENT_CONFIG_MANAGER service is running
Treshold: 1
Reset: 0.1
Set severity to : Normal
Set application to : SMS
Set message group to : OS
Set object to : Service
Set message text to : SMS_CLIENT_CONFIG_MANAGER has been started.
Template is member of template groups:
SMS (Windows NT)
Description : Checks if SMS_EXECUTIVE service is running
Template type : monitor template
Monitor program : sms_chk.bat SMS_EXECUTIVE NT_UP_SMS_EXECUTIVE
Treshold type : maximum; message generation: with reset
Polling interval : 5m
Fieldseparators : default
Case sensitivity : yes
Condition defaults:
Set severity to : Normal
Conditions:
1 Condition nr 1
+ Checks if SMS_EXECUTIVE service is running
Treshold: 1
Reset: 0.1
Set severity to : Normal
Set application to : SMS
Set message group to : OS
Set object to : Service
Set message text to : SMS_EXECUTIVE has been started.
Template is member of template groups:
SMS (Windows NT)
Description : Checks if SMS_HIERARCHY_MANAGER service is running
Template type : monitor template
Monitor program : sms_chk.bat SMS_HIERARCHY_MANAGER NT_UP_SMS_HIERARCHY_MGR
Treshold type : maximum; message generation: with reset
Polling interval : 5m
Fieldseparators : default
Case sensitivity : yes
Condition defaults:
Set severity to : Normal
Conditions:
1 Condition nr 1
+ Checks if SMS_HIERARCHY_MANAGER service is running
Treshold: 1
Reset: 0.1
Set severity to : Normal
Set application to : SMS
Set message group to : OS
Set object to : Service
Set message text to : SMS_HIERARCHY_MANAGER has been started.
Template is member of template groups:
SMS (Windows NT)
Description : Checks if SMS_INVENTORY_AGENT_NT service is running
Template type : monitor template
Monitor program : sms_chk.bat SMS_INVENTORY_AGENT_NT NT_UP_SMS_INVENTORY_AGT
Treshold type : maximum; message generation: with reset
Polling interval : 5m
Fieldseparators : default
Case sensitivity : yes
Condition defaults:
Set severity to : Normal
Conditions:
1 Condition nr 1
+ Checks if SMS_INVENTORY_AGENT_NT service is running
Treshold: 1
Reset: 0.1
Set severity to : Normal
Set application to : SMS
Set message group to : OS
Set object to : Service
Set message text to : SMS_INVENTORY_AGENT_NT has been started.
Template is member of template groups:
SMS (Windows NT)
Description : Checks if SMS_PACKAGE_COMMAND_MANAGER_NT service is running
Template type : monitor template
Monitor program : sms_chk.bat SMS_PACKAGE_COMMAND_MANAGER_NT NT_UP_SMS_PACKAGE_COMMAND_MGR
Treshold type : maximum; message generation: with reset
Polling interval : 5m
Fieldseparators : default
Case sensitivity : yes
Condition defaults:
Set severity to : Normal
Conditions:
1 Condition nr 1
+ Checks if SMS_PACKAGE_COMMAND_MANAGER_NT service is running
Treshold: 1
Reset: 0.1
Set severity to : Normal
Set application to : SMS
Set message group to : OS
Set object to : Service
Set message text to : SMS_PACKAGE_COMMAND_MANAGER_NT has been started.
Template is member of template groups:
SMS (Windows NT)
Description : Checks if SMS_SITE_CONFIG_MANAGER service is running
Template type : monitor template
Monitor program : sms_chk.bat SMS_SITE_CONFIG_MANAGER NT_UP_SMS_SITE_CONFIG_MGR
Treshold type : maximum; message generation: with reset
Polling interval : 5m
Fieldseparators : default
Case sensitivity : yes
Condition defaults:
Set severity to : Normal
Conditions:
1 Condition nr 1
+ Checks if SMS_SITE_CONFIG_MANAGER service is running
Treshold: 1
Reset: 0.1
Set severity to : Normal
Set application to : SMS
Set message group to : OS
Set object to : Service
Set message text to : SMS_SITE_CONFIG_MANAGER has been started.
Template is member of template groups:
SMS (Windows NT)
Description : Checks if SMS_TRAP_FILTER service is running
Template type : monitor template
Monitor program : sms_chk.bat SMS_TRAP_FILTER NT_UP_SMS_TRAP_FILTER
Treshold type : maximum; message generation: with reset
Polling interval : 5m
Fieldseparators : default
Case sensitivity : yes
Condition defaults:
Set severity to : Normal
Conditions:
1 Condition nr 1
+ Checks if SMS_TRAP_FILTER service is running
Treshold: 1
Reset: 0.1
Set severity to : Normal
Set application to : SMS
Set message group to : OS
Set object to : Service
Set message text to : SMS_TRAP_FILTER has been started.
Template is member of template groups:
SMS (Windows NT)
Description : SMS specific NT Events
Template type : logfile encapsulator
Scan mode : scan from last position
Logfile : %APPLICATION_LOG%
Polling interval : 1h
Fieldseparators : default
Case sensitivity : yes
Character set : ACP1252
Condition defaults:
Set severity to : Warning
Set application to : SMS
Conditions:
1 Condition nr 1
= Suppress all messages from other applications than SMS
Check on application : SMS
2 Condition nr 2
+ (Database 239) Password and server name successfully changed
Check on severity : Normal
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(239)<S>-<S><*.msg>, case sensitive check
Set message group to : Database
Set object to : Configuration
Set message text to : <msg>
3 Condition nr 3
+ (Database 11022) Error opening application database
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(11022)<S>-<S><*.msg>, case sensitive check
Set message group to : Database
Set object to : Configuration
Set message text to : <msg>
4 Condition nr 4
+ (Database 11023) Missing servers from SMS.INI
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(11023)<S>-<S><*.msg>, case sensitive check
Set message group to : Database
Set object to : Configuration
Set message text to : <msg>
5 Condition nr 5
+ (Database 11024) No database servers available
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(11024)<S>-<S><*.msg>, case sensitive check
Set message group to : Database
Set object to : Miscellaneous
Set message text to : <msg>
6 Condition nr 6
+ (Database 11026) Invalid database version
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(11026)<S>-<S><*.msg>, case sensitive check
Set message group to : Database
Set object to : Application
Set message text to : <msg>
7 Condition nr 7
+ (Database 11043) Error getting list of applications
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(11043)<S>-<S><*.msg>, case sensitive check
Set message group to : Database
Set object to : Application
Set message text to : <msg>
8 Condition nr 8
+ (Database 11044) Error enumerating program groups
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(11044)<S>-<S><*.msg>, case sensitive check
Set message group to : Database
Set object to : Application
Set message text to : <msg>
9 Condition nr 9
+ (Database 11047) Error enumerating applications
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(11047)<S>-<S><*.msg>, case sensitive check
Set message group to : Database
Set object to : Application
Set message text to : <msg>
10 Condition nr 10
+ (Database 11049) Error freeing list of program groups
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(11049)<S>-<S><*.msg>, case sensitive check
Set message group to : Database
Set object to : Application
Set message text to : <msg>
11 Condition nr 11
+ (Database 11052) Error freeing list of applications
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(11052)<S>-<S><*.msg>, case sensitive check
Set message group to : Database
Set object to : Application
Set message text to : <msg>
12 Condition nr 12
+ (Database 11056) Application has no description
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(11056)<S>-<S><*.msg>, case sensitive check
Set message group to : Database
Set object to : Application
Set message text to : <msg>
13 Condition nr 13
+ (Database 11057) Group has no description
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(11057)<S>-<S><*.msg>, case sensitive check
Set message group to : Database
Set object to : Application
Set message text to : <msg>
14 Condition nr 14
+ (Database 11069) Error reading group name
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(11069)<S>-<S><*.msg>, case sensitive check
Set message group to : Database
Set object to : Application
Set message text to : <msg>
15 Condition nr 15
+ (Database 11070) Error getting application description
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(11070)<S>-<S><*.msg>, case sensitive check
Set message group to : Database
Set object to : Application
Set message text to : <msg>
16 Condition nr 16
+ (Database 11071) Error opening application
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(11071)<S>-<S><*.msg>, case sensitive check
Set message group to : Database
Set object to : Application
Set message text to : <msg>
17 Condition nr 17
+ (Database 11072) Error opening program group
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(11072)<S>-<S><*.msg>, case sensitive check
Set message group to : Database
Set object to : Application
Set message text to : <msg>
18 Condition nr 18
+ (Database 11073) Error getting applications from program group (1)
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(11073)<S>-<S><*.msg>, case sensitive check
Set message group to : Database
Set object to : Application
Set message text to : <msg>
19 Condition nr 19
+ (Database 11074) Error getting applications from program group (2)
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(11074)<S>-<S><*.msg>, case sensitive check
Set message group to : Database
Set object to : Application
Set message text to : <msg>
20 Condition nr 20
+ (Database 11075) Error getting working directory
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(11075)<S>-<S><*.msg>, case sensitive check
Set message group to : Database
Set object to : Application
Set message text to : <msg>
21 Condition nr 21
+ (Database 11076) Error getting command line
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(11076)<S>-<S><*.msg>, case sensitive check
Set message group to : Database
Set object to : Application
Set message text to : <msg>
22 Condition nr 22
+ (Database 11077) Error getting minimised status
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(11077)<S>-<S><*.msg>, case sensitive check
Set message group to : Database
Set object to : Application
Set message text to : <msg>
23 Condition nr 23
+ (Database 11078) Error getting description
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(11078)<S>-<S><*.msg>, case sensitive check
Set message group to : Database
Set object to : Application
Set message text to : <msg>
24 Condition nr 24
+ (Database 11079) Error getting group minimised status
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(11079)<S>-<S><*.msg>, case sensitive check
Set message group to : Database
Set object to : Application
Set message text to : <msg>
25 Condition nr 25
+ (Database 11080) Error finding object
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(11080)<S>-<S><*.msg>, case sensitive check
Set message group to : Database
Set object to : Application
Set message text to : <msg>
26 Condition nr 26
+ (Database 11081) Error getting application data
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(11081)<S>-<S><*.msg>, case sensitive check
Set message group to : Database
Set object to : Application
Set message text to : <msg>
27 Condition nr 27
+ (Database 11082) Error getting host server
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(11082)<S>-<S><*.msg>, case sensitive check
Set message group to : Database
Set object to : Application
Set message text to : <msg>
28 Condition nr 28
+ (Database 11094) Error reading timestamp for program group
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(11094)<S>-<S><*.msg>, case sensitive check
Set message group to : Database
Set object to : Application
Set message text to : <msg>
29 Condition nr 29
+ (Database 11095) Error reading timestamp for application
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(11095)<S>-<S><*.msg>, case sensitive check
Set message group to : Database
Set object to : Application
Set message text to : <msg>
30 Condition nr 30
+ (Database 11108) Server not found
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(11108)<S>-<S><*.msg>, case sensitive check
Set message group to : Database
Set object to : Application
Set message text to : <msg>
31 Condition nr 31
+ (Database 11110) Out of memory
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(11110)<S>-<S><*.msg>, case sensitive check
Set message group to : Database
Set object to : Application
Set message text to : <msg>
32 Condition nr 32
+ (Database 11111) Invalid file version reported
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(11111)<S>-<S><*.msg>, case sensitive check
Set message group to : Database
Set object to : Application
Set message text to : <msg>
33 Condition nr 33
+ (Database 11112) Invalid server reported
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(11112)<S>-<S><*.msg>, case sensitive check
Set message group to : Database
Set object to : Application
Set message text to : <msg>
34 Condition nr 34
+ (Database 11113) Invalid application database version
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(11113)<S>-<S><*.msg>, case sensitive check
Set message group to : Database
Set object to : Application
Set message text to : <msg>
35 Condition nr 35
+ (Database 11115) Application database gave error
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(11115)<S>-<S><*.msg>, case sensitive check
Set message group to : Database
Set object to : Application
Set message text to : <msg>
36 Condition nr 36
+ (Database 88) Error processing databse
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(88)<S>-<S><*.msg>, case sensitive check
Set message group to : Database
Set object to : Miscellaneous
Set message text to : <msg>
37 Condition nr 37
+ (Database 180) Overlapping identification attributes (another machine)
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(180)<S>-<S><*.msg>, case sensitive check
Set message group to : Database
Set object to : Inventory
Set message text to : <msg>
38 Condition nr 38
+ (Database 181) Overlapping identification attributes (separate machine)
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(181)<S>-<S><*.msg>, case sensitive check
Set message group to : Database
Set object to : Inventory
Set message text to : <msg>
39 Condition nr 39
+ (Database 183) Multiple matching identification attributes
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(183)<S>-<S><*.msg>, case sensitive check
Set message group to : Database
Set object to : Inventory
Set message text to : <msg>
40 Condition nr 40
+ (Database 184) Error deleting list of machines
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(184)<S>-<S><*.msg>, case sensitive check
Set message group to : Database
Set object to : Inventory
Set message text to : <msg>
41 Condition nr 41
+ (Database 185) Multiple matching SMS IDs
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(185)<S>-<S><*.msg>, case sensitive check
Set message group to : Database
Set object to : Inventory
Set message text to : <msg>
42 Condition nr 42
+ (Database 243) Error getting SQL connection
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(243)<S>-<S><*.msg>, case sensitive check
Set message group to : Database
Set object to : Miscellaneous
Set message text to : <msg>
43 Condition nr 43
+ (Database 244) Reestablished SQL connection
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(244)<S>-<S><*.msg>, case sensitive check
Set message group to : Database
Set object to : Miscellaneous
Set message text to : <msg>
44 Condition nr 44
+ (Database 334) Error updating site table
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(334)<S>-<S><*.msg>, case sensitive check
Set message group to : Database
Set object to : Miscellaneous
Set message text to : <msg>
45 Condition nr 45
+ (Database 336) Error reading site control file
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(336)<S>-<S><*.msg>, case sensitive check
Set message group to : Database
Set object to : Control
Set message text to : <msg>
46 Condition nr 46
+ (Database 337) Error writing site control file
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(337)<S>-<S><*.msg>, case sensitive check
Set message group to : Database
Set object to : Control
Set message text to : <msg>
47 Condition nr 47
+ (Database 341) Bad status value
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(341)<S>-<S><*.msg>, case sensitive check
Set message group to : Database
Set object to : Miscellaneous
Set message text to : <msg>
48 Condition nr 48
+ (Database 356) Site Hierarchy Manager not functional
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(356)<S>-<S><*.msg>, case sensitive check
Set message group to : Database
Set object to : Miscellaneous
Set message text to : <msg>
49 Condition nr 49
+ (Database 367) Error attempting to add site to site table
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(367)<S>-<S><*.msg>, case sensitive check
Set message group to : Database
Set object to : Miscellaneous
Set message text to : <msg>
50 Condition nr 50
+ (Database 369) SQL server errors
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(369)<S>-<S><*.msg>, case sensitive check
Set message group to : Database
Set object to : Miscellaneous
Set message text to : <msg>
51 Condition nr 51
+ (Database 397) Error opening database
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(397)<S>-<S><*.msg>, case sensitive check
Set message group to : Database
Set object to : Miscellaneous
Set message text to : <msg>
52 Condition nr 52
+ (Database 398) Error writing SNMP trap
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(398)<S>-<S><*.msg>, case sensitive check
Set message group to : Database
Set object to : Miscellaneous
Set message text to : <msg>
53 Condition nr 53
+ (Job 6) Job cancelled
Check on severity : Normal
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(6)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Distribution
Set message text to : <msg>
54 Condition nr 54
+ (Job 335) First config job created
Check on severity : Normal
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(335)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Configuration
Set message text to : <msg>
55 Condition nr 55
+ (Job 348) Remote site install package created
Check on severity : Normal
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(348)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Configuration
Set message text to : <msg>
56 Condition nr 56
+ (Job 8) Wrong share name
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(8)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Miscellaneous
Set message text to : <msg>
57 Condition nr 57
+ (Job 71) PCM cannot remove request
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(71)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Miscellaneous
Set message text to : <msg>
58 Condition nr 58
+ (Job 189) PCM cannot find instruction
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(189)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Miscellaneous
Set message text to : <msg>
59 Condition nr 59
+ (Job 190) Command not specified in instruction
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(190)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Inventory
Set message text to : <msg>
60 Condition nr 60
+ (Job 191) Invalid command in instruction
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(191)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Inventory
Set message text to : <msg>
61 Condition nr 61
+ (Job 192) Machine not specified in instruction
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(192)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Inventory
Set message text to : <msg>
62 Condition nr 62
+ (Job 193) Domain not specified in instruction
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(193)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Inventory
Set message text to : <msg>
63 Condition nr 63
+ (Job 194) Invalid domain in instruction
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(194)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Inventory
Set message text to : <msg>
64 Condition nr 64
+ (Job 195) Error writing file for instruction
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(195)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Inventory
Set message text to : <msg>
65 Condition nr 65
+ (Job 214) Error creating system job
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(214)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Configuration
Set message text to : <msg>
66 Condition nr 66
+ (Job 391) No package server to support Macintosh
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(391)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Miscellaneous
Set message text to : <msg>
67 Condition nr 67
+ (Job 393) Error decompressing package on server
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(393)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Miscellaneous
Set message text to : <msg>
68 Condition nr 68
+ (Job 12009) Shared package could not be found
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(12009)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Distribution
Set message text to : <msg>
69 Condition nr 69
+ (Job 13001) No script file in package
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(13001)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Distribution
Set message text to : <msg>
70 Condition nr 70
+ (Job 13002) Command filename to long
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(13002)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Distribution
Set message text to : <msg>
71 Condition nr 71
+ (Job 13003) Job requires window
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(13003)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Distribution
Set message text to : <msg>
72 Condition nr 72
+ (Job 1) Instruction file corrupted
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(1)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Miscellaneous
Set message text to : <msg>
73 Condition nr 73
+ (Job 11) Error finding package file
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(11)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Distribution
Set message text to : <msg>
74 Condition nr 74
+ (Job 12) Error connecting instruction source
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(12)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Miscellaneous
Set message text to : <msg>
75 Condition nr 75
+ (Job 13) No server specified
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(13)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Miscellaneous
Set message text to : <msg>
76 Condition nr 76
+ (Job 14) Fatal error
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(14)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Miscellaneous
Set message text to : <msg>
77 Condition nr 77
+ (Job 15) Error decompressing file
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(15)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Distribution
Set message text to : <msg>
78 Condition nr 78
+ (Job 17) No SQL connection
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(17)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Distribution
Set message text to : <msg>
79 Condition nr 79
+ (Job 18) No destination address
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(18)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Distribution
Set message text to : <msg>
80 Condition nr 80
+ (Job 19) Error opening outbox
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(19)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Distribution
Set message text to : <msg>
81 Condition nr 81
+ (Job 20) Error inserting send request
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(20)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Distribution
Set message text to : <msg>
82 Condition nr 82
+ (Job 21) Send request failed permanantly
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(21)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Distribution
Set message text to : <msg>
83 Condition nr 83
+ (Job 22) Error locating send request
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(22)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Distribution
Set message text to : <msg>
84 Condition nr 84
+ (Job 23) Error reactivating request (mode)
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(23)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Distribution
Set message text to : <msg>
85 Condition nr 85
+ (Job 24) Error reactivating request (status)
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(24)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Distribution
Set message text to : <msg>
86 Condition nr 86
+ (Job 25) Error transmitting status
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(25)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Distribution
Set message text to : <msg>
87 Condition nr 87
+ (Job 26) Error obtaining status value
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(26)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Distribution
Set message text to : <msg>
88 Condition nr 88
+ (Job 27) SQL query failed (1)
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(27)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Distribution
Set message text to : <msg>
89 Condition nr 89
+ (Job 28) No SQL connection
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(28)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Distribution
Set message text to : <msg>
90 Condition nr 90
+ (Job 29) SQL query failed (2)
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(29)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Distribution
Set message text to : <msg>
91 Condition nr 91
+ (Job 30) Job table failed to update correctly
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(30)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Distribution
Set message text to : <msg>
92 Condition nr 92
+ (Job 31) Error reading job table
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(31)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Distribution
Set message text to : <msg>
93 Condition nr 93
+ (Job 32) Error generating target machine list
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(32)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Distribution
Set message text to : <msg>
94 Condition nr 94
+ (Job 33) Error generating destination site list
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(33)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Distribution
Set message text to : <msg>
95 Condition nr 95
+ (Job 34) Error generating new request
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(34)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Distribution
Set message text to : <msg>
96 Condition nr 96
+ (Job 35) Error writing to NT registry
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(35)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Distribution
Set message text to : <msg>
97 Condition nr 97
+ (Job 36) No requests found
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(36)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Distribution
Set message text to : <msg>
98 Condition nr 98
+ (Job 37) Request failed to activate
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(37)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Distribution
Set message text to : <msg>
99 Condition nr 99
+ (Job 38) Error locating package
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(38)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Distribution
Set message text to : <msg>
100 Condition nr 100
+ (Job 39) Request failed to reactivate
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(39)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Distribution
Set message text to : <msg>
101 Condition nr 101
+ (Job 40) Error generating instruction file
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(40)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Distribution
Set message text to : <msg>
102 Condition nr 102
+ (Job 41) Job detail record missing
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(41)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Distribution
Set message text to : <msg>
103 Condition nr 103
+ (Job 42) Error creating transfer file
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(42)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Distribution
Set message text to : <msg>
104 Condition nr 104
+ (Job 43) Error locating request
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(43)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Distribution
Set message text to : <msg>
105 Condition nr 105
+ (Job 44) Error adding job detail record
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(44)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Distribution
Set message text to : <msg>
106 Condition nr 106
+ (Job 45) Error locating package
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(45)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Distribution
Set message text to : <msg>
107 Condition nr 107
+ (Job 46) Error retrieving PCM information
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(46)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Distribution
Set message text to : <msg>
108 Condition nr 108
+ (Job 47) Error generating SQL connection
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(47)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Distribution
Set message text to : <msg>
109 Condition nr 109
+ (Job 48) SQL query failed
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(48)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Distribution
Set message text to : <msg>
110 Condition nr 110
+ (Job 49) Directory empty
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(49)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Distribution
Set message text to : <msg>
111 Condition nr 111
+ (Job 50) Error creating a new file
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(50)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Distribution
Set message text to : <msg>
112 Condition nr 112
+ (Job 51) Directory snapshot failed
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(51)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Distribution
Set message text to : <msg>
113 Condition nr 113
+ (Job 52) Job missing from source
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(52)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Distribution
Set message text to : <msg>
114 Condition nr 114
+ (Job 53) Error obtaining SQL connection
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(53)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Miscellaneous
Set message text to : <msg>
115 Condition nr 115
+ (Job 54) SQL query failed
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(54)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Miscellaneous
Set message text to : <msg>
116 Condition nr 116
+ (Job 55) Machine not specified in instruction
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(55)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Miscellaneous
Set message text to : <msg>
117 Condition nr 117
+ (Job 56) Location not specified in instruction
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(56)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Miscellaneous
Set message text to : <msg>
118 Condition nr 118
+ (Job 57) Machine in instruction cannot be found
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(57)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Miscellaneous
Set message text to : <msg>
119 Condition nr 119
+ (Job 58) Location in instruction cannot be found
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(58)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Miscellaneous
Set message text to : <msg>
120 Condition nr 120
+ (Job 59) Error opening file for instruction
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(59)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Miscellaneous
Set message text to : <msg>
121 Condition nr 121
+ (Job 60) Error reading file for instruction
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(60)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Miscellaneous
Set message text to : <msg>
122 Condition nr 122
+ (Job 61) Error writing file for instruction
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(61)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Miscellaneous
Set message text to : <msg>
123 Condition nr 123
+ (Job 62) Machine not specified in instruction for PCM
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(62)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Miscellaneous
Set message text to : <msg>
124 Condition nr 124
+ (Job 63) Location not specified in instruction for PCM
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(63)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Miscellaneous
Set message text to : <msg>
125 Condition nr 125
+ (Job 64) Machine in instruction for PCM cannot be found
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(64)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Miscellaneous
Set message text to : <msg>
126 Condition nr 126
+ (Job 65) Location in instruction for PCM cannot be found
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(65)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Miscellaneous
Set message text to : <msg>
127 Condition nr 127
+ (Job 66) Reporting location not specified in instruction from PCM
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(66)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Miscellaneous
Set message text to : <msg>
128 Condition nr 128
+ (Job 67) Reporting location in instruction from PCM cannot be found
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(67)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Miscellaneous
Set message text to : <msg>
129 Condition nr 129
+ (Job 68) Machine not specified in instruction from PCM
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(68)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Miscellaneous
Set message text to : <msg>
130 Condition nr 130
+ (Job 69) Location not specified in instruction from PCM
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(69)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Miscellaneous
Set message text to : <msg>
131 Condition nr 131
+ (Job 70) Error finding machine in PCM instruction
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(70)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Miscellaneous
Set message text to : <msg>
132 Condition nr 132
+ (Job 72) Destination directory not specified in system job instruction
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(72)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Miscellaneous
Set message text to : <msg>
133 Condition nr 133
+ (Job 73) Destination directory in system job instruction cannot be found
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(73)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Miscellaneous
Set message text to : <msg>
134 Condition nr 134
+ (Job 74) Error finding package file for system job instruction
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(74)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Miscellaneous
Set message text to : <msg>
135 Condition nr 135
+ (Job 75) Error opening file for system job instruction
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(75)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Miscellaneous
Set message text to : <msg>
136 Condition nr 136
+ (Job 76) Error reading file for system job instruction
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(76)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Miscellaneous
Set message text to : <msg>
137 Condition nr 137
+ (Job 77) Error executing system job instruction in file
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(77)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Miscellaneous
Set message text to : <msg>
138 Condition nr 138
+ (Job 78) Error writing file system job instruction
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(78)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Miscellaneous
Set message text to : <msg>
139 Condition nr 139
+ (Job 79) Directory not specified
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(79)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Inventory
Set message text to : <msg>
140 Condition nr 140
+ (Job 80) Error finding directory
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(80)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Inventory
Set message text to : <msg>
141 Condition nr 141
+ (Job 81) Job source not specified
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(81)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Inventory
Set message text to : <msg>
142 Condition nr 142
+ (Job 82) Error finding job source
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(82)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Inventory
Set message text to : <msg>
143 Condition nr 143
+ (Job 83) Destination site not specified
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(83)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Inventory
Set message text to : <msg>
144 Condition nr 144
+ (Job 84) Error inserting system job in source
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(84)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Miscellaneous
Set message text to : <msg>
145 Condition nr 145
+ (Job 90) Error decompressing the instruction file
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(90)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Miscellaneous
Set message text to : <msg>
146 Condition nr 146
+ (Job 91) Instruction source missing or unloadable
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(91)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Miscellaneous
Set message text to : <msg>
147 Condition nr 147
+ (Job 106) Error removing package
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(106)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Miscellaneous
Set message text to : <msg>
148 Condition nr 148
+ (Job 108) Error installing package (1)
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(108)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Miscellaneous
Set message text to : <msg>
149 Condition nr 149
+ (Job 109) Error installing package (2)
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(109)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Miscellaneous
Set message text to : <msg>
150 Condition nr 150
+ (Job 113) No NTFS drive on server
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(113)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Miscellaneous
Set message text to : <msg>
151 Condition nr 151
+ (Job 114) Error decompressing package
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(114)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Distribution
Set message text to : <msg>
152 Condition nr 152
+ (Job 115) Error storing compressed package
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(115)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Distribution
Set message text to : <msg>
153 Condition nr 153
+ (Job 118) Error compiling package rule file
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(118)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Miscellaneous
Set message text to : <msg>
154 Condition nr 154
+ (Job 119) Invalid format for PCM MIF file
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(119)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Miscellaneous
Set message text to : <msg>
155 Condition nr 155
+ (Job 120) Error writing MIF file
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(120)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Miscellaneous
Set message text to : <msg>
156 Condition nr 156
+ (Job 177) Error removing package
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(177)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Miscellaneous
Set message text to : <msg>
157 Condition nr 157
+ (Job 201) Registry not set up properly for instruction
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(201)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Miscellaneous
Set message text to : <msg>
158 Condition nr 158
+ (Job 202) Insufficient memory to execute instruction
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(202)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Miscellaneous
Set message text to : <msg>
159 Condition nr 159
+ (Job 203) Registry not set up properly for system job instruction
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(203)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Miscellaneous
Set message text to : <msg>
160 Condition nr 160
+ (Job 204) Insufficient memory to execute system job instruction
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(204)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Miscellaneous
Set message text to : <msg>
161 Condition nr 161
+ (Job 205) Registry not set up properly for instruction
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(205)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Miscellaneous
Set message text to : <msg>
162 Condition nr 162
+ (Job 206) Error storing master package
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(206)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Miscellaneous
Set message text to : <msg>
163 Condition nr 163
+ (Job 268) Error locating the package file
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(268)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Miscellaneous
Set message text to : <msg>
164 Condition nr 164
+ (Job 269) Error locating instruction file
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(269)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Miscellaneous
Set message text to : <msg>
165 Condition nr 165
+ (Job 272) Job was successfully sent to destination
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(272)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Miscellaneous
Set message text to : <msg>
166 Condition nr 166
+ (Job 309) Incomplete data
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(309)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Miscellaneous
Set message text to : <msg>
167 Condition nr 167
+ (Job 312) Error constructing instruction file
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(312)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Miscellaneous
Set message text to : <msg>
168 Condition nr 168
+ (Job 313) Package source directory cannot be found
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(313)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Miscellaneous
Set message text to : <msg>
169 Condition nr 169
+ (Job 314) Error updating the job source
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(314)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Miscellaneous
Set message text to : <msg>
170 Condition nr 170
+ (Job 315) Error attempting to place the send request
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(315)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Miscellaneous
Set message text to : <msg>
171 Condition nr 171
+ (Job 316) Error while sending data
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(316)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Miscellaneous
Set message text to : <msg>
172 Condition nr 172
+ (Job 317) Error while sending remote cancel instruction
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(317)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Miscellaneous
Set message text to : <msg>
173 Condition nr 173
+ (Job 318) Error accessing specified query
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(318)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Miscellaneous
Set message text to : <msg>
174 Condition nr 174
+ (Job 319) Error trying to process the specified machine
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(319)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Miscellaneous
Set message text to : <msg>
175 Condition nr 175
+ (Job 320) Error trying to execute a query
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(320)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Miscellaneous
Set message text to : <msg>
176 Condition nr 176
+ (Job 321) Error trying to reach the job details table
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(321)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Miscellaneous
Set message text to : <msg>
177 Condition nr 177
+ (Job 322) Error trying to insert a record in the job details table
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(322)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Miscellaneous
Set message text to : <msg>
178 Condition nr 178
+ (Job 323) Job failed
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(323)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Miscellaneous
Set message text to : <msg>
179 Condition nr 179
+ (Job 324) Error trying to generate the list of destination sites
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(324)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Miscellaneous
Set message text to : <msg>
180 Condition nr 180
+ (Job 325) Error trying to reach the request table
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(325)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Miscellaneous
Set message text to : <msg>
181 Condition nr 181
+ (Job 326) Error trying to insert a record in the request table
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(326)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Miscellaneous
Set message text to : <msg>
182 Condition nr 182
+ (Job 327) Error trying to connect to the registry
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(327)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Miscellaneous
Set message text to : <msg>
183 Condition nr 183
+ (Job 328) Error trying to read the registry
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(328)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Miscellaneous
Set message text to : <msg>
184 Condition nr 184
+ (Job 329) Error trying to compress the contents of the server source directory
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(329)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Distribution
Set message text to : <msg>
185 Condition nr 185
+ (Job 330) Error trying to compress the contents of the workstation source direct
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(330)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Distribution
Set message text to : <msg>
186 Condition nr 186
+ (Job 331) Error trying to compress the contents of the associated source directo
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(331)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Distribution
Set message text to : <msg>
187 Condition nr 187
+ (Job 332) System cannot find any defined addresses
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(332)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Distribution
Set message text to : <msg>
188 Condition nr 188
+ (Job 343) Error connecting to job source
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(343)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Distribution
Set message text to : <msg>
189 Condition nr 189
+ (Job 344) Error inserting job into job source
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(344)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Distribution
Set message text to : <msg>
190 Condition nr 190
+ (Job 345) Error reading job from SQL table
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(345)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Miscellaneous
Set message text to : <msg>
191 Condition nr 191
+ (Job 347) No address is available to reach site
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(347)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Distribution
Set message text to : <msg>
192 Condition nr 192
+ (Job 352) Error creating site reconfiguration minijob
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(352)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Configuration
Set message text to : <msg>
193 Condition nr 193
+ (Job 355) Remote site configuration job failed
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(355)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Configuration
Set message text to : <msg>
194 Condition nr 194
+ (Job 357) Error obtaining job status
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(357)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Distribution
Set message text to : <msg>
195 Condition nr 195
+ (Job 359) Preinstall job for site has failed
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(359)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Distribution
Set message text to : <msg>
196 Condition nr 196
+ (Job 360) Site install job has failed
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(360)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Distribution
Set message text to : <msg>
197 Condition nr 197
+ (Job 361) Site reconfig job has failed
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(361)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Distribution
Set message text to : <msg>
198 Condition nr 198
+ (Job 362) Creation of minijob is failing
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(362)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Distribution
Set message text to : <msg>
199 Condition nr 199
+ (Job 372) Not enough disk space on share, server
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(372)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Miscellaneous
Set message text to : <msg>
200 Condition nr 200
+ (Job 373) No NTFS drive on server
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(373)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Distribution
Set message text to : <msg>
201 Condition nr 201
+ (Job 374) Workstation install job has failed
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(374)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Distribution
Set message text to : <msg>
202 Condition nr 202
+ (Job 375) Package file corrupted
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(375)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Distribution
Set message text to : <msg>
203 Condition nr 203
+ (Job 381) Packages have disappeared from site
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(381)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Configuration
Set message text to : <msg>
204 Condition nr 204
+ (Job 382) Main site package failed internal consistency check
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(382)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Configuration
Set message text to : <msg>
205 Condition nr 205
+ (Job 383) Site control package failed internal consistency check
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(383)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Configuration
Set message text to : <msg>
206 Condition nr 206
+ (Job 384) Insufficient disk space to decompress main site package
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(384)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Configuration
Set message text to : <msg>
207 Condition nr 207
+ (Job 385) Main site package failed during decompression
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(385)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Configuration
Set message text to : <msg>
208 Condition nr 208
+ (Job 386) Site control package failed during decompression
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(386)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Configuration
Set message text to : <msg>
209 Condition nr 209
+ (Job 387) Main site package does not include master system map
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(387)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Configuration
Set message text to : <msg>
210 Condition nr 210
+ (Job 401) Error compressing secondary site package
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(401)<S>-<S><*.msg>, case sensitive check
Set message group to : Job
Set object to : Configuration
Set message text to : <msg>
211 Condition nr 211
+ (Network 260) Sender is starting for send request
Check on severity : Normal
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(260)<S>-<S><*.msg>, case sensitive check
Set message group to : Network
Set object to : Distribution
Set message text to : <msg>
212 Condition nr 212
+ (Network 296) Dispatcher starting
Check on severity : Normal
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(296)<S>-<S><*.msg>, case sensitive check
Set message group to : Network
Set object to : Distribution
Set message text to : <msg>
213 Condition nr 213
+ (Network 297) SNA Receiver starting
Check on severity : Normal
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(297)<S>-<S><*.msg>, case sensitive check
Set message group to : Network
Set object to : Distribution
Set message text to : <msg>
214 Condition nr 214
+ (Network 298) SNA Receiver stopping
Check on severity : Normal
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(298)<S>-<S><*.msg>, case sensitive check
Set message group to : Network
Set object to : Distribution
Set message text to : <msg>
215 Condition nr 215
+ (Network 299) RAS Dispatcher cannot get access
Check on severity : Normal
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(299)<S>-<S><*.msg>, case sensitive check
Set message group to : Network
Set object to : Distribution
Set message text to : <msg>
216 Condition nr 216
+ (Network 215) No Windows NT Server on the network
Check on severity : Normal
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(215)<S>-<S><*.msg>, case sensitive check
Set message group to : Network
Set object to : Configuration
Set message text to : <msg>
217 Condition nr 217
+ (Network 219) Error finding NT server on network
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(219)<S>-<S><*.msg>, case sensitive check
Set message group to : Network
Set object to : Configuration
Set message text to : <msg>
218 Condition nr 218
+ (Network 221) Error finding server on network
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(221)<S>-<S><*.msg>, case sensitive check
Set message group to : Network
Set object to : Configuration
Set message text to : <msg>
219 Condition nr 219
+ (Network 395) Error updating inventory
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(395)<S>-<S><*.msg>, case sensitive check
Set message group to : Network
Set object to : Inventory
Set message text to : <msg>
220 Condition nr 220
+ (Network 11012) Error deleting network connection
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(11012)<S>-<S><*.msg>, case sensitive check
Set message group to : Network
Set object to : Miscellaneous
Set message text to : <msg>
221 Condition nr 221
+ (Network 11013) Error connecting SMS network server (1)
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(11013)<S>-<S><*.msg>, case sensitive check
Set message group to : Network
Set object to : Miscellaneous
Set message text to : <msg>
222 Condition nr 222
+ (Network 11014) Error connecting SMS network server (2)
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(11014)<S>-<S><*.msg>, case sensitive check
Set message group to : Network
Set object to : Application
Set message text to : <msg>
223 Condition nr 223
+ (Network 11015) Error connecting SMS network server (3)
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(11015)<S>-<S><*.msg>, case sensitive check
Set message group to : Network
Set object to : Miscellaneous
Set message text to : <msg>
224 Condition nr 224
+ (Network 11025) Error opening application database
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(11025)<S>-<S><*.msg>, case sensitive check
Set message group to : Network
Set object to : Miscellaneous
Set message text to : <msg>
225 Condition nr 225
+ (Network 11036) Missing network logon
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(11036)<S>-<S><*.msg>, case sensitive check
Set message group to : Network
Set object to : Application
Set message text to : <msg>
226 Condition nr 226
+ (Network 11065) Error enumerating network connections
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(11065)<S>-<S><*.msg>, case sensitive check
Set message group to : Network
Set object to : Application
Set message text to : <msg>
227 Condition nr 227
+ (Network 11100) Error deleting network connection
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(11100)<S>-<S><*.msg>, case sensitive check
Set message group to : Network
Set object to : Miscellaneous
Set message text to : <msg>
228 Condition nr 228
+ (Network 11109) Error accessing application database
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(11109)<S>-<S><*.msg>, case sensitive check
Set message group to : Network
Set object to : Application
Set message text to : <msg>
229 Condition nr 229
+ (Network 11117) Error connecting network share
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(11117)<S>-<S><*.msg>, case sensitive check
Set message group to : Network
Set object to : Miscellaneous
Set message text to : <msg>
230 Condition nr 230
+ (Network 12001) Start error. No connection
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(12001)<S>-<S><*.msg>, case sensitive check
Set message group to : Network
Set object to : Application
Set message text to : <msg>
231 Condition nr 231
+ (Network 12003) Start error. No network
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(12003)<S>-<S><*.msg>, case sensitive check
Set message group to : Network
Set object to : Application
Set message text to : <msg>
232 Condition nr 232
+ (Network 12019) Location undefined
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(12019)<S>-<S><*.msg>, case sensitive check
Set message group to : Network
Set object to : Miscellaneous
Set message text to : <msg>
233 Condition nr 233
+ (Network 12020) Network error while starting
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(12020)<S>-<S><*.msg>, case sensitive check
Set message group to : Network
Set object to : Miscellaneous
Set message text to : <msg>
234 Condition nr 234
+ (Network 12021) No network present while starting
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(12021)<S>-<S><*.msg>, case sensitive check
Set message group to : Network
Set object to : Miscellaneous
Set message text to : <msg>
235 Condition nr 235
+ (Network 12038) No network connections
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(12038)<S>-<S><*.msg>, case sensitive check
Set message group to : Network
Set object to : Miscellaneous
Set message text to : <msg>
236 Condition nr 236
+ (Network 12051) Error making network connections
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(12051)<S>-<S><*.msg>, case sensitive check
Set message group to : Network
Set object to : Miscellaneous
Set message text to : <msg>
237 Condition nr 237
+ (Network 12053) No free network drives
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(12053)<S>-<S><*.msg>, case sensitive check
Set message group to : Network
Set object to : Miscellaneous
Set message text to : <msg>
238 Condition nr 238
+ (Network 116) Error performing replication on server
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(116)<S>-<S><*.msg>, case sensitive check
Set message group to : Network
Set object to : Miscellaneous
Set message text to : <msg>
239 Condition nr 239
+ (Network 218) Error finding domain on network
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(218)<S>-<S><*.msg>, case sensitive check
Set message group to : Network
Set object to : Miscellaneous
Set message text to : <msg>
240 Condition nr 240
+ (Network 227) Error finding previuosly detected server on network
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(227)<S>-<S><*.msg>, case sensitive check
Set message group to : Network
Set object to : Miscellaneous
Set message text to : <msg>
241 Condition nr 241
+ (Network 251) Error connecting site over LAN
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(251)<S>-<S><*.msg>, case sensitive check
Set message group to : Network
Set object to : Miscellaneous
Set message text to : <msg>
242 Condition nr 242
+ (Network 252) Error connecting site over RAS
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(252)<S>-<S><*.msg>, case sensitive check
Set message group to : Network
Set object to : Miscellaneous
Set message text to : <msg>
243 Condition nr 243
+ (Network 254) Error starting TP
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(254)<S>-<S><*.msg>, case sensitive check
Set message group to : Network
Set object to : Miscellaneous
Set message text to : <msg>
244 Condition nr 244
+ (Network 255) Error establishing SNA connection
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(255)<S>-<S><*.msg>, case sensitive check
Set message group to : Network
Set object to : Miscellaneous
Set message text to : <msg>
245 Condition nr 245
+ (Network 306) SNA communication failed
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(306)<S>-<S><*.msg>, case sensitive check
Set message group to : Network
Set object to : Miscellaneous
Set message text to : <msg>
246 Condition nr 246
+ (Network 402) Error completing installation
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(402)<S>-<S><*.msg>, case sensitive check
Set message group to : Network
Set object to : Configuration
Set message text to : <msg>
247 Condition nr 247
+ (Security 216) Error copying logon script
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(216)<S>-<S><*.msg>, case sensitive check
Set message group to : Security
Set object to : Configuration
Set message text to : <msg>
248 Condition nr 248
+ (Security 220) Error creating shared directory (outbox)
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(220)<S>-<S><*.msg>, case sensitive check
Set message group to : Security
Set object to : Configuration
Set message text to : <msg>
249 Condition nr 249
+ (Security 223) Error creating shared directory (inbox)
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(223)<S>-<S><*.msg>, case sensitive check
Set message group to : Security
Set object to : Configuration
Set message text to : <msg>
250 Condition nr 250
+ (Security 225) Error installing component
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(225)<S>-<S><*.msg>, case sensitive check
Set message group to : Security
Set object to : Configuration
Set message text to : <msg>
251 Condition nr 251
+ (Security 232) Error altering system logon scripts
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(232)<S>-<S><*.msg>, case sensitive check
Set message group to : Security
Set object to : Configuration
Set message text to : <msg>
252 Condition nr 252
+ (Security 230) Error altering user accounts
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(230)<S>-<S><*.msg>, case sensitive check
Set message group to : Security
Set object to : Configuration
Set message text to : <msg>
253 Condition nr 253
+ (Security 11017) Error connecting SMS network server
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(11017)<S>-<S><*.msg>, case sensitive check
Set message group to : Security
Set object to : Miscellaneous
Set message text to : <msg>
254 Condition nr 254
+ (Security 11037) Error finding domain controller
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(11037)<S>-<S><*.msg>, case sensitive check
Set message group to : Security
Set object to : Miscellaneous
Set message text to : <msg>
255 Condition nr 255
+ (Security 11038) Error running shared application
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(11038)<S>-<S><*.msg>, case sensitive check
Set message group to : Security
Set object to : Application
Set message text to : <msg>
256 Condition nr 256
+ (Security 11107) Invalid permission for application database
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(11107)<S>-<S><*.msg>, case sensitive check
Set message group to : Security
Set object to : Misellaneous
Set message text to : <msg>
257 Condition nr 257
+ (Security 11123) Permission required to access database
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(11123)<S>-<S><*.msg>, case sensitive check
Set message group to : Security
Set object to : Application
Set message text to : <msg>
258 Condition nr 258
+ (Security 12011) Not available for user
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(12011)<S>-<S><*.msg>, case sensitive check
Set message group to : Security
Set object to : Miscellaneous
Set message text to : <msg>
259 Condition nr 259
+ (Security 12013) Error running application
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(12013)<S>-<S><*.msg>, case sensitive check
Set message group to : Security
Set object to : Application
Set message text to : <msg>
260 Condition nr 260
+ (Security 110) Error creating directory on server
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(110)<S>-<S><*.msg>, case sensitive check
Set message group to : Security
Set object to : Miscellaneous
Set message text to : <msg>
261 Condition nr 261
+ (Security 111) Error creating share on server
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(111)<S>-<S><*.msg>, case sensitive check
Set message group to : Security
Set object to : Miscellaneous
Set message text to : <msg>
262 Condition nr 262
+ (Security 112) Error creating mav volume on server
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(112)<S>-<S><*.msg>, case sensitive check
Set message group to : Security
Set object to : Miscellaneous
Set message text to : <msg>
263 Condition nr 263
+ (Security 233) Error creating shared directory on server
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(233)<S>-<S><*.msg>, case sensitive check
Set message group to : Security
Set object to : Miscellaneous
Set message text to : <msg>
264 Condition nr 264
+ (Security 234) Error copying executable files
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(234)<S>-<S><*.msg>, case sensitive check
Set message group to : Security
Set object to : Configuration
Set message text to : <msg>
265 Condition nr 265
+ (Security 253) Error connecting share on server
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(253)<S>-<S><*.msg>, case sensitive check
Set message group to : Security
Set object to : Miscellaneous
Set message text to : <msg>
266 Condition nr 266
+ (Security 291) Error checking disk space on remote machine
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(291)<S>-<S><*.msg>, case sensitive check
Set message group to : Security
Set object to : Miscellaneous
Set message text to : <msg>
267 Condition nr 267
+ (Security 378) Error installing SMS_BOOTSTRAP service
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(378)<S>-<S><*.msg>, case sensitive check
Set message group to : Security
Set object to : Configuration
Set message text to : <msg>
268 Condition nr 268
+ (OS 0) Success
Check on severity : Normal
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(0)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
269 Condition nr 269
+ (OS 207) Alert generated
Check on severity : Normal
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(207)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
270 Condition nr 270
+ (OS 226) No match for parent site code
Check on severity : Normal
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(226)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
271 Condition nr 271
+ (OS 229) User account altered
Check on severity : Normal
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(229)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Configuration
Set message text to : <msg>
272 Condition nr 272
+ (OS 231) Logon scripts altered
Check on severity : Normal
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(231)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Configuration
Set message text to : <msg>
273 Condition nr 273
+ (OS 238) Service and password changed
Check on severity : Normal
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(238)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Configuration
Set message text to : <msg>
274 Condition nr 274
+ (OS 349) Remote site installation sequence started
Check on severity : Normal
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(349)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Configuration
Set message text to : <msg>
275 Condition nr 275
+ (OS 350) New site installation initiated
Check on severity : Normal
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(350)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Configuration
Set message text to : <msg>
276 Condition nr 276
+ (OS 353) Site reconfiguration initiated
Check on severity : Normal
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(353)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Configuration
Set message text to : <msg>
277 Condition nr 277
+ (OS 354) Local site reconfiguration initiated
Check on severity : Normal
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(354)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Configuration
Set message text to : <msg>
278 Condition nr 278
+ (OS 358) Received actual site control file
Check on severity : Normal
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(358)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Configuration
Set message text to : <msg>
279 Condition nr 279
+ (OS 364) Forwarding site control file
Check on severity : Normal
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(364)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Configuration
Set message text to : <msg>
280 Condition nr 280
+ (OS 377) Illegal site hierarchy
Check on severity : Normal
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(377)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Configuration
Set message text to : <msg>
281 Condition nr 281
+ (OS 380) SMS alert
Check on severity : Normal
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(380)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
282 Condition nr 282
+ (OS 404) Too many client configuration requests
Check on severity : Normal
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(404)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Configuration
Set message text to : <msg>
283 Condition nr 283
+ (OS 5) Error connecting domain
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(5)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
284 Condition nr 284
+ (OS 7) Error creating share
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(7)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
285 Condition nr 285
+ (OS 9) Error removing file
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(9)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
286 Condition nr 286
+ (OS 10) Error deleting directory tree
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(10)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
287 Condition nr 287
+ (OS 16) Error treecopying files
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(16)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
288 Condition nr 288
+ (OS 89) Error creating directory
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(89)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
289 Condition nr 289
+ (OS 212) Error writing MIF file
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(212)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Configuration
Set message text to : <msg>
290 Condition nr 290
+ (OS 213) Error writing site control file
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(213)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Configuration
Set message text to : <msg>
291 Condition nr 291
+ (OS 222) Error enumerating shares for server in domain
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(222)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Configuration
Set message text to : <msg>
292 Condition nr 292
+ (OS 228) Error finding a logon server in domain
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(228)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Configuration
Set message text to : <msg>
293 Condition nr 293
+ (OS 237) Error reading system file map
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(237)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Configuration
Set message text to : <msg>
294 Condition nr 294
+ (OS 371) Error creating MAC volume
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(371)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
295 Condition nr 295
+ (OS 389) Error enumerating users for domain
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(389)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
296 Condition nr 296
+ (OS 390) Error enumerating user group for domain
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(390)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
297 Condition nr 297
+ (OS 392) Drive on server is not NTFS drive
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(392)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Configuration
Set message text to : <msg>
298 Condition nr 298
+ (OS 11001) Program Group Control is already running
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(11001)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Application
Set message text to : <msg>
299 Condition nr 299
+ (OS 11002) Error starting Program Group Control
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(11002)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Application
Set message text to : <msg>
300 Condition nr 300
+ (OS 11003) Not enough memory for Program Group Control
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(11003)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Application
Set message text to : <msg>
301 Condition nr 301
+ (OS 11004) Not enough memory to start application
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(11004)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Application
Set message text to : <msg>
302 Condition nr 302
+ (OS 11005) Application not configured successfully
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(11005)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Application
Set message text to : <msg>
303 Condition nr 303
+ (OS 11006) Error executing configuration program
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(11006)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Application
Set message text to : <msg>
304 Condition nr 304
+ (OS 11007) Error running deconfiguration program
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(11007)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Application
Set message text to : <msg>
305 Condition nr 305
+ (OS 11008) Error updating user's desktop
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(11008)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Application
Set message text to : <msg>
306 Condition nr 306
+ (OS 11009) Error updating program configuration
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(11009)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Application
Set message text to : <msg>
307 Condition nr 307
+ (OS 11010) Error restoring data for application
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(11010)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Application
Set message text to : <msg>
308 Condition nr 308
+ (OS 11011) Error initializing Program Group Control
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(11011)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Application
Set message text to : <msg>
309 Condition nr 309
+ (OS 11016) Error connecting SMS network server
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(11016)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
310 Condition nr 310
+ (OS 11018) User not logged on
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(11018)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Configuration
Set message text to : <msg>
311 Condition nr 311
+ (OS 11019) Error using shared application
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(11019)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Application
Set message text to : <msg>
312 Condition nr 312
+ (OS 11020) Log off with shared application running
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(11020)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Application
Set message text to : <msg>
313 Condition nr 313
+ (OS 11021) Error running SMS application
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(11021)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
314 Condition nr 314
+ (OS 11027) Start error
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(11027)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
315 Condition nr 315
+ (OS 11028) File not found
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(11028)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Application
Set message text to : <msg>
316 Condition nr 316
+ (OS 11029) Path not found
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(11029)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Application
Set message text to : <msg>
317 Condition nr 317
+ (OS 11030) Out of memory
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(11030)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Application
Set message text to : <msg>
318 Condition nr 318
+ (OS 11031) Window version incorrect
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(11031)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Application
Set message text to : <msg>
319 Condition nr 319
+ (OS 11032) Executable file is invalid
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(11032)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Application
Set message text to : <msg>
320 Condition nr 320
+ (OS 11033) Application designed for different OS
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(11033)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Application
Set message text to : <msg>
321 Condition nr 321
+ (OS 11034) Application requires Win32 extension
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(11034)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Application
Set message text to : <msg>
322 Condition nr 322
+ (OS 11035) Shared server applications are running
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(11035)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Application
Set message text to : <msg>
323 Condition nr 323
+ (OS 11039) Application configuration required
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(11039)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Application
Set message text to : <msg>
324 Condition nr 324
+ (OS 11040) Error obtaining configuration program name
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(11040)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Application
Set message text to : <msg>
325 Condition nr 325
+ (OS 11041) Error registering class
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(11041)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
326 Condition nr 326
+ (OS 11042) Error creating application control window
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(11042)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Application
Set message text to : <msg>
327 Condition nr 327
+ (OS 11045) Error enumerating program group in registry
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(11045)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Application
Set message text to : <msg>
328 Condition nr 328
+ (OS 11046) Error enumerating program group in user desktop
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(11046)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Application
Set message text to : <msg>
329 Condition nr 329
+ (OS 11048) Error enumerating currently configured applications
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(11048)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Application
Set message text to : <msg>
330 Condition nr 330
+ (OS 11050) Error freeing list of program group in registry
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(11050)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Application
Set message text to : <msg>
331 Condition nr 331
+ (OS 11051) Error freeing list of program group in user desktop
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(11051)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Application
Set message text to : <msg>
332 Condition nr 332
+ (OS 11053) Error freeing list of applications in registry
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(11053)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Application
Set message text to : <msg>
333 Condition nr 333
+ (OS 11054) Application has no description in registry
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(11054)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Application
Set message text to : <msg>
334 Condition nr 334
+ (OS 11055) Group has no description in registry
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(11055)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Application
Set message text to : <msg>
335 Condition nr 335
+ (OS 11058) Invalid argument parameter
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(11058)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Application
Set message text to : <msg>
336 Condition nr 336
+ (OS 11059) Invalid filename parameter
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(11059)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Application
Set message text to : <msg>
337 Condition nr 337
+ (OS 11060) Invalid module parameter
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(11060)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Application
Set message text to : <msg>
338 Condition nr 338
+ (OS 11061) Invalid show parameter
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(11061)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Application
Set message text to : <msg>
339 Condition nr 339
+ (OS 11062) Invalid environment parameter
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(11062)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Application
Set message text to : <msg>
340 Condition nr 340
+ (OS 11063) Error freeing environment block
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(11063)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Application
Set message text to : <msg>
341 Condition nr 341
+ (OS 11064) Error restoring application data
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(11064)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Application
Set message text to : <msg>
342 Condition nr 342
+ (OS 11066) Error writing data to registry
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(11066)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Application
Set message text to : <msg>
343 Condition nr 343
+ (OS 11067) Error reading from registry
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(11067)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Application
Set message text to : <msg>
344 Condition nr 344
+ (OS 11068) Error writing profile
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(11068)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
345 Condition nr 345
+ (OS 11083) REQ_QUERY failed
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(11083)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
346 Condition nr 346
+ (OS 11084) REQ_SET failed
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(11084)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
347 Condition nr 347
+ (OS 11085) Error opening key in registry
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(11085)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
348 Condition nr 348
+ (OS 11086) REQ_QUERYVALUE failed
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(11086)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
349 Condition nr 349
+ (OS 11087) REQ_ENUMKEY failed
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(11087)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
350 Condition nr 350
+ (OS 11088) Error deleting key from registry
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(11088)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
351 Condition nr 351
+ (OS 11089) Error writing registry timestamp for program group
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(11089)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Application
Set message text to : <msg>
352 Condition nr 352
+ (OS 11090) Error writing registry timestamp for application
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(11090)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Application
Set message text to : <msg>
353 Condition nr 353
+ (OS 11091) Error creating icon for application
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(11091)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Application
Set message text to : <msg>
354 Condition nr 354
+ (OS 11092) No associated .EXE file
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(11092)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Application
Set message text to : <msg>
355 Condition nr 355
+ (OS 11093) Error creating process
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(11093)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
356 Condition nr 356
+ (OS 11096) Invalid registry root
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(11096)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Application
Set message text to : <msg>
357 Condition nr 357
+ (OS 11097) Syntax error in restore data
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(11097)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Application
Set message text to : <msg>
358 Condition nr 358
+ (OS 11098) Error restoring data in profile
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(11098)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Application
Set message text to : <msg>
359 Condition nr 359
+ (OS 11099) Error restoring data for application
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(11099)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Application
Set message text to : <msg>
360 Condition nr 360
+ (OS 11101) Error initializing DDE conversation
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(11101)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
361 Condition nr 361
+ (OS 11102) Error creating DDE string handle
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(11102)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
362 Condition nr 362
+ (OS 11103) Error executing program manager DDE command
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(11103)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
363 Condition nr 363
+ (OS 11104) Error setting up Program Group Control as DDE server
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(11104)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
364 Condition nr 364
+ (OS 11105) Error reading variable in SMS profile
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(11105)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
365 Condition nr 365
+ (OS 11106) Error parsing command line
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(11106)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
366 Condition nr 366
+ (OS 11114) Error reading entry in SMS profile
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(11114)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
367 Condition nr 367
+ (OS 11116) Error reading SMS profile
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(11116)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Configuration
Set message text to : <msg>
368 Condition nr 368
+ (OS 11118) Error closing process handle
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(11118)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
369 Condition nr 369
+ (OS 11119) Error closing thread handle
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(11119)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
370 Condition nr 370
+ (OS 11120) Error running configuration program
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(11120)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
371 Condition nr 371
+ (OS 11121) Error running deconfiguration program
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(11121)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Application
Set message text to : <msg>
372 Condition nr 372
+ (OS 11122) Application error
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(11122)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Application
Set message text to : <msg>
373 Condition nr 373
+ (OS 11124) Operation cannot be interrupted
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(11124)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Application
Set message text to : <msg>
374 Condition nr 374
+ (OS 12002) No license available
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(12002)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Application
Set message text to : <msg>
375 Condition nr 375
+ (OS 12004) Error setting up environment
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(12004)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
376 Condition nr 376
+ (OS 12005) Error using data in registry
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(12005)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
377 Condition nr 377
+ (OS 12006) Error reading the environment
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(12006)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
378 Condition nr 378
+ (OS 12007) No free drives to make a network connection to
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(12007)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
379 Condition nr 379
+ (OS 12008) Error copying DOS environment
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(12008)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
380 Condition nr 380
+ (OS 12010) No application name supplied in command line
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(12010)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Application
Set message text to : <msg>
381 Condition nr 381
+ (OS 12012) Configuration error
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(12012)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Configuration
Set message text to : <msg>
382 Condition nr 382
+ (OS 12014) Argument supplied has to many characters
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(12014)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
383 Condition nr 383
+ (OS 12015) Start error
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(12015)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
384 Condition nr 384
+ (OS 12016) Out of memory
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(12016)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
385 Condition nr 385
+ (OS 12017) Error running Program Group Control
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(12017)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Application
Set message text to : <msg>
386 Condition nr 386
+ (OS 12018) Reboot required
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(12018)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Application
Set message text to : <msg>
387 Condition nr 387
+ (OS 12022) Error creating new environment
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(12022)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Configuration
Set message text to : <msg>
388 Condition nr 388
+ (OS 12023) Error accessing environment data
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(12023)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Configuration
Set message text to : <msg>
389 Condition nr 389
+ (OS 12024) Execution error
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(12024)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
390 Condition nr 390
+ (OS 12025) Buffer to small
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(12025)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
391 Condition nr 391
+ (OS 12026) Error parsing registry data
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(12026)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
392 Condition nr 392
+ (OS 12027) Missing closing percent in registry data
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(12027)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
393 Condition nr 393
+ (OS 12028) Error accessing registry data
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(12028)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
394 Condition nr 394
+ (OS 12029) Missing entry in registry data
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(12029)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
395 Condition nr 395
+ (OS 12030) Missing data during registry enumeration
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(12030)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
396 Condition nr 396
+ (OS 12031) Error accessing environment variables
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(12031)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
397 Condition nr 397
+ (OS 12032) Error finding variable in environment
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(12032)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
398 Condition nr 398
+ (OS 12033) Error accessing file
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(12033)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
399 Condition nr 399
+ (OS 12034) Error finding file
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(12034)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
400 Condition nr 400
+ (OS 12035) Error finding path
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(12035)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
401 Condition nr 401
+ (OS 12036) Error initializing DDE
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(12036)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
402 Condition nr 402
+ (OS 12037) Error creating DDE string handles
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(12037)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
403 Condition nr 403
+ (OS 12039) Error starting Program Group Control
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(12039)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
404 Condition nr 404
+ (OS 12040) Error starting application
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(12040)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Application
Set message text to : <msg>
405 Condition nr 405
+ (OS 12041) Drive already in use
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(12041)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
406 Condition nr 406
+ (OS 12042) Error reading data from registry path
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(12042)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
407 Condition nr 407
+ (OS 12043) Error writing data to registry path
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(12043)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
408 Condition nr 408
+ (OS 12044) Error reading environment variable
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(12044)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
409 Condition nr 409
+ (OS 12045) Error setting environment variable
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(12045)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
410 Condition nr 410
+ (OS 12046) Error deinitializing DDE connection
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(12046)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Application
Set message text to : <msg>
411 Condition nr 411
+ (OS 12047) Error making DDE string handle
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(12047)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
412 Condition nr 412
+ (OS 12048) Error connecting DDE
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(12048)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Application
Set message text to : <msg>
413 Condition nr 413
+ (OS 12049) Error writing to WIN.INI
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(12049)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
414 Condition nr 414
+ (OS 12050) Error writing to profile
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(12050)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
415 Condition nr 415
+ (OS 12052) Configuration error
Check on severity : Warning
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(12052)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Configuration
Set message text to : <msg>
416 Condition nr 416
+ (OS 2) Something is missing
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(2)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
417 Condition nr 417
+ (OS 3) Component unable to open registry key
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(3)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
418 Condition nr 418
+ (OS 4) Component unable to read registry key
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(4)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
419 Condition nr 419
+ (OS 85) Error finding directory
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(85)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
420 Condition nr 420
+ (OS 86) Wait function abandoned
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(86)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
421 Condition nr 421
+ (OS 87) Error finding site code
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(87)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
422 Condition nr 422
+ (OS 92) Error opening file
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(92)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
423 Condition nr 423
+ (OS 93) Memory allocation failure
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(93)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
424 Condition nr 424
+ (OS 94) Invalid file
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(94)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
425 Condition nr 425
+ (OS 95) Varfile bad seek error
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(95)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
426 Condition nr 426
+ (OS 96) Varfile general error
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(96)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
427 Condition nr 427
+ (OS 97) Varfile unknown error
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(97)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
428 Condition nr 428
+ (OS 98) File append error
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(98)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
429 Condition nr 429
+ (OS 99) File close error
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(99)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
430 Condition nr 430
+ (OS 100) Varfile record error
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(100)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
431 Condition nr 431
+ (OS 101) Exception occured for file
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(101)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
432 Condition nr 432
+ (OS 102) Error finding site server
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(102)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
433 Condition nr 433
+ (OS 103) Error connecting to registry
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(103)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
434 Condition nr 434
+ (OS 104) Component unable to delete registry key
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(104)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
435 Condition nr 435
+ (OS 105) Component unable to create registry key
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(105)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
436 Condition nr 436
+ (OS 107) Error removing directory
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(107)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
437 Condition nr 437
+ (OS 117) Error detecting AppleTalk zone
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(117)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
438 Condition nr 438
+ (OS 121) Error reading from file
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(121)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
439 Condition nr 439
+ (OS 122) Error allocating memory
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(122)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
440 Condition nr 440
+ (OS 123) Error flushing machine map
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(123)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
441 Condition nr 441
+ (OS 124) Bad ISV MIF file
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(124)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
442 Condition nr 442
+ (OS 125) Bad MIF file
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(125)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
443 Condition nr 443
+ (OS 126) Error getting local SMS.INI
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(126)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
444 Condition nr 444
+ (OS 127) Error opening history file
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(127)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
445 Condition nr 445
+ (OS 128) Bad header in Inventory Agent output file
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(128)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Inventory
Set message text to : <msg>
446 Condition nr 446
+ (OS 129) Incompatible version stamp in Inventory Agent output file
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(129)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Inventory
Set message text to : <msg>
447 Condition nr 447
+ (OS 130) Bad trailer in Inventory Agent output file
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(130)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Inventory
Set message text to : <msg>
448 Condition nr 448
+ (OS 131) Unknown ID in Inventory Agent output file
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(131)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Inventory
Set message text to : <msg>
449 Condition nr 449
+ (OS 132) Unexpected data length in Inventory Agent output file
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(132)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Inventory
Set message text to : <msg>
450 Condition nr 450
+ (OS 133) Unknown error in Inventory Agent output file
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(133)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Inventory
Set message text to : <msg>
451 Condition nr 451
+ (OS 134) Error enumerating ISV MIF files
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(134)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
452 Condition nr 452
+ (OS 135) Error enumerating Inventory Agent output files
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(135)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Inventory
Set message text to : <msg>
453 Condition nr 453
+ (OS 136) Open failed
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(136)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
454 Condition nr 454
+ (OS 137) Error processing inventory
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(137)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Inventory
Set message text to : <msg>
455 Condition nr 455
+ (OS 138) Unknown group type in hsitory file
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(138)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
456 Condition nr 456
+ (OS 139) Error finding relationship to history
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(139)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
457 Condition nr 457
+ (OS 140) Error attempting to find relationship to history
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(140)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
458 Condition nr 458
+ (OS 141) Error accessing machine map
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(141)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
459 Condition nr 459
+ (OS 142) Error creating unique file
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(142)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
460 Condition nr 460
+ (OS 143) Error opening machine map file
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(143)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
461 Condition nr 461
+ (OS 144) Error allocating memory
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(144)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
462 Condition nr 462
+ (OS 145) Error allocating memory for history
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(145)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
463 Condition nr 463
+ (OS 146) Error opening history file
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(146)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
464 Condition nr 464
+ (OS 147) Error getting unique file name
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(147)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
465 Condition nr 465
+ (OS 148) Error adding new key to key table
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(148)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
466 Condition nr 466
+ (OS 149) Error finding key in key table
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(149)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
467 Condition nr 467
+ (OS 150) Error finding history key table
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(150)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
468 Condition nr 468
+ (OS 151) Error allocating memory
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(151)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
469 Condition nr 469
+ (OS 152) Error creating unique file
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(152)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
470 Condition nr 470
+ (OS 153) Error opening file
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(153)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
471 Condition nr 471
+ (OS 154) Error validating SMS path
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(154)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
472 Condition nr 472
+ (OS 155) Error validating Standalone ISV MIF path
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(155)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
473 Condition nr 473
+ (OS 156) Error validating Machine ISV MIF path
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(156)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
474 Condition nr 474
+ (OS 157) Error opening history file
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(157)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
475 Condition nr 475
+ (OS 158) Error gathering inventory on workstation
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(158)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Inventory
Set message text to : <msg>
476 Condition nr 476
+ (OS 159) Error scanning for ISV MIF files on workstation
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(159)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
477 Condition nr 477
+ (OS 160) Bad ISV MIF file
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(160)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
478 Condition nr 478
+ (OS 161) Error reading from file
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(161)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
479 Condition nr 479
+ (OS 162) Error enumerating ISV MIF file
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(162)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
480 Condition nr 480
+ (OS 163) Unknown group type in history file
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(163)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
481 Condition nr 481
+ (OS 164) Error allocating memory
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(164)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
482 Condition nr 482
+ (OS 165) Error getting unique name
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(165)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
483 Condition nr 483
+ (OS 166) Error allocating memory
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(166)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
484 Condition nr 484
+ (OS 167) Error opening file
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(167)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
485 Condition nr 485
+ (OS 168) Bad delta file
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(168)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
486 Condition nr 486
+ (OS 169) Error getting objects from file
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(169)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
487 Condition nr 487
+ (OS 170) Variables NULL
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(170)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
488 Condition nr 488
+ (OS 171) Error appending record
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(171)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
489 Condition nr 489
+ (OS 172) Error initializing delta file
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(172)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
490 Condition nr 490
+ (OS 173) Error creating history file
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(173)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
491 Condition nr 491
+ (OS 174) Error allocating memory
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(174)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
492 Condition nr 492
+ (OS 175) Inconsistent length in command history file
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(175)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
493 Condition nr 493
+ (OS 176) Error reading data from command line
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(176)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
494 Condition nr 494
+ (OS 178) Error setting max use for share
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(178)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
495 Condition nr 495
+ (OS 179) Error initializing delta file
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(179)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
496 Condition nr 496
+ (OS 182) Inconsistent attributes for machine
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(182)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Inventory
Set message text to : <msg>
497 Condition nr 497
+ (OS 186) Resync command was sent
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(186)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Inventory
Set message text to : <msg>
498 Condition nr 498
+ (OS 187) MIF type mismatch
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(187)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Inventory
Set message text to : <msg>
499 Condition nr 499
+ (OS 188) Error reading configuration information
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(188)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Inventory
Set message text to : <msg>
500 Condition nr 500
+ (OS 196) Disk full
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(196)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
501 Condition nr 501
+ (OS 197) Registry not set up properly
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(197)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
502 Condition nr 502
+ (OS 198) Insufficient memory
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(198)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
503 Condition nr 503
+ (OS 199) Registry not set up properly for Inventory Data Loader
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(199)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Inventory
Set message text to : <msg>
504 Condition nr 504
+ (OS 200) Registry not set up properly for Inventory Agent
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(200)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Inventory
Set message text to : <msg>
505 Condition nr 505
+ (OS 208) Insufficient memory to configure site
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(208)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
506 Condition nr 506
+ (OS 209) Registry not set up correctly
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(209)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Configuration
Set message text to : <msg>
507 Condition nr 507
+ (OS 210) Error finding directory for site control files
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(210)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
508 Condition nr 508
+ (OS 211) Error reading site control file
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(211)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Configuration
Set message text to : <msg>
509 Condition nr 509
+ (OS 217) Error attempting to find domain type
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(217)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
510 Condition nr 510
+ (OS 224) Error finding drive with sufficient free disk space
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(224)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
511 Condition nr 511
+ (OS 235) No active servers for domain
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(235)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
512 Condition nr 512
+ (OS 236) Error installing to server in domain
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(236)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Configuration
Set message text to : <msg>
513 Condition nr 513
+ (OS 240) Error changing the service account
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(240)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Configuration
Set message text to : <msg>
514 Condition nr 514
+ (OS 241) Error saving SMS unique ID
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(241)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Configuration
Set message text to : <msg>
515 Condition nr 515
+ (OS 242) Error starting site configuration
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(242)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Configuration
Set message text to : <msg>
516 Condition nr 516
+ (OS 245) MIF could not be processed
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(245)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
517 Condition nr 517
+ (OS 246) Error accessing registry section
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(246)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
518 Condition nr 518
+ (OS 247) Error continueing current operation
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(247)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
519 Condition nr 519
+ (OS 248) Error writing to file
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(248)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
520 Condition nr 520
+ (OS 249) Error opening outbox
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(249)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
521 Condition nr 521
+ (OS 250) Error creating new thread
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(250)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
522 Condition nr 522
+ (OS 256) Error finding active receiver
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(256)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
523 Condition nr 523
+ (OS 257) Missing remote server name section
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(257)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
524 Condition nr 524
+ (OS 258) Missing remote share name section
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(258)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
525 Condition nr 525
+ (OS 259) Missing remote gateway name section
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(259)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
526 Condition nr 526
+ (OS 261) Incorrect invocation of sender
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(261)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
527 Condition nr 527
+ (OS 262) Error opening status file
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(262)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
528 Condition nr 528
+ (OS 263) Error reading status file
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(263)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
529 Condition nr 529
+ (OS 264) No remote address in status file
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(264)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
530 Condition nr 530
+ (OS 265) Error connecting remote site
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(265)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
531 Condition nr 531
+ (OS 266) Remote site installation failed
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(266)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Configuration
Set message text to : <msg>
532 Condition nr 532
+ (OS 267) No errors reported from remote site installation
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(267)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Configuration
Set message text to : <msg>
533 Condition nr 533
+ (OS 270) File exists
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(270)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
534 Condition nr 534
+ (OS 271) File has been renamed
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(271)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
535 Condition nr 535
+ (OS 273) Dispatcher failed
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(273)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
536 Condition nr 536
+ (OS 274) No remote address present
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(274)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
537 Condition nr 537
+ (OS 275) Remote address invalid
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(275)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
538 Condition nr 538
+ (OS 276) Local address missing
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(276)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
539 Condition nr 539
+ (OS 277) Error connecting destination
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(277)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
540 Condition nr 540
+ (OS 278) Error disconnecting from remote resource
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(278)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
541 Condition nr 541
+ (OS 279) Error connecting RAS server
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(279)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
542 Condition nr 542
+ (OS 280) Error opening file
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(280)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
543 Condition nr 543
+ (OS 281) Error opening file (LU)
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(281)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
544 Condition nr 544
+ (OS 282) Error closing file
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(282)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
545 Condition nr 545
+ (OS 283) Error closing file (LU)
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(283)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
546 Condition nr 546
+ (OS 284) File is not the expected size
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(284)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
547 Condition nr 547
+ (OS 285) Error writing to file
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(285)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
548 Condition nr 548
+ (OS 286) Error flushing file
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(286)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
549 Condition nr 549
+ (OS 287) Error flushing file (LU)
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(287)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
550 Condition nr 550
+ (OS 288) Error reading file
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(288)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
551 Condition nr 551
+ (OS 289) Insufficient disk space
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(289)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
552 Condition nr 552
+ (OS 290) Insufficient disk space (LU)
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(290)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
553 Condition nr 553
+ (OS 292) Error renaming remote file
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(292)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
554 Condition nr 554
+ (OS 293) Error removing file
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(293)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
555 Condition nr 555
+ (OS 294) Error removing file (LU)
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(294)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
556 Condition nr 556
+ (OS 295) Error allocating memory
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(295)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
557 Condition nr 557
+ (OS 300) Dispatcher has terminated
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(300)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
558 Condition nr 558
+ (OS 301) Dispatcher has terminated due to error
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(301)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
559 Condition nr 559
+ (OS 302) Stopping current transfer
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(302)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
560 Condition nr 560
+ (OS 303) Canceling current transfer
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(303)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
561 Condition nr 561
+ (OS 304) Suspending current transfer
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(304)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
562 Condition nr 562
+ (OS 305) Error establishing connection
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(305)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
563 Condition nr 563
+ (OS 307) Error setting notification event
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(307)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
564 Condition nr 564
+ (OS 308) Error creating a handle
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(308)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
565 Condition nr 565
+ (OS 310) Error accessing registry
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(310)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
566 Condition nr 566
+ (OS 311) Missing inbox path in registry
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(311)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
567 Condition nr 567
+ (OS 333) Error reading registry on server
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(333)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
568 Condition nr 568
+ (OS 338) Error writing site control file
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(338)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Control
Set message text to : <msg>
569 Condition nr 569
+ (OS 339) Site control file has unknown type
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(339)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Control
Set message text to : <msg>
570 Condition nr 570
+ (OS 340) Error reading site control file
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(340)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Control
Set message text to : <msg>
571 Condition nr 571
+ (OS 342) Error changing to working directory
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(342)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
572 Condition nr 572
+ (OS 346) Error generating new send request
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(346)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Configuration
Set message text to : <msg>
573 Condition nr 573
+ (OS 351) Error creating send request
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(351)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Configuration
Set message text to : <msg>
574 Condition nr 574
+ (OS 363) Site table empty
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(363)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
575 Condition nr 575
+ (OS 365) Error posting site control files
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(365)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
576 Condition nr 576
+ (OS 366) Error identifying site
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(366)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
577 Condition nr 577
+ (OS 368) Error attempting to add domain
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(368)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
578 Condition nr 578
+ (OS 370) Setup error
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(370)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
579 Condition nr 579
+ (OS 376) Exception Error
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(376)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
580 Condition nr 580
+ (OS 379) Existing directory
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(379)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Configuration
Set message text to : <msg>
581 Condition nr 581
+ (OS 388) Error installing site
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(388)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Configuration
Set message text to : <msg>
582 Condition nr 582
+ (OS 394) Error updating inventory
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(394)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Inventory
Set message text to : <msg>
583 Condition nr 583
+ (OS 396) Error updating inventory after many retries
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(396)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Inventory
Set message text to : <msg>
584 Condition nr 584
+ (OS 399) Error initializing trap receiver
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(399)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
585 Condition nr 585
+ (OS 400) Error initializing SNMP
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(400)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
586 Condition nr 586
+ (OS 403) Error completing installation
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(403)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Configuratio
Set message text to : <msg>
587 Condition nr 587
+ (OS 1001) Error loading network provider DLL
Check on severity : Critical
Check on application : SMS
Check on message : ^EventID:<S>0x<8*><S>(1001)<S>-<S><*.msg>, case sensitive check
Set message group to : OS
Set object to : Miscellaneous
Set message text to : <msg>
Template is member of template groups:
SMS (Windows NT)
Description : Message Conditions for NetWare NMA 2.1/2.6 Threshold Trap Interception
Template type : trap interceptor
Fieldseparators : default
Case sensitivity : yes
Condition defaults:
Set severity to : Normal
Set application to : NMAThresholdTraps
Set message group to : SNMP
Conditions:
1 Condition nr 1
+ nwtThresholdLoggedIn
Check on enterprise ID : .1.3.6.1.4.1.23.2.26
Check on specific trap : 1
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Avg.# of logged-in users exceeded threshold of <$3> for a <$4> second interval on server <$MSG_NODE_NAME>.
Operator initiated action : userinfo <$MSG_NODE_NAME>, always annotate
2 Condition nr 2
+ nwtThresholdConnecti
Check on enterprise ID : .1.3.6.1.4.1.23.2.26
Check on specific trap : 2
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Avg.# of connections exceeded threshold of <$3> for a <$4> second interval on server <$MSG_NODE_NAME>.
Operator initiated action : conninfo $<MSG_NODE_NAME>, always annotate
3 Condition nr 3
+ nwtThresholdFileRead
Check on enterprise ID : .1.3.6.1.4.1.23.2.26
Check on specific trap : 3
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Number of file system reads exceeded threshold of <$3> in a <$4> second interval on server <$MSG_NODE_NAME>.
Operator initiated action : volinfo <$MSG_NODE_NAME>, always annotate
4 Condition nr 4
+ nwtThresholdFileWrit
Check on enterprise ID : .1.3.6.1.4.1.23.2.26
Check on specific trap : 4
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Number of file system writes exceeded threshold of <$3> in a <$4> second interval on server <$MSG_NODE_NAME>.
Operator initiated action : volinfo <$MSG_NODE_NAME>, always annotate
5 Condition nr 5
+ nwtThresholdFileRe_1
Check on enterprise ID : .1.3.6.1.4.1.23.2.26
Check on specific trap : 5
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Number of bytes read from file system exceeded threshold of <$3> KB in a <$4> second interval on server <$MSG_NODE_NAME>.
Operator initiated action : volinfo <$MSG_NODE_NAME>, always annotate
6 Condition nr 6
+ nwtThresholdFileWr_1
Check on enterprise ID : .1.3.6.1.4.1.23.2.26
Check on specific trap : 6
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Number of KBytes written to file system exceeded threshold of <$3> KB in a <$4> second interval on server <$MSG_NODE_NAME>.
Operator initiated action : volinfo <$MSG_NODE_NAME>, always annotate
7 Condition nr 7
+ nwtThresholdLslInPac
Check on enterprise ID : .1.3.6.1.4.1.23.2.26
Check on specific trap : 7
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Total packets received exceeded threshold of <$3> in a <$4> second interval on server <$MSG_NODE_NAME>.
Operator initiated action : protocls <$MSG_NODE_NAME>, always annotate
8 Condition nr 8
+ nwtThresholdLslOutPa
Check on enterprise ID : .1.3.6.1.4.1.23.2.26
Check on specific trap : 8
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Total packets transmitted exceeded threshold of <$3> in a <$4> second interval on server <$MSG_NODE_NAME>.
Operator initiated action : protocls <$MSG_NODE_NAME>, always annotate
9 Condition nr 9
+ nwtThresholdNcpReque
Check on enterprise ID : .1.3.6.1.4.1.23.2.26
Check on specific trap : 9
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : NCP requests exceeded threshold of <$3> in a <$4> second interval on server <$MSG_NODE_NAME>.
Operator initiated action : ncpinfo <$MSG_NODE_NAME>, always annotate
10 Condition nr 10
+ nwtThresholdPctCpuUt
Check on enterprise ID : .1.3.6.1.4.1.23.2.26
Check on specific trap : 10
Set severity to : Warning
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : CPU utilization exceeded threshold of <$3>% for a <$4> second interval on server <$MSG_NODE_NAME> <$5>.
Operator initiated action : cpuinfo <$MSG_NODE_NAME>, always annotate
11 Condition nr 11
+ nwtThresholdPctCache
Check on enterprise ID : .1.3.6.1.4.1.23.2.26
Check on specific trap : 11
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Cache buffers fell below threshold of <$3>% on server <$MSG_NODE_NAME>.
Operator initiated action : meminfo <$MSG_NODE_NAME>, always annotate
12 Condition nr 12
+ nwtThresholdCodeAndD
Check on enterprise ID : .1.3.6.1.4.1.23.2.26
Check on specific trap : 12
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Code and data memory exceeded threshold of <$3>% on server <$MSG_NODE_NAME>.
Operator initiated action : meminfo <$MSG_NODE_NAME>, always annotate
13 Condition nr 13
+ nwtThresholdAllocate
Check on enterprise ID : .1.3.6.1.4.1.23.2.26
Check on specific trap : 13
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Allocated memory exceeded threshold of <$3>%on server <$MSG_NODE_NAME>.
Operator initiated action : memory <$MSG_NODE_NAME>, always annotate
14 Condition nr 14
+ nwtThresholdPctDirty
Check on enterprise ID : .1.3.6.1.4.1.23.2.26
Check on specific trap : 14
Set severity to : Warning
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Dirty cache buffers exceeded threshold of <$3>% for a <$4> second interval on server <$MSG_NODE_NAME>.
15 Condition nr 15
+ nwtThresholdPhysIfIn
Check on enterprise ID : .1.3.6.1.4.1.23.2.26
Check on specific trap : 15
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Packets received on <$5> exceeded threshold of <$3> in a <$4> second interval on server <$MSG_NODE_NAME>.
Operator initiated action : protocls <$MSG_NODE_NAME>, always annotate
16 Condition nr 16
+ nwtThresholdPhysIfOu
Check on enterprise ID : .1.3.6.1.4.1.23.2.26
Check on specific trap : 16
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Packets transmitted on <$5> exceeded threshold of <$3> in a <$4> second interval on server <$MSG_NODE_NAME>.
Operator initiated action : protocls <$MSG_NODE_NAME>, always annotate
17 Condition nr 17
+ nwtThresholdPhysIf_1
Check on enterprise ID : .1.3.6.1.4.1.23.2.26
Check on specific trap : 17
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : KBytes received on <$5> exceeded threshold of <$3>KB in a <$4> second interval on server <$MSG_NODE_NAME>.
Operator initiated action : netintrf <$MSG_NODE_NAME>, always annotate
18 Condition nr 18
+ nwtThresholdPhysIf_2
Check on enterprise ID : .1.3.6.1.4.1.23.2.26
Check on specific trap : 18
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : KBytes transmitted on <$5> exceeded threshold of <$3>KB in a <$4> second interval on server <$MSG_NODE_NAME>.
Operator initiated action : netintrf <$MSG_NODE_NAME>, always annotate
19 Condition nr 19
+ nwtThresholdQueueNum
Check on enterprise ID : .1.3.6.1.4.1.23.2.26
Check on specific trap : 19
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Avg.# ready jobs in queue <$4> exceeded threshold of <$3> for a <$5> second interval on server <$MSG_NODE_NAME>.
Operator initiated action : quesinfo <$MSG_NODE_NAME>, always annotate
20 Condition nr 20
+ nwtThresholdQueueN_1
Check on enterprise ID : .1.3.6.1.4.1.23.2.26
Check on specific trap : 20
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Avg KBytes in ready jobs in queue <$4> exceeded threshold of <$3> for a <$5> second interval on server <$MSG_NODE_NAME>.
Operator initiated action : quesinfo <$MSG_NODE_NAME>, always annotate
21 Condition nr 21
+ nwtThresholdQueueNex
Check on enterprise ID : .1.3.6.1.4.1.23.2.26
Check on specific trap : 21
Set severity to : Warning
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Wait time of next ready job in queue <$4> exceeded threshold of <$3> seconds on server <$MSG_NODE_NAME>.
Operator initiated action : quesinfo <$MSG_NODE_NAME>, always annotate
22 Condition nr 22
+ nwtThresholdVolumePc
Check on enterprise ID : .1.3.6.1.4.1.23.2.26
Check on specific trap : 22
Set severity to : Warning
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Free space on volume <$4> fell below threshold of <$3>% on server <$MSG_NODE_NAME>.
Operator initiated action : volinfo <$MSG_NODE_NAME>, always annotate
23 Condition nr 23
+ nwtThresholdPctCac_1
Check on enterprise ID : .1.3.6.1.4.1.23.2.26
Check on specific trap : 23
Set severity to : Warning
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : File cache hit rate fell below threshold of <$3> for a <$4> second interval on server <$MSG_NODE_NAME>.
24 Condition nr 24
+ nwtThresholdDiskPctF
Check on enterprise ID : .1.3.6.1.4.1.23.2.26
Check on specific trap : 24
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Free redirection area on disk <$4> fell below threshold of <$3>% on server <$MSG_NODE_NAME>.
Operator initiated action : diskinfo <$MSG_NODE_NAME>, always annotate
25 Condition nr 25
+ nwtServerProcesses
Check on enterprise ID : .1.3.6.1.4.1.23.2.26
Check on specific trap : 25
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : The # of context processes currently loaded or running on the system exceeded threshold of <$3> for a <$4> second interval on server <$MSG_NODE_NAME>.
Operator initiated action : sysumary <$MSG_NODE_NAME>, always annotate
26 Condition nr 26
+ nwtNoECBCount
Check on enterprise ID : .1.3.6.1.4.1.23.2.26
Check on specific trap : 26
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : The total # of times a packet was received and not consumed by a protocol stack exceeded threshold of <$3> for a <$4> second interval on server <$MSG_NODE_NAME>.
Operator initiated action : sysumary <$MSG_NODE_NAME>, always annotate
27 Condition nr 27
+ nwtOSPktRcvBuffer
Check on enterprise ID : .1.3.6.1.4.1.23.2.26
Check on specific trap : 27
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : The current # of packet receive buffers being used by the OS exceeded threshold of <$3> for a <$4> second interval on server <$MSG_NODE_NAME>.
Operator initiated action : syssumary <$MSG_NODE_NAME>, always annotate
Template is member of template groups:
NetWare
Description : Message Conditions for NetWare NMA 2.1/2.6 Trap Interception
Template type : trap interceptor
Fieldseparators : default
Case sensitivity : yes
Condition defaults:
Set severity to : Normal
Set application to : NMATraps
Set message group to : SNMP
Conditions:
1 Condition nr 1
+ outOfShortTermMemory
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 1
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : <$3> requests for short term memory could not be granted on server <$MSG_NODE_NAME>.
Operator initiated action : meminfo <$MSG_NODE_NAME>, always annotate
2 Condition nr 2
+ errWritingToTheExten
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 2
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Error occurred writing to extended directory space on server <$MSG_NODE_NAME>.
Operator initiated action : diskinfo <$MSG_NODE_NAME>, always annotate
3 Condition nr 3
+ errWritingToFile
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 3
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Error occurred writing to file data stream <$3>. Error writing to extended directory space. Write requested by server <$MSG_NODE_NAME>.
Operator initiated action : diskinfo <$MSG_NODE_NAME>, always annotate
4 Condition nr 4
+ errWritingToFileUsr
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 4
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Error occurred writing to file (filename not accessible) data stream <$3> on server <$MSG_NODE_NAME>. Write requested by user <$4> on station <$5>.
Operator initiated action : diskinfo <$MSG_NODE_NAME>, always annotate
5 Condition nr 5
+ errWritingToFileData
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 5
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Error writing to file <$3> data stream <$4>. Write requested by server <$MSG_NODE_NAME>. File path <$5>:<$6>.
Operator initiated action : diskinfo <$MSG_NODE_NAME>, always annotate
6 Condition nr 6
+ errWritingToFileDa_1
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 6
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Error writing to file <$3> data stream <$4> on server <$MSG_NODE_NAME>. Write requested by user <$5> on station <$6>. File path <$7>:<$8>.
Operator initiated action : diskinfo <$MSG_NODE_NAME>, always annotate
7 Condition nr 7
+ fileReaderrSrvrNofil
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 7
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : File read err at offset <$3> in data stream <$4> on server <$MSG_NODE_NAME>. Error getting filename. Read requested by the server.
Operator initiated action : diskinfo <$MSG_NODE_NAME>, always annotate
8 Condition nr 8
+ fileReaderrUsrNofile
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 8
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : File read error at offset <$3> data stream <$4> on server <$MSG_NODE_NAME>. Error getting filename. Read requested by user <$5> on station <$6>.
Operator initiated action : diskinfo <$MSG_NODE_NAME>, always annotate
9 Condition nr 9
+ fileReaderrDSSrvr
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 9
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Error reading file <$3> offset <$4> data stream <$5>. Read requested by server <$MSG_NODE_NAME>. File path <$6>:<$7>.
Operator initiated action : diskinfo <$MSG_NODE_NAME>, always annotate
10 Condition nr 10
+ fileReaderrDSUsr
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 10
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Error reading file <$3> offset <$4> data stream <$5> on server <$MSG_NODE_NAME>. Read requested by user <$6> on station <$7>. File path is <$8>:<$9>.
Operator initiated action : diskinfo <$MSG_NODE_NAME>, always annotate
11 Condition nr 11
+ fileWritePreReaderrS
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 11
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : File write (pre-read) error at offset <$3> data stream <$4>. Error getting file name. Read requested by server <$MSG_NODE_NAME>.
Operator initiated action : diskinfo <$MSG_NODE_NAME>, always annotate
12 Condition nr 12
+ fileWritePreReaderrU
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 12
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : File write (pre-read) error at offset <$3> data stream <$4> on server <$MSG_NODE_NAME>. Error getting file name. Read requested by user <$5> on station <$6>.
Operator initiated action : diskinfo <$MSG_NODE_NAME>, always annotate
13 Condition nr 13
+ fileWritePreReaderrD
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 13
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : File <$3> write (pre-read) error at offset <$4> data stream <$5>. Error getting file name. Read requested by server <$MSG_NODE_NAME>. File path <$6>:<$7>.
Operator initiated action : diskinfo <$MSG_NODE_NAME>, always annotate
14 Condition nr 14
+ fileWritePreReader_1
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 14
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : File <$3> write (pre-read) error at offset <$4> data stream <$5> on server <$MSG_NODE_NAME>. Read requested by user <$6> on station <$7>. File path <$8>:<$9>.
Operator initiated action : diskinfo <$MSG_NODE_NAME>, always annotate
15 Condition nr 15
+ cacheMemAllocExceede
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 15
Set severity to : Warning
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Cache memory allocator exceeded min. cache buffer left limit on server <$MSG_NODE_NAME>.
16 Condition nr 16
+ cacheMemAllocOutOfMe
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 16
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Cache memory allocator out of available memory on server <$MSG_NODE_NAME>.
Operator initiated action : meminfo <$MSG_NODE_NAME>, always annotate
17 Condition nr 17
+ numberOfCacheBuffers
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 17
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : No. of cache buffers getting too low on server <$MSG_NODE_NAME>.
Operator initiated action : meminfo <$MSG_NODE_NAME>, always annotate
18 Condition nr 18
+ volOfDiskSpace
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 18
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Volume <$MSG_NODE_NAME>/<$3>: out of disk space. No deleted files are occupying disk space.
Operator initiated action : volinfo <$MSG_NODE_NAME>, always annotate
19 Condition nr 19
+ volOfDiskSpaceNoPurg
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 19
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Volume <$MSG_NODE_NAME>/<$3>: out of disk space. <$4>K of disk space in use by deleted files. No deleted files have been deleted long enough to be purged.
Operator initiated action : volinfo <$MSG_NODE_NAME>, always annotate
20 Condition nr 20
+ volAlmostOutOfDiskSp
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 20
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Volume <$MSG_NODE_NAME>/<$3>: almost out of disk space.
Automatic action : volinfo <$MSG_NODE_NAME>, always annotate
21 Condition nr 21
+ errWritingFatTables
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 21
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Error occurred writing the FAT table for volume <$MSG_NODE_NAME>/<$3>:.
Operator initiated action : diskinfo <$MSG_NODE_NAME>, always annotate
22 Condition nr 22
+ errWritingDirectoryB
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 22
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Error occurred writing to the directory on <$MSG_NODE_NAME>/<$3>:.
Operator initiated action : diskinfo <$MSG_NODE_NAME>, always annotate
23 Condition nr 23
+ dirCopyReadErr
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 23
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Error reading one copy of a directory on <$MSG_NODE_NAME>/<$3>:.
Operator initiated action : diskinfo <$MSG_NODE_NAME>, always annotate
24 Condition nr 24
+ errReadingBothCopies
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 24
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Error reading both copies of a directory on <$MSG_NODE_NAME>/<$3>:.
Operator initiated action : diskinfo <$MSG_NODE_NAME>, always annotate
25 Condition nr 25
+ allocateDirEntryWrit
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 25
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Error writing to a newly allocated directory block on <$MSG_NODE_NAME>/<$3>:.
Operator initiated action : diskinfo <$MSG_NODE_NAME>, always annotate
26 Condition nr 26
+ errExpandingDirDueto
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 26
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Error expanding a directory on <$MSG_NODE_NAME>/<$3>: due to disk write errors.
Operator initiated action : diskinfo <$MSG_NODE_NAME>, always annotate
27 Condition nr 27
+ dirReachedItsLimit
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 27
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Error expanding a directory on <$MSG_NODE_NAME>/<$3>: because the directory size limit was exceeded.
Operator initiated action : diskinfo <$MSG_NODE_NAME>, always annotate
28 Condition nr 28
+ errExpandingNoDiskSp
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 28
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Error expanding a directory on <$MSG_NODE_NAME>/<$3>: because no more disk space was available.
Operator initiated action : volinfo <$MSG_NODE_NAME>, always annotate
29 Condition nr 29
+ errExpandingNoMemSpa
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 29
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Error expanding directory on <$MSG_NODE_NAME>/<$3>: because no more memory available for directory tables.
Operator initiated action : meminfo <$MSG_NODE_NAME>, always annotate
30 Condition nr 30
+ dirSizeGettingTooLrg
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 30
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Directory table on <$MSG_NODE_NAME>/<$3>: getting too large for available memory. You may need to add more memory to the file server.
Operator initiated action : meminfo <$MSG_NODE_NAME>, always annotate
31 Condition nr 31
+ lanReceiveBuffLimitR
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 31
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : No OS LAN buffers are available on server <$MSG_NODE_NAME>.
Operator initiated action : setparms <$MSG_NODE_NAME>, always annotate
32 Condition nr 32
+ connTerminatedByWatc
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 32
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : User <$3> on station <$4> cleared by connection watchdog on server <$MSG_NODE_NAME> due to communication or station failure.
Operator initiated action : setparms <$MSG_NODE_NAME>, always annotate
33 Condition nr 33
+ copyrightViolation
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 33
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : NetWare copyright violation on server <$MSG_NODE_NAME>! Call supervisor! Server at address <$3>:<$4> has the same serial number as this server.
Operator initiated action : sysumary <$MSG_NODE_NAME>, always annotate
34 Condition nr 34
+ writeFault
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 34
Set severity to : Warning
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Attempted write to protected or non-present page on server <$MSG_NODE_NAME>. Process: <$3>. Module: <$4>. Code offset in module: <$5>. Access address: <$6>.
35 Condition nr 35
+ readFault
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 35
Set severity to : Warning
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Attempted read from protected or non-present page on server <$MSG_NODE_NAME>. Process:<$3>. Module: <$4>. Code offset in module: <$5>. Access address: <$6>.
36 Condition nr 36
+ ipxReceivedIncomPack
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 36
Set severity to : Warning
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : IPX on server <$MSG_NODE_NAME> receiving incomplete packets from network:node <$3>:<$4>. <$5> incomplete packets received.
37 Condition nr 37
+ unableToCreateVOLERR
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 37
Set severity to : Warning
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Unable to create VOL$LOG.ERR on volume <$3> on server <$MSG_NODE_NAME>.
38 Condition nr 38
+ unableToWriteVOLERR
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 38
Set severity to : Warning
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Unable to write to VOL$LOG.ERR on volume <$3> on server <$MSG_NODE_NAME>.
39 Condition nr 39
+ volOprDespiteDeviceD
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 39
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Volume <$3> is still operational due to mirrored drive deactivation on server <$MSG_NODE_NAME>.
Operator initiated action : mirrdevs <$MSG_NODE_NAME>, always annotate
40 Condition nr 40
+ loginDisabledByUser
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 40
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Login disabled on server <$MSG_NODE_NAME> by user <$3> on station <$4>.
41 Condition nr 41
+ loginEnabledByUser
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 41
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Login enabled on server <$MSG_NODE_NAME> by user <$3> on station <$4>.
42 Condition nr 42
+ clrStnByConsole
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 42
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Server <$MSG_NODE_NAME> cleared of station <$3>. Connection terminated on server <$4>.
43 Condition nr 43
+ clrStnByUsr
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 43
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : <$3> connection <$4> cleared by user <$5> on station <$6> on server <$MSG_NODE_NAME>.
44 Condition nr 44
+ fileServerDowned
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 44
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : File server <$MSG_NODE_NAME> was downed by user <$3> at station <$4>.
45 Condition nr 45
+ errOpeningRIPSocket
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 45
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : RIP socket was already open when a router attempted to open it on server <$MSG_NODE_NAME>.
Operator initiated action : currnlms <$MSG_NODE_NAME>, always annotate
46 Condition nr 46
+ rtrConfigErr
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 46
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Server <$MSG_NODE_NAME> reports a router configuration error. Router at node <$3> claims network <$4> should be <$5>.
Operator initiated action : netintrf <$MSG_NODE_NAME>, always annotate
47 Condition nr 47
+ lanDriverLoopBack
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 47
Set severity to : Warning
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : LAN driver loopback error detected. Driver for network <$3> received its own send packet on server <$MSG_NODE_NAME>.
48 Condition nr 48
+ dupInternetAddr
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 48
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Server <$MSG_NODE_NAME> reports a router configuration error. Another router claims the same internet address.
Operator initiated action : netintrf <$MSG_NODE_NAME>, always annotate
49 Condition nr 49
+ lanBdUnreachable
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 49
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : IPX local network <$3> removed because LAN board unreachable on server <$MSG_NODE_NAME>.
Operator initiated action : adapinfo <$MSG_NODE_NAME>, always annotate
50 Condition nr 50
+ ipxUnbndRequest
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 50
Set severity to : Warning
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : IPX local network <$3> removed because of UNBIND request on server <$MSG_NODE_NAME>.
51 Condition nr 51
+ errOpeningSAPSocket
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 51
Set severity to : Warning
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : SAP socket was already open when a router attempted to open it on server <$MSG_NODE_NAME>.
52 Condition nr 52
+ rtrClaimingSameInter
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 52
Set severity to : Warning
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Server <$MSG_NODE_NAME> reports a router configuration error. Router <$3> claims my same internet address.
Operator initiated action : netintrf <$MSG_NODE_NAME>, always annotate
53 Condition nr 53
+ spuriousInt
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 53
Set severity to : Warning
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Spurious hardware interrupt <$3> detected on server <$MSG_NODE_NAME>.
54 Condition nr 54
+ checksumInvalid
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 54
Set severity to : Warning
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Server <$MSG_NODE_NAME> received an IPX NCP packet with invalid checksum from user <$3> at <$4>:<$5>. Possible network corruption.
55 Condition nr 55
+ prmyPicLostInterrupt
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 55
Set severity to : Warning
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Primary interrupt controller detected a lost hardware interrupt on server <$MSG_NODE_NAME>.
56 Condition nr 56
+ scndryPicLostInterru
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 56
Set severity to : Warning
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Secondary interrupt controller detected a lost hardware interrupt on server <$MSG_NODE_NAME>.
57 Condition nr 57
+ exception
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 57
Set severity to : Warning
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Domain <$3> quarantined on server <$MSG_NODE_NAME>. Process: <$4>, module <$5>, code offset in module: <$6> caused an exception.
58 Condition nr 58
+ invalidScreenID
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 58
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Invalid screen ID passed to screen manager on <$MSG_NODE_NAME>. Module: <$3>. Code offset in module: <$4>.
Operator initiated action : currnlms <$MSG_NODE_NAME>, always annotate
59 Condition nr 59
+ prssDidNotRelqhCntlF
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 59
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : <$3> process did not relinquish control in time on <$MSG_NODE_NAME>. Module: <$4>. Code offset in module: <$5>.
Operator initiated action : currnlms <$MSG_NODE_NAME>, always annotate
60 Condition nr 60
+ fileSrvrUsrDeleted
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 60
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : User <$3> account deleted while user was logged into server <$MSG_NODE_NAME>.
Operator initiated action : userinfo <$MSG_NODE_NAME>, always annotate
61 Condition nr 61
+ usrAcctDeletedByAUsr
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 61
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Account <$3> deleted by user <$4> on station <$5>. <$6> active connections terminated on server <$MSG_NODE_NAME>.
Operator initiated action : userinfo <$MSG_NODE_NAME>, always annotate
62 Condition nr 62
+ invalidResourceTag
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 62
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Invalid resource tag passed to the OS function ParseDriverParameters on server <$MSG_NODE_NAME>.
Operator initiated action : currnlms <$MSG_NODE_NAME>, always annotate
63 Condition nr 63
+ diskDeactivatedUnkno
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 63
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : <$3> deactivated for unknown reason on server <$MSG_NODE_NAME>.
Operator initiated action : diskinfo <$MSG_NODE_NAME>, always annotate
64 Condition nr 64
+ diskDeactivatedDrive
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 64
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Disk <$3> deactivated due to driver unload on server <$MSG_NODE_NAME>.
Operator initiated action : diskinfo <$MSG_NODE_NAME>, always annotate
65 Condition nr 65
+ diskDeactivatedDevic
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 65
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Disk <$3> deactivated by driver due to device failure on server <$MSG_NODE_NAME>.
Operator initiated action : diskinfo <$MSG_NODE_NAME>, always annotate
66 Condition nr 66
+ diskDeactivatedUsrRe
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 66
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Disk <$3> deactivated due to user request on server <$MSG_NODE_NAME>.
Operator initiated action : diskinfo <$MSG_NODE_NAME>, always annotate
67 Condition nr 67
+ diskDeactivatedMedia
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 67
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Disk <$3> deactivated due to media dismount on server <$MSG_NODE_NAME>.
Operator initiated action : diskinfo <$MSG_NODE_NAME>, always annotate
68 Condition nr 68
+ diskDeactivatedEOM
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 68
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Disk <$3> deactivated due to medium eject on server <$MSG_NODE_NAME>.
Operator initiated action : diskinfo <$MSG_NODE_NAME>, always annotate
69 Condition nr 69
+ diskDeactivatedServe
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 69
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Disk <$3> deactivated due to down command on server <$MSG_NODE_NAME>.
Operator initiated action : diskinfo <$MSG_NODE_NAME>, always annotate
70 Condition nr 70
+ diskDeactivatedSer_1
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 70
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Disk <$3> deactivated due to file system failure on server <$MSG_NODE_NAME>.
Operator initiated action : diskinfo <$MSG_NODE_NAME>, always annotate
71 Condition nr 71
+ moduleDidNotReleaseO
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 71
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Module on server <$MSG_NODE_NAME> did not release a resource. Module: <$3>. Resource: <$4>. Description: <$5>.
Operator initiated action : currnlms <$MSG_NODE_NAME>, always annotate
72 Condition nr 72
+ mirroredPartNotAllSy
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 72
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Mirrored partition <$3> cannot be remirrored on server <$MSG_NODE_NAME>.
Operator initiated action : mirrdevs <$MSG_NODE_NAME>, always annotate
73 Condition nr 73
+ allMirroredPartAreSy
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 73
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : All mirrored partitions are synchronized on server <$MSG_NODE_NAME>.
Operator initiated action : mirrdevs <$MSG_NODE_NAME>, always annotate
74 Condition nr 74
+ partitionsSync
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 74
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Partition #<$3> on server <$MSG_NODE_NAME> synchronized.
75 Condition nr 75
+ partitionsUnSync
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 75
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Unsynchronized partition #<$3> on server <$MSG_NODE_NAME>
76 Condition nr 76
+ remirroringPart
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 76
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Remirroring partition #<$3> on server <$MSG_NODE_NAME>.
Operator initiated action : mirrdevs <$MSG_NODE_NAME>, always annotate
77 Condition nr 77
+ abortRemirrorPart
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 77
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Abort remirror of partition #<$3> on server <$MSG_NODE_NAME>.
Operator initiated action : mirrdevs <$MSG_NODE_NAME>, always annotate
78 Condition nr 78
+ mirrorInconsistencie
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 78
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Logical partition #<$3> has mirror inconsistencies on server <$MSG_NODE_NAME>.
79 Condition nr 79
+ systemFileLockThresh
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 79
Set severity to : Warning
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : System file lock threshold exceeded on server <$MSG_NODE_NAME>. <$3> file open or lock requests failed.
80 Condition nr 80
+ stationFileLockThres
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 80
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Station <$3> file lock threshold exceeded on server <$MSG_NODE_NAME>. Total violations <$4>.
81 Condition nr 81
+ systemRecordLockThre
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 81
Set severity to : Warning
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : System record lock threshold exceeded on server <$MSG_NODE_NAME>. <$3> record lock requests failed.
82 Condition nr 82
+ stationRecordLockThr
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 82
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Station <$3> record lock threshold exceeded on server <$MSG_NODE_NAME>. Total violations <$4>.
83 Condition nr 83
+ errorOpeningNetAcctD
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 83
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Cannot open file NET$ACCT.DAT to add audit record on server <$MSG_NODE_NAME>.
Operator initiated action : volinfo <$MSG_NODE_NAME>, always annotate
84 Condition nr 84
+ ncpSearchLimitExecBy
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 84
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Connection <$3> user <$4> exceeded outstanding NCP directory search limit on server <$MSG_NODE_NAME>.
Operator initiated action : setparms <$MSG_NODE_NAME>, always annotate
85 Condition nr 85
+ ncpSearchLimitExec_1
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 85
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Outstanding NCP directory search limit exceeded on server <$MSG_NODE_NAME>.
Operator initiated action : setparms <$MSG_NODE_NAME>, always annotate
86 Condition nr 86
+ insertMediaAck
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 86
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Insert media request on device <$3> acknowledged on server <$MSG_NODE_NAME>.
87 Condition nr 87
+ insertMediaAborted
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 87
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Insert media request on device <$3> aborted on server <$MSG_NODE_NAME>.
88 Condition nr 88
+ remMediaAck
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 88
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Remove media request on device <$3> acknowledged on server <$MSG_NODE_NAME>.
89 Condition nr 89
+ remMediaAborted
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 89
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Remove media request on device <$3> aborted on server <$MSG_NODE_NAME>.
90 Condition nr 90
+ insertDSMediaInto
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 90
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Insert double-sided medium <$3> into <$4> on server <$MSG_NODE_NAME>.
91 Condition nr 91
+ removeMediaFrom
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 91
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Remove medium from <$3> on server <$MSG_NODE_NAME>.
92 Condition nr 92
+ redirectBlk
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 92
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Redirected block number <$3> to <$4> on partition #<$5> on server <$MSG_NODE_NAME>.
Operator initiated action : diskinfo <$MSG_NODE_NAME>, always annotate
93 Condition nr 93
+ couldNotRedirectBlk
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 93
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Could not redirect block <$3> on partition #<$4> on server <$MSG_NODE_NAME>.
94 Condition nr 94
+ outOfHotFixBlks
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 94
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Warning: No more redirection blocks on server <$MSG_NODE_NAME>.
95 Condition nr 95
+ fewRedirectionBlks
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 95
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Warning: Only <$3> redirection blocks left on server <$MSG_NODE_NAME>.
96 Condition nr 96
+ redirectInconsistNoF
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 96
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Redirection table inconsistencies on partition <$3> cannot be corrected on server <$MSG_NODE_NAME>.
Operator initiated action : diskinfo <$MSG_NODE_NAME>, always annotate
97 Condition nr 97
+ redirectInconsistFix
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 97
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Redirection table inconsistencies on partition <$3> were corrected on server <$MSG_NODE_NAME>.
Operator initiated action : diskinfo <$MSG_NODE_NAME>, always annotate
98 Condition nr 98
+ invalidResourceTagPa
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 98
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Function RegisterHardwareOptions called with an invalid resource tag on server <$MSG_NODE_NAME>.
Operator initiated action : currnlms <$MSG_NODE_NAME>, always annotate
99 Condition nr 99
+ checkAddHardware
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 99
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Function CheckAndAddHardware could not allocate a resource tag on server <$MSG_NODE_NAME>.
Operator initiated action : meminfo <$MSG_NODE_NAME>, always annotate
100 Condition nr 100
+ removeHardwareOption
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 100
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : OS function RemoveHardwareOptions called with an invalid pointer on file server <$MSG_NODE_NAME>.
Operator initiated action : currnlms <$MSG_NODE_NAME>, always annotate
101 Condition nr 101
+ errUnloadKilledNlm
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 101
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Error unloading killed loadable module on server <$MSG_NODE_NAME>
Operator initiated action : currnlms <$MSG_NODE_NAME>, always annotate
102 Condition nr 102
+ invldRrceTagPsedToCr
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 102
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : OS function CreateProcess called with an invalid resource tag on file server <$MSG_NODE_NAME>.
Operator initiated action : currnlms <$MSG_NODE_NAME>, always annotate
103 Condition nr 103
+ createPrssReqtdStack
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 103
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Function CreateProcess called with too small a stack size on file server <$MSG_NODE_NAME>.
Operator initiated action : currnlms <$MSG_NODE_NAME>, always annotate
104 Condition nr 104
+ createPrssUnableToAl
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 104
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Function CreateProcess could not allocate a Process Control Block on server <$MSG_NODE_NAME>.
Operator initiated action : meminfo <$MSG_NODE_NAME>, always annotate
105 Condition nr 105
+ filePreservationErro
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 105
Set severity to : Warning
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Error prevented preservation of file <$3>:<$4> during file deletion on file server <$MSG_NODE_NAME>.
106 Condition nr 106
+ filePreservationEr_1
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 106
Set severity to : Warning
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Insufficient directory space (or memory) to preserve <$3>:<$4> during file deletion on file server <$MSG_NODE_NAME>.
107 Condition nr 107
+ mlidResetLanBd
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 107
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : <$3>:<$4>:<$5> has requested LAN board reset on file server <$MSG_NODE_NAME>.
108 Condition nr 108
+ requestedRtrReset
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 108
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : <$3>:<$4>:<$5> has requested router reset on file server <$MSG_NODE_NAME>.
109 Condition nr 109
+ volContainstheWrongD
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 109
Set severity to : Warning
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Volume <$3> DOS type (<$4>) does not match the file server DOS type (<$5>) on file server <$MSG_NODE_NAME>.
110 Condition nr 110
+ originalNameSpaceNot
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 110
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : GetOriginalNameSpace could not find the originating name space on <$MSG_NODE_NAME>. DOS name space assumed. Run VRepair to fix this
Operator initiated action : volinfo <$MSG_NODE_NAME>, always annotate
111 Condition nr 111
+ rdTimeDataMigratorMo
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 111
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Real-time data migrator default read/write support module changed on server <$MSG_NODE_NAME>.
112 Condition nr 112
+ errCreateOpenTTSLogF
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 112
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Error opening or creating TTS$LOG.ERR file on server <$MSG_NODE_NAME>.
113 Condition nr 113
+ errWriteOpenTTSLogFi
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 113
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Error writing to TTS$LOG.ERR file on server <$MSG_NODE_NAME>.
114 Condition nr 114
+ ttsDownbyVolDismount
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 114
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : <$MSG_NODE_NAME> TTS shut down because backout volume <$3> was dismounted.
115 Condition nr 115
+ disableTTSbyUser
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 115
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : TTS disabled on server <$MSG_NODE_NAME> by user <$3> on station <$4>.
116 Condition nr 116
+ ttsDisabledByOperato
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 116
Set severity to : Warning
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : TTS disabled by operator on server <$MSG_NODE_NAME>.
117 Condition nr 117
+ ttsDisErrReadTTSduri
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 117
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : TTS disabled on server <$MSG_NODE_NAME> due to error reading backout file.
Operator initiated action : volinfo <$MSG_NODE_NAME>, always annotate
118 Condition nr 118
+ ttsDisErrWritingTTSd
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 118
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : TTS disabled on server <$MSG_NODE_NAME> because of error writing to file during transaction backout.
Operator initiated action : volinfo <$MSG_NODE_NAME>, always annotate
119 Condition nr 119
+ ttsDisErrTooManyDefI
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 119
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : TTS disabled on server <$MSG_NODE_NAME> because of too many defined volumes.
Operator initiated action : volinfo <$MSG_NODE_NAME>, always annotate
120 Condition nr 120
+ ttsDisErrWritingVolD
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 120
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : TTS disabled on server <$MSG_NODE_NAME> because of error writing volume definition information.
Operator initiated action : volinfo <$MSG_NODE_NAME>, always annotate
121 Condition nr 121
+ ttsDisErrRdBlkFlRecG
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 121
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : TTS disabled on server <$MSG_NODE_NAME> because of error reading backout file during record generation.
Operator initiated action : volinfo <$MSG_NODE_NAME>, always annotate
122 Condition nr 122
+ ttsDisGrowMemTables
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 122
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : TTS disabled on server <$MSG_NODE_NAME> because of error growing TTS memory tables.
123 Condition nr 123
+ ttsDisErrAllDiskSpac
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 123
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : TTS disabled on server <$MSG_NODE_NAME> because of error allocating more disk space for the backout file.
Operator initiated action : volinfo <$MSG_NODE_NAME>, always annotate
124 Condition nr 124
+ ttsDisDirErrOnBkFile
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 124
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : TTS disabled on server <$MSG_NODE_NAME> because of directory error on TTS backout file.
125 Condition nr 125
+ enableTTSByUser
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 125
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : TTS on server <$MSG_NODE_NAME> enabled by user <$3> on station <$4>.
126 Condition nr 126
+ transactionAbortedFo
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 126
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Transaction aborted for station <$3> task <$4> on server <$MSG_NODE_NAME>.
127 Condition nr 127
+ ttsLimitExceeded
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 127
Set severity to : Warning
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : TTS exceeded max. active transactions limit on server <$MSG_NODE_NAME>. <$3> transactions delayed.
128 Condition nr 128
+ ttsNoMemForExpanding
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 128
Set severity to : Warning
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : TTS ran out of memory expanding transaction node tables on server <$MSG_NODE_NAME>. <$3> memory allocation requests failed.
129 Condition nr 129
+ auditEvent
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 129
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Audit error on server <$MSG_NODE_NAME>. Audit event number = <$3>, invalid volume number = <$4>.
Operator initiated action : volinfo <$MSG_NODE_NAME>, always annotate
130 Condition nr 130
+ auditAlertThresholdO
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 130
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Audit file threshold overflow on volume <$MSG_NODE_NAME><$3>:.
Operator initiated action : volinfo <$MSG_NODE_NAME>, always annotate
131 Condition nr 131
+ auditAlertInvalidCon
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 131
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Auditing disabled, cannot open valid audit configuration file for volume <$MSG_NODE_NAME><$3>:.
Operator initiated action : volinfo <$MSG_NODE_NAME>, always annotate
132 Condition nr 132
+ auditAlertNoMemory
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 132
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Memory for auditing cannot be allocated. Volume <$MSG_NODE_NAME><$3>: is being dismounted.
Operator initiated action : diskinfo <$MSG_NODE_NAME>, always annotate
133 Condition nr 133
+ auditFileWriteError
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 133
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Audit file write error, volume <$MSG_NODE_NAME><$3>:.
Operator initiated action : diskinfo <$MSG_NODE_NAME>, always annotate
134 Condition nr 134
+ auditFileFull
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 134
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Audit file full on volume <$MSG_NODE_NAME><$3>:.
Operator initiated action : volinfo <$MSG_NODE_NAME>, always annotate
135 Condition nr 135
+ invalidConnTypetoAll
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 135
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Function AllocateConnectionNumber called with invalid connection type on server <$MSG_NODE_NAME>.
Operator initiated action : currnlms <$MSG_NODE_NAME>, always annotate
136 Condition nr 136
+ invalidRsrcTagPassed
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 136
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Function AllocateConnectionNumber called with invalid resource tag on server <$MSG_NODE_NAME>.
Operator initiated action : currnlms <$MSG_NODE_NAME>, always annotate
137 Condition nr 137
+ outOfServerConn
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 137
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Server <$MSG_NODE_NAME> out of connections. User connect request failed.
Operator initiated action : conninfo <$MSG_NODE_NAME>, always annotate
138 Condition nr 138
+ connTerminated5MinNo
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 138
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : User <$3> at station <$4> connection terminated on server <$MSG_NODE_NAME>. User did not logout within five min. after security watchdog notice.
139 Condition nr 139
+ usrAcctDisabledByAUs
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 139
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : User account <$3> on server <$MSG_NODE_NAME> disabled by user <$4> on station <$5>. <$6> active connections have been requested to log out.
140 Condition nr 140
+ useOfUnEncryptedPwd
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 140
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Station <$3> tried to use an unencrypted password call to login into server <$MSG_NODE_NAME>.
Operator initiated action : setparms <$MSG_NODE_NAME>, always annotate
141 Condition nr 141
+ supAcctLockoutClrdBy
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 141
Set severity to : Warning
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : SUPERVISOR account lockout cleared from server console on server <$MSG_NODE_NAME>.
142 Condition nr 142
+ systemTimeChangedByC
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 142
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : System time changed from server console on server <$MSG_NODE_NAME>. New time is <$3>.
143 Condition nr 143
+ systemTimeChangedByU
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 143
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : System time changed by station <$3> on server <$MSG_NODE_NAME>. New time is <$4>.
144 Condition nr 144
+ volDismountedDueToDr
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 144
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Volume <$3> dismounted due to drive deactivation on server <$MSG_NODE_NAME>.
Operator initiated action : diskinfo <$MSG_NODE_NAME>, always annotate
145 Condition nr 145
+ rtrFalsehood
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 145
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Server <$MSG_NODE_NAME> reports a router is falsely claiming its internal network no. has changed from <$3>:<$4> to <$5>:<$6>. Information from router <$7>.
Operator initiated action : protocls <$MSG_NODE_NAME>, always annotate
146 Condition nr 146
+ srvrAddrChanged
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 146
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : <$MSG_NODE_NAME> reports that the address of <$3> changed from <$4>:<$5>:<$6> to <$7>:<$8>:<$9>. Information from router at <$10>.
Operator initiated action : protocls <$MSG_NODE_NAME>, always annotate
147 Condition nr 147
+ extendFileHasNoOwner
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 147
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : User <$3> on connection <$4> attempted to extend the length of a file with no owner on server <$MSG_NODE_NAME>. File name <$5>.
Operator initiated action : openfils <$MSG_NODE_NAME>, always annotate
148 Condition nr 148
+ rtrConfigErr3
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 148
Set severity to : Warning
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Server <$MSG_NODE_NAME> reports a router configuration error. Router at node <$3> claims network <$4> should be <$5>.
149 Condition nr 149
+ rtrConfigErr2
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 149
Set severity to : Warning
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Server <$MSG_NODE_NAME> reports a router configuration error. Node <$3> (<$4>) claims network <$5> should be <$6>.
150 Condition nr 150
+ dataMgrtrNotLoadedWh
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 150
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Volume <$3> on server <$MSG_NODE_NAME> mounted with no Migration NLM loaded, some files may be inaccessible.
151 Condition nr 151
+ noSpecificSupportMod
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 151
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Volume <$3> on server <$MSG_NODE_NAME> mounted without a specified Migration Support NLM, some files may be inaccessible.
152 Condition nr 152
+ notEnoughRAMForComp
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 152
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Server <$MSG_NODE_NAME> has insufficient RAM to compress file.
Operator initiated action : meminfo <$MSG_NODE_NAME>, always annotate
153 Condition nr 153
+ diskErrorCompression
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 153
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Disk I/O error compressing file on server <$MSG_NODE_NAME>.
Operator initiated action : diskinfo <$MSG_NODE_NAME>, always annotate
154 Condition nr 154
+ compressErrorHoleCou
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 154
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Compress error file <$3>, volume <$4>, size <$5> on server <$MSG_NODE_NAME>. Original sparse count of <$6>, internal linked list shows sparse count <$7>.
155 Condition nr 155
+ unknownErrorCompress
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 155
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Disk I/O error <$3> writing a compressed file to disk on server <$MSG_NODE_NAME>. If redirection is off, the data is not redirected to the hotfix area.
156 Condition nr 156
+ insufficientSpaceFor
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 156
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Server <$MSG_NODE_NAME> has insufficient disk space to decompress file <$3> for station <$4>.
Operator initiated action : volinfo <$MSG_NODE_NAME>, always annotate
157 Condition nr 157
+ decompUnknownCompVer
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 157
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Compressed file <$3> being decompressed on server <$MSG_NODE_NAME> for station <$4> has unknown compression format.
158 Condition nr 158
+ unknownErrorDecomp
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 158
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Unknown error <$3> returned from file decompress on server <$MSG_NODE_NAME>.
Operator initiated action : diskinfo <$MSG_NODE_NAME>, always annotate
159 Condition nr 159
+ insufficientDecompEr
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 159
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Server <$MSG_NODE_NAME> has insufficient RAM to decompress file.
Operator initiated action : meminfo <$MSG_NODE_NAME>, always annotate
160 Condition nr 160
+ compFileCorrupted
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 160
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Compressed file found on server <$MSG_NODE_NAME> is corrupt and unrecoverable.
161 Condition nr 161
+ rejectedIncompleteNC
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 161
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Server <$MSG_NODE_NAME> rejected an incomplete NCP packet from station <$3> (NCP <$4> <$5>).
162 Condition nr 162
+ stationUsedABadPacke
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 162
Set severity to : Warning
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Server <$MSG_NODE_NAME> processed an incomplete NCP from station <$3> (NCP <$4> <$5>).
163 Condition nr 163
+ rejectedNCPBadSubfun
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 163
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Server <$MSG_NODE_NAME> rejected an NCP with a bad subfunction length, station <$3> (NCP <$4> <$5>).
164 Condition nr 164
+ processedNCPBadSubfu
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 164
Set severity to : Warning
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Server <$MSG_NODE_NAME> processed an NCP with a bad subfunction length, station <$3> (NCP <$4> <$5>).
165 Condition nr 165
+ compFilePathCorrupte
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 165
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Compressed file <$3> on server <$MSG_NODE_NAME> is corrupt and unrecoverable.
166 Condition nr 166
+ compFileInUse
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 166
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Compressed file <$3> found on server <$MSG_NODE_NAME> and in use by station <$4> is corrupt and unrecoverable.
167 Condition nr 167
+ nlmNoPriority
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 167
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : NLM executing on server <$MSG_NODE_NAME> is not allowing low-priority threads to run.
168 Condition nr 168
+ workToDo
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 168
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : A kernel Work-to-do on server <$MSG_NODE_NAME> took more than one minute to run.
169 Condition nr 169
+ compErrTempFileErr
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 169
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Internal compression error on server <$MSG_NODE_NAME> file <$3> volume <$4> size <$5>. Intermediate file inconsistency at offset <$6>: value <$7> should be 31h or 30h.
170 Condition nr 170
+ compErrLngthTotMisma
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 170
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Internal compression error on server <$MSG_NODE_NAME> file <$3>, volume <$4>, intermediate size <$5>. Length totals from intermediate file generation <$6> and intermediate file processing <$7> mismatch invalidating intermediate file.
171 Condition nr 171
+ compErrOffsetTotalsM
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 171
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Internal compression error on server <$MSG_NODE_NAME> file <$3>,volume <$4>,intermediate size <$5>. Offset totals from intermediate file generation (<$6>) and intermediate file processing (<$7>) mismatch invalidating intermediate file.
172 Condition nr 172
+ compErrDataCodeCount
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 172
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Internal compression error on server <$MSG_NODE_NAME> file <$3> volume <$4> intermediate size <$5>. Data encode counts from intermediate file generation (<$6>) and intermediate file processing (<$7>) mismatch invalidating intermediate file.
173 Condition nr 173
+ compErrLthOffsetCode
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 173
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Internal compression error on server <$MSG_NODE_NAME> file <$3> volume <$4> intermediate size <$5>. Length/offset code counts from intermediate generation (<$6>) and intermediate file processing (<$7>) mismatch invalidating intermediate file.
174 Condition nr 174
+ compErrLgrLngthCodeC
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 174
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : <$MSG_NODE_NAME> reports that <$3>
175 Condition nr 175
+ compErrReadZeroBytes
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 175
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Compress error intermediate, volume <$3>, size <$4>. Read beyond end of file <$5> at offset <$6>. Error occurred on server <$MSG_NODE_NAME>.
176 Condition nr 176
+ compErrTreeTooBig
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 176
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Internal compression error on server <$MSG_NODE_NAME> file <$3> volume <$4> size <$5>. Shannon tree depth exceeded 32 generating bit codes not containable in a single LONG.
177 Condition nr 177
+ compErrMatchSizeFail
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 177
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Internal compression error on server <$MSG_NODE_NAME> file <$3> volume <$4> size <$5>. Projected size of the compressed file (<$6>) did not match byte size of the compressed file (<$7>).
178 Condition nr 178
+ signatureInvalid
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 178
Set severity to : Warning
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Server <$MSG_NODE_NAME> received an NCP request with an invalid security signature from user <$3> at <$4>:<$5>. Possible intruder or network corruption.
179 Condition nr 179
+ licenseInvalid
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 179
Set severity to : Warning
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Server license invalid. <$3> on server <$MSG_NODE_NAME>. Possible network corruption.
180 Condition nr 180
+ deactHotFix
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 180
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : <$3> deactivated due to hotfix failure on server <$MSG_NODE_NAME>.
Operator initiated action : diskinfo <$MSG_NODE_NAME>, always annotate
181 Condition nr 181
+ unknownDecompressErr
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 181
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Unknown error (<$3>) returned from decompression for file <$4> on server <$MSG_NODE_NAME>.
182 Condition nr 182
+ insufficientRamToDec
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 182
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Insufficient RAM to decompress file <$3> on server <$MSG_NODE_NAME>.
Operator initiated action : meminfo <$MSG_NODE_NAME>, always annotate
183 Condition nr 183
+ decompressUnderFreeP
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 183
Set severity to : Warning
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Compressed files are not being committed decompressed on volume <$3> due to lack of disk space on server <$MSG_NODE_NAME>.
184 Condition nr 184
+ negPktLargeBuffer
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 184
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : <$MSG_NODE_NAME>: Connection <$3>, negotiate packet request failed using buffer size = <$4>, which was larger than max. buffer size of <$5>.
Operator initiated action : ncpinfo <$MSG_NODE_NAME>, always annotate
185 Condition nr 185
+ loginDisabledByConso
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 185
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Login is now disabled on server <$MSG_NODE_NAME>.
186 Condition nr 186
+ loginEnabledByConsol
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 186
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Login is now enabled on server <$MSG_NODE_NAME>.
187 Condition nr 187
+ growableStackNotAllo
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 187
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Executing NLM on server <$MSG_NODE_NAME> requested growable stack but failed.
Operator initiated action : meminfo <$MSG_NODE_NAME>, always annotate
188 Condition nr 188
+ insertDSMediaAck
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 188
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Insert double-sided media request on device <$3> acknowledged on server <$MSG_NODE_NAME>.
189 Condition nr 189
+ insertMagazineAck
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 189
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Insert magazine request on device <$3> acknowledged on server <$MSG_NODE_NAME>.
190 Condition nr 190
+ insertDSMediaAborted
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 190
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Insert double-sided media request on device <$3> aborted on server <$MSG_NODE_NAME>.
191 Condition nr 191
+ insertMagazineAborte
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 191
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Insert magazine request on device <$3> aborted on server <$MSG_NODE_NAME>.
192 Condition nr 192
+ remDSMediaAck
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 192
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Remove double-sided media request on device <$3> acknowledged on server <$MSG_NODE_NAME>.
193 Condition nr 193
+ remMagazineAck
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 193
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Remove magazine request on device <$3> acknowledged on server <$MSG_NODE_NAME>.
194 Condition nr 194
+ remDSMediaAborted
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 194
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Remove double-sided media request on device <$3> aborted on server <$MSG_NODE_NAME>.
195 Condition nr 195
+ remMagazineAborted
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 195
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Remove magazine request on device <$3> aborted on server <$MSG_NODE_NAME>.
196 Condition nr 196
+ insertMagazineInto
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 196
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Insert magazine <$3> into <$4> on server <$MSG_NODE_NAME>.
197 Condition nr 197
+ removeDSMediaFrom
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 197
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Remove double-sided medium from <$3> on server <$MSG_NODE_NAME>.
198 Condition nr 198
+ removeMagazineFrom
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 198
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Remove magazine from <$3> on server <$MSG_NODE_NAME>.
199 Condition nr 199
+ moduleDidNotReleaseR
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 199
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Module executing on <$MSG_NODE_NAME> did not release <$3> resources. Module: <$4>. Resource: <$5>. Description: <$6>.
200 Condition nr 200
+ opnBinderyFailSinceV
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 200
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : OS failed to open the bindery. Volume SYS is not mounted on server <$MSG_NODE_NAME>.
201 Condition nr 201
+ binderyOpnReqtdByUsr
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 201
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Open bindery request by user <$3> on station <$4> failed because volume SYS is not mounted on server <$MSG_NODE_NAME>.
202 Condition nr 202
+ binderyOpnReqtdBySrv
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 202
Set severity to : Warning
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Bindery open requested by server <$MSG_NODE_NAME>.
203 Condition nr 203
+ binderyOpnReqtdByUsR
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 203
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Bindery open requested by user <$3> on station <$4>. Server <$MSG_NODE_NAME> opened bindery.
204 Condition nr 204
+ binderyClosedBySrvr
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 204
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Bindery close requested by server <$MSG_NODE_NAME>.
205 Condition nr 205
+ binderyClosedByUsr
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 205
Set severity to : Warning
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Bindery close requested by user <$3> on station <$4>. Bindery was closed on server <$MSG_NODE_NAME>.
206 Condition nr 206
+ intruderLockout
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 206
Set severity to : Warning
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Server <$MSG_NODE_NAME> temporarily disabled account <$3> at address (<$4>:<$5>).
207 Condition nr 207
+ dsOpenFailed
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 207
Set severity to : Warning
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Directory services: Could not open local database on server <$MSG_NODE_NAME>.
208 Condition nr 208
+ dsOpenFailedInconsis
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 208
Set severity to : Warning
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Directory services: Could not open local database because it is inconsistent on server <$MSG_NODE_NAME>. Try to correct with DSREPAIR.NLM.
209 Condition nr 209
+ dsopenSucceeded
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 209
Set severity to : Warning
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Directory services: Local database is open on server <$MSG_NODE_NAME>.
210 Condition nr 210
+ dsCloseSucceeded
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 210
Set severity to : Warning
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Directory services: Local database has been closed on server <$MSG_NODE_NAME>.
211 Condition nr 211
+ skulkingError
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 211
Set severity to : Warning
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Skulking error: <$3> on server <$MSG_NODE_NAME>.
212 Condition nr 212
+ dsIntruderNoAddr
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 212
Set severity to : Warning
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Server <$MSG_NODE_NAME> temporarily disabled account <$3> due to repeated attempts to login with a wrong password.
213 Condition nr 213
+ domainQuarantined
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 213
Set severity to : Warning
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Unhandled exception caused a domain to be quarantined on server <$MSG_NODE_NAME>. Exception: <$3>. Domain: <$4>. Process: <$5>. Module <$6>. EIP: <$7>.
214 Condition nr 214
+ commandProcess
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 214
Set severity to : Warning
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Console Command Processor restarted after recovery on server <$MSG_NODE_NAME>.
215 Condition nr 215
+ remoteConnGranted
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 215
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Server <$MSG_NODE_NAME> granted remote console connection for workstation <$3>:<$4>.
216 Condition nr 216
+ remoteConnCleared
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 216
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Server <$MSG_NODE_NAME> cleared remote console connection for workstation <$3>:<$4>.
217 Condition nr 217
+ remoteConnRefused
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 217
Set severity to : Warning
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Server <$MSG_NODE_NAME> refused remote connection request for workstation <$3>:<$4>.
218 Condition nr 218
+ translatorUp
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 218
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Trap NLM loaded on server <$MSG_NODE_NAME>.
219 Condition nr 219
+ translatorDown
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 219
Set severity to : Warning
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Trap NLM going down on server <$MSG_NODE_NAME>.
220 Condition nr 220
+ volAnyMounted
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 220
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Volume <$3> mounted on server <$MSG_NODE_NAME>.
221 Condition nr 221
+ volAnyDismounted
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 221
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Volume <$3> dismounted on server <$MSG_NODE_NAME>.
222 Condition nr 222
+ serverDownatServer
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 222
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : File server <$MSG_NODE_NAME> is down. Connection terminated.
223 Condition nr 223
+ protocolBound
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 223
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : LAN driver <$3> (board # <$4>) is now bound to protocol <$5> stack on server <$MSG_NODE_NAME>.
224 Condition nr 224
+ protocolUnBound
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 224
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : LAN driver <$3> (board # <$4>) is now unbound from protocol <$5> stack on server <$MSG_NODE_NAME>.
225 Condition nr 225
+ moduleLoad
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 225
Set severity to : Warning
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : <$3> NLM loaded on server <$MSG_NODE_NAME>.
226 Condition nr 226
+ moduleUnLoad
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 226
Set severity to : Warning
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : <$3> NLM unloaded on server <$MSG_NODE_NAME>.
227 Condition nr 227
+ mlidRegister
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 227
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : LAN board number <$3> registered with LAN driver <$4> on server <$MSG_NODE_NAME>.
228 Condition nr 228
+ mlidUnRegister
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 228
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : LAN board number <$3> de-registered from LAN driver <$4> on server <$MSG_NODE_NAME>.
229 Condition nr 229
+ clearConnection
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 229
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : User <$3> (connection #<$4>) logged out from server <$MSG_NODE_NAME>.
230 Condition nr 230
+ loginConnection
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 230
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : User <$3> (connection #<$4>) logged into server <$MSG_NODE_NAME>.
231 Condition nr 231
+ nlmAlertCritical
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 231
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : <$3>: '<$5>', severity=<$4>, server <$MSG_NODE_NAME>
232 Condition nr 232
+ logoutConnection
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 232
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : User <$3> (connection #<$4>) logged out of server <$MSG_NODE_NAME>.
233 Condition nr 233
+ usrAcctDeletedByAU_1
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 233
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Account <$3> deleted by user <$4> on station <$5>. One active connection terminated on server <$MSG_NODE_NAME>.
Operator initiated action : userinfo <$MSG_NODE_NAME>, always annotate
234 Condition nr 234
+ compErrReadZeroByt_1
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 234
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Compress error original, volume <$3>, size <$4>. Read beyond end of file <$5> at offset <$6>. Error occurred on server <$MSG_NODE_NAME>.
235 Condition nr 235
+ diskDeactivated
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 235
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Disk <$3> deactivated due to <$4> on server <$MSG_NODE_NAME>.
Operator initiated action : volinfo <$MSG_NODE_NAME>, always annotate
236 Condition nr 236
+ diskMounted
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 236
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Disk <$3> mounted on server <$MSG_NODE_NAME>.
237 Condition nr 237
+ redirectBlockMismatc
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 237
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Redirection block mismatch detected on partition #<$3> device #<$4> on server <$MSG_NODE_NAME>.
238 Condition nr 238
+ shortTermMemoryLimit
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 238
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Allocatable short-term requests exceeded configuration limit. <$3> short-term memory allocation requests failed on server <$MSG_NODE_NAME>.
Operator initiated action : setparms <$MSG_NODE_NAME>, always annotate
239 Condition nr 239
+ semipermanentMemoryE
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 239
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Semi-permanent memory exhausted on server <$MSG_NODE_NAME>.
Operator initiated action : meminfo <$MSG_NODE_NAME>, always annotate
240 Condition nr 240
+ diskDismounted
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 240
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Disk <$3> dismounted on server <$MSG_NODE_NAME>.
241 Condition nr 241
+ diskAdded
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 241
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Hard disk <$3> added on server <$MSG_NODE_NAME>.
242 Condition nr 242
+ diskActivated
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 242
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Hard disk <$3> activated on server <$MSG_NODE_NAME>.
243 Condition nr 243
+ generalTTSfailures
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 243
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : <$MSG_NODE_NAME>: <$3>.
244 Condition nr 244
+ mirroredPartNotAll_1
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 244
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Mirrored partitions on this system are not all synchronized on server <$MSG_NODE_NAME>.
Operator initiated action : mirrdevs <$MSG_NODE_NAME>, always annotate
245 Condition nr 245
+ reqtdRtrReset311
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 245
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Dynamic router reset requested on file server <$MSG_NODE_NAME>.
246 Condition nr 246
+ invalidSignatureStri
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 246
Set severity to : Warning
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : NCP request with an invalid security signature received from user <$3> at <$4>:<$5> by server <$MSG_NODE_NAME>. Possible intruder or network corruption.
247 Condition nr 247
+ invalidDuplicateSign
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 247
Set severity to : Warning
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Server <$MSG_NODE_NAME> received a duplicate NCP request different from the original request from user <$3> at address <$4>:<$5>. Possible intruder or request corruption at client.
248 Condition nr 248
+ invalidPburstSignatu
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 248
Set severity to : Warning
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Server <$MSG_NODE_NAME> received an NCP packet burst request with invalid signature from user <$3> at address <$4>:<$5>. Possible intruder or network corruption.
249 Condition nr 249
+ failedToDeleteMigrat
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 249
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : DeleteFileToLimbo failed, unable to save migrated file (<$3>:<$4>) on server <$MSG_NODE_NAME>.
Operator initiated action : meminfo <$MSG_NODE_NAME>, always annotate
250 Condition nr 250
+ unsignedRemoteConnec
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 250
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Unsigned remote console connection refused for <$3>:<$4> by server <$MSG_NODE_NAME>.
251 Condition nr 251
+ unsignedRemoteConn_1
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 251
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Unsigned remote console connection granted for <$3>:<$4> by server <$MSG_NODE_NAME>.
252 Condition nr 252
+ responsePacketNotAll
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 252
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Response buffer could not be found for workstation response delivery by server <$MSG_NODE_NAME>.
253 Condition nr 253
+ wsNotLocated
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 253
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Workstation response could not be located on server <$MSG_NODE_NAME>.
254 Condition nr 254
+ remoteConnectionTime
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 254
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Remote console connection timed out for <$3> on server <$MSG_NODE_NAME>.
255 Condition nr 255
+ modemConnectionClear
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 255
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Modem connection cleared on server <$MSG_NODE_NAME>.
256 Condition nr 256
+ remoteConnectionClea
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 256
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Remote connection cleared for <$3> on server <$MSG_NODE_NAME>.
257 Condition nr 257
+ callBackNumberNotRec
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 257
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Call-back # not received. NLM unable to reconnect to server <$MSG_NODE_NAME>.
258 Condition nr 258
+ nlmUnableToOpenListF
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 258
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : NLM unable to open the call-back list file on server <$MSG_NODE_NAME>.
259 Condition nr 259
+ nlmUnableToReadListF
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 259
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : NLM unable to read the call-back list file on server <$MSG_NODE_NAME>.
260 Condition nr 260
+ unauthorizedCallBack
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 260
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Number <$3> is an unauthorized call-back number on server <$MSG_NODE_NAME>.
261 Condition nr 261
+ modemClearedAndCallB
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 261
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Modem connection cleared and call-back now attempted on server <$MSG_NODE_NAME>.
262 Condition nr 262
+ attmptngToEstblshCal
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 262
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Attempting to establish call-back connection <$3> on server <$MSG_NODE_NAME>.
263 Condition nr 263
+ remoteConnectionRefu
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 263
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Remote connection refused for <$3> on server <$MSG_NODE_NAME>.
264 Condition nr 264
+ remoteConnectionGran
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 264
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Remote connection granted for <$3> on server <$MSG_NODE_NAME>.
265 Condition nr 265
+ modemConnectionEstab
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 265
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Modem connection established at <$3> baud on server <$MSG_NODE_NAME>.
266 Condition nr 266
+ dsAuditFileWriteErro
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 266
Set severity to : Warning
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : DS audit file write error, <$3> on server <$MSG_NODE_NAME>.
267 Condition nr 267
+ dsAuditFileFull
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 267
Set severity to : Warning
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : DS audit file full, <$3> on server <$MSG_NODE_NAME>.
268 Condition nr 268
+ dsAuditFileThreshold
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 268
Set severity to : Warning
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : DS audit file threshold overflow, <$3> on server <$MSG_NODE_NAME>.
269 Condition nr 269
+ dsAuditMemoryAllocat
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 269
Set severity to : Warning
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : DS auditing memory allocation error on server <$MSG_NODE_NAME>.
270 Condition nr 270
+ serverUp
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 270
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : NetWare server <$MSG_NODE_NAME> has just been brought up.
271 Condition nr 271
+ volRestrictedSpace
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 271
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Volume <$3>, EA restricted space limit reached (<$4>) on NetWare server <$MSG_NODE_NAME>.
272 Condition nr 272
+ cannotInitialize
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 272
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : TIMESYNC NLM: Cannot initialize time synchronization on NetWare server <$MSG_NODE_NAME>.
Operator initiated action : meminfo <$MSG_NODE_NAME>, always annotate
273 Condition nr 273
+ cannotStart
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 273
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : TIMESYNC NLM: Cannot start time synchronization on NetWare server <$MSG_NODE_NAME>.
Operator initiated action : meminfo <$MSG_NODE_NAME>, always annotate
274 Condition nr 274
+ noSAPSocketTag
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 274
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Cannot allocate SAP Socket tag on NetWare server <$MSG_NODE_NAME>.
275 Condition nr 275
+ noSAPSocket
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 275
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : TIMESYNC NLM: Cannot open SAP socket on NetWare server <$MSG_NODE_NAME>.
276 Condition nr 276
+ noSetableParameterTa
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 276
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : TIMESYNC NLM: Cannot allocate setable parameters tag on NetWare server <$MSG_NODE_NAME>.
277 Condition nr 277
+ noTimerTag
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 277
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : TIMESYNC NLM: Cannot allocate timer tag on NetWare server <$MSG_NODE_NAME>.
278 Condition nr 278
+ noAllocTag
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 278
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : TIMESYNC NLM: Cannot allocate alloc tag on NetWare server <$MSG_NODE_NAME>.
279 Condition nr 279
+ noResourceTag
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 279
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : TIMESYNC NLM: Cannot allocate NCP resource tag on NetWare server <$MSG_NODE_NAME>.
280 Condition nr 280
+ noProcessTag
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 280
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : TIMESYNC NLM: Cannot allocate process tag on NetWare server <$MSG_NODE_NAME>.
281 Condition nr 281
+ noEventTag
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 281
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : TIMESYNC NLM: Cannot allocate event tag on NetWare server <$MSG_NODE_NAME>.
282 Condition nr 282
+ noGlobalInfo
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 282
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : TIMESYNC NLM: Cannot initialize global information on NetWare server <$MSG_NODE_NAME>.
283 Condition nr 283
+ noParseCommandLine
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 283
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : TIMESYNC NLM: Cannot parse load command line arguments on NetWare server <$MSG_NODE_NAME>.
284 Condition nr 284
+ noTimeSyncNCPVariabl
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 284
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : TIMESYNC NLM: Cannot hook TimeSync NCP verb on NetWare server <$MSG_NODE_NAME>.
285 Condition nr 285
+ cantAllocateMainStac
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 285
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : TIMESYNC NLM: Couldn't allocate main stack on NetWare server <$MSG_NODE_NAME>.
286 Condition nr 286
+ cantCreateMainProces
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 286
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : TIMESYNC NLM: Couldn't create main process on NetWare server <$MSG_NODE_NAME>.
287 Condition nr 287
+ syncRadiusLess
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 287
Set severity to : Warning
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : TIMESYNC NLM: Synchronization Radius less than <$3> on NetWare server <$MSG_NODE_NAME> will prevent synchronization
288 Condition nr 288
+ unrecognizedCommandL
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 288
Set severity to : Warning
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : TIMESYNC NLM: Unrecognized command line parameter: <$3> on NetWare server <$MSG_NODE_NAME>.
289 Condition nr 289
+ unrecognizedComman_1
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 289
Set severity to : Warning
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : TIMESYNC NLM: Unrecognized command line parameter: <$3> in configuration file on NetWare server <$MSG_NODE_NAME>.
290 Condition nr 290
+ serverPolled
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 290
Set severity to : Warning
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Primary, reference and single servers should not follow a secondary server. This server <$MSG_NODE_NAME>, polled: <$3>. The time exchange was ignored.
291 Condition nr 291
+ singleSrvrIncompatib
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 291
Set severity to : Warning
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Single servers are incompatible with Reference and Primary servers and should not follow secondary servers. This server <$MSG_NODE_NAME>, polled: <$3>. The time exchange was ignored!
292 Condition nr 292
+ timeSyncLost
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 292
Set severity to : Warning
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Time synchronization lost after <$3> successful polling loops on NetWare server <$MSG_NODE_NAME>
293 Condition nr 293
+ timeSyncEstablished
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 293
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Time synchronization established on NetWare server <$MSG_NODE_NAME>
294 Condition nr 294
+ connTerminated
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 294
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Connection <$3> on <$MSG_NODE_NAME> cleared and terminated.
295 Condition nr 295
+ connClearedByUsr
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 295
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Connection <$3> cleared by user <$5>\\<$MSG_NODE_NAME> on station <$4>.
296 Condition nr 296
+ loginDisabled
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 296
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Login disabled on connection <$3> by user <$4> on NetWare server <$MSG_NODE_NAME>.
297 Condition nr 297
+ downFileServer
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 297
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Down file server (<$MSG_NODE_NAME>) requested by user <$4> on station <$3>.
298 Condition nr 298
+ loginEnabled
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 298
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Login enabled on connection <$3> by user <$4> on NetWare server <$MSG_NODE_NAME>.
299 Condition nr 299
+ errLogTransferErr
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 299
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Error transfering IOEngine error log to MSEngine on NetWare server <$MSG_NODE_NAME>. Error log remaining in DOS file.
Operator initiated action : volinfo <$MSG_NODE_NAME>, always annotate
300 Condition nr 300
+ faultInConsoleComman
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 300
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Fault occurred in a registered console command handler on NetWare server <$MSG_NODE_NAME>.
Operator initiated action : currnlms <$MSG_NODE_NAME>, always annotate
301 Condition nr 301
+ commLinkActivated
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 301
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Mirrored server to server comm link activated on NetWare server <$MSG_NODE_NAME>.
302 Condition nr 302
+ commLinkFailure
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 302
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Mirrored server to server comm link failure on all MSLs on NetWare server <$MSG_NODE_NAME>.
303 Condition nr 303
+ commLinkDeactivated
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 303
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Mirrored server to server comm link de-activated on NetWare server <$MSG_NODE_NAME>.
304 Condition nr 304
+ srvrAttemptedToSync
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 304
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Other server attempted to synchronize with server <$MSG_NODE_NAME> but server is down.
305 Condition nr 305
+ commLinkBrokeOK
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 305
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Mirrored server to server comm link broken then re-established with other server from NetWare server <$MSG_NODE_NAME>.
306 Condition nr 306
+ syncStartingAmSecond
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 306
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Mirrored server synchronization beginning on <$MSG_NODE_NAME> (this will be the secondary server).
307 Condition nr 307
+ badSrvrInitMsg
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 307
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Invalid mirrored server initialization message received on NetWare server <$MSG_NODE_NAME> from the other server.
308 Condition nr 308
+ commLinkInitFailed
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 308
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Mirrored server to server comm link failure during initialization on NetWare server <$MSG_NODE_NAME>.
309 Condition nr 309
+ failedDuringSync
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 309
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : <$3> failure during synchronization on NetWare server <$MSG_NODE_NAME>.
310 Condition nr 310
+ commDriverLoadedDuri
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 310
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Mirrored server to server comm driver loaded during ACTIVATE SERVER on <$MSG_NODE_NAME> ... will wait till activate is done.
311 Condition nr 311
+ errWritingStatusDump
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 311
Set severity to : Warning
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Error writing out status dump on NetWare server <$MSG_NODE_NAME>.
312 Condition nr 312
+ commDriverFailureOnP
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 312
Set severity to : Warning
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : MSL failure notification during hold off... this causes no problem, since this is the primary server (<$MSG_NODE_NAME>) but get a newer driver with this problem fixed
313 Condition nr 313
+ commDriverFailureOnS
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 313
Set severity to : Warning
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : MSL failure during hold off. This is the secondary server (<$MSG_NODE_NAME>), there is a potential for clients to hang or lose state...the server is still OK but get a newer driver with this problem fixed
314 Condition nr 314
+ errFinishingGenerati
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 314
Set severity to : Warning
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Error finishing generating status dump on NetWare server <$MSG_NODE_NAME>.
315 Condition nr 315
+ sFTIIWhatToDoReasonS
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 315
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : server <$MSG_NODE_NAME> SFTIII reason string
316 Condition nr 316
+ sFTIIErrorUnexpected
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 316
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Unexpected error on NetWare server <$MSG_NODE_NAME> (not generated by server test)
317 Condition nr 317
+ syncErrorGeneratedFr
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 317
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Synchronization error generated on NetWare server <$MSG_NODE_NAME> by custom mirrored server NLM
318 Condition nr 318
+ srvrLinkHasPluggedPa
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 318
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Server (<$MSG_NODE_NAME>) discovered a 'stuck' LAN packet, which precludes server synchronization
Operator initiated action : netintrf <$MSG_NODE_NAME>, always annotate
319 Condition nr 319
+ srvrToBeRevived
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 319
Set severity to : Warning
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Mirrored server for NetWare server <$MSG_NODE_NAME> will be revived since the other server seems to be halted
320 Condition nr 320
+ srvrsAreSyncedThisIs
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 320
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Mirrored servers now synchronized (this is the primary server on server <$MSG_NODE_NAME>)
321 Condition nr 321
+ srvrCantRouteViaIPXT
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 321
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Server <$MSG_NODE_NAME> does not know how to route via IPX to the secondary server
322 Condition nr 322
+ srvrIPXRouteInfoToSe
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 322
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : IPX route from <$MSG_NODE_NAME> to secondary server: Board #<$3>, Hops <$4>, Immediate Router = <$5>
323 Condition nr 323
+ errGivingRAMtoMSEngi
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 323
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Error giving additional RAM to MSEngine on server <$MSG_NODE_NAME>
324 Condition nr 324
+ moreRAMgivenToMSEngi
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 324
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : More RAM given to MSEngine at 0x<$3> length 0x<$4> on server <$MSG_NODE_NAME>
325 Condition nr 325
+ srvrsAreSyncedThis_1
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 325
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Mirrored servers now synchronized (this server, <$MSG_NODE_NAME>, is the secondary server)
326 Condition nr 326
+ srvrCantRouteViaIP_1
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 326
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : This server (<$MSG_NODE_NAME>) does not know how to route via IPX to the primary server
327 Condition nr 327
+ srvrIPXRouteInfoToPr
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 327
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : IPX route to primary server <$MSG_NODE_NAME>: Board #<$3>, Hops <$4>, Immediate Router = <$5>
328 Condition nr 328
+ priSrvrFailedButSecD
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 328
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Primary server <$MSG_NODE_NAME> failed due to <$3>... this server is becoming the primary but the server has been downed
329 Condition nr 329
+ priSrvrFailedNewPri
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 329
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Primary server <$MSG_NODE_NAME> failed due to <$3>... this server is becoming the primary server
330 Condition nr 330
+ numMemSegsExceedLimi
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 330
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : No. of memory segments exceeds synchronization record limit on server <$MSG_NODE_NAME>
Operator initiated action : meminfo <$MSG_NODE_NAME>, always annotate
331 Condition nr 331
+ numScreenExceedsLimi
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 331
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : No. of screen modes exceeds synchronization record limit on server <$MSG_NODE_NAME>
332 Condition nr 332
+ iOVersionMismatch
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 332
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Other server's IOEngine software version does not match this server (i.e. <$MSG_NODE_NAME>).
333 Condition nr 333
+ srvrProtectLevelNoMa
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 333
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : <$MSG_NODE_NAME>: Other server's protection level does not match
334 Condition nr 334
+ srvrScreenAddressMis
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 334
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Other server's screen address does not match this server's (<$MSG_NODE_NAME>) (cannot mirror monochrome to color screen)
335 Condition nr 335
+ iOEngineNotLoadedAtS
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 335
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Other server's IOEngine not loaded at the same location in memory (this server:<$MSG_NODE_NAME> at 0x<$3>, other server at 0x<$4>)
Operator initiated action : setparms <$MSG_NODE_NAME>, always annotate
336 Condition nr 336
+ bothSrvrHaveActiveMS
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 336
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : <$MSG_NODE_NAME>: Both servers have active MSEngines
337 Condition nr 337
+ noActiveMSEngineOnSe
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 337
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : <$MSG_NODE_NAME>: Neither server has an active MSEngine...will auto synchronize when one is activated
338 Condition nr 338
+ secSrvrMissingRAM
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 338
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : <$MSG_NODE_NAME>: Secondary server is missing RAM at 0x<$3> length 0x<$4>
Operator initiated action : setparms <$MSG_NODE_NAME>, always annotate
339 Condition nr 339
+ bothSrvrHaveSameIPXA
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 339
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : <$MSG_NODE_NAME>: Both server's IOEngines have the same IPX internal network number
Operator initiated action : netintrf <$MSG_NODE_NAME>, always annotate
340 Condition nr 340
+ iOEngIPXAddrMatchesM
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 340
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Secondary IOEngine IPX internal net number matches the MSEngine's IPX internal net number on <$MSG_NODE_NAME>
Operator initiated action : netintrf <$MSG_NODE_NAME>, always annotate
341 Condition nr 341
+ iOEnginesMismatchLAN
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 341
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : IOEngines have different LAN receive buffer sizes (this server, <$MSG_NODE_NAME> has <$3>, other server <$4>)
Operator initiated action : setparms <$MSG_NODE_NAME>, always annotate
342 Condition nr 342
+ iOEnginesHaveSameNam
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 342
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : <$MSG_NODE_NAME>: IOEngines have the same names (give the secondary a different name)
343 Condition nr 343
+ noMemoryForIOEngineN
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 343
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Insufficient memory to store other IOEngine's name on NetWare server <$MSG_NODE_NAME>
Operator initiated action : setparms <$MSG_NODE_NAME>, always annotate
344 Condition nr 344
+ srvrToSrvrLinkBeginS
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 344
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Mirrored server to server comm link connection established with other server ...beginning synchronization on <$MSG_NODE_NAME>
345 Condition nr 345
+ mSEngineActivated
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 345
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : MSEngine activated on NetWare server <$MSG_NODE_NAME>
346 Condition nr 346
+ mSEngActivatedWillSy
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 346
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : <$MSG_NODE_NAME>: MSEngine activated and will synchronize with other server if it's there
347 Condition nr 347
+ iOtoMSCommBeingUnloa
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 347
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : SFT III IOEngine to MSEngine comm being unloaded on <$MSG_NODE_NAME>, on the IOEngine before it is being unloaded on the MSEngine. Unload the MSEngine handler so the IOEngine handler can finish unloading
348 Condition nr 348
+ sFTIIIOutOfMsgCodes
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 348
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : SFT III out of comm message codes on NetWare server <$MSG_NODE_NAME>
349 Condition nr 349
+ secIOEngSupportModul
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 349
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : SFT III secondary IOEngine on NetWare server <$MSG_NODE_NAME> doesn't have appropriate support modules loaded
350 Condition nr 350
+ errXferDumpToSystem
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 350
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Unable to transfer mirrored server status dumps from DOS to <$MSG_NODE_NAME>SYS:SYSTEM
351 Condition nr 351
+ failureCheckingPrima
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 351
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : <$3> failure...checking if the primary server is alive over the IPX internet from server <$MSG_NODE_NAME>
352 Condition nr 352
+ errStarting2ndProces
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 352
Set severity to : Warning
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : server <$MSG_NODE_NAME> Error starting the 2nd processor
353 Condition nr 353
+ srvrFailure
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 353
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Server <$MSG_NODE_NAME> failed
354 Condition nr 354
+ srvsSyncing
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 354
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Mirrored server <$MSG_NODE_NAME> synchronizing... expect a short delay.
355 Condition nr 355
+ mSLBoardNumberConnEs
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 355
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : MSL Board Number <$3> established a connection on server <$MSG_NODE_NAME>
356 Condition nr 356
+ secSrvrLANIsBetter
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 356
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : <$MSG_NODE_NAME>: Secondary server's LAN adapters are more functional than the primary server's; the primary will restart
357 Condition nr 357
+ iPXreturningStatusPa
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 357
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : IPX Network <$3> is returning status check packets on server <$MSG_NODE_NAME>
358 Condition nr 358
+ iPXnotReturningStatC
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 358
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : IPX Network <$3> is no longer returning status check packets on server <$MSG_NODE_NAME>
359 Condition nr 359
+ iPXnotReturningStatP
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 359
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : IPX Network <$3> is no longer returning status check packets and the LAN adapter is jammed transmitting packets on NetWare server <$MSG_NODE_NAME>
360 Condition nr 360
+ failReasonByOtherSrv
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 360
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : <$MSG_NODE_NAME>: Failure reason as detected by other server: <$3>
361 Condition nr 361
+ iPXInternetIsJammed
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 361
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : <$MSG_NODE_NAME>: IPX Internet is back up
Operator initiated action : netintrf <$MSG_NODE_NAME>, always annotate
362 Condition nr 362
+ iPXTooSlowForSecSrvr
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 362
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : <$MSG_NODE_NAME>: IPX internet may be too slow to notify the secondary server if the MSL fails; increase the 'Secondary Take Over Wait Time'
363 Condition nr 363
+ otherSrvrTooManyHops
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 363
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : IPX internet path to the other server detected as being greater than the 'Maximum Pseudo Hop Count'; this may cause some IPX routers to delay on a primary server (<$MSG_NODE_NAME>) switch over.
364 Condition nr 364
+ iPXappearsDown
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 364
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : server <$MSG_NODE_NAME> IPX Internet appears to be down (no 'I'm alive' packets received for a second)
Operator initiated action : setparms <$MSG_NODE_NAME>, always annotate
365 Condition nr 365
+ iPXFoundRouteToOther
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 365
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : IPX route to the other server discovered on NetWare server <$MSG_NODE_NAME>
366 Condition nr 366
+ iPXNewRouteToSecSrvr
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 366
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : New IPX route from <$MSG_NODE_NAME> to other server = Board #<$3>, Hops <$4>, Immediate Router = <$5>
367 Condition nr 367
+ iPXLostRoute
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 367
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : IPX route from NetWare server <$MSG_NODE_NAME> to the other server lost
368 Condition nr 368
+ secSrvrGoingToDie
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 368
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : <$MSG_NODE_NAME>: Secondary server will initiate error by doing a <$3> after <$4> timer ticks
369 Condition nr 369
+ priSrvrDyingTimerReS
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 369
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Primary server (<$MSG_NODE_NAME>) will initiate error by doing a <$3> after <$4> timer ticks (but timer won't start until secondary is fully synchronized)
370 Condition nr 370
+ priSrvrDying
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 370
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Primary server (<$MSG_NODE_NAME>) will initiate error by doing a <$3> after <$4> timer ticks
371 Condition nr 371
+ noMemForOtherIOEngSc
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 371
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Unable to allocate memory for other IOEngine screen on <$MSG_NODE_NAME>
372 Condition nr 372
+ timesyncErrorMsg
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 372
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : server <$MSG_NODE_NAME> TIMESYNC: Error occurred.
Operator initiated action : meminfo <$MSG_NODE_NAME>, always annotate
373 Condition nr 373
+ dsAlertSetServerDown
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 373
Set severity to : Warning
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : <$MSG_NODE_NAME> unable to communicate with server <$3>
374 Condition nr 374
+ dsAlertSetServerUp
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 374
Set severity to : Warning
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : <$MSG_NODE_NAME> re-established comm with server <$3>
375 Condition nr 375
+ redirectTableMismatc
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 375
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Redirection error table mismatch detected on partition #<$3> device #<$4> on server <$MSG_NODE_NAME>.
376 Condition nr 376
+ nlmAlertMajor
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 376
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : <$3>: '<$5>', severity=<$4>, server <$MSG_NODE_NAME>
Operator initiated action : currnlms <$MSG_NODE_NAME>, always annotate
377 Condition nr 377
+ nlmAlertMinor
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 377
Set severity to : Warning
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : <$3>: '<$5>', severity=<$4>, server <$MSG_NODE_NAME>
378 Condition nr 378
+ nlmAlertInformationa
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 378
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : <$3>: '<$5>', severity=<$4>, server <$MSG_NODE_NAME>
379 Condition nr 379
+ mwLicenseInvalid
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 379
Set severity to : Warning
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : User count on server <$MSG_NODE_NAME> exceeded the ManageWise license count.
380 Condition nr 380
+ deactMediaChange
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 380
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : <$3> deactivated due to media change during IO on server <$MSG_NODE_NAME>
381 Condition nr 381
+ abendRecovery
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 381
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : WARNING! Server <$MSG_NODE_NAME> has experienced a critical error. It is going down in <$3> minutes.
382 Condition nr 382
+ abendRecovered
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 382
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : WARNING! Server <$MSG_NODE_NAME> experienced a critical error. The offending process was suspended or recovered. However, services hosted by this server may have been affected.
383 Condition nr 383
+ addressSpaceProtectionFault
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 383
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : <$3> / server <$MSG_NODE_NAME>
384 Condition nr 384
+ addressSpaceFailedToRestart
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 384
Set severity to : Critical
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Address Space: Address Space <$3> failed to restart. Reason: <$1> / server <$MSG_NODE_NAME>
385 Condition nr 385
+ addressSpaceRestarted
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 385
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Restarted address space <$3> / server <$MSG_NODE_NAME>
386 Condition nr 386
+ addressSpaceCleanupFailure
Check on enterprise ID : .1.3.6.1.4.1.23.2.10
Check on specific trap : 386
Set severity to : Normal
Set application to : NetWare
Set message group to : NetWare
Set object to : Server
Set message text to : Cleanup failure on address space <$3> / server <$MSG_NODE_NAME>
Template is member of template groups:
NetWare
Description : DYNIX/ptx OS messages available on the /usr/adm/messages file
Template type : logfile encapsulator
Scan mode : scan from last position
Logfile : /usr/adm/messages
Polling interval : 10s
Fieldseparators : default
Case sensitivity : yes
Character set : ISO88591
Condition defaults:
Set severity to : Normal
Set application to : messages
Set message group to : OS
Conditions:
1 Condition nr 1
+ NOTICE severity console message
Check on message : 00: NOTICE: <*.msg>, case sensitive check
Set message text to : <msg>
2 Condition nr 2
+ WARNING severity console message
Check on message : 00: WARNING: <*.msg>, case sensitive check
Set severity to : Warning
Set message text to : <msg>
3 Condition nr 3
+ PANIC severity console messages
Check on message : 00: PANIC: <*.msg>, case sensitive check
Set severity to : Critical
Set message text to : <msg>
Template is member of template groups:
DYNIX/ptx
Description : OSF/1 OS messages available on the /var/adm/messages file
Template type : logfile encapsulator
Scan mode : scan from last position
Logfile : /var/adm/messages
Polling interval : 30s
Fieldseparators : default
Case sensitivity : yes
Character set : ISO88591
Condition defaults:
Set severity to : Normal
Set application to : messages
Set message group to : OS
Conditions:
1 Condition nr 1
+ Empty conditions matching all
Check on message : <*> <@.node> vmunix: <*.msg>, case sensitive check
Set object to : <node>
Set message text to : <msg>
Template is member of template groups:
Digital UNIX
Description : SNI SINIX OS messages available on the /etc/.osm file
Template type : logfile encapsulator
Scan mode : scan from last position
Logfile : /etc/.osm
Polling interval : 10s
Fieldseparators : default
Case sensitivity : yes
Character set : ISO88591
Condition defaults:
Set severity to : Warning
Set application to : /dev/osm
Set message group to : OS
Conditions:
1 Condition nr 1
+ NOTICE severity console message
Check on message : NOTICE: <*.msg>, case sensitive check
Set object to : NOTICE
Set message text to : <msg>
2 Condition nr 2
+ WARNING severity console message
Check on message : WARNING: <*.msg>, case sensitive check
Set severity to : Warning
Set object to : WARNING
Set message text to : <msg>
3 Condition nr 3
+ PANIC severity console messages
Check on message : PANIC: <*.msg>, case sensitive check
Set severity to : Critical
Set object to : PANIC
Set message text to : <msg>
4 Condition nr 4
+ UPS console messages
Check on message : USV <*.msg>, case sensitive check
Set severity to : Warning
Set object to : USV
Set message text to : <msg>
5 Condition nr 5
+ LNC console messages
Check on message : LNC <*.msg>, case sensitive check
Set severity to : Warning
Set object to : LNC
Set message text to : <msg>
6 Condition nr 6
+ ERROR console messages
Check on message : ERROR: <*.msg>, case sensitive check
Set severity to : Critical
Set object to : ERROR
Set message text to : <msg>
7 Condition nr 7
+ Error console messages
Check on message : Error: <*.msg>, case sensitive check
Set severity to : Critical
Set object to : Error
Set message text to : <msg>
8 Condition nr 8
+ Note console messages
Check on message : Note: <*.msg>, case sensitive check
Set severity to : Normal
Set object to : Note
Set message text to : <msg>
9 Condition nr 9
+ Warn console messages
Check on message : Warn: <*.msg>, case sensitive check
Set severity to : Warning
Set object to : Warn
Set message text to : <msg>
Template is member of template groups:
SINIX
Description : Printer Services Logfile available on the /usr/spool/lp/logs/remotelp
Template type : logfile encapsulator
Scan mode : scan from last position
Logfile : /usr/spool/lp/logs/remotelp
Polling interval : 1m
Fieldseparators : default
Case sensitivity : yes
Character set : ISO88591
Condition defaults:
Set severity to : Normal
Set application to : rlpd
Set message group to : Printer
Conditions:
1 Condition nr 1
+ Matching all
Check on message : ^remotelp (daemon, <*.date>): <*.msg>, case sensitive check
Set message text to : remotelp: <msg>
Template is member of template groups:
DYNIX/ptx
Description : Switch user logfile available on /usr/adm/sialog
Template type : logfile encapsulator
Scan mode : scan from last position
Logfile : /var/adm/sialog
Polling interval : 20s
Fieldseparators : default
Case sensitivity : yes
Character set : ISO88591
Condition defaults:
Set severity to : Normal
Set application to : /bin/su(1) Switch User
Set message group to : Security
Conditions:
1 Condition nr 1
+ Bad su
Check on message : Failure on authentication for su from <*.user1> to <*.user2>, case sensitive check
Set severity to : Warning
Set object to : <user1>
Set message text to : Failure on authentication for su from <user1> to <user2>
2 Condition nr 2
+ Succeeded su
Check on message : Successful authentication for su from <*.user1> to <*.user2>, case sensitive check
Set object to : <user1>
Set message text to : Successful authentication for su from <user1> to <user2>
3 Condition nr 3
+ Succeeded authentication
Check on message : Successful session authentication for <*.user1> on <*.tty>, case sensitive check
Set application to : /bin/login
Set object to : <user1>
Set message text to : Successful session authentication for <user1> on <tty>
4 Condition nr 4
+ Bad session
Check on message : Failure to authenticate session for <*.user1> on <*.tty>, case sensitive check
Set severity to : Warning
Set application to : /bin/login
Set object to : <user1>
Set message text to : Failure to authenticate session for <user1> on <tty>
5 Condition nr 5
+ Successful password change
Check on message : Successful password change for <*.user>, case sensitive check
Set application to : passwd
Set object to : <user>
Set message text to : Successful password change for <user>
6 Condition nr 6
+ Bad password change
Check on message : Failure to change password for <*.user>, case sensitive check
Set application to : passwd
Set object to : <user>
Set message text to : Failure to change password for <user>
7 Condition nr 7
+ Successful establisment of session
Check on message : Successful establishment of session, case sensitive check
Set application to : /bin/login
Set object to : session
Set message text to : Successful establishment of session
8 Condition nr 8
+ Successful launching of session
Check on message : Successful launching of session, case sensitive check
Set application to : /bin/login
Set object to : session
Set message text to : Successful launching of session
Template is member of template groups:
Digital UNIX
Description : Message Conditions for SNMP Trap Interception
Template type : trap interceptor
Fieldseparators : default
Case sensitivity : yes
Condition defaults:
Set severity to : Normal
Set application to : SNMPTraps
Set message group to : SNMP
Conditions:
1 Condition nr 1
+ RMON_Rise_Alarm
Check on enterprise ID : .1.3.6.1.2.1.16
Check on specific trap : 1
Set severity to : Warning
Set object to : <$2>
Set message type to : RMON_Rise_Alarm
Set message text to : RMON Rising Alarm: <$2> exceeded threshold <$5>; value = <$4>. (Sample type = <$3>; alarm index = <$1>)
2 Condition nr 2
+ RMON_Falling_Alarm
Check on enterprise ID : .1.3.6.1.2.1.16
Check on specific trap : 2
Set severity to : Warning
Set object to : <$2>
Set message type to : RMON_Falling_Alarm
Set message text to : RMON Falling Alarm: <$2> fell below threshold <$5>; value = <$4>. (Sample type = <$3>; alarm index = <$1>)
3 Condition nr 3
+ RMON_Packet_Match
Check on enterprise ID : .1.3.6.1.2.1.16
Check on specific trap : 3
Set severity to : Normal
Set object to : <$2>
Set message type to : RMON_Packet_Match
Set message text to : RMON Packet Match trap: Matched channel index #<$1> (<$3>); match count at <$2>
4 Condition nr 4
+ OV_IF_Marginal
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 40000000
On server log only (put directly in History Log)
Set severity to : Warning
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_IF_Marginal
Set message text to : <$7> marginal
5 Condition nr 5
+ OV_IF_IP_Addr_Chg
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 40000001
Set severity to : Normal
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_IF_IP_Addr_Chg
Set message text to : Interface with physical address <$9> now has IP address <$8> (was <$10>)
6 Condition nr 6
+ OV_Network_SubMskChg
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 40000002
Set severity to : Normal
Set object to : <$2>
Set message type to : OV_Network_SubMskChg
Set message text to : IP Subnet mask now <$7> (was <$8>)
7 Condition nr 7
+ OV_Connection_Up
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 40000003
On server log only (put directly in History Log)
Set severity to : Normal
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_Connection_Up
Set message text to : <$8> connection up
8 Condition nr 8
+ OV_Connection_Down
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 40000004
On server log only (put directly in History Log)
Set severity to : Minor
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_Connection_Down
Set message text to : <$8> connection down
9 Condition nr 9
+ OV_Connection_Marg
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 40000005
On server log only (put directly in History Log)
Set severity to : Warning
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_Connection_Marg
Set message text to : <$8> connection marginal
10 Condition nr 10
+ OV_DataCollect_Check
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 40000006
On server log only (put directly in History Log)
Set severity to : Normal
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_DataCollect_Check
Set message text to : Collection check on <$2>
11 Condition nr 11
+ OV_IF_Disconnected_Segs
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 40000007
On server log only (put directly in History Log)
Set severity to : Normal
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_IF_Disconnected_Segs
Set message text to : <$7> disconnected from all segments
12 Condition nr 12
+ OV_Map_Change
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 40000008
On server log only (put directly in History Log)
Set severity to : Normal
Set object to : <$2>
Set message type to : OV_Map_Change
Set message text to : OVW map changed from \"<$4>\" to \"<$5>\"
13 Condition nr 13
+ OV_Network_IPAddrChg
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 40000009
Set severity to : Normal
Set object to : <$2>
Set message type to : OV_Network_IPAddrChg
Set message text to : IP network/subnet address now <$6> (was <$7>)
14 Condition nr 14
+ OV_Network_Name_Chg
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 40000010
Set severity to : Normal
Set object to : <$2>
Set message type to : OV_Network_Name_Chg
Set message text to : Network name changed (was <$6>)
15 Condition nr 15
+ OV_IF_Unknown
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 40000011
On server log only (put directly in History Log)
Set severity to : Normal
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_IF_Unknown
Set message text to : IF <$7> status - unknown
16 Condition nr 16
+ OV_Node_Unknown
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 40000012
Set severity to : Normal
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_Node_Unknown
Set message text to : Node status - unknown
17 Condition nr 17
+ OV_Segment_Unknown
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 40000013
On server log only (put directly in History Log)
Set severity to : Normal
Set object to : <$2>
Set message type to : OV_Segment_Unknown
Set message text to : Seg unknown
18 Condition nr 18
+ OV_Network_Unknown
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 40000014
On server log only (put directly in History Log)
Set severity to : Normal
Set object to : <$2>
Set message type to : OV_Network_Unknown
Set message text to : Net unknown
19 Condition nr 19
+ OV_ConnectionUnknown
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 40000015
On server log only (put directly in History Log)
Set severity to : Normal
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_ConnectionUnknown
Set message text to : <$8> connection unknown
20 Condition nr 20
+ OV_Node_SupportsSNMP
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 40000016
On server log only (put directly in History Log)
Set severity to : Normal
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_Node_SupportsSNMP
Set message text to : Node supports SNMP
21 Condition nr 21
+ OV_Station_Added
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 40000017
On server log only (put directly in History Log)
Set severity to : Normal
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_Station_Added
Set message text to : Collection station added.
22 Condition nr 22
+ OV_Station_Deleted
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 40000018
On server log only (put directly in History Log)
Set severity to : Normal
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_Station_Deleted
Set message text to : Collection station deleted.
23 Condition nr 23
+ OV_Station_Normal
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 40000019
On server log only (put directly in History Log)
Set severity to : Normal
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_Station_Normal
Set message text to : Collection station normal.
24 Condition nr 24
+ OV_Station_Critical
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 40000020
Set severity to : Critical
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_Station_Critical
Set message text to : Collection station Critical - not responding for four status checks.
25 Condition nr 25
+ OV_Station_Marginal
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 40000021
Set severity to : Minor
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_Station_Marginal
Set message text to : Collection station warning - not responding for two status checks.
26 Condition nr 26
+ OV_Station_Unknown
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 40000022
On server log only (put directly in History Log)
Set severity to : Normal
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_Station_Unknown
Set message text to : Collection station status unknown.
27 Condition nr 27
+ OV_Manage_Station
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 40000023
On server log only (put directly in History Log)
Set severity to : Normal
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_Manage_Station
Set message text to : Collection station managed.
28 Condition nr 28
+ OV_Unmanage_Station
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 40000024
On server log only (put directly in History Log)
Set severity to : Normal
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_Unmanage_Station
Set message text to : Collection station unmanaged.
29 Condition nr 29
+ OV_Station_Flg_Chg
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 40000025
On server log only (put directly in History Log)
Set severity to : Normal
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_Station_Flg_Chg
Set message text to : Station flags changed - <$8>.
30 Condition nr 30
+ OV_Station_Name_Chg
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 40000026
On server log only (put directly in History Log)
Set severity to : Normal
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_Station_Name_Chg
Set message text to : Collection station changed name (was <$6>).
31 Condition nr 31
+ OV_Station_Warning
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 40000027
Set severity to : Warning
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_Station_Warning
Set message text to : Collection station warning - not responding to last status check
32 Condition nr 32
+ OV_Station_Major
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 40000028
Set severity to : Major
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_Station_Major
Set message text to : Collection station warning - not responding for three status checks
33 Condition nr 33
+ OV_Station_DbTime
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 40000029
On server log only (put directly in History Log)
Set severity to : Normal
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_Station_DbTime
Set message text to : Station db creation time changed to \"<$7>\"
34 Condition nr 34
+ OV_Station_Type
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 40000030
On server log only (put directly in History Log)
Set severity to : Normal
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_Station_Type
Set message text to : Collection station type changed to \"<$6>\" (was \"<$7>\")
35 Condition nr 35
+ OV_Station_Vers
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 40000031
On server log only (put directly in History Log)
Set severity to : Normal
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_Station_Vers
Set message text to : Station version changed to <$6> (was <$7>).
36 Condition nr 36
+ OV_Station_Desc
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 40000032
On server log only (put directly in History Log)
Set severity to : Normal
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_Station_Desc
Set message text to : Station description changed to \"<$6>\" (was \"<$7>\")
37 Condition nr 37
+ OV_Station_Interval
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 40000033
On server log only (put directly in History Log)
Set severity to : Normal
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_Station_Interval
Set message text to : Station status check interval changed to <$7>
38 Condition nr 38
+ OV_Station_SNMPSec
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 40000034
On server log only (put directly in History Log)
Set severity to : Normal
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_Station_SNMPSec
Set message text to : Station SNMP configuration changed
39 Condition nr 39
+ OV_Station_Lic_Date
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 40000035
On server log only (put directly in History Log)
Set severity to : Normal
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_Station_Lic_Date
Set message text to : Station license expiration date changed to \"<$7>\" (was \"<$8>\")
40 Condition nr 40
+ OV_Station_Lic_Nodes
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 40000036
On server log only (put directly in History Log)
Set severity to : Normal
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_Station_Lic_Nodes
Set message text to : Station licensed number of nodes changed to <$6> (was <$7>)
41 Condition nr 41
+ OV_Station_Overlap
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 40000037
On server log only (put directly in History Log)
Set severity to : Normal
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_Station_Overlap
Set message text to : Station overlap mode <$6>
42 Condition nr 42
+ OV_DatabaseInit
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 40000040
On server log only (put directly in History Log)
Set severity to : Normal
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_DatabaseInit
Set message text to : Topology database created and initialized at <$6>
43 Condition nr 43
+ OV_IPTopoFlags
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 40000041
On server log only (put directly in History Log)
Set severity to : Normal
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_IPTopoFlags
Set message text to : Global flags changed to <$7>
44 Condition nr 44
+ OV_Stn_Failover
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 40000043
Set severity to : Normal
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_Stn_Failover
Set message text to : Station Failover
45 Condition nr 45
+ OV_Stn_Failover_Release
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 40000044
Set severity to : Normal
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_Stn_Failover_Release
Set message text to : Station Failover Release
46 Condition nr 46
+ OV_Stn_Failover_Flt_Chg
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 40000045
On server log only (put directly in History Log)
Set severity to : Normal
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_Stn_Failover_Flt_Chg
Set message text to : Station Failover Filter <$6>
47 Condition nr 47
+ OV_Stn_Sync_Start
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 40000046
Set severity to : Normal
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_Stn_Sync_Start
Set message text to : Station Synchronization Started with <$2>
48 Condition nr 48
+ OV_Stn_Sync_Finish
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 40000047
Set severity to : Normal
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_Stn_Sync_Finish
Set message text to : Station Synchronization Completed with <$2>
49 Condition nr 49
+ OV_Net_Primary
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 40000050
On server log only (put directly in History Log)
Set severity to : Normal
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_Net_Primary
Set message text to : Primary station now <$6>
50 Condition nr 50
+ OV_Seg_Primary
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 40000051
On server log only (put directly in History Log)
Set severity to : Normal
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_Seg_Primary
Set message text to : Primary station now <$6>
51 Condition nr 51
+ OV_Node_Primary
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 40000052
On server log only (put directly in History Log)
Set severity to : Normal
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_Node_Primary
Set message text to : Primary station now <$6>
52 Condition nr 52
+ OV_If_Primary
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 40000053
On server log only (put directly in History Log)
Set severity to : Normal
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_If_Primary
Set message text to : If <$7> - Primary station now <$9>
53 Condition nr 53
+ OV_Net_Sec_Added
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 40000060
On server log only (put directly in History Log)
Set severity to : Normal
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_Net_Sec_Added
Set message text to : Secondary station <$6> added
54 Condition nr 54
+ OV_Net_Sec_Deleted
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 40000061
On server log only (put directly in History Log)
Set severity to : Normal
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_Net_Sec_Deleted
Set message text to : Secondary station <$6> deleted
55 Condition nr 55
+ OV_Seg_Sec_Added
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 40000062
On server log only (put directly in History Log)
Set severity to : Normal
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_Seg_Sec_Added
Set message text to : Secondary station <$6> added
56 Condition nr 56
+ OV_Seg_Sec_Deleted
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 40000063
On server log only (put directly in History Log)
Set severity to : Normal
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_Seg_Sec_Deleted
Set message text to : Secondary station <$6> deleted
57 Condition nr 57
+ OV_Node_Sec_Added
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 40000064
On server log only (put directly in History Log)
Set severity to : Normal
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_Node_Sec_Added
Set message text to : Secondary station <$6> added
58 Condition nr 58
+ OV_Node_Sec_Deleted
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 40000065
On server log only (put directly in History Log)
Set severity to : Normal
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_Node_Sec_Deleted
Set message text to : Secondary station <$6> deleted
59 Condition nr 59
+ OV_If_Sec_Added
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 40000066
On server log only (put directly in History Log)
Set severity to : Normal
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_If_Sec_Added
Set message text to : If <$7> - Secondary station <$9> added
60 Condition nr 60
+ OV_If_Sec_Deleted
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 40000067
On server log only (put directly in History Log)
Set severity to : Normal
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_If_Sec_Deleted
Set message text to : If <$7> - Secondary station <$9> deleted
61 Condition nr 61
+ OV_Net_Status
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 40000070
On server log only (put directly in History Log)
Set severity to : Normal
Set object to : <$2>
Set message type to : OV_Net_Status
Set message text to : Net status <$6> (was <$7>) station <$8>
62 Condition nr 62
+ OV_Seg_Status
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 40000071
On server log only (put directly in History Log)
Set severity to : Normal
Set object to : <$2>
Set message type to : OV_Seg_Status
Set message text to : Seg status <$6> (was <$7>) station <$8>
63 Condition nr 63
+ OV_Node_Status
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 40000072
On server log only (put directly in History Log)
Set severity to : Normal
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_Node_Status
Set message text to : Node status <$6> (was <$7>) station <$8>
64 Condition nr 64
+ OV_If_Status
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 40000073
On server log only (put directly in History Log)
Set severity to : Normal
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_If_Status
Set message text to : If <$7> status <$9> (was <$10>) station <$11>
65 Condition nr 65
+ OV_Network_Warning
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 40000080
On server log only (put directly in History Log)
Set severity to : Warning
Set object to : <$2>
Set message type to : OV_Network_Warning
Set message text to : Net status - warning
66 Condition nr 66
+ OV_Network_Major
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 40000081
Set severity to : Warning
Set object to : <$2>
Set message type to : OV_Network_Major
Set message text to : Network status major (almost critical)
67 Condition nr 67
+ OV_Segment_Warning
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 40000082
On server log only (put directly in History Log)
Set severity to : Warning
Set object to : <$2>
Set message type to : OV_Segment_Warning
Set message text to : Seg status - warning
68 Condition nr 68
+ OV_Segment_Major
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 40000083
Set severity to : Warning
Set object to : <$2>
Set message type to : OV_Segment_Major
Set message text to : Segment status major (almost critical)
69 Condition nr 69
+ OV_Node_Warning
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 40000084
Set severity to : Warning
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_Node_Warning
Set message text to : Node status - warning
70 Condition nr 70
+ OV_Node_Major
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 40000085
Set severity to : Warning
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_Node_Major
Set message text to : Node status - major
71 Condition nr 71
+ OV_IF_Warning
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 40000086
On server log only (put directly in History Log)
Set severity to : Warning
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_IF_Warning
Set message text to : IF <$7> Warning
72 Condition nr 72
+ OV_IF_Major
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 40000087
On server log only (put directly in History Log)
Set severity to : Warning
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_IF_Major
Set message text to : IF <$7> Major
73 Condition nr 73
+ OV_IF_AdminDown
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 40000088
On server log only (put directly in History Log)
Set severity to : Normal
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_IF_AdminDown
Set message text to : IF <$7> Admin. down
74 Condition nr 74
+ OV_IF_Testing
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 40000089
On server log only (put directly in History Log)
Set severity to : Normal
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_IF_Testing
Set message text to : IF <$7> Testing
75 Condition nr 75
+ OV_Conn_Warning
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 40000090
On server log only (put directly in History Log)
Set severity to : Normal
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_Conn_Warning
Set message text to : Connection to <$8> - warning
76 Condition nr 76
+ OV_Conn_Major
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 40000091
On server log only (put directly in History Log)
Set severity to : Normal
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_Conn_Major
Set message text to : Connection to <$8> - major
77 Condition nr 77
+ OV_Conn_AdminDown
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 40000092
On server log only (put directly in History Log)
Set severity to : Normal
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_Conn_AdminDown
Set message text to : Connection to <$8> - admin down
78 Condition nr 78
+ OV_Conn_Testing
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 40000093
On server log only (put directly in History Log)
Set severity to : Normal
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_Conn_Testing
Set message text to : Connection to <$8> - testing
79 Condition nr 79
+ OV_Node_SNMP_Addr
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 40000100
On server log only (put directly in History Log)
Set severity to : Normal
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_Node_SNMP_Addr
Set message text to : SNMP address now <$6> (was <$7>)
80 Condition nr 80
+ OV_IF_Seg_Type
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 40000101
On server log only (put directly in History Log)
Set severity to : Normal
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_IF_Seg_Type
Set message text to : IF <$7>, segment type changed to \"<$9>\"
81 Condition nr 81
+ OV_IF_Name_Chg
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 40000102
On server log only (put directly in History Log)
Set severity to : Normal
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_IF_Name_Chg
Set message text to : Interface name for <$8> changed to \"<$9>\"
82 Condition nr 82
+ OV_Upd_Network
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 40000108
On server log only (put directly in History Log)
Set severity to : Normal
Set object to : <$2>
Set message type to : OV_Upd_Network
Set message text to : Network updated
83 Condition nr 83
+ OV_Upd_Segment
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 40000109
On server log only (put directly in History Log)
Set severity to : Normal
Set object to : <$2>
Set message type to : OV_Upd_Segment
Set message text to : Segment updated
84 Condition nr 84
+ OV_Upd_Node
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 40000110
On server log only (put directly in History Log)
Set severity to : Normal
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_Upd_Node
Set message text to : Node updated
85 Condition nr 85
+ OV_Upd_Interface
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 40000111
On server log only (put directly in History Log)
Set severity to : Normal
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_Upd_Interface
Set message text to : Interface <$7> updated
86 Condition nr 86
+ OV_Upd_Station
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 40000112
On server log only (put directly in History Log)
Set severity to : Normal
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_Upd_Station
Set message text to : Station updated
87 Condition nr 87
+ OV_SNMPSysName
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 40000113
On server log only (put directly in History Log)
Set severity to : Normal
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_SNMPSysName
Set message text to : System sysName (from SNMP) changed to \"<$6>\"
88 Condition nr 88
+ OV_IPXServName
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 40000114
On server log only (put directly in History Log)
Set severity to : Normal
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_IPXServName
Set message text to : IPX Server name changed to \"<$6>\"
89 Condition nr 89
+ OV_IF_Disconnected_Nets
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 40000115
On server log only (put directly in History Log)
Set severity to : Normal
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_IF_Disconnected_Nets
Set message text to : <$7> disconnected from all networks
90 Condition nr 90
+ OV_Warning
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 50462720
On server log only (put directly in History Log)
Set severity to : Warning
Set object to : <$2>
Set message type to : OV_Warning
Set message text to : <$5>
91 Condition nr 91
+ OV_Inform
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 50462721
On server log only (put directly in History Log)
Set severity to : Normal
Set object to : <$2>
Set message type to : OV_Inform
Set message text to : <$5>
92 Condition nr 92
+ OV_Node_Marginal
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 50790400
Set severity to : Warning
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_Node_Marginal
Set message text to : Node status - marginal
93 Condition nr 93
+ OV_Segment_Normal
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 50790401
On server log only (put directly in History Log)
Set severity to : Normal
Set object to : <$2>
Set message type to : OV_Segment_Normal
Set message text to : Seg normal
94 Condition nr 94
+ OV_Segment_Marginal
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 50790402
On server log only (put directly in History Log)
Set severity to : Warning
Set object to : <$2>
Set message type to : OV_Segment_Marginal
Set message text to : Seg marginal
95 Condition nr 95
+ OV_Network_Normal
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 50790403
On server log only (put directly in History Log)
Set severity to : Normal
Set object to : <$2>
Set message type to : OV_Network_Normal
Set message text to : Net normal
96 Condition nr 96
+ OV_Network_Marginal
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 50790404
On server log only (put directly in History Log)
Set severity to : Warning
Set object to : <$2>
Set message type to : OV_Network_Marginal
Set message text to : Net marginal
97 Condition nr 97
+ OV_Segment_Added
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 50790405
On server log only (put directly in History Log)
Set severity to : Normal
Set object to : <$2>
Set message type to : OV_Segment_Added
Set message text to : Seg added
98 Condition nr 98
+ OV_Segment_Deleted
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 50790406
On server log only (put directly in History Log)
Set severity to : Normal
Set object to : <$2>
Set message type to : OV_Segment_Deleted
Set message text to : Seg deleted
99 Condition nr 99
+ OV_Network_Added
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 50790407
On server log only (put directly in History Log)
Set severity to : Normal
Set object to : <$2>
Set message type to : OV_Network_Added
Set message text to : Net added
100 Condition nr 100
+ OV_Network_Deleted
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 50790408
On server log only (put directly in History Log)
Set severity to : Normal
Set object to : <$2>
Set message type to : OV_Network_Deleted
Set message text to : Net deleted
101 Condition nr 101
+ OV_Connection_Added
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 50790409
On server log only (put directly in History Log)
Set severity to : Normal
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_Connection_Added
Set message text to : Conn added to <$8>
102 Condition nr 102
+ OV_ConnectionDeleted
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 50790410
On server log only (put directly in History Log)
Set severity to : Normal
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_ConnectionDeleted
Set message text to : Conn to <$8> deleted
103 Condition nr 103
+ OV_Change_Poll_Parms
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 50790411
On server log only (put directly in History Log)
Set severity to : Normal
Set object to : <$2>
Set message type to : OV_Change_Poll_Parms
Set message text to : netmon polling chg
104 Condition nr 104
+ OV_Force_Polling
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 50790412
On server log only (put directly in History Log)
Set severity to : Normal
Set object to : <$2>
Set message type to : OV_Force_Polling
Set message text to : netmon poll
105 Condition nr 105
+ OV_Cancel_Force_Poll
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 50790413
On server log only (put directly in History Log)
Set severity to : Normal
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_Cancel_Force_Poll
Set message text to : Cancel netmon poll
106 Condition nr 106
+ OV_Force_Status_Only_Polling
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 50790414
On server log only (put directly in History Log)
Set severity to : Normal
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_Force_Status_Only_Polling
Set message text to : netmon status only poll
107 Condition nr 107
+ OV_Manage_Network
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 50790416
On server log only (put directly in History Log)
Set severity to : Normal
Set object to : <$2>
Set message type to : OV_Manage_Network
Set message text to : Net managed
108 Condition nr 108
+ OV_Unmanage_Network
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 50790417
On server log only (put directly in History Log)
Set severity to : Normal
Set object to : <$2>
Set message type to : OV_Unmanage_Network
Set message text to : Net unmanaged
109 Condition nr 109
+ OV_Manage_Node
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 50790418
On server log only (put directly in History Log)
Set severity to : Normal
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_Manage_Node
Set message text to : Node managed
110 Condition nr 110
+ OV_Unmanage_Node
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 50790419
On server log only (put directly in History Log)
Set severity to : Normal
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_Unmanage_Node
Set message text to : Node unmanaged
111 Condition nr 111
+ OV_Manage_Segment
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 50790420
On server log only (put directly in History Log)
Set severity to : Normal
Set object to : <$2>
Set message type to : OV_Manage_Segment
Set message text to : Seg managed
112 Condition nr 112
+ OV_Unmanage_Segment
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 50790421
On server log only (put directly in History Log)
Set severity to : Normal
Set object to : <$2>
Set message type to : OV_Unmanage_Segment
Set message text to : Seg unmanaged
113 Condition nr 113
+ OV_Chg_Trace_File
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 50790422
On server log only (put directly in History Log)
Set severity to : Normal
Set object to : <$2>
Set message type to : OV_Chg_Trace_File
Set message text to : netmon trace <$5>
114 Condition nr 114
+ OV_Chg_Trace_Mask
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 50790423
On server log only (put directly in History Log)
Set severity to : Normal
Set object to : <$2>
Set message type to : OV_Chg_Trace_Mask
Set message text to : netmon trace mask <$5>
115 Condition nr 115
+ OV_Trace_Node_Info
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 50790424
On server log only (put directly in History Log)
Set severity to : Normal
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_Trace_Node_Info
Set message text to : netmon node dump
116 Condition nr 116
+ OV_Trace_IF_Info
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 50790425
On server log only (put directly in History Log)
Set severity to : Normal
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_Trace_IF_Info
Set message text to : netmon IF dump
117 Condition nr 117
+ OV_Trace_Actions
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 50790426
On server log only (put directly in History Log)
Set severity to : Normal
Set object to : <$2>
Set message type to : OV_Trace_Actions
Set message text to : netmon action dump
118 Condition nr 118
+ OV_Chg_IF_Segment
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 50790427
On server log only (put directly in History Log)
Set severity to : Normal
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_Chg_IF_Segment
Set message text to : IF <$7> to seg <$10>
119 Condition nr 119
+ OV_Chg_IF_Network
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 50790428
On server log only (put directly in History Log)
Set severity to : Normal
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_Chg_IF_Network
Set message text to : IF <$7> to net <$10>
120 Condition nr 120
+ OV_NS_PerformErr
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 50790429
Set severity to : Critical
Set object to : <$2>
Set message type to : OV_NS_PerformErr
Set message text to : Your Name Services are performing poorly, likely misconfigured. The average for the past <$3> lookups took <$4> milleseconds, expect less than <$5> milleseconds.
121 Condition nr 121
+ OV_NS_PerformWarn
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 50790430
Set severity to : Minor
Set object to : <$2>
Set message type to : OV_NS_PerformWarn
Set message text to : Your Name Services is performing poorly, possibly misconfigured. <$3> of <$4> took <$5> seconds to resolve.
122 Condition nr 122
+ OV_DmiToSnmp_Change
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 50790435
On server log only (put directly in History Log)
Set severity to : Normal
Set object to : <$2>
Set message type to : OV_DmiToSnmp_Change
Set message text to : DMI-to-SNMP configuration file changed
123 Condition nr 123
+ OV_Filter_Change
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 50790436
On server log only (put directly in History Log)
Set severity to : Normal
Set object to : <$2>
Set message type to : OV_Filter_Change
Set message text to : Filter file (<$4>) changed
124 Condition nr 124
+ OV_SnmpConf_Change
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 50790437
On server log only (put directly in History Log)
Set severity to : Normal
Set object to : <$2>
Set message type to : OV_SnmpConf_Change
Set message text to : snmp conf chg
125 Condition nr 125
+ OV_TrapFormat_Change
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 50790438
On server log only (put directly in History Log)
Set severity to : Normal
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_TrapFormat_Change
Set message text to : event fmt chg
126 Condition nr 126
+ OV_MIB_Change
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 50790439
On server log only (put directly in History Log)
Set severity to : Normal
Set object to : <$2>
Set message type to : OV_MIB_Change
Set message text to : MIB chg
127 Condition nr 127
+ OV_Data_Collect_Chg
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 50790440
On server log only (put directly in History Log)
Set severity to : Normal
Set object to : <$2>
Set message type to : OV_Data_Collect_Chg
Set message text to : snmp col chg
128 Condition nr 128
+ OV_Manage_IF
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 50790441
On server log only (put directly in History Log)
Set severity to : Normal
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_Manage_IF
Set message text to : Manage IF <$7>
129 Condition nr 129
+ OV_Unmanage_IF
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 50790442
On server log only (put directly in History Log)
Set severity to : Normal
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_Unmanage_IF
Set message text to : Unmanage IF <$7>
130 Condition nr 130
+ OV_Network_Flg_Chg
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 50790443
On server log only (put directly in History Log)
Set severity to : Normal
Set object to : <$2>
Set message type to : OV_Network_Flg_Chg
Set message text to : Net flags <$8>
131 Condition nr 131
+ OV_Segment_Flag_Chg
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 50790444
On server log only (put directly in History Log)
Set severity to : Normal
Set object to : <$2>
Set message type to : OV_Segment_Flag_Chg
Set message text to : Seg flags <$8>
132 Condition nr 132
+ OV_Node_Flags_Chg
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 50790445
On server log only (put directly in History Log)
Set severity to : Normal
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_Node_Flags_Chg
Set message text to : Node flags <$8>
133 Condition nr 133
+ OV_IF_Flags_Chg
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 50790446
On server log only (put directly in History Log)
Set severity to : Normal
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_IF_Flags_Chg
Set message text to : IF flags <$7> to <$11>
134 Condition nr 134
+ OV_RepLogMaskCh
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 51000000
On server log only (put directly in History Log)
Set severity to : Normal
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_RepLogMaskCh
Set message text to : new ovrepld log mask: <$6>
135 Condition nr 135
+ OV_RepPrintDS
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 51000001
On server log only (put directly in History Log)
Set severity to : Normal
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_RepPrintDS
Set message text to : Print ovrepld internal data structures to the log file. Structures: <$6>
136 Condition nr 136
+ OV_RepPollStation
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 51000002
On server log only (put directly in History Log)
Set severity to : Normal
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_RepPollStation
Set message text to : Poll Collection Station <$8>, source: <$6>-<$7>
137 Condition nr 137
+ OV_StopPollStation
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 51000003
On server log only (put directly in History Log)
Set severity to : Normal
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_StopPollStation
Set message text to : Stop Poll of Collection Station <$6>
138 Condition nr 138
+ OV_RepIfStatusSyncStn
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 51000004
On server log only (put directly in History Log)
Set severity to : Normal
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_RepIfStatusSyncStn
Set message text to : Interface Status Sync of Collection Station <$6>
139 Condition nr 139
+ OV_ChangeTopoFilter
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 52000000
On server log only (put directly in History Log)
Set severity to : Normal
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_ChangeTopoFilter
Set message text to : Change Topology Filter to '<$4>'
140 Condition nr 140
+ OV_DataCollectThresh
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 58720263
Set severity to : Major
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_DataCollectThresh
Set message text to : <$5>.<$6> threshold exceeded (<$13> <$7> * <$14>): <$8>. Sampled high of <$9> at <$10> low of <$11> at <$12>
141 Condition nr 141
+ OV_DataCollect_Rearm
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 58720264
Set severity to : Normal
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_DataCollect_Rearm
Set message text to : <$5>.<$6> threshold rearmed (<$13> <$7> * <$14>): <$8>. Sampled high of <$9> at <$10> low of <$11> at <$12>
142 Condition nr 142
+ OV_DataCollect_Error
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 58720265
Set severity to : Major
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_DataCollect_Error
Set message text to : <$4>
143 Condition nr 143
+ OV_DataColl_AgentDn
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 58720266
Set severity to : Minor
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_DataColl_AgentDn
Set message text to : Data Collection stopped on <$5>.<$6>. Last successful collection: <$7>. Consecutive timeout #<$8>. Reason: <$9>
144 Condition nr 144
+ OV_DataColl_Data
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 58720267
On server log only (put directly in History Log)
Set severity to : Normal
Set object to : <$2>
Set message type to : OV_DataColl_Data
Set message text to : Data Collection data event for <$3>.<$4>
145 Condition nr 145
+ OV_DataColl_StatChg
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 58720268
On server log only (put directly in History Log)
Set severity to : Normal
Set object to : <$2>
Set message type to : OV_DataColl_StatChg
Set message text to : Data Collection statistics file changed
146 Condition nr 146
+ OV_DataColl_AgentRestart
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 58720269
On server log only (put directly in History Log)
Set severity to : Warning
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_DataColl_AgentRestart
Set message text to : Agent restarted. sysUpTime wrapped from <$4> to <$5>
147 Condition nr 147
+ OV_DataColl_Busy
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 58720270
Set severity to : Major
Set object to : <$2>
Set message type to : OV_DataColl_Busy
Set message text to : Data Collection has too many requests (busy for <$3> minutes). Consider increasing collection intervals.
148 Condition nr 148
+ OV_DataColl_Trace
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 58720273
On server log only (put directly in History Log)
Set severity to : Normal
Set object to : <$2>
Set message type to : OV_DataColl_Trace
Set message text to : Data Collection state traced
149 Condition nr 149
+ OV_IF_Added
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 58785792
On server log only (put directly in History Log)
Set severity to : Normal
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_IF_Added
Set message text to : IF <$7> added
150 Condition nr 150
+ OV_IF_Deleted
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 58785793
On server log only (put directly in History Log)
Set severity to : Normal
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_IF_Deleted
Set message text to : IF <$7> deleted
151 Condition nr 151
+ OV_Node_Added
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 58785794
Set severity to : Normal
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_Node_Added
Set message text to : Node added
152 Condition nr 152
+ OV_Node_Deleted
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 58785795
On server log only (put directly in History Log)
Set severity to : Normal
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_Node_Deleted
Set message text to : Node deleted
153 Condition nr 153
+ OV_Error
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 58851329
Set severity to : Major
Set object to : <$2>
Set message type to : OV_Error
Set message text to : <$5>
154 Condition nr 154
+ OV_Fatal_Error
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 58851330
Set severity to : Critical
Set object to : <$2>
Set message type to : OV_Fatal_Error
Set message text to : <$5>
155 Condition nr 155
+ OV_Trap_PDU_Error
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 58851331
On server log only (put directly in History Log)
Set severity to : Warning
Set object to : <$2>
Set message type to : OV_Trap_PDU_Error
Set message text to : <$5>
156 Condition nr 156
+ OV_NotTrustedCmd
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 58851332
Set severity to : Major
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_NotTrustedCmd
Set message text to : Command \"<$3>\" in response to event <$4> from <$5> is not listed as a trusted action in $<$O>V_CONF/trustedCmds.conf/
157 Condition nr 157
+ OV_Node_Up
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 58916864
On server log only (put directly in History Log)
Set severity to : Normal
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_Node_Up
Set message text to : Node up
158 Condition nr 158
+ OV_Node_Down
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 58916865
Set severity to : Warning
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_Node_Down
Set message text to : Node down
159 Condition nr 159
+ OV_IF_Up
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 58916866
On server log only (put directly in History Log)
Set severity to : Normal
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_IF_Up
Set message text to : IF <$7> up
160 Condition nr 160
+ OV_IF_Down
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 58916867
On server log only (put directly in History Log)
Set severity to : Warning
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_IF_Down
Set message text to : IF <$7> down
161 Condition nr 161
+ OV_Segment_Critical
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 58916868
Set severity to : Major
Set object to : <$2>
Set message type to : OV_Segment_Critical
Set message text to : Segment critical
162 Condition nr 162
+ OV_Network_Critical
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 58916869
Set severity to : Major
Set object to : <$2>
Set message type to : OV_Network_Critical
Set message text to : Network critical
163 Condition nr 163
+ OV_Set_Status_Color
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 58916871
Set severity to : Normal
Set object to : <$2>
Set message type to : OV_Set_Status_Color
Set message text to : <$3> <$4>
164 Condition nr 164
+ OV_Message
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 58916872
Set severity to : Normal
Set object to : <$2>
Set message type to : OV_Message
Set message text to : <$3>
165 Condition nr 165
+ OV_Popup_Message
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 58916873
Set severity to : Normal
Set object to : <$2>
Set message type to : OV_Popup_Message
Set message text to : <$3>
166 Condition nr 166
+ OV_Bell_Message
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 58916874
Set severity to : Normal
Set object to : <$2>
Set message type to : OV_Bell_Message
Set message text to : <$3>
167 Condition nr 167
+ OV_Highlight_Source
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 58916875
Set severity to : Normal
Set object to : <$2>
Set message type to : OV_Highlight_Source
Set message text to : <$3>
168 Condition nr 168
+ OV_New_Statefile
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 58916890
On server log only (put directly in History Log)
Set severity to : Normal
Set object to : <$2>
Set message type to : OV_New_Statefile
Set message text to : New statefile created
169 Condition nr 169
+ OV_DHCP_Alloc
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 58920000
On server log only (put directly in History Log)
Set severity to : Normal
Set object to : <$2>
Set message type to : OV_DHCP_Alloc
Set message text to : <$3> allocated as DHCP address for physical address <$5>.
170 Condition nr 170
+ OV_DHCP_Release
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 58920001
On server log only (put directly in History Log)
Set severity to : Normal
Set object to : <$2>
Set message type to : OV_DHCP_Release
Set message text to : <$3> released as DHCP address for physical address <$5>.
171 Condition nr 171
+ OV_Bad_ARP_Cache
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 58982397
Set severity to : Major
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_Bad_ARP_Cache
Set message text to : Bad ARP cache entry for <$5>
172 Condition nr 172
+ OV_BadPhys_From_Node
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 58982398
Set severity to : Major
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_BadPhys_From_Node
Set message text to : Bad physical address <$5> returned from node
173 Condition nr 173
+ OV_ARPPhysChgSameSrc
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 58982399
Set severity to : Warning
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_ARPPhysChgSameSrc
Set message text to : <$6> reports a new physical address for <$2>, changing from <$9> to <$10>
174 Condition nr 174
+ OV_Phys_Addr_Chg
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 58982400
On server log only (put directly in History Log)
Set severity to : Normal
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_Phys_Addr_Chg
Set message text to : Physical address for <$7> changed to <$9> (was <$10>)
175 Condition nr 175
+ OV_PhysAddr_Mismatch
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 58982401
Set severity to : Major
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_PhysAddr_Mismatch
Set message text to : <$9> reports address <$11> for <$8>, <$2> reported <$12> via SNMP
176 Condition nr 176
+ OV_ARPChgNewPhysAddr
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 58982402
Set severity to : Major
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_ARPChgNewPhysAddr
Set message text to : <$6> reports a different physical address for <$2> than reported by <$8>, changing from <$12> to <$13>
177 Condition nr 177
+ OV_Object_ID_Chg
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 58982403
On server log only (put directly in History Log)
Set severity to : Normal
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_Object_ID_Chg
Set message text to : OID <$6>
178 Condition nr 178
+ OV_Sys_Descr_Chg
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 58982404
On server log only (put directly in History Log)
Set severity to : Normal
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_Sys_Descr_Chg
Set message text to : System description changed to \"<$6>\"
179 Condition nr 179
+ OV_Sys_Name_Chg
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 58982405
Set severity to : Normal
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_Sys_Name_Chg
Set message text to : System name changed (was <$6>)
180 Condition nr 180
+ OV_Subnet_Mask_Chg
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 58982406
On server log only (put directly in History Log)
Set severity to : Normal
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_Subnet_Mask_Chg
Set message text to : IP Network Mask for <$7> changed to <$9> (was <$10>)
181 Condition nr 181
+ OV_Forw_Status_Chg
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 58982407
On server log only (put directly in History Log)
Set severity to : Normal
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_Forw_Status_Chg
Set message text to : IP forwarding status changed -- now a <$7>
182 Condition nr 182
+ OV_Bad_Forw_To_Host
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 58982408
Set severity to : Minor
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_Bad_Forw_To_Host
Set message text to : Incorrect routing to node <$6>
183 Condition nr 183
+ OV_Sys_Contact_Chg
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 58982410
On server log only (put directly in History Log)
Set severity to : Normal
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_Sys_Contact_Chg
Set message text to : System contact change to \"<$6>\"
184 Condition nr 184
+ OV_Sys_Location_Chg
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 58982411
On server log only (put directly in History Log)
Set severity to : Normal
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_Sys_Location_Chg
Set message text to : System location changed to \"<$6>\"
185 Condition nr 185
+ OV_IF_Type_Change
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 58982412
On server log only (put directly in History Log)
Set severity to : Normal
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_IF_Type_Change
Set message text to : Interface type for <$7> changed to <$10>
186 Condition nr 186
+ OV_IF_Descr_Chg
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 58982413
On server log only (put directly in History Log)
Set severity to : Normal
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_IF_Descr_Chg
Set message text to : Interface description for <$7> changed to \"<$9>\"
187 Condition nr 187
+ OV_Bad_Subnet_Mask
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 58982414
Set severity to : Minor
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_Bad_Subnet_Mask
Set message text to : Inconsistent subnet mask <$9> on interface <$7>, should be <$10>
188 Condition nr 188
+ OV_Duplicate_IP_addr
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 58982415
Set severity to : Major
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_Duplicate_IP_addr
Set message text to : Duplicate IP address: node <$2> reported having <$6>, but this address was previously detected on node <$7>
189 Condition nr 189
+ OV_Node_SupportsDMI
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 58982416
On server log only (put directly in History Log)
Set severity to : Normal
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_Node_SupportsDMI
Set message text to : Node supports DMI
190 Condition nr 190
+ OV_IF_Index_Remapped
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 58982417
Set severity to : Major
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_IF_Index_Remapped
Set message text to : Possible device reconfiguration. Interface to IfIndex have been remapped. You may need to reconfigure any data collection on <$2>. The new interface mappings are:
Automatic action : OVHIDESHELL ovIfIndexRemap.ovpl
191 Condition nr 191
+ OV_IF_Alias_Chg
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 58982418
On server log only (put directly in History Log)
Set severity to : Normal
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_IF_Alias_Chg
Set message text to : Interface alias for <$7> changed to \"<$9>\"
192 Condition nr 192
+ OV_ConnectedIfChg
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 58982419
On server log only (put directly in History Log)
Set severity to : Normal
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_ConnectedIfChg
Set message text to : Connected Interface field change
193 Condition nr 193
+ OV_ConnectedPortGrpChg
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 58982420
On server log only (put directly in History Log)
Set severity to : Normal
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_ConnectedPortGrpChg
Set message text to : Connected Port Group field change
194 Condition nr 194
+ OV_ConnectedPortNumChg
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 58982421
On server log only (put directly in History Log)
Set severity to : Normal
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_ConnectedPortNumChg
Set message text to : Connected Port Number field change
195 Condition nr 195
+ OV_DuplicateIfAlias
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 58982422
Set severity to : Major
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_DuplicateIfAlias
Set message text to : Duplicate ifAlias value configured on different ifIndexes - ignoring ifAlias on the following ifIndexes:<$5>
196 Condition nr 196
+ OV_Application_Alert
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 59047936
Set severity to : Minor
Set object to : <$2>
Set message type to : OV_Application_Alert
Set message text to : <$4> : <$5> : <$6>
197 Condition nr 197
+ OV_X_Error
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 59047937
On server log only (put directly in History Log)
Set severity to : Minor
Set object to : <$2>
Set message type to : OV_X_Error
Set message text to : X11 error from <$3>'s xnmevents session on <$4>: <$5>
198 Condition nr 198
+ OV_Planned_Outage
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 59100005
Set severity to : Normal
Set object to : <$2>
Set message type to : OV_Planned_Outage
Set message text to : Scheduled Maintenance Outage Name: <$1> Host Specification: <$2>
199 Condition nr 199
+ OV_Set_Event_Filter
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 59179055
On server log only (put directly in History Log)
Set severity to : Normal
Set object to : <$2>
Set message type to : OV_Set_Event_Filter
Set message text to : <$4> event filter changed to <$5>
200 Condition nr 200
+ OV_Application_Up
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 59179056
On server log only (put directly in History Log)
Set severity to : Normal
Set object to : <$2>
Set message type to : OV_Application_Up
Set message text to : <$4> connected to pmd
201 Condition nr 201
+ OV_Application_Down
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 59179057
On server log only (put directly in History Log)
Set severity to : Normal
Set object to : <$2>
Set message type to : OV_Application_Down
Set message text to : <$4> disconnected from pmd
202 Condition nr 202
+ OV_AppUngracefulExit
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 59179058
Set severity to : Major
Set object to : <$2>
Set message type to : OV_AppUngracefulExit
Set message text to : pmd lost contact with <$4>: pid <$7> ungracefully disconnected from pmd with <$6> pending events: <$8>
203 Condition nr 203
+ OV_Remote_Mgr_Add
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 59179059
On server log only (put directly in History Log)
Set severity to : Normal
Set object to : <$2>
Set message type to : OV_Remote_Mgr_Add
Set message text to : <$2> added as remote manager. It will receive events destined for remote managers
204 Condition nr 204
+ OV_Remote_Mgr_Delete
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 59179060
On server log only (put directly in History Log)
Set severity to : Normal
Set object to : <$2>
Set message type to : OV_Remote_Mgr_Delete
Set message text to : <$2> removed as remote manager. It will no longer receive events destined for remote managers
205 Condition nr 205
+ OV_Remote_Mgr_Down
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 59179061
Set severity to : Major
Set object to : <$2>
Set message type to : OV_Remote_Mgr_Down
Set message text to : Lost contact with remote pmd at <$2>, disabled event forwarding to it. Will retry the connection after <$4> minutes
206 Condition nr 206
+ OV_Remote_Mgr_Up
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 59179062
Set severity to : Normal
Set object to : <$2>
Set message type to : OV_Remote_Mgr_Up
Set message text to : Reconnected with remote pmd at <$2>, enabled event forwarding to it.
207 Condition nr 207
+ OV_Postmaster_Down
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 59179065
Set severity to : Warning
Set object to : <$2>
Set message type to : OV_Postmaster_Down
Set message text to : pmd lost contact with remote pmd at <$4>: pid <$7> ungracefully disconnected with <$6> pending events: <$8>
208 Condition nr 208
+ OV_EventStorm
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 59179066
Set severity to : Critical
Set object to : <$2>
Set message type to : OV_EventStorm
Set message text to : pmd detected an event storm of <$4> events over the past <$5> seconds (<$6> events per second \\> threshold of <$7>). <$8> events have been sent since the pmd was started.
209 Condition nr 209
+ OV_PasswordAdded
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 59179236
Set severity to : Normal
Set object to : <$2>
Set message type to : OV_PasswordAdded
Set message text to : A new <$5> password was added: <$6>
210 Condition nr 210
+ OV_PauseStart
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 59180000
Set severity to : Normal
Set object to : <$2>
Set message type to : OV_PauseStart
Set message text to : ovpause initiated
211 Condition nr 211
+ OV_PauseSuccess
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 59180001
On server log only (put directly in History Log)
Set severity to : Normal
Set node to : IP 0.0.0.0 "<$2>
Set object to : <$2>
Set message type to : OV_PauseSuccess
Set message text to : ovpause completed without errors
212 Condition nr 212
+ OV_PauseFail
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 59180002
Set severity to : Major
Set object to : <$2>
Set message type to : OV_PauseFail
Set message text to : ovpause failed with errors - <$4>
213 Condition nr 213
+ OV_ResumeStart
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 59180003
On server log only (put directly in History Log)
Set severity to : Normal
Set object to : <$2>
Set message type to : OV_ResumeStart
Set message text to : ovresume initiated
214 Condition nr 214
+ OV_ResumeSuccess
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 59180004
Set severity to : Normal
Set object to : <$2>
Set message type to : OV_ResumeSuccess
Set message text to : ovresume completed without errors.
215 Condition nr 215
+ OV_ResumeFail
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 59180005
Set severity to : Major
Set object to : <$2>
Set message type to : OV_ResumeFail
Set message text to : ovresume completed with errors - <$4>
216 Condition nr 216
+ OV_DaemonTerminated
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 59180100
Set severity to : Major
Set object to : <$2>
Set message type to : OV_DaemonTerminated
Set message text to : ovspmd managed process (<$4>) has terminated unexpectedly
217 Condition nr 217
+ OV_ovspmdAutoResume
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 59180101
Set severity to : Normal
Set object to : <$2>
Set message type to : OV_ovspmdAutoResume
Set message text to : ovspmd resumed process (<$4>) outside of the control of ovresume
218 Condition nr 218
+ OV_ovspmdPostTimeoutRes
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 59180102
Set severity to : Normal
Set object to : <$2>
Set message type to : OV_ovspmdPostTimeoutRes
Set message text to : Process (<$4>) resumed itself after timing out and after ovpause/ovresume has completed.
219 Condition nr 219
+ OV_dataWarehouseMaintError
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 59181002
Set severity to : Major
Set object to : <$2>
Set message type to : OV_dataWarehouseMaintError
Set message text to : Data warehouse maintenance program (<$4>) exited with a non-zero return code of <$5> and the following message: <$6>
220 Condition nr 220
+ OV_RptError
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 59181004
Set severity to : Major
Set object to : <$2>
Set message type to : OV_RptError
Set message text to : Reporting system error: <$2> Details: <$3>
221 Condition nr 221
+ OV_DBDown
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 59181005
Set severity to : Major
Set object to : <$2>
Set message type to : OV_DBDown
Set message text to : HP OpenView Data Warehouse is down:<$2>
222 Condition nr 222
+ OV_DBUp
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 59181006
Set severity to : Major
Set object to : <$2>
Set message type to : OV_DBUp
Set message text to : HP OpenView Data Warehouse is back up
223 Condition nr 223
+ OV_Field_Changed
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 60000000
On server log only (put directly in History Log)
Set severity to : Normal
Set object to : <$2>
Set message type to : OV_Field_Changed
Set message text to : Station <$1>: Field change for <$6> : time <$7> : type <$3> : event number <$2>
224 Condition nr 224
+ OV_Map_Sync_Start
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 60000025
On server log only (put directly in History Log)
Set severity to : Normal
Set object to : <$2>
Set message type to : OV_Map_Sync_Start
Set message text to : Map Synchronization Start on map <$3>, session <$4>
225 Condition nr 225
+ OV_Map_Sync_Stop
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 60000026
On server log only (put directly in History Log)
Set severity to : Normal
Set object to : <$2>
Set message type to : OV_Map_Sync_Stop
Set message text to : Map Synchronization Completed on map <$3>, session <$4>
226 Condition nr 226
+ OV_MgX_ECS_MgxDeviceDown
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 60000200
On server log only (put directly in History Log)
Set severity to : Warning
Set object to : <$2>
Set message type to : OV_MgX_ECS_MgxDeviceDown
Set message text to : MgX Device <$6> Down (<$5>)
227 Condition nr 227
+ OV_MgX_ECS_MgxNetPathDown
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 60000201
On server log only (put directly in History Log)
Set severity to : Warning
Set object to : <$2>
Set message type to : OV_MgX_ECS_MgxNetPathDown
Set message text to : Network path to MgX Device <$6> Down (<$5>) due to <$8> (<$7>)
228 Condition nr 228
+ OV_MgX_ECS_MgxDeviceUp
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 60000202
On server log only (put directly in History Log)
Set severity to : Warning
Set object to : <$2>
Set message type to : OV_MgX_ECS_MgxDeviceUp
Set message text to : MgX Device <$6> Up (<$5>)
229 Condition nr 229
+ OV_MgX_ECS_MgxNetPathUp
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 60000203
On server log only (put directly in History Log)
Set severity to : Warning
Set object to : <$2>
Set message type to : OV_MgX_ECS_MgxNetPathUp
Set message text to : Network path to MgX Device <$6> Up (<$5>) due to <$8> (<$7>)
230 Condition nr 230
+ OV_MgX_ECS_DeviceDown
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 60000204
On server log only (put directly in History Log)
Set severity to : Warning
Set object to : <$2>
Set message type to : OV_MgX_ECS_DeviceDown
Set message text to : Non-MgX Device <$6> Down (<$5>)
231 Condition nr 231
+ OV_MgX_ECS_NetPathDown
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 60000205
On server log only (put directly in History Log)
Set severity to : Warning
Set object to : <$2>
Set message type to : OV_MgX_ECS_NetPathDown
Set message text to : Network path to Non-MgX Device <$6> Down (<$5>) due to <$8> (<$7>)
232 Condition nr 232
+ OV_MgX_ECS_DeviceUp
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 60000206
On server log only (put directly in History Log)
Set severity to : Warning
Set object to : <$2>
Set message type to : OV_MgX_ECS_DeviceUp
Set message text to : Non-MgX Device <$6> Up (<$5>)
233 Condition nr 233
+ OV_MgX_ECS_NetPathUp
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 60000207
On server log only (put directly in History Log)
Set severity to : Warning
Set object to : <$2>
Set message type to : OV_MgX_ECS_NetPathUp
Set message text to : Network path to Non-MgX Device <$6> Up (<$5>) due to <$8> (<$7>)
234 Condition nr 234
+ OV_MgX_NNM_Generic
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 60000208
On server log only (put directly in History Log)
Set severity to : Warning
Set object to : <$2>
Set message type to : OV_MgX_NNM_Generic
Set message text to : Generic NNM to MgX message. <$12>
235 Condition nr 235
+ OV_ECS_AnnotationServerReady
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 60000300
On server log only (put directly in History Log)
Set severity to : Warning
Set object to : <$2>
Set message type to : OV_ECS_AnnotationServerReady
Set message text to : ECS Annotation Server Ready <$4> <$6>
236 Condition nr 236
+ OV_ECS_CorrelationTest
Check on enterprise ID : .1.3.6.1.4.1.11.2.17.1
Check on specific trap : 60000301
On server log only (put directly in History Log)
Set severity to : Warning
Set object to : <$2>
Set message type to : OV_ECS_CorrelationTest
Set message text to : Dump ECS <$4> correlation state to log file.
237 Condition nr 237
+ dmiEventIndication
Check on enterprise ID : .1.3.6.1.4.1.412.1.2
Check on specific trap : 1
Set severity to : Normal
Set object to : <$2>
Set message type to : dmiEventIndication
Set message text to : DMI EVENT: \"<$1>\" Type: <$2> Component: <$4> System: <$8> Subsystem: <$9> Details: <$\\>+9>
238 Condition nr 238
+ dmiComponentAddedIndication
Check on enterprise ID : .1.3.6.1.4.1.412.1.2
Check on specific trap : 2
Set severity to : Normal
Set object to : <$2>
Set message type to : dmiComponentAddedIndication
Set message text to : DMI Component Added: \"<$2>\" with Id # <$1>
239 Condition nr 239
+ dmiComponentDeletedIndication
Check on enterprise ID : .1.3.6.1.4.1.412.1.2
Check on specific trap : 3
Set severity to : Normal
Set object to : <$2>
Set message type to : dmiComponentDeletedIndication
Set message text to : DMI Component # <$1> Deleted
240 Condition nr 240
+ dmiLanguageAddedIndication
Check on enterprise ID : .1.3.6.1.4.1.412.1.2
Check on specific trap : 4
Set severity to : Normal
Set object to : <$2>
Set message type to : dmiLanguageAddedIndication
Set message text to : DMI Language Added to Component # <$1>: \"<$2>\"
241 Condition nr 241
+ dmiLanguageDeletedIndication
Check on enterprise ID : .1.3.6.1.4.1.412.1.2
Check on specific trap : 5
Set severity to : Normal
Set object to : <$2>
Set message type to : dmiLanguageDeletedIndication
Set message text to : DMI Language Deleted from Component # <$1>: \"<$2>\"
242 Condition nr 242
+ dmiGroupAddedIndication
Check on enterprise ID : .1.3.6.1.4.1.412.1.2
Check on specific trap : 6
Set severity to : Normal
Set object to : <$2>
Set message type to : dmiGroupAddedIndication
Set message text to : DMI Group Added to Component # <$1>: \"<$3>\" with Id # <$2>
243 Condition nr 243
+ dmiGroupDeletedIndication
Check on enterprise ID : .1.3.6.1.4.1.412.1.2
Check on specific trap : 7
Set severity to : Normal
Set object to : <$2>
Set message type to : dmiGroupDeletedIndication
Set message text to : DMI Group # <$2> Deleted from Component # <$1>
244 Condition nr 244
+ dmtfProcessorFailure
Check on enterprise ID : .1.3.6.1.4.1.412.2.4.5
Check on specific trap : 1
Set severity to : Normal
Set object to : <$2>
Set message type to : dmtfProcessorFailure
Set message text to : System Processor has failed. <$\\>+7>
245 Condition nr 245
+ dmtfProcessorSystemUp
Check on enterprise ID : .1.3.6.1.4.1.412.2.4.5
Check on specific trap : 2
On server log only (put directly in History Log)
Set severity to : Normal
Set object to : <$2>
Set message type to : dmtfProcessorSystemUp
Set message text to : System Processor up and running. <$\\>+7>
246 Condition nr 246
+ dmtfProcessorInitializationFailure
Check on enterprise ID : .1.3.6.1.4.1.412.2.4.5
Check on specific trap : 3
Set severity to : Normal
Set object to : <$2>
Set message type to : dmtfProcessorInitializationFailu
Set message text to : System Processor initialization failure. <$\\>+7>
247 Condition nr 247
+ dmtfProcessorConfigurationError
Check on enterprise ID : .1.3.6.1.4.1.412.2.4.5
Check on specific trap : 4
Set severity to : Normal
Set object to : <$2>
Set message type to : dmtfProcessorConfigurationError
Set message text to : System processor is not properly configured. <$\\>+7>
248 Condition nr 248
+ dmtfMotherboardProcessorFailure
Check on enterprise ID : .1.3.6.1.4.1.412.2.4.6
Check on specific trap : 1
Set severity to : Normal
Set object to : <$2>
Set message type to : dmtfMotherboardProcessorFailure
Set message text to : Motherboard Processor status: <$3>. <$\\>+7>
249 Condition nr 249
+ dmtfMotherboardPhysicalDeviceStatusChange
Check on enterprise ID : .1.3.6.1.4.1.412.2.4.6
Check on specific trap : 2
Set severity to : Normal
Set object to : <$2>
Set message type to : dmtfMotherboardPhysicalDeviceSta
Set message text to : Motherboard physical device status: <$3>. <$\\>+7>
250 Condition nr 250
+ dmtfMotherboardMemoryError
Check on enterprise ID : .1.3.6.1.4.1.412.2.4.6
Check on specific trap : 3
Set severity to : Normal
Set object to : <$2>
Set message type to : dmtfMotherboardMemoryError
Set message text to : Motherboard Memory Module has failed. <$\\>+7>
251 Condition nr 251
+ dmtfMotherboardSystemUp
Check on enterprise ID : .1.3.6.1.4.1.412.2.4.6
Check on specific trap : 4
On server log only (put directly in History Log)
Set severity to : Normal
Set object to : <$2>
Set message type to : dmtfMotherboardSystemUp
Set message text to : Motherboard up and running. <$\\>+7>
252 Condition nr 252
+ dmtfMotherboardInitializationFailure
Check on enterprise ID : .1.3.6.1.4.1.412.2.4.6
Check on specific trap : 5
Set severity to : Normal
Set object to : <$2>
Set message type to : dmtfMotherboardInitializationFai
Set message text to : Motherboard initialization failure. <$\\>+7>
253 Condition nr 253
+ dmtfMotherboardConfigurationError
Check on enterprise ID : .1.3.6.1.4.1.412.2.4.6
Check on specific trap : 6
Set severity to : Normal
Set object to : <$2>
Set message type to : dmtfMotherboardConfigurationErro
Set message text to : Motherboard is not properly configured. <$\\>+7>
254 Condition nr 254
+ dmtfLogicalMemoryError
Check on enterprise ID : .1.3.6.1.4.1.412.2.4.8
Check on specific trap : 1
Set severity to : Normal
Set object to : <$2>
Set message type to : dmtfLogicalMemoryError
Set message text to : Logical Memory Fault. <$\\>+7>
255 Condition nr 255
+ dmtfLogicalMemoryInitializationFailure
Check on enterprise ID : .1.3.6.1.4.1.412.2.4.8
Check on specific trap : 2
Set severity to : Normal
Set object to : <$2>
Set message type to : dmtfLogicalMemoryInitializationF
Set message text to : Logical Memory initialization failure. <$\\>+7>
256 Condition nr 256
+ dmtfSystemCacheMemoryError
Check on enterprise ID : .1.3.6.1.4.1.412.2.4.9
Check on specific trap : 1
Set severity to : Normal
Set object to : <$2>
Set message type to : dmtfSystemCacheMemoryError
Set message text to : System Cache Memory Fault. <$\\>+7>
257 Condition nr 257
+ dmtfSystemCacheInitializationFailure
Check on enterprise ID : .1.3.6.1.4.1.412.2.4.9
Check on specific trap : 2
Set severity to : Normal
Set object to : <$2>
Set message type to : dmtfSystemCacheInitializationFai
Set message text to : System Cache initialization failure. <$\\>+7>
258 Condition nr 258
+ dmtfPowerSupplyStatusChange
Check on enterprise ID : .1.3.6.1.4.1.412.2.4.16
Check on specific trap : 1
Set severity to : Normal
Set object to : <$2>
Set message type to : dmtfPowerSupplyStatusChange
Set message text to : Power Supply status: <$3>. <$\\>+7>
259 Condition nr 259
+ dmtfPowerSupplyPowerControlRequest
Check on enterprise ID : .1.3.6.1.4.1.412.2.4.16
Check on specific trap : 2
On server log only (put directly in History Log)
Set severity to : Normal
Set object to : <$2>
Set message type to : dmtfPowerSupplyPowerControlReque
Set message text to : Power Control setting has changed. <$\\>+7>
260 Condition nr 260
+ dmtfCoolingDeviceStatusChange
Check on enterprise ID : .1.3.6.1.4.1.412.2.4.17
Check on specific trap : 1
Set severity to : Normal
Set object to : <$2>
Set message type to : dmtfCoolingDeviceStatusChange
Set message text to : Cooling Device status: <$3>. <$\\>+7>
261 Condition nr 261
+ dmtfCoolingDeviceTemperatureFault
Check on enterprise ID : .1.3.6.1.4.1.412.2.4.17
Check on specific trap : 2
Set severity to : Normal
Set object to : <$2>
Set message type to : dmtfCoolingDeviceTemperatureFaul
Set message text to : Temperature Fault (Cooling Device). <$\\>+7>
262 Condition nr 262
+ dmtfDisksStatusChange
Check on enterprise ID : .1.3.6.1.4.1.412.2.4.22
Check on specific trap : 1
Set severity to : Normal
Set object to : <$2>
Set message type to : dmtfDisksStatusChange
Set message text to : Physical Disk status: <$3>. <$\\>+7>
263 Condition nr 263
+ dmtfDisksInitializationError
Check on enterprise ID : .1.3.6.1.4.1.412.2.4.22
Check on specific trap : 2
Set severity to : Normal
Set object to : <$2>
Set message type to : dmtfDisksInitializationError
Set message text to : Physical Disk initialization failure. <$\\>+7>
264 Condition nr 264
+ dmtfDisksConfigurationError
Check on enterprise ID : .1.3.6.1.4.1.412.2.4.22
Check on specific trap : 3
Set severity to : Normal
Set object to : <$2>
Set message type to : dmtfDisksConfigurationError
Set message text to : Physical Disk is not properly configured. <$\\>+7>
265 Condition nr 265
+ dmtfDiskControllerInitializationFailure
Check on enterprise ID : .1.3.6.1.4.1.412.2.4.25
Check on specific trap : 1
Set severity to : Normal
Set object to : <$2>
Set message type to : dmtfDiskControllerInitialization
Set message text to : Disk Controller initialization failure. <$\\>+7>
266 Condition nr 266
+ dmtfDiskControllerConfigurationError
Check on enterprise ID : .1.3.6.1.4.1.412.2.4.25
Check on specific trap : 2
Set severity to : Normal
Set object to : <$2>
Set message type to : dmtfDiskControllerConfigurationE
Set message text to : Disk controller is not properly configured. <$\\>+7>
267 Condition nr 267
+ dmtfPhysicalMemoryArrayError
Check on enterprise ID : .1.3.6.1.4.1.412.2.4.33
Check on specific trap : 1
Set severity to : Normal
Set object to : <$2>
Set message type to : dmtfPhysicalMemoryArrayError
Set message text to : Physical Memory Array has failed. <$\\>+7>
268 Condition nr 268
+ dmtfPhysicalMemoryArrayInitializationFailure
Check on enterprise ID : .1.3.6.1.4.1.412.2.4.33
Check on specific trap : 2
Set severity to : Normal
Set object to : <$2>
Set message type to : dmtfPhysicalMemoryArrayInitializ
Set message text to : Physical Memory Array initialization failure. <$\\>+7>
269 Condition nr 269
+ dmtfMassStoreLogicalDrivesPhysicalDeviceStatusChange
Check on enterprise ID : .1.3.6.1.4.1.412.2.4.45
Check on specific trap : 1
Set severity to : Normal
Set object to : <$2>
Set message type to : dmtfMassStoreLogicalDrivesPhysic
Set message text to : Mass Store Physical Device status: <$3>. <$\\>+7>
270 Condition nr 270
+ dmtfMassStoreLogicalDrivesHotSpareActivated
Check on enterprise ID : .1.3.6.1.4.1.412.2.4.45
Check on specific trap : 2
Set severity to : Normal
Set object to : <$2>
Set message type to : dmtfMassStoreLogicalDrivesHotSpa
Set message text to : Mass Store Logical Drive hotswap spare activated. <$\\>+7>
271 Condition nr 271
+ dmtfMassStoreLogicalDrivesLogicalDeviceStatusChange
Check on enterprise ID : .1.3.6.1.4.1.412.2.4.45
Check on specific trap : 3
Set severity to : Normal
Set object to : <$2>
Set message type to : dmtfMassStoreLogicalDrivesLogica
Set message text to : Mass Store Logical Drive status: <$3>. <$\\>+7>
272 Condition nr 272
+ dmtfMassStoreLogicalDrivesInitializationFailure
Check on enterprise ID : .1.3.6.1.4.1.412.2.4.45
Check on specific trap : 4
Set severity to : Normal
Set object to : <$2>
Set message type to : dmtfMassStoreLogicalDrivesInitia
Set message text to : Mass Store Logical Drive initialization failure. <$\\>+7>
273 Condition nr 273
+ dmtfMassStoreLogicalDrivesConfigurationError
Check on enterprise ID : .1.3.6.1.4.1.412.2.4.45
Check on specific trap : 5
Set severity to : Normal
Set object to : <$2>
Set message type to : dmtfMassStoreLogicalDrivesConfig
Set message text to : Mass Store Logical Drive is not properly configured. <$\\>+7>
274 Condition nr 274
+ dmtfSystemResetSystemUp
Check on enterprise ID : .1.3.6.1.4.1.412.2.4.48
Check on specific trap : 1
Set severity to : Normal
Set object to : <$2>
Set message type to : dmtfSystemResetSystemUp
Set message text to : System has rebooted after automatic reset. <$\\>+7>
275 Condition nr 275
+ dmtfSystemHardwareSecuritySettingsChange
Check on enterprise ID : .1.3.6.1.4.1.412.2.4.49
Check on specific trap : 1
Set severity to : Normal
Set object to : <$2>
Set message type to : dmtfSystemHardwareSecuritySettin
Set message text to : System hardware security settings have changed. <$\\>+7>
276 Condition nr 276
+ dmtfSystemHardwareSecurityContainerSecurityBreach
Check on enterprise ID : .1.3.6.1.4.1.412.2.4.49
Check on specific trap : 2
Set severity to : Normal
Set object to : <$2>
Set message type to : dmtfSystemHardwareSecurityContai
Set message text to : System enclosure or chassis has been opened. <$\\>+7>
277 Condition nr 277
+ dmtfUPSBatteryStatusChange
Check on enterprise ID : .1.3.6.1.4.1.412.2.4.52
Check on specific trap : 1
Set severity to : Normal
Set object to : <$2>
Set message type to : dmtfUPSBatteryStatusChange
Set message text to : UPS Battery status: <$3>. <$\\>+7>
278 Condition nr 278
+ dmtfUPSBatteryUtilityPowerLostSystemOnBattery
Check on enterprise ID : .1.3.6.1.4.1.412.2.4.52
Check on specific trap : 2
Set severity to : Normal
Set object to : <$2>
Set message type to : dmtfUPSBatteryUtilityPowerLostSy
Set message text to : Lost primary power, running on UPS battery. <$\\>+7>
279 Condition nr 279
+ dmtfUPSBatteryUtilityPowerUpSystemOffBattery
Check on enterprise ID : .1.3.6.1.4.1.412.2.4.52
Check on specific trap : 3
Set severity to : Normal
Set object to : <$2>
Set message type to : dmtfUPSBatteryUtilityPowerUpSyst
Set message text to : Regained primary power, no longer using UPS battery. <$\\>+7>
280 Condition nr 280
+ dmtfVoltageProbePowerSupplyStatusChange
Check on enterprise ID : .1.3.6.1.4.1.412.2.4.53
Check on specific trap : 1
Set severity to : Normal
Set object to : <$2>
Set message type to : dmtfVoltageProbePowerSupplyStatu
Set message text to : Power Supply Voltage status: <$3>. <$\\>+7>
281 Condition nr 281
+ dmtfTemperatureProbeCoolingDeviceStatusChange
Check on enterprise ID : .1.3.6.1.4.1.412.2.4.54
Check on specific trap : 1
Set severity to : Normal
Set object to : <$2>
Set message type to : dmtfTemperatureProbeCoolingDevic
Set message text to : System Temperature status: <$3>. <$\\>+7>
282 Condition nr 282
+ dmtfElectricalCurrentProbePowerSupplyStatusChange
Check on enterprise ID : .1.3.6.1.4.1.412.2.4.55
Check on specific trap : 1
Set severity to : Normal
Set object to : <$2>
Set message type to : dmtfElectricalCurrentProbePowerS
Set message text to : Power Supply Electrical Current status: <$3>. <$\\>+7>
283 Condition nr 283
+ dmtfElectricalCurrentProbeCoolingDeviceStatusChange
Check on enterprise ID : .1.3.6.1.4.1.412.2.4.55
Check on specific trap : 2
Set severity to : Normal
Set object to : <$2>
Set message type to : dmtfElectricalCurrentProbeCoolin
Set message text to : Cooling Device Electrical Current status: <$3>. <$\\>+7>
284 Condition nr 284
+ dmtfPhysicalContainerSecuritySettingsChange
Check on enterprise ID : .1.3.6.1.4.1.412.2.4.63
Check on specific trap : 1
Set severity to : Normal
Set object to : <$2>
Set message type to : dmtfPhysicalContainerSecuritySet
Set message text to : System hardware security settings have changed (Physical Container). <$\\>+7>
285 Condition nr 285
+ dmtfPhysicalContainerPowerSupplyStatusChange
Check on enterprise ID : .1.3.6.1.4.1.412.2.4.63
Check on specific trap : 2
Set severity to : Normal
Set object to : <$2>
Set message type to : dmtfPhysicalContainerPowerSupply
Set message text to : Power Supply status: <$3> (Physical Container). <$\\>+7>
286 Condition nr 286
+ dmtfPhysicalContainerCoolingDeviceStatusChange
Check on enterprise ID : .1.3.6.1.4.1.412.2.4.63
Check on specific trap : 3
Set severity to : Normal
Set object to : <$2>
Set message type to : dmtfPhysicalContainerCoolingDevi
Set message text to : Cooling Device status: <$3> (Physical Container). <$\\>+7>
287 Condition nr 287
+ dmtfPhysicalContainerPhysicalDeviceStatusChange
Check on enterprise ID : .1.3.6.1.4.1.412.2.4.63
Check on specific trap : 4
Set severity to : Normal
Set object to : <$2>
Set message type to : dmtfPhysicalContainerPhysicalDev
Set message text to : Physical Device status: <$3> (Physical Container). <$\\>+7>
288 Condition nr 288
+ dmtfPhysicalContainerLogicalDeviceStatusChange
Check on enterprise ID : .1.3.6.1.4.1.412.2.4.63
Check on specific trap : 5
Set severity to : Normal
Set object to : <$2>
Set message type to : dmtfPhysicalContainerLogicalDevi
Set message text to : Logical Device status: <$3> (Physical Container). <$\\>+7>
289 Condition nr 289
+ dmtfPhysicalContainerSecurityBreach
Check on enterprise ID : .1.3.6.1.4.1.412.2.4.63
Check on specific trap : 6
Set severity to : Normal
Set object to : <$2>
Set message type to : dmtfPhysicalContainerSecurityBre
Set message text to : System enclosure or chassis has been opened. <$\\>+7>
290 Condition nr 290
+ dmtfPhysicalContainerConfigurationError
Check on enterprise ID : .1.3.6.1.4.1.412.2.4.63
Check on specific trap : 7
On server log only (put directly in History Log)
Set severity to : Normal
Set object to : <$2>
Set message type to : dmtfPhysicalContainerConfigurati
Set message text to : System chassis is not properly configured. <$\\>+7>
291 Condition nr 291
+ dmtfStructureDependencyPowerSupplyStatusChange
Check on enterprise ID : .1.3.6.1.4.1.412.2.4.68
Check on specific trap : 1
On server log only (put directly in History Log)
Set severity to : Normal
Set object to : <$2>
Set message type to : dmtfStructureDependencyPowerSupp
Set message text to : Power Supply status: <$3> (Structure Dependency). <$\\>+7>
292 Condition nr 292
+ dmtfStructureDependencyCoolingDeviceStatusChange
Check on enterprise ID : .1.3.6.1.4.1.412.2.4.68
Check on specific trap : 2
On server log only (put directly in History Log)
Set severity to : Normal
Set object to : <$2>
Set message type to : dmtfStructureDependencyCoolingDe
Set message text to : Cooling Device status: <$3> (Structure Dependency). <$\\>+7>
293 Condition nr 293
+ dmtfStructureDependencyPhysicalDeviceStatusChange
Check on enterprise ID : .1.3.6.1.4.1.412.2.4.68
Check on specific trap : 3
On server log only (put directly in History Log)
Set severity to : Normal
Set object to : <$2>
Set message type to : dmtfStructureDependencyPhysicalD
Set message text to : Physical device status: <$3> (Structure Dependency). <$\\>+7>
294 Condition nr 294
+ dmtfStructureDependencyLogicalDeviceStatusChange
Check on enterprise ID : .1.3.6.1.4.1.412.2.4.68
Check on specific trap : 4
On server log only (put directly in History Log)
Set severity to : Normal
Set object to : <$2>
Set message type to : dmtfStructureDependencyLogicalDe
Set message text to : Locical device status: <$3> (Structure Dependency). <$\\>+7>
295 Condition nr 295
+ dmtfStructureDependencySystemUp
Check on enterprise ID : .1.3.6.1.4.1.412.2.4.68
Check on specific trap : 5
On server log only (put directly in History Log)
Set severity to : Normal
Set object to : <$2>
Set message type to : dmtfStructureDependencySystemUp
Set message text to : An element of the system is up and running (Structure Dependency). <$\\>+7>
296 Condition nr 296
+ dmtfStructureDependencyBatteryStatusChange
Check on enterprise ID : .1.3.6.1.4.1.412.2.4.68
Check on specific trap : 6
On server log only (put directly in History Log)
Set severity to : Normal
Set object to : <$2>
Set message type to : dmtfStructureDependencyBatterySt
Set message text to : Battery status: <$3> (Structure Dependency). <$\\>+7>
297 Condition nr 297
+ dmtfStructureDependencyContainerSecurityBreach
Check on enterprise ID : .1.3.6.1.4.1.412.2.4.68
Check on specific trap : 7
On server log only (put directly in History Log)
Set severity to : Normal
Set object to : <$2>
Set message type to : dmtfStructureDependencyContainer
Set message text to : System enclosure or chassis has been opened (Structure Dependency). <$\\>+7>
298 Condition nr 298
+ dmtfStructureDependencyInitializationFailure
Check on enterprise ID : .1.3.6.1.4.1.412.2.4.68
Check on specific trap : 8
On server log only (put directly in History Log)
Set severity to : Normal
Set object to : <$2>
Set message type to : dmtfStructureDependencyInitializ
Set message text to : An elemen