Configure Remote Access in myLVS: Difference between revisions

From MyLVS
Jump to navigation Jump to search
Line 53: Line 53:
{| width="50%"  
{| width="50%"  
| valign="top" |  
| valign="top" |  
Add a new node, goto Setup/Setup Node and then to assign<br>&nbsp;<br>
Add a new node,<br>goto Setup/Setup Node and then to assign<br>&nbsp;<br>
[[File:myLVS-ConfigureCommand.png|320px]]<br><br>
[[File:myLVS-ConfigureCommand.png|320px]]<br><br>
| valign="top" |  
| valign="top" |  
Configure meners of this node, pick any of the Server within the Node to configure<br>&nbsp;<br>
Configure meners of this node,<br>pick any of the Server within the Node to configure<br>&nbsp;<br>
[[File:myLVS-ConfigureCommandServer.png|320px]]<br><br>
[[File:myLVS-ConfigureCommandServer.png|320px]]<br><br>
|}
|}

Revision as of 17:52, 2 August 2015

Add the nrpe commands reset_iis / reset_apache to the myLVS command table:

mySQL

  • Login
root@mylvs01:/# mysql -u root -p
  • Change the database
mysql> use mylvs;
  • Insert the statements:
mysql>  INSERT INTO `tblCommands` (`cmdID`,`enabled`,`name`,`command`,`type`,`type-description`) VALUES 
(1,1,'Reset IIS','/usr/lib/nagios/plugins/check_nrpe -H %HOST% -p 5666 -c reset_iis',2,'Reset Service'),
(2,1,'Restart Apache','/usr/lib/nagios/plugins/check_nrpe -H %HOST% -p 5666 -c reset_apache',2,'Reset Service'),
(3,1,'Reboot Server','/usr/lib/nagios/plugins/check_nrpe -H %HOST% -p 5666 -c reboot',2,'Reboot Server');


  • The Return should look:
mysql> INSERT INTO `tblCommands` (`cmdID`,`enabled`,`name`,`command`,`type`,`type-description`) VALUES
   ->  (1,1,'Reset IIS','/usr/lib/nagios/plugins/check_nrpe -H %HOST% -p 5666 -c reset_iis',2,'Reset Service'),
   ->  (2,1,'Restart Apache','/usr/lib/nagios/plugins/check_nrpe -H %HOST% -p 5666 -c reset_apache',2,'Reset Service'),
   ->  (3,1,'Reboot Server','/usr/lib/nagios/plugins/check_nrpe -H %HOST% -p 5666 -c reboot',2,'Reboot Server');
Query OK, 3 rows affected (0.00 sec)
Records: 3  Duplicates: 0  Warnings: 0


myLVS Server Command

Goto Setup/Server and then to assign
 


Choose the Rebboot Link
 



Goto one of the nodes where the server is configured
click the first aid symbol (bottom left)


Response
 


myLVS Service Command

Add a new node,
goto Setup/Setup Node and then to assign
 


Configure meners of this node,
pick any of the Server within the Node to configure
 


Set the Reset IIS command for this server/node
 


Set the Reset Apache command for this server/node
 



Test any of the remote service



Click to restart IIS on web-01




Command output



Windows Event Viewer