Archivo de la categoría: solaris

monitor a number of file descriptors opened by a particular process

> Hi, > How can I monitor a number of file descriptors opened by a particular > process on Solaris8 ? > Thanks, > Alona download lsof from http://www.sunfreeware.com/, then run «lsof -p pid». Victor Responder al autor Reenviar Debes registrarte antes de enviar mensajes. Para enviar una entrada, antes deberás formar parte del grupo.… Read More: monitor a number of file descriptors opened by a particular… »

Sun Patch Framework

Sun Update Manager . updatemanager GUI version of smpatch smpatch – CLI of updatemanager – analizyse / download /add The following components requiere service plan: Sun Update Web Application – Web Portal hosted by sun.com faciliates the management of patches for 1 or more systems Sun Update Connection Proxy – Creates a local patch server… Read More: Sun Patch Framework »

Patching the Solaris / BOX / Patch Management

Steps: 1. Register the system with Sun in order to use Update Manager and other tools. i.e. Sun Update Connection Applications -> Utilities -> UpdateManager # which updatemanager /usr/bin/updatemanager Registration without subscription key limits updates to the following: a. Security updates for sotware b. applicable hardware updates ( firmware ) Note: Sun Update Connection features… Read More: Patching the Solaris / BOX / Patch Management »

Solaris DVD Installer PKG MGMT.

Setup NFS on installation server to share DVD contents: share -F nfs -o ro,anon=0 /export/home/Solaris10 [ssybl2:~]# cat /etc/dfs/dfstab # Place share(1M) commands here for automatic execution # on entering init state 3. # # Issue the command ‘svcadm enable network/nfs/server’ to # run the NFS daemon processes and the share commands, after adding # the… Read More: Solaris DVD Installer PKG MGMT. »

System Info Commands

### SYSTEM INFO COMMANDS ### Solaris version and platform information [ssybl0:~]# cat /etc/release Solaris 10 5/08 s10s_u5wos_10 SPARC Copyright 2008 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms. Assembled 24 March 2008 showrev [ssybl0:~]# showrev Hostname: bl0 Hostid: 84avaa Release: 5.10 Kernel architecture: sun4v Application architecture: sparc Hardware provider: Sun_Microsystems Domain:… Read More: System Info Commands »

BASH .bash_profile

[ssybl0:~]# cat .bash_profile export TERM=xtermc export PS1='[\h:\w]\$ ‘ alias ls=’ls -l’ alias vi=’vim’