List of filesystem mount points in AIX

(imported topic written by IBMMark)

I’m trying to create an analysis to list to mount points of filesystems of an AIX computer. The goal I’m trying to aim towards is to have a output similar to the command df -k, which lists all the mountpoints and the corresponding filesystems. Once I have this, then I can report on this in the web reports.

I have probably too simplistically started with “list of drives”

Any pointers to a novice please?

Thanks in advance.

(imported comment written by SystemAdmin)

I’ve learned with non-windows boxes… I jump into sh often.

Consider finding the *nix command you want that outputs the information you’re looking for.

Pipe that to a file.

Then use relevance to pull values from that file for reporting in BigFix.

Visit my personal content database at http://bigfix.me/cdb

I’ve compiled hundreds of relevance statements that should make this easy.