The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > OS Specific Forums > AIX
Google UNIX.COM



Thread: find VG with FS
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 05-16-2008
Dave Miller's Avatar
Dave Miller Dave Miller is offline
Registered User
 

Join Date: Dec 2007
Location: Northern NJ, USA
Posts: 143
I'm not sure I totally understand what you're trying to do, but have you ever tried using smit ?

smit stands for System Management Interface Tool. Unless I'm mistaken, it's an IBM product that ships with AIX. I.E. Only AIX has it. It provides a simple menu structure to a lot of the seldom used system management stuff.

A neat thing about it is, it creates a log of the actual commands used to do what you've asked it to do. Therefore, you could actually look at THAT and create a script if there's something complicated you do often.

While not too complicated, that's how I created a script to add users.
Reply With Quote