HMC Manual Reference Pages  - PESH (1)

NAME

pesh - provides PE shell access

CONTENTS

Synopsis
Description
Examples
Environment
Bugs
Author

SYNOPSIS

To obtain full shell access to a Hardware Management Console (HMC):
pesh serial-number-of-HMC-machine

To obtain full shell access to a virtual HMC:
pesh unique-ID-of-virtual-HMC

DESCRIPTION

pesh provides full shell access to the HMC for product engineering and support personnel. pesh takes the serial number of the HMC machine or unique ID of the virtual HMC where full shell access is requested, then prompts the user for a one day password obtained from the support organization. If the password is valid, the user is granted full shell access. Only the hscpe user can run this command.

EXAMPLES

On an HMC machine, run the lshmc -v command to list the Vital Product Data (VPD) information:

lshmc -v

"vpd=*FC ????????
*VC 20.0
*N2 Wed Aug 26 08:13:14 CDT 2015
*FC ????????
*DS Hardware Management Console
*TM 7042-CR7
*SE 10DA45C
*MN IBM
*PN 42D01T
*SZ 8363966464
*OS Embedded Operating Systems
*NA 9.3.242.97
*FC ????????
*DS Platform Firmware
*RM V8R8.4.0.0
"

Pass the serial number following the SE tag to the pesh command:

pesh 10DA45C

You will be prompted for a password.

On a virtual HMC, run the lshmc -v command to list the Vital Product Data (VPD) information:

lshmc -v

"vpd=*FC ????????
*VC 20.0
*N2 Wed Aug 26 13:26:59 CDT 2015
*FC ????????
*DS Hardware Management Console
*TM V4c7-f45
*SE 9c4bef5
*MN IBM
*PN N/A
*SZ 4152320000
*OS Embedded Operating Systems
*NA 9.53.178.75
*FC ????????
*DS Platform Firmware
*RM V8R8.4.0.0
*UVMID 4c7f:459c:4980:bef5
"

Pass the unique ID following the UVMID tag with or without the :
separators to the pesh command:

pesh 4c7f:459c:4980:bef5

or

pesh 4c7f459c4980bef5

You will be prompted for a password.

ENVIRONMENT

None

BUGS

None

AUTHOR

IBM Austin


Linux PESH (1) "November 2015"
Generated by manServer 1.07 from pesh.1 using man macros.