System information
Chapter 11. OpenSSH 357
Refer to Chapter 11, “OpenSSH” on page 341 for information on creating user ids in the HMC
and i5/OS as well as the ssh authentication procedure.
Figure 11-28 FelixComplex System
Logon to i5/OS using the user name fred and enter the command QSH from the main menu
command line to enter into the QSHELL environment.
Create a script as shown in Example 11-4 from the windows desktop, and then through
the operation navigator, drag and drop the file into the /home/fred directory.
Example 11-4 lpar-details
PATH=$PATH:/QOpenSys/usr/bin:/usr/ccs/bin:/QOpenSys/usr/bin/X11:/usr/sbin:.:/
#############################
ssh -T 9.5.17.228 lssyscfg -r lpar -m FelixComplex$
To see the LPAR details, run the script lpar-details as shown in Figure 11-29.
Figure 11-29 lpar-details executed
To check the i/o resources of the system (FelixComplex) shown in Figure 11-28 above, run
the script iodetails as shown below in Figure 11-30.