Search Results

Search: Posts Made By: ibmtech
Forum: AIX 12-19-2014
3,190
Posted By ibmtech
First off it's not AIX6.3 but AIX6.1, If who...
First off it's not AIX6.3 but AIX6.1,
If who -ub is showing you hostname, that means your DNS is resolving the IP to hostname.
Just do nslookup <hostname>, it should give you IP address.
Forum: AIX 12-17-2014
8,795
Posted By ibmtech
The other way to try is cp -p...
The other way to try is
cp -p /etc/security/passwd /etc/security/passwd.orig

Now change the password of the user
passwd <user>

Reset the unsuccessful login count
chuser...
Forum: AIX 11-19-2014
2,485
Posted By ibmtech
Hmm, As vbe asked, without seeing the message...
Hmm,
As vbe asked, without seeing the message it will be difficult to answer, if the broadcast is happening on all sessions of that server, my two cents for wall. Also, check the crontab of root to...
Forum: AIX 11-13-2014
2,873
Posted By ibmtech
Hmm, There are couple of things I can think of ...
Hmm,
There are couple of things I can think of

1. Make sure you have the appropriate permissions to write the mksysb to NFS mount.
2. Make sure ulimit values are set to unlimited.
3. If the...
Forum: AIX 11-11-2014
9,961
Posted By ibmtech
Hmm, The error it is throwing clearly says...
Hmm,

The error it is throwing clearly says it cannot find /dev/hd5
There is something utterly wrong in the configuration, why are all the LV names changed? why bootlv00? it should be something...
Forum: AIX 11-06-2014
8,902
Posted By ibmtech
Seems like hdisk1-hdisk6 are concurrent VG's ...
Seems like hdisk1-hdisk6 are concurrent VG's

In a cluster any VG that is to be shared are changed to concurrent_capable.
If you run
lsattr -El vg_fsX (where X=1,2,3,4,5) and same for vg_scratch,...
Forum: Proxy Server 11-05-2014
10,821
Posted By ibmtech
I ran into the same issue few months ago. But the...
I ran into the same issue few months ago. But the below is very helpful
Easy way out.

I am taking your example of HTTP, but you can apply this to almost all the RPMs that you think exist on the...
Forum: AIX 11-04-2014
8,902
Posted By ibmtech
OK, That goes with VG, see which VG is shared,...
OK,
That goes with VG, see which VG is shared, when you run
lspv
Few VG's show concurrent and few active, the concurrent one's are shared between the nodes in cluster.

The VGs (single or...
Forum: AIX 11-04-2014
14,655
Posted By ibmtech
Ok, Have you tried varyoffvg patchtest? If...
Ok,
Have you tried varyoffvg patchtest?

If that doesn't varyoff, then you have to look into each vhost and their backing device and compare it with lsvg -l `lsvg` output.

If you see some...
Forum: AIX 11-04-2014
14,655
Posted By ibmtech
Send me the output of sysdumpdev -l lsps -a ...
Send me the output of
sysdumpdev -l
lsps -a
Also, try
rmfs /space

By the way when you run rmlv, you just mention the lvname and NO /dev
So, it should be
rmlv -f fslv00
Forum: AIX 11-04-2014
14,655
Posted By ibmtech
Ok, remove it
Ok, remove it
Forum: AIX 11-04-2014
14,655
Posted By ibmtech
Bingo, The culprit is /dev/fslv00 -- ...
Bingo,
The culprit is
/dev/fslv00 -- /space jfs2 -- rw no no

Umount the /space filesystem
umount -f /spaceThis should automatically varyoff patchtest VG.
Forum: AIX 11-04-2014
14,655
Posted By ibmtech
I feel there is alteast one more LV (may be more)...
I feel there is alteast one more LV (may be more) that is still assigned to client(s).
Ok , do this
On VIOS as root
lsfs
lsvg -l `lsvg`
Compare the output of those two, see which LV is missing...
Forum: AIX 11-04-2014
14,655
Posted By ibmtech
Ok, what is the output of lsvg -l patchtest
Ok, what is the output of
lsvg -l patchtest
Forum: AIX 11-04-2014
14,655
Posted By ibmtech
Ok, so LV is given as disk to client. Do this ...
Ok, so LV is given as disk to client.
Do this
On VIOS (as root)
lsvg -o
lsvg -l <vgname>In which VG do you find the LV testpatch?

Now go to client and do
rmdev -Rdl hdisk0

Now go to VIOS...
Forum: AIX 11-04-2014
14,655
Posted By ibmtech
I am confused as to how the disk is coming to...
I am confused as to how the disk is coming to client?
Have you created a VG on VIOS, created LV and giving those LV's as vscsi disks to client? or you have mapped the whole disk to client?
If your...
Forum: AIX 10-23-2014
5,799
Posted By ibmtech
Ok, So you manually edited the /etc/passwd...
Ok,
So you manually edited the /etc/passwd file.
Lesson no.1 You never do that.

Now, coming to your problem, after you change the password for root2, is it letting you in to the system?

Do...
Forum: AIX 10-21-2014
8,850
Posted By ibmtech
Go to my 1st post, I did mentioned that you need...
Go to my 1st post, I did mentioned that you need the base fileset, as your fileset is at 6.1.x level.
Once you install the base fileset, then you can take a leap to higher 7.1.X version.
Forum: AIX 10-21-2014
2,931
Posted By ibmtech
Hmmm, Can you paste the output of lslpp -L...
Hmmm,
Can you paste the output of
lslpp -L bos.mp64
oslevel -s
oslevel -sq


Also, how are you upgrading the OS? From where you downloaded the binaries?
Forum: AIX 10-20-2014
8,850
Posted By ibmtech
Hmmm, So you are not seeing anything with 'I'? ...
Hmmm,
So you are not seeing anything with 'I'?
Something as
bos.loc.com.utf.7.1.1.15.I

Ok in the DVD have you searched for
ls -l bos.loc.com.utf*
Forum: AIX 10-20-2014
8,850
Posted By ibmtech
Yes, the DVD should have the base fileset.
Yes, the DVD should have the base fileset.
Forum: AIX 10-20-2014
8,850
Posted By ibmtech
Hello, As per the error, you are missing the...
Hello,
As per the error, you are missing the base file set for the below

bos.loc.com.utf 7.1.3.0 # Common Locale Support - UTF-8
bos.loc.utf.EN_US 7.1.3.0 # Base System Locale UTF Code ......
Forum: AIX 10-16-2014
6,908
Posted By ibmtech
Ok, Check for the umask value on local service...
Ok,
Check for the umask value on local service ID (for application).
lsuser -a umask <username>
lsuser -a umask abc (abc is user)
abc umask=XXXIf the value is NOT 022 or 22 (both mean same, then...
Forum: AIX 10-16-2014
6,908
Posted By ibmtech
As vbe and corono688 mentioned umask value goes...
As vbe and corono688 mentioned umask value goes with user.

In AIX you can set umask for each user or set default value for all users

To change the umask value
chuser umask=022 <username>
...
Forum: Proxy Server 10-16-2014
4,744
Posted By ibmtech
Ok, On AIX when you run oslevel -s (You...
Ok,
On AIX when you run
oslevel -s (You get something like below)
7100-02-03-1334
I have an example of AIX71
7100- is the Operating System Version
02 - is the Technology Level (TL)
03 -...
Showing results 1 to 25 of 241

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