Sponsored Content
Operating Systems AIX Error received when I was trying to check state of boot record Post 302975042 by dio34 on Tuesday 7th of June 2016 11:16:02 AM
Old 06-07-2016
Error received when I was trying to check state of boot record

Hello,
This is a test/lab LPAR. Recently installed and updated the SP/TL. everything seems to be working fine. (ran all post install checks)

I checked the state of boot record, received the following error/failed message. Can you please explain what does this mean ?
Code:
[root@testlpar]/>ipl_varyon -i
[S 2980856 3932356 06/03/16-10:56:56:332 ipl_varyon.c 1313] ipl_varyon -i
[1 2980856 0:019 queryutl.c 306] lvm_readpvda: FAIL: LVM_NOTVGMEM
[1 2980856 0:019 querypv.c 152] lvm_querypv: FAIL: lvm_getpvda failed, rc=-130
[1 2980856 0:028 queryutl.c 306] lvm_readpvda: FAIL: LVM_NOTVGMEM
[1 2980856 0:029 querypv.c 152] lvm_querypv: FAIL: lvm_getpvda failed, rc=-130


PVNAME          BOOT DEVICE     PVID                    VOLUME GROUP ID
hdisk0          YES             00c23b356a05e2a20000000000000000        00c23b3500002c00
hdisk2          NO              00c23b35b933bfa90000000000000000        00c23b3500002c00
hdisk4          NO              00c23b35812d3efa0000000000000000        00c23b3500002c00
[E 2980856 0:030 ipl_varyon.c 1252] ipl_varyon: exited with rc=0
[root@testlpar]/>ipl_varyon -v
[S 2980858 3932356 06/03/16-10:53:00:320 ipl_varyon.c 1313] ipl_varyon -v
ipl_varyon enter_dbg value = 0x0
Starting device is ipldevice
Starting device's PVID: 00c23b356a05e2a20000000000000000
Root VGID: 00c23b3500002c0000000152e2ab2a50
        hdisk0 is in boot disk's VGDA
MKNOD_FAILURE line=962 path=/dev/rootvg
[E 2980858 0:021 ipl_varyon.c 1285] ipl_varyon: exited with rc=6

I've tried re-created the boot image using bosboot -ad /dev/hdisk0. But still the same.

thank you
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Does WIN2K stomp on the boot record like NT?

My home PC is dual boot with Linux and Win98. I want to upgrade both to a newer version, and have the Linux CD's now. What I need to know is does Win2K Pro stomp (write over LiLo) on the boot record like NT (2 Replies)
Discussion started by: 98_1LE
2 Replies

2. UNIX for Dummies Questions & Answers

Where is the master boot record located?

From doing some research it should be /dev/sda (SCSI drive) but mine doesn't display that. How can I find out where it is located? (1 Reply)
Discussion started by: shorty
1 Replies

3. Shell Programming and Scripting

How do I write a ksh script that will check if all ftp files are received?

I am trying to code a ksh script that will check to see if all 26 incoming ftp files have been received before proceeding to the next function, which is to rename each file. Here is the pseudo-code of what I am trying to do: <<STEP_1>> IF all ALS files have been transmitted then... (2 Replies)
Discussion started by: doug145
2 Replies

4. UNIX for Advanced & Expert Users

Check EOF char in Unix. OR To check file has been received completely from a remote system

Advance Thanks. (1) I would like to know any unix/Linux command to check EOF char in a file. (2) Or Any way I can check a file has been reached completely at machine B from machine A. Note that machine A ftp/scp the file to machine B at unknown time. (5 Replies)
Discussion started by: alexalex1
5 Replies

5. Windows & DOS: Issues & Discussions

Master Boot Record Editing

Hello everyone, I'm having some difficulty trying to convert a MBR file with hex codes into a "translated" version, where the output explains the contents of the file. For example, a table of primary partitions that I want to translate into plain english: --- MBR: --- Partition 1 - 80 01... (2 Replies)
Discussion started by: touvlo2000
2 Replies

6. Programming

Check record

moved (0 Replies)
Discussion started by: ust3
0 Replies

7. UNIX for Beginners Questions & Answers

Question about Volume Boot Record

Hello and thanks in advance for any help anyone can offer Hopefully this is a simple question but is the Volume Boot Record (VBR) only used in Windows? I've seen references to it in relationship to Windows & not Linux... but I'm not sure if that means it's unique to Windows or not. If it is... (1 Reply)
Discussion started by: bodisha
1 Replies

8. Shell Programming and Scripting

How to check email with attachment received or not from UNIX shell script?

Hello Guys, Here is the requirement!! I want to check the mail with attachment received or not through unix scripting. And send an notification email when mail with attachment already received. Any thoughts on this is much appreciated!! Regards, Harry (0 Replies)
Discussion started by: dharry2017
0 Replies

9. UNIX for Beginners Questions & Answers

Error received

I have a program that i need to get done that gets the person's name and his grade then prints it in this order "name-grade-gradeletter" so i wrote this code: #!/bin/bash while :; do read -p "Enter the person's name: " name read -p "Enter the grade of the person: " grade case $grade in )... (3 Replies)
Discussion started by: UniverseCloud
3 Replies
bootconf(4)						     Kernel Interfaces Manual						       bootconf(4)

NAME
bootconf - boot device configuration table DESCRIPTION
The file contains the address and disk layout type of the system's boot devices or lif volumes. It is used by the and HP-UX kernel control scripts (fileset to determine how and where to update the initial boot loader. Normally the kernel's script queries the system's hardware and creates the file. In rare cases when either the system configuration cannot be automatically determined or additional and/or alternate boot devices should be automatically updated, the administrator must edit the file manually. There is one line in the file for each boot device. Each line contains the following blank-separated fields in the order shown: disk type A flag indicating how the file system(s) on the disk are laid out. The flag must be one of the following: Indicates that the root disk is in LVM or VERITAS Volume Manager (VxVM) format. If LVM or VxVM mirrors are used, then each of the "mirrors" must have its own line in the file. Indicates that the root disk is in the "whole disk" format with no partitions, but boot and swap space are reserved outside the file system. device file The absolute path of the device special file that accesses the physical device where the boot area is located. For LVM root disks, the device special file is the physical volume(s) returned by the command. For "whole disks" this is the device file that references the entire disk. Blank lines are permitted. Any line beginning with a is considered to be a comment. DIAGNOSTICS
The Software Distributor log file contains diagnostic messages under the fileset if the file is incorrect. Most of the messages are self- explanatory; a few warrant additional explanation: If there are no other messages about the file is probably empty. Otherwise, the file is not in the proper format, and the other messages will explain what the problem is. The specified device file does not point to a disk where there is a lif which contains the file Some character other than or is in the first field of a line. As of release 10.0, the boot areas in must all be on the same type of disk layout. There are characters after the device file specification. EXAMPLES
The boot area is on an LVM root disk: l /dev/disk/disk7_p2 The boot area is on a whole disk layout: w /dev/disk/disk7 WARNINGS
All of the boot devices in the file must have the same disk layout. AUTHOR
was developed by the Hewlett-Packard Company. FILES
SEE ALSO
mediainit(1), hpux(1M), hpux.efi(1M), mkboot(1M), vgdisplay(1M), lif(4), intro(7). documentation. bootconf(4)
All times are GMT -4. The time now is 10:16 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy