Tags: remove

How do I expand / resize an ext3 file system in linux

Linux Send feedback »
The following is an example of increasing the size of a Storage LUN that has an ext3 file system on it. When performing operations like this, perform a backup of the file system first. (The system used for this example is running Red Hat Enterprise L… more »

How To: Remove or hide Acrobat toolbars from an external Acrobat window

Welcome Send feedback »
In order to open a PDF file in a web browser, without the Acrobat or Acrobat Reader toolbar, you would need to link to the PDF with the following HTML code, where #toolbar=0 follows the .pdf filename: <P><a href=http://www.server-name.com/… more »

Veritas / AIX : Logical Volume Manager

Technology, Veritas, Aix Send feedback »
Tasks AIX Logical Volume Manager Veritas Volume Manager Create a Volume Group mkvg vxdg init Create a Logical Volume mklv vxassist make… more »

Veritas: DISK GROUP OPERATIONS

Technology, Veritas Send feedback »
Action Command Line Create a disk group vxdg init diskgroup diskname=device Add a disk to disk group vxdg -g diskgroup adddisk diskname=device Remove a… more »

Solaris: Virtual Interface Creation / Deletion

Technology, Solaris Send feedback »
To add virtual interface 1. Add entry in /etc/hosts # ifconfig eri0 addif 10.100.10.20/24 broadcast 10.100.10.255 up 3. Create /etc/hostname.eri0:xx with domain name as its content (where xx is next available no for virtual NIC, verify that usi… more »