Revision history of "Accessing partition via IVM managed hosts"

From Notes_Wiki

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 13:03, 3 August 2022Saurabh talk contribs 693 bytes +693 Created page with "Home > VIOS or AIX > Accessing partition via IVM managed hosts We can access virtual terminal on IVM managed hosts when there is older power server and no vHMC via: # If logged in via root change to padmin user via (Or login as padmin directly) #:<pre> #:: su - padmin #:</pre> # Get the lpars names and id's #:<pre> #:: lssyscfg -r lpar -F name,lpar_id #:</pre> # Login to lpar using id #:<pre> #:: mkvt -id <lpar-id> #:</pre> # If terminal already..."