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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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
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
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.