Property Management System practice

This information all about best practice of Property Management System especially for Fidelio, Opera from Micros-Fidelio

Best Practice using Microsoft Office

This is best practice can help you to use Ms. Office more effisient and effective.

Apple best practice

All about Apple

Networking

Networking section... vlan,Cisco,Mikrotik,Switch,Router

Cloud Computing

Information about cloud computing and best practice...

Thursday, November 22, 2012

Reconfigure IMSVA 8 - Trend Micro

Trend Micros IMSVA 8.0
Reconfigure the network interface, as follows, after logging as root/imsva8.0:

cd /etc/sysconfig/network-scripts
rm ifcfg-eth0
mv ifcfg-eth0.bak ifcfg-eth0
ifup eth0

Restart the virtual machine. The Log on screen changes to display the default IP
address used to access the IMSVA web console.
You can now log on to the IMSVA web console to manage the product. The default
network settings are listed below. You can authenticate to the web console, CLI, and
OS shell using the default system passwords below. Be sure to change the
passwords after you log on.

Reboot Linux command

Reboot Linux command

You must login as root to reboot the system. Open the terminal and type any one of the following command to reboot the system (following is immediate reboot):

 # /sbin/reboot
OR
 # /sbin/shutdown -r now

 You can also use sudo command under Ubuntu Linux:
$ sudo reboot

 It is a good idea to provide notification to all logged-in usersthat the system is going down and, within the last five minutes of TIME, new logins are prevented. Type the following command:
 # shutdown -r +5

Sample output:
Broadcast message from wkariana@kariana.com
        (/dev/pts/1) at 13:21 ...
The system is going down for reboot in 5 minutes!
TIME may have different formats, the most common is simply the word now which will bring the system down immediately. Other valid formats are +m, where m is the number of minutes to wait until shutting down and hh:mm which specifies the time on the 24hr clock.

How do I reboot remote Linux server?

Simply login as the root user using ssh command:
$ ssh root@remote-server.com /sbin/reboot