Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Hanwant

  1. Hanwant

    Allowing a user to cancel any print job - how?

    The whole process is as follows: 1. First find out the printer-job to be cancelled by using the following command at shell prompt: #lpstat -t This command will show you the printer job in the queue. 2. Cancel the printer job by using the following command: cancel printer-jobnumber This will...
  2. Hanwant

    What is a "+" in the my file permissions ??

    You can visit the following link on docs.hp.com to know more about file persmissions...
  3. Hanwant

    HP-UX utility

    This might be helpful for you Guardian Service Processor (GSP) Overview This section provides an overview of the Guardian Service Processor (GSP). The GSP is an always on, dedicated service processor that monitors system power, cooling and configuration, and provides console communications...
  4. Hanwant

    What is a "+" in the my file permissions ??

    As far as i'm concern i heard about the follwoing permissions in unix - in any position means that flag is not set r file is readable by owner, group or other w file is writeable. On a directory, write access means you can add or delete files x file is executable (only for programs and shell...
  5. Hanwant

    Error opening pdf created on unix

    I think you neeed the following tools to convert your file to pdf format in unix. Follow the instructions To convert to pdf format without any specified options: ps2pdf paper.ps paper.pdf where paper.ps is the input file and paper.pdf is the output file You may want to specify options such...
  6. Hanwant

    HP-UX Processor Type

    You can run the follwing script to know more about processors in HP-UX including the processor type: REV=`uname -r` case $REV in *10*) MODEL_FILE=/usr/lib/sched.models ADB=adb MODEL=`model | cut -d / -f2` MODEL1=`model | cut -d / -f3` MEM=$(echo 'physmem/D'| adb /stand/vmunix /dev/kmem | grep...
  7. Hanwant

    cannot establish lock file on target.

    Hi Ranjank, This is caused by a missing lock file in the catalog sub-directory of the depot. To fix the problem, you would need to issue the touch(1) command as root to create a file called swlock in the appropriate directory: cd /depot_path/catalog touch swlock where depot_path is...
  8. Hanwant

    Problem with logical volume growth

    HI, I think i got the answer for your question. I was facing the same problem of growing this particular /var folder. The problem is that there is file in this folder which grows everytime and you can't stop that. The file name is activity_log, which stores per second activity as a log file...
  9. Hanwant

    printer problem

    Hi, I think that your are having this problem because you haven't installed this network printer properly in the HP-UX server. You must install this printer with the device options enabled with it. I want to know what type of network printer is this. I can give you a example of a Ricoh...
  10. Hanwant

    Terminal Emulation Software

    Hi, I think i can help you in this matter. You need the best software ever used as a terminal emulator for the HP-UX named "Dejawin", developed by river james. You can achieve wy60 term settings through this software. The other emulator which i will reccommend is MInisoft, but this...
  11. Hanwant

    printing problem

    Hi, I think the easiest way for you to use SAM utility in HP-UX. Login as root user and enter the command "sam" at the shell prompt. Where you can see all the hp-ux system related options. select the printer and plotters option. After selecting you can see all the printers installed...
  12. Hanwant

    HP-UX sources

    Hi, Use the following links for hp-ux (i) http://europe.itrc.hp.com (ii)www.docs.hp.com These are the only sites got the massive tutorials on HP-UX. Hanwant Verma Software Engineer London, UK
  13. Hanwant

    Changing an attribute to a file

    Hi, Just follow the command below to change the file permission, i think you need the executive permission on this file. chmod 777 <filename> enjoy. Hanwant Verma Software Engineer London, UK
  14. Hanwant

    Active Directory possible after 2k Server setup???

    Hi parallon, First of all that somebody told you that it is not feasable to install Active Directory for 12 users, tht's is not completely true. You said that you installed Exchange 2k Server. This server uses the same Active directory of windows 2000 server. so instead of installing Exchange...

Part and Inventory Search

Back
Top