Error received when I was trying to check state of boot record


 
Thread Tools Search this Thread
Operating Systems AIX Error received when I was trying to check state of boot record
# 1  
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
# 2  
Old 06-07-2016
I'm not an AIX expert but the IBM bible says the error means:

"The physical volume is not a member of a volume group" so I reckon that error is expected.

Ref: IBM Knowledge Center Error
These 2 Users Gave Thanks to hicksd8 For This Post:
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. 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

2. 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

3. 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

4. Programming

Check record

moved (0 Replies)
Discussion started by: ust3
0 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. 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

7. 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

8. 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

9. 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
Login or Register to Ask a Question