HewlettPackard / python-redfish-utility

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

can't save AccountService.1.0.0 #14

Closed BoomerB closed 4 years ago

BoomerB commented 5 years ago
root@DL380Gen9:~# ilorest
iLOrest : RESTful Interface Tool version 2.4
Copyright (c) 2014, 2019 Hewlett Packard Enterprise Development LP
------------------------------------------------------------------------------------------------------------------------
iLOrest > login
Discovering data...Done
iLOrest > select AccountService.1.0.0
iLOrest > save
Saving configuration...
ERROR: 'self'
iLOrest > exit
Logging session out.
Bye for now
root@mtzhlfwtst09:~# cat /etc/redhat-release
Red Hat Enterprise Linux Server release 7.6 (Maipo)
root@mtzhlfwtst09:~# uname -a
Linux mtzhlfwtst09 3.10.0-957.10.1.el7.x86_64 #1 SMP Thu Feb 7 07:12:53 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
root@mtzhlfwtst09:~# ilorest --version
RESTful Interface Tool 2.4
root@mtzhlfwtst09:~# rpm -qi ilorest
Name        : ilorest
Version     : 2.4.1
Release     : 14
Architecture: x86_64
Install Date: Tue 23 Apr 2019 05:32:53 PM CEST
Group       : System/Configuration/Packaging
Size        : 8675874
License     : Copyright 2016-2019 Hewlett Packard Enterprise Development LP
Signature   : RSA/SHA256, Thu 28 Mar 2019 09:52:40 PM CET, Key ID c208adde26c2b797
Source RPM  : ilorest-2.4.1-14.src.rpm
Build Date  : Thu 28 Mar 2019 09:50:55 PM CET
Build Host  : bls11u3x64004.sde.rdlabs.hpecorp.net
Relocations : (not relocatable)
Packager    : Hewlett Packard Enterprise Company
Vendor      : Hewlett Packard Enterprise Company
URL         : http://hp.com/go/proliantlinux
Summary     : HPE RESTful Interface Tool
Description :
Command line interface for managing HPE ProLiant Servers

Authors:
--------
    Hewlett Packard Enterprise
Yergidy commented 5 years ago

Hi, Can you run the following commands with the debug global flag added? -d

KeepSummerSaf3 commented 4 years ago

Please update us with the status of this issue including the ilorest debug log (utilizing the '-d' option).

BoomerB commented 4 years ago

I'm very sorry, I completely forgot this issue I still use the ilorest utility but not in scripts. I mostly use the JSON interface with rawget and rawpatch to manipulate the iLO configuration and this is working fine for me.