hp ux

Tag details

Welcome to the 'hp-ux' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with 'hp-ux'.

Look up Offsite Link "hp-ux" at The Free Dictionary

Latest blogosphere posts tagged “hp ux”

  • Sharing ssh tunnels between users


    The UNIX and Linux ForumsAuthority Authority: 170
    userA and userB are two non-root accounts on HP-UX box. userA creates ssh tunnel (local forward) to some different host. Will userB be able to use that tunnel? What about remote forward? If not, what OS mechanism will prevent it from happening? Unfortunately I am unable to create this setup at this time, thats why Im ...
    14 hours ago
  • looking for a unix command for hpux - watch


    nixCraft Linux ForumAuthority Authority: 144
    watch is a common linux command that executes a program periodically, showing output fullscreen. I couldnt find anything for hpux, so I created the following shell which the user is testing: cat /usr/bin/watch Code: #!/bin/sh while [ 1 ] ; do clear echo "Command: $*" date echo "" ( $* ) sleep 10 done is ...
    1 week ago
  • looking for a unix command for hpux - watch


    The UNIX and Linux ForumsAuthority Authority: 170
    watch is a common linux command that executes a program periodically, showing output fullscreen. I couldnt find anything for hpux, so I created the following shell which the user is testing: Code: cat /usr/bin/watch #!/bin/sh while [ 1 ] ; do   clear   echo "Command: $*"   date   echo ""   ( $* )   ...
    1 week ago
  • Help me in finding process name and argument list without using pstat()


    The UNIX and Linux ForumsAuthority Authority: 170
    Hi everybody, I have an application which displayes the process name and argument list for that each and every process running on the system. For this purpose the application used the pstat_getproc() method which fetches the structure pst_status. By this method we get the programm name up to 15 bytes and argument list ...
    1 week ago
  • Deleting a all core files present in file systems ?


    The UNIX and Linux ForumsAuthority Authority: 170
    Hi All IN HPUX 11 How to delete an unwanted "core" file with a single command which is being generated in different locations of the system the command should be able to free up the space occupied by all "core" file which is present in different folders and filesytems in a system i tried echo ".">core ...
    2 weeks ago
  • How to delete specific pattern in a file with SED?


    The UNIX and Linux ForumsAuthority Authority: 170
    I have one file which is having content as following... Code: 0513468211,,,,20091208,084005,5,,2,3699310, 0206554475,,,, 20090327 ,123634,85,,2,15615533 0206554475,,,, 20090327 ,134431,554,,2,7246177 0103000300,,,, 20090523 ,115501,89,,2,3869929 0736454328,,,,20091208,084005,75,,2,3699546 ...
    3 weeks ago
  • Issue in reboot


    The UNIX and Linux ForumsAuthority Authority: 170
    Hi, Whenever I reboot this server remotely by using the command shutdown -r now or reboot. The server does not return to normal multi-user mode. It boots in single user mode. To bring back the server, someone is required to connect via console and fire init 3. Please suggest on what can be the reason behind this and ...
    3 weeks ago
  • Day4 Return of OS Wars


    Inside System Storage -- by Tony PearsonAuthority Authority: 120
    Continuing my coverage of last weeks Data Center Conference 2009, held Dec 1-4 in Las Vegas, I attended an interesting session related to the battles between Linux, UNIX, Windows and other operating systems. Of course, it is no longer between general purpose operating systems, there are also thin appliances and "Meta ...
    3 weeks ago
  • return code from oracle to unix script


    The UNIX and Linux ForumsAuthority Authority: 170
    Hi Im writing a shell script that connects to oracle database and fires query to check the availability of data in a table. In case of no data found then what will be the return code and how to handle in that in variable. Kindly provide with an example for better understanding... Thanks...
    3 weeks ago
  • mount windows file sharing on hp-ux


    The UNIX and Linux ForumsAuthority Authority: 170
    Hi all, Can anyone teach me how to mount windows file sharing on hp-ux thanks
    3 weeks ago
  • How To Determine What Netgroups A User Belongs To


    The UNIX and Linux ForumsAuthority Authority: 170
    Greetings! In an NIS environment, what command given at the CLI will allow me to view/determine any/all netgroups that a user belongs to? I am running HP-UX ver. 11.11 in a large NIS environment. Note: I heard that the following command would provide the names of any/all netgroup that user "smith" belongs ...
    3 weeks ago
  • Date format of ll command


    The UNIX and Linux ForumsAuthority Authority: 170
    Hi, Unix: HP-UNIX . I have a requirement(part of my requirement) to get latest file modification date of all files(In a particular directory). Using ll comand i m able to find out the modification date but not in the required format My command and out put: echo trp_pb.sql `ll trp_pb.sql|awk {print $6 $7 $8}` ...
    3 weeks ago
  • Increase of partition Size In HP-UX


    The UNIX and Linux ForumsAuthority Authority: 170
    Experts, I want to know how to increase partion size in Hp-ux.Actually we installed oracle in separate part ion.As increase of database went to 99% :eek:.What ever data which is in it is important.so i dont want to delete any data in that partion.Now the size of that is 250 GB.I want the same to be 300 GB. Waiting ...
    3 weeks ago
  • disable HP rp4440 processor


    The UNIX and Linux ForumsAuthority Authority: 170
    hi, I have an rp4440 running HP-UX, it crashed suddenly and it goes in to cyclic restart. we suspect it is CPU issue see this log: Code: ------------------------------------------------------------------------------   (c) Copyright 1995-2004, Hewlett-Packard Company, All rights reserved ...
    4 weeks ago
  • find -mtime giving strage results in HP-UX


    The UNIX and Linux ForumsAuthority Authority: 170
    Hi, I am using HP-UX B.11.23 U ia64 I am trying to retrieve files using -mtime option of find command However I found that -mtime is not giving correct results Following is the output of commands executed on 03-Dec-2009 It can be seen that -mtime +1 should have returned all files from "Dec 2" backwards However ...
    4 weeks ago
  • problem of "hp rx8640 with EMC cx 600"


    The UNIX and Linux ForumsAuthority Authority: 170
    hey!guys! i have a HP rx8640 with a EMC CX600 when i run # powermt display showed Symmetrix logical device count=0 CLARiiON logical device count=85 Hitachi logical device count=0 Invista logical device count=0 HP xp logical device count=0 Ess logical device count=0 HP HSx logical device count=0 ...
    4 weeks ago
  • Copy only files whiich do not exist on Target Directory


    The UNIX and Linux ForumsAuthority Authority: 170
    Hi, I am using HP-UX B 11.23 I want to copy files from one directory into another directory in such a way that, only the nonexistent files in target directory are copied from source directory e.g. dir1 has file1 file2 file3 dir2 has file1 file3 now I want that a command (non-interactive) to copy only file2 from ...
    4 weeks ago

Comments about hp ux

Personal attacks are NOT allowed
Please read our comment policy