Configure Remote Access in myLVS: Difference between revisions

From MyLVS
Jump to navigation Jump to search
No edit summary
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:


Not all functions are implemented within the GUI, a few manual steps are required to setup remote access.<br>
==myLVS Server Command GUI==
This will show how to setup the command table for nrpe commands for
*reset_iis
*reset_apache
<br><br><br>
 
=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==




Line 36: Line 6:
| valign="top" |  
| valign="top" |  
Goto Setup/Server and then to assign<br>&nbsp;<br>
Goto Setup/Server and then to assign<br>&nbsp;<br>
[[File:myLVS-ConfigureServerCommand.png|320px]]<br><br>
[[File:myLVS-ConfigureServerCommand.png|380px]]<br><br>
| valign="top" |  
| valign="top" |  
Choose the '''Rebboot''' Link<br>&nbsp;<br>
Choose the '''Rebboot''' Link<br>&nbsp;<br>
[[File:myLVS-ConfigureServerCommand01.png|320px]]<br><br>
[[File:myLVS-ConfigureServerCommand01.png|380px]]<br><br>
|}
|}


Line 46: Line 16:
| valign="top" |  
| valign="top" |  
Goto one of the nodes where the server is configured<br>click the first aid symbol (bottom left)<br>
Goto one of the nodes where the server is configured<br>click the first aid symbol (bottom left)<br>
[[File:myLVS-ServerCommand.png|320px]]<br><br>
[[File:myLVS-ServerCommand.png|380px]]<br><br>
| valign="top" |  
| valign="top" |  
Response<br>&nbsp;<br>
Response<br>&nbsp;<br>
[[File:myLVS-ServerCommandResponse.png|320px]]<br><br>
[[File:myLVS-ServerCommandResponse.png|380px]]<br><br>
|}
|}


Line 57: Line 27:
{| width="50%"  
{| width="50%"  
| valign="top" |  
| valign="top" |  
Add a new node,<br>Goto Setup/Setup Node and then to assign<br>&nbsp;<br>
Add or edit a node,<br>Goto Setup/Setup Node and then to assign<br>&nbsp;<br>
[[File:myLVS-ConfigureCommand.png|320px]]<br><br>
[[File:myLVS-ConfigureCommand.png|380px]]<br><br>
| valign="top" |  
| valign="top" |  
Configure meners of this node,<br>Select any of the Server within the Node to configure<br>&nbsp;<br>
Configure members of this node,<br>Select any of the Server within the Node to configure<br>&nbsp;<br>
[[File:myLVS-ConfigureCommandServer.png|320px]]<br><br>
[[File:myLVS-ConfigureCommandServer.png|380px]]<br><br>
|}
|}


Line 67: Line 37:
| valign="top" |  
| valign="top" |  
Set the '''Reset IIS''' command for this server/node<br>&nbsp;<br>
Set the '''Reset IIS''' command for this server/node<br>&nbsp;<br>
[[File:myLVS-ConfigureCommandServerDetail.png|320px]]<br><br>
[[File:myLVS-ConfigureCommandServerDetail.png|380px]]<br><br>
| valign="top" |  
| valign="top" |  
Set the '''Reset Apache''' command for this server/node<br>&nbsp;<br>
Set the '''Reset Apache''' command for this server/node<br>&nbsp;<br>
[[File:myLVS-ConfigureCommandServerDetail02.png|320px]]<br><br>
[[File:myLVS-ConfigureCommandServerDetail02.png|380px]]<br><br>
|}
|}


Line 77: Line 47:
| valign="top" |  
| valign="top" |  
Test any of the remote service <br><br>
Test any of the remote service <br><br>
[[File:myLVS-TstCommandServer.png|320px]]<br><br>
[[File:myLVS-TstCommandServer.png|380px]]<br><br>
| valign="top" |  
| valign="top" |  
Click to restart '''IIS''' on '''web-01'''<br><br>
Click to restart '''IIS''' on '''web-01'''<br><br>
[[File:myLVS-TstService.png|320px]]<br><br>
[[File:myLVS-TstService.png|380px]]<br><br>
|}
|}


Line 87: Line 57:
| valign="top" |  
| valign="top" |  
Command output<br><br>
Command output<br><br>
[[File:myLVS-TstServiceResponse.png|320px]]<br><br>
[[File:myLVS-TstServiceResponse.png|380px]]<br><br>
| valign="top" |  
| valign="top" |  
Windows Event Viewer<br><br>
Sample Windows Event Viewer<br><br>
[[File:myLVS-TstWindowsResponse.png|320px]]<br><br>
[[File:myLVS-TstWindowsResponse.png|380px]]<br><br>
|}
|}

Latest revision as of 16:22, 7 September 2015

myLVS Server Command GUI

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 or edit a node,
Goto Setup/Setup Node and then to assign
 


Configure members of this node,
Select 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



Sample Windows Event Viewer