Differences between revisions 2 and 4 (spanning 2 versions)
Revision 2 as of 2020-06-15 07:05:30
Size: 1256
Editor: localhost
Comment:
Revision 4 as of 2020-06-15 07:08:40
Size: 1377
Editor: localhost
Comment:
Deletions are marked like this. Additions are marked like this.
Line 40: Line 40:
ipmcget -t storage -d ctrlinfo -v 1

ipmcget -t storage -d ldinfo -v 1 all
Line 41: Line 45:

ipmcget -t storage -d ldinfo -v 1 all

iBMC

NTP

ansible 10.129.3.15 -m raw -a 'ipmcset -t ntp -d preferredserver -v 10.129.71.26'
ansible 10.129.3.15 -m raw -a 'ipmcset -t ntp -d alternativeserver -v 10.129.71.27'

brightmoon ~ # ansible 10.129.3.15 -m raw -a 'ipmcset -t ntp -d preferredserver -v 10.129.71.26'
10.129.3.15 | CHANGED | rc=0 >>
Set NTP preferred server (10.129.71.26) successfully.
Shared connection to 10.129.3.15 closed.

brightmoon ~ # ansible 10.129.3.15 -m raw -a 'ipmcset -t ntp -d alternativeserver -v 10.129.71.27'
10.129.3.15 | CHANGED | rc=0 >>
Set NTP alternative server (10.129.71.27) successfully.
Shared connection to 10.129.3.15 closed.

brightmoon ~ # ansible 10.129.3.15 -m raw -a 'ipmcget -d ntpinfo'
10.129.3.15 | CHANGED | rc=0 >>
Status             : disabled
Mode               : manual
Preferred Server   : 10.129.71.26
Alternative Server : 10.129.71.27
Synchronize        : failed
Auth Enable        : disabled
Group Key          : not imported
Shared connection to 10.129.3.15 closed.

time

ansible 10.129.3.15 -m raw -a 'ipmcget -d time'

Raid

ipmcget -t storage -d ctrlinfo -v 1

ipmcget -t storage -d ldinfo -v 1 all

ipmcset -t storage -d createld -v 1 -rl r1 -pd 36,37 -name ESXi-LOCAL -init quick

ipmcget -t storage -d ldinfo -v 1 all

désert/hd-hhddc (last edited 2020-06-17 07:37:38 by localhost)