SOLVED: Upgrade from 5.3 to 7.1


 
Thread Tools Search this Thread
Operating Systems AIX SOLVED: Upgrade from 5.3 to 7.1
# 1  
Old 04-05-2011
SOLVED: Upgrade from 5.3 to 7.1

What is the minimum version of AIX you have to have running in order to upgrade to AIX 7.1? I have a 5.3 machine that when I try to do a "rte" upgrade via NIM, it does the packet count from my NIM server but then reboots off its hdisks again. For some reason, it won't go into the installation and maintenance menu.
Code:
hostname:/:# oslevel -s
5300-06-01-0000

---------- Post updated at 11:27 AM ---------- Previous update was at 10:58 AM ----------

It helps if the LPAR meets the AIX 7.1 memory requirement of 512 MB. I only had the LPAR at 256 MB. After increasing it, the LPAR booted to the installation and maintenance menus.
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. Red Hat

Upgrade from OL 6.3 to 6.5

Hello, For upgrading from OL 6.3 to 6.5 is this possible to upgrade without rebuild? What should be the generic steps in migration to OL 6.5. IS this like building up from scratch ? Best regards, Vishal (4 Replies)
Discussion started by: admin_db
4 Replies

2. Shell Programming and Scripting

[solved] merging two files and writing to another file- solved

i have two files as file1: 1 2 3 file2: a b c and the output should be: file3: 1~a 2~b 3~c (1 Reply)
Discussion started by: mlpathir
1 Replies

3. AIX

os upgrade with tl/sp

Hi Gurus, If I have a failed upgrade status of tl/sp and I remove the failed software and I commit and everything works fine. Should I still say this a good upgrade? Thank you for any comments you may add. (1 Reply)
Discussion started by: itik
1 Replies

4. AIX

OS upgrade

Hello, fellows: I have an old H80 with AIX 4.3, I want to upgrade to AIX 5.3, is this possible? I have read in some documentation that is necesary do it version to version, I mean... 4.3->5.1 5.1->5.2 5.2->5.3, anybody have this experience? I will aprecciate yor help. Kind regards. (2 Replies)
Discussion started by: GEIER
2 Replies

5. Solaris

help for Upgrade

hi administrator i need help to find solution for this . i have sun fire v880 server with configuration metioned below sun fire v880 2*750 MHz UltraSPARC 111 with 4 GB Memory ( 256*16 ) 36*6 GB hard disks( Internal) with other configuration and now i need to upgrade this server.... (3 Replies)
Discussion started by: dhasanka
3 Replies
Login or Register to Ask a Question
unattended-upgrade(8)					      System Manager's Manual					     unattended-upgrade(8)

NAME
unattended-upgrade - automatic installation of security (and other) upgrades SYNOPSIS
unattended-upgrade [options] DESCRIPTION
This program can download and install security upgrades automatically and unattended, taking care to only install packages from the config- ured APT source, and checking for dpkg prompts about configuration file changes. All output is logged to /var/log/unattended-upgrades.log. This script is the backend for the APT::Periodic::Unattended-Upgrade option and designed to be run from cron (e.g. via /etc/cron.daily/apt). OPTIONS
unattended-upgrade accepts the following options: -h, --help help output -d, --debug extra debug output into /var/log/unattended-upgrades.log --dry-run Just simulate installing updates, do not actually do it CONFIGURATION
The configuration is done via the apt configuration mechanism. The default configuration file can be found at /etc/apt/apt.conf.d/50unat- tended-upgrades AUTHORS
unattended-upgrade is written by Michael Vogt <mvo@ubuntu.com> This manual page was originally written by Michael Vogt <mvo@ubuntu.com> COPYRIGHT
Copyright (C) 2005-2009 Canonical There is NO warranty. You may redistribute this software under the terms of the GNU General Public License. For more information about these matters, see the files named COPYING. May 4, 2009 unattended-upgrade(8)