Topic: AIX snapshot
Posted by: farid ® 02/08/2006, 12:44:51
Author Profile | Post Reply | Alert | Recommend | Current page | Edit | Main Forum
Hi guys... Need some help. How do i get a snapshot of vital configuration into a text file. Is there any way to do it?


Replies To This Message

Topic: Re: AIX snapshot
Posted by: johnnyk ® 02/08/2006, 15:39:23
Author Profile | Post Reply | Alert | Recommend | Current page | Edit | Main Forum
hi,
you can download a script "cfg2html" from web and launch it.
the result file ".html" contains the configuration.
Regards.



Topic: Re: AIX snapshot
Posted by: christou ® 02/08/2006, 15:48:55
Author Profile | Post Reply | Alert | Recommend | Current page | Edit | Main Forum
Yes,

You have a command called "snap". As root ru the the following command :

snap -a

This command will gather all system iformation under /tmp/ibmsupt
Then you can copy this directory and do what you want.

If you want to send information to IBM Tech Support, you better get a look on "pax" and "snap"


Topic: Re: Re: AIX snapshot
Posted by: farid ® 02/09/2006, 00:33:35
Author Profile | Post Reply | Alert | Recommend | Current page | Edit | Main Forum
Thanks guys.. Its much appreciated.