Oracle DB install failure


 
Thread Tools Search this Thread
Operating Systems Solaris Oracle DB install failure
# 8  
Old 03-25-2014
Please give the following output
Code:
isainfo
isainfo -b
isalist

Does something change when you switch to C locale
Code:
export LC_ALL=C

?
# 9  
Old 03-26-2014
Quote:
Well, something's wrong with the OS. I would consider the following options:

1. Is it a new server? Could it be rebuild from scratch? Rebuilding the server could be cheaper in terms of time and effort than troubleshooting the issue.
2. For a server that hosts other applications and is known to have no other problems (other than the isainfo's output), you could check if executing the database installer with the ignoreSysPrereqs option could help.

Do you know what's the word size of the server - 32 or 64bit (apparently isainfo is not able to determine it)? What's the version and the implementation (32/64bit) ot the Oracle database software that you're trying to install?
1. This is not a new server and I would like to avoid building from scratch. This machine primarily hosts some intensive network monitoring software in a redundant configuration with another identical machine.
2. The oracle DB upgrade is wrapped in a package for the overall network monitor. The DB is just a step in the process. I have not attempted, nor am quite sure how, to execute the install telling it to ignore System Pre Reqs. Also if I was able to do this, I'd be stuck at the same issue I am today Smilie . So I don't believe that is a solution for me.

This is a 64bit machine installing a 64bit program.

I may ultimately end up having to re-install, but I really really want to avoid this scenario.

Quote:
Please give the following output

Code:
isainfo
isainfo -b
isalist

Does something change when you switch to C locale

Code:
export LC_ALL=C

?
See below for the outputs.

No it doesn't look like there are any changes.


Code:
bash-3.2# isainfo
isainfo: unable to identify isa '3md64'!
bash-3.2# isainfo -b
isainfo: unable to identify isa '3md64'!
bash-3.2# isalist
amd64 pentium_pro+mmx pentium_pro pentium+mmx pentium i486 i386 i86

I appreciate everyone's help. If I end up going the re-install route, I'll have a similar headache as I do now.
# 10  
Old 03-26-2014
Instead of your previous find command, try this command:
Code:
/usr/xpg4/bin/awk '$2=="f" && $7<10000 {print $1}' /var/sadm/install/contents | xargs grep -w 3md64

Additional package integrity checks:
Code:
pkgchk SUNWcsu
pkgchk SUNWcsr

where the first one should be quiet, and the latter might report several modified config files.
# 11  
Old 03-26-2014
Quote:
Instead of your previous find command, try this command:

Code:
/usr/xpg4/bin/awk '$2=="f" && $7<10000 {print $1}' /var/sadm/install/contents | xargs grep -w 3md64

Additional package integrity checks:

Code:
pkgchk SUNWcsu
pkgchk SUNWcsr

where the first one should be quiet, and the latter might report several modified config files.
The search command returned the following result: (looks like no hits just some stuff it couldn't open)

Code:
bash-3.2# /usr/xpg4/bin/awk '$2=="f" && $7<10000 {print $1}' /var/sadm/install/contents | xargs grep -w 3md64
grep: can't open /etc/sma/snmp/fmd-trapgen.conf
grep: can't open /etc/sma/snmp/mib2c.column_defines.conf
grep: can't open /etc/sma/snmp/mib2c.column_enums.conf
grep: can't open /etc/sma/snmp/mib2c.conf
grep: can't open /etc/sma/snmp/mib2c.create-dataset.conf
grep: can't open /etc/sma/snmp/mib2c.int_watch.conf
grep: can't open /etc/sma/snmp/mib2c.iterate.conf
grep: can't open /etc/sma/snmp/mib2c.old-api.conf
grep: can't open /etc/sma/snmp/mib2c.scalar.conf
grep: can't open /etc/sma/snmp/mib2c.vartypes.conf
grep: can't open /etc/sma/snmp/mibs/HCNUM-TC.txt
grep: can't open /etc/sma/snmp/mibs/IANA-ADDRESS-FAMILY-NUMBERS-MIB.txt
grep: can't open /etc/sma/snmp/mibs/IANA-LANGUAGE-MIB.txt
grep: can't open /etc/sma/snmp/mibs/IF-INVERTED-STACK-MIB.txt
grep: can't open /etc/sma/snmp/mibs/IPV6-TC.txt
grep: can't open /etc/sma/snmp/mibs/IPV6-TCP-MIB.txt
grep: can't open /etc/sma/snmp/mibs/IPV6-UDP-MIB.txt
grep: can't open /etc/sma/snmp/mibs/LM-SENSORS-MIB.txt
grep: can't open /etc/sma/snmp/mibs/NET-SNMP-AGENT-MIB.txt
grep: can't open /etc/sma/snmp/mibs/NET-SNMP-EXAMPLES-MIB.txt
grep: can't open /etc/sma/snmp/mibs/NET-SNMP-MIB.txt
grep: can't open /etc/sma/snmp/mibs/NET-SNMP-MONITOR-MIB.txt
grep: can't open /etc/sma/snmp/mibs/NET-SNMP-SYSTEM-MIB.txt
grep: can't open /etc/sma/snmp/mibs/NET-SNMP-TC.txt
grep: can't open /etc/sma/snmp/mibs/RFC-1215.txt
grep: can't open /etc/sma/snmp/mibs/RFC1155-SMI.txt
grep: can't open /etc/sma/snmp/mibs/SMUX-MIB.txt
grep: can't open /etc/sma/snmp/mibs/SNMP-MPD-MIB.txt
grep: can't open /etc/sma/snmp/mibs/SNMP-PROXY-MIB.txt
grep: can't open /etc/sma/snmp/mibs/SNMPv2-CONF.txt
grep: can't open /etc/sma/snmp/mibs/SNMPv2-SMI.txt
grep: can't open /etc/sma/snmp/mibs/SNMPv2-TM.txt
grep: can't open /etc/sma/snmp/mibs/SUN-MIB.txt
grep: can't open /etc/sma/snmp/mibs/SUN-SEA-EXTENSIONS-MIB.txt
grep: can't open /etc/sma/snmp/mibs/UCD-DEMO-MIB.txt
grep: can't open /etc/sma/snmp/mibs/UCD-DISKIO-MIB.txt
grep: can't open /etc/sma/snmp/mibs/UCD-DLMOD-MIB.txt
grep: can't open /etc/sma/snmp/mibs/UCD-IPFILTER-MIB.txt
grep: can't open /etc/sma/snmp/mibs/UCD-IPFWACC-MIB.txt
grep: can't open /etc/sma/snmp/mibs/UDP-MIB.txt
grep: can't open /etc/sma/snmp/mibs/smatrap.mib
grep: can't open /etc/sma/snmp/snmpconf-data/snmp-data/authopts
grep: can't open /etc/sma/snmp/snmpconf-data/snmp-data/debugging
grep: can't open /etc/sma/snmp/snmpconf-data/snmp-data/mibs
grep: can't open /etc/sma/snmp/snmpconf-data/snmp-data/output
grep: can't open /etc/sma/snmp/snmpconf-data/snmp-data/snmpconf-config
grep: can't open /etc/sma/snmp/snmpconf-data/snmpd-data/acl
grep: can't open /etc/sma/snmp/snmpconf-data/snmpd-data/basic_setup
grep: can't open /etc/sma/snmp/snmpconf-data/snmpd-data/extending
grep: can't open /etc/sma/snmp/snmpconf-data/snmpd-data/monitor
grep: can't open /etc/sma/snmp/snmpconf-data/snmpd-data/operation
grep: can't open /etc/sma/snmp/snmpconf-data/snmpd-data/snmpconf-config
grep: can't open /etc/sma/snmp/snmpconf-data/snmpd-data/system
grep: can't open /etc/sma/snmp/snmpconf-data/snmpd-data/trapsinks
grep: can't open /etc/sma/snmp/snmpconf-data/snmptrapd-data/formatting
grep: can't open /etc/sma/snmp/snmpconf-data/snmptrapd-data/snmpconf-config
grep: can't open /etc/sma/snmp/snmpconf-data/snmptrapd-data/traphandle
grep: can't open /etc/snmp/conf/mdlogd.reg
grep: can't open /etc/snmp/conf/mdlogd.rsrc-
grep: can't open /etc/snmp/conf/mipagent.acl
grep: can't open /etc/snmp/conf/mipagent.reg
grep: can't open /etc/snmp/conf/snmpXwbem.acl
grep: can't open /etc/snmp/conf/snmpXwbem.reg
grep: can't open /etc/snmp/conf/snmpXwbem.rsrc-
grep: can't open /opt/sfw/include/pcap-bpf.h
grep: can't open /opt/sfw/include/pcap-namedb.h
grep: can't open /opt/sfw/include/pcap.h
grep: can't open /opt/sfw/include/pcap/bluetooth.h
grep: can't open /opt/sfw/include/pcap/ipnet.h
grep: can't open /opt/sfw/include/pcap/namedb.h
grep: can't open /opt/sfw/include/pcap/sll.h
grep: can't open /opt/sfw/include/pcap/usb.h
grep: can't open /opt/sfw/include/pcap/vlan.h
grep: can't open /opt/sfw/man/man1/pcap-config.1
grep: can't open /usr/lib/sma_snmp/setseaport
grep: can't open /usr/local/include/net-snmp/agent/agent_callbacks.h
grep: can't open /usr/local/include/net-snmp/agent/agent_index.h
grep: can't open /usr/local/include/net-snmp/agent/agent_module_config.h
grep: can't open /usr/local/include/net-snmp/agent/agent_read_config.h
grep: can't open /usr/local/include/net-snmp/agent/agent_registry.h
grep: can't open /usr/local/include/net-snmp/agent/agent_sysORTable.h
grep: can't open /usr/local/include/net-snmp/agent/agent_trap.h
grep: can't open /usr/local/include/net-snmp/agent/all_helpers.h
grep: can't open /usr/local/include/net-snmp/agent/auto_nlist.h
grep: can't open /usr/local/include/net-snmp/agent/baby_steps.h
grep: can't open /usr/local/include/net-snmp/agent/bulk_to_next.h
grep: can't open /usr/local/include/net-snmp/agent/cache_handler.h
grep: can't open /usr/local/include/net-snmp/agent/debug_handler.h
grep: can't open /usr/local/include/net-snmp/agent/ds_agent.h
grep: can't open /usr/local/include/net-snmp/agent/instance.h
grep: can't open /usr/local/include/net-snmp/agent/mfd.h
grep: can't open /usr/local/include/net-snmp/agent/mib_module_includes.h
grep: can't open /usr/local/include/net-snmp/agent/mib_modules.h
grep: can't open /usr/local/include/net-snmp/agent/mode_end_call.h
grep: can't open /usr/local/include/net-snmp/agent/multiplexer.h
grep: can't open /usr/local/include/net-snmp/agent/net-snmp-agent-includes.h
grep: can't open /usr/local/include/net-snmp/agent/null.h
grep: can't open /usr/local/include/net-snmp/agent/old_api.h
grep: can't open /usr/local/include/net-snmp/agent/read_only.h
grep: can't open /usr/local/include/net-snmp/agent/row_merge.h
grep: can't open /usr/local/include/net-snmp/agent/scalar.h
grep: can't open /usr/local/include/net-snmp/agent/scalar_group.h
grep: can't open /usr/local/include/net-snmp/agent/serialize.h
grep: can't open /usr/local/include/net-snmp/agent/set_helper.h
grep: can't open /usr/local/include/net-snmp/agent/snmp_get_statistic.h
grep: can't open /usr/local/include/net-snmp/agent/snmp_vars.h
grep: can't open /usr/local/include/net-snmp/agent/stash_cache.h
grep: can't open /usr/local/include/net-snmp/agent/stash_to_next.h
grep: can't open /usr/local/include/net-snmp/agent/sysORTable.h
grep: can't open /usr/local/include/net-snmp/agent/table.h
grep: can't open /usr/local/include/net-snmp/agent/table_array.h
grep: can't open /usr/local/include/net-snmp/agent/table_container.h
grep: can't open /usr/local/include/net-snmp/agent/table_data.h
grep: can't open /usr/local/include/net-snmp/agent/table_dataset.h
grep: can't open /usr/local/include/net-snmp/agent/table_iterator.h
grep: can't open /usr/local/include/net-snmp/agent/table_tdata.h
grep: can't open /usr/local/include/net-snmp/agent/util_funcs.h
grep: can't open /usr/local/include/net-snmp/agent/var_struct.h
grep: can't open /usr/local/include/net-snmp/agent/watcher.h
grep: can't open /usr/local/include/net-snmp/config_api.h
grep: can't open /usr/local/include/net-snmp/definitions.h
grep: can't open /usr/local/include/net-snmp/library/README
grep: can't open /usr/local/include/net-snmp/library/callback.h
grep: can't open /usr/local/include/net-snmp/library/cert_util.h
grep: can't open /usr/local/include/net-snmp/library/check_varbind.h
grep: can't open /usr/local/include/net-snmp/library/container_binary_array.h
grep: can't open /usr/local/include/net-snmp/library/container_iterator.h
grep: can't open /usr/local/include/net-snmp/library/container_list_ssll.h
grep: can't open /usr/local/include/net-snmp/library/container_null.h
grep: can't open /usr/local/include/net-snmp/library/data_list.h
grep: can't open /usr/local/include/net-snmp/library/default_store.h
grep: can't open /usr/local/include/net-snmp/library/dir_utils.h
grep: can't open /usr/local/include/net-snmp/library/factory.h
grep: can't open /usr/local/include/net-snmp/library/fd_event_manager.h
grep: can't open /usr/local/include/net-snmp/library/file_utils.h
grep: can't open /usr/local/include/net-snmp/library/getopt.h
grep: can't open /usr/local/include/net-snmp/library/int64.h
grep: can't open /usr/local/include/net-snmp/library/keytools.h
grep: can't open /usr/local/include/net-snmp/library/large_fd_set.h
grep: can't open /usr/local/include/net-snmp/library/lcd_time.h
grep: can't open /usr/local/include/net-snmp/library/md5.h
grep: can't open /usr/local/include/net-snmp/library/mt_support.h
grep: can't open /usr/local/include/net-snmp/library/oid.h
grep: can't open /usr/local/include/net-snmp/library/oid_stash.h
grep: can't open /usr/local/include/net-snmp/library/parse.h
grep: can't open /usr/local/include/net-snmp/library/read_config.h
grep: can't open /usr/local/include/net-snmp/library/scapi.h
grep: can't open /usr/local/include/net-snmp/library/snmp-tc.h
grep: can't open /usr/local/include/net-snmp/library/snmpAliasDomain.h
grep: can't open /usr/local/include/net-snmp/library/snmpCallbackDomain.h
grep: can't open /usr/local/include/net-snmp/library/snmpIPv4BaseDomain.h
grep: can't open /usr/local/include/net-snmp/library/snmpIPv6BaseDomain.h
grep: can't open /usr/local/include/net-snmp/library/snmpSocketBaseDomain.h
grep: can't open /usr/local/include/net-snmp/library/snmpTCPBaseDomain.h
grep: can't open /usr/local/include/net-snmp/library/snmpTCPDomain.h
grep: can't open /usr/local/include/net-snmp/library/snmpTCPIPv6Domain.h
grep: can't open /usr/local/include/net-snmp/library/snmpUDPBaseDomain.h
grep: can't open /usr/local/include/net-snmp/library/snmpUDPDomain.h
grep: can't open /usr/local/include/net-snmp/library/snmpUDPIPv4BaseDomain.h
grep: can't open /usr/local/include/net-snmp/library/snmpUDPIPv6Domain.h
grep: can't open /usr/local/include/net-snmp/library/snmpUnixDomain.h
grep: can't open /usr/local/include/net-snmp/library/snmp_alarm.h
grep: can't open /usr/local/include/net-snmp/library/snmp_assert.h
grep: can't open /usr/local/include/net-snmp/library/snmp_client.h
grep: can't open /usr/local/include/net-snmp/library/snmp_debug.h
grep: can't open /usr/local/include/net-snmp/library/snmp_enum.h
grep: can't open /usr/local/include/net-snmp/library/snmp_impl.h
grep: can't open /usr/local/include/net-snmp/library/snmp_logging.h
grep: can't open /usr/local/include/net-snmp/library/snmp_parse_args.h
grep: can't open /usr/local/include/net-snmp/library/snmp_secmod.h
grep: can't open /usr/local/include/net-snmp/library/snmp_service.h
grep: can't open /usr/local/include/net-snmp/library/snmp_transport.h
grep: can't open /usr/local/include/net-snmp/library/snmpv3-security-includes.h
grep: can't open /usr/local/include/net-snmp/library/snmpv3.h
grep: can't open /usr/local/include/net-snmp/library/system.h
grep: can't open /usr/local/include/net-snmp/library/text_utils.h
grep: can't open /usr/local/include/net-snmp/library/tools.h
grep: can't open /usr/local/include/net-snmp/library/transform_oids.h
grep: can't open /usr/local/include/net-snmp/library/types.h
grep: can't open /usr/local/include/net-snmp/library/ucd_compat.h
grep: can't open /usr/local/include/net-snmp/library/vacm.h
grep: can't open /usr/local/include/net-snmp/library/winpipe.h
grep: can't open /usr/local/include/net-snmp/library/winservice.h
grep: can't open /usr/local/include/net-snmp/mib_api.h
grep: can't open /usr/local/include/net-snmp/net-snmp-includes.h
grep: can't open /usr/local/include/net-snmp/output_api.h
grep: can't open /usr/local/include/net-snmp/pdu_api.h
grep: can't open /usr/local/include/net-snmp/snmpv3_api.h
grep: can't open /usr/local/include/net-snmp/utilities.h
grep: can't open /usr/local/include/net-snmp/varbind_api.h
grep: can't open /usr/local/share/man/man1/snmp-bridge-mib.1
grep: can't open /usr/local/share/man/man1/snmpbulkget.1
grep: can't open /usr/local/share/man/man1/snmpbulkwalk.1
grep: can't open /usr/local/share/man/man1/snmpconf.1
grep: can't open /usr/local/share/man/man1/snmpdelta.1
grep: can't open /usr/local/share/man/man1/snmpdf.1
grep: can't open /usr/local/share/man/man1/snmpget.1
grep: can't open /usr/local/share/man/man1/snmpgetnext.1
grep: can't open /usr/local/share/man/man1/snmpinform.1
grep: can't open /usr/local/share/man/man1/snmpset.1
grep: can't open /usr/local/share/man/man1/snmpstatus.1
grep: can't open /usr/local/share/man/man1/snmptable.1
grep: can't open /usr/local/share/man/man1/snmptest.1
grep: can't open /usr/local/share/man/man1/snmptranslate.1
grep: can't open /usr/local/share/man/man1/snmptrap.1
grep: can't open /usr/local/share/man/man1/snmpusm.1
grep: can't open /usr/local/share/man/man1/snmpwalk.1
grep: can't open /usr/local/share/man/man3/netsnmp_agent_api.3
grep: can't open /usr/local/share/man/man3/netsnmp_init_mib.3
grep: can't open /usr/local/share/man/man3/netsnmp_mib_api.3
grep: can't open /usr/local/share/man/man3/netsnmp_pdu_api.3
grep: can't open /usr/local/share/man/man3/netsnmp_read_module.3
grep: can't open /usr/local/share/man/man3/netsnmp_sess_api.3
grep: can't open /usr/local/share/man/man3/netsnmp_session_api.3
grep: can't open /usr/local/share/man/man3/netsnmp_trap_api.3
grep: can't open /usr/local/share/man/man3/netsnmp_varbind_api.3
grep: can't open /usr/local/share/man/man3/snmp_add_null_var.3
grep: can't open /usr/local/share/man/man3/snmp_alarm.3
grep: can't open /usr/local/share/man/man3/snmp_alarm_register.3
grep: can't open /usr/local/share/man/man3/snmp_alarm_register_hr.3
grep: can't open /usr/local/share/man/man3/snmp_alarm_unregister.3
grep: can't open /usr/local/share/man/man3/snmp_api_errstring.3
grep: can't open /usr/local/share/man/man3/snmp_clone_pdu.3
grep: can't open /usr/local/share/man/man3/snmp_clone_varbind.3
grep: can't open /usr/local/share/man/man3/snmp_close.3
grep: can't open /usr/local/share/man/man3/snmp_error.3
grep: can't open /usr/local/share/man/man3/snmp_fix_pdu.3
grep: can't open /usr/local/share/man/man3/snmp_free_pdu.3
grep: can't open /usr/local/share/man/man3/snmp_free_var.3
grep: can't open /usr/local/share/man/man3/snmp_free_varbind.3
grep: can't open /usr/local/share/man/man3/snmp_open.3
grep: can't open /usr/local/share/man/man3/snmp_parse_oid.3
grep: can't open /usr/local/share/man/man3/snmp_pdu_add_variable.3
grep: can't open /usr/local/share/man/man3/snmp_pdu_create.3
grep: can't open /usr/local/share/man/man3/snmp_perror.3
grep: can't open /usr/local/share/man/man3/snmp_read.3
grep: can't open /usr/local/share/man/man3/snmp_select_info.3
grep: can't open /usr/local/share/man/man3/snmp_send.3
grep: can't open /usr/local/share/man/man3/snmp_sess_async_send.3
grep: can't open /usr/local/share/man/man3/snmp_sess_close.3
grep: can't open /usr/local/share/man/man3/snmp_sess_error.3
grep: can't open /usr/local/share/man/man3/snmp_sess_init.3
grep: can't open /usr/local/share/man/man3/snmp_sess_open.3
grep: can't open /usr/local/share/man/man3/snmp_sess_perror.3
grep: can't open /usr/local/share/man/man3/snmp_sess_read.3
grep: can't open /usr/local/share/man/man3/snmp_sess_select_info.3
grep: can't open /usr/local/share/man/man3/snmp_sess_send.3
grep: can't open /usr/local/share/man/man3/snmp_sess_session.3
grep: can't open /usr/local/share/man/man3/snmp_sess_timeout.3
grep: can't open /usr/local/share/man/man3/snmp_set_mib_errors.3
grep: can't open /usr/local/share/man/man3/snmp_set_mib_warnings.3
grep: can't open /usr/local/share/man/man3/snmp_set_save_descriptions.3
grep: can't open /usr/local/share/man/man3/snmp_set_var_objid.3
grep: can't open /usr/local/share/man/man3/snmp_set_var_typed_integer.3
grep: can't open /usr/local/share/man/man3/snmp_set_var_typed_value.3
grep: can't open /usr/local/share/man/man3/snmp_set_var_value.3
grep: can't open /usr/local/share/man/man3/snmp_timeout.3
grep: can't open /usr/local/share/man/man3/snmp_varlist_add_variable.3
grep: can't open /usr/local/share/man/man5/snmp_config.5
grep: can't open /usr/local/share/man/man5/snmpd.internal.5
grep: can't open /usr/local/share/snmp/mibs/LM-SENSORS-MIB.txt
grep: can't open /usr/sfw/include/net-snmp/agent/agent_callbacks.h
grep: can't open /usr/sfw/include/net-snmp/agent/agent_handler.h
grep: can't open /usr/sfw/include/net-snmp/agent/agent_index.h
grep: can't open /usr/sfw/include/net-snmp/agent/agent_read_config.h
grep: can't open /usr/sfw/include/net-snmp/agent/agent_registry.h
grep: can't open /usr/sfw/include/net-snmp/agent/agent_trap.h
grep: can't open /usr/sfw/include/net-snmp/agent/all_helpers.h
grep: can't open /usr/sfw/include/net-snmp/agent/auto_nlist.h
grep: can't open /usr/sfw/include/net-snmp/agent/bulk_to_next.h
grep: can't open /usr/sfw/include/net-snmp/agent/debug_handler.h
grep: can't open /usr/sfw/include/net-snmp/agent/ds_agent.h
grep: can't open /usr/sfw/include/net-snmp/agent/instance.h
grep: can't open /usr/sfw/include/net-snmp/agent/mib_module_config.h
grep: can't open /usr/sfw/include/net-snmp/agent/mib_modules.h
grep: can't open /usr/sfw/include/net-snmp/agent/mode_end_call.h
grep: can't open /usr/sfw/include/net-snmp/agent/multiplexer.h
grep: can't open /usr/sfw/include/net-snmp/agent/net-snmp-agent-includes.h
grep: can't open /usr/sfw/include/net-snmp/agent/null.h
grep: can't open /usr/sfw/include/net-snmp/agent/object_monitor.h
grep: can't open /usr/sfw/include/net-snmp/agent/old_api.h
grep: can't open /usr/sfw/include/net-snmp/agent/read_only.h
grep: can't open /usr/sfw/include/net-snmp/agent/scalar.h
grep: can't open /usr/sfw/include/net-snmp/agent/serialize.h
grep: can't open /usr/sfw/include/net-snmp/agent/set_helper.h
grep: can't open /usr/sfw/include/net-snmp/agent/snmp_agent.h
grep: can't open /usr/sfw/include/net-snmp/agent/snmp_vars.h
grep: can't open /usr/sfw/include/net-snmp/agent/table.h
grep: can't open /usr/sfw/include/net-snmp/agent/table_array.h
grep: can't open /usr/sfw/include/net-snmp/agent/table_data.h
grep: can't open /usr/sfw/include/net-snmp/agent/table_dataset.h
grep: can't open /usr/sfw/include/net-snmp/agent/table_iterator.h
grep: can't open /usr/sfw/include/net-snmp/agent/var_struct.h
grep: can't open /usr/sfw/include/net-snmp/agent/watcher.h
grep: can't open /usr/sfw/include/net-snmp/config_api.h
grep: can't open /usr/sfw/include/net-snmp/definitions.h
grep: can't open /usr/sfw/include/net-snmp/library/README
grep: can't open /usr/sfw/include/net-snmp/library/callback.h
grep: can't open /usr/sfw/include/net-snmp/library/check_varbind.h
grep: can't open /usr/sfw/include/net-snmp/library/container_binary_array.h
grep: can't open /usr/sfw/include/net-snmp/library/data_list.h
grep: can't open /usr/sfw/include/net-snmp/library/default_store.h
grep: can't open /usr/sfw/include/net-snmp/library/factory.h
grep: can't open /usr/sfw/include/net-snmp/library/getopt.h
grep: can't open /usr/sfw/include/net-snmp/library/int64.h
grep: can't open /usr/sfw/include/net-snmp/library/keytools.h
grep: can't open /usr/sfw/include/net-snmp/library/lcd_time.h
grep: can't open /usr/sfw/include/net-snmp/library/libsnmp.h
grep: can't open /usr/sfw/include/net-snmp/library/md5.h
grep: can't open /usr/sfw/include/net-snmp/library/mt_support.h
grep: can't open /usr/sfw/include/net-snmp/library/oid_stash.h
grep: can't open /usr/sfw/include/net-snmp/library/parse.h
grep: can't open /usr/sfw/include/net-snmp/library/read_config.h
grep: can't open /usr/sfw/include/net-snmp/library/scapi.h
grep: can't open /usr/sfw/include/net-snmp/library/snmp-tc.h
grep: can't open /usr/sfw/include/net-snmp/library/snmpAAL5PVCDomain.h
grep: can't open /usr/sfw/include/net-snmp/library/snmpCallbackDomain.h
grep: can't open /usr/sfw/include/net-snmp/library/snmpIPXDomain.h
grep: can't open /usr/sfw/include/net-snmp/library/snmpTCPDomain.h
grep: can't open /usr/sfw/include/net-snmp/library/snmpTCPIPv6Domain.h
grep: can't open /usr/sfw/include/net-snmp/library/snmpUDPDomain.h
grep: can't open /usr/sfw/include/net-snmp/library/snmpUDPIPv6Domain.h
grep: can't open /usr/sfw/include/net-snmp/library/snmpUnixDomain.h
grep: can't open /usr/sfw/include/net-snmp/library/snmp_alarm.h
grep: can't open /usr/sfw/include/net-snmp/library/snmp_assert.h
grep: can't open /usr/sfw/include/net-snmp/library/snmp_client.h
grep: can't open /usr/sfw/include/net-snmp/library/snmp_debug.h
grep: can't open /usr/sfw/include/net-snmp/library/snmp_enum.h
grep: can't open /usr/sfw/include/net-snmp/library/snmp_impl.h
grep: can't open /usr/sfw/include/net-snmp/library/snmp_locking.h
grep: can't open /usr/sfw/include/net-snmp/library/snmp_logging.h
grep: can't open /usr/sfw/include/net-snmp/library/snmp_parse_args.h
grep: can't open /usr/sfw/include/net-snmp/library/snmp_secmod.h
grep: can't open /usr/sfw/include/net-snmp/library/snmp_transport.h
grep: can't open /usr/sfw/include/net-snmp/library/snmpksm.h
grep: can't open /usr/sfw/include/net-snmp/library/snmpv3-security-includes.h
grep: can't open /usr/sfw/include/net-snmp/library/snmpv3.h
grep: can't open /usr/sfw/include/net-snmp/library/system.h
grep: can't open /usr/sfw/include/net-snmp/library/tools.h
grep: can't open /usr/sfw/include/net-snmp/library/transform_oids.h
grep: can't open /usr/sfw/include/net-snmp/library/ucd_compat.h
grep: can't open /usr/sfw/include/net-snmp/library/vacm.h
grep: can't open /usr/sfw/include/net-snmp/library/winservice.h
grep: can't open /usr/sfw/include/net-snmp/machine/generic.h
grep: can't open /usr/sfw/include/net-snmp/mib_api.h
grep: can't open /usr/sfw/include/net-snmp/net-snmp-includes.h
grep: can't open /usr/sfw/include/net-snmp/output_api.h
grep: can't open /usr/sfw/include/net-snmp/pdu_api.h
grep: can't open /usr/sfw/include/net-snmp/session_api.h
grep: can't open /usr/sfw/include/net-snmp/snmpv3_api.h
grep: can't open /usr/sfw/include/net-snmp/system/aix.h
grep: can't open /usr/sfw/include/net-snmp/system/bsd.h
grep: can't open /usr/sfw/include/net-snmp/system/bsdi.h
grep: can't open /usr/sfw/include/net-snmp/system/bsdi3.h
grep: can't open /usr/sfw/include/net-snmp/system/bsdi4.h
grep: can't open /usr/sfw/include/net-snmp/system/cygwin.h
grep: can't open /usr/sfw/include/net-snmp/system/darwin.h
grep: can't open /usr/sfw/include/net-snmp/system/dynix.h
grep: can't open /usr/sfw/include/net-snmp/system/freebsd.h
grep: can't open /usr/sfw/include/net-snmp/system/freebsd2.h
grep: can't open /usr/sfw/include/net-snmp/system/freebsd3.h
grep: can't open /usr/sfw/include/net-snmp/system/freebsd4.h
grep: can't open /usr/sfw/include/net-snmp/system/generic.h
grep: can't open /usr/sfw/include/net-snmp/system/hpux.h
grep: can't open /usr/sfw/include/net-snmp/system/irix.h
grep: can't open /usr/sfw/include/net-snmp/system/linux.h
grep: can't open /usr/sfw/include/net-snmp/system/mips.h
grep: can't open /usr/sfw/include/net-snmp/system/netbsd.h
grep: can't open /usr/sfw/include/net-snmp/system/openbsd.h
grep: can't open /usr/sfw/include/net-snmp/system/osf5.h
grep: can't open /usr/sfw/include/net-snmp/system/solaris.h
grep: can't open /usr/sfw/include/net-snmp/system/solaris2.10.h
grep: can't open /usr/sfw/include/net-snmp/system/solaris2.6.h
grep: can't open /usr/sfw/include/net-snmp/system/solaris2.7.h
grep: can't open /usr/sfw/include/net-snmp/system/solaris2.8.h
grep: can't open /usr/sfw/include/net-snmp/system/solaris2.9.h
grep: can't open /usr/sfw/include/net-snmp/system/sunos.h
grep: can't open /usr/sfw/include/net-snmp/system/svr5.h
grep: can't open /usr/sfw/include/net-snmp/system/sysv.h
grep: can't open /usr/sfw/include/net-snmp/system/ultrix4.h
grep: can't open /usr/sfw/include/net-snmp/types.h
grep: can't open /usr/sfw/include/net-snmp/utilities.h
grep: can't open /usr/sfw/include/net-snmp/varbind_api.h
grep: can't open /usr/sfw/include/net-snmp/version.h
grep: can't open /usr/sfw/lib/sma_snmp/masfd
grep: can't open /usr/sfw/lib/sma_snmp/sma_buildrev
grep: can't open /usr/sfw/lib/sma_snmp/snmpd.conf
grep: can't open /usr/sfw/sbin/snmpd
grep: can't open /usr/sfw/sbin/snmptrapd
grep: can't open /usr/sfw/share/doc/sma_snmp/html/agent__callbacks_8h-source.html
grep: can't open /usr/sfw/share/doc/sma_snmp/html/agent__index_8h-source.html
grep: can't open /usr/sfw/share/doc/sma_snmp/html/agent__read__config_8h-source.html
grep: can't open /usr/sfw/share/doc/sma_snmp/html/agent__trap_8h-source.html
grep: can't open /usr/sfw/share/doc/sma_snmp/html/all__helpers_8c-source.html
grep: can't open /usr/sfw/share/doc/sma_snmp/html/all__helpers_8h-source.html
grep: can't open /usr/sfw/share/doc/sma_snmp/html/annotated.html
grep: can't open /usr/sfw/share/doc/sma_snmp/html/auto__nlist_8h-source.html
grep: can't open /usr/sfw/share/doc/sma_snmp/html/autonlist_8h-source.html
grep: can't open /usr/sfw/share/doc/sma_snmp/html/bulk__to__next_8c-source.html
grep: can't open /usr/sfw/share/doc/sma_snmp/html/bulk__to__next_8h-source.html
grep: can't open /usr/sfw/share/doc/sma_snmp/html/callback_8h-source.html
grep: can't open /usr/sfw/share/doc/sma_snmp/html/check__varbind_8c-source.html
grep: can't open /usr/sfw/share/doc/sma_snmp/html/check__varbind_8h-source.html
grep: can't open /usr/sfw/share/doc/sma_snmp/html/cmu__compat_8c-source.html
grep: can't open /usr/sfw/share/doc/sma_snmp/html/config__api_8h-source.html
grep: can't open /usr/sfw/share/doc/sma_snmp/html/container__binary__array_8h-source.html
grep: can't open /usr/sfw/share/doc/sma_snmp/html/data__list_8c-source.html
grep: can't open /usr/sfw/share/doc/sma_snmp/html/data__list_8h-source.html
grep: can't open /usr/sfw/share/doc/sma_snmp/html/data__set_8h-source.html
grep: can't open /usr/sfw/share/doc/sma_snmp/html/debug__handler_8h-source.html
grep: can't open /usr/sfw/share/doc/sma_snmp/html/definitions_8h-source.html
grep: can't open /usr/sfw/share/doc/sma_snmp/html/delayed__instance_8h-source.html
grep: can't open /usr/sfw/share/doc/sma_snmp/html/doxygen.css
grep: can't open /usr/sfw/share/doc/sma_snmp/html/doxygen.png
grep: can't open /usr/sfw/share/doc/sma_snmp/html/ds__agent_8h-source.html
grep: can't open /usr/sfw/share/doc/sma_snmp/html/example_8h-source.html
grep: can't open /usr/sfw/share/doc/sma_snmp/html/examples.html
grep: can't open /usr/sfw/share/doc/sma_snmp/html/factory_8h-source.html
grep: can't open /usr/sfw/share/doc/sma_snmp/html/getopt_8h-source.html
grep: can't open /usr/sfw/share/doc/sma_snmp/html/group__agent.html
grep: can't open /usr/sfw/share/doc/sma_snmp/html/group__bulk__to__next.html
grep: can't open /usr/sfw/share/doc/sma_snmp/html/group__mode__end__call.html
grep: can't open /usr/sfw/share/doc/sma_snmp/html/group__multiplexer.html
grep: can't open /usr/sfw/share/doc/sma_snmp/html/group__read__only.html
grep: can't open /usr/sfw/share/doc/sma_snmp/html/group__scalar.html
grep: can't open /usr/sfw/share/doc/sma_snmp/html/group__snmp__logging.html
grep: can't open /usr/sfw/share/doc/sma_snmp/html/group__watcher.html
grep: can't open /usr/sfw/share/doc/sma_snmp/html/index.html
grep: can't open /usr/sfw/share/doc/sma_snmp/html/instance_8h-source.html
grep: can't open /usr/sfw/share/doc/sma_snmp/html/int64_8h-source.html
grep: can't open /usr/sfw/share/doc/sma_snmp/html/kernel_8h-source.html
grep: can't open /usr/sfw/share/doc/sma_snmp/html/keytools_8h-source.html
grep: can't open /usr/sfw/share/doc/sma_snmp/html/lcd__time_8h-source.html
grep: can't open /usr/sfw/share/doc/sma_snmp/html/m2m_8h-source.html
grep: can't open /usr/sfw/share/doc/sma_snmp/html/md5_8h-source.html
grep: can't open /usr/sfw/share/doc/sma_snmp/html/mib__api_8h-source.html
grep: can't open /usr/sfw/share/doc/sma_snmp/html/mib__modules_8c-source.html
grep: can't open /usr/sfw/share/doc/sma_snmp/html/mib__modules_8h-source.html
grep: can't open /usr/sfw/share/doc/sma_snmp/html/mode__end__call_8c-source.html
grep: can't open /usr/sfw/share/doc/sma_snmp/html/mode__end__call_8h-source.html
grep: can't open /usr/sfw/share/doc/sma_snmp/html/modules.html
grep: can't open /usr/sfw/share/doc/sma_snmp/html/mt__support_8c-source.html
grep: can't open /usr/sfw/share/doc/sma_snmp/html/mt__support_8h-source.html
grep: can't open /usr/sfw/share/doc/sma_snmp/html/multiplexer_8c-source.html
grep: can't open /usr/sfw/share/doc/sma_snmp/html/multiplexer_8h-source.html
grep: can't open /usr/sfw/share/doc/sma_snmp/html/net-snmp-agent-includes_8h-source.html
grep: can't open /usr/sfw/share/doc/sma_snmp/html/net-snmp-includes_8h-source.html
grep: can't open /usr/sfw/share/doc/sma_snmp/html/notification_8c-example.html
grep: can't open /usr/sfw/share/doc/sma_snmp/html/notification_8c-source.html
grep: can't open /usr/sfw/share/doc/sma_snmp/html/notification_8h-source.html
grep: can't open /usr/sfw/share/doc/sma_snmp/html/null_8c-source.html
grep: can't open /usr/sfw/share/doc/sma_snmp/html/null_8h-source.html
grep: can't open /usr/sfw/share/doc/sma_snmp/html/oid__stash_8h-source.html
grep: can't open /usr/sfw/share/doc/sma_snmp/html/old__api_8h-source.html
grep: can't open /usr/sfw/share/doc/sma_snmp/html/output__api_8h-source.html
grep: can't open /usr/sfw/share/doc/sma_snmp/html/pdu__api_8h-source.html
grep: can't open /usr/sfw/share/doc/sma_snmp/html/read__only_8c-source.html
grep: can't open /usr/sfw/share/doc/sma_snmp/html/read__only_8h-source.html
grep: can't open /usr/sfw/share/doc/sma_snmp/html/scalar_8h-source.html
grep: can't open /usr/sfw/share/doc/sma_snmp/html/scalar__int_8c-example.html
grep: can't open /usr/sfw/share/doc/sma_snmp/html/scalar__int_8c-source.html
grep: can't open /usr/sfw/share/doc/sma_snmp/html/scalar__int_8h-source.html
grep: can't open /usr/sfw/share/doc/sma_snmp/html/scapi_8h-source.html
grep: can't open /usr/sfw/share/doc/sma_snmp/html/serialize_8c-source.html
grep: can't open /usr/sfw/share/doc/sma_snmp/html/serialize_8h-source.html
grep: can't open /usr/sfw/share/doc/sma_snmp/html/session__api_8h-source.html
grep: can't open /usr/sfw/share/doc/sma_snmp/html/set__helper_8h-source.html
grep: can't open /usr/sfw/share/doc/sma_snmp/html/snmp-tc_8h-source.html
grep: can't open /usr/sfw/share/doc/sma_snmp/html/snmpAAL5PVCDomain_8h-source.html
grep: can't open /usr/sfw/share/doc/sma_snmp/html/snmpCallbackDomain_8h-source.html
grep: can't open /usr/sfw/share/doc/sma_snmp/html/snmpIPXDomain_8h-source.html
grep: can't open /usr/sfw/share/doc/sma_snmp/html/snmpTCPDomain_8h-source.html
grep: can't open /usr/sfw/share/doc/sma_snmp/html/snmpTCPIPv6Domain_8h-source.html
grep: can't open /usr/sfw/share/doc/sma_snmp/html/snmpUDPDomain_8h-source.html
grep: can't open /usr/sfw/share/doc/sma_snmp/html/snmpUDPIPv6Domain_8h-source.html
grep: can't open /usr/sfw/share/doc/sma_snmp/html/snmpUnixDomain_8h-source.html
grep: can't open /usr/sfw/share/doc/sma_snmp/html/snmp__alarm_8h-source.html
grep: can't open /usr/sfw/share/doc/sma_snmp/html/snmp__assert_8h-source.html
grep: can't open /usr/sfw/share/doc/sma_snmp/html/snmp__enum_8h-source.html
grep: can't open /usr/sfw/share/doc/sma_snmp/html/snmp__locking_8h-source.html
grep: can't open /usr/sfw/share/doc/sma_snmp/html/snmp__logging_8h-source.html
grep: can't open /usr/sfw/share/doc/sma_snmp/html/snmp__parse__args_8h-source.html
grep: can't open /usr/sfw/share/doc/sma_snmp/html/snmp__perl_8c-source.html
grep: can't open /usr/sfw/share/doc/sma_snmp/html/snmp__vars_8h-source.html
grep: can't open /usr/sfw/share/doc/sma_snmp/html/snmp__version_8c-source.html
grep: can't open /usr/sfw/share/doc/sma_snmp/html/snmpd_8h-source.html
grep: can't open /usr/sfw/share/doc/sma_snmp/html/snmpksm_8h-source.html
grep: can't open /usr/sfw/share/doc/sma_snmp/html/snmpsm__init_8h-source.html
grep: can't open /usr/sfw/share/doc/sma_snmp/html/snmpv3-security-includes_8h-source.html
grep: can't open /usr/sfw/share/doc/sma_snmp/html/snmpv3_8h-source.html
grep: can't open /usr/sfw/share/doc/sma_snmp/html/snmpv3__api_8h-source.html
grep: can't open /usr/sfw/share/doc/sma_snmp/html/strlcpy_8c-source.html
grep: can't open /usr/sfw/share/doc/sma_snmp/html/strtoul_8c-source.html
grep: can't open /usr/sfw/share/doc/sma_snmp/html/structnetsnmp__agent__request__info__s.html
grep: can't open /usr/sfw/share/doc/sma_snmp/html/structnetsnmp__column__info__t.html
grep: can't open /usr/sfw/share/doc/sma_snmp/html/structnetsnmp__data__list__s.html
grep: can't open /usr/sfw/share/doc/sma_snmp/html/structnetsnmp__mib__handler__methods.html
grep: can't open /usr/sfw/share/doc/sma_snmp/html/structnetsnmp__mib__handler__s.html
grep: can't open /usr/sfw/share/doc/sma_snmp/html/structnetsnmp__request__info__s.html
grep: can't open /usr/sfw/share/doc/sma_snmp/html/structnetsnmp__table__registration__info__s.html
grep: can't open /usr/sfw/share/doc/sma_snmp/html/structnetsnmp__table__request__info__s.html
grep: can't open /usr/sfw/share/doc/sma_snmp/html/table__iterator_8h-source.html
grep: can't open /usr/sfw/share/doc/sma_snmp/html/test__binary__array_8c-source.html
grep: can't open /usr/sfw/share/doc/sma_snmp/html/transform__oids_8h-source.html
grep: can't open /usr/sfw/share/doc/sma_snmp/html/types_8h-source.html
grep: can't open /usr/sfw/share/doc/sma_snmp/html/ucd-snmp-includes_8h-source.html
grep: can't open /usr/sfw/share/doc/sma_snmp/html/ucdDemoPublic_8h-source.html
grep: can't open /usr/sfw/share/doc/sma_snmp/html/ucd__compat_8h-source.html
grep: can't open /usr/sfw/share/doc/sma_snmp/html/utilities_8h-source.html
grep: can't open /usr/sfw/share/doc/sma_snmp/html/varbind__api_8h-source.html
grep: can't open /usr/sfw/share/doc/sma_snmp/html/version_8h-source.html
grep: can't open /usr/sfw/share/doc/sma_snmp/html/watcher_8h-source.html
grep: can't open /usr/share/man/man1/log2pcap.1
grep: can't open /usr/share/samba/swat/help/manpages/log2pcap.1.html

The package checks returned the following:
Code:
bash-3.2# pkgchk SUNWcsu
ERROR: /usr
    group name <sys> expected <root> actual
bash-3.2# pkgchk SUNWcsr
ERROR: /etc/crypto/pkcs11.conf
    modtime <01/11/13 02:35:20 PM> expected <02/25/13 01:36:40 PM> actual
    file size <1068> expected <1074> actual
    file cksum <29527> expected <30170> actual
ERROR: /etc/default/init
    modtime <01/11/13 02:35:20 PM> expected <02/25/13 01:37:49 PM> actual
    file size <667> expected <687> actual
    file cksum <54863> expected <56477> actual
ERROR: /etc/default/kbd
    modtime <01/11/13 02:35:20 PM> expected <02/25/13 01:37:49 PM> actual
ERROR: /etc/default/login
    permissions <0444> expected <0755> actual
    modtime <01/11/13 02:35:20 PM> expected <02/25/13 02:42:50 PM> actual
    file size <2258> expected <2259> actual
    file cksum <57347> expected <57382> actual
ERROR: /etc/device.tab
    modtime <01/11/13 02:35:20 PM> expected <02/25/13 01:50:12 PM> actual
    file size <977> expected <1632> actual
    file cksum <16696> expected <5017> actual
ERROR: /etc/dfs/sharetab
    modtime <11/19/08 10:49:14 AM> expected <03/26/14 12:28:28 PM> actual
ERROR: /etc/dgroup.tab
    modtime <01/11/13 02:35:20 PM> expected <02/25/13 01:50:12 PM> actual
    file size <360> expected <357> actual
    file cksum <28641> expected <28084> actual
ERROR: /etc/format.dat
    modtime <01/11/13 02:35:20 PM> expected <02/25/13 01:37:49 PM> actual
ERROR: /etc/group
    modtime <01/11/13 02:35:20 PM> expected <06/17/13 11:01:07 AM> actual
    file size <302> expected <330> actual
    file cksum <24916> expected <27033> actual
ERROR: /etc/inet/hosts
    permissions <0444> expected <0755> actual
    modtime <01/11/13 02:35:20 PM> expected <07/08/13 10:23:54 AM> actual
    file size <61> expected <254> actual
    file cksum <4625> expected <17593> actual
ERROR: /etc/inet/inetd.conf
    modtime <01/11/13 02:35:20 PM> expected <02/25/13 01:23:02 PM> actual
    file size <826> expected <1100> actual
    file cksum <6599> expected <30371> actual
ERROR: /etc/inet/ipsecalgs
    file size <920> expected <1157> actual
    file cksum <10338> expected <28395> actual
ERROR: /etc/inet/netmasks
    modtime <01/11/13 02:35:20 PM> expected <07/08/13 04:52:39 PM> actual
    file size <356> expected <438> actual
    file cksum <29799> expected <33688> actual
ERROR: /etc/inet/services
    modtime <04/09/07 04:22:48 PM> expected <03/20/14 01:11:53 PM> actual
    file size <40> expected <6773> actual
    file cksum <3348> expected <22165> actual
ERROR: /etc/inet/sock2path
    modtime <01/11/13 02:35:20 PM> expected <02/25/13 01:30:35 PM> actual
    file size <617> expected <784> actual
    file cksum <40956> expected <48562> actual
ERROR: /etc/inittab
    group name <sys> expected <root> actual
    modtime <01/11/13 02:35:21 PM> expected <02/27/13 06:15:40 PM> actual
ERROR: /etc/mnttab
    modtime <02/14/08 02:40:20 PM> expected <03/26/14 02:00:32 PM> actual
    file size <0> expected <1662> actual
    file cksum <0> expected <3351> actual
ERROR: /etc/nsswitch.conf
    group name <sys> expected <root> actual
    modtime <01/11/13 02:35:21 PM> expected <03/21/14 05:19:05 PM> actual
    file size <1115> expected <943> actual
    file cksum <30635> expected <13942> actual
ERROR: /etc/pam.conf
    modtime <01/11/13 02:35:21 PM> expected <02/25/13 01:28:30 PM> actual
ERROR: /etc/passwd
    modtime <01/11/13 02:35:21 PM> expected <03/21/14 05:19:03 PM> actual
    file size <710> expected <851> actual
    file cksum <59232> expected <5345> actual
ERROR: /etc/profile
    modtime <01/11/13 02:35:21 PM> expected <06/26/13 11:15:41 AM> actual
    file size <712> expected <931> actual
    file cksum <51625> expected <5261> actual
ERROR: /etc/project
    modtime <01/11/13 02:35:21 PM> expected <03/21/14 05:19:22 PM> actual
    file size <78> expected <277> actual
    file cksum <6273> expected <23710> actual
ERROR: /etc/rc2.d/S20sysetup
    pathname not properly linked to <../../etc/init.d/sysetup>
ERROR: /etc/remote
    modtime <01/11/13 02:35:21 PM> expected <02/25/13 01:33:19 PM> actual
    file size <1380> expected <1969> actual
    file cksum <41793> expected <21648> actual
ERROR: /etc/rmmount.conf
    modtime <01/11/13 02:35:21 PM> expected <02/25/13 01:18:36 PM> actual
    file size <430> expected <442> actual
    file cksum <38596> expected <39720> actual
ERROR: /etc/security/auth_attr
    file size <488> expected <12145> actual
    file cksum <42786> expected <25748> actual
ERROR: /etc/security/exec_attr
    file size <281> expected <27673> actual
    file cksum <23941> expected <18231> actual
ERROR: /etc/security/prof_attr
    file size <390> expected <8289> actual
    file cksum <33881> expected <2762> actual
ERROR: /etc/shadow
    modtime <01/11/13 02:35:21 PM> expected <03/21/14 05:19:15 PM> actual
    file size <358> expected <459> actual
    file cksum <24760> expected <32602> actual
ERROR: /etc/user_attr
    group name <sys> expected <root> actual
    modtime <06/23/10 03:20:19 AM> expected <03/21/14 05:19:22 PM> actual
    file size <279> expected <580> actual
    file cksum <23514> expected <52243> actual
ERROR: /etc/vfstab
    modtime <01/11/13 02:35:21 PM> expected <02/25/13 10:51:00 PM> actual
    file size <335> expected <827> actual
    file cksum <25377> expected <64775> actual
ERROR: /etc/vold.conf
    modtime <01/11/13 02:35:21 PM> expected <02/25/13 01:18:36 PM> actual
    file size <1045> expected <1123> actual
    file cksum <27780> expected <35012> actual
ERROR: /usr
    group name <sys> expected <root> actual
ERROR: /var/adm/utmpx
    modtime <01/11/13 02:35:21 PM> expected <03/26/14 12:56:40 PM> actual
    file size <0> expected <2604> actual
    file cksum <0> expected <13994> actual
ERROR: /var/adm/wtmpx
    modtime <01/11/13 02:35:21 PM> expected <03/26/14 12:56:40 PM> actual
    file size <0> expected <605616> actual
    file cksum <0> expected <39459> actual
ERROR: /var/log/syslog
    modtime <01/11/13 02:35:21 PM> expected <03/26/14 12:30:00 PM> actual
    file size <0> expected <6760> actual
    file cksum <0> expected <21145> actual
ERROR: /var/saf/zsmon/log
    modtime <01/11/13 02:35:21 PM> expected <03/26/14 12:28:57 PM> actual
    file size <0> expected <39300> actual
    file cksum <0> expected <49768> actual
ERROR: /var/spool/cron/crontabs/root
    modtime <01/11/13 02:35:22 PM> expected <02/25/13 01:33:00 PM> actual
    file size <253> expected <482> actual
    file cksum <19766> expected <38335> actual

# 12  
Old 03-26-2014
Your output does not indicate an on-disk corruption.
Could you redo the truss with
Code:
env -i truss -f /usr/bin/isainfo

Could you also give the output of
Code:
ulimit -a
getconf -a

And last but not least:
maybe there is a corruption in the current kernel memory? Did you try a system reboot?
# 13  
Old 03-26-2014
Code:
bash-3.2# env -i truss -f /usr/bin/isainfo
4952:   execve("/usr/bin/isainfo", 0x08047F58, 0x08047F60)  argc = 1
4952:   sysinfo(SI_MACHINE, "i86pc", 257)               = 6
4952:   mmap(0x00000000, 32, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_ANON, -1, 0) = 0xFEFF0000
4952:   mmap(0x00000000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANON, -1, 0) = 0xFEFB0000
4952:   mmap(0x00000000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANON, -1, 0) = 0xFEFA0000
4952:   memcntl(0xFEFBE000, 13408, MC_ADVISE, MADV_WILLNEED, 0, 0) = 0
4952:   memcntl(0x08050000, 2668, MC_ADVISE, MADV_WILLNEED, 0, 0) = 0
4952:   resolvepath("/usr/lib/ld.so.1", "/lib/ld.so.1", 1023) = 12
4952:   resolvepath("/usr/bin/isainfo", "/usr/bin/isainfo", 1023) = 16
4952:   sysconfig(_CONFIG_PAGESIZE)                     = 4096
4952:   stat64("/usr/bin/isainfo", 0x08047B40)          = 0
4952:   open("/var/ld/ld.config", O_RDONLY)             Err#2 ENOENT
4952:   stat64("/lib/libc.so.1", 0x080473F0)            = 0
4952:   resolvepath("/lib/libc.so.1", "/lib/libc.so.1", 1023) = 14
4952:   open("/lib/libc.so.1", O_RDONLY)                = 3
4952:   mmap(0x00010000, 32768, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_ALIGN, 3, 0) = 0xFEF90000
4952:   mmap(0x00010000, 1155072, PROT_NONE, MAP_PRIVATE|MAP_NORESERVE|MAP_ANON|MAP_ALIGN, -1, 0) = 0xFEE70000
4952:   mmap(0xFEE70000, 1110605, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_TEXT, 3, 0) = 0xFEE70000
4952:   mmap(0xFEF80000, 30375, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_INITDATA, 3, 1114112) = 0xFEF80000
4952:   mmap(0xFEF88000, 4328, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_ANON, -1, 0) = 0xFEF88000
4952:   munmap(0xFEF90000, 32768)                       = 0
4952:   close(3)                                        = 0
4952:   mmap(0x00000000, 4096, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_ANON, -1, 0) = 0xFEF90000
4952:   memcntl(0xFEE70000, 124768, MC_ADVISE, MADV_WILLNEED, 0, 0) = 0
4952:   mmap(0x00010000, 24576, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_ANON|MAP_ALIGN, -1, 0) = 0xFEE60000
4952:   getcontext(0x080479B0)
4952:   getrlimit(RLIMIT_STACK, 0x080479A8)             = 0
4952:   getpid()                                        = 4952 [4951]
4952:   lwp_private(0, 1, 0xFEE62A00)                   = 0x000001C3
4952:   setustack(0xFEE62A60)
4952:   sysi86(SI86FPSTART, 0xFEF88798, 0x0000133F, 0x00001F80) = 0x00000001
4952:   brk(0x08063548)                                 = 0
4952:   brk(0x08065548)                                 = 0
4952:   sysinfo(SI_ARCHITECTURE_64, "3md64", 20)        = 6
4952:   fstat64(2, 0x08046FC0)                          = 0
isainfo4952:    write(2, " i s a i n f o", 7)                   = 7
: unable to identify isa '4952: write(2, " :   u n a b l e   t o  ".., 26)      = 26
3md644952:      write(2, " 3 m d 6 4", 5)                       = 5
'!
4952:   write(2, " ' !\n", 3)                           = 3
4952:   _exit(3)

Code:
bash-3.2# ulimit -a
core file size          (blocks, -c) unlimited
data seg size           (kbytes, -d) unlimited
file size               (blocks, -f) unlimited
open files                      (-n) 256
pipe size            (512 bytes, -p) 10
stack size              (kbytes, -s) 10240
cpu time               (seconds, -t) unlimited
max user processes              (-u) 27493
virtual memory          (kbytes, -v) unlimited

Code:
bash-3.2# getconf -a
AIO_LISTIO_MAX:                 4096
AIO_MAX:                        undefined
AIO_PRIO_DELTA_MAX:             0
ARG_MAX:                        1048320
ATEXIT_MAX:                     undefined
BC_BASE_MAX:                    99
BC_DIM_MAX:                     2048
BC_SCALE_MAX:                   99
BC_STRING_MAX:                  1000
CHARCLASS_NAME_MAX:             14
CHAR_BIT:                       8
CHAR_MAX:                       127
CHAR_MIN:                       -128
CHILD_MAX:                      27493
CLK_TCK:                        100
COLL_WEIGHTS_MAX:               10
CS_PATH:                        /usr/xpg4/bin:/usr/ccs/bin:/usr/bin:/opt/SUNWspro/bin
DELAYTIMER_MAX:                 2147483647
EXPR_NEST_MAX:                  32
FILESIZEBITS:                   41
HOST_NAME_MAX:                  255
INT_MAX:                        2147483647
INT_MIN:                        -2147483648
IOV_MAX:                        16
LFS64_CFLAGS:                   -D_LARGEFILE64_SOURCE
LFS64_LDFLAGS:
LFS64_LIBS:
LFS64_LINTFLAGS:                -D_LARGEFILE64_SOURCE
LFS_CFLAGS:                     -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
LFS_LDFLAGS:
LFS_LIBS:
LFS_LINTFLAGS:                  -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
LINE_MAX:                       2048
LINK_MAX:                       32767
LOGIN_NAME_MAX:                 9
LONG_BIT:                       32
LONG_MAX:                       2147483647
LONG_MIN:                       -2147483648
MAX_CANON:                      256
MAX_INPUT:                      512
MB_LEN_MAX:                     5
MQ_OPEN_MAX:                    undefined
MQ_PRIO_MAX:                    32
NAME_MAX:                       255
NGROUPS_MAX:                    16
NL_ARGMAX:                      9
NL_LANGMAX:                     14
NL_MSGMAX:                      32767
NL_NMAX:                        1
NL_SETMAX:                      255
NL_TEXTMAX:                     2048
NZERO:                          20
OPEN_MAX:                       256
PAGESIZE:                       4096
PAGE_SIZE:                      4096
PASS_MAX:                       256
PATH:                           /usr/xpg4/bin:/usr/ccs/bin:/usr/bin:/opt/SUNWspro/bin
PATH_MAX:                       1024
PIPE_BUF:                       5120
POSIX2_BC_BASE_MAX:             99
POSIX2_BC_DIM_MAX:              2048
POSIX2_BC_SCALE_MAX:            99
POSIX2_BC_STRING_MAX:           1000
POSIX2_CHAR_TERM:               1
POSIX2_COLL_WEIGHTS_MAX:        2
POSIX2_C_BIND:                  1
POSIX2_C_DEV:                   1
POSIX2_EXPR_NEST_MAX:           32
POSIX2_FORT_DEV:                undefined
POSIX2_FORT_RUN:                1
POSIX2_LINE_MAX:                2048
POSIX2_LOCALEDEF:               1
POSIX2_RE_DUP_MAX:              255
POSIX2_SW_DEV:                  1
POSIX2_SYMLINKS:                1
POSIX2_UPE:                     1
POSIX2_VERSION:                 199209
POSIX_ALLOC_SIZE_MIN:           undefined
POSIX_REC_INCR_XFER_SIZE:       undefined
POSIX_REC_MAX_XFER_SIZE:        undefined
POSIX_REC_MIN_XFER_SIZE:        undefined
POSIX_REC_XFER_ALIGN:           undefined
POSIX_THREAD_ATTR_STACKADDR:    1
POSIX_THREAD_ATTR_STACKSIZE:    1
POSIX_THREAD_PRIORITY_SCHEDULING:       1
POSIX_THREAD_PRIO_INHERIT:      1
POSIX_THREAD_PRIO_PROTECT:      1
POSIX_THREAD_PROCESS_SHARED:    1
POSIX_THREAD_SAFE_FUNCTIONS:    1
POSIX_V6_ILP32_OFF32:           1
POSIX_V6_ILP32_OFF32_CFLAGS:
POSIX_V6_ILP32_OFF32_LDFLAGS:
POSIX_V6_ILP32_OFF32_LIBS:
POSIX_V6_ILP32_OFFBIG:          1
POSIX_V6_ILP32_OFFBIG_CFLAGS:   -Xa -Usun -Usparc -Uunix -Ui386 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
POSIX_V6_ILP32_OFFBIG_LDFLAGS:
POSIX_V6_ILP32_OFFBIG_LIBS:
POSIX_V6_LP64_OFF64:            1
POSIX_V6_LP64_OFF64_CFLAGS:     -xarch=generic64
POSIX_V6_LP64_OFF64_LDFLAGS:    -xarch=generic64
POSIX_V6_LP64_OFF64_LIBS:
POSIX_V6_LPBIG_OFFBIG:          1
POSIX_V6_LPBIG_OFFBIG_CFLAGS:   -xarch=generic64
POSIX_V6_LPBIG_OFFBIG_LDFLAGS:  -xarch=generic64
POSIX_V6_LPBIG_OFFBIG_LIBS:
POSIX_V6_WIDTH_RESTRICTED_ENVS: POSIX_V6_ILP32_OFF32
POSIX_V6_ILP32_OFFBIG
POSIX_V6_LP64_OFF64
POSIX_V6_LPBIG_OFFBIG
PTHREAD_DESTRUCTOR_ITERATIONS:  undefined
PTHREAD_KEYS_MAX:               undefined
PTHREAD_STACK_MIN:              4096
PTHREAD_THREADS_MAX:            undefined
RE_DUP_MAX:                     255
RTSIG_MAX:                      8
SCHAR_MAX:                      127
SCHAR_MIN:                      -128
SEM_NSEMS_MAX:                  2147483647
SEM_VALUE_MAX:                  2147483647
SHRT_MAX:                       32767
SHRT_MIN:                       -32768
SIGQUEUE_MAX:                   32
SIZE_MAX:                       4294967295
SSIZE_MAX:                      32767
STREAM_MAX:                     undefined
SYMLINK_MAX:                    1024
SYMLOOP_MAX:                    20
TIMER_MAX:                      32
TMP_MAX:                        17576
TTY_NAME_MAX:                   128
TZNAME_MAX:                     undefined
UCHAR_MAX:                      255
UINT_MAX:                       4294967295
ULONG_MAX:                      4294967295
USHRT_MAX:                      65535
WORD_BIT:                       32
XBS5_ILP32_OFF32:               1
XBS5_ILP32_OFF32_CFLAGS:
XBS5_ILP32_OFF32_LDFLAGS:
XBS5_ILP32_OFF32_LIBS:
XBS5_ILP32_OFF32_LINTFLAGS:
XBS5_ILP32_OFFBIG:              1
XBS5_ILP32_OFFBIG_CFLAGS:       -Xa -Usun -Usparc -Uunix -Ui386 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
XBS5_ILP32_OFFBIG_LDFLAGS:
XBS5_ILP32_OFFBIG_LIBS:
XBS5_ILP32_OFFBIG_LINTFLAGS:    -Xa -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
XBS5_LP64_OFF64:                1
XBS5_LP64_OFF64_CFLAGS:         -xarch=generic64
XBS5_LP64_OFF64_LDFLAGS:        -xarch=generic64
XBS5_LP64_OFF64_LIBS:
XBS5_LP64_OFF64_LINTFLAGS:      -xarch=generic64
XBS5_LPBIG_OFFBIG:              1
XBS5_LPBIG_OFFBIG_CFLAGS:       -xarch=generic64
XBS5_LPBIG_OFFBIG_LDFLAGS:      -xarch=generic64
XBS5_LPBIG_OFFBIG_LIBS:
XBS5_LPBIG_OFFBIG_LINTFLAGS:    -xarch=generic64
_CS_PATH:                       /usr/xpg4/bin:/usr/ccs/bin:/usr/bin:/opt/SUNWspro/bin
_POSIX2_BC_BASE_MAX:            99
_POSIX2_BC_DIM_MAX:             2048
_POSIX2_BC_SCALE_MAX:           99
_POSIX2_BC_STRING_MAX:          1000
_POSIX2_CHARCLASS_NAME_MAX:     14
_POSIX2_CHAR_TERM:              1
_POSIX2_COLL_WEIGHTS_MAX:       2
_POSIX2_C_BIND:                 1
_POSIX2_C_DEV:                  1
_POSIX2_C_VERSION:              199209
_POSIX2_EXPR_NEST_MAX:          32
_POSIX2_FORT_DEV:               undefined
_POSIX2_FORT_RUN:               1
_POSIX2_LINE_MAX:               2048
_POSIX2_LOCALEDEF:              1
_POSIX2_PBS:                    undefined
_POSIX2_PBS_ACCOUNTING:         undefined
_POSIX2_PBS_CHECKPOINT:         undefined
_POSIX2_PBS_LOCATE:             undefined
_POSIX2_PBS_MESSAGE:            undefined
_POSIX2_PBS_TRACK:              undefined
_POSIX2_RE_DUP_MAX:             255
_POSIX2_SW_DEV:                 1
_POSIX2_UPE:                    1
_POSIX2_VERSION:                199209
_POSIX_ADVISORY_INFO:           undefined
_POSIX_AIO_LISTIO_MAX:          2
_POSIX_AIO_MAX:                 1
_POSIX_ARG_MAX:                 4096
_POSIX_ASYNCHRONOUS_IO:         1
_POSIX_ASYNC_IO:                1
_POSIX_BARRIERS:                200112
_POSIX_CHILD_MAX:               6
_POSIX_CHOWN_RESTRICTED:        1
_POSIX_CLOCKRES_MIN:            20000000
_POSIX_CLOCK_SELECTION:         200112
_POSIX_CPUTIME:                 undefined
_POSIX_DELAYTIMER_MAX:          32
_POSIX_FSYNC:                   1
_POSIX_HOST_NAME_MAX:           255
_POSIX_IPV6:                    200112
_POSIX_JOB_CONTROL:             1
_POSIX_LINK_MAX:                8
_POSIX_LOGIN_NAME_MAX:          9
_POSIX_MAPPED_FILES:            1
_POSIX_MAX_CANON:               255
_POSIX_MAX_INPUT:               255
_POSIX_MEMLOCK:                 1
_POSIX_MEMLOCK_RANGE:           1
_POSIX_MEMORY_PROTECTION:       1
_POSIX_MESSAGE_PASSING:         1
_POSIX_MONOTONIC_CLOCK:         200112
_POSIX_MQ_OPEN_MAX:             8
_POSIX_MQ_PRIO_MAX:             32
_POSIX_NAME_MAX:                14
_POSIX_NGROUPS_MAX:             0
_POSIX_NO_TRUNC:                1
_POSIX_OPEN_MAX:                16
_POSIX_PATH_MAX:                255
_POSIX_PIPE_BUF:                512
_POSIX_PRIORITIZED_IO:          undefined
_POSIX_PRIORITY_SCHEDULING:     1
_POSIX_PRIO_IO:                 undefined
_POSIX_RAW_SOCKETS:             200112
_POSIX_READER_WRITER_LOCKS:     200112
_POSIX_REALTIME_SIGNALS:        1
_POSIX_REGEXP:                  1
_POSIX_RE_DUP_MAX:              255
_POSIX_RTSIG_MAX:               8
_POSIX_SAVED_IDS:               1
_POSIX_SEMAPHORES:              1
_POSIX_SEM_NSEMS_MAX:           256
_POSIX_SEM_VALUE_MAX:           32767
_POSIX_SHARED_MEMORY_OBJECTS:   1
_POSIX_SHELL:                   1
_POSIX_SIGQUEUE_MAX:            32
_POSIX_SPAWN:                   200112
_POSIX_SPIN_LOCKS:              200112
_POSIX_SPORADIC_SERVER:         undefined
_POSIX_SSIZE_MAX:               32767
_POSIX_SS_REPL_MAX:             undefined
_POSIX_STREAM_MAX:              8
_POSIX_SYMLINK_MAX:             255
_POSIX_SYMLOOP_MAX:             8
_POSIX_SYNCHRONIZED_IO:         1
_POSIX_SYNC_IO:                 1
_POSIX_THREADS:                 1
_POSIX_THREAD_ATTR_STACKADDR:   1
_POSIX_THREAD_ATTR_STACKSIZE:   1
_POSIX_THREAD_CPUTIME:          undefined
_POSIX_THREAD_DESTRUCTOR_ITERATIONS:    4
_POSIX_THREAD_KEYS_MAX:         128
_POSIX_THREAD_PRIORITY_SCHEDULING:      1
_POSIX_THREAD_PRIO_INHERIT:     1
_POSIX_THREAD_PRIO_PROTECT:     1
_POSIX_THREAD_PROCESS_SHARED:   1
_POSIX_THREAD_SAFE_FUNCTIONS:   1
_POSIX_THREAD_SPORADIC_SERVER:  undefined
_POSIX_THREAD_THREADS_MAX:      64
_POSIX_TIMEOUTS:                200112
_POSIX_TIMERS:                  1
_POSIX_TIMER_MAX:               32
_POSIX_TIMESTAMP_RESOLUTION:    1000
_POSIX_TRACE:                   undefined
_POSIX_TRACE_EVENT_FILTER:      undefined
_POSIX_TRACE_EVENT_NAME_MAX:    undefined
_POSIX_TRACE_INHERIT:           undefined
_POSIX_TRACE_LOG:               undefined
_POSIX_TRACE_NAME_MAX:          undefined
_POSIX_TRACE_SYS_MAX:           undefined
_POSIX_TRACE_USER_EVENT_MAX:    undefined
_POSIX_TTY_NAME_MAX:            9
_POSIX_TYPED_MEMORY_OBJECTS:    undefined
_POSIX_TZNAME_MAX:              3
_POSIX_V6_ILP32_OFF32:          1
_POSIX_V6_ILP32_OFFBIG:         1
_POSIX_V6_LP64_OFF64:           1
_POSIX_V6_LPBIG_OFFBIG:         1
_POSIX_VDISABLE:                0
_POSIX_VERSION:                 199506
_V6_ILP32_OFF32:                1
_V6_ILP32_OFFBIG:               1
_V6_LP64_OFF64:                 1
_V6_LPBIG_OFFBIG:               1
_XBS5_ILP32_OFF32:              1
_XBS5_ILP32_OFF32_CFLAGS:
_XBS5_ILP32_OFF32_LDFLAGS:
_XBS5_ILP32_OFF32_LIBS:
_XBS5_ILP32_OFF32_LINTFLAGS:
_XBS5_ILP32_OFFBIG:             1
_XBS5_ILP32_OFFBIG_CFLAGS:      -Xa -Usun -Usparc -Uunix -Ui386 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
_XBS5_ILP32_OFFBIG_LDFLAGS:
_XBS5_ILP32_OFFBIG_LIBS:
_XBS5_ILP32_OFFBIG_LINTFLAGS:   -Xa -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
_XBS5_LP64_OFF64:               1
_XBS5_LP64_OFF64_CFLAGS:        -xarch=generic64
_XBS5_LP64_OFF64_LDFLAGS:       -xarch=generic64
_XBS5_LP64_OFF64_LIBS:
_XBS5_LP64_OFF64_LINTFLAGS:     -xarch=generic64
_XBS5_LPBIG_OFFBIG:             1
_XBS5_LPBIG_OFFBIG_CFLAGS:      -xarch=generic64
_XBS5_LPBIG_OFFBIG_LDFLAGS:     -xarch=generic64
_XBS5_LPBIG_OFFBIG_LIBS:
_XBS5_LPBIG_OFFBIG_LINTFLAGS:   -xarch=generic64
_XOPEN_CRYPT:                   1
_XOPEN_ENH_I18N:                1
_XOPEN_IOV_MAX:                 16
_XOPEN_LEGACY:                  1
_XOPEN_NAME_MAX:                255
_XOPEN_PATH_MAX:                1024
_XOPEN_REALTIME:                1
_XOPEN_REALTIME_THREADS:        1
_XOPEN_SHM:                     1
_XOPEN_STREAMS:                 1
_XOPEN_UNIX:                    1
_XOPEN_VERSION:                 3
_XOPEN_XCU_VERSION:             4
_XOPEN_XPG2:                    undefined
_XOPEN_XPG3:                    0
_XOPEN_XPG4:                    0

Quote:
And last but not least:
maybe there is a corruption in the current kernel memory? Did you try a system reboot?
Yep sure did, a few times, with no luck Smilie . This is all just baffling on how this even occurred.
# 14  
Old 03-26-2014
All perfectly normal.
The corruption seems to be in a piece of kernel memory that is returned by sysinfo.
See also
Code:
man sysinfo

I guess that something in the boot code (e.g. GRUB) is wrong, see
x86: Boot Processes (Reference) - System Administration Guide: Basic Administration
Even a BIOS firmware update might help.
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Shell script to execute Oracle procedure and trigerring email on success and failure

Here is the shell script which need to trigger a stored procedure and when the record count is 0 then it should capture in the log that 0 duplicate records are found and if it's more than 0 then log with no of records. Also if there is any sqlerror then it should write the same in the log file and... (17 Replies)
Discussion started by: senmng
17 Replies

2. Solaris

Java Install Failure

Hello Everyone, I am trying to install a new version of Java on Solaris 10 but I am unable to install. The server is a SPARC 64bit machine. I downloaded Java SE Runtime Environment 8u101 (jre-8u101-solaris-sparcv9.tar.gz), then changed the directory to /usr/java. Copied the tar.gz... (5 Replies)
Discussion started by: dhiralall
5 Replies

3. UNIX for Dummies Questions & Answers

Failure to install Linux

I need help. My recently downloaded LINUX version won't install. Is this because of as previous OS being installed in my PC. I removed it prior to my LINUX installation and this is where problems started. (2 Replies)
Discussion started by: henzbelmont
2 Replies

4. Solaris

Failure to telnet in new install Sun5.10

Hi, I telnet to the localost in new install Sun 5.10 I get below error I also telnet from other to this mahcine but get "access deny" after input root password. The password is correct as I can login in console "Not on system console connection to unknown cloase by foregin host" Why ,... (25 Replies)
Discussion started by: chuikingman
25 Replies

5. HP-UX

Oracle 9i install: Error in invoking target install of makefile

I receive an error while installing Oracle 9i: Error in invoking target install of makefile /opt/oracle/product/9.2.0/sqlplus/lib/ins_sqlplus.mk Furthermore: $ whoami oracle $ echo $ORACLE_HOME /opt/oracle/product/9.2.0 $ pwd /opt/oracle/product/9.2.0/sqlplus/lib $ ll total... (5 Replies)
Discussion started by: chris2005
5 Replies

6. UNIX for Dummies Questions & Answers

fbdesk install failure

hello all. I just started to use fluxbox (www.fluxbox.org) as my gui, i like the fact that it is much faster than kde. The only problem is that it doesn't support icons on the desktop nativly. If you want that ability you have to instal the fbdesk package. When i go to instal this package i get an... (0 Replies)
Discussion started by: Shifty
0 Replies
Login or Register to Ask a Question