Search Results

Search: Posts Made By: System Admin 77
Forum: AIX 11-26-2019
25,110
Posted By RecoveryOne
Not sure if applicable to you, but when I've had...
Not sure if applicable to you, but when I've had to install sudo on AIX I pull the packages directly from Todd's website:
Download Sudo (https://www.sudo.ws/download.html#binary)


I've had so...
Forum: AIX 11-23-2019
25,110
Posted By vbe
I am surprised by: [root@LPAR]/>ls -ltr...
I am surprised by:
[root@LPAR]/>ls -ltr /opt/freeware/lib/libssl.a
-rw-r--r-- 1 root system 4477977 Jun 11 2012 /opt/freeware/lib/libssl.a
I am not sure that at that date you had AIX...
Forum: AIX 09-04-2018
7,577
Posted By bakunin
You cannot "move LVs across VGs", at least not...
You cannot "move LVs across VGs", at least not with LVM commands. My suggestion is: do a file-based backup, not a savevg. Then create the new scalable VG on the new system, create LVs (and of course...
Forum: AIX 09-02-2018
7,577
Posted By bakunin
Yes, that will work but i still suggest that you...
Yes, that will work but i still suggest that you install the OS from scratch. First, you should have a "how to build server X"-part in your documentation (if not: high time to create it). It is a...
Forum: What is on Your Mind? 01-04-2018
2,438
Posted By Scrutinizer
Meltdown and Spectre CPU bugs
This seems a bit serious:

Meltdown, Spectre: The password theft bugs at the heart of Intel CPUs • The Register (http://www.theregister.co.uk/2018/01/04/intel_amd_arm_cpu_vulnerability/)...
Forum: AIX 10-20-2017
6,803
Posted By rbatte1
Great! Take a note of the stanza it added to...
Great! Take a note of the stanza it added to /etc/filesystems and you can add more by just editing the file.

Just be careful to get the structures correct. I think it loads every valid one, so...
Forum: AIX 10-20-2017
6,803
Posted By rbatte1
You haven't set a value for NFS version for this...
You haven't set a value for NFS version for this NFS filesystem Could it be in there? What does the option list suggest for that value? (F4 I think)



Robin
Forum: AIX 10-18-2017
9,570
Posted By MadeInGermany
Try these commands mount mount -v nfsstat -m
Try these commands
mount
mount -v
nfsstat -m
Forum: AIX 10-17-2017
9,570
Posted By bakunin
Well, what is wrong with this method? You simply...
Well, what is wrong with this method? You simply edit /etc/exports (there is a vers=-part in the line which states the NFS version), issue a exportfs -va and you are done. You can even configure...
Forum: Tips and Tutorials 12-28-2006
755,786
Posted By Perderabo
find command -mtime -ctime -atime
The find command uses arguments like:
-mtime -2
-mtime +2
-mtime 2

There are -ctime and -atime options as well. Since we now understand the differences among mtime, ctime, and atime, by...
Forum: Tips and Tutorials 07-31-2005
755,786
Posted By Perderabo
mtime, ctime, and atime
Unix keeps 3 timestamps for each file: mtime, ctime, and atime. Most people seem to understand atime (access time), it is when the file was last read. There does seem to be some confusion between...
Forum: Tips and Tutorials 05-28-2005
319,933
Posted By Perderabo
Unix File Permissions
Introduction

I have seen some misinformation regarding Unix file permissions. I will try to set the record straight. Take a look at this example of some output from ls:
$ ls -ld /usr/bin...
Forum: Tips and Tutorials 09-15-2013
13,704
Posted By bakunin
The Most Incomplete Guide to Performance Tuning
Overview:

Introduction
What Does Success Mean?
What Does Performance Mean?
Every Picture is Worth a Thousand Words
Work Like a Physicist
Work Like You Walk - One Step at a Time
Learn...
Forum: AIX 09-11-2015
2,640
Posted By rbatte1
You do not need to have PermitRootLogin Yes The...
You do not need to have PermitRootLogin Yes The forced-commands-only option means that you can only run the commands specified by the matching record in your authorized_keys file. This is from one...
Forum: AIX 03-11-2015
4,332
Posted By MichaelFelt
the fullcore setting - which is what the...
the fullcore setting - which is what the syslog/errpt message was about are more specific to application/system 'crashes' that result in a machine-binary core dump.

Java has it's own style of...
Forum: AIX 03-11-2015
4,332
Posted By agent.kgb
there are two types of cores in conjunction with...
there are two types of cores in conjunction with Java:

- "normal" AIX cores
- Java cores and heapdumps

fullcore and ulimit regulates "normal" AIX cores, not Java cores. If a java process...
1,737
Posted By RudiC
Do you want to distinguish between individual...
Do you want to distinguish between individual "other than successful" cases or would just "failure" suffice? Do single keywords in a line (or other features) identify a success or a failure?
This...
Forum: AIX 02-17-2015
4,332
Posted By agent.kgb
lsattr -El sys0 -a fullcore chdev -l sys0 -a...
lsattr -El sys0 -a fullcore
chdev -l sys0 -a fullcore=true
Forum: AIX 02-17-2015
4,332
Posted By dukessd
IBM Knowledge Center...
IBM Knowledge Center (http://www-01.ibm.com/support/knowledgecenter/SSYKE2_7.0.0/com.ibm.java.aix.70.doc/diag/problem_determination/aix_setup_full_core.html)
Forum: AIX 04-02-2005
51,037
Posted By Perderabo
AIX Links
Manufacturer Links

General Information

Home Page: IBM United States (http://www.ibm.com)
Documentation/Information: IBM System p - UNIX servers: Support and services...
Forum: AIX 01-21-2015
2,711
Posted By bakunin
Without the NIM client package being configured:...
Without the NIM client package being configured: you can't.

When the NIM client is configured as the client you can grep the file /etc/niminfo for the entry "NIM_MASTER_HOSTNAME" like this:
...
7,732
Posted By MadeInGermany
If by chance a yearly retention is wanted, you...
If by chance a yearly retention is wanted, you can simply leave out the years and seconds, and it will overwrite the logs after one year:
0,5,10,15,20,25,30,35,40,45,50,55 * * * *...
7,732
Posted By Corona688
0,5,10,15,20,25,30,35,40,45,50,55 * * * *...
0,5,10,15,20,25,30,35,40,45,50,55 * * * * /tmp/test/mytestscpt.sh > /tmp/test/logs/crnlog-$(date +%Y-%m-%d-%H-%M-%S).log

Dates in YYYY-MM-DD-HH-MM-SS order sort, compare, and match easily.
Forum: AIX 12-16-2014
15,273
Posted By blackrageous
IBM Systems Magazine - AHAFS Enables AIX Event...
IBM Systems Magazine - AHAFS Enables AIX Event Monitoring Without Writing Code (http://www.ibmsystemsmag.com/aix/tipstechniques/systemsmanagement/ahafs_event_monitoring/?page=2)


What type of...
Forum: AIX 12-15-2014
5,208
Posted By bakunin
Notice that there was a Kerberos problem lately...
Notice that there was a Kerberos problem lately which was fixed by an efix. See this link (http://www.rapid7.com/db/vulnerabilities/ubuntu-USN-2310-1) and similar links for more detail and make sure...
Showing results 1 to 25 of 53

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