Weird bootlist output


 
Thread Tools Search this Thread
Operating Systems AIX Weird bootlist output
# 1  
Old 10-11-2005
Weird bootlist output

just setup a new system today - 9117 570, using HMC for console but not partitioned.

I installed this system twice. the first time it started off as 5300-00, then updated to ML03. before the update, I believe I mirrored the rootvg, and then altered the bootlist, at that point, the display was OK.

after I updated the ML to 03, I tried to update service boot list, that's when I noticed something weird:

display:
CURRENT BOOTLIST DEVICES FOR SERVICE MODE 802592

The following devices are listed in the order they appear
in the service mode bootlist.

hdisk0 blv=hd5 Unavailable Device
hdisk1 blv=hd5 Unavailable Device

try to alter the list:
*** WARNING ***

One or more devices in the current bootlist are
not available as IPL devices. They may not be
used when modifying the bootlist. Either ERASE
the bootlist first, or do not use these devices
in the new list.


next screen:
[FONT=Courier New]ALTER SERVICE MODE BOOTLIST DEVICES 802593

Specify the access order of the boot devices.
Indicate by placing the appropriate integer in the
bracketed [] field. (1 is first, 2 is second, etc.)

hdisk0 blv=hd5 Unavailable Device [ 1] #
hdisk1 blv=hd5 Unavailable Device [ 2] #
cd0 IDE DVD-RAM Drive [ ] #
hdisk0 16 Bit LVD SCSI Disk Drive [ ] #
hdisk1 16 Bit LVD SCSI Disk Drive [ ] #
hdisk2 16 Bit LVD SCSI Disk Drive [ ] #
hdisk3 16 Bit LVD SCSI Disk Drive [ ] #



# bootlist -m normal -o
hdisk0 blv=hd5
hdisk1 blv=hd5

# bootlist -m service -o
hdisk0 blv=hd5
hdisk1 blv=hd5



needless to say, I reissued bosboot command, no difference, and then tried reinstall; this time, using a media that has 5300-03, and the problem is still there. This is the first 5300-03 system I have installed, previously, I have worked on 5300-02, no problem. Is this something with 5300-03? I searched google and IBM site, but no luck..

Assistance greatly appreciated!

dave
# 2  
Old 10-11-2005
weird bootlist output

Forgot to mention - I can reboot the system with this symptom without any problem whatsoever. it comes up fine.

dave
# 3  
Old 10-11-2005
Some things you can check

lqueryvg -Atp hdisk0
lqueryvg -AtP -p /dev/hdisk0
lslv -l hd5
also check the ODM
odmget -q "name=hd5" CuAt |pg

I have used this before to fix ODM problems

1. Fix the odm view of the root
========================
if you can run this command it try this prosedure

redefinevg -d hdisk0 rootvg
synclvodm -v rootvg


The first thing you should do is to report the problem to IBM to fix if it is a new BUG.
I never try to go to the new releas of ML on AIX I wait atleast a month or more for other s to find out about the bugs etc...
stay one behind until it looks ok.
# 4  
Old 10-11-2005
Sorry had to just say make sure you have a mksysb copy save some where

and then you can also recreate the boot hd5

recreating hd5
============
rmlv hd5
mklv -y hd5 -t boot -a e rootvg 1 hdisk0

lslv hd5
1 pps now, so should have enough space
but will extend it
extendlv hd5 1

when doing mksysb backup make sure no error come up
# 5  
Old 10-12-2005
Aix 5.3 Ml 3 - Bug?

Hi Ravager, thanks for the response.

we had a chance to install AIX 5.3 ML 3 on a test server, a stand alone 170 machine, and it did the same thing with these strange response when looking at bootlist.

I think this might be a bug, so we will post this to IBM for suggestions, recommendation.

thanks again,
dave
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Grep two files: -F flag gives weird output

Hi Members, I'm confused with grep -F option. Goal is to get all the lines from file2 that have exact gene name from gene list (file one). File one has list of genes: File two has lot more information pertinent to genes in file one: I use three following commands: 1) grep -wf gene... (9 Replies)
Discussion started by: genome
9 Replies

2. UNIX for Advanced & Expert Users

Weird output from ps command

Hi Guys, I am regular Solaris user. I came across a weird problem that puzzled me. Hope you guys can help. I found that process's state(command & arguments) in two different variants of ps command is different. Can anyone explain how is this possible? bash-3.2$ ps -eLo pid,s,comm,args |... (2 Replies)
Discussion started by: brij123
2 Replies

3. HP-UX

[Solved] Weird 'ls -l' output

Hello folks, I've found an HP-UX server with a rare 'ls -l' output. Please see the attached file. Anybody knows how can I change the output to not have this extra tabulations? Thanks in advance! (10 Replies)
Discussion started by: carpannav
10 Replies

4. Shell Programming and Scripting

Weird tail output over ssh

Hello; Am trying to correct the formatting of tail output over ssh. Using the following code: echo "" > $FILE for BOX in $SERVERS do echo "Processing on $BOX" |tee -a $FILE echo "===============================" >> $FILE sudo ssh $BOX 'TERMINAL="vt100" /usr/bin/sh -s' <... (2 Replies)
Discussion started by: delphys
2 Replies

5. Shell Programming and Scripting

ery weird wget/curl output - what should I do?

Hi, I'm trying to write a script to download RedHat's errata digest. It comes in a txt.gz format, and i can get it easily with firefox. HOWEVER: output is VERY strange when donwloading it in a script. It seems I'm getting a file of the same size - but partially text and partly binary! It... (5 Replies)
Discussion started by: jstilby
5 Replies

6. Shell Programming and Scripting

Traceroute script weird output

This script is giving weird output #!/bin/bash NETPATH=(`/bin/traceroute -n 4.2.2.2 | awk '{print $2}'`) for i in "${NETPATH}" do echo $i done The output: to 11.11.11.1 1.1.1.1 99.111.208.2 traceroute_test.sh traceroute_test.sh (7 Replies)
Discussion started by: thumbs
7 Replies

7. Shell Programming and Scripting

In bash getting weird output from function ?

My script- result="" times() { echo "inside the times function" result=8 echo "Inside function $result" return $result } result=$(times) echo "the value is "$? echo "the value of result $result" when I run I get this, why the value still remain 0. $ ./func the value is 0 the value... (5 Replies)
Discussion started by: boy18nj
5 Replies

8. UNIX for Dummies Questions & Answers

weird 'ls' output

Hi, Anyone knows why I can't display the contents of my directory and how to fix this? http://i50.tinypic.com/4smfth.jpg Thanks in advance for any advise. Deanne Double post. Continued here. (0 Replies)
Discussion started by: Deanne
0 Replies

9. Shell Programming and Scripting

format of output is weird

hi all, have a ksh script which connects to a database and runs a sql and dumps it to a '.csv' file. The problem is the result is in multiple rows with long spaces in between when it should be just a single line and this screws up the format in the '.csv' file. script is : #!/bin/ksh... (1 Reply)
Discussion started by: cesarNZ
1 Replies

10. Shell Programming and Scripting

weird echo output?

#!/bin/bash INPUT=$1 if then INPUT=0$1 TRACKNUMBER=$INPUT fi TRACKNUMBER=$INPUT echo "Track Number:" $TRACKNUMBER if then echo "File Does Not Exist!: split-track"${TRACKNUMBER}".wav" exit 0 fi CUEFILE="$2" (6 Replies)
Discussion started by: TinCanFury
6 Replies
Login or Register to Ask a Question