Archivo de la categoría: solaris

xtermc Profile Edit ( macosx terminal problem )

bash-3.00$ vi ~/.profile -bash-3.00$ cat ~/.profile #       This is the default standard profile provided to a user. #       They are expected to edit it to meet their own needs. MAIL=/usr/mail/${LOGNAME:?} export TERM=xtermc

Setting up NX Server for Solaris

Setting up NX Server for Solaris Prepared by: Gian Filippo Pinzari N°: D-405/2-NXS-DOC Approved by: Gian Filippo Pinzari Signature: Date: 20/05/2004 Amended: B Setting up NX Server for Solaris Index Setting up NXServer for Solaris Download Installation Enabling PAM Authentication with NX Download Download the ‘NX Server for Solaris’ package along with the prerequisite ‘NX… Leer más »

mount iso solaris

Given an ISO image in /export/temp/software.iso, a loopback file device (/dev/lofi/1) is created with the following command: lofiadm -a /export/temp/software.iso /dev/lofi/1 The lofi device creates a block device version of a file. This block device can be mounted to /mnt with the following command: mount -F hsfs -o ro /dev/lofi/1 /mnt These commands can be… Leer más »

Change IP address solaris 0

Adding or editing the IP address on a Solaris 10 server is different from the previous versions of the OS (Solaris 9, Solaris 8 etc). In the previous versions of the Solaris Operating System, you need to edit the /etc/hosts file and add/edit the entry for the IP address and the hostname. Example: 192.168.1.1   sun1… Leer más »

mounting solaris

Mounting the new filesystem Following the letter of the law now you should fsck your new filesystem prior to mounting it – feel free. What you really want to do however is mount it so that you check it out. You can actually mount a filesystem on ANY directory, though it ought to be an… Leer más »

solaris add a second disk

Derrick Harcey’s Weblog Harcey’s Identity The OpenSPARC Community Accelerates Creating new opportunities into new markets. » Visit OpenSPARC.net <a href=’http://ads.sun.com/ads/adclick.php?n=ad99629f’ target=’_blank’><img src=’http://ads.sun.com/ads/adview.php?what=zone:44&amp;n=ad99629f’ border=’0′ alt=»></a> Archives « July 2008 Sun Mon Tue Wed Thu Fri Sat 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21… Leer más »

Xterm Color on Solaris

You maybe know that xterm-color (the bare default xterm with color) does not exists on Solaris. Damn !! my vim color is ugly, but there is a solution: export TERM=xtermc, it also exists on Mac and Linux so you can change your term to announce this terminal. Don’t forget the :syntax enable in your .vimrc God bless… Leer más »

coolstacks solaris

Cool Stack Installation on Solaris 10 You must be ‘root’ to install the packages. Download the packages you are interested in into any directory. For each of the downloaded packages, run the following bunzip2 and pkgadd commands: bunzip2 [package.pkg.bz2] For example: bunzip2 CSKmysql_1.3RC1_sparc.pkg.bz2 pkgadd -d [package.pkg] For example: pkgadd -d CSKmysql_1.3RC1_sparc.pkg This process will install… Leer más »