Problems insalling aix 4.3


 
Thread Tools Search this Thread
Operating Systems AIX Problems insalling aix 4.3
# 1  
Old 03-15-2007
Problems installing aix 4.3

Hello, I am an AIX newbie and I am having some difficulties installing 4.3. I need the installation to be 4.3, nothing newer, because that is a customer requirement. I did an initial install and just chose a default installation, but that has filled up the /usr to 100% and I'd just like to start over and set the partitions myself.

However, I have been unable to get the install program to start again. I tried to use the websm utility to do an overwrite install, but that seems to only load the system from the hard drive again.

I also have tried to do the install from the menu where you can select boot order sequence, ok prompt and a couple other options, including an install from option. However selecting install from CD only seems to produce a cryptic error message of 20ee000c. There is also another error # that comes up when the server is booting up from disk.

The server is an ibm rs6000 server.

Any help would be appreciated.

Scott

Last edited by subotai; 03-15-2007 at 10:58 PM..
# 2  
Old 03-16-2007
RS6000 is only a brand name what is the model number 43P 44P F50 this should be on the machine somewhere, usually on the front. You will probably need to access the SMS menu but that will have to wait until we know what the model is.
# 3  
Old 03-16-2007
Hi johnf,

The model number reads 7046-B50.

Scott
# 4  
Old 03-19-2007
OK You will need to access the SMS menu. As the machine boots up and if you are using an LFT (Not a serial terminal as the console) you will see the various drivers load up along the bottom of the screen. At this point start pressing the F1 key to start SMS. Inside the SMS system you will find amongst other things the boot order of the machine. The likelihood is that the CD drive is not even in this. Change the order so as to boot off the CD first and HD0 second. This should solve your problem.
# 5  
Old 03-19-2007
I have just noticed that you appear to have done this anyway. Check then that the CD is the first device. Better still take HD0 out altogether! Make sure you are doing this from inside the SMS menu!
# 6  
Old 03-19-2007
I'm not familiar with the B50, but does it have a service switch which might be necessary to boot from CD?
# 7  
Old 03-19-2007
This server does not have a server switch. I can try to set up the boot order to do cdrom and not have hd0 listed at all.

However, there is an install from option that I select and then I tell it to install from the cdrom. However, it only produces that error # code and doesn't start any install. The cdrom drive does not even begin to spin up when I select this option even. One other point to note, is that when I put in the cdrom at any time, once it spins up, the light in the front of the cdrom turns amber. I am not sure if that really is signifying anything or not.

Lastly, when it boots from the hard drive, there is an error code # it displays at some point, but it still boots up (I want to overwrite this install anyways).

Scott
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

AIX 5.3 performance problems

Hello, I encounter some performance issues on my AIX 5.3 server running in a LPAR on a P520. How do I investigate performance issues in AIX. Is there any kind of procedure that takes me to the steps to investigate my server and find the sub systems that is causing the issues? The performance... (1 Reply)
Discussion started by: petervg
1 Replies

2. AIX

various problems in aix

I have some doubts 1. Count the number for fields in a file, being separated by "space" 2. Reverse the order of fields in a file 3. Show the date after 10 days from the current date. (DD-MM-YYYY) 4. Convert GMT to IST (User Gives GMT and IST must be displayed) 5. Delete Duplicate... (1 Reply)
Discussion started by: tsurendra
1 Replies

3. AIX

NFS mount problems on AIX

Hi, I have two machines (AIX) each on a different VLAN. Need to mount a filesystem using nfs on the other one. When I export the nfs file system its a breeze. But when I try to mount it on the other machine the smitty command hangs on "running" and i get an OK from smitty but with this... (6 Replies)
Discussion started by: aixromeo
6 Replies

4. AIX

Problems with sendmail on AIX

hi, i got this error, i have no idea where to start.. anyone please??? Warning: .cf file is out of date: sendmail AIX5.3/8.13.4 supports version 10, .c f file is version 9 WARNING: local host name (BAANPRO) is not qualified; see cf/README: WHO AM I? Running /var/spool/mqueue/o3CBj3np1138768... (3 Replies)
Discussion started by: fdeivis
3 Replies

5. AIX

problems with gcc on AIX 4.33

I just installed gcc on AIX 4.33, and I am having some problems with compiling a simple hello world program. See output below for the issue. The "standards.h" file is not on my system and I don't know where to get it. Thanks in advance for your help! # gcc -v Reading specs from... (2 Replies)
Discussion started by: jhall
2 Replies

6. AIX

Problems AIX and SAN.

Sorry for my english. We have a IBM BLADES JS21. AIX 5.3 update to 6. Our JS21 has 2 FC (fcs0 and fcs1). We have one DS4072, one Disk system with 2 controllers and 2 FC by controllers. This means, all AIX FC see all Disk systems controllers by 2 FC switchs. (one fc two roads) FC AIX... (4 Replies)
Discussion started by: fjgonzalez
4 Replies

7. AIX

Problems install Aix 5.3

Hello I have a server that I want to install Aix 5.3, first I change on the sms to install device from the cdrom, when I boot the server on the display hangs up on the message E443 and nothing happens. Who Can I resolve this. Thanks in advance for your comments. (3 Replies)
Discussion started by: lo-lp-kl
3 Replies

8. AIX

Problems with scp in AIX-5.2

I am using ssh version OpenSSH_3.8p1, SSH protocols 1.5/2.0, OpenSSL 0.9.6l When i ssh to this server its working fine ,sftp is also fine ,but when i use scp to copy files to it i am prompted for the password and on entering it throws up the following error stty: tcgetattr: A... (1 Reply)
Discussion started by: arnab
1 Replies

9. AIX

AIX 4.3.3.0 routing problems

Hello guys. I have a AIX running an ip of 128.2.1.85 255.255.255.0, Main office router is 128.2.1.2 .we just got an t1 line point to point for a remote office with to pcs. My question. I'm not able to ping those pcs one of them is using this ip 128.2.2.128 255.255.255.0 Remote router ip... (2 Replies)
Discussion started by: josramon
2 Replies

10. Programming

recv() problems using AIX 4.33

I am opening a server socket on one of our machines and connection to it on the other machine. After making the connection if ether one of the systems does a recv() and ther is no data to receive then the buffer is filled with spaces and returns. I have no way of knowing if it is valid or not. ... (1 Reply)
Discussion started by: hazard0007
1 Replies
Login or Register to Ask a Question