As400: Difference between revisions
No edit summary |
No edit summary |
||
(10 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
This is the quick and dirty version. Please refer to https://www.ibm.com/docs/en/ssw_ibm_i_71/rzahc/sc415120.pdf or https://jack23247.github.io/blog/sysadm/installing-os400-v4r4/ for a more in depth guide. | This is the quick and dirty version. Please refer to https://www.ibm.com/docs/en/ssw_ibm_i_71/rzahc/sc415120.pdf or https://jack23247.github.io/blog/sysadm/installing-os400-v4r4/ for a more in depth guide. | ||
IPL using '''02 D M''' with the <code>I_BASE_01</code> CD inserted in the CDROM drive.[[File:Screenshot 2025-02-06 at 10.30.45.png|thumb|400x400px| | IPL using '''02 D M''' with the <code>I_BASE_01</code> CD inserted in the CDROM drive.[[File:Screenshot 2025-02-06 at 10.30.45.png|thumb|400x400px|center]] | ||
For English language use 2924. For more languages check out IBM's webpage here: https://www.ibm.com/docs/en/i/7.1?topic=information-national-language-version-feature-codes[[File:As-400.png|thumb|400x400px|center]] | |||
Press Enter.[[File:As400.png|thumb|400x400px|center]] | |||
[[File:As4003.png|thumb|400x400px|center]] | |||
Select option 1 to install Licensed Internal Code. It will then ask you to choose the type of installation. Choose option '''2. Install Licensed Internal Code''' and Initialize system. This will delete any information that is on the first hard-disk. So if you have data you want to preserve stop now. | |||
[[File:Image.png|center|thumb|400x400px]] | |||
[[File:Image2.png|center|thumb|400x400px]] | |||
It will then start copying the files from the CD to the hard disk. This can take up to about 30mins to complete. | |||
[[File:Image3.png|center|thumb|400x400px]] | |||
Preform a IPL when prompted. You will then be prompted to logon as a user. Use: <code>'''QSECOFR'''</code>with no password. | |||
[[File:Image4.png|center|thumb|400x400px]] | |||
It will then as you for date, time and setup values. Once the system has IPL'ed successfully, shutdown with the command: '''PWRDWNSYS *IMMED RESTART(*NO)''' | |||
[[File:Image5.png|center|thumb|400x400px]] | |||
IPL with the following: <code>01 B M</code> | |||
[[File:Image7.png|center|thumb|400x400px]] | |||
When you are presented with the IPL option make sure you IPL into a restricted state. Change this to YES. this is to be able to install the rest of the system software. | |||
Once the system has IPL'ed successfully type: <code>'''CHGMSGQ QSYSOPR *BREAK SEV(60)'''</code>: this will bring up the System Operator Message Queue. Answer any outstanding message, then press Enter to close the prompt. Then type: | |||
<code>'''ENDSBS *ALL *IMMED'''</code>: this will stop every running subsystem, thus bringing the system to a restricted state. | |||
Use command <code>'''GO LICPGM'''</code> to jump to the ''Work with Licensed Programs'' menu, choose option ''11. Install licensed programs'' to bring up the licensed program panel. Prepend the licensed programs you want to add with a <code>'''1'''</code> | |||
Start feeding all the CD's starting with <code>'''B2924_02'''</code>When asked for the next CD keep inserting in the correct order until it stops asking. Once install IPL the system again and your good to go. | |||
To configure TCP/IP please see this page: [[As400 tcpip]] | |||
Latest revision as of 14:51, 18 February 2025
Installing OS/400 V5R2 on a AS/400 model 720
This is the quick and dirty version. Please refer to https://www.ibm.com/docs/en/ssw_ibm_i_71/rzahc/sc415120.pdf or https://jack23247.github.io/blog/sysadm/installing-os400-v4r4/ for a more in depth guide.
IPL using 02 D M with the I_BASE_01
CD inserted in the CDROM drive.

For English language use 2924. For more languages check out IBM's webpage here: https://www.ibm.com/docs/en/i/7.1?topic=information-national-language-version-feature-codes

Press Enter.


Select option 1 to install Licensed Internal Code. It will then ask you to choose the type of installation. Choose option 2. Install Licensed Internal Code and Initialize system. This will delete any information that is on the first hard-disk. So if you have data you want to preserve stop now.


It will then start copying the files from the CD to the hard disk. This can take up to about 30mins to complete.

Preform a IPL when prompted. You will then be prompted to logon as a user. Use: QSECOFR
with no password.

It will then as you for date, time and setup values. Once the system has IPL'ed successfully, shutdown with the command: PWRDWNSYS *IMMED RESTART(*NO)

IPL with the following: 01 B M

When you are presented with the IPL option make sure you IPL into a restricted state. Change this to YES. this is to be able to install the rest of the system software.
Once the system has IPL'ed successfully type: CHGMSGQ QSYSOPR *BREAK SEV(60)
: this will bring up the System Operator Message Queue. Answer any outstanding message, then press Enter to close the prompt. Then type:
ENDSBS *ALL *IMMED
: this will stop every running subsystem, thus bringing the system to a restricted state.
Use command GO LICPGM
to jump to the Work with Licensed Programs menu, choose option 11. Install licensed programs to bring up the licensed program panel. Prepend the licensed programs you want to add with a 1
Start feeding all the CD's starting with B2924_02
When asked for the next CD keep inserting in the correct order until it stops asking. Once install IPL the system again and your good to go.
To configure TCP/IP please see this page: As400 tcpip