Search Results

Search: Posts Made By: Rado1x
11,601
Posted By Rado1x
I didnt't work with HP-UX more than year, but ...
I didnt't work with HP-UX more than year, but
look to /etc/lp/interface directory and file with name of your printer. I think that file will be easily understand ...
11,601
Posted By Rado1x
Manually configure printers on the HP-UX is not...
Manually configure printers on the HP-UX is not easy. [but possible when you know, what to do]. Use SAM - without problem ....
2,872
Posted By Rado1x
[my lamer solution] in the second script, test in...
[my lamer solution] in the second script, test in the loop whether ps list inclide Parent PID -

$PPID in the korn shell

$$ in the csh
3,684
Posted By Rado1x
Do you want to try my shorter pipe ? [for...
Do you want to try my shorter pipe ?

[for ksh clones]


let line=week+2

cal 11 2001 | head -$line| tail -1| cut -f$day_of_week -d " "
3,854
Posted By Rado1x
I don't know what this problem exactly is. But...
I don't know what this problem exactly is. But when I wrote some own shell/perl scripts for incomming e-mails [virus scanning], everything has worked exept Outlook e-mails.

All e-mail klients...
Forum: Programming 11-27-2001
3,569
Posted By Rado1x
run "ioscan -f" whether you will see tape device....
run "ioscan -f" whether you will see tape device. If yes, try to run tar from command line with device /dev/rmt/0m
2,707
Posted By Rado1x
When you use pipe [ | ] you must work with stdin...
When you use pipe [ | ] you must work with stdin and/or stdout, not filenames. At the second, you didn't write tar command. At the third - why do you want to tar 1 file ?

At the fourth - "mail"...
7,008
Posted By Rado1x
... or try to find "tmpwatch" software...
... or try to find "tmpwatch" software ...
4,840
Posted By Rado1x
Chceck "model" script whether doesn't send ...
Chceck "model" script whether doesn't send
CTRL+L after some number of lines - this is "page separator".
2,451
Posted By Rado1x
or cat file| sort -u > out.file But "sort"...
or cat file| sort -u > out.file

But "sort" needs "-n" for number sorting
Forum: IP Networking 11-23-2001
71,850
Posted By Rado1x
snmp community string is some "password"...
snmp community string is some "password" necessary to read/write snmp data.

I recomend you to change this string to another one. But you have to set up on both - snmp client and snmp server.
Forum: HP-UX 11-22-2001
4,816
Posted By Rado1x
These files are problem to open in anything other...
These files are problem to open in anything other software than MS office. The best MS compatibile software is StarOffice or OpenOffice.


Try to compile OpenOffice on HP-UX [but you need compiler...
5,225
Posted By Rado1x
I see such messages for the first time but I...
I see such messages for the first time but I suppose that your ftp client try to authenticate via CERBEROS [or NT server ???]


btw: Your script is correct ? I think that such script cannot work....
10,377
Posted By Rado1x
I don't know Ultrix. You have to use [IMHO]...
I don't know Ultrix.

You have to use [IMHO] "boot" command. But which ARGSto use, I don't know.

Probably it is written in the hardware documentation to server not Ultrix documentation ...
Forum: Programming 11-22-2001
2,739
Posted By Rado1x
infinite loop
infinite loop
3,766
Posted By Rado1x
Better is to use "pkzip" on the DOS and use...
Better is to use "pkzip" on the DOS and use "unzip" on the Unix ...
14,216
Posted By Rado1x
Use : counter=`ps -ef|grep $project | grep -v...
Use :
counter=`ps -ef|grep $project | grep -v grep | nawk '{print $2}'`

It may be difficult to seen, but your pine is inserted in to ` ` - this is not quote; this character is left from "1" on...
10,377
Posted By Rado1x
1. be detailed in the Subject - everyone need...
1. be detailed in the Subject - everyone need help

2. Each Unix has unique method how to switch to single user mode - the best method how to recover system without root password knowledge. You...
253,067
Posted By Rado1x
when you use "grep -l" you obtain only names of...
when you use "grep -l" you obtain only names of the propper files ...
4
3,156
Posted By Rado1x
Try to use ssh and scp instead of the telnet and...
Try to use ssh and scp instead of the telnet and ftp.

1.) they are crypt data
2.) you can use authentication via keys [read docs] - that is ideal for off-line script usage
4,450
Posted By Rado1x
I don't understand this error message. When LIF...
I don't understand this error message. When LIF is corrupted, system cannot boot....


Standard way to IPL/ISL is break boot via CTRL+b and boot via "boot ipl". Some PDC has "boot isl", some older...
6,895
Posted By Rado1x
The most of Unix shell set up variable LOGNAME or...
The most of Unix shell set up variable LOGNAME or USER [or both]. If you would like to use exact command, use "whoami" ...
5,154
Posted By Rado1x
Command "fuser /mnt" shows you all processes...
Command "fuser /mnt" shows you all processes which use /mnt filesystem just now.
4,450
Posted By Rado1x
No. You don't loose data. I made this several...
No. You don't loose data. I made this several times withou data corruption.

But I never done this on product servers :-)
On product server always do backup :-))

What I remember about HP-UX, if...
9,532
Posted By Rado1x
Excuse me. I didn't read correctly. I read "...
Excuse me. I didn't read correctly.

I read " . ./script" just as " ./script" ... :-((
Showing results 1 to 25 of 34

 
All times are GMT -4. The time now is 01:18 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy