Search Results

Search: Posts Made By: Katkota
1,039
Posted By Katkota
That worked. Thanks a lot
That worked. Thanks a lot
1,039
Posted By Katkota
Help with a script for proxy traffic
Hello folks; I'm trying to write a script to test our proxy servers to see if they're passing traffic and i need help please. I wrote this code below to implement "httpie" tool but still having...
2,233
Posted By Katkota
Thanks Bakunin so much for your help.. I will...
Thanks Bakunin so much for your help.. I will make some modification and run it like you suggested and let you know my friend. I truly appreciate the help
2,233
Posted By Katkota
So far i have this. Any help making it better...
So far i have this. Any help making it better would be greatly appreciated (especially with the curl part..

#!/bin/ksh

# Check that we got args
if [ ${#} -eq 0 ]
then
echo "Usage is ..."...
2,233
Posted By Katkota
Thanks Bakunin for getting back to me. to...
Thanks Bakunin for getting back to me.
to answer your questions:

The OS is RedHat
I don't care which ksh we use but I think ksh93 is more advanced
It's not homework or coursework.


I...
2,233
Posted By Katkota
Help with ksh script
Hello folks;
Thanks in advance for any help!

Please bear with me on this one. I need help writing a KSH script (must be in ksh) to do the following:



Return usage information if no...
1,238
Posted By Katkota
Thanks Robin.. This is only a small sample from...
Thanks Robin.. This is only a small sample from the log file and for this log file i will be looking to match the record for 2017-02-16. I already included my original command to get the highest...
1,238
Posted By Katkota
#Start-Date: 2017-02-16 19:49:06 #Date:...
#Start-Date: 2017-02-16 19:49:06
#Date: 2016-10-11 15:16:48
#Fields: date time time-taken c-ip cs-username cs-auth-group x-exception-id sc-filter-result cs-categories cs(Referer) sc-status s-action...
1,238
Posted By Katkota
Help with command modification
Hello folks;
I'm using the following command to get the highest number of requests per second in a log file and it works well.

grep "2017-02-22" "LogFile.log" | cut -c1-20 | uniq -c | sort...
2,032
Posted By Katkota
Sorry to disappoint you my friend. if i get...
Sorry to disappoint you my friend.
if i get the interval every 10 seconds is fine. the issue is i want this to be done through a script and not manually one at a time. My apology if i'm not...
2,032
Posted By Katkota
Sorry for not posting some of the log files.....
Sorry for not posting some of the log files.. Here it's below.. What i'm looking for is to get the highest requests per seconds "mostly will be lines per second" for each log file and append the...
2,032
Posted By Katkota
Request per second script
Hello;
I'm having about 800 log files and i'm trying to write a script that report the counts of lines per second or "requests per second" in each log file and report the output which includes the...
1,088
Posted By Katkota
Pinging 5 hosts once every hour
Hello folks;
I'm trying to write a shell script to ping 5 hosts i have once every 1 hour and if it receives any failure from any of those hosts, it sends an email alert with the results from this...
1,457
Posted By Katkota
The issue is when I try to install Solaris first...
The issue is when I try to install Solaris first then run format, I don't see the rest of my disks, I only see the one with the OS
1,457
Posted By Katkota
RAID on Solaris Question
Hello folks;
I'm trying to install Solaris 10 x86 on SUN X4150 box with 6 disks in it, the question is how can i create a Virtual disk like RAID 0 before i install Solaris.
When i boot up i don't...
1,886
Posted By Katkota
It's 5.5
It's 5.5
1,886
Posted By Katkota
Help with setting Samba on CentOS
Hello folks;
i have Linux CentOS server that is already on my corporate domain and I'm trying to configure Samba so i can browse or see it from my Windows machine. i followed a lot of threads but...
1,270
Posted By Katkota
Thanks but i tried almost everything there with...
Thanks but i tried almost everything there with no luck
1,270
Posted By Katkota
Help with booting Solaris 9
Folks;
I have a Solaris 9 server that after power outage it won't come fully up and i was able to bring it up in single user mode and checked "/var/log/messages" & "/var/adm/messages" with nothing...
Forum: Red Hat 08-12-2010
2,130
Posted By Katkota
Thanks Verdepollo. I'm not sure if using USB...
Thanks Verdepollo.
I'm not sure if using USB will help since i'm connecting my external DVD drive through USB and i'm seeing these issues.
I also went to RHN but i couldn't find any download for...
Forum: Red Hat 08-11-2010
2,130
Posted By Katkota
Help with Redhat installation problem
Hello;
I have 4 servers with RedHat Enterprise server 32-bit installed. i'm trying to install 64-bit system instead but the hardware has only CD drive (not DVD). When i tried to use external DVD...
1,971
Posted By Katkota
[solved] rsync usage question
Hello folks;
I'm using rsync on my Ubuntu servers to sync a remote folders on a remote machine to a local folders on a local machine.

one thing i couldn't get to work is how to exclude folder. I...
1,996
Posted By Katkota
Help with sync
Folks;
I have 2 SUSE DNS servers, one will be the master and one will be the slave. we normally update the master when adding any new servers to the DNS list.
I'm looking for a way to sync both...
13,758
Posted By Katkota
Thanks. I had to change it a little bit but it...
Thanks. I had to change it a little bit but it worked. I appreciate it
13,758
Posted By Katkota
Removing IP address from eth1 on SUSE
Hello folks;
I have a NIC card on my SUSE 10.3 server with eth0 & eth1 configured with two IP addresses (172.16.5.3 & 172.16.5.4)

I'd like to remove the IP assigned to eth1 (172.16.5.4). i think...
Showing results 1 to 25 of 155

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