Archives for: April 2010
Apr
21
To create swap, we need a contiguous space on a disk / LUN.
Create vg01:
pvcreate /dev/rdsk/c12t0d0pvcreate /dev/rdsk/c12t2d0vgcreate -s 8 -p 128 /dev/vg01 /dev/dsk/c12t0d0 /dev/dsk/c12t2d0vgchange -a y /dev/vg01lvcreate -C y -L 16384 -n lvswap /de… more »
Apr
21
How do I extend the terminal width or set term variables with ksh? / Not Getting the full command info from ps in Unix terminal ?
Linux, Solaris, HP-UX Send feedback »To identify processes to kill we need to view the FULL output from the ps command (we use the comm field). But by default we are not able to view full command. So here is the solution..
Solaris :
/usr/ucb/ps -awux
You may need two "w" options. Fro… more »
Apr
21
How do I extend the terminal width or set term variables with ksh? / Not Getting the full command info from ps in Unix terminal ?
Aix Send feedback »To identify processes to kill we need to view the FULL output from the ps command (we use the comm field). But by default we are not able to view full command. So here is the solution..
Solaris :
/usr/ucb/ps -awux
You may need two "w" options. Fro… more »
Apr
21
How do I extend the terminal width or set term variables with ksh? / Not Getting the full command info from ps in Unix terminal ?
Aix Send feedback »To identify processes to kill we need to view the FULL output from the ps command (we use the comm field). But by default we are not able to view full command. So here is the solution..
Solaris :
/usr/ucb/ps -awux
You may need two "w" options. Fro… more »
Apr
21
Linux / Unix: How do I extend the terminal width or set term variables with ksh? / Not Getting the full command info from ps in Unix terminal ?
Aix Send feedback »To identify processes to kill we need to view the FULL output from the ps command (we use the comm field). But by default we are not able to view full command. So here is the solution..
Solaris :
/usr/ucb/ps -awux
You may need two "w" options. Fro… more »
Recent comments