<?xml version="1.0" encoding="UTF-8"?>
<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/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Rich&#039;s Blog &#187; aix</title>
	<atom:link href="http://www.techish.net/tag/aix/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techish.net</link>
	<description>The stuff I get myself into...</description>
	<lastBuildDate>Mon, 06 Feb 2012 17:02:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>FastClaims for Tiger in AIX</title>
		<link>http://www.techish.net/2012/01/fastclaims-for-tiger-in-aix/</link>
		<comments>http://www.techish.net/2012/01/fastclaims-for-tiger-in-aix/#comments</comments>
		<pubDate>Tue, 31 Jan 2012 22:04:05 +0000</pubDate>
		<dc:creator>Rich Kreider</dc:creator>
				<category><![CDATA[Other]]></category>
		<category><![CDATA[aix]]></category>
		<category><![CDATA[claim499]]></category>
		<category><![CDATA[fastclaims]]></category>
		<category><![CDATA[tiger]]></category>

		<guid isPermaLink="false">http://www.techish.net/?p=1727</guid>
		<description><![CDATA[So I&#8217;ve discovered that FastClaims in Allscripts Tiger AIX servers are stored in the following location When a receipts are batched, they are stored in /m2/MF01/CLAIM499 When clicking on &#8220;Batch&#8221; -&#62; Fast Claims, it then copies /m2/MF01/CLAIM499 to /src/APPS/ECONNECT/ARCHIVE/TS/CLAIM499_1.3101165443_20120131165507385. You &#8230; <a href="http://www.techish.net/2012/01/fastclaims-for-tiger-in-aix/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>So I&#8217;ve discovered that FastClaims in Allscripts Tiger AIX servers are stored in the following location</p>
<p>When a receipts are batched, they are stored in <code>/m2/MF01/CLAIM499</code></p>
<p>When clicking on &#8220;Batch&#8221; -&gt; Fast Claims, it then copies <code>/m2/MF01/CLAIM499</code> to <code>/src/APPS/ECONNECT/ARCHIVE/TS/CLAIM499_1.3101165443_20120131165507385</code>. You will notice this filename is comprised of <code>CLAIM499_[companynumber].ddmmhhmmss.yyyymmddhhmmssnnnn</code> in gzip format.</p>
<p>The original <code>/m2/MF01/CLAIM499</code> is renamed to <code>/m2/MF01/oldCLAIM499</code>.</p>
<p>The header of the file <code>AA00000000</code> indicates start of each claim for company and the end is represented by <code>ZA00000000</code> in the same file. Replace zeros with account number padded.</p>
<p>Note:  When modifying claim file, use R in vi to replace instead of i to insert.  It will void the length of the columns and cause all sorts of problems.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techish.net/2012/01/fastclaims-for-tiger-in-aix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AIX/Unix Common Commands</title>
		<link>http://www.techish.net/2009/01/aixunix-common-commands/</link>
		<comments>http://www.techish.net/2009/01/aixunix-common-commands/#comments</comments>
		<pubDate>Mon, 12 Jan 2009 21:07:17 +0000</pubDate>
		<dc:creator>Rich Kreider</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[aix]]></category>
		<category><![CDATA[cli]]></category>

		<guid isPermaLink="false">http://www.techish.net/?p=71</guid>
		<description><![CDATA[AIX/Unix Commands free - lists available disk space dfdb - lists dbspaces on the system. use ifxksh to initialize the ifx environment first who -b - displays last date system was rebooted oslevel - lists the version of the operating &#8230; <a href="http://www.techish.net/2009/01/aixunix-common-commands/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><strong>AIX/Unix Commands</strong></p>
<pre>free			- lists available disk space
dfdb			- lists dbspaces on the system.  use ifxksh to initialize the ifx environment first
who -b			- displays last date system was rebooted
oslevel			- lists the version of the operating system
bootinfo -r 		- lists total amount of real memory installed (divide by 1024 to get MB)
startjs			- starts the job server
stopjs			- stops the job server
startvlink		- starts any interface link procedure incling Misys Vision/Optimum Charge Daemon
stopvlink		- stops any interface link procedure incling Misys Vision/Optimum Charge Daemon</pre>
<p><strong>Physical Volume</strong></p>
<pre>lspv			- lists harddisks on the system and the volume groups they are attached to
lspv -l <em>hdisk#</em>		- lists logical volumes on the file systems
mount			- displays currently mounted file systems
lspv <em>physvolname</em>	- displays information about the physical volume 'physvolname'
lspv -p <em>physvolname</em>	- lists physical partitions associated with this physical volume 'physvolname'
lsps -a			- lists paging space associated with physical volume  Note:  if Used=75%, you need memory</pre>
<p><strong>Volume Group</strong></p>
<pre>lsvg volgrpname		- lists details about the volume group (such as PP size, #free)
lsvg -p volgrpname	- displays name and status of physical volumes for volume group</pre>
<p><strong>Miscellaneous</strong></p>
<pre>lsdev -Cc memory	- lists all installed memory cards
lsdev -Cc adapter	- lists all interface cards installed on the system
date			- shows system date and time
errpt | more		- displays error log entries in a one-line-per-entry format
errpt -a		- displays error log in same format as the Utility menu option</pre>
<p><strong>Terminal</strong></p>
<pre>penable tty<em>#</em>		- directs UNIX to reset a "disabled" terminal
pdisable tty<em>#</em>		- takes terminal off-line, resets terminal settings</pre>
<p><strong>Spooler Commands</strong></p>
<pre>lptstat			- shows status of all spooled printers
lptstat -pSPxx		- shows status of a specified printer
qcan -pSPxx -xJOBx	- cancels JOB#
qcan -X			- cancels all print jobs
cancel <em>JOB#</em>		- cancels JOB#
stopsrc -s qdaemon	- stops qdaemon
startsrc -s qdaemon	- starts qdaemon
ps -ef | grep qdaemon	- checks to see if qdaemon is running
qmov -m SP## -8		- moves job #8 to SPxx
qmov -m SP## SP##	- moves all jobs from SP## to SP##
qmove -u userID -m SP##	- moves all jobs for userID to SP##
qhld 8			- puts job #8 on hold
qhld -P SP##		- puts all jobs for SP# on hold
qhld -r 8		- releases held job #8
qhld -r -P SP##		- releases all held jobs for SP##
qadm - USP##		- takes the specified queue to an up status
qadm -DSP##		- takes the specified queue to a down status</pre>
<p><strong>Printing and Viewing Files</strong></p>
<pre>lp SP## <em>filename</em>	- prints contents of file to a specific printer
cat <em>filename</em> | more	- prints contents of file to the screen one page at a time from the beginning of the file
more <em>filename</em>		- prints contents of file to the screen one page at a time
tail -# <em>filename</em>	- shows last # of lines of file
tail <em>filename</em>		- shows last 10 lines of file
printout <em>filename</em>	- Misys print command alias.  After typing this command, the system prompts to select a printer.</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.techish.net/2009/01/aixunix-common-commands/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

