Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

Where you see <username> and <password> use the credentials you have set.

If you do not know these please contact support.

  1. Download and install IPMI View onto the system

...

Home Screen - Click on the preview image, which will download a Java file. Run the Java file and it will allow you to access the console of the system

...

From here, login with itrinegy<username>/itrinegy <password> (username and pswd) and type in ‘hostname -I’. This should give you the true IP of the system and you can therefore work out which one it is.

...

 -g <gateway>               Sets a Gateway IP (format: ###.###.###.###).

Example:

itrinegy@NE<username>@NE-ONE-Emulator:~$ sudo /ippe/bin/ipmicfg -m

IP=192.168.202.47

MAC=AC:1F:6B:4A:E2:83

itrinegy@NE<username>@NE-ONE-Emulator:~$ sudo /ippe/bin/ipmicfg -k

Subnet Mask=255.255.255.0

itrinegy@NE<username>@NE-ONE-Emulator:~$ sudo /ippe/bin/ipmicfg -g

...

For INE version 8.5 or NE-ONE V4.x you can obtain ipmicfg directly from iTrinegy NE-ONE and will need to scp or sftp it to the system

...

  • Turn off DHCP: sudo ./ipmicfg -dhcp off

  • Set IPMI address: sudo ./ipmicfg -m <ipaddress>

  • Set IPMI Gateway: sudo ./ipmicfg -g <gwadddress>

  • Set IPMI Subnetmask: sudo ./ipmicfg -k <subnetmask>

e.g.

itrinegy@INE<username>@INE-Enterprise:~$ sudo ./ipmicfg -dhcp off

Successfully disable DHCP.

itrinegy@INE<username>@INE-Enterprise:~$ sudo ./ipmicfg -m 192.168.203.114

IP=192.168.203.114

itrinegy@INE<username>@INE-Enterprise:~$ sudo ./ipmicfg -g 192.168.203.1

Gateway=192.168.203.1

itrinegy@INE<username>@INE-Enterprise:~$ sudo ./ipmicfg -k 255.255.255.0

...