YOGGIE YOGGIE MANAGEMENT SERVER Technical Information Page 225

  • Download
  • Add to my manuals
  • Print
  • Page
    / 536
  • Table of contents
  • TROUBLESHOOTING
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 224
Chapter 6. Working with the HMC 207
Figure 6-37 PuTTY SSH config
Figure 6-38 SSH logon to HMC
Example SSH command
Below is a relatively simple example that lists the partition ids, names, and states of the
partitions on a managed system called Default2, as shown in Example 6-1.
Example 6-1 Sample lssyscfg command
hscroot@itschmc2:~> lssyscfg -r lpar -m Default2 -F lpar_id,name,state --header
lpar_id,name,state
2,lp 2 RPA,Off
1,lp 1 OS/400,Off
3,lp 3 MM,Off
123,a really long partition name,Off
Let us take a look at the command string parameters:
lssyscfg — The name of the command: LiSt SYStem ConFiGuration
-r lpar — The resources to list: list the logical partition resources
-m Default2 — Says for which managed system to list the resources
-F lpar_id,name,state — Specifies the fields or attributes to be output
--header — Tells the command to display a header row with the outputted fields.
Tip: The help text for a command can be obtained by specifying the parameter --help. For
example, lssyscfg --help will list the help text for the list system configuration command.
Page view 224
1 2 ... 220 221 222 223 224 225 226 227 228 229 230 ... 535 536

Comments to this Manuals

No comments