Added idrac scripts for r730xd
This commit is contained in:
3
idrac/start.sh
Normal file
3
idrac/start.sh
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
sshpass -p "$(rbw get iDRAC)" ssh root@192.168.100.12 racadm serveraction powerup
|
||||||
3
idrac/stop.sh
Normal file
3
idrac/stop.sh
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
sshpass -p "$(rbw get iDRAC)" ssh root@192.168.100.12 racadm serveraction graceshutdown
|
||||||
Reference in New Issue
Block a user