Guia de Instalacion y Configuracion CentOS 6.3 y 6.4
Guia de Instalacion y Configuracion CentOS 6.3 y 6.4
Guia de Instalacion y Configuracion CentOS 6.3 y 6.4
Disc Found
Next
Seleccionamos en el mapa a Bogot Colombia quitamos el reloj del sistema utiliza UTC,
Siguiente.
Colocamos contrasea del root, Siguiente.
Se escoge la opcin crear un diseo personalizado, Siguiente.
Si hay particiones se deben borrar debe quedar as:
Discos duros
sda
Libre
Luego creamos:
sda1(Raiz) ext4 30000 / forzar a particin primaria
sda2(php, archivos)ext4 60000 /var forzar a particin primaria
sda3(backups) ext4 50000 /mnt/disk2 forzar a particin primaria
Swap(virtual)2048
Clic en Siguiente.
Nuevamente clic en Siguiente.
Luego seleccionamos solo la opcin Web Server, clic en Personalizar ahora, Siguiente.
Siguiente.
DEVICE="eth0"
BOOTPROTO=none
NM_CONTROLLED="no"
ONBOOT="yes"
TYPE="Ethernet"
UUID="90628b28-b60c-49f8-b6a4-b5d47ac9229c"
HWADDR=00:03:CE:89:E3:C5
IPADDR=192.168.2.190
PREFIX=24
GATEWAY=192.168.2.2 -> esto se cambia de acuerdo
DNS1=200.118.2.66
DEFROUTE=yes
IPV4_FAILURE_FATAL=yes
IPV6INIT=no
NAME="System eth0"
; Print out errors (as a part of the output). For production web sites,
; you're strongly encouraged to turn this feature off, and use error logging
; instead (see below). Keeping display_errors enabled on a production web site
; may reveal security information to end users, such as file paths on your Web
; server, your database schema or other information.
display_errors = Off
; Even when display_errors is on, errors that occur during PHP's startup
; set it to be empty.
;
; PHP's built-in default is text/html
default_mimetype = "text/html"
default_charset = "iso-8859-1"
; Whether or not to enable the dl() function. The dl() function does NOT work
; properly in multithreaded servers, such as IIS or Zeus, and is automatically
; disabled on them.
; http://www.php.net/manual/en/info.configuration.php#ini.enable-dl
enable_dl = On
;;;;;;;;;;;;;;;;;;;
; Module Settings ;
;;;;;;;;;;;;;;;;;;;
[Date]
; Defines the default timezone used by the date functions
date.timezone = 'America/Bogota'
[Syslog]
; Whether or not to define the various syslog variables (e.g. $LOG_PID,
; $LOG_CRON, etc.). Turning it off is a good idea performance-wise. In
session.gc_maxlifetime = 50400
workgroup = hospital
server string = servidor
map to guest = bad user
load printers = no
cups options = raw
[BACKUPS]
Comment = COPIAS DE SEGURIDAD
path = /mnt/disk2/backups
public = yesl
writable = yes
printable = no
[RIPS]
Comment = RIPS
; path = /var/www/html/sihos/modulos/generips/rips 8.12
path=/var/www/html/sihos/archivos/<carpeta.con.nombre.del.CodiInst>/rips
public = yes
writable = yes
printable = no
[ARCHIVOS]
Comment = ARCHIVOS
path = /var/www/html/sihos/archivos
public = yes
writable = yes
printable = no
[HTML]
comment = html
path = /var/www/html
valid users = root
public = no
writable = yes
printable = no
para salir en mi computador que sea con shift Q
Esc :wq
mysql> grant all on *.* to root@localhost identified by'clave' with grant option;
se hace en el servidor
mysql> grant all on *.* to root@% identified by'clave' with grant option;
mysql> quit
/var/log/btmp {
missingok
monthly
create 0600 root utmp
rotate 1
}
chkconfig rsyslog on
Esc :wq
Este usuario debe ingresar directamente desde el equipo servidor desconectar cable de red
esperar 5 a 10 minutos hasta que pasen todas las transacciones.
Hasta el punto 6 se logea y ejecutar el comando de reinicio reboot o apagado poweroff
Si se crea el usuario hasta el punto 7, una vez logeado el equipo inicia proceso de apagado.
1. crear usuario
[root@ servidor]# useradd hospital
5. Crear enlaces simbolicos a /sbin ya que solo root puede acceder a /sbin
Nota: los enlaces simbolicos ya pueden existir
vim /home/hospital/.bashrc
agraegar lo siguiente al finalizar el if:
/sbin/shutdown -h now
Se crea en /mnt/disk2
[HOSPITAL]
comment = Hospital
path = /mnt/hospital
valid users = hospital root
public = no
writable = yes
printable = no
chkconfig mysqld on
chkconfig httpd on
chkconfig sshd on
chkconfig crond on
chkconfig smb on
chkconfig rsyslog on
Iniciar el servicio
Service mysqld start
Reiniciar el servicio de la tarjeta de red
Service network restart
Parar un servicio
Service mysqld stop
Service httpd stop
:wq
SE CREAN DIRECTORIOS
cd /mnt/disk2
mkdir backups
cd backups
mkdir proyecto
mkdir cron
cd /mnt/disk2
chmod -R 777 backups/