Servicios

Web hosting
Ver »
Páginas Web
Ver »
Soporte UNIX
Ver »
UNIX TIPS
Ver »

COMPONENTES DE UNA ZONA CONFIGURADA

# zonecfg -z guimx5

create -b
set zonepath=/export/zone/guimx5
set autoboot=true

add fs
set dir=/iplanet
set special=/dev/md/dsk/d612
set raw=/dev/md/rdsk/d612
set type=ufs
end

add fs
set dir=/logs_aplic
set special=/dev/md/dsk/d613
set raw=/dev/md/rdsk/d613
set type=ufs
end

add fs
set dir=/iplanetgui
set special=/dev/md/dsk/d614
set raw=/dev/md/rdsk/d614
set type=ufs
end

add fs
set dir=/runwaygui
set special=/dev/md/dsk/d615
set raw=/dev/md/rdsk/d615
set type=ufs
end

add fs
set dir=/Logs_Iplanet
set special=/dev/md/dsk/d616
set raw=/dev/md/rdsk/d616
set type=ufs
end

add net

set address=10.0.0.33
set physical=qfe0
end
#

Regresar


Random TIPS

KEEP THE USERS OFF WITH NOLOGIN
There is a way to disable any new login attempts into a system. This can be achieved by simply creating a file called /etc/nologin.
It can have a null file size or a message can be placed into the file informing the status of the system. If a user attempts to login remotely, a message will display with contents of the /etc/nologin file, and then disconnect the user.
However, ftp connections are not affected by this, if ftpd is running.

free counters