<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.define-technology.com/mediawiki-1.35.0/index.php?action=history&amp;feed=atom&amp;title=Graphcore_M2000_System_Debug</id>
	<title>Graphcore M2000 System Debug - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.define-technology.com/mediawiki-1.35.0/index.php?action=history&amp;feed=atom&amp;title=Graphcore_M2000_System_Debug"/>
	<link rel="alternate" type="text/html" href="http://wiki.define-technology.com/mediawiki-1.35.0/index.php?title=Graphcore_M2000_System_Debug&amp;action=history"/>
	<updated>2026-05-04T18:42:12Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.0</generator>
	<entry>
		<id>http://wiki.define-technology.com/mediawiki-1.35.0/index.php?title=Graphcore_M2000_System_Debug&amp;diff=32476&amp;oldid=prev</id>
		<title>David: Created page with &quot;= No 100GbE link = During the bringup of our initial IPU M2000 units, it was noticed that the 100GbE interfaces would not give a link. More correctly, they did provide a link...&quot;</title>
		<link rel="alternate" type="text/html" href="http://wiki.define-technology.com/mediawiki-1.35.0/index.php?title=Graphcore_M2000_System_Debug&amp;diff=32476&amp;oldid=prev"/>
		<updated>2021-02-02T22:27:13Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;= No 100GbE link = During the bringup of our initial IPU M2000 units, it was noticed that the 100GbE interfaces would not give a link. More correctly, they did provide a link...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= No 100GbE link =&lt;br /&gt;
During the bringup of our initial IPU M2000 units, it was noticed that the 100GbE interfaces would not give a link. More correctly, they did provide a link as the unit was powered on but as the fans ramped down after a minute or so, the link would drop.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
The management interface would show a link, as expected.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
It was identified that there was an issue with the software on the early IPU M2000 which mean the GW and IPUs were not being powered on automatically.&lt;br /&gt;
&lt;br /&gt;
== Accessing the IPU M2000 BMC ==&lt;br /&gt;
&lt;br /&gt;
=== Identify the BMC&amp;#039;s IP address ===&lt;br /&gt;
To access the IPU M2000&amp;#039;s BMC, first it is necessary to identify the unit IP address. This can be achieved by a number of methods but it is usually simple enough to look through the &amp;lt;code&amp;gt;/var/log/syslog&amp;lt;/code&amp;gt; syslog to find the IP address offered by the DHCP server:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ipuuser@ipu-host-2:~$ sudo grep dhcpd /var/log/syslog* | grep -i discover&lt;br /&gt;
/var/log/syslog.1:Jan 20 14:23:29 ipu-host-2 dhcpd[3474]: DHCPDISCOVER from 70:69:79:20:13:b4 via enp65s0f1&lt;br /&gt;
&lt;br /&gt;
ipuuser@ipu-host-2:~$ sudo grep 70:69:79:20:13:b4 /var/log/syslog*&lt;br /&gt;
/var/log/syslog:Jan 21 06:27:08 ipu-host-2 dhcpd[3474]: DHCPREQUEST for 10.1.1.1 from 70:69:79:20:13:b4 via enp65s0f1&lt;br /&gt;
/var/log/syslog:Jan 21 06:27:08 ipu-host-2 dhcpd[3474]: DHCPACK on 10.1.1.1 to 70:69:79:20:13:b4 via enp65s0f1&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Access the IPU&amp;#039;s BMC using SSH ===&lt;br /&gt;
SSH to the IP address identified above using the login credentials of &amp;#039;&amp;#039;&amp;#039;root&amp;#039;&amp;#039;&amp;#039; and &amp;#039;&amp;#039;&amp;#039;0penBmc&amp;#039;&amp;#039;&amp;#039;:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ipuuser@ipu-host-2:~$ ssh 10.1.1.1 -l root&lt;br /&gt;
The authenticity of host &amp;#039;10.1.1.1 (10.1.1.1)&amp;#039; can&amp;#039;t be established.&lt;br /&gt;
RSA key fingerprint is SHA256:SW5Bwfpj/WjkwYu8eQoVefyquJhLmUM3AxCrzW0eYfA.&lt;br /&gt;
Are you sure you want to continue connecting (yes/no)? yes&lt;br /&gt;
Warning: Permanently added &amp;#039;10.1.1.1&amp;#039; (RSA) to the list of known hosts.&lt;br /&gt;
root@10.1.1.1&amp;#039;s password: &lt;br /&gt;
=======================================================================&lt;br /&gt;
Graphcore IPU-Machine ipum-p2-rev1 - OpenBMC gc-v1.6.0-21-g2ad233f &lt;br /&gt;
&lt;br /&gt;
Some useful commands:&lt;br /&gt;
  ipum-utils             Collection of Power and Boot Control Commands.&lt;br /&gt;
  ipum-diags             Enter Maintenance Mode. For low level testing including BIST.&lt;br /&gt;
  ipum_sysfpga           Utility for Upgrading System FPGA.&lt;br /&gt;
  obmc-console-client    Serial Console Access to Gateway SOC. To exit press &amp;quot;Enter&amp;quot; and then &amp;quot;~.&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
This login is using the default root password. It is advised to change it, using Redfish or GUI.&lt;br /&gt;
=======================================================================&lt;br /&gt;
root@ipum-p2-rev1-8204721-0012:~# &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Power on GW and IPUs ===&lt;br /&gt;
Run the following command:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
root@ipum-p2-rev1-8204721-0012:~# ipum-utils power_on&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>David</name></author>
	</entry>
</feed>