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
06-26-2001 07:18 AM
06-26-2001 07:18 AM
OS:HP-UX 11.x on a N box
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2001 07:22 AM
06-26-2001 07:22 AM
Re: dmesg
have a look at the file
/var/adm/syslog/syslog.log
All system buffer messages are kept in this file.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2001 07:23 AM
06-26-2001 07:23 AM
Re: dmesg
My favorites for obtaining memory are these:
# grep -i physical grep -i physical /var/adm/syslog/OLDsyslog.log
# echo "selclass qualifier memory;info;wait;infolog"|cstm > /tmp/meminfo
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2001 07:25 AM
06-26-2001 07:25 AM
Re: dmesg
you can also get the info of the memory with the adb command :
For 10.X execute:
echo "physmem /D" | adb /stand/vmunix /dev/kmem
This should return:
physmem:
physmem: 16384
For 11.X 32 bit execute:
echo "phys_mem_pages /D" | adb /stand/vmunix /dev/kmem
This should return:
phys_mem_pages:
phys_mem_pages: 106496
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2001 07:26 AM
06-26-2001 07:26 AM
Re: dmesg
Ooops! One 'grep' will do... :-))
# grep -i physical /var/adm/syslog/OLDsyslog.log
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2001 07:29 AM
06-26-2001 07:29 AM
Re: dmesg
No, the buffer is circular and when it overlaps it's gone. But a better way to do what you want to do is:
echo "phys_mem_pages /D" | adb /stand/vmunix /dev/kmem
This will give you the amount of memory in 4096 byte pages.
Clay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2001 08:06 AM
06-26-2001 08:06 AM
Re: dmesg
there are 2 things you want to do
1. Check memory Size , you can either do it throught the dmesg | grep Phy or there are other ways to do like quoted by others .Or got to SAM--->Performance Monitor---> System Properties .
2. Set the dmesg output correct .In this case if you are not getting dmesg bcoz of
The current version of the kernel doesn't match the current version of the symbol table symtab in /stand/dlkm. This can result if kmupdate is not run after building a new kernel.
then may be u will have to rebuild kernel with no reboot option.
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2001 09:04 AM
06-26-2001 09:04 AM
Solution/usr/newconfig/var/spool/cron/crontab.root
You'll see the lines:
# log kernel diagnostic messages every 10 minutes
05,15,25,35,45,55 * * * * /usr/sbin/dmesg - >>/var/adm/messages
Change the name of the logfile from messages to dmesg.log--it is much more intuitive. dmesg has this cool option: dmesg - which means: show only that which has changed since the last time dmesg - was run.
Thus, the above command does nothing most of the time until something is written to the console and dmesg - adds the information. Plus dmesg - adds a time stamp at the beginning of the new information. Now you won't have to worry about dmesg overflowing.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2001 01:37 PM
06-26-2001 01:37 PM
Re: dmesg
My syslog file shows this error
vmunix: lvm: pv3 has been returned to [vg1]
vmunix: lvm: pv1 has been returned to [vg1]
This is the same output I get when I run dmesg.
What is this mean..??
I checked with vgdisplay, pvdisplay nothing seems to be wrong .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2001 01:51 PM
06-26-2001 01:51 PM
Re: dmesg
You probably have several pvs (physical volumes or disks) in vg1 and pv1 and pv3 (the first disk and third disk in the volume group were temporarily unavailable. The message in syslog and dmesg indicates that they are now available - started responding which is why everything looks ok now. Usually there will be a earlier message indicating a problem - disk unavailable or similar message.
HTH
Peggy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2001 01:59 PM
06-26-2001 01:59 PM
Re: dmesg
This indicates that you are having SCSI disk problems. Since these are occuring on different drives, I suspect that you have a cabling, controller, or terminator issue. You can look in /var/arm/syslog/syslog.log for more detailed messages. This can also be caused by device timeout errors and you may need to increase the timeouts using pvchange (especially if this is a disk array). The system is recovering from these errors (at least for now) but you should fix this before it becomes more serious.
Clay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2001 02:07 PM
06-26-2001 02:07 PM
Re: dmesg
Syslog don't have any such error What else should I check??
This message keeps on coming in syslog dmesg also gives the similar output. How do I stop this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2001 01:07 AM
06-28-2001 01:07 AM
Re: dmesg
ll /dev/*/group
the volumegroup with the group file entry 0x010000
let's say for example it ends up to be vg01
issue a strings /etc/lvmtab
Lets say it looks like this:
.
.
.
/dev/vg01
/dev/dsk/c1t4d0
/dev/dsk/c1t1d0
/dev/dsk/c5t8d0
/dev/dsk/c4t2d0
.
.
do a pvdisplay -v on the ones on line 1 and 3
because these are the ones causing the errors
vgdisplay -v vg01
and
ioscan -fnk
just to have a look to make sure everything is actually all okoy.
It could just simply be a disk is slow to spin up.
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2001 01:31 PM
06-28-2001 01:31 PM
Re: dmesg
pvchange -t 90 device name.
This helped a little bit. The errors in syslog
still displays the same but not so frequent it used to.
dmesg still gives the same error.
Vgdisplay does not show any errors.