Execute this either in /etc/profile or some other location so that it runs everytime the user login
who | grep ${USER} | cut -c1-8 | wc -w
and check this count with the threshold.
if more then exit him out.. with the appropriate message.
Har
Hi,
am not able to unmount a filesystem.
- there are no mounts underneath it
- there are no processes using it ( fuser -cuV /fileysystem )
when i do
fuser -dV /dev/device_name
/dev/device_name:
inode=4416 size=2951 fd=5 21426
fuser: 0506-084 Extended read failed (sid=347419...
Other option as mentioned is using tar
from destination host
rsh <source host> "cd /to/dir && tar -cBpf - ." | tar -xvBpf -
This would tar files in source host and then untar it in the destination host.
Adv is you dont need to have space in source host to tar the files!!
you need to...
Hi,
What filesystems are in hdisk2 ?
It looks few processes are operating on big files leading to swapping of processes. Since consistent paging util and high context switching is seen, it would improve by adding physical memory.
One more thing to look at is what filesystems the top cpu procs...
This would add to the ODM and hence will be present after reboot,
If you use ifconfig to add the alias, then you need to run ifconfig, everytime server reboots.
Hi,
Running AIX 4.3.3. The maximum number of groups that a user belongs to is hardcoded in the OS as 32. Is there a workaround for making a user belong to more than 32 groups.
Thanks
hars
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.