Sponsored Content
Operating Systems AIX Issue with RS/6000 H50 from IBM Post 302863113 by bakunin on Saturday 12th of October 2013 10:36:28 AM
Old 10-12-2013
Quote:
Originally Posted by ADS2459
Cheers bakunin
Your help is awesome.
*blushes* Thank you, you're welcome.

Quote:
Originally Posted by ADS2459
It is easier just to remove the SCSI drive, put another one in, and go for a fresh install of Linux?
Yes, you can do that. Be aware, though, that the integration of hardware and sofware is much higher than with PCs, which are regularly built out of a heap of nondescript components. Original IBM disks have a special firmware on board which makes them known to an AIX system instantly. Non-IBM disks show up there as "other SCSI disk", whereas IBM disks are recognized for size, queue depth, etc..

How much of this applies to Linux i don't know. I never ran Linux on that old systems. Just give it a try and if everything fails you can still put the original disks back into the case.

You might also have a look if the rootvg is mirrored. You could unmirror the rootvg then, this way freeing one of the installed disks and use this for the installation of Linux. Unlike PCs the firmware ("microcode" in IBM speak) maintains a "boot list" of devices to boot from. In fact there are 2 bootlists, one for the "service" and one for the "normal" key position. IBM systems had a key (not sure if the H50 has still one or if that device has gone virtual already on it) with 3 position: "locked", "service" and "normal". See the bosboot commands man page for more details about that. It is used to modify that bootlist and put boot sectors onto devices.

Caution: bosboot is an AIX command. If there is a similar command in PPC-Linux so that you can get back to have AIX booted i don't know.

To find out if the rootvg is mirrored (as root):

Code:
# lsvg -l rootvg

Shows a list of LVs in the rootvg. If the column for "physical partition" ("PP") shows the same number as for "logical partition" ("LP") the respective LV is not mirrored. If the number is twice (thrice) the number for "LP" it is mirrored (or doubly mirrored). If you have a mirrored rootvg you can use unmirrorvg to remove one of the mirrors and then reducevg to get the respective disk out of the rootvg.

I hope this helps.

bakunin
 

9 More Discussions You Might Find Interesting

1. AIX

Ibm Risc/6000 Os

:o Unix Sirs, :eek:RE: IBM RISC/6000 1990 Used on Application: Image buffer: 3D "Catia" (3D "Autocad" sim.) engineering C.A.D. Written by Deso. Cash prior to main frame dump:cool: * :oCan I purchase the oem operating system from you unix people? :cool: ... (1 Reply)
Discussion started by: penguins
1 Replies

2. AIX

PCI Ethernet Cards for IBM RISC 6000 - B50's

I am trying to find PCI Ethernet cards that are compatible with the IBM RISC 6000 - B50 Power PC. None of the regular NIC's seem to have AIX drivers. Does anyone know of AIX drivers for standard PCI Ethernet NIC's or a non IBM NIC that works with the Model B50 at 10/100 MB ? (0 Replies)
Discussion started by: rahe
0 Replies

3. AIX

Hard time with an IBM RS/6000 J40 + AIX 5.2L

Hello all! I'm having a hard time with an IBM RS/6000 J40 machine. I'm trying to install AIX 5.2L on it but, up to now, I can't make it boot from the CDROM. I can go to the configuration menu, but, I don't know hot to point to my SCSI CDROM in order to boot from it. Do any of you have an... (2 Replies)
Discussion started by: MCM
2 Replies

4. AIX

H50 power issue

Hi all, I have a H50 server in a remote location and the cron has the power failure line entered. There is nothing in errpt so I suspect this may have been added some time ago. How can I determine the status of the power supplies remotely? TIA (1 Reply)
Discussion started by: backslash
1 Replies

5. High Performance Computing

IBM Scheduler for High Throughput Computing on IBM Blue Gene P

A lightweight scheduler that supports high-throughput computing (HTC) applications on Blue Gene/P. (NEW: 06/12/2008 in grid) More... (0 Replies)
Discussion started by: Linux Bot
0 Replies

6. AIX

IBM AIX - SAN Storage DS4300 issue

Hi, This is follow up to the post https://www.unix.com/aix/233361-san-disk-appearing-double-aix.html When I connected Pseries Machine HBA Card ( Dual Port ) directly to the SAN Storage DS4300 , I was able to see Host Port Adapter WWN numbers , although I was getting this message... (2 Replies)
Discussion started by: filosophizer
2 Replies

7. AIX

IBM rs/6000 7026-c2

I have just purchased an old IBM RS/6000 7026-C2 with the intention of installing AIX 5.2 to do some testing. I have no AIX or RS/6000 experience, but I have managed to access the console/service menu through a hyper terminal console via the com port. I get the service processor menu and I can't... (12 Replies)
Discussion started by: AIX5.2
12 Replies

8. AIX

IBM Pureflex network connectivity issue

Hello Everyone We have purchased IBM Pureflex chassis with 5 P460 blades. We have configured each blade with dual vios and 4 vio clients. VIOS installation and vio client installation and configuration was completed successfully. When we tried to connect the network cables from Pureflex... (2 Replies)
Discussion started by: yuvarakasil
2 Replies

9. AIX

IBM Virtual Machine OS on intel x86 and x64? IBM AIX OS on IBM Virtual Machine?

Hi There, I have zero information and zero knowledge for IBM virtual machine except Amazon cloud and VMware ESXi (Only Linux OS available). Anyone could provide me the following answer - Can IBM VM been deploy on X86 and X64 (Intel Chip)? If answer is yes any chance to deploy AIX OS... (13 Replies)
Discussion started by: chenyung
13 Replies
SYSTEMD-GETTY-GENERATOR(8)				      systemd-getty-generator					SYSTEMD-GETTY-GENERATOR(8)

NAME
systemd-getty-generator - Generator for enabling getty instances on the console SYNOPSIS
/lib/systemd/system-generators/systemd-getty-generator DESCRIPTION
systemd-getty-generator is a generator that automatically instantiates serial-getty@.service on the kernel console(s), if they can function as ttys and are not provided by the virtual console subsystem. It will also instantiate serial-getty@.service instances for virtualizer consoles, if execution in a virtualized environment is detected. If execution in a container environment is detected, it will instead enable console-getty.service for /dev/console, and container-getty@.service instances for additional container pseudo TTYs as requested by the container manager (see Container Interface[1]). This should ensure that the user is shown a login prompt at the right place, regardless of which environment the system is started in. For example, it is sufficient to redirect the kernel console with a kernel command line argument such as console= to get both kernel messages and a getty prompt on a serial TTY. See kernel-parameters.txt[2] for more information on the console= kernel parameter. systemd-getty-generator implements systemd.generator(7). Further information about configuration of gettys can be found in systemd for Administrators, Part XVI: Gettys on Serial Consoles (and Elsewhere)[3]. SEE ALSO
systemd(1), agetty(8) NOTES
1. Container Interface https://www.freedesktop.org/wiki/Software/systemd/ContainerInterface/ 2. kernel-parameters.txt https://www.kernel.org/doc/Documentation/admin-guide/kernel-parameters.txt 3. systemd for Administrators, Part XVI: Gettys on Serial Consoles (and Elsewhere) http://0pointer.de/blog/projects/serial-console.html systemd 237 SYSTEMD-GETTY-GENERATOR(8)
All times are GMT -4. The time now is 04:52 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy