- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Memory fault(coredump)
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2002 10:31 PM
04-28-2002 10:31 PM
Memory fault(coredump)
It response with Memory fault (coredump) when I run "last" command.
The customer have deleted all files below /var/opt/OV/share/tmp. I can't start ITO now.
Who can give me some suggestion?
Bests Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2002 11:15 PM
04-28-2002 11:15 PM
Re: Memory fault(coredump)
It could be that your wtmp file is corrupt
or not existing.
/etc/wtmp is a link to /var/adm/wtmp.
/etc/wtmp has the following owner/permissions:
rwxrwxrwx root sys
/var/adm/wtmp has this:
-rw-rw-r-- adm adm
Regards
Olav
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2002 11:20 PM
04-28-2002 11:20 PM
Re: Memory fault(coredump)
The first step would be to find out exactly what all has been mucked up.
Looks like you may have to reinstall ITO, but first check teh extent of the damage.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2002 01:58 AM
04-29-2002 01:58 AM
Re: Memory fault(coredump)
you seem to have a corrupted utmp or wtmp file, these are used by commands like last or who to get their information. You mentioned, that you are using ITO/OVO. Simply call your support team, they created a tool which can repair these files when they are corrupted. This should fix your problem.
Also you can have a look to the manpages for utmp and wtmp, there is a fix- command described on them, perhaps this will help you....
Allways stay on the bright side of life!
Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2002 02:37 AM
04-29-2002 02:37 AM
Re: Memory fault(coredump)
these are all useful pieces of advice.
If they do not solve it.
1)What is output of
file core
on the memory dump file.
2)Does lastb work
3)Are there any messages in /var/adm/syslog/syslog.log for this time.
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2002 03:25 AM
04-29-2002 03:25 AM
Re: Memory fault(coredump)
what is the output of your "ovstart -v" and if the NNM part is starting, the output of "opcsv -start" (or "opcsv -status" else)?
Could it be your "user" has destroyed some libraries, too?
Zai jien,
Wodisch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2002 08:04 AM
04-30-2002 08:04 AM
Re: Memory fault(coredump)
The output from the dump is:
core:core file from 'last' - received SIGSEGV
There aren't any messages in the syslog.log file...
I checked the permissions and they are the same as Olav stated in his post:
/etc/wtmp has the following owner/permissions:
rwxrwxrwx root sys
/var/adm/wtmp has this:
-rw-rw-r-- adm adm
Anything else?
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2002 08:20 AM
04-30-2002 08:20 AM
Re: Memory fault(coredump)
lrw-rw-r-T 1 root sys 13 Jan 18 16:40 /etc/wtmp -> /var/adm/
wtmp
-rw-r--r-- 1 root root 900 Apr 30 14:34 /etc/utmp
In var/adm I've got :-
-rw-rw-r-- 1 adm adm 57120 Apr 30 14:34 wtmp
-rw-r--r-- 1 root sys 280 Apr 30 11:26 wtmpx
last and lastb work fine.
HTH,
Dave.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2002 08:24 AM
04-30-2002 08:24 AM
Re: Memory fault(coredump)
Regards,
Dave.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2002 09:44 AM
04-30-2002 09:44 AM
Re: Memory fault(coredump)
"last" command gets its information from /var/adm/wtmp file where as "lastb" gets it from /var/adm/btmp.
In my case I could not run "last" but could run "lastb" so I ran the following command:
"cat /dev/null > /var/adm/wtmp"
and now "last" works perfectly.
Seems as though my wtmp file was corrupt.
Hope this can help you.