English flagItalian flagGerman flagSpanish flagFrench flagPortuguese flagJapanese flagKorean flagChinese flagRussian flag
By N2H
Home » Solaris Inicio »Solaris

Solaris

Change Hostname In Solaris 10 Cambio de nombre de host de Solaris 10

To change the host name in Solaris 10 just change these files Para cambiar el nombre de host en Solaris 10 acaba de cambiar estos archivos
/etc/hosts / etc / hosts
/etc/nodename / etc / nodename
/etc/nostname.<interface> / etc / nostname. <interface>
/etc/inet/ipnodes    (There is some debate about this file) / etc / inet / ipnodes (Existe cierto debate acerca de este archivo)
Use dumpadm to update Use dumpadm para actualizar
/etc/dumpadm.conf / etc / dumpadm.conf
Reboot Reinicie

NOTE The following hosts files are no longer used in Solaris 10. NOTA Los siguientes archivos hosts ya no se utilizan en Solaris 10.
/etc/net/ticlts/hosts / etc / net / ticlts / hosts
/etc/net/ticots/hosts / etc / net / ticots / hosts
/etc/net/ticotsord/hosts / etc / net / ticotsord / hosts

No Comments » No Comments »

Solaris 10 sd.conf dynamic re-read Solaris 10 sd.conf dinámica volver a leer

On Solaris 10 it is possible to dynamically re-read the sd.conf configuration file via the use of the update_drv command. En Solaris 10 es posible dinámicamente a volver a leer el sd.conf archivo de configuración a través del uso de la update_drv comando.
# update_drv -vf sd # Update_drv-VF SD
Cannot unload module: sd Will be unloaded upon reboot. No se puede descargar el módulo: sd se descargarán al reiniciar el sistema. Forcing update of sd.conf. Obligar a actualizar de sd.conf. sd.conf updated in the kernel. sd.conf actualización en el núcleo. This prevents the need to reboot the server in order for changes to the sd.conf […] Esto evita la necesidad de reiniciar el servidor con el fin de efectuar cambios en el sd.conf […]

No Comments » No Comments »

Removing Drives with cfgadm La supresión de unidades con cfgadm

Newer Sun kit has a feature where when you unconfigure an internal drive for removal a blue light comes on indicating the device is ready for removal. Newer Sun kit tiene una característica que cuando usted unconfigure una unidad interna para su eliminación una luz azul viene indicando en el dispositivo está listo para su eliminación. This is quite useful when you are performing break fix to a remote location, so that the engineeers know which drive to pull. Esto es muy útil cuando se están realizando para romper fijar una ubicación remota, de modo que la engineeers saber que conducir a tirar.
This works when removing […] Esto funciona cuando la eliminación de […]

No Comments » No Comments »