2020년 9월 10일 목요일
xm console enter and exit
Execute the xm console < vm-name > command. Type 1 . The current configuration status and the server log are displayed. To exit the VM console, use Ctrl + ] .
2020년 9월 3일 목요일
How to get the DRAC IP address from the localhost
I believe what you're looking for is this:
[root]# racadm getniccfg
NIC Enabled = 1
DHCP Enabled = 0
IP Address = 192.168.0.120
Subnet Mask = 255.255.255.0
Gateway = 192.168.0.1
(Note, above settings are the defaults for DRAC)
How to find ILO IP address of HP server running on Linux
To find ILO ip address we need hponcfg tool which can be installed using following package “hponcfg-4.3.0-0.x86_64”
using following command you can get ILO IP address
hponcfg -w /tmp/ilo.out
cat /tmp/ilo.out
2020년 9월 1일 화요일
How to specify the MAC addresses for LLT interfaces in a cluster.
systemA:~# lltstat -nvv
LLT node information:
Node State Link Status Address
* 0 systemA OPEN
ce4 UP 00:14:4F:44:88:51
ce10 UP 00:14:4F:67:6E:BB
1 systemB OPEN
ce4 UP 00:14:4F:67:5B:ED
ce10 DOWN 00:14:4F:44:88:1F
LLT node information:
Node State Link Status Address
* 0 systemA OPEN
ce4 UP 00:14:4F:44:88:51
ce10 UP 00:14:4F:67:6E:BB
1 systemB OPEN
ce4 UP 00:14:4F:67:5B:ED
ce10 DOWN 00:14:4F:44:88:1F
피드 구독하기:
글 (Atom)