We currently run TSM 5.3 Storage Manager on AIX 5.3. TSM backs up to a 3583 tape library, however, my manager would like to research backing up to disk instead. That is, the data would be written to some type of disk subsystem and then copied through the network to a similar disk subsystem in...
None of those services are running:
test17:/home/root (512)#lssrc -a
Subsystem Group PID Status
syslogd ras 5585 active
sendmail mail 3798 active
portmap portmap 8156 active
inetd tcpip...
Going way back!!! – Turning off dynamic updates to route table in AIX 3.2
We have an old RS6000 running AIX 3.2 that we just cant get rid of... yet. The server is receiving updates to it routing table. I know how to prevent this in AIX versions 4.1 and above, but cannot figure it out in 3.2...
Is there any available AIX software to convert postscript to PDF? We currently use GhostScript, however it fails on large documents (2000 pages plus).
Thanks,
Shane
I have an H70 with two internal disks (hdisk0 and hdisk1) which house the AIX OS. The two disks are mirrored, that is, hdisk1 is a mirror of hdisk0. Both disks are in the bootlist, so the server will boot should one fail. The problem I ran into over the weekend was that when I tried breaking the...
I dont have those files:
ibm07:/usr/lib/instl (5003)#ls -l .oslevel.mlinfo.cache
.oslevel.mlinfo.cache not found
ibm07:/usr/lib/instl (5004)#ls -l .oslevel.lock
.oslevel.lock not found
Shane
After upgrading my server from AIX 5.1 to 5.3, the oslevel -r command no longer works? See below.
ibm07:/home/root (5000)#oslevel -r
awk: Cannot find or open file /tmp/.oslevel.mlinfo.24126.
The source line number is 1.
No recommended maintenance level information is available.
Thanks,
Shane
I received this error in the TSM activity log:
8/25/06 12:20:19 ANR0380W The database buffer pool recovered from an overcommit of 644 pages. Consider increasing your buffer pool size by 2576 kilobytes under current server load.
How do I go about checking it's current size and adjusting...
Thanks, Mike, but it dosent give a failed login count by user:
tech3:/home/root (3311)#who -a /etc/security/failedlogin
root + pts/0 Jan 09 09:13 .
root + pts/1 Jan 11 08:28 old
root + pts/0 Jan 13 14:26 .
root + pts/0 Jan 13 14:49...
I found a way to do it without echoing the date or IP address. Because, when I leave the IP address in, uniq does not work correctly.
#!/bin/ksh
date > /tmp/date.out
CURRENT_DATE=`cut -c5,6,7,8,9,10,11 /tmp/date.out`
who /etc/security/failedlogin | grep "$CURRENT_DATE" | sort | awk '{ print...
I’m looking for a way to search the /etc/security/failedlogin file for the current days date and then get a list of the failed logins along with the number of times the login failed. The way I’m doing it just isn’t working:
#/bin/ksh
date > /tmp/date.out
CURRENT_DATE=`cut -c5,6,7,8,9,10,11...
I'm trying to copy the expat SW to the local machine so I can install it later or ftp it to other servers for installation. But, I'm getting the below error message. It says to use the gencopy -U command, but I'm unsure as to the actual command...
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.