<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>AIX</title>
		<link>http://unixunitedprof.forumandco.com/aix-f7/-t1.htm</link>
		<description>Got an AIX question? or just want to share some knowledge then post here.</description>
		<lastBuildDate>Tue, 10 Jun 2008 08:54:59 GMT</lastBuildDate>
		<ttl>10</ttl>
		<image>
			<title>AIX</title>
			<url>http://illiweb.com/fa/m/logo2.gif</url>
			<link>http://unixunitedprof.forumandco.com/aix-f7/-t1.htm</link>
		</image>
		<item>
			<title>Removing ODM information of a logical Volume</title>
			<link>http://unixunitedprof.forumandco.com/aix-f7/removing-odm-information-of-a-logical-volume-t37.htm</link>
			<dc:creator>Raghavan.navarathna</dc:creator>
			<description>Removing ODM information of a logical volume



Sometimes situations occur where a logical volume is deleted, but the ODM is not up to date. E.g. when lsvg doesn't show you the logical volume, but the lslv command can still show information about the logical volume.



To resolve this issue, first try: synclvodm -v [volume group name].



If this doesn't work, try this: (in the example below logical volume hd7 is used)



Save the ODM information of the logical volume:

odmget -q name=hd7  ...</description>
			<category>AIX</category>
			<pubDate>Tue, 10 Jun 2008 08:54:59 GMT</pubDate>
			<comments>http://unixunitedprof.forumandco.com/aix-f7/removing-odm-information-of-a-logical-volume-t37.htm#49</comments>
			<guid>http://unixunitedprof.forumandco.com/aix-f7/removing-odm-information-of-a-logical-volume-t37.htm</guid>
		</item>
		<item>
			<title>AIX Error logging</title>
			<link>http://unixunitedprof.forumandco.com/aix-f7/aix-error-logging-t28.htm</link>
			<dc:creator>Nicki</dc:creator>
			<description>To display a complete summary report, enter:

errpt



To display a complete detailed report, enter: 

errpt -a



To display a detailed report of all errors logged for the error identifier E19E094F, enter: 

errpt -a -j E19E094F



To list error-record templates for which logging is turned off for any error-log entries, enter: 

errpt -t -F log=0



To view all entries from the alternate error-log file /var/adm/ras/errlog.alternate, enter: 

errpt -i /var/adm/ras/errlog.alternate



To  ...</description>
			<category>AIX</category>
			<pubDate>Wed, 16 Apr 2008 08:27:46 GMT</pubDate>
			<comments>http://unixunitedprof.forumandco.com/aix-f7/aix-error-logging-t28.htm#37</comments>
			<guid>http://unixunitedprof.forumandco.com/aix-f7/aix-error-logging-t28.htm</guid>
		</item>
		<item>
			<title>AIX and p5 Redbooks</title>
			<link>http://unixunitedprof.forumandco.com/aix-f7/aix-and-p5-redbooks-t27.htm</link>
			<dc:creator>Nicki</dc:creator>
			<description>For the current 2 main certifications you should have a look into:



IBM Certification Study Guide eServer p5 and pSeries Administration and Support for AIX 5L Version 5.3



http://www.redbooks.ibm.com/redbooks/pdfs/sg247199.pdf



IBM eServer Certification Study Guide eServer p5 and pSeries Enterprise Technical Support AIX 5L V5.3



http://www.redbooks.ibm.com/redbooks/pdfs/sg247197.pdf







But just to get more used to AIX and learn about these might be more useful in the beginning:





IBM  ...</description>
			<category>AIX</category>
			<pubDate>Wed, 16 Apr 2008 06:56:38 GMT</pubDate>
			<comments>http://unixunitedprof.forumandco.com/aix-f7/aix-and-p5-redbooks-t27.htm#36</comments>
			<guid>http://unixunitedprof.forumandco.com/aix-f7/aix-and-p5-redbooks-t27.htm</guid>
		</item>
		<item>
			<title>LPAR cribsheet</title>
			<link>http://unixunitedprof.forumandco.com/aix-f7/lpar-cribsheet-t19.htm</link>
			<dc:creator>Nicki</dc:creator>
			<description>show managed frames attached to a hmc – show &lt;frame&gt;

lssyscfg -r sys -F name:type_model:serial_num

 

show managed lpars attached to a frame – show &lt;lpar&gt;

lssyscfg -m &lt;frame&gt; -r lpar -F name

 

show profiles from a specific lpar – show &lt;profile&gt;

lssyscfg -r prof -m &lt;frame&gt; --filter &quot;lpar_names=&lt;lpar&gt;&quot;

  

shutdown lpar

chsysstate -m &lt;frame&gt; -r lpar -n &lt;lpar&gt; -o shutdown –immed



To perform a partition shutdown using  ...</description>
			<category>AIX</category>
			<pubDate>Tue, 15 Apr 2008 08:16:06 GMT</pubDate>
			<comments>http://unixunitedprof.forumandco.com/aix-f7/lpar-cribsheet-t19.htm#21</comments>
			<guid>http://unixunitedprof.forumandco.com/aix-f7/lpar-cribsheet-t19.htm</guid>
		</item>
		<item>
			<title>how to install relocatable packages on AIX</title>
			<link>http://unixunitedprof.forumandco.com/aix-f7/how-to-install-relocatable-packages-on-aix-t18.htm</link>
			<dc:creator>Nicki</dc:creator>
			<description>1. create Volumegroup, filesystem and directory



2. create relocation path (the path that should be used instead of the ./) This can be any valid path that 

is not &quot;/&quot; and has a size no greater than 512 characters

mkusil -R &lt;desired_path&gt; 



3. check if location is properly created

lsusil -R ALL



4. copy packages to be installed into any folder on the box and perform inutoc_r



5. install required packages using installp_r -R

installp_r -R &lt;desired_path&gt;  ...</description>
			<category>AIX</category>
			<pubDate>Tue, 15 Apr 2008 08:14:19 GMT</pubDate>
			<comments>http://unixunitedprof.forumandco.com/aix-f7/how-to-install-relocatable-packages-on-aix-t18.htm#20</comments>
			<guid>http://unixunitedprof.forumandco.com/aix-f7/how-to-install-relocatable-packages-on-aix-t18.htm</guid>
		</item>
		<item>
			<title>Backing up HMC Data</title>
			<link>http://unixunitedprof.forumandco.com/aix-f7/backing-up-hmc-data-t17.htm</link>
			<dc:creator>Nicki</dc:creator>
			<description>Backing up critical HMC data - Using the Command Line Interface



Use the command :



bkconsdata -r dvd







Backing up partition profile data - Using the Command Line Interface



Use the command:-



bkprofdata -m &lt;MTMS&gt; -f dvd



where &lt;MTMS&gt; is the machine type and serial number of the managed system.







Backing up critical HMC data - Using the GUI (WebSM) Interface



Describes how to back up important console information to DVD, a remote system mounted  ...</description>
			<category>AIX</category>
			<pubDate>Tue, 15 Apr 2008 08:10:32 GMT</pubDate>
			<comments>http://unixunitedprof.forumandco.com/aix-f7/backing-up-hmc-data-t17.htm#19</comments>
			<guid>http://unixunitedprof.forumandco.com/aix-f7/backing-up-hmc-data-t17.htm</guid>
		</item>
	</channel>
</rss>