Entradas

How to Schedule Windows Server Backup Exchange

Imagen
If you are  using Windows Server Backup to backup Exchange Server 2010  then you will want to configure a scheduled back task to automate the process. Windows Server Backup has scheduling capabilities built in.  You can configure a scheduled backup job by clicking on  Backup Schedule  in the actions pane of the Windows Server Backup console. Creating a scheduled backup in Windows Server Backup However you might notice that the scheduling options are limited.  You can either perform a daily backup, or more frequent backups, but not  less frequent  backups. Windows Server Backup scheduling options Why would you want to create less frequent scheduled backups of an Exchange server? Two example scenarios are: Reducing backups to run weekly because the data is already protected by a  Database Availability Group Running two different backup jobs on alternating days that backup to two different devices or locations Fortunately...

iscsiadm - Linux man page

Name iscsiadm - open-iscsi administration utility Synopsis iscsiadm  -m discoverydb [ -hV ] [ -d debug_level ] [ -P printlevel ] [ -I iface -t type -p ip:port [ -lD ] ] | [ [ -p ip:port -t type ] [ -o operation ] [ -n name ] [ -v value ] [ -lD ] ] iscsiadm  -m discovery [ -hV ] [ -d debug_level ] [ -P printlevel ] [ -I iface -t type -p ip:port [ -l ] ] | [ [ -p ip:port ] [ -l | -D ] ] iscsiadm  -m node [ -hV ] [ -d debug_level ] [ -P printlevel ] [ -L all,manual,automatic ] [ -U all,manual,automatic ] [ -S ] [ [ -T targetname -p ip:port -I iface ] [ -l | -u | -R | -s] ] [ [ -o operation ] [ -n name ] [ -v value ] [ -p ip:port ] ] iscsiadm  -m session [ -hV ] [ -d debug_level ] [ -P printlevel ] [ -r sessionid | sysfsdir [ -R ] [ -u | -s ] ] iscsiadm  -m iface [ -hV ] [ -d debug_level ] [ -P printlevel ] [ -I ifacename ] [ [ -o operation ] [ -n name ] [ -v value ] ] iscsiadm  -m fw [-l] iscsiadm  -m host [ -P printlevel ] [ -H host...

How to install VNC server on CentOS 6

Imagen
VNC is a protocol that is used to share the desktop with other users/computers over the network/Internet.In order to share a desktop, VNC server must be install and configure on the computer and VNC client must be run on the computer that will access the shared desktop. When we install the minimal copy of CentOS Server, it only gives us the “Command Line” interface. But some people prefer GUI instead and for this they install Full version of Gnome on CentOS. Actually there is a better way and that is to install VNC. VNC provides a lightweight virtual desktop than full blown version of Gnome. To run the VNC Server on CentOS, we have to install these required packages: sudo yum groupinstall Desktop sudo yum install tigervnc-server sudo yum install xorg-x11-fonts-Type1 This is optional: sudo yum install vnc To start VNC Server on boot sudo chkconfig vncserver on To setup users’ VNC password: vncpasswd Edit the   /etc/sysconfig/vn...

VNC ( Virtual Network Computing )

Imagen
Versión original inglesa mantenida por:  GeraldClark  y PJWelsh VNC  se usa para mostrar una sesión de  X window  corriendo en otra computadora. Al contrario que en una conexión X remota, el servidor X (xserver) corre en la computadora remota, no en la estación de trabajo local. Su estación (Linux o Windows) solamente muestra una copia del display (real o virtual) que está corriendo en la máquina remota. Hay varias maneras de configurar el servidor VNC. Este HOWTO describe cómo configurar VNC usando el servicio  vncserver  provisto por CentOS. Contents Instalando los paquetes necesarios Configuración de VNC sin encriptación Crear los usuarios VNC Fijar las passwords de sus usuarios VNC Editar la configuración del servidor Crear scripts para xstartup Arrancar el servidor VNC Probar los usuarios VNC Probando con un navegador con Java habilitado Probando con un cliente VNC Arrancando vncserver al inicio VNC encriptado a través ...