Difference between revisions of "GettingStarted"

From MidrangeWiki
Jump to: navigation, search
Line 83: Line 83:
 
did something wrong or IBM shipped the system with the wrong console
 
did something wrong or IBM shipped the system with the wrong console
 
configuration. You will need to perform a [http://publib.boulder.ibm.com/infocenter/iseries/v5r3/index.jsp?topic=/rzajr/rzajrfunctions6521.htm Procedure 65+21] to recover.
 
configuration. You will need to perform a [http://publib.boulder.ibm.com/infocenter/iseries/v5r3/index.jsp?topic=/rzajr/rzajrfunctions6521.htm Procedure 65+21] to recover.
 +
 +
== Helpful Links ==
 +
 +
[http://en.wikipedia.org/wiki/BOOTP BOOTP] - The boot protocol for the operations console LAN port.
  
 
==Categories==
 
==Categories==
 
[[Category:Quick Reference]]
 
[[Category:Quick Reference]]

Revision as of 18:08, 11 February 2010

New To iSeries

If you are new to the iSeries platform by IBM, then please take a quick look at the New To iSeries topic. This will explain a few points of nomenclature and warnings about the system. Please take this step if you are new to the platform because there are many things different about this system.

Introduction

So you just got a new Power 520, and you don't know where to start?

A lot of things have changed, and with the current console options things aren't as simple anymore.

In this example, we'll assume that you have a machine that uses Operations Console LAN attached (vulgo: LAN console). This is usually specified when ordering the machine, so that IBM will preconfigure the machine correctly.

LAN console requires the machine to be on the same broadcast domain (hub/switch topology) in order to get initial configuration using BOOTP. It is a recommended best practice to do the initial LAN console configuration using a PC that is directly attached to the system. This will exclude several environmental factors from causing errors.

After initial configuration, the LAN console may be hosted on one or more PCs which can reach the SST IP address on your IBM i. It is heavily recommended to leave a preconfigured, single-purpose console PC right next to your system, so an IBM service representative has easy access to a console in case of a hardware fault.

Step by Step

Hardware & Console

Here's a general rundown of steps to be taken:

  1. Get the LAN Console PC into shape.
    1. Install System i Access V6R1, apply the latest service pack.
    2. Disable the Windows Firewall and any anti-virus firewalls - important for getting BOOTP working. It is a best practice to COMPLETELY turn off everything in your antivirus software (i.e. McAfee) because there is a lot more than just the firewall that will stop the BOOTP process from being allowed to communicate with Operations Console.
  2. Plan for ASMI
    1. If you have a DHCP server on your network, ensure that a network cable is attached to HMC Port 1 before powering on your system. This will ensure that the ASMI will obtain an IP address using DHCP.
    2. If not, manually configure an IP address for ASMI using a PC directly attached to HMC Port 1, which will listen to the IP address 169.254.2.147. On Power 5 systems, the default IP on HMC Port 1 is 192.168.2.147.
  3. Configure the PC for a static IP adress. Add an entry to the hosts file (i.e. C:\windows\system32\drivers\etc\hosts) that will be used for your IBM i T1 ethernet port communication. In the hosts file simply make up your own name and give it an IP address that you know is not in use. Then add the appropriate LAN console configuration and specify the name you created in the hosts file. Ensure that the serial number and partition number is entered correctly. If you do not have any partitions, enter "1" as the partition number (this is valid Power 5 and Power 6 systems)
  4. Attach the PC to the Ethernet Port 1 of the System. Not on the HMC ports, but on the first port of the GX+ card, labeled T1. Ensure the PC is directly connected to the system. The PC will not have link until after IBM i OS is being loaded, but make sure that the cable you have is working. Crossover cables are not needed.
  5. Start the LAN console connection
  6. Attach the UPS relay cable to the system. It should be attached to serial port number 2. Important: You will need an IBM supplied adapter cable here. Do not attach the UPS cable to the SPCN ports (where it fits without the adapter)
  7. Attach power to the system.
    1. As a best practice, attach each power supply to a different UPS. In smaller installations, attach one power supply to the UPS and the other to a protected power socket. This will protect against UPS failure.
    2. Attach both power supplies at the same time. Leaving one power supply unplugged may cause an SRC to be raised and the attention light to be lit
  8. Wait till the FSP has finished initialization (~2-5 minutes). This is indicated by the green power light blinking slowly.
  9. Logon to ASMI
    1. Either use the manually configured connection per the above step, or look into what IP address your DHCP server has distributed to the FSP.
    2. Logon using "admin" as both username and password.
    3. Immediately change the password and logon again. You should now see all ASMI options.
    4. Logout from ASMI
  10. Press the white power button
  11. When prompted on the LAN console PC, enter "11111111" as both username and password
  12. You should now see the logon prompt. Logon using QSECOFR/QSECOFR
  13. After ensuring that you can logon, enable the Windows Firewall again.

Initial IBM i OS configuration

  1. Upon first signing in with QSECOFR you will be presented with "Work with Software Agreements" screen. You can read the agreements and accept them.
  2. Ensure that the system sees the UPS using DSPMSG QSYSOPR. You should see message CPI0962 The uninterruptible power supply is now attached
  3. Change QUPSDLYTIM to something sensible. 300 seconds is a good start if you use the default 1.5kVA UPS and only the Power 520 and LAN console PC is attached to it.
  4. Now is a good time to change the DST/SST password.
    1. Switch the system into manual mode using the control panel (reference on how to do this?) and execute function 21.
    2. You should now see the DST logon prompt. Logon using QSECOFR/QSECOFR. If you disable the QSECOFR id you can reset it using command CHGDSTPWD PASSWORD(*DEFAULT).
    3. You will now need to immediately change your password.
    4. Reset the password of the QSRV user to a known value and ensure that it's password is not set to expired
    5. Log out from DST
    6. Ensure that the system is switched back to mode B Normal.
  5. Change the system name using CHGNETA
    1. Ensure that MDMCNTRYID is set correctly for your country, otherwise this will prevent them from working
  6. Configure TCP/IP using GO TCPADM
    1. Create an ethernet line description using WRKHDWRSC *CMN / 5 / 1. Use *AUTO/*AUTO (which is the default on V6R1) unless your networking department specifies special settings.
    2. Configure the IP address using CFGTCP / 1
    3. Configure the default route using CFGTCP / 2
    4. Use CHGTCPDMN to set HOSTNAME, DMNNAME according to whatever your network plan specifies. Set HOSTSCHPTY to *LOCAL. Set at least two (preferably internal) nameservers on INTNETADR.
    5. Create a host table entry for the HOSTNAME/DMNNAME you set in the previous step using CFGTCP / 10
  7. Change QCCSID, QLOCALE, QDECFMT, QTIMZON, QCTLSBS etc.
  8. Configure the NTP client using CHGNTPA.
    1. If you have Windows Domain Controllers in your network, these can serve as a NTP servers
    2. You can also use the NTP Pool
  9. Perform an IPL to ensure that the system runs in mode B Normal
  10. Wait until INZSYS has completed before proceeding. You will see a QSYSOPR message indicating the completion.
  11. Install all additionally needed license programs. As a best practice, create an image catalog of the IBM i installation media supplied with the system. This can be useful if you need to install a licensed program at a later time.
  12. Install latest CUM/Group/Hiper/Security PTFs, preferably using image catalogs
  13. Configure Electronic Service Agent
    1. Create a copy of the QSECOFR user and call it QESAADM
    2. Change system value QRETSRVSEC to 1
    3. Logon as user QESAADM
    4. Use WRKCNTINF to add contact information
    5. Execute GO SERVICE to configure ESA
  14. Configure routine maintenance
    1. Type GO DISKTASKS and add a weekly job for disk information gathering
    2. Manually add a job to WRKJOBSCDE that runs STRPASPBAL weekly

Troubleshooting

If the system hangs with a A900 2000, you either did something wrong or IBM shipped the system with the wrong console configuration. You will need to perform a Procedure 65+21 to recover.

Helpful Links

BOOTP - The boot protocol for the operations console LAN port.

Categories