Unattended installation of AIX 7.2


 
Thread Tools Search this Thread
Operating Systems AIX Unattended installation of AIX 7.2
# 1  
Old 06-12-2016
Unattended installation of AIX 7.2

While doing an unattended installation of AIX 7.2 -- 002

I noticed this error when I was passing by the screen

Code:
Filesets processed:  428 of 761
System Installation Time: 1 hr 12 mins    Tasks Complete: 60%

installp: APPLYING software for:
        Java5.sdk 5.0.0.620


Restoring files, please wait.
READ ERROR: Media surface error
inurest: Error in restoring files
inurest: Failure on system call to execute command /usr/sbin/restbyname -S  -xYAqf/tmp/SPOT/installp/ppc/Java5.sdk -Z /tmp/inutmp5enMaa/sorted.al.
Restoring files, please wait.

Code:
 lslpp -l | grep java

returns nothing.

Now, is there a way, I can find out what other filesets have not been installed by of Media (DVD) error ?
# 2  
Old 06-13-2016
Quote:
Originally Posted by filosophizer
Now, is there a way, I can find out what other filesets have not been installed by of Media (DVD) error ?
Yes: have a look in the log file. I suppe you did this using SMIT, so there is a file "smit.log" in your HOME directory where everything having appeared on screen before can be found.

I hope this helps.

bakunin
# 3  
Old 06-13-2016
bakunin, this was fresh/new installation through SMS menu, I checked smit.log did not in it. Is there any other log I can check for ?

Thanks !
# 4  
Old 06-13-2016
Quote:
Originally Posted by filosophizer
bakunin, this was fresh/new installation through SMS menu, I checked smit.log did not in it. Is there any other log I can check for ?
hmm, i haven't installed a system through the SMS menu with a real DVD for such a long time....

Your probably best bet is to read all the files on DVD and see where the error happens:

Code:
find /path/to/DVDmnt -type f -print -exec cat {} > /dev/null \; >/your/logfile 2>&1

At any rate, just get another DVD. It is obviously broken and there is little gain in finding out exactly how much broken it is, no? If you have a service agreement you can download the complete 7.2 from Fix Central. And if you have written it to a faulty medium (or just don't trust the download to be valid) just download it once more.

I hope this helps.

bakunin
This User Gave Thanks to bakunin For This Post:
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Red Hat

Cisco UC Unattended installation

Hi All, Goal: Unattended installation of Cisco UC apps (i.e. Cisco Unified Communications Manager). Cisco UC uses RHEL as its OS. Challenge: Bypass the "Proceed with Install" prompt (see attached image named CUCM.png). I did research about Kickstart but I couldn' find the answer. I have also... (3 Replies)
Discussion started by: linuxn00b1
3 Replies

2. AIX

AIX 6.1 installation hanging

Hi There I am trying to install AIX6.1 from a NIM server, but the installation hangs on 90% Filesets processed 551 of 571. Is there some log somewhere to check why it is failing or hanging? I have done it before successfully, with the same spot and lpp_source. I am new to AIX and... (7 Replies)
Discussion started by: wjace
7 Replies

3. AIX

Sudoers Installation in AIX

1. Download the rpm file needed to install the sudoers package in AIX AIX open sources rpms Search for the file sudo-1.6.7p5-3.aix5.1.ppc.rpm and download it 2. Copy the downloaded file to the AIX servers /tmp/SUDO directory 3. change the permission to chmod 777 <Filename> 4.smitty install->... (4 Replies)
Discussion started by: Sounddappan
4 Replies

4. AIX

aix installation on as400

Hi all! Is it possible to install AIX 6.1 over preinstalled Power Systems server with AS400?. Now hardware platfoem is identical. quote IBM had two discrete Power Architecture based hardware lines since the early 1990's. Servers running processors based on the PowerPC-AS in the AS/400... (3 Replies)
Discussion started by: Glykon
3 Replies

5. AIX

Installation of CUPS in AIX

Hi, In cups.org, it is said CUPS 1.1.9 adds support for AIX, adds several performance improvements to the scheduler, adds support for the Apache Include directive, adds new HideImplicitMembers and ImplicitAnyClasses directives, stores user-defined options as differences from the system-defined... (3 Replies)
Discussion started by: meeraramanathan
3 Replies

6. AIX

Installation an application on AIX

Hi all I'm newbie In this forum, i have posted some topics about zip and unzip a file on AIX system. And i have some answers so that AIX can not work with zip file, and they tell me some files to zip and unzip my files on AIX such as: zip-2.3-3.aix4.3.ppc.rpm unzip-5.51-1.aix5.1.ppc.rpm... (2 Replies)
Discussion started by: leenguyen0101
2 Replies

7. AIX

Need AIX 4.3.3 installation disk 1

This is a serious longshot but my system crashed and I need to bring it back up, I put my cd into the drive to boot and it does not work. I cannot find another copy anywhere (internet, friends, other companies, etc...). Apparently while trying to install the Veristas remote agent for unix I... (0 Replies)
Discussion started by: colb926
0 Replies

8. AIX

AIX - MySQL installation help

Hi, I'm facing troubles in installing MySQL on AIX 5.3. After I run make it's getting errors and exiting, few of the errors are pasted below. Please help me to install it succesfully. ld: 0711-235 WARNING: Archive member ../mysys/libmysys.a is not an object file or an import list.... (2 Replies)
Discussion started by: rishi
2 Replies

9. AIX

aix installation

hey all I have ibm RS6000 WORKSTATION,iam new to aix i worked on sparc system,but dont know anything abt aix can some one guide me how to install aix 4.3.3 fresh installtion how the partition to be created how to start the installltion and finish it how to add new external hdd. plss osme one... (1 Reply)
Discussion started by: solaris8in
1 Replies

10. UNIX for Dummies Questions & Answers

AIX Installation

I am in need some some simple... straight forward instructions for creating file systems on AIX. I have a raid controller and 4 18.2gb Hot Swap SCSI drives. I am sooooo confused about Volume Groups, Physical Volume, and Physical Partition, and Logical Volume and Logical Partitions. In a... (1 Reply)
Discussion started by: Docboyeee
1 Replies
Login or Register to Ask a Question