<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	>
<channel>
	<title>Comments on: Installing HCM90</title>
	<atom:link href="http://psst0101.wordpress.com/2007/06/05/installing-hcm90/feed/" rel="self" type="application/rss+xml" />
	<link>http://psst0101.wordpress.com/2007/06/05/installing-hcm90/</link>
	<description>Just Trying to Remember and Share What I Learn at Work</description>
	<pubDate>Sun, 07 Sep 2008 17:20:04 +0000</pubDate>
	<generator>http://wordpress.org/?v=MU</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: digitaleagle</title>
		<link>http://psst0101.wordpress.com/2007/06/05/installing-hcm90/#comment-776</link>
		<dc:creator>digitaleagle</dc:creator>
		<pubDate>Fri, 29 Aug 2008 02:37:06 +0000</pubDate>
		<guid isPermaLink="false">http://psst0101.wordpress.com/2007/06/05/installing-hcm90/#comment-776</guid>
		<description>Sohan,

I published a post with the scripts in them:

http://psst0101.wordpress.com/2008/08/28/startup-scripts/

Hopefully, this will help.  The order is the database, the app server, the batch server, and the web server.

As for COBOL, you only need it for those specific processes that use it.  Payroll, like you mentioned, is a good example.  You can run the HRMS system fine, except that you can't run payroll.  As far as an alternative, I don't know of one.  Your best bet is to install the COBOL that comes with PeopleTools either from edelivery.oracle.com or from the CD.</description>
		<content:encoded><![CDATA[<p>Sohan,</p>
<p>I published a post with the scripts in them:</p>
<p><a href="http://psst0101.wordpress.com/2008/08/28/startup-scripts/" rel="nofollow">http://psst0101.wordpress.com/2008/08/28/startup-scripts/</a></p>
<p>Hopefully, this will help.  The order is the database, the app server, the batch server, and the web server.</p>
<p>As for COBOL, you only need it for those specific processes that use it.  Payroll, like you mentioned, is a good example.  You can run the HRMS system fine, except that you can&#8217;t run payroll.  As far as an alternative, I don&#8217;t know of one.  Your best bet is to install the COBOL that comes with PeopleTools either from edelivery.oracle.com or from the CD.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Startup Scripts &#171; PSST0101</title>
		<link>http://psst0101.wordpress.com/2007/06/05/installing-hcm90/#comment-775</link>
		<dc:creator>Startup Scripts &#171; PSST0101</dc:creator>
		<pubDate>Fri, 29 Aug 2008 02:20:14 +0000</pubDate>
		<guid isPermaLink="false">http://psst0101.wordpress.com/2007/06/05/installing-hcm90/#comment-775</guid>
		<description>[...] Filed under: Server Administration &#8212; digitaleagle @ 10:20 pm   Sohan asked about my start up scripts for booting all of the PeopleSoft services.  I have been wanting to [...]</description>
		<content:encoded><![CDATA[<p>[...] Filed under: Server Administration &#8212; digitaleagle @ 10:20 pm   Sohan asked about my start up scripts for booting all of the PeopleSoft services.  I have been wanting to [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sohan</title>
		<link>http://psst0101.wordpress.com/2007/06/05/installing-hcm90/#comment-774</link>
		<dc:creator>sohan</dc:creator>
		<pubDate>Thu, 28 Aug 2008 14:26:29 +0000</pubDate>
		<guid isPermaLink="false">http://psst0101.wordpress.com/2007/06/05/installing-hcm90/#comment-774</guid>
		<description>thx for tht

I want to know what u have added in .bat file. and in wht order.

Also want to know abt how to install cobol compiler which i hav not configured during installation
micro focus Net Express with .NET 5.1 will work? with PT8.48, HCM9.0, tuxedo 8.1, bea weblogic 8.1, oracle 10g. 
when I installed I come to know tht cobol is not required but recently someone told me tht u require it  to run some processes of absence management, payroll..etc is it so or is there any alternative to it??</description>
		<content:encoded><![CDATA[<p>thx for tht</p>
<p>I want to know what u have added in .bat file. and in wht order.</p>
<p>Also want to know abt how to install cobol compiler which i hav not configured during installation<br />
micro focus Net Express with .NET 5.1 will work? with PT8.48, HCM9.0, tuxedo 8.1, bea weblogic 8.1, oracle 10g.<br />
when I installed I come to know tht cobol is not required but recently someone told me tht u require it  to run some processes of absence management, payroll..etc is it so or is there any alternative to it??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: digitaleagle</title>
		<link>http://psst0101.wordpress.com/2007/06/05/installing-hcm90/#comment-773</link>
		<dc:creator>digitaleagle</dc:creator>
		<pubDate>Thu, 28 Aug 2008 14:06:28 +0000</pubDate>
		<guid isPermaLink="false">http://psst0101.wordpress.com/2007/06/05/installing-hcm90/#comment-773</guid>
		<description>Sohan,

I think it would be obviously safest to stop all of the services before you shutdown.  But, that being said, I have an image in which it all starts by batch files that call the psadmin, start weblogic, etc.  I don't have anything that stops the services when I shutdown the images, and I haven't had any trouble at all.

Just a thought: If you have the pieces as Windows Services, you can start and stop them with "net start service_name" and "net stop service_name".  So, you could create a batch file that has all the net stop commands to shutdown the services.  You could just double click on this script before you shutdown your laptop.

If you have backups of everything though, I wouldn't worry about it.

Hope that helps,

Stephen</description>
		<content:encoded><![CDATA[<p>Sohan,</p>
<p>I think it would be obviously safest to stop all of the services before you shutdown.  But, that being said, I have an image in which it all starts by batch files that call the psadmin, start weblogic, etc.  I don&#8217;t have anything that stops the services when I shutdown the images, and I haven&#8217;t had any trouble at all.</p>
<p>Just a thought: If you have the pieces as Windows Services, you can start and stop them with &#8220;net start service_name&#8221; and &#8220;net stop service_name&#8221;.  So, you could create a batch file that has all the net stop commands to shutdown the services.  You could just double click on this script before you shutdown your laptop.</p>
<p>If you have backups of everything though, I wouldn&#8217;t worry about it.</p>
<p>Hope that helps,</p>
<p>Stephen</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sohan</title>
		<link>http://psst0101.wordpress.com/2007/06/05/installing-hcm90/#comment-772</link>
		<dc:creator>sohan</dc:creator>
		<pubDate>Thu, 28 Aug 2008 13:57:39 +0000</pubDate>
		<guid isPermaLink="false">http://psst0101.wordpress.com/2007/06/05/installing-hcm90/#comment-772</guid>
		<description>with these steps

* Install the database system such as Oracle or SQL Server
* Install the Web Server such as BEA WebLogic
* Install Tuxedo
* Run the PeopleTools Installer (creating the file system)
* Run the Application(HRMS) Installer (adding application code)
* Install/Configure the PeopleTools client (App Designer, Data Mover, etc)
* Create the database
* Configure the Application Server(psadmin)
* Install the PIA (PeopleSoft Pure Internet Architecture/Web Server)
* Configure the Process Scheduler

I have installed all these s\w on laptop and its working fine
but when shuting down the laptop do I need to 
STOP PIA
STOP PROCESS SCHEDULAR
STOP APPLICATION SERVER
STOP BEA WEBLOGIC
STOP TUXEDO SERVICE
STOP ORACLE DATABASE INSTANCE ETC
EVERYTIME AND Also tell me if I can skip any service to stop which will not lead to corruption of file.
I have kept those services in 'manual' start up type in services.</description>
		<content:encoded><![CDATA[<p>with these steps</p>
<p>* Install the database system such as Oracle or SQL Server<br />
* Install the Web Server such as BEA WebLogic<br />
* Install Tuxedo<br />
* Run the PeopleTools Installer (creating the file system)<br />
* Run the Application(HRMS) Installer (adding application code)<br />
* Install/Configure the PeopleTools client (App Designer, Data Mover, etc)<br />
* Create the database<br />
* Configure the Application Server(psadmin)<br />
* Install the PIA (PeopleSoft Pure Internet Architecture/Web Server)<br />
* Configure the Process Scheduler</p>
<p>I have installed all these s\w on laptop and its working fine<br />
but when shuting down the laptop do I need to<br />
STOP PIA<br />
STOP PROCESS SCHEDULAR<br />
STOP APPLICATION SERVER<br />
STOP BEA WEBLOGIC<br />
STOP TUXEDO SERVICE<br />
STOP ORACLE DATABASE INSTANCE ETC<br />
EVERYTIME AND Also tell me if I can skip any service to stop which will not lead to corruption of file.<br />
I have kept those services in &#8216;manual&#8217; start up type in services.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: digitaleagle</title>
		<link>http://psst0101.wordpress.com/2007/06/05/installing-hcm90/#comment-760</link>
		<dc:creator>digitaleagle</dc:creator>
		<pubDate>Tue, 29 Jul 2008 14:15:50 +0000</pubDate>
		<guid isPermaLink="false">http://psst0101.wordpress.com/2007/06/05/installing-hcm90/#comment-760</guid>
		<description>Vinay,

I am not sure about the Vista home edition.  I am guessing that it would work, but I am not sure.  The "Home Edition" is the part that has me worried.  We are running Windows Server 2003 on both the host and the VM.

As for the VMWare, we have 2GB of ram on the host and the setting for the VM is 1GB of ram allocated to the VM.  I don't know if it is possible that you have too much RAM allocated to the VM or not enough -- just a thought.

Please let us know if you are able to get it working under Home Edition.

Thanks,

Stephen</description>
		<content:encoded><![CDATA[<p>Vinay,</p>
<p>I am not sure about the Vista home edition.  I am guessing that it would work, but I am not sure.  The &#8220;Home Edition&#8221; is the part that has me worried.  We are running Windows Server 2003 on both the host and the VM.</p>
<p>As for the VMWare, we have 2GB of ram on the host and the setting for the VM is 1GB of ram allocated to the VM.  I don&#8217;t know if it is possible that you have too much RAM allocated to the VM or not enough &#8212; just a thought.</p>
<p>Please let us know if you are able to get it working under Home Edition.</p>
<p>Thanks,</p>
<p>Stephen</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vinay</title>
		<link>http://psst0101.wordpress.com/2007/06/05/installing-hcm90/#comment-759</link>
		<dc:creator>Vinay</dc:creator>
		<pubDate>Wed, 23 Jul 2008 01:22:16 +0000</pubDate>
		<guid isPermaLink="false">http://psst0101.wordpress.com/2007/06/05/installing-hcm90/#comment-759</guid>
		<description>Hey DE, 
Finally i am back again, my laptop got messed up and had to format it. The next time i installed VMWare it became exceptionally slow. 
My questions for this time. Dya think PS HCM 8.9 with oracle 9i/10g will work on a Windows Vista home Edition 32 bit machine with 2.2 Ghz, 2 GB RAM?

Or else, VMWare is the only option for me?

Waiting for your reply, 

Thanks</description>
		<content:encoded><![CDATA[<p>Hey DE,<br />
Finally i am back again, my laptop got messed up and had to format it. The next time i installed VMWare it became exceptionally slow.<br />
My questions for this time. Dya think PS HCM 8.9 with oracle 9i/10g will work on a Windows Vista home Edition 32 bit machine with 2.2 Ghz, 2 GB RAM?</p>
<p>Or else, VMWare is the only option for me?</p>
<p>Waiting for your reply, </p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: digitaleagle</title>
		<link>http://psst0101.wordpress.com/2007/06/05/installing-hcm90/#comment-755</link>
		<dc:creator>digitaleagle</dc:creator>
		<pubDate>Tue, 15 Jul 2008 03:32:29 +0000</pubDate>
		<guid isPermaLink="false">http://psst0101.wordpress.com/2007/06/05/installing-hcm90/#comment-755</guid>
		<description>Ganesh,

I wish I could help, but I don't have one.  Maybe someone else could post one.  Or, you might try posting the question here:
http://forums.oracle.com/forums/forum.jspa?forumID=500</description>
		<content:encoded><![CDATA[<p>Ganesh,</p>
<p>I wish I could help, but I don&#8217;t have one.  Maybe someone else could post one.  Or, you might try posting the question here:<br />
<a href="http://forums.oracle.com/forums/forum.jspa?forumID=500" rel="nofollow">http://forums.oracle.com/forums/forum.jspa?forumID=500</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ganesh</title>
		<link>http://psst0101.wordpress.com/2007/06/05/installing-hcm90/#comment-754</link>
		<dc:creator>Ganesh</dc:creator>
		<pubDate>Tue, 15 Jul 2008 00:37:32 +0000</pubDate>
		<guid isPermaLink="false">http://psst0101.wordpress.com/2007/06/05/installing-hcm90/#comment-754</guid>
		<description>Hi,
  Greetings. Do you have a sample project plan for Global Payroll, NA Payroll and Time &#38; Labor implementation? Thank you.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
  Greetings. Do you have a sample project plan for Global Payroll, NA Payroll and Time &amp; Labor implementation? Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jabm</title>
		<link>http://psst0101.wordpress.com/2007/06/05/installing-hcm90/#comment-731</link>
		<dc:creator>jabm</dc:creator>
		<pubDate>Tue, 29 Apr 2008 18:43:20 +0000</pubDate>
		<guid isPermaLink="false">http://psst0101.wordpress.com/2007/06/05/installing-hcm90/#comment-731</guid>
		<description>Hi I found your blog on a web search when was aboput to get mad about cobol and PS. I recently installed cobol but I cannot get it to work with Peoplesoft. the cobols are not compiled since the time period for the license is over. We bought the license but the software didn't include a guide for peoplesoft. I hope you can provide some guidance. 

Thanks in advance.
jabm</description>
		<content:encoded><![CDATA[<p>Hi I found your blog on a web search when was aboput to get mad about cobol and PS. I recently installed cobol but I cannot get it to work with Peoplesoft. the cobols are not compiled since the time period for the license is over. We bought the license but the software didn&#8217;t include a guide for peoplesoft. I hope you can provide some guidance. </p>
<p>Thanks in advance.<br />
jabm</p>
]]></content:encoded>
	</item>
</channel>
</rss>
