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

Solaris

Change Hostname In Solaris 10 Mudança no host Solaris 10

To change the host name in Solaris 10 just change these files Para mudar o nome do host do Solaris 10 apenas alterar esses arquivos
/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 algum debate sobre este arquivo)
Use dumpadm to update Use para atualizar dumpadm
/etc/dumpadm.conf / etc / dumpadm.conf
Reboot Reiniciar

NOTE The following hosts files are no longer used in Solaris 10. NOTA As seguintes hospeda arquivos já não são usados no 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 re-leia

On Solaris 10 it is possible to dynamically re-read the sd.conf configuration file via the use of the update_drv command. No Solaris 10, é possível dinamicamente re-sd.conf ler o arquivo de configuração através do uso da update_drv comando.
# update_drv -vf sd # Update_drv VF-SD
Cannot unload module: sd Will be unloaded upon reboot. Não é possível descarregar módulo: sd serão descarregadas após a reinicialização. Forcing update of sd.conf. Forçar atualização do sd.conf. sd.conf updated in the kernel. sd.conf atualizado no kernel. This prevents the need to reboot the server in order for changes to the sd.conf […] Isso evita a necessidade de reiniciar o servidor, a fim de alterar o sd.conf […]

No Comments » No Comments »

Removing Drives with cfgadm Removendo Drives com 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. Recentes Sun kit tem uma característica que quando você unconfigure uma unidade interna para remoção vem com uma luz azul indica que o dispositivo está pronto para a remoção. This is quite useful when you are performing break fix to a remote location, so that the engineeers know which drive to pull. Isto é bastante útil quando se está a efectuar uma pausa fixar a localização remota, de modo a que o engineeers saber qual drive para puxar.
This works when removing […] Isso funciona quando removendo […]

No Comments » No Comments »