Archivo de la categoría: solaris

SAMP via blastwave

instalación de los módulos Modulos pkg-get samp pkg-get -i apache2 ap2_modphp5 pkg-get -i php5 php5_mysql php5_openssl php5_bz2 php5_curl php5_gd php5_gettext php5_mcrypt php5_ldap php5_imap php5_odbc pkg-get mysql5

Updating patching solaris 10

You probably want to get your systems up to date. I rather like the tool smpatch. You can just do «smpatch update» and it will apply most of the patches you need. Or you can do it step by step: smpatch analyze: see what should be applied smpatch download: download them smpatch update: applies them… Leer más »

bash colors y hostname

ssybl0:~]$cat ~/.bashrc export LS_OPTIONS=’–color’ eval «‘gdircolors'» alias ls=’gdir $LS_OPTIONS’ alias ll=’gdir $LS_OPTIONS -l’ alias l=’gdir $LS_OPTIONS -lA’ export PS1='[\h:\w]\$’ Añadir: ssybl0:~]$cat .bash_profile source ~/.bashrc

Solaris TOP PRSTAT

Solaris TOP   Actually top is not a Solaris command but a freeware pgm available on most plattforms, hence the lack of manpage. In Solaris you use prstat instead or some of the proc-commands if you need to see open files, memory allocations etc. by each process ( see man proc )

boot T6300 usb cdrom

http://docs.sun.com/source/820-2383-14/index.html#0_27275 http://forums.sun.com/thread.jspa?threadID=5345963 To Install the OS From a USB DVD Drive 1. Connect the USB DVD drive. 2. Identify the USB device path at the OpenBoot PROM level from output from the show-disks command: {0} ok show-disks a) /pci@0/pci@0/pci@2/LSILogic,sas@0/disk b) /pci@0/pci@0/pci@1/pci@0/usb@1,2/storage@1/disk

sparc xvm ???

http://wikis.sun.com/display/xvmOC1dot1/Managing+Solaris+Containers+With+Sun+xVM+Ops+Center sweeet

vmware plumb solaris

VMWare configured for Bridged, VMWare Tools installed. Mistake I made was booting the first time without checking that VMWare was set to Bridged and not NAT. ifconfig -a plumb found a pcn0 device and then ifconfig pcn0 up ifconfig pcn0 dhcp

Disk Management

Disks consist of the following: 1. Tracks – concentric rings on each platter 2. Cylinders – groups of tracks 3. Sectors/Blocks – 512 byte blocks ### Disk Partitions ### Note: Partitions within Solaris are AKA slices x86 PCs are limited to 4 FDISK primary partitions Note: Solaris requieres 1 FDISK partition for its use DISK… Leer más »

DEVICE OVERVIEW

Devices are referenced in 3 ways. 1. Physical – /devices subject to change: [ssybl1:/devices]# ls -ltr total 20 drwxr-xr-x 3 root sys 512 Aug 22 13:16 pci@780 drwxr-xr-x 3 root sys 512 Aug 22 13:16 pci@7c0 drwxr-xr-x 2 root sys 512 Aug 22 13:16 iscsi drwxr-xr-x 2 root sys 512 Aug 22 13:16 options drwxr-xr-x… Leer más »

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.… Leer más »