Tags: command

Searching for Files and Directories Using the find command

Linux, Solaris, Aix, HP-UX, Shell Script Send feedback »
The find command recursively descends the directory tree in the path name list, looking for the files that match the search criteria. As the find command locates the files that match those criteria, the path to each file is displayed on the screen.… more »

Command Line Interface for NetBackup Reports

Veritas Send feedback »
Note: <start_date> and <end_date> syntax: MM/DD/YY <start_time> and <end_time> syntax: hh:mm:ss <media_id> is the six-character media identification number Backup Status Report The Backup Status report shows status a… more »

HP-UX : How To Create Swap - Command Line

HP-UX 2 feedbacks »
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 »

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 »

AIX: LVM lowlevel commands to move / migrate 1 single PP

Aix Send feedback »
To choose your destination PPnumber you can use the output of `lspv -M hdiskpower14`. LVM lowlevel commands to move 1 single PPIn case of mirroring allocation problems or the need to free-up 1PP/disk to convert a VG to a BIG-VG you might need to move a s… more »