Posts

How to access 2 instance of SQL server remotely with same IP address

Image
Scenario- You have 2 SQL servers with different versions installed in your machine for example one is sql server 2008 r2 and another one is sql server 2014 Now you want to access both the servers through IP address in this case if you have installed SQL server 2008 in default instance mode and sql server 2014 with manual instance name so when you will connect with IP address it will make connection with SQL server 2008 R2 because the port number(1433) will going to be use with default instances. You will have to make below settings in the SQL server configuration manager for making access to SQL server 2014.Follow below steps. Steps-) Go to-SQL Server network manager-Select Protocol for SQL2014-Double Click on TC/IP and select tab IP Address-Here Find IPALL-give the port number in TCPPort-Apply and restart SQL Server service. Even you can change default port.

The VPN client agent was unable to create interprocess communication depot

Image
Some time we face this issue while connecting/Installing Cisco any-connect vpn mobility  client in windows. Error- Solution- 1-Open Network and Sharing center 2- Change adapter settings 3- You can directly open Adpter settings by  command from RUN- ncpa.cpl press Enter After that Select adapter which you are using for accessing internet and right click select properties. Then click on Sharing tab After that remove the check box from the "Allow other Network users to connect through this computers Internet connection" and click OK.                                                                                   After copleting this process then start setup again.It should be work. Thanks,

How to recall an Email You’ve Already Sent in Gmail.

Image
I am going to describe pulling back to sent email from the Gmail. This will help us to stop sending email by mistake. Below are the steps for the same. 1. Go to  “Settings.” right corner of the Gmail. 2. Select the “General” tab, and navigate to “Undo Send.” 3. Check the “Enable Undo Send” radio button. 4. Using the drop down menu, extend the cancellation period from 5 to 30 seconds. 5. Scroll down and click “Save Changes.” After that when you will send email a message will be displayed in front of you that message will be" Your message has been sent. Undo View message ". Click on Undo with in the time duration which you have configured and after that your email will pull back and it will save in your draft. Thanks,

How to reset Nagios web interface login password

Image
If we are not able to login NagiosXI web portal due to password forget so below is the process for resetting nagiosadmin password - Login though SSH - User should be root access or root - Run below command /usr/local/nagiosxi/scripts/reset_nagiosadmin_password.php --password=(Type your new password here)  

How to reboot windows vm machine in safe mode...

Image
Here I am going to describe about rebooting vm machine in  safe mode Step1- Reboot vm machine Step2- when the computer starts press F8 (Depend on the keyboard type Fn+F8)

Administrator roles in office365

Image
There are 5 types of administrator role in Office 365 1) Billing administrator 2) Global Administrator 3) Password Administrator 4) Service Administrator 5) User Management Administrator - In office 365 we can delegating some of the administrator tasks to other users.For doing this task you should have access of global administrator. To Assign administration rights to user follow the below steps. - Login through your global administrator account - Then click the “Admin” tab and select “Users” under “Management” in the left side of the portal - Select a user or create a new user to whom we want to give admin rights - For the user in question click the “Settings” tab - Click “Yes” under “Assign administrative access to your company” section to display a list of five possible administration roles - Click the desired role, Example- “Billing administrator”            It's All.Thank you

Vmware workstation and hyper-v are not compatible remove the hyper-v role from the system beofre running vmware workstation

Image
Some times we face this issue when we start vmware workstation"Vmware workstation and hyper-v are not compatible remove the hyper-v role from the system before running vmware workstation" Solution- Open command prompt with run as administrator then type command- bcdedit /set hypervisorlaunchtype off After that reboot machine and this is mandatory to take effect then run power on  vm machine.                                                                It's All,Thank you