Thursday, July 18, 2013

CLI on Rocks Cluster

View console of a machine installing headless
# rocks-console compute-0-0

Run this CLI after Installer CD out from the compute

To shutdown all compute node, please log in as root on the frontend. Then run this CLI :
# rocks run host command="shutdown -h now"

Problem with : default gateway, 2nd NIC

2nd NIC use TP-Link TG-3468 Rev 1.2. Based on this site http://www.microbarn.com/details.aspx?rid=102333, this NIC used chipset Realtek RTL8168B, same with the 1st NIC or onboard NIC. The problem is, why the CentOS doesn't recognize it? It's cause by hardware or OS? The chipset can see on NIC board, one of the ICs. Onfortuately, I can not see the MAC Address on NIC.

[root@cluster ~]# lspci
00:00.0 Host bridge: Intel Corporation Unknown device 0150 (rev 09)
00:01.0 PCI bridge: Intel Corporation Unknown device 0151 (rev 09)
00:16.0 Communication controller: Intel Corporation Cougar Point HECI Controller #1 (rev 04)
00:1a.0 USB Controller: Intel Corporation Cougar Point USB Enhanced Host Controller #2 (rev 05)
00:1b.0 Audio device: Intel Corporation Cougar Point High Definition Audio Controller (rev 05)
00:1c.0 PCI bridge: Intel Corporation Cougar Point PCI Express Root Port 1 (rev b5)
00:1c.1 PCI bridge: Intel Corporation Cougar Point PCI Express Root Port 2 (rev b5)
00:1c.4 PCI bridge: Intel Corporation Cougar Point PCI Express Root Port 5 (rev b5)
00:1c.5 PCI bridge: Intel Corporation Cougar Point PCI Express Root Port 6 (rev b5)
00:1d.0 USB Controller: Intel Corporation Cougar Point USB Enhanced Host Controller #1 (rev 05)
00:1f.0 ISA bridge: Intel Corporation Unknown device 1c5c (rev 05)
00:1f.2 SATA controller: Intel Corporation Cougar Point 6 port SATA AHCI Controller (rev 05)
00:1f.3 SMBus: Intel Corporation Cougar Point SMBus Controller (rev 05)
01:00.0 VGA compatible controller: nVidia Corporation Unknown device 1049 (rev a1)
01:00.1 Audio device: nVidia Corporation Unknown device 0e08 (rev a1)
02:00.0 USB Controller: Texas Instruments Unknown device 8241 (rev 02)
03:00.0 Network controller: Broadcom Corporation Unknown device 4357 (rev 01)
05:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 07)


Read :
http://www.rocksclusters.org/roll-documentation/base/5.4/
https://wiki.rocksclusters.org/wiki/index.php/Commands
http://computational.engineering.or.id/Rocks_Cluster
http://en.wikipedia.org/wiki/Cluster_manager

No comments:

Post a Comment