I'm trying to install yum for AIX on an lpar running 6100-09-09-1717. It was failing with 2 dependency errors and I was able to fix those. I found them on the AIX 6.1. install media. Now when I run the rpm command I get a new dependency error.
josdev(root)[pts/1]/tmp/yum> rpm -ivh *.rpm...
I had a cifs mount blow up and now it won't let me delete the mount point. I get the below error:
[root@linux mnt]# rm -rf pcr_share
rm: cannot lstat `pcr_share': No such device
The mount isn't mounted anymore I just need to delete the directory and recreate it. I can list it out in the /mnt...
I'm running the following code on three different levels of AIX and getting different results. It works fine on 5.3 and 7.1 but not 6.1. I'm running ksh version 88 on all three systems.
# Function GetDate nDays [format]
function GetDate
{
typeset -i nDays=$1; format=$2
eval $(echo $TZ |...
I have 2 physical volumes (/dev/sdb1 and /dev/sdb2) in a volume group called datavg. I have created 2 filesystems (/mnt/testfs and /mnt/test2fs) and lvcreate created them both on /dev/sdb1. Is there a way to create another logical volume and specify it be created on /dev/sdb2? I can do it in...
I found the problem. It is the 'exit 1' in the function. It would create the first file and then exit out of the loop and not create the second file. I removed it and now it's working properly. Thanks for your help.
How can I pass more than one vatiable to a function? Here is the code. Thanks
SOURCEDIR=/us1/ximport
RESULTDIR=/us1/ximport/result
RPTDATETIME=$(date +%Y-%m-%d_%H.%M.%S)
TEST=NO
OPERATOR=exp
PRACFILE=111111111111111111111111111111111111111111111111111111111111
GPMSDIR=/gpms
PRACNAME='...
Is there a way to bypass the /etc/nologin for specific users? Maybe some type of 'allow' file. I understand it defeats the purpose of nologin but our month end process needs a specfic user to login but not any other users.
Thanks
Thanks.
In order to get it to work I think we are going to have to install another fibre card and present that card directly to the TSM lpar. It doesn't work being zoned out on our current switch.
Does anyone happen to know how to get an Overland NEO 4000e changer and tape drives to be recognized by VIO servers?
We had the changer installed and zoned on our fibre channel network to our 9117-570 but get an error message when running cfgdev that it can't find the devices.fcp.changer...
We found the problem. There was a stanza directly above this one that was commented out with pound signs. I removed the stanza from /etc/filesystems and was able to mount the filesystem as normal. Apparently, /etc/filesystems doesn't like pound signs for comments.
Thanks for the response.
I'm having an issue where a mount point got corrupted somehow. I've never seen this before. The lsvg command shows:
edge(root)[pts/0]/> lsvg -l datavg
datavg:
LV NAME TYPE LPs PPs PVs LV STATE MOUNT POINT
loglv02 jfs2log 1 1 1 closed/syncd...
I'm trying to use mkdvd to make an iso image to use to boot/create lpars from the vio. I have some success doing it but sometimes it fails or appears to just hang. When it appears to hang I see the following:
gpmshub(root)[pts/8]/tarbackups # mkdvd -m /tarbackups/geo.mksysb -S -V tarvg...
This is what I did this time and it worked. However, instead of using the lsuser command I'm going to create a text file of logins as input.
users=`lsuser ALL | awk '{print $1}'`
for i in $users
do
chsec -f /etc/security/passwd -s $i -a flags=ADMCHG
done
This is what I did on my test system. When I ran it, it prompted me for a password for each user. I don't want it to do that I just want to force a password change.
users=`lsuser ALL | awk '{print $1}'`
for i in $users
do
passwd $i
done
Due to meeting the requirements of a recent audit, I need to change some of the login parameters (minage, maxage, etc.) on all my lpars. I also need to reset all the users passwords so that the next time they login they will be required to change it to meet the new parameters.
I've tried...
I know this may not be the correct place to post this problem but the mysql forums have been no help.
I'm trying to install MySQL 5.1.36 (mysql-5.1.36-aix5.3-powerpc-64bit) on AIX 5300-03-00. I am using the following command:
scripts/mysql_install_db --basedir=/usr/local/mysql...
Is there a way to allow another user to create the /etc/nologin file? I need to allow a user to create the nologin but don't want to give them root. I can do it via sudo but would rather they be able to create it from the command line.
Thanks
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.