<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.tetrain.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Augustine</id>
	<title>TetraWiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.tetrain.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Augustine"/>
	<link rel="alternate" type="text/html" href="https://wiki.tetrain.com/index.php?title=Special:Contributions/Augustine"/>
	<updated>2026-07-25T08:07:16Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.9</generator>
	<entry>
		<id>https://wiki.tetrain.com/index.php?title=Beetal_Oracle_DB_Startup&amp;diff=2421</id>
		<title>Beetal Oracle DB Startup</title>
		<link rel="alternate" type="text/html" href="https://wiki.tetrain.com/index.php?title=Beetal_Oracle_DB_Startup&amp;diff=2421"/>
		<updated>2017-11-23T04:55:25Z</updated>

		<summary type="html">&lt;p&gt;Augustine: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
Login into the System where oracle is Installed&lt;br /&gt;
&lt;br /&gt;
 su - oracle&lt;br /&gt;
&lt;br /&gt;
To Start Oracle server&lt;br /&gt;
&lt;br /&gt;
Now, use the lsnrctl command to start service (located at /home/oracle/oracle/product/10.2.0/db_1/bin directory):&lt;br /&gt;
 lsnrctl start&lt;br /&gt;
&lt;br /&gt;
You can replace &amp;quot;start&amp;quot; with &amp;quot;status&amp;quot; to check the current status &lt;br /&gt;
&lt;br /&gt;
Next start database&lt;br /&gt;
&lt;br /&gt;
 dbstart&lt;br /&gt;
&lt;br /&gt;
If above is not working try to login as sysdba using below command&lt;br /&gt;
 sqlplus sys as sysdba&lt;br /&gt;
&lt;br /&gt;
(give the password of sysdba when prompt)&lt;br /&gt;
&lt;br /&gt;
At SQL&amp;gt; type startup command:&lt;br /&gt;
&lt;br /&gt;
SQL&amp;gt; startup&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*************************************************************************************************************************************************************&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Stop Oracle service&lt;br /&gt;
&lt;br /&gt;
To stop Oracle service type following two commands:&lt;br /&gt;
 lsnrctl stop&lt;br /&gt;
&lt;br /&gt;
 dbshut&lt;br /&gt;
&lt;br /&gt;
OR you can login as sysdba user:&lt;br /&gt;
 sqlplus sys as sysdba&lt;br /&gt;
&lt;br /&gt;
At SQL&amp;gt; type shutdown command:&lt;br /&gt;
&lt;br /&gt;
 SQL&amp;gt; shutdown&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
User may report that they are not able to connect to database using their application(Toad is an application they are using to connect to their database at the time of writing this article). If they get error given below. You can try and use the steps given above. &lt;br /&gt;
&lt;br /&gt;
Error : ORA-12505, TNS:listener does not currently know of SID given in connect descriptor&lt;br /&gt;
&lt;br /&gt;
Cause : Oracle server down&lt;/div&gt;</summary>
		<author><name>Augustine</name></author>
	</entry>
	<entry>
		<id>https://wiki.tetrain.com/index.php?title=Beetal_Oracle_DB_Startup&amp;diff=2420</id>
		<title>Beetal Oracle DB Startup</title>
		<link rel="alternate" type="text/html" href="https://wiki.tetrain.com/index.php?title=Beetal_Oracle_DB_Startup&amp;diff=2420"/>
		<updated>2017-11-23T04:51:25Z</updated>

		<summary type="html">&lt;p&gt;Augustine: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
Login into the System where oracle is Installed&lt;br /&gt;
&lt;br /&gt;
 su - oracle&lt;br /&gt;
&lt;br /&gt;
To Start Oracle server&lt;br /&gt;
&lt;br /&gt;
Now, use the lsnrctl command to start service (located at /home/oracle/oracle/product/10.2.0/db_1/bin directory):&lt;br /&gt;
 lsnrctl start&lt;br /&gt;
&lt;br /&gt;
You can replace &amp;quot;start&amp;quot; with &amp;quot;status&amp;quot; to check the current status &lt;br /&gt;
&lt;br /&gt;
Next start database&lt;br /&gt;
&lt;br /&gt;
 dbstart&lt;br /&gt;
&lt;br /&gt;
If above is not working try to login as sysdba using below command&lt;br /&gt;
 sqlplus sys as sysdba&lt;br /&gt;
&lt;br /&gt;
(give the password of sysdba when prompt)&lt;br /&gt;
&lt;br /&gt;
At SQL&amp;gt; type startup command:&lt;br /&gt;
&lt;br /&gt;
SQL&amp;gt; startup&lt;br /&gt;
&lt;br /&gt;
*************************************************************************************************************************************************************&lt;br /&gt;
&lt;br /&gt;
Stop Oracle service&lt;br /&gt;
&lt;br /&gt;
To stop Oracle service type following two commands:&lt;br /&gt;
 lsnrctl stop&lt;br /&gt;
 dbshut&lt;br /&gt;
&lt;br /&gt;
OR you can login as sysdba user:&lt;br /&gt;
 sqlplus sys as sysdba&lt;br /&gt;
&lt;br /&gt;
At SQL&amp;gt; type shutdown command:&lt;br /&gt;
&lt;br /&gt;
 SQL&amp;gt; shutdown&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
User may report that they are not able to connect to database using their application(Toad is an application they will be using to connect to their database). If they get error given below. You can try and use the steps given above. &lt;br /&gt;
&lt;br /&gt;
Error : ORA-12505, TNS:listener does not currently know of SID given in connect descriptor&lt;br /&gt;
&lt;br /&gt;
Cause : Oracle server down&lt;/div&gt;</summary>
		<author><name>Augustine</name></author>
	</entry>
	<entry>
		<id>https://wiki.tetrain.com/index.php?title=Beetal_Oracle_DB_Startup&amp;diff=2419</id>
		<title>Beetal Oracle DB Startup</title>
		<link rel="alternate" type="text/html" href="https://wiki.tetrain.com/index.php?title=Beetal_Oracle_DB_Startup&amp;diff=2419"/>
		<updated>2017-11-23T04:43:08Z</updated>

		<summary type="html">&lt;p&gt;Augustine: Created page with &amp;quot;  Login into the System where oracle is Installed  ### su - oracle  To Start Oracle server  Now, use the lsnrctl command to start service (located at /home/oracle/oracle/produ...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
Login into the System where oracle is Installed&lt;br /&gt;
&lt;br /&gt;
### su - oracle&lt;br /&gt;
&lt;br /&gt;
To Start Oracle server&lt;br /&gt;
&lt;br /&gt;
Now, use the lsnrctl command to start service (located at /home/oracle/oracle/product/10.2.0/db_1/bin directory):&lt;br /&gt;
### lsnrctl start&lt;br /&gt;
&lt;br /&gt;
You can replace &amp;quot;start&amp;quot; with &amp;quot;status&amp;quot; to check the current status &lt;br /&gt;
&lt;br /&gt;
Next start database&lt;br /&gt;
&lt;br /&gt;
### dbstart&lt;br /&gt;
&lt;br /&gt;
If above is not working try to login as sysdba using below command&lt;br /&gt;
### sqlplus sys as sysdba&lt;br /&gt;
&lt;br /&gt;
(give the password of sysdba when prompt)&lt;br /&gt;
&lt;br /&gt;
At SQL&amp;gt; type startup command:&lt;br /&gt;
&lt;br /&gt;
SQL&amp;gt; startup&lt;br /&gt;
&lt;br /&gt;
*************************************************************************************************************************************************************&lt;br /&gt;
&lt;br /&gt;
Stop Oracle service&lt;br /&gt;
&lt;br /&gt;
To stop Oracle service type following two commands:&lt;br /&gt;
### lsnrctl stop&lt;br /&gt;
### dbshut&lt;br /&gt;
&lt;br /&gt;
OR you can login as sysdba user:&lt;br /&gt;
### sqlplus sys as sysdba&lt;br /&gt;
&lt;br /&gt;
At SQL&amp;gt; type shutdown command:&lt;br /&gt;
&lt;br /&gt;
### SQL&amp;gt; shutdown&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
User may report that they are not able to connect to database using their application(Toad is an application they will be using to connect to their database). If they get error given below. You can try and use the steps given above. &lt;br /&gt;
&lt;br /&gt;
Error : ORA-12505, TNS:listener does not currently know of SID given in connect descriptor&lt;br /&gt;
&lt;br /&gt;
Cause : Oracle server down&lt;br /&gt;
&lt;br /&gt;
Steps to resolved the issue&lt;/div&gt;</summary>
		<author><name>Augustine</name></author>
	</entry>
	<entry>
		<id>https://wiki.tetrain.com/index.php?title=Triburg_Architecture&amp;diff=2418</id>
		<title>Triburg Architecture</title>
		<link rel="alternate" type="text/html" href="https://wiki.tetrain.com/index.php?title=Triburg_Architecture&amp;diff=2418"/>
		<updated>2017-11-14T08:46:03Z</updated>

		<summary type="html">&lt;p&gt;Augustine: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Triburg_image.png|600px]]&lt;br /&gt;
&lt;br /&gt;
Triburg Server Details&lt;br /&gt;
&lt;br /&gt;
IMSS server           - 35.192.210.194/10.128.0.3(postfix)&lt;br /&gt;
                         &lt;br /&gt;
mail.triburg.co.in    - 35.193.123.200/10.128.0.2(zimbra 8.7.11)&lt;br /&gt;
				     &lt;br /&gt;
archive.triburg.co.in - 35.193.48.168/10.128.0.4(zimbra 8.7.11)	&lt;br /&gt;
&lt;br /&gt;
				     &lt;br /&gt;
InterScan Messaging Security Suit(IMSS) is an Email Security Gateway. It can prevent emails with malicious intent and messages that violate an organization&#039;s security and use policies from reaching their destinations. These emails may contain malware, phishing attacks, spam and other malicious content.&lt;br /&gt;
&lt;br /&gt;
Zimbra 8.7.11 is Installed on mail.triburg.co.in&lt;br /&gt;
&lt;br /&gt;
Zimbra 8.7.11 is also installed on archive.triburg.co.in. &lt;br /&gt;
Its a backup server for mail.triburg.co.in&lt;br /&gt;
&lt;br /&gt;
The MX is pointing to IMSS server. Therefore all incoming mails lands on IMSS server &lt;br /&gt;
and then it is forwarded to Zimbra mail server(i.e. mail.triburg.co.in) using transportList file. &lt;br /&gt;
File location:&lt;br /&gt;
/etc/postfix/transportList &lt;br /&gt;
	&lt;br /&gt;
IMSS server is acting as a relay server for mail.triburg.co.in &lt;br /&gt;
and relay.tetrain.com is acting as a relay server for IMSS server&lt;/div&gt;</summary>
		<author><name>Augustine</name></author>
	</entry>
	<entry>
		<id>https://wiki.tetrain.com/index.php?title=Triburg_Architecture&amp;diff=2417</id>
		<title>Triburg Architecture</title>
		<link rel="alternate" type="text/html" href="https://wiki.tetrain.com/index.php?title=Triburg_Architecture&amp;diff=2417"/>
		<updated>2017-11-13T11:11:44Z</updated>

		<summary type="html">&lt;p&gt;Augustine: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Triburg_image.png]]&lt;br /&gt;
&lt;br /&gt;
Triburg Server Details&lt;br /&gt;
&lt;br /&gt;
IMSS server           - 35.192.210.194/10.128.0.3(postfix)&lt;br /&gt;
                         &lt;br /&gt;
mail.triburg.co.in    - 35.193.123.200/10.128.0.2(zimbra 8.7.11)&lt;br /&gt;
				     &lt;br /&gt;
archive.triburg.co.in - 35.193.48.168/10.128.0.4(zimbra 8.7.11)	&lt;br /&gt;
&lt;br /&gt;
				     &lt;br /&gt;
InterScan Messaging Security Suit(IMSS) is an Email Security Gateway. It can prevent emails with malicious intent and messages that violate an organization&#039;s security and use policies from reaching their destinations. These emails may contain malware, phishing attacks, spam and other malicious content.&lt;br /&gt;
&lt;br /&gt;
Zimbra 8.7.11 is Installed on mail.triburg.co.in&lt;br /&gt;
&lt;br /&gt;
Zimbra 8.7.11 is also installed on archive.triburg.co.in. &lt;br /&gt;
Its a backup server for mail.triburg.co.in&lt;br /&gt;
&lt;br /&gt;
The MX is pointing to IMSS server. Therefore all incoming mails lands on IMSS server &lt;br /&gt;
and then it is forwarded to Zimbra mail server(i.e. mail.triburg.co.in) using transportList file. &lt;br /&gt;
File location:&lt;br /&gt;
/etc/postfix/transportList &lt;br /&gt;
	&lt;br /&gt;
IMSS server is acting as a relay server for mail.triburg.co.in &lt;br /&gt;
and relay.tetrain.com is acting as a relay server for IMSS server&lt;/div&gt;</summary>
		<author><name>Augustine</name></author>
	</entry>
	<entry>
		<id>https://wiki.tetrain.com/index.php?title=File:Triburg_image.png&amp;diff=2416</id>
		<title>File:Triburg image.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.tetrain.com/index.php?title=File:Triburg_image.png&amp;diff=2416"/>
		<updated>2017-11-13T11:09:27Z</updated>

		<summary type="html">&lt;p&gt;Augustine: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Augustine</name></author>
	</entry>
	<entry>
		<id>https://wiki.tetrain.com/index.php?title=Triburg_Architecture&amp;diff=2415</id>
		<title>Triburg Architecture</title>
		<link rel="alternate" type="text/html" href="https://wiki.tetrain.com/index.php?title=Triburg_Architecture&amp;diff=2415"/>
		<updated>2017-11-13T10:55:08Z</updated>

		<summary type="html">&lt;p&gt;Augustine: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
Triburg Server Details&lt;br /&gt;
&lt;br /&gt;
IMSS server           - 35.192.210.194/10.128.0.3(postfix)&lt;br /&gt;
                         &lt;br /&gt;
mail.triburg.co.in    - 35.193.123.200/10.128.0.2(zimbra 8.7.11)&lt;br /&gt;
				     &lt;br /&gt;
archive.triburg.co.in - 35.193.48.168/10.128.0.4(zimbra 8.7.11)	&lt;br /&gt;
&lt;br /&gt;
				     &lt;br /&gt;
InterScan Messaging Security Suit(IMSS) is an Email Security Gateway. It can prevent emails with malicious intent and messages that violate an organization&#039;s security and use policies from reaching their destinations. These emails may contain malware, phishing attacks, spam and other malicious content.&lt;br /&gt;
&lt;br /&gt;
Zimbra 8.7.11 is Installed on mail.triburg.co.in&lt;br /&gt;
&lt;br /&gt;
Zimbra 8.7.11 is also installed on archive.triburg.co.in. &lt;br /&gt;
Its a backup server for mail.triburg.co.in&lt;br /&gt;
&lt;br /&gt;
The MX is pointing to IMSS server. Therefore all incoming mails lands on IMSS server &lt;br /&gt;
and then it is forwarded to Zimbra mail server(i.e. mail.triburg.co.in) using transportList file. &lt;br /&gt;
File location:&lt;br /&gt;
/etc/postfix/transportList &lt;br /&gt;
	&lt;br /&gt;
IMSS server is acting as a relay server for mail.triburg.co.in &lt;br /&gt;
and relay.tetrain.com is acting as a relay server for IMSS server&lt;/div&gt;</summary>
		<author><name>Augustine</name></author>
	</entry>
	<entry>
		<id>https://wiki.tetrain.com/index.php?title=Triburg_Architecture&amp;diff=2414</id>
		<title>Triburg Architecture</title>
		<link rel="alternate" type="text/html" href="https://wiki.tetrain.com/index.php?title=Triburg_Architecture&amp;diff=2414"/>
		<updated>2017-11-13T10:53:21Z</updated>

		<summary type="html">&lt;p&gt;Augustine: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
Triburg Server Details&lt;br /&gt;
&lt;br /&gt;
IMSS server           - 35.192.210.194/10.128.0.3(postfix)&lt;br /&gt;
                         &lt;br /&gt;
mail.triburg.co.in    - 35.193.123.200/10.128.0.2(zimbra 8.7.11)&lt;br /&gt;
				     &lt;br /&gt;
archive.triburg.co.in - 35.193.48.168/10.128.0.4(zimbra 8.7.11)	&lt;br /&gt;
&lt;br /&gt;
				     &lt;br /&gt;
InterScan Messaging Security Suit(IMSS) is an Email Security Gateway. It can prevent emails with malicious intent and messages that violate an organization&#039;s security and use policies from reaching their destinations. These emails may contain malware, phishing attacks, spam and other malicious content.&lt;br /&gt;
&lt;br /&gt;
Zimbra 8.7.11 is Installed on mail.triburg.co.in&lt;br /&gt;
&lt;br /&gt;
Zimbra 8.7.11 is also installed on archive.triburg.co.in. &lt;br /&gt;
  Its a backup server for mail.triburg.co.in&lt;br /&gt;
&lt;br /&gt;
The MX is pointing to IMSS server. Therefore all incoming mails lands on IMSS server &lt;br /&gt;
and then it is forwarded to Zimbra mail server(i.e. mail.triburg.co.in) using transportList file. &lt;br /&gt;
File location:&lt;br /&gt;
/etc/postfix/transportList &lt;br /&gt;
	&lt;br /&gt;
IMSS server is acting as a relay server for mail.triburg.co.in &lt;br /&gt;
  and relay.tetrain.com is acting as a relay server for IMSS server&lt;/div&gt;</summary>
		<author><name>Augustine</name></author>
	</entry>
	<entry>
		<id>https://wiki.tetrain.com/index.php?title=Triburg_Architecture&amp;diff=2413</id>
		<title>Triburg Architecture</title>
		<link rel="alternate" type="text/html" href="https://wiki.tetrain.com/index.php?title=Triburg_Architecture&amp;diff=2413"/>
		<updated>2017-11-13T04:56:01Z</updated>

		<summary type="html">&lt;p&gt;Augustine: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
Triburg Server Details&lt;br /&gt;
&lt;br /&gt;
IMSS server           - 35.192.210.194/10.128.0.3(postfix)&lt;br /&gt;
                         &lt;br /&gt;
mail.triburg.co.in    - 35.193.123.200/10.128.0.2(zimbra 8.7.11)&lt;br /&gt;
				     &lt;br /&gt;
archive.triburg.co.in - 35.193.48.168/10.128.0.4(zimbra 8.7.11)	&lt;br /&gt;
&lt;br /&gt;
				     &lt;br /&gt;
##InterScan Messaging Security Suit(IMSS) is an Email Security Gateway. It can prevent emails with malicious intent and messages that violate an organization&#039;s security and use policies from reaching their destinations. These emails may contain malware, phishing attacks, spam and other malicious content.&lt;br /&gt;
&lt;br /&gt;
##Zimbra 8.7.11 is Installed on mail.triburg.co.in&lt;br /&gt;
&lt;br /&gt;
##Zimbra 8.7.11 is also installed on archive.triburg.co.in. &lt;br /&gt;
  Its a backup server for mail.triburg.co.in&lt;br /&gt;
&lt;br /&gt;
##The MX is pointing to IMSS server. Therefore all incoming mails lands on IMSS server &lt;br /&gt;
and then it is forwarded to Zimbra mail server(i.e. mail.triburg.co.in) using transportList file. &lt;br /&gt;
File location:&lt;br /&gt;
/etc/postfix/transportList &lt;br /&gt;
	&lt;br /&gt;
##IMSS server is acting as a relay server for mail.triburg.co.in &lt;br /&gt;
  and relay.tetrain.com is acting as a relay server for IMSS server&lt;/div&gt;</summary>
		<author><name>Augustine</name></author>
	</entry>
	<entry>
		<id>https://wiki.tetrain.com/index.php?title=Triburg_Architecture&amp;diff=2412</id>
		<title>Triburg Architecture</title>
		<link rel="alternate" type="text/html" href="https://wiki.tetrain.com/index.php?title=Triburg_Architecture&amp;diff=2412"/>
		<updated>2017-11-13T04:52:25Z</updated>

		<summary type="html">&lt;p&gt;Augustine: Created page with &amp;quot;  &amp;#039;&amp;#039;&amp;#039; Triburg Server Details -&amp;#039;&amp;#039;&amp;#039;  IMSS server           - 35.192.210.194/10.128.0.3                          (postfix) mail.triburg.co.in    - 35.193.123.200/10.128.0.2 				 ...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&lt;br /&gt;
Triburg Server Details -&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
IMSS server           - 35.192.210.194/10.128.0.3&lt;br /&gt;
                         (postfix)&lt;br /&gt;
mail.triburg.co.in    - 35.193.123.200/10.128.0.2&lt;br /&gt;
				     (zimbra 8.7.11)&lt;br /&gt;
archive.triburg.co.in - 35.193.48.168/10.128.0.4&lt;br /&gt;
				     (zimbra 8.7.11)	&lt;br /&gt;
&lt;br /&gt;
##InterScan Messaging Security Suit(IMSS) is an Email Security Gateway. It can prevent emails with malicious intent and messages that violate an organization&#039;s security and use policies from reaching their destinations. These emails may contain malware, phishing attacks, spam and other malicious content.&lt;br /&gt;
&lt;br /&gt;
##Zimbra 8.7.11 is Installed on mail.triburg.co.in&lt;br /&gt;
&lt;br /&gt;
##Zimbra 8.7.11 is also installed on archive.triburg.co.in. &lt;br /&gt;
  Its a backup server for mail.triburg.co.in&lt;br /&gt;
&lt;br /&gt;
##The MX is pointing to IMSS server. Therefore all incoming mails lands on IMSS server &lt;br /&gt;
and then it is forwarded to Zimbra mail server(i.e. mail.triburg.co.in) using transportList file. &lt;br /&gt;
File location:&lt;br /&gt;
/etc/postfix/transportList &lt;br /&gt;
	&lt;br /&gt;
##IMSS server is acting as a relay server for mail.triburg.co.in &lt;br /&gt;
  and relay.tetrain.com is acting as a relay server for IMSS server&lt;/div&gt;</summary>
		<author><name>Augustine</name></author>
	</entry>
</feed>