Posts

Xmanger does not work

when i was trying to login by Xmanger give the following error usr/bin/X11/xauth: 1356-361 Timeout in locking authority file /home/user-name/.Xauthority the solution log to the server by command line and run the following command $ xauth -b "Attempting to break locks on authority file /.Xauthority Using authority file /.Xauthority" exit to test run xclock

Recover root password

Resetting an unknown root password The following procedure describes how to recover access to root privileges when the system's root password is unavailable or unknown. The following procedure requires some system downtime. If possible, schedule your downtime when it least impacts your workload to protect yourself from a possible loss of data or functionality. The information in this how-to scenario was tested using specific versions of AIX®. The results you obtain might vary significantly depending on your version and level of AIX. Insert the product media for the same version and level as the current installation into the appropriate drive. Power on the machine. When the screen of icons appears, or when you hear a double beep, press the F1 key repeatedly until the System Management Services menu appears. Select Multiboot. Select Install From. Select the device that holds the product media and then select Install. Select the AIX version ...

Resolve ISC Admin Center password expiration

Problem(Abstract) The administrator logs in to the ISC (Integrated Solution Console), but when they try to access a TSM Server from the Admin Center (AC), it fails saying the TSM administrator password has expired and to reset it from the service property notebook. When the ISC administrator tries to reset the password from the Administration Center (AC) service property notebook it also fails, saying that the administrator password has expired. Resolving the problem To reset the TSM administrator password in AC for a TSM server, delete and recreate the TSM server connection within Admin Center, which will allow you to enter and use the current TSM administrator password. 1. Delete the server connection. From ISC -> TSM -> Server Maintenance, select the drop down action: Remove Server Connection 2. Update the TSM administrator password from the TSM administration command line (dsmadmc): update admin 3. Recreate the TSM server connection wit...

AIX ERRORS

when i trying increase file systems i get that error 0516-404 allocp: This system cannot fulfill the allocation request. There are not enough free partitions or not enough physical volumes to keep strictness and satisfy allocation requests. The command should be retried with different allocation characteristics. this due to at rootvg there exist mirror and containing two disks hdisk0 & hdisk1 when i execute the lspv hdisk0 & lspv hdisk1 i found that there exist space of one and not the other to solve that decrease one of file system from the disk have not free space

Support for passwords greater than 8 characters

In AIX 5.2 and 5.3(pre TL7), there has been a 8 character password limitation when using the one-way hash function crypt(). AIX 5.3 TL7 and AIX 6.1 introduce Loadable Password Algorithm (LPA). Each supported password encryption algorithm is implemented as a LPA load module that is loaded at runtime when the algorithm is needed. The supported LPAs, and its attributes, are defined in system configuration file /etc/security/pwdalg.cfg. ---------------------------------------------------------------------------------- the different algorithms are MD5---------------->255 SHA1--------------->255 SHA265------------->255 SHA512------------->255 Blowfish----------->72 -------------------------------------------------------------------------------- NOTE: Without the pwd_algorithm entry in /etc/security/login, the default value is "crypt" which is the legacy crypt() function. ---------------------------------------------------------------------------------...

AIX useful links

AIX infocenter http://publib.boulder.ibm.com/infocenter/pseries/v5r3/index.jsp?topic= IBM AIX OS: Everything about AIX http://aix.lap.hu/ Taking mksysb image of an installed AIX system using NIM http://markelov.org/wiki/index.php/Taking_mksysb_image_of_an_installed_AIX_system_using_NIM AIX errors codes http://publib.boulder.ibm.com/infocenter/ts7680/serv/index.jsp?topic=%2Fcom.ibm.storage.3958.service.doc%2Fts7740_exxxprogcodes_2nwwoq.html

Capturing Error Code @ DOS

echo %errorlevel% to pass command line error if %errorlevel% neq 0 goto label