HewlettPackard / python-redfish-utility

Python-based utility for interacting with devices supporting a Redfish Service
Other
86 stars 41 forks source link

Issue related to using EOF statement #87

Closed danmsi closed 8 months ago

danmsi commented 10 months ago

Hi, after upgrade the ilorest to newest version due I'm validation Gen11 in our environment I'm facing the error below while using 'EOF' statement:

[root@server1~]# ilorest --nologo --nocache << 'EOF'

virtualmedia EOF Warning: Input is not a terminal (fd=0). Logging session out.

[root@server1~]# rpm -qa | grep -i ilorest ilorest-4.5.0.0-97.x86_64

We didn't face that situation while using the version 3.5.

[root@server2~]# ilorest --nologo --nocache << 'EOF' virtualmedia EOF Warning: Input is not to a terminal (fd=0). iLOrest > virtualmedia Discovering data...Done Available Virtual Media Options: Available Virtual Media Options: [2] Media Types Available: CD DVD Image Inserted: None [1] Media Types Available: Floppy USBStick Image Inserted: None iLOrest > Logging session out.

[root@server2~]# rpm -qa | grep -i ilorest ilorest-3.5.1.0-8.x86_64