Está en la página 1de 1

ALGUNOS COMANDOS AVANZADOS DE ROCKS

https://www.rocksclusters.org/assets/usersguides/spanish/rocks-practical-guide-manager_user-
rel1.pdf

https://riunet.upv.es/bitstream/handle/10251/79427/TORRES%20-
%20Configuraci%C3%B3n%20y%20an%C3%A1lisis%20de%20las%20prestaciones%20de%20un%20
sistema%20multicomputador%20para%20la%20ejecu....pdf?sequence=1

https://www.ehu.eus/sgi/mandar-trabajos/comandos-de-interes-del-sistema-de-colas

# rocks → muestra la lista de comandos Rocks ( es el equivalente al man en Linux)


# r o c k s l i s t h o s t → listar las maquinas del hpc
# r o c k s l i s t network → lista la configuración de la red del hpc
# r o c k s l i s t h o s t b o o t → lista la configuración de arranque
# r o c k s l i s t h o s t p a r t i t i o n → lista las particiones del arreglo de discos
# r o c k s l i s t h o s t i n t e r f a c e → lista las interfases de red
# r o c k s remove h o s t i n t e r f a c e compute−0−0 e t h 1 → remover un
servidor o una red, en este caso removió la tarjeta eth1 del computador 0-0
]# r o c k s run h o s t [ h o s t ] [ command ] { a rg s } → Comando para ejecutar
un programa en un host
# r o c k s run h o s t compute−0−0 “shutdwon -h now” → comando para elaborar una
Shell y apagar todo el sistema remotamente
#rocks set h o s t cpus compute−0−0 2 → adicionarle cores a un nodo
# r o c k s s e t h o s t i n t e r f a c e i p compute−0−0 e t h 1 1 9 2 . 1 6 8 . 0 .
1 0 → adicionarle una ip nueva
# r o c k s s e t h o s t i n t e r f a c e gateway compute−0−0 i f a c e=e t h1
gateway = 1 9 2 . 1 6 8 . 0 . 1 → adicionar puerta de enlace
# rocks run h o s t compute−0−0 ps -a → Ver los procesos del computador0-0
# ping compute−0−0 → hacer un ping

También podría gustarte