Your Ad Here

IBM AIX/UNIX system storage administration ksh/perl scripting

Monday, March 02, 2009

3001-243 The DBM files for /etc/passwd are out of date.


server:/> grpck -y ALL
3001-243 The DBM files for /etc/passwd are out of date.
Use the mkpasswd command to update these files.
server:/> mkpasswd -v -f
/etc/passwd.nm.idx
/etc/passwd ---> /etc/passwd.nm.idx
3004-777 Entries processed: 5000
3004-777 Entries processed: 7454

/etc/passwd.id.idx
/etc/passwd ---> /etc/passwd.id.idx
3004-777 Entries processed: 5000
3004-777 Entries processed: 7454

/etc/security/environ.idx
/etc/security/environ ---> /etc/security/environ.idx
3004-777 Entries processed: 8

/etc/security/limits.idx
/etc/security/limits ---> /etc/security/limits.idx
3004-777 Entries processed: 3825

/etc/security/passwd.idx
/etc/security/passwd ---> /etc/security/passwd.idx
3004-777 Entries processed: 5000
3004-777 Entries processed: 7454

/etc/security/lastlog.idx
/etc/security/lastlog ---> /etc/security/lastlog.idx
3004-777 Entries processed: 3613

/etc/group.nm.idx
/etc/group ---> /etc/group.nm.idx
3004-777 Entries processed: 143

/etc/group.id.idx
/etc/group ---> /etc/group.id.idx
3004-777 Entries processed: 143

/etc/security/group.idx
/etc/security/group ---> /etc/security/group.idx
3004-777 Entries processed: 143

/etc/security/user.idx
/etc/security/user ---> /etc/security/user.idx
3004-777 Entries processed: 5000
3004-777 Entries processed: 7455

server:/> grpck -y ALL
server:/>

Saturday, February 21, 2009

Tried to create a jfs filesystem with big file option on AIX 5.2 5200-10-06-0835 today but got an strange error message.


# mklv -t jfs -y bmclv rootvg 16 hdisk0
# crfs -v jfs -d bmclv -m /opt/bmc -A yes -a bf=ture
Filesystem Helper: 0506-526 Implementation-specific error, code = (110)


Remove the bf option, and it works. strange.

# crfs -v jfs -d bmclv -m /opt/bmc -A yes
# mount /opt/bmc
# df -gv /opt/bmc


Filesystem GB blocks Used Free %Used Iused Ifree %Iused Mounted on
/dev/bmclv 1.00 0.36 0.64 37% 2160 259984 1% /opt/bmc

Labels

BlogCatalog