Tags: remove
Sep
24
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 »
Jul
29
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 »
Jul
16
Tasks
AIX Logical Volume
Manager
Veritas Volume Manager
Create a Volume Group
mkvg
vxdg init
Create a Logical Volume
mklv
vxassist make… more »
Jul
10
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 »
Jul
06
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 »
Recent comments