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