- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- syslog of my brand-new rp3440
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
07-07-2004 10:10 AM
07-07-2004 10:10 AM
syslog of my brand-new rp3440
I get this in my syslog. I did't do nothing. I'm only viewing my syslog file ( tail -f)
Jul 7 08:23:58 nloos2u1 vmunix: gvid: ATI Radeon 7000 not supported on this hardware
Jul 7 08:24:02 nloos2u1 vmunix: gvid: ATI Radeon 7000 not supported on this hardware
Jul 7 12:08:27 nloos2u1 vmunix: gvid: ATI Radeon 7000 not supported on this hardware
Jul 7 12:08:31 nloos2u1 vmunix: gvid: ATI Radeon 7000 not supported on this hardware
Jul 7 14:40:29 nloos2u1 vmunix: gvid: ATI Radeon 7000 not supported on this hardware
Jul 7 14:45:14 nloos2u1 LVM[16212]: /usr/sbin/lvlnboot -v
Jul 7 14:45:39 nloos2u1 LVM[16991]: /usr/sbin/lvlnboot -v
Could you tel me what it means.
Thank you in advance
I know wat is lvlnboot but i don't know whay is it started .
Idriz
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2004 02:48 PM
07-07-2004 02:48 PM
Re: syslog of my brand-new rp3440
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2004 03:08 PM
07-07-2004 03:08 PM
Re: syslog of my brand-new rp3440
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2004 10:24 PM
07-07-2004 10:24 PM
Re: syslog of my brand-new rp3440
Thank you foor your answers.
Is it possible to track lvnboot -v. who dit it, witch script ...etc.
Nobody use this machine . I jus got it. I'm the only "network-user" who use this machine.
I did not make IGNITE tape
Idriz
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2004 10:59 PM
07-07-2004 10:59 PM
Re: syslog of my brand-new rp3440
To track who ran lvlnboot, create a wrapper like the one Bill Hassell posted here for modprpw http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=426108 (see attachment)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2004 04:09 AM
07-08-2004 04:09 AM
Re: syslog of my brand-new rp3440
last -R root
and see where root was logged in on Jul 7 at about 2:45pm. As mentioned, lvlnboot -v will be run by sam whenever you work with disks and filesystems. NOTE: there is nothing wrong with the syslog message. syslog is not an error listing, it contains error messages, status messages, even debug messages and the content is under the control of the programs that wirte to syslog. In other words, there are lots of messages that can be ignored. You can put your own message there:
logger "This is a test"
tail -5 /var/adm/syslog/syslog.log
and you'll see your own message. Now you can adjust the level of logging so that information and debug messages are not logged at all (not a good idea) or the messages are logged in a different location. The config file is /etc/syslog.conf (see man syslogd).
Bill Hassell, sysadmin