![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| HP-UX HP-UX (Hewlett Packard UniX) is Hewlett-Packard's proprietary implementation of the Unix operating system, based on System V. |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
lvlnboot -v
hi friends,
what is the meaning of "lvlnboot -v" when i make #more syslog.log.1 | grep -i boot Oct 5 08:30:18 hostname LVM[25190]: lvlnboot -v Oct 6 08:30:18 hostname LVM[15749]: lvlnboot -v Oct 7 08:30:18 hostname LVM[6288]: lvlnboot -v Oct 8 08:30:18 hostname LVM[26977]: lvlnboot -v Oct 9 08:30:18 hostname LVM[17459]: lvlnboot -v Oct 10 08:30:18 hostname LVM[7793]: lvlnboot -v Oct 11 08:30:18 hostname LVM[26220]: lvlnboot -v is this a panic reboot...how to find machine/panic reboot information... as far as i am concern...manual reboot is in /etc/shutdownlog please advise..thanks |
|
||||
|
Quote:
# lvlnboot -v is a command to print information on root, boot, and swap logical volumes. It also prints information about dump lv's. #lvlnboot is a command to prepare lv's to be root, boot, swap or dump. ==> #man lvlnboot would give you more information! If you need to know how this works, just type in "# lvlnboot -v" and you'll know it. Second. There are 2 cases. 1) Panic reboot (Which happens automatically) 2) Manual TOC (We do it when the system hungs and do not respond) As system administrator, we would know if the system had a panic reboot or a manual TOC. If you want to analyze it anyway (After a panic or TOC), you can go ahead and run a tools on to it to collect a output to analyze. Like, crashinfo (Latest) q4 (Kinda old, though good) Its actually run on "/var/adm/crash" When you collect the output from the tool, and analyze it along with shutdownlog.log, rc.log, oldshutdownlog.log, ts99, etc.. you can find information on why the system went panic. May be a HPMC, hardware or software (It depends on servers and issues anyways) Once you find the reason for the crash, you can fix it to make sure that the server does not reboot the second time because of the same problem. ![]() However, analyzing it properly gives you those information! So, now in your case, I do not see any clue for system being panic since lvlnboot does not mean that the system went panic! Hope this gives atleast some information.. ![]() -DB |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|