Search Results

Search: Posts Made By: piooooter
Forum: HP-UX 12-11-2008
6,113
Posted By piooooter
'X11 forwarding' SSHD assigns already used port
Hi,

We've been facing a strange issue. Clients use X11 forwarding via SSH on HP server and sometimes the same DISPLAY is assigned to two (maybe more) sessions. As a result, some users can't open...
Forum: Filesystems, Disks and Memory 03-03-2008
4,424
Posted By piooooter
NFS performance
Hi,

In our environment (HP-UX B.11.11) we mainly use NFS v3 resources as the storage solution for our application. It worked fine, however we have recently noticed big I/O performance degradation...
3,675
Posted By piooooter
Hi, Small update regarding my problem....
Hi,

Small update regarding my problem. Currently I need to match pattern from the last occurence of "," or ,," till the end of line. For example matching on the following line:
...
3,675
Posted By piooooter
Character replacement
Hi,

I am working on a command that replaces some occurrences of quotation marks in file. The quotation mark cannot be the first or the last character in line and cannot be preceded or followed by...
133,349
Posted By piooooter
You've been very helpful. Thank you very much! ...
You've been very helpful. Thank you very much!

Pit
133,349
Posted By piooooter
[KSH] Split string into array
Hi,

Is there any way to convert a string into an array in KSH? In other words I want to split the string like this:

STRING="one two three four"

into an array of 4 values splitting on white...
Forum: HP-UX 05-23-2007
6,141
Posted By piooooter
I think it is set up to use lpd/lpr. As I know on...
I think it is set up to use lpd/lpr. As I know on the server JetDirect is not installed and there is no approval to do it.
Forum: HP-UX 05-22-2007
6,141
Posted By piooooter
HP/Ux pcl printing
Hi,

I have a pcl file with a color invoice. Can you please advise me how I can print it directly from Hp/Ux command line to a network printer with a known IP address. The printer model is Xerox...
16,615
Posted By piooooter
As I stated, I was asked to place everything in...
As I stated, I was asked to place everything in one file.
16,615
Posted By piooooter
But, as I stated in the first post, the above...
But, as I stated in the first post, the above command doesn't work!
16,615
Posted By piooooter
Thank you again for reply. The last solution...
Thank you again for reply.

The last solution seems to be almost ok, but there is another problem. It executes the command

find / -name "*.err" -mtime -8 -print

and when finishes it goes...
16,615
Posted By piooooter
Thank you for reply. I know that I can place...
Thank you for reply.

I know that I can place that function in a separate file. On that way it has been working for a long time:) but I was asked to place everything in one shell script.

Pit
16,615
Posted By piooooter
How can I execute own ksh function in find -exec
Hi,

I wrote a smiple ksh function

send_notification() {
...
}

and want to execute it on each file, matched by the find command.

I tried:

find / -name "*.err" -mtime -8 -exec...
Forum: AIX 09-23-2006
13,743
Posted By piooooter
Ftp acess problem
Hello

I've just installed openSSL and SSH on my AIX 5.3 TL04 and started having a problem with acces to ftp. When I try to log in to ftp on my AIX server, I always get message like this: "530 User...
Forum: AIX 07-27-2006
2,737
Posted By piooooter
SCSI Disks
Hi

Is it possible to install in p5 and pSeries SCSI Disks from SUN on DELL? Will they work?

Regards,
Pit
Forum: AIX 07-04-2006
2,346
Posted By piooooter
AIX 5L V5.3 on p610
Hi

Is it possible to install AIX 5L V5.3 on a pSeries p610?

regards,
Pit
Forum: AIX 06-01-2006
23,515
Posted By piooooter
AIX simulator?!
Hello

I want to learn AIX 5L administration. Is there any AIX simulator which I can utilize for learning?

Pit
3,339
Posted By piooooter
[AIX] executing script
Hello!

I need to run a script from the root user as the other user. I know that I can issue the following command:
su - user_name -c "/path_to_script/script_name.sh"

But there is a small...
1,683
Posted By piooooter
Need help with tar
Hello

I need help with tar. I want to create a tar archive and compress it at one operation. I want also to exclude some subdirectories from a directory which is archived.

For example I need...
2,628
Posted By piooooter
Acess to X server on AIX
Hello,

I want to allow all users on my server (AIX 5.3) to have access to X server. If they export DISPLAY=localhost:0.0, they should be able do use X server on the same machine. What should I do...
5,727
Posted By piooooter
Thank You for reply! I used wget for files...
Thank You for reply!

I used wget for files download:
wget -a abc.log -r -np -c -nc -nd ftp://user:pass@server/path/to/files

In delete script I used:
find . -mtime +7 -exec rm {} \;
...
5,727
Posted By piooooter
AIX scripts
Hi

I need to schedule some tasks on AIX.

At first I must copy files from folder on second AIX server to my primary server. This job schould be done in 1 hour intervals. I want to get only new...
4,020
Posted By piooooter
Thank You! It works great. I used command "lscfg...
Thank You! It works great. I used command "lscfg | grep hdisk" and verified results on IBM site:http://publib.boulder.ibm.com/infocenter/eserver/v1r3s/topic/iphau/locsqsf2.htm

Pit
4,020
Posted By piooooter
Disks on AIX
Hello

I've been working on AIX 5.3 ML3 on IBM pSeries520. That server has 6 HDD drives in 3 volume groups (1+mirror in each group). I must check which phisical disk is which disk in the system....
Showing results 1 to 24 of 24

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