<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-5226283768028214309</id><updated>2012-01-27T12:27:03.514-08:00</updated><title type='text'>welcome to Oracle Solaris Solutions</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://certifiedsolaris.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5226283768028214309/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://certifiedsolaris.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>ahmed khalaf zone</name><uri>http://www.blogger.com/profile/18259449027969703817</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>26</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-5226283768028214309.post-6304032521129479783</id><published>2011-12-25T10:04:00.001-08:00</published><updated>2012-01-27T12:27:03.525-08:00</updated><title type='text'>Solaris 10 Account Lockout ("Three Strikes!")</title><content type='html'>&lt;p&gt;&lt;span style="color: #555555; font-family: Arial, Verdana, sans-serif; font-size: 12px; line-height: 18px; background-color: #ffffff;"&gt;&lt;br /&gt; &lt;/span&gt;&lt;/p&gt;&lt;p style="margin-top: 10px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px;"&gt;The next item of my list of lesser known and/or publicized security enhancements to the Solaris 10 OS is account lockout. Account lockout is the ability of a system or service to administratively lock an account after that account has suffered "n" consecutive failed authentication attempts. Very often "n" is three hence the "three strikes" reference.&lt;/p&gt;&lt;p&gt;&lt;span style="color: #555555; font-family: Arial, Verdana, sans-serif; font-size: 12px; line-height: 18px; background-color: #ffffff;"&gt;&lt;br /&gt; &lt;/span&gt;&lt;/p&gt;&lt;p style="margin-top: 10px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px;"&gt;Account lockout can be enabled in one of two ways. The first way will enable account lockout globally for all users. The second method will all more granular control of which users will or will not be subject to account lockout policy.&lt;strong&gt;Note that the account lockout capability will only apply to accounts local to the system.&lt;/strong&gt;&amp;nbsp;We will look at both in a little more detail below.&lt;/p&gt;&lt;p style="margin-top: 10px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin-top: 10px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px;"&gt;Before we look at how to enable or disable the account lockout policy, let's first take a look at how you configure the number of consecutive, failed authentication attempts that will serve as your line in the sand. Any number of consecutive, failed attempts beyond the number selected will result in the account being locked. This number is based on the&amp;nbsp;&lt;em&gt;RETRIES&lt;/em&gt;&amp;nbsp;parameter in the&amp;nbsp;&lt;a style="color: #000000;" href="http://docs.sun.com/db/doc/816-5165/6mbb0m9km?a=view"&gt;/etc/default/login&lt;/a&gt;&amp;nbsp;file. By default, this parameter is set to&amp;nbsp;&lt;em&gt;5&lt;/em&gt;. You can certainly customize this parameter based on your local needs and policy. By default, the&amp;nbsp;&lt;a style="color: #000000;" href="http://www.sun.com/security/jass"&gt;Solaris Security Toolkit&lt;/a&gt;&amp;nbsp;will set the&lt;em&gt;RETRIES&lt;/em&gt;&amp;nbsp;parameter to&amp;nbsp;&lt;em&gt;3&lt;/em&gt;.&lt;/p&gt;&lt;p style="margin-top: 10px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px;"&gt;&amp;nbsp;&lt;lj-cut text="Read more..."&gt;&lt;/p&gt;&lt;p style="margin-top: 10px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px;"&gt;Now that we know how to define how many consecutive, unsuccessful authentication attempts we will allow, let's take a look at how you can enable the account lockout policy globally. This policy can be altered using the&lt;em&gt;LOCK_AFTER_RETRIES&lt;/em&gt;&amp;nbsp;variable in the&amp;nbsp;&lt;a style="color: #000000;" href="http://docs.sun.com/db/doc/816-5174/6mbb98uij?a=view"&gt;/etc/security/policy.conf&lt;/a&gt;&amp;nbsp;file. Just as it sounds, if you set this parameter to&lt;em&gt;YES&lt;/em&gt;, then the account lockout policy is enabled for all users on the system (unless there is a user override which we will talk about in a minute). By default, this parameter is set to&amp;nbsp;&lt;em&gt;NO&lt;/em&gt;&amp;nbsp;which means that account lockout is not enabled.&lt;/p&gt;&lt;p style="margin-top: 10px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin-top: 10px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px;"&gt;So, let's try a simple example. First, I created a test account called&amp;nbsp;&lt;em&gt;gmb&lt;/em&gt;. Next, I set the&amp;nbsp;&lt;em&gt;LOCK_AFTER_RETRIES&lt;/em&gt;parameter in /etc/security/policy.conf to&amp;nbsp;&lt;em&gt;YES&lt;/em&gt;. To see, how this feature works, I attempted to authenticate to a system (and failed) using three different services:(1) TELNET, (2) FTP and (3) RLOGIN. I failed the login attempt for each of these services (in turn) twice with the exception of RLOGIN since after the fifth failed attempt the account was locked. I ran this test from the system's console so that the log messages could be injected into the output stream to give you a better idea of what was happening. Here is the actual log of the test that was run:&lt;/p&gt;&lt;p style="margin-top: 10px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin-top: 10px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;pre style="margin-top: 10px; margin-bottom: 10px;"&gt;# telnet localhost&lt;br /&gt;Trying 127.0.0.1...&lt;br /&gt;Connected to localhost.&lt;br /&gt;Escape character is '\^]'.&lt;br /&gt;login: gmb&lt;br /&gt;Password:&lt;br /&gt;Login incorrect&lt;br /&gt;login: gmb&lt;br /&gt;Password:&lt;br /&gt;Login incorrect&lt;br /&gt;login: &lt;br /&gt;Connection to localhost closed by foreign host.&lt;br /&gt;# ftp localhost&lt;br /&gt;Connected to localhost.&lt;br /&gt;220 sampleHost FTP server ready.&lt;br /&gt;Name (localhost:root): gmb&lt;br /&gt;331 Password required for gmb.&lt;br /&gt;Password:&lt;br /&gt;530 Login incorrect.&lt;br /&gt;Login failed.&lt;br /&gt;ftp&amp;gt; user gmb&lt;br /&gt;331 Password required for gmb.&lt;br /&gt;Password:&lt;br /&gt;530 Login incorrect.&lt;br /&gt;Login failed.&lt;br /&gt;ftp&amp;gt; quit 221 Goodbye.&lt;br /&gt;# rlogin -l gmb localhost Password:&lt;br /&gt;Sep 23 23:23:47 sampleHost login: Excessive (5) login failures for gmb: locking account. Login incorrect&lt;br /&gt;login: &lt;/pre&gt;&lt;p style="margin-top: 10px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin-top: 10px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px;"&gt;As you can see, after the fifth attempt, the&amp;nbsp;&lt;em&gt;gmb&lt;/em&gt;&amp;nbsp;account was locked. This can also be verified by looking at the shadow(4) file entry for that account:&lt;/p&gt;&lt;p style="margin-top: 10px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin-top: 10px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;pre style="margin-top: 10px; margin-bottom: 10px;"&gt;# grep "\^gmb:" /etc/shadow&lt;br /&gt;gmb:\*LK\*R12OfCMPngtJQ:12685::::::5 &lt;/pre&gt;&lt;p style="margin-top: 10px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin-top: 10px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px;"&gt;You can see that the account has been locked and that a record of the number of failures is available in the last column. From the&amp;nbsp;&lt;a style="color: #000000;" href="http://docs.sun.com/db/doc/816-5174/6mbb98ujn?a=view"&gt;shadow(4)&lt;/a&gt;&amp;nbsp;manual page, the last field (called "flag") stores the failed login count in the low order four bits while reserving the remainder for future use. This means that you can also look at individual shadow(4) entries and see how many consecutive failed authentication attempts have been made per user. For example, you could do the following to see how many users have had failed authentication attempts since their last successful login:&lt;/p&gt;&lt;p style="margin-top: 10px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin-top: 10px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;pre style="margin-top: 10px; margin-bottom: 10px;"&gt;# awk -F: '$NF &amp;gt;= 1 { print; }' /etc/shadow&lt;br /&gt;gmb:\*LK\*R12OfCMPngtJQ:12685::::::5&lt;br /&gt;foo:02YZb5ZaMrcrk:12685::::::2&lt;br /&gt;bar:XF0Ggjq1c6tYQ:12685::::::1&lt;br /&gt;baz:.VxOG4ytNE8es:12685::::::3&lt;/pre&gt;&lt;p style="margin-top: 10px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin-top: 10px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px;"&gt;If a user who has had failed authentication attempts is finally able to successfully login to the system, that user will be presented with a message like:&lt;/p&gt;&lt;p style="margin-top: 10px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin-top: 10px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;pre style="margin-top: 10px; margin-bottom: 10px;"&gt;# telnet localhost&lt;br /&gt;Trying 127.0.0.1...&lt;br /&gt;Connected to localhost.&lt;br /&gt;Escape character is '\^]'.&lt;br /&gt;login: baz&lt;br /&gt;Password:&lt;br /&gt;Warning: 3 failed login attempts since last successful login.&lt;br /&gt;Last login: Thu Sep 23 23:36:44 from localhost&lt;/pre&gt;&lt;p style="margin-top: 10px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin-top: 10px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px;"&gt;This warning message is available for interactive login services (not FTP) and is very helpful in providing warning to users who may not have been responsible for the failed authentication attempts. It is important that you educate your users to not simply ignore these messages as they could be a symptom of an ongoing attack on their account.&lt;/p&gt;&lt;p style="margin-top: 10px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin-top: 10px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px;"&gt;Also, note that once a user has successfully authenticated to a system, the failed login count is reset:&lt;/p&gt;&lt;p style="margin-top: 10px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin-top: 10px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;pre style="margin-top: 10px; margin-bottom: 10px;"&gt;# grep "\^baz" /etc/shadow&lt;br /&gt;baz:.VxOG4ytNE8es:12685::::::&lt;/pre&gt;&lt;p style="margin-top: 10px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin-top: 10px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px;"&gt;Note that the use of alternate authentication mechanisms such as rhosts or Secure Shell public key authentication will not reset the failed login count even on successful login. Should an account be locked however (either administratively or through the account lockout facility), the account would no longer be accessible even when using these alternate authentication methods. For example:&lt;/p&gt;&lt;p style="margin-top: 10px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin-top: 10px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;pre style="margin-top: 10px; margin-bottom: 10px;"&gt;# grep gmb /etc/shadow&lt;br /&gt;gmb:\*LK\*R12OfCMPngtJQ:12685::::::&lt;br /&gt;# rsh -l gmb localhost /bin/finger&lt;br /&gt;account expired&lt;/pre&gt;&lt;p style="margin-top: 10px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin-top: 10px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px;"&gt;or for Secure Shell...&lt;/p&gt;&lt;p style="margin-top: 10px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin-top: 10px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;pre style="margin-top: 10px; margin-bottom: 10px;"&gt;# ssh -l gmb -i /export/home/gmb/.ssh/id_dsa localhost&lt;br /&gt;Enter passphrase for key '/export/home/gmb/.ssh/id_dsa':&lt;br /&gt;Sep 24 00:34:59 sampleHost sshd[1504]: Failed publickey for gmb from 127.0.0.1 port 32801 ssh2&lt;br /&gt;Password:&lt;/pre&gt;&lt;p style="margin-top: 10px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin-top: 10px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px;"&gt;The second way in which account lockout can be configured is per-user in the /etc/user_attr file. Each user listed in the /etc/user_attr file can have an attribute defined called&amp;nbsp;&lt;em&gt;lock_after_retries&lt;/em&gt;. For a description of the format of this file, see the&amp;nbsp;&lt;a style="color: #000000;" href="http://docs.sun.com/db/doc/816-5174/6mbb98ukt?q=LOCK_AFTER_RETRIES&amp;amp;a=view"&gt;user_attr(4)&lt;/a&gt;&amp;nbsp;manual page. By default, this value is set to&amp;nbsp;&lt;em&gt;no&lt;/em&gt;.&lt;/p&gt;&lt;p style="margin-top: 10px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin-top: 10px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px;"&gt;To configure account lockout for a specific user, simply add the&amp;nbsp;&lt;em&gt;lock_after_retries&lt;/em&gt;&amp;nbsp;attribute with a value of&amp;nbsp;&lt;em&gt;yes&lt;/em&gt;. For example, let's assume you have an entry for user&amp;nbsp;&lt;em&gt;gmb&lt;/em&gt;:&lt;/p&gt;&lt;p style="margin-top: 10px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin-top: 10px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;pre style="margin-top: 10px; margin-bottom: 10px;"&gt;gmb::::type=normal;profiles=FOO Security Management;roles=secadm&lt;/pre&gt;&lt;p style="margin-top: 10px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin-top: 10px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px;"&gt;To enable account lockout, you simple change the above line to:&lt;/p&gt;&lt;pre style="margin-top: 10px; margin-bottom: 10px;"&gt;gmb::::type=normal;profiles=FOO Security Management;roles=secadm;lock_after_retries=yes&lt;/pre&gt;&lt;p style="margin-top: 10px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin-top: 10px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px;"&gt;Let's take another view on this. Let's assume that the account lockout policy has been enabled globally using the method described above. You can then configure some users to be immune to this policy using this user-specific override. For example, if the&amp;nbsp;&lt;em&gt;LOCK_AFTER_RETRIES&lt;/em&gt;&amp;nbsp;parameter was set to&amp;nbsp;&lt;em&gt;YES&lt;/em&gt;&amp;nbsp;in /etc/security/policy.conf, but you did not want the policy to apply to the&amp;nbsp;&lt;em&gt;gmb&lt;/em&gt;&amp;nbsp;account, then you only need to make sure that the /etc/user_attr file contains an entry for the&amp;nbsp;&lt;em&gt;gmb&lt;/em&gt;&amp;nbsp;account that sets the&amp;nbsp;&lt;em&gt;lock_after_retries&lt;/em&gt;&amp;nbsp;attribute to&amp;nbsp;&lt;em&gt;no&lt;/em&gt;&amp;nbsp;as in:&lt;/p&gt;&lt;p style="margin-top: 10px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin-top: 10px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;pre style="margin-top: 10px; margin-bottom: 10px;"&gt;gmb::::lock_after_retries=no&lt;/pre&gt;&lt;p style="margin-top: 10px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin-top: 10px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px;"&gt;Here is an example of how this works. I will attempt to access the&amp;nbsp;&lt;em&gt;gmb&lt;/em&gt;&amp;nbsp;account with an invalid password five times using TELNET. In contrast to the above example, the account should not be locked and no account locked message should be generated. First, let's confirm we have our system configured correctly for this test:&lt;/p&gt;&lt;p style="margin-top: 10px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin-top: 10px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;pre style="margin-top: 10px; margin-bottom: 10px;"&gt;# grep "\^gmb:" /etc/shadow&lt;br /&gt;gmb:h8HsRoqrne1oQ:12685::::::::::&lt;br /&gt;# grep "\^gmb:" /etc/user_attr&lt;br /&gt;gmb::::lock_after_retries=no&lt;br /&gt;# grep "\^LOCK_AFTER_RETRIES=" /etc/security/policy.conf&lt;br /&gt;LOCK_AFTER_RETRIES=YES&lt;/pre&gt;&lt;p style="margin-top: 10px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin-top: 10px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px;"&gt;Now, let's see if the account actually gets locked after 5 failed authentication attempts.&lt;/p&gt;&lt;p style="margin-top: 10px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin-top: 10px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;pre style="margin-top: 10px; margin-bottom: 10px;"&gt;# telnet localhost&lt;br /&gt;Trying 127.0.0.1...&lt;br /&gt;Connected to localhost.&lt;br /&gt;Escape character is '\^]'.&lt;br /&gt;login: gmb&lt;br /&gt;Password:&lt;br /&gt;Login incorrect&lt;br /&gt;login: gmb&lt;br /&gt;Password:&lt;br /&gt;Login incorrect&lt;br /&gt;login: gmb&lt;br /&gt;Password:&lt;br /&gt;Login incorrect&lt;br /&gt;login: gmb&lt;br /&gt;Password:&lt;br /&gt;Login incorrect&lt;br /&gt;login: gmb&lt;br /&gt;Password:&lt;br /&gt;Login incorrect&lt;br /&gt;Sep 23 23:51:46 sampleHost login: REPEATED LOGIN FAILURES ON /dev/pts/1 FROM localhost, gmb&lt;br /&gt;Connection to localhost closed by foreign host.&lt;br /&gt;# grep "\^gmb:" /etc/shadow&lt;br /&gt;gmb:h8HsRoqrne1oQ:12685::::::&lt;/pre&gt;&lt;p style="margin-top: 10px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin-top: 10px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px;"&gt;Just as expected, the&amp;nbsp;&lt;em&gt;gmb&lt;/em&gt;&amp;nbsp;account is immune from the account lockout policy that applies to other users on the system. This is in fact what is implemented by default for the&amp;nbsp;&lt;em&gt;root&lt;/em&gt;&amp;nbsp;account. That is, even if account lockout is enabled globally (which is not the default), the root account is still immune from being locked out. This is done to prevent a malicious user from locking the&amp;nbsp;&lt;em&gt;root&lt;/em&gt;&amp;nbsp;account out of the system. If you would like this policy to apply to the&amp;nbsp;&lt;em&gt;root&lt;/em&gt;account, then simply change the value of the&amp;nbsp;&lt;em&gt;lock_after_retries&lt;/em&gt;&amp;nbsp;parameter to&amp;nbsp;&lt;em&gt;yes&lt;/em&gt;&amp;nbsp;in the /etc/user_attr file.&lt;/p&gt;&lt;p style="margin-top: 10px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin-top: 10px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px;"&gt;This concludes another installment. As always, I hope you find this information useful in understanding how some of the new Solaris 10 security enhancements work and how they can be applied to solve real-world problems in your environment.&lt;/p&gt;&lt;p&gt;&lt;span style="color: #555555; font-family: Arial, Verdana, sans-serif; font-size: 12px; line-height: 18px; background-color: #ffffff;"&gt;&lt;br /&gt; &lt;/span&gt;&lt;/p&gt;&lt;p style="margin-top: 10px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/lj-cut&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5226283768028214309-6304032521129479783?l=certifiedsolaris.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://certifiedsolaris.blogspot.com/feeds/6304032521129479783/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://certifiedsolaris.blogspot.com/2011/12/solaris-10-account-lockout-strikes_25.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5226283768028214309/posts/default/6304032521129479783'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5226283768028214309/posts/default/6304032521129479783'/><link rel='alternate' type='text/html' href='http://certifiedsolaris.blogspot.com/2011/12/solaris-10-account-lockout-strikes_25.html' title='Solaris 10 Account Lockout (&amp;quot;Three Strikes!&amp;quot;)'/><author><name>ahmed khalaf zone</name><uri>http://www.blogger.com/profile/18259449027969703817</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5226283768028214309.post-4639162276449742627</id><published>2011-12-24T11:27:00.001-08:00</published><updated>2011-12-25T03:57:42.901-08:00</updated><title type='text'>Solaris Network configuration</title><content type='html'>&lt;p&gt;&lt;span style="color: #333333; font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 12px; background-color: #ffffff;"&gt;&lt;br /&gt; &lt;/span&gt;&lt;/p&gt;&lt;p style="font-size: 12px; margin-top: 15px; margin-bottom: 20px; line-height: 1.5em; color: #333333;"&gt;Setting up Solaris networking often becomes challenging for the new sysadmins and new owners of Sun systems . This document details the steps involved in setting up of Solaris networking and can be used as a check list if you are already familiar with Solaris network configuration .&lt;/p&gt;&lt;p style="font-size: 12px; margin-top: 15px; margin-bottom: 20px; line-height: 1.5em; color: #333333;"&gt;Table&amp;nbsp;of contents :&lt;br /&gt;1. Enable the network card&lt;br /&gt;2. Configuring ipaddress and netmask and making the interface status as up .&lt;br /&gt;3. Configuring Virtual interface :&lt;br /&gt;4. Ip-forwarding&lt;br /&gt;5. Router Configuration&lt;br /&gt;6. Network Terms&lt;br /&gt;7. Next Steps&lt;/p&gt;&lt;p style="font-size: 12px; margin-top: 15px; margin-bottom: 20px; line-height: 1.5em; color: #333333;"&gt;&lt;lj-cut text="Read more..."&gt;&lt;/p&gt;&lt;p style="font-size: 12px; margin-top: 15px; margin-bottom: 20px; line-height: 1.5em; color: #333333;"&gt;Ifconfig command is used in Solaris to configure the network interfaces . The following lines describes the activities needed to configure a freshly installed network card from the root prompt .&lt;/p&gt;&lt;p style="font-size: 12px; margin-top: 15px; margin-bottom: 20px; line-height: 1.5em; color: #333333;"&gt;&lt;strong&gt;1. Enable the network card&amp;nbsp;&lt;/strong&gt;&lt;br /&gt;#ifconfig hme0 plumb&lt;/p&gt;&lt;p style="font-size: 12px; margin-top: 15px; margin-bottom: 20px; line-height: 1.5em; color: #333333;"&gt;ifconfig -a command should show following type of output which means device is enabled and is ready to configure ip address and netmask :&lt;/p&gt;&lt;p style="font-size: 12px; margin-top: 15px; margin-bottom: 20px; line-height: 1.5em; color: #333333;"&gt;hme0: flags=842&amp;nbsp;mtu 1500&lt;br /&gt;inet 0.0.0.0 netmask 0&lt;br /&gt;ether 3:22:11:6d:2e:1f&lt;/p&gt;&lt;p style="font-size: 12px; margin-top: 15px; margin-bottom: 20px; line-height: 1.5em; color: #333333;"&gt;&lt;strong&gt;2. Configuring ipaddress and netmask and making the interface status as up&lt;/strong&gt;&amp;nbsp;.&lt;/p&gt;&lt;p style="font-size: 12px; margin-top: 15px; margin-bottom: 20px; line-height: 1.5em; color: #333333;"&gt;#ifconfig hme0 192.9.2.106 netmask 255.255.255.0 up&lt;/p&gt;&lt;p style="font-size: 12px; margin-top: 15px; margin-bottom: 20px; line-height: 1.5em; color: #333333;"&gt;#ifconfig -a will now show the ip address , netmask and up status as follows :&lt;/p&gt;&lt;p style="font-size: 12px; margin-top: 15px; margin-bottom: 20px; line-height: 1.5em; color: #333333;"&gt;hme0: flags=843&amp;nbsp;mtu 1500&lt;br /&gt;inet 192.9.2.106 netmask ffffff00 broadcast 192.9.2.255&lt;br /&gt;ether 3:22:11:6d:2e:1f&lt;/p&gt;&lt;p style="font-size: 12px; margin-top: 15px; margin-bottom: 20px; line-height: 1.5em; color: #333333;"&gt;The file /etc/netmasks is used to define netmasks for ip addresses .&lt;/p&gt;&lt;p style="font-size: 12px; margin-top: 15px; margin-bottom: 20px; line-height: 1.5em; color: #333333;"&gt;127.0.0.1, is the standard loop back route and 127.0.0.0 is the default loopback ipaddress used by the kernel when no interface is configured this will be the only entry displayed by the system on invoking ifconfig -a command..&lt;/p&gt;&lt;p style="font-size: 12px; margin-top: 15px; margin-bottom: 20px; line-height: 1.5em; color: #333333;"&gt;&lt;strong&gt;3. Configuring Virtual interface&lt;/strong&gt;&lt;br /&gt;Virtual interface can be configured to enable hme0 reply to more then one ip addresses. This is possible by using hme0 alias which can be configured by ifconfig command only . The new alias device name now becomes hme0:1 hme:2 etc.&lt;/p&gt;&lt;p style="font-size: 12px; margin-top: 15px; margin-bottom: 20px; line-height: 1.5em; color: #333333;"&gt;#ifconfig hme0:1 172.40.30.4 netmask 255.255.0.0 up&lt;/p&gt;&lt;p style="font-size: 12px; margin-top: 15px; margin-bottom: 20px; line-height: 1.5em; color: #333333;"&gt;ifconfig -a will show the original hme0 and alias interface :&lt;/p&gt;&lt;p style="font-size: 12px; margin-top: 15px; margin-bottom: 20px; line-height: 1.5em; color: #333333;"&gt;hme0: flags=843&amp;nbsp;mtu 1500&lt;br /&gt;inet 192.9.2.106 netmask ffffff00 broadcast 192.9.2.255&lt;br /&gt;ether 3:22:11:6d:2e:1f&lt;br /&gt;hme0:1: flags=842&amp;nbsp;mtu 1500&lt;br /&gt;inet 172.40.30.4 netmask ffff0000 broadcast 172.40.255.255&lt;/p&gt;&lt;p style="font-size: 12px; margin-top: 15px; margin-bottom: 20px; line-height: 1.5em; color: #333333;"&gt;&lt;strong&gt;4. Ip-forwarding&lt;/strong&gt;&lt;br /&gt;IP forwarding allows you to forward all requests coming for a certain port or URL to be redirected to a specified IP address.&lt;br /&gt;ip forwarding becomes enabled automatically when system detects more then one interface at the booting time . The file involved is /etc/rc2.d/S69inet .&lt;br /&gt;ipforwarding is on by default but can be turned off by following command :&lt;/p&gt;&lt;p style="font-size: 12px; margin-top: 15px; margin-bottom: 20px; line-height: 1.5em; color: #333333;"&gt;#ndd -set /dev/ip ip_forwarding 0&lt;/p&gt;&lt;p style="font-size: 12px; margin-top: 15px; margin-bottom: 20px; line-height: 1.5em; color: #333333;"&gt;&lt;strong&gt;5. Router Configuration&lt;/strong&gt;&lt;br /&gt;After interfaces and ipaddess have been configured the system needs a default router which will allow the machine to talk to world outside of local network .&lt;br /&gt;You can specify a particular route for a particular address as in following example&lt;/p&gt;&lt;p style="font-size: 12px; margin-top: 15px; margin-bottom: 20px; line-height: 1.5em; color: #333333;"&gt;#route add -net 10.0.0.0 -netmask 255.0.0.0 172.40.30.1 1&lt;/p&gt;&lt;p style="font-size: 12px; margin-top: 15px; margin-bottom: 20px; line-height: 1.5em; color: #333333;"&gt;if the the destination ipaddess is not defined in this manner system forwards all requests to the default router .&lt;br /&gt;default route is defined manually by editing /etc/defaultrouter file and putting router&amp;rsquo;s ipaddress entry in it. This file is read by /etc/rc2.d/S69inet file during the booting process and entry added to the routing table .&lt;br /&gt;The route can be defined online also using routeadd command but the changes will be lost on reboot .To make changes permanent make sure to put an entry in /etc/defaultrouter.&lt;/p&gt;&lt;p style="font-size: 12px; margin-top: 15px; margin-bottom: 20px; line-height: 1.5em; color: #333333;"&gt;#route add default 205.100.155.2 1&lt;br /&gt;#route change default 205.100.155.2 1&lt;/p&gt;&lt;p style="font-size: 12px; margin-top: 15px; margin-bottom: 20px; line-height: 1.5em; color: #333333;"&gt;The 1 at the end is the number of hops to the next gateway.&lt;/p&gt;&lt;p style="font-size: 12px; margin-top: 15px; margin-bottom: 20px; line-height: 1.5em; color: #333333;"&gt;If an interface is not responding to the network, check to be sure it has the correct IP address and netmask , network cables are fine .&lt;/p&gt;&lt;p style="font-size: 12px; margin-top: 15px; margin-bottom: 20px; line-height: 1.5em; color: #333333;"&gt;&lt;strong&gt;6. Network Terms&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;CIDR&amp;nbsp;&lt;/strong&gt;&lt;br /&gt;CIDR : Classless Inter-Domain Routing &amp;ndash; the notation often used instead of writing the subnet mask along with ip-address . It has network prefix at the end of a address as / number of network bits.This means that the IP address 192.200.20.10 with the subnet mask 255.255.255.0 can also be expressed as 192.200.20.10/24. The /24 indicates the network prefix length, which is equal to the number of continuous binary one-bits in the subnet mask (11111111.11111111.11111111.000000). Zeros are for addressing the hosts on this network.&lt;/p&gt;&lt;p style="font-size: 12px; margin-top: 15px; margin-bottom: 20px; line-height: 1.5em; color: #333333;"&gt;&lt;strong&gt;VLSM&amp;nbsp;&lt;/strong&gt;&lt;br /&gt;network can be variably subnetted into smaller networks, each smaller network having a different subnet mask .This functionality is avaiable in Solaris 2.6 above. the ipaddresses&lt;/p&gt;&lt;/lj-cut&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5226283768028214309-4639162276449742627?l=certifiedsolaris.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://certifiedsolaris.blogspot.com/feeds/4639162276449742627/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://certifiedsolaris.blogspot.com/2011/12/solaris-network-configuration.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5226283768028214309/posts/default/4639162276449742627'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5226283768028214309/posts/default/4639162276449742627'/><link rel='alternate' type='text/html' href='http://certifiedsolaris.blogspot.com/2011/12/solaris-network-configuration.html' title='Solaris Network configuration'/><author><name>ahmed khalaf zone</name><uri>http://www.blogger.com/profile/18259449027969703817</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5226283768028214309.post-8932336896481386355</id><published>2011-10-21T04:02:00.000-07:00</published><updated>2011-10-21T04:02:14.110-07:00</updated><title type='text'>Solaris: How to Share Folder ?</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;span class="Apple-style-span" style="color: #333333; font-family: Tahoma, Verdana, Arial; font-size: 12px; line-height: 22px;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/-_C58xYcjftg/TqFQ7JWAskI/AAAAAAAAAT0/JIpbVCLmVqc/s1600/fs-cache.png" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"&gt;&lt;img border="0" height="315" src="http://4.bp.blogspot.com/-_C58xYcjftg/TqFQ7JWAskI/AAAAAAAAAT0/JIpbVCLmVqc/s320/fs-cache.png" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;Servers: Indapp001 and Usaapp002&lt;br /&gt;To do: To mount “/export/home” of Indapp001 on Usaapp002.&lt;br /&gt;Issue the following commands on Indapp001:&lt;br /&gt;1. Share the required file system “/export/home” of Indapp001.&lt;br /&gt;Start the nfs server on Indapp001.&lt;br /&gt;# svcadm enable network/nfs/server&lt;br /&gt;2. Share the “/export/home” of Indapp001 for everyone on the network.&lt;br /&gt;#share -F nfs -o rw -d “home dirs” /export/home&lt;br /&gt;Issue the following commands on Usaapp002:&lt;br /&gt;3. From Usaapp002 check which files are shared on Indapp001 for NFS mount.&lt;br /&gt;# showmount -e Indapp001&lt;br /&gt;export list for Indapp001:&lt;br /&gt;/export/home (everyone)&lt;br /&gt;4. Create mount point on Usaapp002 “t2”&lt;br /&gt;#mkdir /t2&lt;br /&gt;5. Mount file system of Indapp001 “/export/home” on Usaapp002&lt;br /&gt;# mount Indapp001:/export/home /t2&lt;br /&gt;6. Checked the mounted file system by issuing the “df -h” command:&lt;br /&gt;# df -h /t2&lt;br /&gt;Filesystem size used avail capacity Mounted on&lt;br /&gt;Indapp001:/export/home&lt;br /&gt;29G 3.1G 25G 11% /t2&lt;br /&gt;#&lt;br /&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Regards.&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5226283768028214309-8932336896481386355?l=certifiedsolaris.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://certifiedsolaris.blogspot.com/feeds/8932336896481386355/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://certifiedsolaris.blogspot.com/2011/10/solaris-how-to-share-folder.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5226283768028214309/posts/default/8932336896481386355'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5226283768028214309/posts/default/8932336896481386355'/><link rel='alternate' type='text/html' href='http://certifiedsolaris.blogspot.com/2011/10/solaris-how-to-share-folder.html' title='Solaris: How to Share Folder ?'/><author><name>ahmed khalaf zone</name><uri>http://www.blogger.com/profile/18259449027969703817</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/-_C58xYcjftg/TqFQ7JWAskI/AAAAAAAAAT0/JIpbVCLmVqc/s72-c/fs-cache.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5226283768028214309.post-4123635687941727660</id><published>2011-10-15T11:41:00.000-07:00</published><updated>2011-10-15T11:42:02.386-07:00</updated><title type='text'>What is Sun Ray ?</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;a href="http://1.bp.blogspot.com/-k8F32GX3yWw/TpnS6u0_-KI/AAAAAAAAATk/j30jYyxMcgM/s1600/250px-SunRay.JPG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;span class="Apple-style-span" style="color: black;"&gt;&lt;img border="0" height="400" src="http://1.bp.blogspot.com/-k8F32GX3yWw/TpnS6u0_-KI/AAAAAAAAATk/j30jYyxMcgM/s400/250px-SunRay.JPG" width="300" /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;This Video Will do it all !!!&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;object class="BLOGGER-youtube-video" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" data-thumbnail-src="http://3.gvt0.com/vi/FULH8xRRwMc/0.jpg" height="266" width="320"&gt;&lt;param name="movie" value="http://www.youtube.com/v/FULH8xRRwMc&amp;fs=1&amp;source=uds" /&gt;&lt;param name="bgcolor" value="#FFFFFF" /&gt;&lt;embed width="320" height="266"  src="http://www.youtube.com/v/FULH8xRRwMc&amp;fs=1&amp;source=uds" type="application/x-shockwave-flash"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/div&gt;&lt;span class="Apple-style-span" style="font-family: sans-serif; font-size: 13px; line-height: 19px;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;div style="line-height: 1.5em; margin-bottom: 0.5em; margin-left: 0px; margin-right: 0px; margin-top: 0.4em;"&gt;In contrast to a&amp;nbsp;&lt;span class="Apple-style-span" style="background-attachment: initial; background-clip: initial; background-color: initial; background-origin: initial;"&gt;thick client&lt;/span&gt;, the Sun Ray is a networked display device, with applications running on a server elsewhere, and the state of the user's session being independent of the display. This enables another notable feature of the Sun Ray, portable sessions: a user can go from one Sun Ray to another and continue their work without closing any programs. With a smartcard, all the user has to do is slip in the card, enter their password when prompted, and they will be presented with their session. Without the smartcard, the procedure is almost identical, except the user must specify their username as well as password to get their session. In either case, if a session does not yet exist, a new one will be created the first time they connect.&lt;/div&gt;&lt;div style="line-height: 1.5em; margin-bottom: 0.5em; margin-left: 0px; margin-right: 0px; margin-top: 0.4em;"&gt;Sun Ray clients are connected via an&amp;nbsp;&lt;span class="Apple-style-span" style="background-attachment: initial; background-clip: initial; background-color: initial; background-origin: initial;"&gt;Ethernet&lt;/span&gt;&amp;nbsp;network to the&amp;nbsp;&lt;b&gt;Sun Ray Server&lt;/b&gt;. Sun Ray Server Software (SRSS) is available for the&amp;nbsp;&lt;span class="Apple-style-span" style="background-attachment: initial; background-clip: initial; background-color: initial; background-origin: initial;"&gt;Solaris Operating System&lt;/span&gt;&amp;nbsp;and&amp;nbsp;&lt;span class="Apple-style-span" style="background-attachment: initial; background-clip: initial; background-color: initial; background-origin: initial;"&gt;Linux&lt;/span&gt;. Sun developed a separate network display protocol,&amp;nbsp;&lt;span class="Apple-style-span" style="background-attachment: initial; background-clip: initial; background-color: initial; background-origin: initial;"&gt;Appliance Link Protocol&lt;/span&gt;&amp;nbsp;(ALP), for the Sun Ray system.&lt;/div&gt;&lt;div style="line-height: 1.5em; margin-bottom: 0.5em; margin-left: 0px; margin-right: 0px; margin-top: 0.4em;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="line-height: 1.5em; margin-bottom: 0.5em; margin-left: 0px; margin-right: 0px; margin-top: 0.4em;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="line-height: 1.5em; margin-bottom: 0.5em; margin-left: 0px; margin-right: 0px; margin-top: 0.4em;"&gt;Best Regards.&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5226283768028214309-4123635687941727660?l=certifiedsolaris.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://certifiedsolaris.blogspot.com/feeds/4123635687941727660/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://certifiedsolaris.blogspot.com/2011/10/what-is-sun-ray.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5226283768028214309/posts/default/4123635687941727660'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5226283768028214309/posts/default/4123635687941727660'/><link rel='alternate' type='text/html' href='http://certifiedsolaris.blogspot.com/2011/10/what-is-sun-ray.html' title='What is Sun Ray ?'/><author><name>ahmed khalaf zone</name><uri>http://www.blogger.com/profile/18259449027969703817</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/-k8F32GX3yWw/TpnS6u0_-KI/AAAAAAAAATk/j30jYyxMcgM/s72-c/250px-SunRay.JPG' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5226283768028214309.post-2168126419919023909</id><published>2011-09-24T20:28:00.001-07:00</published><updated>2011-09-24T20:31:23.271-07:00</updated><title type='text'>Oracle Cloud Computing (part1)</title><content type='html'>&lt;div id="EchoTopic"&gt;&lt;h2&gt;&lt;span style="font-size: 14px; font-weight: normal;"&gt;&lt;img style="vertical-align: top; display: block; margin-left: auto; margin-right: auto;" src="http://lh4.ggpht.com/-7DlKcUwEHxQ/Tn6Vr7cyPAI/AAAAAAAAAFg/Dq4xpnAiXTk/%25255BUNSET%25255D.png" alt="" width="379" height="363" /&gt;&lt;/span&gt;&lt;/h2&gt;&lt;h2&gt;&lt;span style="font-size: 14px; font-weight: normal;"&gt;Cloud computing is a significant advancement in the delivery of information technology and services.&lt;/span&gt;&lt;/h2&gt;&lt;h2&gt;&lt;span style="font-size: 14px; font-weight: normal;"&gt;By providing on demand access to a shared pool of computing resources in a self-service, dynamically&lt;/span&gt;&lt;/h2&gt;&lt;h2&gt;&lt;span style="font-size: 14px; font-weight: normal;"&gt;scaled and metered manner, cloud computing offers compelling advantages in speed, agility and&lt;/span&gt;&lt;/h2&gt;&lt;h2&gt;&lt;span style="font-size: 14px; font-weight: normal;"&gt;efficiency. Today, cloud computing is&amp;nbsp;&lt;/span&gt;&lt;/h2&gt;&lt;h2&gt;&lt;span style="font-size: 14px; font-weight: normal;"&gt;&lt;a name='more'&gt;&lt;/a&gt;&lt;/span&gt;&lt;/h2&gt;&lt;h2&gt;&lt;span style="font-size: 14px; font-weight: normal;"&gt;at an early stage in its lifecycle, but it is also the evolution and&lt;/span&gt;&lt;/h2&gt;&lt;h2&gt;&lt;span style="font-size: 14px; font-weight: normal;"&gt;convergence of several trends that have been driving enterprise data centers and service providers over&lt;/span&gt;&lt;/h2&gt;&lt;h2&gt;&lt;span style="font-size: 14px; font-weight: normal;"&gt;the last several years.&lt;/span&gt;&lt;/h2&gt;&lt;p&gt;&lt;span style="font-size: 14px; font-weight: normal;"&gt;&lt;br /&gt; &lt;/span&gt;&lt;/p&gt;&lt;h2&gt;&lt;span style="font-size: 14px; font-weight: normal;"&gt;Cloud computing builds off a foundation of technologies such as grid computing, which includes&lt;/span&gt;&lt;/h2&gt;&lt;h2&gt;&lt;span style="font-size: 14px; font-weight: normal;"&gt;clustering, server virtualization and dynamic provisioning, as well as SOA shared services and large-&lt;/span&gt;&lt;/h2&gt;&lt;h2&gt;&lt;span style="font-size: 14px; font-weight: normal;"&gt;scale management automation. For the better part of a decade, Oracle has been the leader in these&lt;/span&gt;&lt;/h2&gt;&lt;h2&gt;&lt;span style="font-size: 14px; font-weight: normal;"&gt;areas with thousands of customer successes and high level of investment. Today, Oracle offers the&lt;/span&gt;&lt;/h2&gt;&lt;h2&gt;&lt;span style="font-size: 14px; font-weight: normal;"&gt;industry&amp;rsquo;s most complete, open and integrated products and services to enable public, private and&lt;/span&gt;&lt;/h2&gt;&lt;h2&gt;&lt;span style="font-size: 14px; font-weight: normal;"&gt;hybrid clouds.&lt;/span&gt;&lt;/h2&gt;&lt;h2&gt;&lt;span style="font-size: 14px; font-weight: normal;"&gt;Oracle aims to make cloud computing fully enterprise-grade and supports both public and private&lt;/span&gt;&lt;/h2&gt;&lt;h2&gt;&lt;span style="font-size: 14px; font-weight: normal;"&gt;cloud computing to give customers choice. Oracle offers technology that enables organizations to&lt;/span&gt;&lt;/h2&gt;&lt;h2&gt;&lt;span style="font-size: 14px; font-weight: normal;"&gt;build private clouds, leverage public clouds and provide cloud services to others. Oracle also offers a&lt;/span&gt;&lt;/h2&gt;&lt;h2&gt;&lt;span style="font-size: 14px; font-weight: normal;"&gt;broad set of horizontal and industry applications that run in a shared services private cloud model as&lt;/span&gt;&lt;/h2&gt;&lt;h2&gt;&lt;span style="font-size: 14px; font-weight: normal;"&gt;well as a public Software-as-a-Service (SaaS) cloud model.&lt;/span&gt;&lt;/h2&gt;&lt;h2&gt;&lt;span style="font-size: 14px; font-weight: normal;"&gt;This white paper provides an overview of Oracle&amp;rsquo;s cloud computing strategy and how Oracle helps&lt;/span&gt;&lt;/h2&gt;&lt;h2&gt;&lt;span style="font-size: 14px; font-weight: normal;"&gt;customers and partners plan their evolution and adoption of a cloud computing model.&lt;/span&gt;&lt;/h2&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 14px; font-weight: normal;"&gt;&lt;br /&gt; &lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5226283768028214309-2168126419919023909?l=certifiedsolaris.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://certifiedsolaris.blogspot.com/feeds/2168126419919023909/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://certifiedsolaris.blogspot.com/2011/09/oracle-cloud-computing-part1_24.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5226283768028214309/posts/default/2168126419919023909'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5226283768028214309/posts/default/2168126419919023909'/><link rel='alternate' type='text/html' href='http://certifiedsolaris.blogspot.com/2011/09/oracle-cloud-computing-part1_24.html' title='Oracle Cloud Computing (part1)'/><author><name>ahmed khalaf zone</name><uri>http://www.blogger.com/profile/18259449027969703817</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh4.ggpht.com/-7DlKcUwEHxQ/Tn6Vr7cyPAI/AAAAAAAAAFg/Dq4xpnAiXTk/s72-c/%25255BUNSET%25255D.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5226283768028214309.post-4079846336160988386</id><published>2010-12-29T12:48:00.000-08:00</published><updated>2011-03-05T12:23:45.843-08:00</updated><title type='text'>Installing and Configuring Oracle Database 10g on the Solaris Platform</title><content type='html'>&lt;p&gt;&lt;a href="http://3.bp.blogspot.com/_fPCcxZg2llg/TRujt332JkI/AAAAAAAAAR0/e3AgZU3S1w0/s1600/vTM9E.jpg" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"&gt;&lt;img id="BLOGGER_PHOTO_ID_5556214573779265090" style="display: block; margin: 0px auto 10px; text-align: center; cursor: hand; width: 400px; height: 400px;" src="http://3.bp.blogspot.com/_fPCcxZg2llg/TRujt332JkI/AAAAAAAAAR0/e3AgZU3S1w0/s400/vTM9E.jpg" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href="http://3.bp.blogspot.com/_fPCcxZg2llg/TRujtGUhUKI/AAAAAAAAARs/V6O-vgZk6B8/s1600/solaris10.png" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"&gt;&lt;img id="BLOGGER_PHOTO_ID_5556214560477761698" style="display: block; margin: 0px auto 10px; text-align: center; cursor: hand; width: 400px; height: 209px;" src="http://3.bp.blogspot.com/_fPCcxZg2llg/TRujtGUhUKI/AAAAAAAAARs/V6O-vgZk6B8/s400/solaris10.png" border="0" alt="" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-weight: bold;"&gt;Introduction&lt;/span&gt;&lt;br /&gt;This paper will walk you through the steps of installing Oracle Database 10g release 1 (Oracle version 10.1.0) in a Sun Solaris SPARC environment. About 90% of the material presented here applies to other platforms as well. Everything you read in this paper is hands on, roll-up-your-sleeves-and-get-busy material for Oracle users who want to get an Oracle database up and running quickly without reading hundreds of pages of documentation and &amp;ldquo;readme&amp;rdquo; files.&lt;/p&gt;&lt;p&gt;These steps are meant to get you up and running as fast as possible, while leveraging best practices in order to set up a scalable, robust database environment that offers high performance. In order to keep the steps reasonably simple this paper does not cover Real Application Clusters (RAC), nor does it cover Oracle Internet Directory (OID), Automatic Storage Management (ASM), or Grid Control.&lt;/p&gt;&lt;p&gt;In this paper we will install the 10.1.0.4 release of Oracle Database 10g. This is the base distribution of Oracle Database 10g release 1 (10.1.0.2) with the 10.1.0.4 patch set applied on top. For this paper we ran our Oracle installations on Sun servers with SPARC processors running Solaris 8.&lt;/p&gt;&lt;p&gt;There are four phases to getting Oracle up and running on your server:&lt;/p&gt;&lt;p&gt;Prepare the server&lt;br /&gt;Install the Oracle software and latest patch set&lt;br /&gt;Create a database&lt;br /&gt;Complete the server configuration&lt;br /&gt;We will walk through these phases one at a time, detailing all the steps involved. The end result will be a very usable database that can be scaled up quite large, and an Oracle installation that follows industry-recognized best practices. Of course, every implementation is unique, and you will need to evaluate each step carefully against your particular requirements. However, this paper will get you off to a very solid start.&lt;br /&gt;Prepare the Server&lt;/p&gt;&lt;p&gt;These steps configure your database server so that it will be ready to accept the Oracle software and database. In this section, we will make sure your server meets Oracle&amp;rsquo;s minimum requirements, create a Unix user and group to &amp;ldquo;own&amp;rdquo; the software, and create some directories that will be used by the Oracle software and database. All of the steps in this section are run as the root user.&lt;/p&gt;&lt;p&gt;Make sure that your operating system platform is certified by Oracle Corporation for use with Oracle Database 10g. The 64 bit versions of Solaris 8, 9, and 10 for SPARC are certified for use with Oracle Database 10g, while the 32 bit versions are not. Some special steps and an extra Oracle patch are required to run Oracle Database 10g release 1 with Solaris 10. (These are detailed in&lt;/p&gt;&lt;p&gt;Metalink bulletin 169706.1 and will be listed in the next step.) Solaris x86 is a different platform and is not covered in this paper.&lt;/p&gt;&lt;p&gt;&lt;a name='more'&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;You can verify your operating system version and see whether it is the 32 or 64 bit version with the following commands:&lt;/p&gt;&lt;p&gt;$ uname -a&lt;br /&gt; $ /bin/isainfo -kv&lt;br /&gt;Make sure that your Solaris system has all of the required operating system patches installed. If you are running Solaris 8 or 9, the patch requirements are as follows:&lt;br /&gt;Patches for Solaris 8&lt;br /&gt;108528-23: SunOS 5.8: kernel update patch&lt;br /&gt;108652-66: X11 6.4.1: Xsun patch&lt;br /&gt;108773-18: SunOS 5.8: IIIM and X I/O Method patch&lt;br /&gt;108921-16: CDE 1.4: dtwm patch&lt;br /&gt;108940-53: Motif 1.2.7 and 2.1.1: Runtime lib. patch for Solaris 8&lt;br /&gt;108987-13: SunOS 5.8: Patch for patchadd and patchrm&lt;br /&gt;108989-02: /usr/kernel/sys/acctctl &amp;amp; /.../exacctsys patch&lt;br /&gt;108993-18: SunOS 5.8: LDAP2 client, libc, libthread ... lib. patch&lt;br /&gt;109147-24: SunOS 5.8: linker patch&lt;br /&gt;110386-03: SunOS 5.8: RBAC Feature Patch&lt;br /&gt;111023-02: SunOS 5.8: /kernel/fs/mntfs and ... sparcv9/mntfs&lt;br /&gt;111111-03: SunOS 5.8: /usr/bin/nawk patch&lt;br /&gt;111308-03: SunOS 5.8: /usr/lib/libmtmalloc.so.1 patch&lt;br /&gt;111310-01: SunOS 5.8: /usr/lib/libdhcpagent.so.1 patch&lt;br /&gt;112396-02: SunOS 5.8: /usr/bin/fgrep patch&lt;br /&gt;111721-04: SunOS 5.8: Math Library (libm) patch&lt;br /&gt;112003-03: SunOS 5.8: Unable to load fontset in 64-bit Solaris 8 iso-1 or iso-15&lt;br /&gt;112138-01: SunOS 5.8: usr/bin/domainname patch&lt;br /&gt;Patches for Solaris 9&lt;br /&gt;112233-11: SunOS 5.9: Kernel Patch&lt;br /&gt;111722-04: SunOS 5.9: Math Library (libm) patch&lt;br /&gt;You can see if a specific patch has been installed with the following command:&lt;/p&gt;&lt;p&gt;$ /usr/sbin/patchadd -p | grep&lt;br /&gt; You may download necessary Solaris patches from http://sunsolve.sun.com. The revision numbers on the required patches listed above are minimums&amp;mdash;you may install a newer version of a patch than what is listed here. For example, patch 108940-53 is required for Solaris 8, but installing patch 108940-65 instead is allowed.&lt;br /&gt;If you are running Solaris 10, no specific operating system patches are required. However, special extra steps are required during the installation process. See Metalink bulletin 169706.1 for details, but the basic points of interest are as follows:&lt;/p&gt;&lt;p&gt;When running the Oracle Installer, run the runInstaller script with the -ignoreSysPrereqs option.&lt;br /&gt;During installation, the warning message 'SUNWsprox package not installed' can be ignored. Click Continue to resume the installation when this message appears.&lt;br /&gt;The following line must be added to the instance parameter file for the Oracle database:&lt;br /&gt; _enable_NUMA_optimization=FALSE&lt;br /&gt;You will need to download and install Oracle patch 4163208 from http://metalink.oracle.com.&lt;br /&gt;If you have an End User Solaris 10 distribution, install the SUNWuiu8 package prior to installing the Oracle Database 10g client.&lt;br /&gt;Make sure that the following software packages have been installed.&lt;br /&gt;Required Packages&lt;br /&gt;SUNWarc&lt;br /&gt;SUNWbtool&lt;br /&gt;SUNWhea&lt;br /&gt;SUNWlibm&lt;br /&gt;SUNWlibms&lt;br /&gt;SUNWsprot&lt;br /&gt;SUNWtoo&lt;br /&gt;SUNWi1of&lt;br /&gt;SUNWxwfnt&lt;br /&gt;SUNWi1cs&lt;br /&gt;SUNWsprox&lt;br /&gt;SUNWi15cs&lt;br /&gt;You can use the following command to verify that a package has been installed:&lt;/p&gt;&lt;p&gt;$ pkginfo -i&lt;br /&gt; You will need to perform the installation from an X window environment&amp;mdash;you cannot use a character mode environment such as a telnet or SSH session. There is a facility for performing non-interactive installations (&amp;ldquo;silent&amp;rdquo; installs), but we won&amp;rsquo;t be covering that technique here. Your X environment can be the console on the database server, but it does not need to be. You can also use a Windows X emulator like Cygwin. If the database server is in a remote location, you can use SSH to securely forward X traffic from the database server back to your desktop. I ran the installation from a Windows desktop using Cygwin and had no problems&lt;br /&gt;The following executables must be present in /usr/ccs/bin: make, ar, ld, nm.&lt;br /&gt;Make sure that your hardware is sufficient. You&amp;rsquo;ll need at least 512 Mb RAM, a swap space at least twice the size of physical memory (less swap space is okay if you have 2 Gb or more of RAM), and a bare minimum of 2.7 Gb of disk space. This will let you perform a &amp;ldquo;typical&amp;rdquo; Enterprise or Standard Edition software installation from CD ROM and create a starter database. If you will be downloading the Oracle software from http://otn.oracle.com, you will need about 1.4 Gb of additional disk space to stage and unpack the Oracle software. A production implementation will almost always require more RAM and more disk space than the minimums listed here. The following commands will allow you to check physical memory and swap space (blocks of swap space are 512 bytes each):&lt;br /&gt; $ /usr/sbin/prtconf | grep size&lt;br /&gt; $ /usr/sbin/swap -l&lt;br /&gt;The Oracle installer will need access to a directory with at least 400 Mb of free space for writing temporary files during installation. Usually /tmp serves this purpose. If /tmp on your database server has less than 400 Mb of free space, then you will need to locate another directory with sufficient free space for use during the installation.&lt;br /&gt;Make sure that the Solaris kernel has parameters set sufficiently high for Oracle. The Oracle architecture makes extensive use of shared memory segments for sharing data among multiple processes and semaphores for handling locking. Many operating systems, including Solaris, do not by default offer sufficient shared memory or semaphores for maintaining an Oracle database. Happily, you can change kernel parameters in Solaris simply by editing the /etc/system file and rebooting the server.&lt;br /&gt;Kernel Parameter Setting To Get&lt;br /&gt;You Started Purpose&lt;br /&gt;SHMMAX 4294967295 Maximum size of a single shared memory segment&lt;br /&gt;SHMMIN [1] 1 Minimum size of a single shared memory segment&lt;br /&gt;SHMMNI 100 Maximum number of shared memory segments in entire system&lt;br /&gt;SHMSEG [1] 10 Maximum number of shared memory segments one process can attach&lt;br /&gt;SEMMNS 1024 Maximum number of semaphores in entire system&lt;br /&gt;SEMMSL 256 Maximum number of semaphores per set&lt;br /&gt;SEMMNI 100 Maximum number of semaphore sets in entire system&lt;br /&gt;SEMVMX 32767 Maximum allowed semaphore value&lt;br /&gt;NOEXEC_USER_STACK [1] 1 Disable certain types of stack buffer overflow exploits&lt;br /&gt;[1] Applies to Solaris 8 only.&lt;/p&gt;&lt;p&gt;The first four kernel parameters configure shared memory segments. The recommended settings shown here should be appropriate for almost any Oracle database implementation. The SHMMAX setting may seem excessive, but there is no penalty for setting SHMMAX larger than you actually need.&lt;/p&gt;&lt;p&gt;The next four kernel parameters configure semaphores. Each Oracle instance requires one semaphore for each process, plus ten extras. Additionally, the largest instance requires a second semaphore for each process. If you will only be setting up one database on your server, the upshot is that you will need two semaphores for each process plus ten extras.&lt;/p&gt;&lt;p&gt;The recommended settings for the first two semaphore kernel parameters, SEMMNS and SEMMSL, should be appropriate for most Oracle implementations. For systems with large numbers of concurrent database connections, you may need to increase these values. The recommended setting shown here for SEMMNI and SEMVMX should be appropriate for just about any Oracle database implementation.&lt;/p&gt;&lt;p&gt;Note that these recommended settings assume you have no other applications running on the database server that use shared memory segments or semaphores. You can view current shared memory and semaphore usage on your system with the following command:&lt;/p&gt;&lt;p&gt;$ ipcs -Ams&lt;br /&gt;In general, if your Solaris kernel already has any of these parameters set larger than recommended here, you should not reduce the settings. If you do change any kernel parameter settings in /etc/system, then reboot the server so that the new settings will take effect.&lt;/p&gt;&lt;p&gt;I added the following lines to the end of my /etc/system file:&lt;/p&gt;&lt;p&gt;set shmsys:shminfo_shmmax=4294967295&lt;br /&gt; set shmsys:shminfo_shmmin=1&lt;br /&gt; set shmsys:shminfo_shmmni=100&lt;br /&gt; set shmsys:shminfo_shmseg=10&lt;br /&gt; set semsys:seminfo_semmns=1024&lt;br /&gt; set semsys:seminfo_semmsl=256&lt;br /&gt; set semsys:seminfo_semmni=100&lt;br /&gt; set semsys:seminfo_semvmx=32767&lt;br /&gt; set noexec_user_stack=1&lt;br /&gt;Create a Unix group that will be used by the Oracle software owner and database administrators. You can call it anything you like, but the standard is &amp;ldquo;dba&amp;rdquo;. Anybody who logs onto the database server with a Unix login that belongs to this group will be able to log onto all databases that run from this Oracle software installation with DBA privileges. If you will be installing Oracle on multiple servers on your network, you might want to keep the groupid the same on all servers. You can create your dba group with a command like:&lt;br /&gt; $ groupadd -g 300 dba&lt;br /&gt;If you will be installing multiple copies of the Oracle software on one database server and you will want some Unix logins to be able to log onto some databases with DBA privileges but not others, then you will need to create a different &amp;ldquo;dba&amp;rdquo; group for each Oracle software installation. In that case you will also need to create one additional Unix group called &amp;ldquo;oinstall&amp;rdquo;. You can create the oinstall group with a command like:&lt;br /&gt; $ groupadd -g 301 oinstall&lt;br /&gt;Remember, you do not need to create an oinstall Unix group if you will only be installing one Oracle software installation on the database server, or if all of the Oracle software installations will share the same dba group.&lt;br /&gt;Create a Unix user that will be the Oracle software owner. You can call it anything you like, but the standard is &amp;ldquo;oracle&amp;rdquo;. If you will be installing Oracle on multiple servers on your network, you might want to keep the userid the same on all servers. Note that this user&amp;rsquo;s home directory will not be the ORACLE_HOME or where the actual Oracle software is installed; this user&amp;rsquo;s home directory should be in the same place as other users&amp;rsquo; home directories.&lt;br /&gt;The group affiliations for this user will depend on whether or not you created an oinstall Unix group in the previous step. If you did not create an oinstall group, then you should make dba the primary group for the oracle user. In this case, you can create your oracle user with commands like:&lt;/p&gt;&lt;p&gt;$ useradd -c 'Oracle software owner' -d /home/oracle \&lt;br /&gt; -g dba -m -u 300 -s /usr/bin/ksh oracle&lt;br /&gt; $ passwd oracle&lt;br /&gt;If you did create an oinstall group in the previous step, then you should make oinstall the primary group for the oracle user and dba a secondary group. In this case, you can create your oracle user with commands like:&lt;br /&gt; $ useradd -c 'Oracle software owner' -d /home/oracle \&lt;br /&gt; -g oinstall -G dba -m -u 300 -s /usr/bin/ksh oracle&lt;br /&gt; $ passwd oracle&lt;br /&gt;The useradd commands shown here give your oracle user the Korn shell. You could just as easily choose Bash or Bourne instead.&lt;br /&gt;Create mount points for the Oracle software and the Oracle database. Each mount point should correspond to a separate physical device or set of devices. You&amp;rsquo;ll need at least one mount point. Typically you use one mount point for the Oracle software and one or more mount points for each database. One common convention is to call the mount points /u01, /u02, and so on. Because mount points are typically owned by root and the Oracle installer will run as the oracle user and not as root, you should create some subdirectories now to avoid permission problems later. Create an app/oracle subdirectory below the software mount point, and oradata subdirectories below the mount points to be used for database files. (You can put software and a database on the same mount point if you wish.) Make these subdirectories owned by the oracle user and dba group (or oinstall group if you are going that route), and give them 775 permissions. You can use commands like:&lt;br /&gt; $ mkdir /u01/app /u01/app/oracle /u01/oradata&lt;br /&gt; $ chown oracle:dba /u01/app /u01/app/oracle /u01/oradata&lt;br /&gt; $ chmod 775 /u01/app /u01/app/oracle /u01/oradata&lt;br /&gt;If you downloaded the Oracle software off of the Internet, then use gunzip and cpio to unpack the distribution. Use commands like:&lt;br /&gt; $ gunzip ship_rel10_sol64_db.cpio.gz&lt;br /&gt; $ cpio -idm &amp;lt; ship_rel10_sol64_db.cpio&lt;br /&gt;If you have the software on CD ROM, then mount the Oracle Database 10g CD ROM now.&lt;br /&gt;Create the /var/opt/oracle directory and make it owned by the oracle user. After installation, this directory will contain a few small text files that briefly describe the Oracle software installations and databases on the server. These commands will create the directory and give it appropriate permissions:&lt;br /&gt; $ mkdir /var/opt/oracle&lt;br /&gt; $ chown oracle:dba /var/opt/oracle&lt;br /&gt; $ chmod 755 /var/opt/oracle&lt;br /&gt;Install the Oracle Software and Latest Patch Set&lt;br /&gt;These steps install the Oracle software and latest patch set on your server. As of this writing, Oracle release 10.1.0.2 is the only version of Oracle Database 10g release 1 (for Solaris SPARC) available for download from Oracle Technology Network or on CD ROM. However, the current patch set is 10.1.0.4. Therefore, we will install Oracle release 10.1.0.2 and apply patch set 10.1.0.4 on top of the installation. Before proceeding with the steps in this section, you should check Oracle Technology Network (http://otn.oracle.com) and Oracle Metalink (http://metalink.oracle.com) to see if any newer releases and/or patch sets are available.&lt;/p&gt;&lt;p&gt;The Oracle Universal Installer will suggest creating a database at the same time that it installs the Oracle software. It will be better to hold off on database creation until after the latest patch set has been applied&amp;mdash;this will allow us to avoid having to patch the newly created database when installing the patch set.&lt;/p&gt;&lt;p&gt;In this section, we will prepare the oracle Unix user&amp;rsquo;s environment, run the Oracle Universal Installer twice (once to install the base release and once to install the latest patch set), and tidy up a few minor loose ends. All of the steps in this section, except where noted, are run as the oracle user.&lt;/p&gt;&lt;p&gt;Edit the oracle user&amp;rsquo;s login file on the database server so that the environment will be configured automatically on login. If you are using Bourne or Korn shell, then edit .profile. If you are using Bash shell, then edit .bash_profile. You can also use C shell and edit .cshrc, but the syntax will be different from the examples you see here. For now, we will hardcode certain things. But after we create a database, we will come back and eliminate all hardcodings. Here is what I added to my .profile for the install:&lt;br /&gt; umask 022&lt;br /&gt; #&lt;br /&gt; # Substitute your Oracle software mount point in the line below.&lt;br /&gt; export ORACLE_BASE=/u01/app/oracle&lt;br /&gt; #&lt;br /&gt; # Ensure that ORACLE_HOME and TNS_ADMIN are not set.&lt;br /&gt; unset ORACLE_HOME&lt;br /&gt; unset TNS_ADMIN&lt;br /&gt; #&lt;br /&gt; # If your /tmp directory has less than 400 Mb free, then edit&lt;br /&gt; # and uncomment the following three lines.&lt;br /&gt; # TEMP=/mount_point_with_400_mb_free&lt;br /&gt; # TMPDIR=/same_mount_point&lt;br /&gt; # export TEMP TMPDIR&lt;br /&gt; #&lt;br /&gt; # The documentation does not mention how PATH should be set.&lt;br /&gt; # The following PATH setting worked for me:&lt;br /&gt; export PATH=/usr/bin:/usr/local/bin:/usr/ccs/bin&lt;br /&gt;Log out and log back in as the oracle user from an X window so that the environment is set correctly. If you will be performing the installation from a PC or other workstation instead of using the database server&amp;rsquo;s console directly, you may wish to forward X window traffic over an SSH connection. This offers increased security (in the case of a public network) and convenience. If you will be performing the installation from a Windows PC, you can use PuTTY to forward your X window traffic by selecting the &amp;ldquo;Enable X11 forwarding&amp;rdquo; checkbox in PuTTY&amp;rsquo;s SSH Tunnels configuration screen.&lt;br /&gt;Make sure your DISPLAY variable is set. If you are forwarding X window traffic over an SSH connection or working from the server&amp;rsquo;s console directly, the DISPLAY variable will probably already be set for you. If your DISPLAY variable has not been set already, then you will need to set it manually to the IP address of your X server plus the X server and screen numbers. You can set your DISPLAY variable with a command like:&lt;br /&gt; $ export DISPLAY=myworkstation:0.0&lt;br /&gt;If you are not using the console of the database server or forwarding X window traffic over an SSH connection, then ensure that the X server on your workstation will allow your database server to open windows on your display. The easiest way to do this is to issue an xhost command from a session on your workstation. (Don&amp;rsquo;t get confused and issue the command in a window that is logged onto your database server.) You can issue a command like:&lt;br /&gt; $ xhost +mydatabaseserver&lt;br /&gt;Ensure that the mount point you plan to use for the Oracle software has sufficient free space. For a basic Enterprise Edition and patch set installation, allow 1.8 Gb for the software mount point as a bare minimum. You will need more space if you plan to install non-default options or components from the Oracle Database 10g Companion CD ROM.&lt;br /&gt;Double check that you are logged in as oracle and not root. Then change to your home directory and start the Oracle Universal Installer with these commands:&lt;br /&gt; $ cd&lt;br /&gt; $ /runInstaller&lt;br /&gt;We&amp;rsquo;ll walk through the installer prompts one at a time:&lt;br /&gt;The Welcome window appears. Click Next.&lt;br /&gt;If the Specify Inventory Directory and Credentials window appears, verify that the inventory directory is set to the oraInventory subdirectory of the directory referenced by the ORACLE_BASE environment variable you set in the login script. In the Operating System Group Name field, select the oinstall group (or the dba group if you did not create the oinstall group). Click OK. You won't see this window if you have previously installed Oracle software on the database server.&lt;br /&gt;If the Unix Group Name window appears, enter the name of your dba group and click Next. You won&amp;rsquo;t see this window if you have previously installed Oracle software on the database server, or if your dba group is called &amp;ldquo;dba&amp;rdquo;. (You won&amp;rsquo;t see this window the next time you run the installer because Oracle saves this information in the /var/opt/oracle/oraInst.loc file.)&lt;br /&gt;The Specify File Locations window appears. Leave the Source field unchanged. Oracle provides a suggested Name and Path for the Oracle home (software installation) that is about to be created. You can name this Oracle home anything you like. For the path, you will probably want to go with the suggestion provided but you don&amp;rsquo;t have to. Beginning in Oracle 10g the standard for Oracle home location has changed to //app/oracle/product/10.1.0/db_. The new component at the end, such as db_1 or db_2, allows you to install multiple copies of the same Oracle version on one server in a standardized way. Note that we will refer back to this path frequently, calling it the Oracle home or simply $ORACLE_HOME. When you are satisfied with the name and path for your Oracle home, click Next.&lt;br /&gt;The Select Installation Type window appears. We will perform a &amp;ldquo;typical&amp;rdquo; install to get a basic set of Oracle software installed. You can rerun the installer again later and choose Custom to install additional products individually. For now, choose Standard Edition or Enterprise Edition. The Enterprise Edition of Oracle Database 10g has some very sophisticated features missing from Standard Edition, and the opportunity to purchase additional options that might be valuable to a large enterprise. However, the Enterprise Edition is much more expensive than Standard Edition. It is very important that you choose the edition that matches your license, as this will be difficult to fix later. Click Next.&lt;br /&gt;At this point Oracle performs a minimum requirements check. If you performed all of the preparation steps correctly, all checks should be successful and you can simply click the Next button. If there are any problems, you can correct the problem and click Retry.&lt;br /&gt;If you have any existing Oracle databases on your server that are at a version prior to what you are now installing, the installer will ask if you would like to run the Database Upgrade Assistant at the end of the installation to migrate or upgrade these older databases to the current version. Make your decision and click Next. (We won&amp;rsquo;t be covering the Database Upgrade Assistant here.)&lt;br /&gt;The Select Database Configuration window appears. We could have Oracle create a database at the same time the software is installed, but this would not be a good idea because we would have to immediately patch the database when we apply the patch set. We will choose the &amp;ldquo;Do not create a starter database&amp;rdquo; option instead. After we have applied the patch set, we will use the Database Configuration Assistant to create a database. Click Next.&lt;br /&gt;The Summary window appears. Review all of the selections you have made to confirm they are correct. Click Install.&lt;br /&gt;During the installation a Setup Privileges window will appear. The installation will be paused at this point, waiting for you to run a script as root. The script will be called root.sh and can be found in the Oracle home directory (the directory you specified as the Path in the File Locations window). You should open another window, log in to the database server as root, review the root.sh script thoroughly, run the script, and click OK in the Setup Privileges window.&lt;br /&gt;The End of Installation window appears. URLs for various features, such as Ultra Search and iSQL*Plus, will be displayed. Note these URLs for future reference. Click Exit to exit the installer.&lt;br /&gt;You can run the installer again and perform a custom installation to install any individual products that did not get installed as part of the &amp;ldquo;typical&amp;rdquo; installation.&lt;br /&gt;It is important to note that the default Enterprise Edition install loads certain extra cost options, such as OLAP and table partitioning, onto your database server. If you are not licensed to use these options, then you should deinstall them. To deinstall products, restart the installer and click the Deinstall Products button on the Welcome window.&lt;br /&gt;The root.sh script that you ran as root during the installation process started a cluster services daemon that runs as the root user. We will need to stop this daemon before we can apply the Oracle patch set. Oracle only needs the cluster services daemon on database servers that use Oracle&amp;rsquo;s Automatic Storage Management (ASM) or Real Application Clusters (RAC). Since we will not be using either of these facilities, there will be no need to have this daemon run at all. We cannot simply kill the daemon, because the root.sh script added a &amp;ldquo;respawn&amp;rdquo; entry to the inittab. (If we kill the daemon, the operating system will restart it.)&lt;br /&gt;To stop the cluster services daemon and prevent it from restarting immediately or when the server is rebooted in the future, we will need to restore the inittab to is previous state. Luckily, the root.sh script preserved a backup copy before editing the inittab. First, doublecheck that the backup copy of inittab is identical to the real inittab except for the one entry added by the root.sh script:&lt;/p&gt;&lt;p&gt;$ diff /etc/inittab.orig /etc/inittab&lt;br /&gt;Next, run the following commands very carefully as root:&lt;br /&gt; $ mv /etc/inittab.orig /etc/inittab&lt;br /&gt; $ /etc/init.d/init.cssd stop&lt;br /&gt; $ mv /etc/rc3.d/S96init.cssd /etc/rc3.d/_S96init.cssd&lt;br /&gt; $ mv /etc/rc3.d/K96init.cssd /etc/rc3.d/_K96init.cssd&lt;br /&gt;At this point we are ready to patch the Oracle software installation. Log onto Oracle Metalink (http://metalink.oracle.com) and download the latest patch set for Sun Solaris SPARC. As of this writing, release 10.1.0.4 (patch number 4163362) is the latest.&lt;br /&gt;Use a command like the following to unpack the patch set:&lt;br /&gt; $ unzip p4163362_10104_SOLARIS64.zip&lt;br /&gt;Double check that you are logged in as oracle and not root, and that your DISPLAY environment variable is still set correctly. Then change to the directory where you unpacked the patch set and start the Oracle Universal Installer with these commands:&lt;br /&gt; $ cd /Disk1&lt;br /&gt; $ ./runInstaller&lt;br /&gt;Once again, we&amp;rsquo;ll walk through the installer prompts one at a time:&lt;br /&gt;The Welcome window appears. Click Next.&lt;br /&gt;The Specify File Locations window appears. Leave the Source Path field unchanged. For the Destination, use the dropdown list on the Name or Path fields to select the Oracle home where you just installed Oracle software in the previous steps. Do not go with a different Destination Name or Path, even if the installer has defaulted these fields this way. Click Next.&lt;br /&gt;The Summary window appears. Click Install.&lt;br /&gt;During the installation a Setup Privileges window will appear. Once again the installation will be paused at this point, waiting for you to run a root.sh script as root. As before, the script can be found in the Oracle home directory. You should open another window, log in to the database server as root, and review the root.sh script thoroughly before running it. The script will detect that Oracle cluster software has already been installed and cnfigured, but it might complain that the daemon is not running. You can ignore messages along the lines of &amp;ldquo;Oracle Cluster Registry for cluster has already been initialized&amp;rdquo; and &amp;ldquo;Giving up: Oracle CSS stack appears NOT to be running&amp;rdquo;. Click OK in the Setup Privileges window after running the script.&lt;br /&gt;The End of Installation window appears. Click Exit to exit the installer.&lt;br /&gt;In $ORACLE_HOME/bin (the bin directory under your Oracle home) you will find a shell script called oraenv. This script can be called from .profile or .bash_profile to set up a user&amp;rsquo;s environment automatically whenever they log onto the database server. We will customize the oraenv script because there are a few variables that the script should set but doesn&amp;rsquo;t. Make a backup copy of the oraenv script and then edit it, adding the following lines to the very end:&lt;br /&gt; # Begin customizations&lt;br /&gt; ORACLE_BASE=`dirname $ORACLE_HOME`&lt;br /&gt; ORACLE_BASE=`dirname $ORACLE_BASE`&lt;br /&gt; case "$ORACLE_BASE" in&lt;br /&gt; */product) ORACLE_BASE=`dirname $ORACLE_BASE` ;;&lt;br /&gt; *)         ;;&lt;br /&gt; esac&lt;br /&gt; DBA=$ORACLE_BASE/admin&lt;br /&gt; # Substitute the locale and character set you plan to use for your&lt;br /&gt; # database in the line below. Some common choices are:&lt;br /&gt; #   NLS_LANG=american_america.WE8ISO8859P1 (Unix default)&lt;br /&gt; #   NLS_LANG=american_america.AL32UTF8     (Unicode 3.1)&lt;br /&gt; #   NLS_LANG=american_america.UTF8         (Unicode 3.0)&lt;br /&gt; #   NLS_LANG=american_america.WE8MSWIN1252 (Windows)&lt;br /&gt; NLS_LANG=american_america.WE8ISO8859P1&lt;br /&gt; export ORACLE_BASE DBA NLS_LANG&lt;br /&gt; # End customizations&lt;br /&gt;In the same directory you&amp;rsquo;ll also find a shell script called coraenv that can be called from .cshrc. If you use C shell, you will want to back up and edit coraenv with similar changes to the oraenv script.&lt;br /&gt;The root.sh script copied oraenv and coraenv from $ORACLE_HOME/bin to your local bin directory. You just updated these scripts in $ORACLE_HOME/bin. Copy the updated versions to your local bin directory.&lt;br /&gt;Create a Database&lt;br /&gt;These steps create an Oracle database. Everybody will have different needs for their database, but the steps here will yield you a functional database that you can further tailor to your specific needs. In this section we will use the Database Configuration Assistant to create a database, adjust the database in order to better comply with industry-proven best practices, and configure Oracle Net. All of the steps in this section are run as the oracle user.&lt;/p&gt;&lt;p&gt;Set up your environment the same way you did when you ran the Oracle Universal Installer: Log in as the oracle user on the database server from an X window, set your DISPLAY variable appropriately, and make sure that your ORACLE_BASE variable is set correctly based on your login file.&lt;br /&gt;Set the ORACLE_HOME environment variable to point to your Oracle home with a command like:&lt;br /&gt; $ export ORACLE_HOME=/u01/app/oracle/product/10.1.0/db_1&lt;br /&gt;Choose a name for your Oracle instance, up to eight characters long. The instance name is easy to change at any time. However, you will want to keep the instance name the same as the database name in order to avoid confusion. Changing the database name later is possible, but not the easiest thing to do. So pick a name for the instance that you like. Set the ORACLE_SID variable accordingly with a command like:&lt;br /&gt; $ export ORACLE_SID=dev101ee&lt;br /&gt;Launch the Database Configuration Assistant with the following commands:&lt;br /&gt; $ cd $ORACLE_HOME/bin&lt;br /&gt; $ ./dbca&lt;br /&gt;We&amp;rsquo;ll walk through the prompts one at a time:&lt;br /&gt;The Welcome window appears. Click Next.&lt;br /&gt;The Operations window appears. Choose &amp;ldquo;Create a Database&amp;rdquo; and click Next.&lt;br /&gt;The Database Templates window appears. Here you choose a template (a set of default specifications) for the database you wish to create. Oracle provides templates called &amp;ldquo;Data Warehouse,&amp;rdquo; &amp;ldquo;General Purpose,&amp;rdquo; and &amp;ldquo;Transaction Processing.&amp;rdquo; Oracle has prebuilt data files available for these three templates, meaning that database creation will go faster than if Oracle has to build the database from scratch. You can also choose Custom and create your own template. We will choose General Purpose here. Click Next.&lt;br /&gt;The Database Identification window appears. Here you specify the global name and the instance name (SID) for the database. It would be nice if these fields defaulted from the ORACLE_SID environment variable, but this may or may not happen. In the Global Database Name field, enter the database name you selected, followed by a period and your domain name. For example, &amp;ldquo;dev101ee.dbspecialists.com&amp;rdquo;. The SID field will fill in automatically from the global name. Click Next.&lt;br /&gt;The Management Options window appears. Here you indicate whether or not you wish to have the Enterprise Manager tool configured. Grid Control is Oracle&amp;rsquo;s enterprise-wide database management tool. This option will be grayed out if Grid Control infrastructure has not already been established. Database Control is a stand-alone management tool specifically configured to manage one database. If Grid Control is not present, the defaults in this window will specify to configure Database Control for this database. This will enable you to perform many database management functions for this database from a web browser. You may optionally configure Database Control to send you alerts via email and to back up the database daily. It does not hurt to choose Database Control configuration at this time&amp;mdash;you can always shut it down later. We will not be covering the database backup feature here. Click Next.&lt;br /&gt;The Database Credentials window appears. Every Oracle 10g database has accounts called SYS, SYSTEM, DBSNMP, and SYSMAN. You must provide passwords for each of these accounts, although you can choose to give all four the same password. It is easy to change passwords later, and members of the dba Unix group can access the database without a password and change passwords for any database account. Enter the initial passwords for these accounts and click Next.&lt;br /&gt;The Storage Options window appears. The files that make up an Oracle database can be stored on a regular file system, raw devices, or disks managed automatically by Oracle&amp;rsquo;s Automatic Storage Management facility. We will not be covering raw devices or ASM here, so select File System and click Next.&lt;br /&gt;The Database File Locations window appears. Here you specify where on the file system the files that make up the database should initially reside. It will be easy to change file locations later, and database files can be spread over multiple directories. The default option on this window is to use the file location specified in the template. This is not a good idea as the location specified by the templates goes against standard conventions. Instead you should select &amp;ldquo;Use Common Location for All Database Files&amp;rdquo; and enter a mount point name followed by the oradata subdirectory, such as &amp;ldquo;/u01/oradata&amp;rdquo;. The location you enter here should match one of the directories you created in step 12 of the first section above. Click Next.&lt;br /&gt;The Recovery Configuration window appears. A solid backup and recovery plan is absolutely necessary for any database that will hold data of any importance. However, there are many options available and needs vary greatly from one situation to the next. The flash recovery area is used by the &amp;ldquo;Flashback database&amp;rdquo; feature and also by Enterprise Manager if you chose to configure automatic database backups. Archiving, meanwhile, is necessary for databases that will be backed up while they are open. Archiving can be enabled easily at a later time. Since we are not covering backup and recovery strategies here, we will uncheck both options and click Next.&lt;br /&gt;The Database Content window appears. This window contains multiple tabs where you may choose what data will be preloaded in the new database. Your options here will vary depending on which Oracle software options you installed and which database creation template you chose. Typically there will be no need for you to specify any custom scripts, and preloading the sample schemas can be helpful in a development database for seeing examples of various techniques. Make your selections and click Next.&lt;br /&gt;The Initialization Parameters window appears. If your database server has only 512 Mb of physical memory, an error window may appear which you can ignore. The error arises from the fact that default settings for memory-related initialization parameters are derived from the amount of physical memory, and a flaw in the algorithm picks a default value that is too small on machines with only 512 Mb of physical memory. Tabs in this window let you set various initialization parameters, and a button lets you view and edit all parameters in a tabular form. Click on the Character Sets tab and select the character set for the database that matches the character set name you put into the oraenv script in an earlier step. It is hard to change the character set of a database, so make sure you are happy with your selection before proceeding. Initialization parameters, on the other hand, are easily changed later. In this window, therefore, you should make sure the character set is correct but not worry too much about the other settings. (Setting the character sets is very different from setting initialization parameters, so the fact that the Character Sets tab appears on a window entitled Initialization Parameters may be confusing.) Click Next.&lt;br /&gt;The Database Storage window appears. Here you can review and edit the details of how the control files, online redo logs, data files, and tablespaces will be created. If you are using one of the templates that was provided, you will not be able to change very many settings. If you want to change the locations of some of the database files, you can do that here or after the database has been created. The default redo log size (10 Mb) is somewhat small, so yu might want to change it. Again, you can do that here or after the database has been created. When you are satisfied with the settings, click Next.&lt;br /&gt;The Creation Options window appears. You may choose to create the database now and/or save the settings as a template. Saving as a template allows you to create the database at a later time or create many similar databases more easily. Click Finish.&lt;br /&gt;A Confirmation window appears. Review all of your selections and click OK.&lt;br /&gt;A progress window appears and database creation proceeds.&lt;br /&gt;When database creation is complete, a window will appear which indicates the name of the database, the location of the parameter file, and the URL for accessing Enterprise Manager. Note this URL for future reference. Depending n what options you selected, additional accounts may have been created on the database besides the basic SYS, SYSTEM, DBSNMP, and SYSMAN. All additional accounts are now locked. You may click the Password Management button to unlock these accounts and set passwords if you wish, but you should only unlock an account if you have a specific reason for doing so. When you are finished, click the Exit button to exit the Database Creation Assistant.&lt;br /&gt;While logged onto the database server as the oracle user, run the following commands to set environment variables so that you will be able to access the database easily (substitute your Oracle instance name):&lt;br /&gt; $ export ORACLE_SID=dev101ee&lt;br /&gt; $ export ORAENV_ASK=NO&lt;br /&gt; $ . /usr/local/bin/oraenv&lt;br /&gt;If you would like to move any of the data files or online redo logs for this database to another directory, use commands like the following:&lt;br /&gt; $ sqlplus /nolog&lt;br /&gt; SQL&amp;gt; CONNECT / AS SYSDBA&lt;br /&gt; SQL&amp;gt; SHUTDOWN IMMEDIATE&lt;br /&gt; SQL&amp;gt; STARTUP MOUNT&lt;br /&gt; SQL&amp;gt; HOST mv -i /u01/oradata/dev101ee/users01.dbf /u02/oradata/dev101ee/users01.dbf&lt;br /&gt; SQL&amp;gt; ALTER DATABASE RENAME FILE&lt;br /&gt; 2  '/u01/oradata/dev101ee/users01.dbf' TO&lt;br /&gt; 3  '/u02/oradata/dev101ee/users01.dbf';&lt;br /&gt; SQL&amp;gt; HOST mv -i /u01/oradata/dev101ee/redo01.log /u02/oradata/dev101ee/redo01.log&lt;br /&gt; SQL&amp;gt; ALTER DATABASE RENAME FILE&lt;br /&gt; 2  '/u01/oradata/dev101ee/redo01.log' TO&lt;br /&gt; 3  '/u02/oradata/dev101ee/redo01.log';&lt;br /&gt; SQL&amp;gt; ALTER DATABASE OPEN;&lt;br /&gt; SQL&amp;gt; EXIT&lt;br /&gt;Note that this procedure does not work for control files. Relocating database control files will be covered in a later step.&lt;br /&gt;In databases created with supplied templates, all data files have the &amp;ldquo;auto-extend&amp;rdquo; feature turned on. This means that when a data file becomes full, it will automatically grow larger as needed. The problem with this is that an application can get out of control and fill up an entire disk partition. It also means that you need to manage your free space at the operating system level. Many DBAs prefer to manage free space at the database level by pre-allocating space to data files and not using the auto-extend feature. You may resize data files and disable auto-extend with commands like:&lt;br /&gt; $ sqlplus /nolog&lt;br /&gt; SQL&amp;gt; CONNECT / AS SYSDBA&lt;br /&gt; SQL&amp;gt; ALTER DATABASE DATAFILE '/u01/oradata/dev101ee/system01.dbf' AUTOEXTEND OFF;&lt;br /&gt; SQL&amp;gt; ALTER DATABASE DATAFILE '/u01/oradata/dev101ee/sysaux01.dbf' AUTOEXTEND OFF;&lt;br /&gt; SQL&amp;gt; ALTER DATABASE DATAFILE '/u01/oradata/dev101ee/undotbs01.dbf' AUTOEXTEND OFF;&lt;br /&gt; SQL&amp;gt; ALTER DATABASE DATAFILE '/u01/oradata/dev101ee/example01.dbf' AUTOEXTEND OFF;&lt;br /&gt; SQL&amp;gt; ALTER DATABASE DATAFILE '/u01/oradata/dev101ee/users01.dbf' AUTOEXTEND OFF;&lt;br /&gt; SQL&amp;gt; ALTER DATABASE TEMPFILE '/u01/oradata/dev101ee/temp01.dbf' AUTOEXTEND OFF;&lt;br /&gt; SQL&amp;gt; ALTER DATABASE DATAFILE '/u01/oradata/dev101ee/system01.dbf' RESIZE 500m;&lt;br /&gt; SQL&amp;gt; ALTER DATABASE DATAFILE '/u01/oradata/dev101ee/sysaux01.dbf' RESIZE 300m;&lt;br /&gt; SQL&amp;gt; ALTER DATABASE DATAFILE '/u01/oradata/dev101ee/undotbs01.dbf' RESIZE 50m;&lt;br /&gt; SQL&amp;gt; ALTER DATABASE TEMPFILE '/u01/oradata/dev101ee/temp01.dbf' RESIZE 50m;&lt;br /&gt;Oracle uses a server parameter file or &amp;ldquo;spfile&amp;rdquo; to store the initialization parameters&amp;mdash;settings that affect the instance. The default parameter settings provided by the Database Configuration Assistant are not bad, but you may want to make some changes. Unfortunately, you cannot edit the spfile. Instead, you must export the contents of the spfile to a plain text file called a &amp;ldquo;pfile&amp;rdquo;. You can then edit the pfile and convert it back to an spfile for use on your database. (This might sound confusing, but is actually pretty straightforward.)&lt;br /&gt;Shut down the database and export the contents of the spfile into a pfile that you can edit with commands like:&lt;/p&gt;&lt;p&gt;$ sqlplus /nolog&lt;br /&gt; SQL&amp;gt; CONNECT / AS SYSDBA&lt;br /&gt; SQL&amp;gt; CREATE PFILE='/home/oracle/dev101ee-params.txt'&lt;br /&gt; 2  FROM SPFILE;&lt;br /&gt; SQL&amp;gt; SHUTDOWN IMMEDIATE&lt;br /&gt;Make a backup copy of the pfile you created in the previous step and edit the pfile to change parameters as you wish, based on your needs and your server&amp;rsquo;s capabilities. You can always change parameters again in the future, so you are not locking yourself into anything right now. Here is the pfile that I ended up with:&lt;br /&gt; *.background_dump_dest='/u01/app/oracle/admin/dev101ee/bdump'&lt;br /&gt; *.compatible='10.1.0.4.0'&lt;br /&gt; *.control_files='/u01/oradata/dev101ee/control01.ctl','/u01/oradata/&lt;br /&gt; dev101ee/control02.ctl','/u01/oradata/dev101ee/control03.ctl'&lt;br /&gt; *.core_dump_dest='/u01/app/oracle/admin/dev101ee/cdump'&lt;br /&gt; *.db_block_size=8192&lt;br /&gt; *.db_domain='dbspecialists.com'&lt;br /&gt; *.db_file_multiblock_read_count=16&lt;br /&gt; *.db_name='dev101ee'&lt;br /&gt; *.job_queue_processes=10&lt;br /&gt; *.open_cursors=300&lt;br /&gt; *.os_authent_prefix=''&lt;br /&gt; *.pga_aggregate_target=24m&lt;br /&gt; *.processes=50&lt;br /&gt; *.remote_login_passwordfile='EXCLUSIVE'&lt;br /&gt; *.sga_target=240m&lt;br /&gt; *.undo_management='AUTO'&lt;br /&gt; *.undo_tablespace='UNDOTBS1'&lt;br /&gt; *.user_dump_dest='/u01/app/oracle/admin/dev101ee/udump'&lt;br /&gt;The database is created with three control files. The control file is a pretty small file that contains crucial configuration and synchronization information that Oracle needs in order to locate all the files that make up the database and keep them consistent. All three copies of the control file are kept identical; whatever Oracle writes to one control file it also writes to the other two. (Think of it like software mirroring.) It is a good idea to move at least one of the control files to another location. With the database shut down, you can go ahead and move the control files around as you wish. Be sure to change the control_files entry in your pfile accordingly.&lt;br /&gt;Remove the existing spfile that the Database Configuration Assistant created, and the bogus pfile that it left behind, with the following commands:&lt;br /&gt; $ rm -i $ORACLE_HOME/dbs/spfile$ORACLE_SID.ora&lt;br /&gt; $ rm -i $ORACLE_BASE/admin/$ORACLE_SID/pfile/init.ora*&lt;br /&gt;Create a symbolic link from the location where Oracle looks for the spfile to the location where you will actually maintain the spfile:&lt;br /&gt; $ ln -s $ORACLE_BASE/admin/$ORACLE_SID/pfile/spfile$ORACLE_SID.ora \&lt;br /&gt; $ORACLE_HOME/dbs/spfile$ORACLE_SID.ora&lt;br /&gt;Now convert the pfile that you edited back into an spfile that Oracle can use with the following commands:&lt;br /&gt; $ sqlplus /nolog&lt;br /&gt; SQL&amp;gt; CONNECT / AS SYSDBA&lt;br /&gt; SQL&amp;gt; CREATE SPFILE='$ORACLE_BASE/admin/$ORACLE_SID/pfile/spfile$ORACLE_SID.ora'&lt;br /&gt; 2  FROM PFILE='/home/oracle/dev101ee-params.txt';&lt;br /&gt;You are now ready to restart your database using your newly created spfile. Use the following commands to start the database and view the parameters that are in effect. These settings should match what you put in your pfile a few steps back:&lt;br /&gt; $ sqlplus /nolog&lt;br /&gt; SQL&amp;gt; CONNECT / AS SYSDBA&lt;br /&gt; SQL&amp;gt; STARTUP&lt;br /&gt; SQL&amp;gt; SET PAGESIZE 100&lt;br /&gt; SQL&amp;gt; SELECT   name, value, isdefault&lt;br /&gt; 2  FROM     v$parameter&lt;br /&gt; 3  ORDER BY isdefault, name;&lt;br /&gt;You can follow the above few steps at any time to make further changes to the parameters. However, if you only have a few changes to make, there is a much easier way than exporting the spfile into a pfile, editing the pfile, and converting back to an spfile. You can simply:&lt;br /&gt; $ sqlplus /nolog&lt;br /&gt; SQL&amp;gt; CONNECT / AS SYSDBA&lt;br /&gt; SQL&amp;gt; ALTER SYSTEM SET parameter = value&lt;br /&gt; 2  SCOPE = SPFILE;&lt;br /&gt;This will update the setting in your spfile, and the change will take effect the next time you restart the database. Many parameters are dynamic, meaning that you can change them on the fly without restarting the database. For dynamic parameters, you can omit the SCOPE = line above and Oracle will change the parameter setting immediately and in the spfile.&lt;br /&gt;Oracle Net is the networking infrastructure that allows applications running on other servers to access the database. The Oracle Net listener is a process that runs on the database server and monitors a TCP port for requests to access the database. The Oracle Net listener is configured by creating a file called listener.ora in the $ORACLE_HOME/network/admin directory. In the $ORACLE_HOME/network/admin/samples directory you will find an example listener.ora file. Unfortunately, many Oracle security exploits involve the Oracle Net listener, and therefore it is important that you configure it properly and securely. A functional listener.ora file that uses operating system authentication for securing the Oracle Net listener is as follows:&lt;br /&gt; #&lt;br /&gt; # Filename: listener.ora&lt;br /&gt; # &lt;br /&gt; LISTENER =&lt;br /&gt; (DESCRIPTION_LIST =&lt;br /&gt; (DESCRIPTION =&lt;br /&gt; (ADDRESS_LIST =&lt;br /&gt; (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.1.16)(PORT = 1521))&lt;br /&gt; )&lt;br /&gt; )&lt;br /&gt; )&lt;br /&gt; SID_LIST_LISTENER =&lt;br /&gt; (SID_LIST =&lt;br /&gt; (SID_DESC =&lt;br /&gt; (GLOBAL_DBNAME = dev101ee.dbspecialists.com)&lt;br /&gt; (ORACLE_HOME = /u01/app/oracle/product/10.1.0/db_1)&lt;br /&gt; (SID_NAME = dev101ee)&lt;br /&gt; )&lt;br /&gt; )&lt;br /&gt;The permissions on the listener.ora file should be 640.&lt;br /&gt;Start the Oracle Net listener with the following command:&lt;br /&gt; $ lsnrctl start&lt;br /&gt;The Oracle client libraries invoked by an application wishing to access the database read configuration files called sqlnet.ora and tnsnames.ora in order to figure out how to find the Oracle Net listener and what connection parameters should be used. In the same directory where the sample listener.ora file is located, you will also find a sample sqlnet.ora and tnsnames.ora. You should create a sqlnet.ora file and a tnsnames.ora file in the same directory where you created your listener.ora file. Set the file permissions to 644. Copy these two files to all application servers or other machines that will access the database. Functional sqlnet.ora and tnsnames.ora files are as follows:&lt;br /&gt; #&lt;br /&gt; # Filename: sqlnet.ora&lt;br /&gt; #&lt;br /&gt; NAMES.DEFAULT_DOMAIN = dbspecialists.com&lt;br /&gt; NAMES.DIRECTORY_PATH= (TNSNAMES)&lt;/p&gt;&lt;p&gt;#&lt;br /&gt; # Filename: tnsnames.ora &lt;br /&gt; #  &lt;br /&gt; DEV101EE.DBSPECIALISTS.COM =&lt;br /&gt; (DESCRIPTION =&lt;br /&gt; (ADDRESS_LIST =&lt;br /&gt; (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.1.16)(PORT = 1521))&lt;br /&gt; )&lt;br /&gt; (CONNECT_DATA =&lt;br /&gt; (SERVICE_NAME = dev101ee.dbspecialists.com)&lt;br /&gt; )&lt;br /&gt; )&lt;br /&gt;You can verify that Oracle Net is configured correctly by attempting to access the database from an application server or other remote server, or by using commands like the following on the database server directly:&lt;br /&gt; $ sqlplus /nolog&lt;br /&gt; SQL&amp;gt; CONNECT system@dev101ee&lt;br /&gt; Enter password: &lt;br /&gt;At this point you are ready to create tablespaces&amp;mdash;logical groupings of data files&amp;mdash;to hold your application data. You can put all of your data into one tablespace, or you can separate data into multiple tablespaces based on object type, object size, permanence, volatility, I/O volume, or any of a number of other criteria. In the past, choosing storage parameters and allocation schemes for database objects was rather tedious. Now it is quite simple because you can have Oracle do the space allocation and management automatically and it will do a pretty good job. Here is a sample tablespace creation statement for an application called &amp;ldquo;Flex&amp;rdquo;:&lt;br /&gt; CREATE TABLESPACE flex_data&lt;br /&gt; DATAFILE '/u02/oradata/dev101ee/flex_data01.dbf' SIZE 500m&lt;br /&gt; SEGMENT SPACE MANAGEMENT AUTO;&lt;br /&gt;Create application roles if desired. Alternatively, you can use the default roles CONNECT, RESOURCE, and DBA.&lt;br /&gt;Create your application accounts that will own the application schemas. Set the default tablespace to one of your application tablespaces designated to hold tables. Assign quotas on all of the application tablespaces where the account will need to be able to create schema objects. (You can use the keyword UNLIMITED.) You should not set any quota on the SYSTEM, SYSAUX, or TEMP tablespaces. Do not plan to create any application objects in the SYS or SYSTEM schemas, or store any application objects in the SYSTEM, SYSAUX, or TEMP tablespaces. Here is a sample application account creation statement:&lt;br /&gt; CREATE USER bob IDENTIFIED BY bob123&lt;br /&gt; DEFAULT TABLESPACE flex_data &lt;br /&gt; QUOTA UNLIMITED ON flex_data;&lt;br /&gt;Grant roles and/or system privileges to the application accounts. Note that if you grant the RESOURCE role to an account, that account will also receive the UNLIMITED TABLESPACE system privilege. This will let the account create objects in any tablespace, regardless of quotas. Think very carefully before granting the DBA role or allowing any accounts th have the UNLIMITED TABLESPACE privilege. Sample statements to grant and revoke privileges are as follows:&lt;br /&gt; GRANT connect, resource TO bob;&lt;br /&gt; REVOKE unlimited tablespace FROM bob;&lt;br /&gt;Review the overall security of your database. Oracle Corporation published a very good ten-page listing of security checks that you should perform against Oracle 9i database. This document does not appear to have been updated for Oracle Database 10g yet, but it still contains a lot of relevant material. Download it from the Oracle Technology Network at http://otn.oracle.com/deploy/security/oracle9i/pdf/9iR2_checklist.pdf. Another checklist, although not all of the recommendations seem appropriate, is available at http://www.sans.org/score/checklists/Oracle_Database_Checklist.pdf.&lt;br /&gt;Complete the Server Configuration&lt;br /&gt;These steps complete the configuration of your server for smooth Oracle operation. In this section we will change the oracle user&amp;rsquo;s login script to eliminate hardcoding, create individual operating system accounts for each database user, and configure the server to start the database and listeners automatically whenever the server is rebooted.&lt;/p&gt;&lt;p&gt;Edit the login file (.profile or .bash_profile) for the oracle user to eliminate hardcodings and call the oraenv script to set the environment instead. The following will work with Bourne, Korn, or Bash shell:&lt;br /&gt; # Settings for Oracle environment&lt;br /&gt; ORACLE_SID=dev101ee   # Put your instance name here&lt;br /&gt; ORAENV_ASK=NO&lt;br /&gt; export ORACLE_SID ORAENV_ASK&lt;br /&gt; . oraenv&lt;br /&gt;Note that this script assumes that the /usr/local/bin directory is on your path. Also, if you use C shell then you should edit .cshrc and have it source coraenv.&lt;br /&gt;Create separate Unix accounts for DBAs and database users who will log onto the database server directly. You should only log in as oracle when installing or patching software. The Unix accounts for DBAs should be members of the dba group, and other users should not be members of the dba group. Give each of these accounts a login file like oracle&amp;rsquo;s so that their environment initializes correctly when they log in.&lt;br /&gt;Edit the /var/opt/oracle/oratab file to verify that the entry for your database is correct. Lines starting with a pound sign are considered comments and are ignored. Each non-comment line contains the name of one Oracle instance, its Oracle home, and a Y or N. A Y indicates that the database should be started automatically on server reboot, and an N indicates that it should not. The three fields should be separated by colons. A sample /var/opt/oracle/oratab file looks like this:&lt;br /&gt; #&lt;br /&gt; # /var/opt/oracle/oratab&lt;br /&gt; # ======================&lt;br /&gt; #&lt;br /&gt; dev101ee:/u01/app/oracle/product/10.1.0/db_1:Y&lt;br /&gt;To make the database and listeners start up automatically when the server reboots and shut down automatically when the server shuts down, you&amp;rsquo;ll need to create a dbora file in /etc/init.d and link it to /etc/rc2.d and /etc/rc0.d. You&amp;rsquo;ll need to do this as the root user. First create a file called dbora in /etc/init.d as follows:&lt;br /&gt; #!/bin/sh&lt;br /&gt; ORA_HOME=/u01/app/oracle/product/10.1.0/db_1&lt;br /&gt; ORA_OWNER=oracle&lt;br /&gt; if [ ! -f $ORA_HOME/bin/dbstart ]&lt;br /&gt; then&lt;br /&gt; echo "Oracle startup: cannot start"&lt;br /&gt; exit&lt;br /&gt; fi&lt;br /&gt; case "$1" in&lt;br /&gt; 'start') # Start the Oracle databases and listeners&lt;br /&gt; su - $ORA_OWNER -c "$ORA_HOME/bin/dbstart"&lt;br /&gt; su - $ORA_OWNER -c "$ORA_HOME/bin/lsnrctl start"&lt;br /&gt; su - $ORA_OWNER -c "$ORA_HOME/bin/emctl start dbconsole"&lt;br /&gt; su - $ORA_OWNER -c "$ORA_HOME/bin/isqlplusctl start"&lt;br /&gt; ;;&lt;br /&gt; 'stop')  # Stop the Oracle databases and listeners&lt;br /&gt; su - $ORA_OWNER -c "$ORA_HOME/bin/isqlplusctl stop"&lt;br /&gt; su - $ORA_OWNER -c "$ORA_HOME/bin/emctl stop dbconsole"&lt;br /&gt; su - $ORA_OWNER -c "$ORA_HOME/bin/lsnrctl stop"&lt;br /&gt; su - $ORA_OWNER -c "$ORA_HOME/bin/dbshut"&lt;br /&gt; ;;&lt;br /&gt; esac&lt;br /&gt;After creating the dbora file, you need to link it to /etc/rc2.d and /etc/rc0.d:&lt;br /&gt; ln -s /etc/init.d/dbora /etc/rc2.d/S99dbora&lt;br /&gt; ln -s /etc/init.d/dbora /etc/rc0.d/K10dbora&lt;br /&gt;Conclusion&lt;br /&gt;This paper walks you through the intricate details of getting Oracle Database 10g up and running on a database server running SPARC Solaris. It may look complicated, but that&amp;rsquo;s only because this paper goes down to a nitty-gritty level of detail.&lt;/p&gt;&lt;p&gt;Please keep in mind, though, that the requirements are different for every Oracle implementation. I am extremely confident that if you follow these steps to install Oracle Database 10g release 1 (Oracle version 10.1.0) on a server running SPARC Solaris 8, 9, or 10, the process will go very smoothly for you. However, no single document can address every specific hardware configuration and every set of business needs. Please use this paper as a starting point to get Oracle up and running in your shop. To get the best performance and scalability, each system needs to be considered individually.&lt;/p&gt;&lt;p&gt;About the Author&lt;/p&gt;&lt;p&gt;Roger Schrag has been an Oracle DBA and application architect for over fifteen years. He started out at Oracle Corporation on the Oracle Financials development team and moved into the roles of production DBA and database architect at various companies in the San Francisco Bay Area. Roger is a frequent speaker at Oracle World and the IOUG Live! conferences. He is also vice-president of the Northern California Oracle Users Group. In 1995, Roger founded Database Specialists, Inc.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5226283768028214309-4079846336160988386?l=certifiedsolaris.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://certifiedsolaris.blogspot.com/feeds/4079846336160988386/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://certifiedsolaris.blogspot.com/2010/12/installing-and-configuring-oracle.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5226283768028214309/posts/default/4079846336160988386'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5226283768028214309/posts/default/4079846336160988386'/><link rel='alternate' type='text/html' href='http://certifiedsolaris.blogspot.com/2010/12/installing-and-configuring-oracle.html' title='Installing and Configuring Oracle Database 10g on the Solaris Platform'/><author><name>ahmed khalaf zone</name><uri>http://www.blogger.com/profile/18259449027969703817</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_fPCcxZg2llg/TRujt332JkI/AAAAAAAAAR0/e3AgZU3S1w0/s72-c/vTM9E.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5226283768028214309.post-6121177572445945564</id><published>2010-12-29T09:24:00.001-08:00</published><updated>2011-03-05T12:24:46.856-08:00</updated><title type='text'>How to Use the Unix Top Command</title><content type='html'>&lt;p&gt;&lt;a href="http://4.bp.blogspot.com/_fPCcxZg2llg/TRtvD9GXhZI/AAAAAAAAARk/H5eh2rWw_0s/s1600/linuxtop.png" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"&gt;&lt;img id="BLOGGER_PHOTO_ID_5556156679023199634" style="display: block; margin: 0px auto 10px; text-align: center; cursor: hand; width: 400px; height: 258px;" src="http://4.bp.blogspot.com/_fPCcxZg2llg/TRtvD9GXhZI/AAAAAAAAARk/H5eh2rWw_0s/s400/linuxtop.png" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;How to Use the Unix Top Command&lt;br /&gt;Top is a small, but powerful program available on both UNIX and Linux systems whose purpose is to allow you to monitor processes on your system.&lt;/p&gt;&lt;p&gt;&lt;a name='more'&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;It has two main sections. The first displays general information such as the load averages, number of running and sleeping tasks, and overall CPU and memory usage. The second main section displays a sorted list of processes (usually by CPU usage) and showing their PIDs (Process ID number), user who owns the process, running time, and CPU and memory used by that process.&lt;/p&gt;&lt;p&gt;As such top is useful even without any further configuration. Just starting it up provides a plethora of information about your system's resource usage. If you just need to know what may be slowing your system down, for example, it might be enough to run top and see if there's any process running at close to 100% of CPU time or using a little too much memory.&lt;/p&gt;&lt;p&gt;It is, however, possible to configure it in a variety of ways that change how it displays information. We'll cover some top options on two of the most popular UNIX variants, Mac OS X and Linux (which is technically an UNIX clone).&lt;/p&gt;&lt;p&gt;Mac OS X Top&lt;/p&gt;&lt;p&gt;Top in Mac OS X is somewhat more limited than its Linux (and traditional FreeBSD) counterpart, but can still be a fairly useful tool.&lt;/p&gt;&lt;p&gt;To get started, you can run top -h to see all of the available commands, and man top to see an explanation of each. We'll cover a few examples to help get you started.&lt;/p&gt;&lt;p&gt;Perhaps the first thing you might want it to do is display processes sorted by what you want to focus on monitoring. For instance, you might want to primarily monitor memory usage so the default sorting by CPU usage might not quite fit the bill. To sort by memory usage you would use the top -o mreg command.&lt;/p&gt;&lt;p&gt;The top -o command accepts a number of other key's like mreg including cpu for CPU usage, time for execution time, threads for number of threads running, user for sorting by process's username, and so on. The full list is available in the man page (the man top command).&lt;/p&gt;&lt;p&gt;You can also control how often the information shown is updated (the default is every second). If you want to set it to update every 10 seconds just run top -s 10.&lt;/p&gt;&lt;p&gt;To limit how many processes in total are shown use the top -n 10 if you want to show just the top 10 processes.&lt;/p&gt;&lt;p&gt;Top on Mac has four modes of counting events the default one being non-event mode (top -c n). The accumulative mode (top -a) counts events cumulatively since the launch of top. The delta mode (top -d) counts events relative to the previous value. Absolute mode (top -e) counts using absolute counters.&lt;/p&gt;&lt;p&gt;Multiple top commands can be combined to control what exactly you want to see. For example, if you want top to show you processes sorted by memory usage, in delta mode, updating every 5 seconds and displaying only top 5 results you simply combine all of the appropriate commands (mentioned above) and run "top -o mreg -d -s 10 -n 5".&lt;/p&gt;&lt;p&gt;Linux Top&lt;/p&gt;&lt;p&gt;Top can be found on pretty much any Linux distribution out there including popular ones such as Ubuntu, Fedora and OpenSUSE which are among the easiest to install and try out.&lt;/p&gt;&lt;p&gt;The commands to get help with top on Linux are the same as on Mac OS X, top -h for a condensed list of commands, and man top for a much more verbose explanation of all available options.&lt;/p&gt;&lt;p&gt;It has a powerful interactive mode which is active by default when you start top, and is probably going to be the primary way in which you operate top since it provides the most flexibility and ease of use. You can use a variety of commands in form of just letter key presses to manipulate what you are seeing. Here are a few examples.&lt;/p&gt;&lt;p&gt;To sort processes by memory usage simply press M (shift-m on the keyboard). To sort by CPU usage press P (shift-p). You can see a full list of fields by pressing f which will show the fields with their appropriate letter (which you can use to sort by that field).&lt;/p&gt;&lt;p&gt;With the f key you can also opt to add a new field to display by pressing f and then the letter representing the key. For example if you want to add a code size field (CODE) press f and then r (as shown in the field list).&lt;/p&gt;&lt;p&gt;You can set the delay time for updates by just pressing s, putting in a desired number of seconds, and pressing enter. It will then update in that number of seconds, but you can update any time you want yourself by pressing the space bar.&lt;/p&gt;&lt;p&gt;To change the number of processes shown just press n, put in the desired number and press enter.&lt;/p&gt;&lt;p&gt;You can even kill processes from within top if you have a rogue process or a program of some kind wont quit or some process is using too many resources. To do so press k, enter the PID (Process ID, which you can read in top) of that process and press enter.&lt;/p&gt;&lt;p&gt;Linux top also supports the cumulative mode which can be simply toggled by pressing S (shift-s). A full list of all available interactive commands is available in the top manual page (man top).&lt;/p&gt;&lt;p&gt;Of course, it is still possible to start top with some options already set. For example, top -d 5 will cause top to refresh its data every five seconds (equivalent to s and 5 in the interactive mode). The top -q will display information without any delay, and run it with highest priority if top is run as a superuser (or root).&lt;/p&gt;&lt;p&gt;Top can also be started to show only a few updates and then quit automatically. Just run top -n 10, for instance, to have top show 10 iterations of information before quitting.&lt;/p&gt;&lt;p&gt;Another interesting command line option is top -b which runs top in a batch mode suitable for recording into a text file. Instead of just refreshing information on screen it prints it out in batches every specified number of seconds until all iterations run out (set by -n as mentioned above) or until it is quit. To write it out into a text file called top.txt stored in a local directory just run top -b &amp;gt; top.txt.&lt;/p&gt;&lt;p&gt;Just as in Mac OS X, it is possible to combine multiple commands to configure top at its start. For example, run top -d 5 -n 10 to start top with a refresh rate of five seconds and have it update only 10 times before quitting.&lt;/p&gt;&lt;p&gt;To quit top manually, in both OSX and Linux, just press the q key.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5226283768028214309-6121177572445945564?l=certifiedsolaris.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://certifiedsolaris.blogspot.com/feeds/6121177572445945564/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://certifiedsolaris.blogspot.com/2010/12/how-to-use-unix-top-command.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5226283768028214309/posts/default/6121177572445945564'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5226283768028214309/posts/default/6121177572445945564'/><link rel='alternate' type='text/html' href='http://certifiedsolaris.blogspot.com/2010/12/how-to-use-unix-top-command.html' title='How to Use the Unix Top Command'/><author><name>ahmed khalaf zone</name><uri>http://www.blogger.com/profile/18259449027969703817</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_fPCcxZg2llg/TRtvD9GXhZI/AAAAAAAAARk/H5eh2rWw_0s/s72-c/linuxtop.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5226283768028214309.post-6972307290074274160</id><published>2010-12-29T09:22:00.000-08:00</published><updated>2011-03-05T12:25:14.806-08:00</updated><title type='text'>How to Use vi Editor</title><content type='html'>&lt;p&gt;How to Use vi&lt;br /&gt;The vi editor (visual editor) is one of the oldest and more popular text editors on computers running the Unix Operating System (OS). The vi editor can be used from any computer terminal interfacing with a computer running Unix, since the editor relies on the standard alphabet keys for specific commands. Since vi is not a WYSIWYG (What You See is What You Get) text editor, it does not provide the formatting capabilities word processors do for paragraph indentations, font, and line centering. New vi users need to learn the following: opening and closing a file, file editing, and moving around in a text file.&lt;/p&gt;&lt;p&gt;How to Start vi&lt;/p&gt;&lt;p&gt;Step 1 &amp;ndash; Open an existing file by entering the following command at the terminal command line, then press the &amp;ldquo;return&amp;rdquo; key" vi myFileName&lt;/p&gt;&lt;p&gt;&lt;a name='more'&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;If the file is not in the current directory, the fully qualified file path must also be included.&lt;/p&gt;&lt;p&gt;Step 2 &amp;ndash; Create a new file by entering the following command:&lt;br /&gt;vi myNewFile&lt;br /&gt;Enter Text in vi&lt;/p&gt;&lt;p&gt;When vi is first started, it loads in command board with the keyboard keys doing text deletion and cursor movement. In order to enter text, enter the &amp;ldquo;insert mode&amp;rdquo; by typing the letter &amp;ldquo;i&amp;rdquo;. No visual change will occur on the screen, but text can now be entered. Press &amp;ldquo;return&amp;rdquo; at the end of each line of text. The vi editor will not wrap text automatically at the end of a line on the screen. Instead, it will automatically break the line of text in mid word if the &amp;ldquo;return&amp;rdquo; key is not pressed prior to the end of line.&lt;br /&gt;How to Move the Cursor in vi&lt;/p&gt;&lt;p&gt;One of the initial tasks that new users of the vi editor find challenging is moving the cursor to a new position in the document. In order to do so, place the vi editor in command mode by pressing the &amp;ldquo;Esc&amp;rdquo; key. If unsure about what mode the editor is in, press the key until a beep is heard. The following letters can move the cursor:&lt;/p&gt;&lt;p&gt;l &amp;ndash; moves the cursor right one space&lt;br /&gt;k &amp;ndash; moves the cursor up one line&lt;br /&gt;j &amp;ndash; moves the cursor down one line&lt;br /&gt;h &amp;ndash; move the cursor left one space&lt;/p&gt;&lt;p&gt;Once the cursor is moved as far as possible in a given direction, the terminal will beep.&lt;br /&gt;How to Edit a File in vi&lt;/p&gt;&lt;p&gt;In order to edit a file in vi, place the editor into command mode. The letters' meanings depend on whether they are typed in lower or upper case. Some commands can also be repeated a predefined number of times by including a number prior to the command.&lt;/p&gt;&lt;p&gt;Vi Editing Commands&lt;/p&gt;&lt;p&gt;Character deletion &amp;ndash; x (with the cursor placed on the incorrect letter)&lt;/p&gt;&lt;p&gt;Delete the character prior to the cursor &amp;ndash; X&lt;/p&gt;&lt;p&gt;Delete multiple characters &amp;ndash; (number)x (will delete the character highlighted by the cursor and the next three&lt;/p&gt;&lt;p&gt;Delete words &amp;ndash; dw (with the cursor on the first letter of the word)&lt;/p&gt;&lt;p&gt;Delete lines &amp;ndash; dd (the cursor can be at any location on the line to be deleted)&lt;/p&gt;&lt;p&gt;Delete from the cursor to the end of the line &amp;ndash; D&lt;/p&gt;&lt;p&gt;Replace characters &amp;ndash; r (with the cursor placed on top of the character to be replaced).&lt;/p&gt;&lt;p&gt;Replace words &amp;ndash; cw (with the cursor at the start of the word to be replaced).&lt;/p&gt;&lt;p&gt;Replace lines &amp;ndash; C (after typing the command, enter the new text then press the &amp;ldquo;Esc&amp;rdquo; key).&lt;/p&gt;&lt;p&gt;Insert text &amp;ndash; i (pressed after the cursor is positioned where the next text is to be inserted. The text is inserted prior to the cursor).&lt;/p&gt;&lt;p&gt;Append text &amp;ndash; a (with the cursor placed on the final letter of the line to append the text).&lt;/p&gt;&lt;p&gt;Insert a blank line above the current line &amp;ndash; O&lt;/p&gt;&lt;p&gt;Undo edits &amp;ndash; u&lt;/p&gt;&lt;p&gt;Undo all edits on a line &amp;ndash; U&lt;/p&gt;&lt;p&gt;Undoing&lt;br /&gt;To undo your most recent edit, type&lt;br /&gt;u&lt;br /&gt;To undo all the edits on a single line, type&lt;br /&gt;U (uppercase)&lt;/p&gt;&lt;p&gt;Useful Vi Commands to Move Around Files in Command Mode&lt;/p&gt;&lt;p&gt;&amp;ldquo;Control&amp;rdquo; &amp;ldquo;f&amp;rdquo; Scroll forward one screen in the editor&lt;br /&gt;&amp;ldquo;Control&amp;rdquo; &amp;ldquo;b&amp;rdquo; Scroll backward one screen in the editor&lt;br /&gt;&amp;ldquo;Control&amp;rdquo; &amp;ldquo;d&amp;rdquo; Scroll down one-half screen in the editor&lt;br /&gt;&amp;ldquo;Control&amp;rdquo; &amp;ldquo;u&amp;rdquo; Scroll up one-half screen&lt;br /&gt;w &amp;ndash; Move forward one word at a time&lt;br /&gt;b &amp;ndash; Move backward a word at a time&lt;br /&gt;$ &amp;ndash; Move to the end of the line&lt;br /&gt;0 &amp;ndash; Move to the beginning of the line&lt;br /&gt;H &amp;ndash; move to the top line of the screen&lt;br /&gt;M &amp;ndash; Move to the middle of the screen&lt;br /&gt;L &amp;ndash; Move to the last line of the screen&lt;br /&gt;G- Move to the last line of the file&lt;/p&gt;&lt;p&gt;ZZ &amp;ndash; Exit and Save a file&lt;br /&gt;:w &amp;ndash; Save a file&lt;br /&gt;:q! &amp;ndash; Discard file changes and quit&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5226283768028214309-6972307290074274160?l=certifiedsolaris.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://certifiedsolaris.blogspot.com/feeds/6972307290074274160/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://certifiedsolaris.blogspot.com/2010/12/how-to-use-vi-editor.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5226283768028214309/posts/default/6972307290074274160'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5226283768028214309/posts/default/6972307290074274160'/><link rel='alternate' type='text/html' href='http://certifiedsolaris.blogspot.com/2010/12/how-to-use-vi-editor.html' title='How to Use vi Editor'/><author><name>ahmed khalaf zone</name><uri>http://www.blogger.com/profile/18259449027969703817</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5226283768028214309.post-5699466448238247239</id><published>2010-12-29T09:18:00.001-08:00</published><updated>2011-03-05T12:34:58.420-08:00</updated><title type='text'>How to Change an IP Address on Solaris</title><content type='html'>&lt;p&gt;&lt;a href="http://3.bp.blogspot.com/_fPCcxZg2llg/TRttkVt0UXI/AAAAAAAAARc/Yj_W4ZcJ6dA/s1600/change-an-ip-address-on-solaris.jpg" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"&gt;&lt;img id="BLOGGER_PHOTO_ID_5556155036363673970" style="float: right; margin: 0 0 10px 10px; cursor: hand; width: 200px; height: 200px;" src="http://3.bp.blogspot.com/_fPCcxZg2llg/TRttkVt0UXI/AAAAAAAAARc/Yj_W4ZcJ6dA/s400/change-an-ip-address-on-solaris.jpg" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;How to Change an IP Address on Solaris&lt;br /&gt;To change an IP address on a Solaris system immediately, use the `ifconfig` command.&lt;/p&gt;&lt;p&gt;The syntax for `ifconfig` is:&lt;/p&gt;&lt;p&gt;ifconfig&lt;/p&gt;&lt;p&gt;If you don't know the names of your network interfaces, use the `ifconfig -a` command to list all of the available network interfaces.&lt;/p&gt;&lt;p&gt;Permanently Change an IP Address on Solaris&lt;/p&gt;&lt;p&gt;To make this change permanent, you will need to edit one or more Solaris configuration files. If you do not, then your IP address will change back to the old address the next time you reboot the system.&lt;/p&gt;&lt;p&gt;You will need to edit the hosts entry in /etc/hosts.&lt;/p&gt;&lt;p&gt;If you have moved the system to a new network, you will need to change the default route in /etc/defaultrouter.&lt;/p&gt;&lt;p&gt;If you are using VLSM (Variable Length Subnet Masks), you may need to edit /etc/netmasks.&lt;/p&gt;&lt;p&gt;If you are using Solaris 9 or above, you may need to edit the IP address in /etc/inet/ipnodes.&lt;/p&gt;&lt;p&gt;You should then reboot the server to test your changes and ensure that they operate correctly.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5226283768028214309-5699466448238247239?l=certifiedsolaris.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://certifiedsolaris.blogspot.com/feeds/5699466448238247239/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://certifiedsolaris.blogspot.com/2010/12/how-to-change-ip-address-on-solaris-to.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5226283768028214309/posts/default/5699466448238247239'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5226283768028214309/posts/default/5699466448238247239'/><link rel='alternate' type='text/html' href='http://certifiedsolaris.blogspot.com/2010/12/how-to-change-ip-address-on-solaris-to.html' title='How to Change an IP Address on Solaris'/><author><name>ahmed khalaf zone</name><uri>http://www.blogger.com/profile/18259449027969703817</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_fPCcxZg2llg/TRttkVt0UXI/AAAAAAAAARc/Yj_W4ZcJ6dA/s72-c/change-an-ip-address-on-solaris.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5226283768028214309.post-438123189907456323</id><published>2010-12-29T09:13:00.000-08:00</published><updated>2010-12-29T09:15:17.580-08:00</updated><title type='text'>How to Change a Hostname on Solaris</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_fPCcxZg2llg/TRtsh5MQIeI/AAAAAAAAARU/8_YiCSgWecA/s1600/change-a-hostname-on-solaris.jpg"&gt;&lt;img style="float:right; margin:0 0 10px 10px;cursor:pointer; cursor:hand;width: 400px; height: 290px;" src="http://1.bp.blogspot.com/_fPCcxZg2llg/TRtsh5MQIeI/AAAAAAAAARU/8_YiCSgWecA/s400/change-a-hostname-on-solaris.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5556153894835331554" /&gt;&lt;/a&gt;&lt;br /&gt;How to Change a Hostname on Solaris&lt;br /&gt;Solaris makes it unreasonably difficult to change the hostname of an installed server.&lt;br /&gt;&lt;br /&gt;To change the hostname on a Solaris system, you should edit all of these files:&lt;br /&gt;&lt;br /&gt;/etc/hosts&lt;br /&gt;/etc/nodename&lt;br /&gt;/etc/hostname.*&lt;br /&gt;/etc/net/ticlts/hosts&lt;br /&gt;/etc/net/ticots/hosts&lt;br /&gt;/etc/net/ticotsord/hosts&lt;br /&gt;/etc/inet/ipnodes&lt;br /&gt;You should then reboot the server to test your changes and ensure that they operate correctly.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5226283768028214309-438123189907456323?l=certifiedsolaris.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://certifiedsolaris.blogspot.com/feeds/438123189907456323/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://certifiedsolaris.blogspot.com/2010/12/how-to-change-hostname-on-solaris.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5226283768028214309/posts/default/438123189907456323'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5226283768028214309/posts/default/438123189907456323'/><link rel='alternate' type='text/html' href='http://certifiedsolaris.blogspot.com/2010/12/how-to-change-hostname-on-solaris.html' title='How to Change a Hostname on Solaris'/><author><name>ahmed khalaf zone</name><uri>http://www.blogger.com/profile/18259449027969703817</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_fPCcxZg2llg/TRtsh5MQIeI/AAAAAAAAARU/8_YiCSgWecA/s72-c/change-a-hostname-on-solaris.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5226283768028214309.post-4093235654138427151</id><published>2010-12-08T19:07:00.000-08:00</published><updated>2010-12-12T08:36:07.961-08:00</updated><title type='text'>Exam prep</title><content type='html'>If you consider to take solaris exam (two exam) you should think about&lt;br /&gt;these books:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;A new edition of this title is available, ISBN-10: 0789737906 ISBN-13: 9780789737908&lt;br /&gt; &lt;br /&gt;The Solaris 10 System Administrator Certification Exam Prep 2 is the ideal book for both new and seasoned system administrators. This book will give you the insight you need into the newest certification exams for system administrators, the 310-200 and the 310-202. It offers classroom-style training by one of the best and well-known authors in the Solaris world, Bill Calkins. It will equip you with vital knowledge for success on exam day plus it acts a reference guide that will come in handy after the test. The content addresses all the new exam objectives in detail and will show you how to apply this knowledge to real-world scenarios.&lt;br /&gt; &lt;br /&gt;The included CD features ExamGear's innovative test engine, which will be an effective tool for preparing for the Solaris 10 exam. It provides you with five different ways to test yourself, random questions and order of answers, detailed explanations of correct and incorrect answers, and it pays special attention to exam objectives. Also included on the CD is a PDF of the complete text of the book.&lt;br /&gt;From the Back Cover&lt;br /&gt;A new edition of this title is available, ISBN-10: 0789737906 ISBN-13: 9780789737908&lt;br /&gt; &lt;br /&gt;The Solaris 10 System Administrator Certification Exam Prep 2 is the ideal book for both new and seasoned system administrators. This book will give you the insight you need into the newest certification exams for system administrators, the 310-200 and the 310-202. It offers classroom-style training by one of the best and well-known authors in the Solaris world, Bill Calkins. It will equip you with vital knowledge for success on exam day plus it acts a reference guide that will come in handy after the test. The content addresses all the new exam objectives in detail and will show you how to apply this knowledge to real-world scenarios.&lt;br /&gt; &lt;br /&gt;The included CD features ExamGear's innovative test engine, which will be an effective tool for preparing for the Solaris 10 exam. It provides you with five different ways to test yourself, random questions and order of answers, detailed explanations of correct and incorrect answers, and it pays special attention to exam objectives. Also included on the CD is a PDF of the complete text of the book.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_fPCcxZg2llg/TQBJEreLOnI/AAAAAAAAARI/8oC8hf50BO8/s1600/s3.JPG"&gt;&lt;img style="float:right; margin:0 0 10px 10px;cursor:pointer; cursor:hand;width: 320px; height: 240px;" src="http://4.bp.blogspot.com/_fPCcxZg2llg/TQBJEreLOnI/AAAAAAAAARI/8oC8hf50BO8/s320/s3.JPG" border="0" alt=""id="BLOGGER_PHOTO_ID_5548515085658045042" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_fPCcxZg2llg/TQBJEGY0wLI/AAAAAAAAARA/Q4rOIxOrCB4/s1600/s2.JPG"&gt;&lt;img style="float:right; margin:0 0 10px 10px;cursor:pointer; cursor:hand;width: 320px; height: 240px;" src="http://3.bp.blogspot.com/_fPCcxZg2llg/TQBJEGY0wLI/AAAAAAAAARA/Q4rOIxOrCB4/s320/s2.JPG" border="0" alt=""id="BLOGGER_PHOTO_ID_5548515075703488690" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_fPCcxZg2llg/TQBJD3vY0ZI/AAAAAAAAAQ4/HR3gPpL2exQ/s1600/s1.JPG"&gt;&lt;img style="float:right; margin:0 0 10px 10px;cursor:pointer; cursor:hand;width: 320px; height: 240px;" src="http://2.bp.blogspot.com/_fPCcxZg2llg/TQBJD3vY0ZI/AAAAAAAAAQ4/HR3gPpL2exQ/s320/s1.JPG" border="0" alt=""id="BLOGGER_PHOTO_ID_5548515071771595154" /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5226283768028214309-4093235654138427151?l=certifiedsolaris.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://certifiedsolaris.blogspot.com/feeds/4093235654138427151/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://certifiedsolaris.blogspot.com/2010/12/exam-prep.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5226283768028214309/posts/default/4093235654138427151'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5226283768028214309/posts/default/4093235654138427151'/><link rel='alternate' type='text/html' href='http://certifiedsolaris.blogspot.com/2010/12/exam-prep.html' title='Exam prep'/><author><name>ahmed khalaf zone</name><uri>http://www.blogger.com/profile/18259449027969703817</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_fPCcxZg2llg/TQBJEreLOnI/AAAAAAAAARI/8oC8hf50BO8/s72-c/s3.JPG' height='72' width='72'/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5226283768028214309.post-1022607973004902704</id><published>2010-08-27T06:19:00.000-07:00</published><updated>2011-03-05T12:26:08.035-08:00</updated><title type='text'>FTP SERVER</title><content type='html'>&lt;div&gt;&lt;!--  	 	 --&gt;&lt;br /&gt;&lt;p style="margin-bottom: 0in;"&gt;&lt;a name="result_box"&gt;&lt;/a&gt;&lt;a href="http://4.bp.blogspot.com/_pz6je0CGYeA/THewNL-KucI/AAAAAAAAAA0/e2nK_3Q0G98/s1600/ftp+header.png"&gt;&lt;img src="http://4.bp.blogspot.com/_pz6je0CGYeA/THewNL-KucI/AAAAAAAAAA0/e2nK_3Q0G98/s320/ftp+header.png" border="0" alt="" hspace="5" vspace="5" width="320" height="200" align="RIGHT" /&gt;&lt;/a&gt;&lt;span style="color: #33ff33;"&gt;Hello every one.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: #009900;"&gt;I installed it on my Linux machine and it's very&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: #009900;"&gt;good to use.&amp;nbsp;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: #ffcc33;"&gt;Please note that:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: #ffcc33;"&gt;This installation guide only support OS Solaris10. &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: #ffcc33;"&gt;1.&amp;gt; put these two files(vsftpd, vsftpd.conf) to the directory which you create mannually;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: #ffcc33;"&gt;su - root&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a name='more'&gt;&lt;/a&gt;&lt;span style="color: #ffcc33;"&gt;# cd /opt&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: #ffcc33;"&gt;# mkdir vsftpd-2.0.5&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: #ffcc33;"&gt;........ ------ put these two files(vsftpd, vsftpd.conf) to vsftpd-2.0.5 directory.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: #ffcc33;"&gt;# cd /opt/vsftpd-2.0.5&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: #ffcc33;"&gt;# chmod u+x *&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: #ffcc33;"&gt;# ls -l&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: #ffcc33;"&gt;total 488&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: #ffcc33;"&gt;-rwxr--r-- 1 root root 109908 Jun 8 20:54 vsftpd&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: #ffcc33;"&gt;-rwxr--r-- 1 root root 3913 Jun 8 20:56 vsftpd.conf&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: #ffcc33;"&gt;2.&amp;gt; We need create ftp user and directory for it.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: #ffcc33;"&gt;# mkdir /var/ftp/&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: #ffcc33;"&gt;# useradd -d /var/ftp ftp&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: #ffcc33;"&gt;# chown root:root /var/ftp&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: #ffcc33;"&gt;# chmod 755 /var/ftp &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: #ffcc33;"&gt;3.&amp;gt; vsftpd needs the (empty) directory /usr/share/empty in the defaultconfiguration. &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: #ffcc33;"&gt;Add this directory in case it does not already exist.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: #ffcc33;"&gt;# mkdir /usr/share/empty/&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: #ffcc33;"&gt;4.&amp;gt; vsftpd can run standalone or via an inetd (such as inetd or xinetd). This case we run vsftpd without inetd.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: #ffcc33;"&gt;So we need edit /etc/vsftpd.conf, and add below line at the bottom:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: #ffcc33;"&gt;listen=YES&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: #ffcc33;"&gt;5.&amp;gt; Copy vsftpd.conf to /etc , and edit it.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: #ffcc33;"&gt;# cp vsftpd.conf /etc &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: #ffcc33;"&gt;# cd /etc/&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: #ffcc33;"&gt;# vi vsftpd.conf&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: #ffcc33;"&gt;Please notice below items for vsftp 's normal running when you edit vsftpd.conf.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: #ffcc33;"&gt;......&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: #ffcc33;"&gt;# Allow anonymous FTP? (Beware - allowed by default if you comment this out).&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: #ffcc33;"&gt;anonymous_enable=YES&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: #ffcc33;"&gt;#&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: #ffcc33;"&gt;# Uncomment this to allow local users to log in.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: #ffcc33;"&gt;local_enable=YES&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: #ffcc33;"&gt;#&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: #ffcc33;"&gt;# Uncomment this to enable any form of FTP write command.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: #ffcc33;"&gt;write_enable=YES&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: #ffcc33;"&gt;#&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: #ffcc33;"&gt;# Default umask for local users is 077. You may wish to change this to 022,&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: #ffcc33;"&gt;# if your users expect that (022 is used by most other ftpd's)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: #ffcc33;"&gt;local_umask=022&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: #ffcc33;"&gt;......&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: #ffcc33;"&gt;listen=YES ------ this is the last line of vsftpd.conf &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: #ffcc33;"&gt;6.&amp;gt; Test without an inetd&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: #ffcc33;"&gt;# mkdir /opt/vsftpd-2.0.5/GSN ------ Create directory for gsn user, &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: #ffcc33;"&gt;we also can create directory for rnc user follow gsn's steps&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: #ffcc33;"&gt;# useradd -d /opt/vsftpd-2.0.5/GSN gsn&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: #ffcc33;"&gt;# chown gsn : other GSN&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: #ffcc33;"&gt;# passwd gsn&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: #ffcc33;"&gt;New Password: &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: #ffcc33;"&gt;Re-enter new Password: &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: #ffcc33;"&gt;passwd: password successfully changed for gsn&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: #ffcc33;"&gt;# &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: #ffcc33;"&gt;# ls -lrt&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: #ffcc33;"&gt;total 490&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: #ffcc33;"&gt;-rwxr--r-- 1 root root 109908 Jun 8 20:54 vsftpd&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: #ffcc33;"&gt;-rwxr--r-- 1 root root 3913 Jun 8 20:56 vsftpd.conf&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: #ffcc33;"&gt;drwxr-xr-x 2 gsn other 512 Jun 8 21:44 GSN&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: #ffcc33;"&gt;/opt/vsftpd-2.0.5&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: #ffcc33;"&gt;# nohup ./vsftpd &amp;amp; ---- root user &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: #ffcc33;"&gt;# ps -ef|grep vsftpd&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: #ffcc33;"&gt;root 1301 1246 0 21:42:11 pts/1 0:00 grep vsftpd&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: #ffcc33;"&gt;root 1300 1246 0 21:42:06 pts/1 0:00 ./vsftpd&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: #ffcc33;"&gt;From Client side, we can get below information during we use vsftpd first time.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: #ffcc33;"&gt;root@serverP}/opt/GSN# ftp 10.40.106.200&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: #ffcc33;"&gt;Connected to 10.40.106.200.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: #ffcc33;"&gt;220 (vsFTPd 2.0.5)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: #ffcc33;"&gt;Name (10.40.106.200:root): gsn&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: #ffcc33;"&gt;331 Please specify the password.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: #ffcc33;"&gt;Password:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: #ffcc33;"&gt;230 Login successful.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: #ffcc33;"&gt;Remote system type is UNIX.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: #ffcc33;"&gt;Using binary mode to transfer files.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: #ffcc33;"&gt;ftp&amp;gt; pwd&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: #ffcc33;"&gt;257 "/opt/vsftpd-2.0.5/GSN"&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: #ffcc33;"&gt;ftp&amp;gt; dir&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: #ffcc33;"&gt;200 PORT command successful. Consider using PASV.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: #ffcc33;"&gt;150 Here comes the directory listing.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: #ffcc33;"&gt;226 Directory send OK.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: #ffcc33;"&gt;7.&amp;gt;&lt;/span&gt;&lt;span style="color: #ffcc33;"&gt;&lt;span style="background: none repeat scroll 0% 0% #e6ecf9;"&gt;Construction startup script&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="color: #ffcc33;"&gt;# vi /etc/rc3.d/S83vsftpd&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: #ffcc33;"&gt;#!/sbin/sh&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: #ffcc33;"&gt;case "$1" in&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: #ffcc33;"&gt;start)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: #ffcc33;"&gt;/usr/local/bin/vsftpd &amp;amp;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: #ffcc33;"&gt;;;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: #ffcc33;"&gt;stop)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: #ffcc33;"&gt;pkill vsftpd&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: #ffcc33;"&gt;;;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: #ffcc33;"&gt;*)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: #ffcc33;"&gt;echo "Usage: $0 { start | stop }"&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: #ffcc33;"&gt;exit 1&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: #ffcc33;"&gt;;;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: #ffcc33;"&gt;esac&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: #ffcc33;"&gt;exit 0&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: #00cccc;"&gt;&lt;strong&gt;Best Regards.&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin-bottom: 0in;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5226283768028214309-1022607973004902704?l=certifiedsolaris.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://certifiedsolaris.blogspot.com/feeds/1022607973004902704/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://certifiedsolaris.blogspot.com/2010/08/ftp-server-for-solaris-10-vsftpd.html#comment-form' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5226283768028214309/posts/default/1022607973004902704'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5226283768028214309/posts/default/1022607973004902704'/><link rel='alternate' type='text/html' href='http://certifiedsolaris.blogspot.com/2010/08/ftp-server-for-solaris-10-vsftpd.html' title='FTP SERVER'/><author><name>ahmed khalaf zone</name><uri>http://www.blogger.com/profile/18259449027969703817</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_pz6je0CGYeA/THewNL-KucI/AAAAAAAAAA0/e2nK_3Q0G98/s72-c/ftp+header.png' height='72' width='72'/><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5226283768028214309.post-1270829463883523713</id><published>2010-07-25T23:40:00.000-07:00</published><updated>2011-03-05T12:26:24.581-08:00</updated><title type='text'>Solaris UNIX: How to Setup DNS Client configuration / name server</title><content type='html'>&lt;p&gt;&lt;a href="http://3.bp.blogspot.com/_fPCcxZg2llg/TE00QNkTggI/AAAAAAAAAQo/zfjQm9p-BIY/s1600/dns-1.png"&gt;&lt;img id="BLOGGER_PHOTO_ID_5498108173213729282" style="float: left; margin: 0px 10px 10px 0px; width: 384px; cursor: hand; height: 201px;" src="http://3.bp.blogspot.com/_fPCcxZg2llg/TE00QNkTggI/AAAAAAAAAQo/zfjQm9p-BIY/s400/dns-1.png" border="0" alt="" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;div&gt;&lt;p&gt;&lt;a href="http://1.bp.blogspot.com/_fPCcxZg2llg/TE0x-7yaKXI/AAAAAAAAAQg/S0T_vXNNOtc/s1600/sun-solaris.gif"&gt;&lt;img id="BLOGGER_PHOTO_ID_5498105677360015730" style="float: right; margin: 0px 0px 10px 10px; width: 128px; cursor: hand; height: 99px;" src="http://1.bp.blogspot.com/_fPCcxZg2llg/TE0x-7yaKXI/AAAAAAAAAQg/S0T_vXNNOtc/s400/sun-solaris.gif" border="0" alt="" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;a title="See all Sun Solaris UNIX related tips/articles" href="http://www.cyberciti.biz/tips/category/solaris"&gt;&lt;/a&gt;&lt;strong&gt;Solaris UNIX: How to Setup DNS Client configuration name server &lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;So how do you set DNS namserver under Sun Solaris UNIX system? The resolver is a set of routines in the C library that provide access to the Internet Domain Name System (DNS). The resolver configuration file contains information that is read by the resolver routines the first time they are invoked by a process. The file is designed to be human readable and contains a list of keywords with values that provide various types of resolver information.&lt;br /&gt;Internet address (in dot notation) of a name server that the resolver should query. Up to MAXNS (currently 3, see ) name servers may be listed, one per keyword. If there are multiple servers, the resolver library queries them in the order listed. To configure Solaris nameserver edit or modify /etc/resolv.conf file.&lt;br /&gt;DNS Client Setup&lt;br /&gt;First Create the file called /etc/resolv.conf - which includes the primary and secondary DNS server IP address for Solaris system, it can be your own DNS server or your ISPs DNS server:&lt;/p&gt;&lt;p&gt;# touch /etc/resolv.conf&lt;a name='more'&gt;&lt;/a&gt;Open /etc/resolv.conf using vi text editor:&lt;/p&gt;&lt;p&gt;# vi /etc/resolv.conf&lt;/p&gt;&lt;p&gt;Add the following lines to it:&lt;/p&gt;&lt;p&gt;search khalaf.in&lt;br /&gt;nameserver 202.54.1.30&lt;br /&gt;nameserver 202.54.1.18&lt;br /&gt;Where,&lt;br /&gt;nameserver IP : It is IP of first DNS server&lt;br /&gt;search ahmedkhalaf.in : Default domain name to search.&lt;/p&gt;&lt;p&gt;For example, if you type command nslookup www, it will search it as &lt;a href="http://www.ahmedkhalaf.in/"&gt;http://www.ahmedkhalaf.in/&lt;/a&gt;&lt;br /&gt;2) Enable the name resolving using DNS as follows:&lt;/p&gt;&lt;p&gt;# cp /etc/nsswitch.dns /etc/nsswitch.conf&lt;/p&gt;&lt;p&gt;3) Test new name server by running the nslookup command as follows:&lt;/p&gt;&lt;p&gt;# nslookup khalaf.in&lt;/p&gt;&lt;p&gt;OR&lt;/p&gt;&lt;p&gt;# /usr/sfw/sbin/nslookup khalaf.inOutput: Server: gwbsd2vsnl.khalaf.in&lt;br /&gt;Address: 192.168.1.202&lt;br /&gt;Non-authoritative answer:&lt;br /&gt;Name: khalaf.in&lt;br /&gt;Address: 202.71.128.225&lt;/p&gt;&lt;div&gt;best regards..&lt;/div&gt;&lt;div&gt;remember do it many time until you be prof.&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5226283768028214309-1270829463883523713?l=certifiedsolaris.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://certifiedsolaris.blogspot.com/feeds/1270829463883523713/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://certifiedsolaris.blogspot.com/2010/07/solaris-unix-how-to-setup-dns-client.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5226283768028214309/posts/default/1270829463883523713'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5226283768028214309/posts/default/1270829463883523713'/><link rel='alternate' type='text/html' href='http://certifiedsolaris.blogspot.com/2010/07/solaris-unix-how-to-setup-dns-client.html' title='Solaris UNIX: How to Setup DNS Client configuration / name server'/><author><name>ahmed khalaf zone</name><uri>http://www.blogger.com/profile/18259449027969703817</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_fPCcxZg2llg/TE00QNkTggI/AAAAAAAAAQo/zfjQm9p-BIY/s72-c/dns-1.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5226283768028214309.post-5349250091708712554</id><published>2010-07-19T22:45:00.000-07:00</published><updated>2011-03-05T12:26:49.946-08:00</updated><title type='text'>Kernel Recovery for Solaris INTEL 4.04.01</title><content type='html'>&lt;p&gt;&lt;a href="http://2.bp.blogspot.com/_fPCcxZg2llg/TEU7nwNbxaI/AAAAAAAAAQY/ybEDOGf4DMo/s1600/Unix-Small.gif" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"&gt;&lt;img id="BLOGGER_PHOTO_ID_5495864474417743266" style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 100px; height: 146px;" src="http://2.bp.blogspot.com/_fPCcxZg2llg/TEU7nwNbxaI/AAAAAAAAAQY/ybEDOGf4DMo/s400/Unix-Small.gif" border="0" alt="" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="line" style="color: #ffcc00;"&gt;&lt;span class="span5"&gt;&lt;br /&gt;&lt;h3 class="inline"&gt;Kernel Recovery for Solaris INTEL 4.04.01 description&lt;/h3&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/span&gt;&lt;/div&gt;&lt;p&gt;Kernel Solaris Intel Data Recovery for Solaris INTEL is a unix data recovery tool recovers lost, deletetd or corrupted data from default solaris file system that is UFS File System created using Sun Solaris operating system on INTEL machine.&lt;/p&gt;&lt;h2 style="color: #009900;"&gt;Solaris Data Recovery Software&lt;/h2&gt;&lt;p&gt;recovers solaris operating system data, lost due to following reasons  :&lt;/p&gt;&lt;div class="boxa"&gt;&lt;div class="producttexta"&gt;&lt;ul&gt;&lt;li&gt;Group descriptor block corruption&lt;/li&gt;&lt;li&gt;Damaged super block or inode table&lt;/li&gt;&lt;li&gt;Partition structures are damaged or deleted&lt;/li&gt;&lt;li&gt;Volume Table of Contents (VTOC) corruption&lt;/li&gt;&lt;li&gt;FSCK failed to repair system data structures&lt;/li&gt;&lt;li&gt;Improper system shutdown&lt;a name='more'&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;/div&gt;&lt;h2 style="color: #33cc00;"&gt;Main Screen of Kernel Recovery for Solaris INTEL&lt;/h2&gt;&lt;p&gt;&lt;a href="http://1.bp.blogspot.com/_fPCcxZg2llg/TEU5zvBb7gI/AAAAAAAAAQA/o0vuKl4eGVI/s1600/s1.gif" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"&gt;&lt;img id="BLOGGER_PHOTO_ID_5495862481234161154" style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 400px; height: 279px;" src="http://1.bp.blogspot.com/_fPCcxZg2llg/TEU5zvBb7gI/AAAAAAAAAQA/o0vuKl4eGVI/s400/s1.gif" border="0" alt="" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="blacktext"&gt;&lt;p&gt;Recovery Screen of Kernel Recovery for Solaris INTEL&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;&lt;p&gt;&lt;a href="http://4.bp.blogspot.com/_fPCcxZg2llg/TEU6LXc34RI/AAAAAAAAAQI/RTwJ8jCumo8/s1600/s2.gif" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"&gt;&lt;img id="BLOGGER_PHOTO_ID_5495862887223648530" style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 400px; height: 279px;" src="http://4.bp.blogspot.com/_fPCcxZg2llg/TEU6LXc34RI/AAAAAAAAAQI/RTwJ8jCumo8/s400/s2.gif" border="0" alt="" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div class="blacktext"&gt;&lt;p&gt;Found data listed in tree like structure by  Kernel Recovery for Solaris INTEL&lt;/p&gt;&lt;p&gt;&lt;a href="http://3.bp.blogspot.com/_fPCcxZg2llg/TEU6kYRyj_I/AAAAAAAAAQQ/uEptCWTHrKU/s1600/s3.gif" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"&gt;&lt;img id="BLOGGER_PHOTO_ID_5495863316942327794" style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 400px; height: 279px;" src="http://3.bp.blogspot.com/_fPCcxZg2llg/TEU6kYRyj_I/AAAAAAAAAQQ/uEptCWTHrKU/s400/s3.gif" border="0" alt="" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class="textt5"&gt;Download Demo Version of &lt;strong&gt;Kernel Solaris INTEL&lt;/strong&gt;, Full-featured Evaluation Version. Once you are satisfied, simply purchase the Full version.&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5226283768028214309-5349250091708712554?l=certifiedsolaris.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://certifiedsolaris.blogspot.com/feeds/5349250091708712554/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://certifiedsolaris.blogspot.com/2010/07/kernel-recovery-for-solaris-intel-40401.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5226283768028214309/posts/default/5349250091708712554'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5226283768028214309/posts/default/5349250091708712554'/><link rel='alternate' type='text/html' href='http://certifiedsolaris.blogspot.com/2010/07/kernel-recovery-for-solaris-intel-40401.html' title='Kernel Recovery for Solaris INTEL 4.04.01'/><author><name>ahmed khalaf zone</name><uri>http://www.blogger.com/profile/18259449027969703817</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_fPCcxZg2llg/TEU7nwNbxaI/AAAAAAAAAQY/ybEDOGf4DMo/s72-c/Unix-Small.gif' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5226283768028214309.post-6466329579900947110</id><published>2010-07-19T02:11:00.000-07:00</published><updated>2011-10-01T09:15:23.245-07:00</updated><title type='text'>Mac theme for Solaris 100% works Good.</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;span style="font-family: arial;"&gt;Make your Solaris desktop look like a Mac,YES it can be here ...!!!!&lt;/span&gt;&lt;br /&gt;&lt;a href="http://2.bp.blogspot.com/_fPCcxZg2llg/TEQXfNN7rvI/AAAAAAAAAP4/fM5YdgmHomo/s1600/Solaris_desktop.JPG" style="font-family: arial;"&gt;&lt;img alt="" border="0" id="BLOGGER_PHOTO_ID_5495543270190329586" src="http://2.bp.blogspot.com/_fPCcxZg2llg/TEQXfNN7rvI/AAAAAAAAAP4/fM5YdgmHomo/s400/Solaris_desktop.JPG" style="cursor: pointer; float: left; height: 300px; margin: 0pt 10px 10px 0pt; width: 400px;" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style="font-family: arial; font-size: 180%;"&gt;&lt;span style="color: #33ff33;"&gt;Steps To Do:&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;div style="font-family: arial;"&gt;&lt;strong&gt;Download these :&lt;/strong&gt;&lt;/div&gt;&lt;span style="font-family: arial;"&gt;GTK2 Theme with metacity from MacOS-X Aqua Theme&lt;/span&gt;&lt;br /&gt;&lt;a href="http://shareit.yousomething.com/index.php?hash=3ef815416f775098fe977004015c6193" style="font-family: arial;"&gt;http://shareit.yousomething.com/index.php?hash=3ef815416f775098fe977004015c6193&lt;br /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style="font-family: arial;"&gt;Icon theme from MacOS-X Aqua Theme&lt;/span&gt;&lt;br /&gt;&lt;a href="http://shareit.yousomething.com/index.php?hash=c9e1074f5b3f9fc8ea15d152add07294" style="font-family: arial;"&gt;http://shareit.yousomething.com/index.php?hash=c9e1074f5b3f9fc8ea15d152add07294&lt;/a&gt;&lt;br /&gt;&lt;span style="font-family: arial;"&gt;Wallpaper for MacOS-X Aqua Theme&lt;/span&gt;&lt;br /&gt;&lt;a href="http://shareit.yousomething.com/index.php?hash=c7e1249ffc03eb9ded908c236bd1996d" style="font-family: arial;"&gt;http://shareit.yousomething.com/index.php?hash=c7e1249ffc03eb9ded908c236bd1996d&lt;/a&gt;&lt;br /&gt;&lt;span style="font-family: arial; font-size: 130%;"&gt;&lt;strong&gt;Installation procedure:&lt;/strong&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;strong style="font-family: arial;"&gt;[Part 1] GTK2 Theme&lt;/strong&gt;&lt;br /&gt;&lt;span style="font-family: arial;"&gt;Step 1 : If you have got the old version before, then delete the old version.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: arial;"&gt;rm -Rf ~/.themes/MacOS-X&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: arial;"&gt;if not, skip this step.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: arial;"&gt;Step 2 : Unpack the downloaded file.&lt;/span&gt;&lt;br /&gt;&lt;a name='more'&gt;&lt;/a&gt;&lt;span style="font-family: arial;"&gt;tar zxf 13548-Gnome_MacOS-X_Aqua_Theme_20040730.tar.gz&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: arial;"&gt;Step 3 : Move the entire folder named "MacOS-X" into ~/.themes&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: arial;"&gt;mv MacOS-X ~/.themes&lt;/span&gt;&lt;br /&gt;&lt;strong style="font-family: arial;"&gt;[Part 2] Icon Theme&lt;/strong&gt;&lt;br /&gt;&lt;span style="font-family: arial;"&gt;Step 1 : If you have got the old version before, then delete the old version.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: arial;"&gt;rm -Rf ~/.icons/MacOS-X&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: arial;"&gt;if not, skip this step.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: arial;"&gt;Step 2 : Unpack the downloaded file.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: arial;"&gt;tar zxf Gnome_MacOS-X_Icon_Theme_20040730.tar.gz&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: arial;"&gt;Step 3 : Move the entire folder named "MacOS-X" into ~/.icons&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: arial;"&gt;mv MacOS-X ~/.icons&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: arial;"&gt;Have Fun..  ;)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: arial;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: arial;"&gt;______________________________________________________________________&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: arial;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: arial;"&gt;That was the old one you may try the new theme that i installed on my solairs&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: arial;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/-VyN36VfniRY/Toc8HhdiVUI/AAAAAAAAASc/R30Etn1f_64/s1600/my+mac.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="400" src="http://2.bp.blogspot.com/-VyN36VfniRY/Toc8HhdiVUI/AAAAAAAAASc/R30Etn1f_64/s640/my+mac.png" width="640" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/-iZHLUfUvA9o/Toc8Loc4TjI/AAAAAAAAASg/bH8bVnXXP2A/s1600/Screenshot.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="400" src="http://1.bp.blogspot.com/-iZHLUfUvA9o/Toc8Loc4TjI/AAAAAAAAASg/bH8bVnXXP2A/s640/Screenshot.png" width="640" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;span class="Apple-style-span" style="font-family: arial;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: arial;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: arial;"&gt;from here you can download the theme and icons...which i didn't install cause of time :)&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: arial;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: arial;"&gt;http://gnome-look.org/content/show.php?content=13548&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: arial;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: arial;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: arial;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: arial;"&gt;Best Regards.&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5226283768028214309-6466329579900947110?l=certifiedsolaris.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://certifiedsolaris.blogspot.com/feeds/6466329579900947110/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://certifiedsolaris.blogspot.com/2010/07/mac-theme-for-solaris-100-works-good.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5226283768028214309/posts/default/6466329579900947110'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5226283768028214309/posts/default/6466329579900947110'/><link rel='alternate' type='text/html' href='http://certifiedsolaris.blogspot.com/2010/07/mac-theme-for-solaris-100-works-good.html' title='Mac theme for Solaris 100% works Good.'/><author><name>ahmed khalaf zone</name><uri>http://www.blogger.com/profile/18259449027969703817</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_fPCcxZg2llg/TEQXfNN7rvI/AAAAAAAAAP4/fM5YdgmHomo/s72-c/Solaris_desktop.JPG' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5226283768028214309.post-8364534361219181130</id><published>2010-07-19T02:04:00.000-07:00</published><updated>2011-03-05T12:27:22.762-08:00</updated><title type='text'>Access NTFS partition from Solaris</title><content type='html'>&lt;p&gt;&lt;a href="http://3.bp.blogspot.com/_fPCcxZg2llg/TEQWOTenKvI/AAAAAAAAAPw/i7zWbGeoFqU/s1600/NTFS-tt93.gif" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"&gt;&lt;img id="BLOGGER_PHOTO_ID_5495541880301497074" style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer; width: 261px; height: 188px;" src="http://3.bp.blogspot.com/_fPCcxZg2llg/TEQWOTenKvI/AAAAAAAAAPw/i7zWbGeoFqU/s400/NTFS-tt93.gif" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style="font-size: 180%;"&gt;How to  Access NTFS partition,&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 130%;"&gt;Here is the steps:&lt;/span&gt;&lt;br /&gt;&lt;span style="color: #666666;"&gt;1) Install the FSWpart package&lt;/span&gt; &lt;span style="color: #666666;"&gt;Download http://www.belenix.org/binfiles/FSWpart.tar.gz&lt;/span&gt; &lt;span style="color: #666666;"&gt;Uncompress: gunzip -c FSWpart.tar.gz | tar xvf -&lt;/span&gt; &lt;span style="color: #666666;"&gt;Install: pkgadd -d . FSWpart&lt;/span&gt; &lt;span style="color: #666666;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;2) Install the FSWfsmisc package &lt;span style="color: #666666;"&gt;Download http://www.belenix.org/binfiles/FSWfsmisc.tar.gz&lt;/span&gt; &lt;span style="color: #666666;"&gt;Uncompress: gunzip -c FSWfsmisc.tar.gz | tar xvf -&lt;/span&gt; &lt;span style="color: #666666;"&gt;Install: pkgadd -d . FSWfsmisc&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #666666;"&gt;3) prtpart /dev/rdisk/c0d0p0 -ldevs&lt;/span&gt; &lt;span style="color: #666666;"&gt;This will display all the partitions in this format ==&amp;gt; /dev/dsk/c0d0pN : FAT/NTFS&lt;/span&gt; &lt;span style="color: #666666;"&gt;NOTE : N means 0,1,2,3 etc.&lt;/span&gt;&lt;br /&gt; &lt;span style="color: #666666;"&gt;&lt;span style="color: #000000;"&gt;&lt;a name='more'&gt;&lt;/a&gt;&lt;/span&gt;4) Now to mount the particular NTFS partition &lt;/span&gt; &lt;span style="color: #666666;"&gt;Example :&lt;br /&gt;&lt;/span&gt; &lt;span style="color: #666666;"&gt;mkdir /mnt/c&lt;/span&gt; &lt;span style="color: #666666;"&gt;mount -F ntfs /dev/dsk/c0d0p1 /mnt/c&lt;/span&gt;&lt;/p&gt;&lt;p&gt;if you have more than one partition, than make more directories in '/mnt/' &lt;span style="color: #666666;"&gt;and put the address (/dev/dsk/..)&lt;/span&gt;&lt;/p&gt;&lt;p&gt;Best Regards.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5226283768028214309-8364534361219181130?l=certifiedsolaris.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://certifiedsolaris.blogspot.com/feeds/8364534361219181130/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://certifiedsolaris.blogspot.com/2010/07/access-ntfs-partition-from-solaris.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5226283768028214309/posts/default/8364534361219181130'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5226283768028214309/posts/default/8364534361219181130'/><link rel='alternate' type='text/html' href='http://certifiedsolaris.blogspot.com/2010/07/access-ntfs-partition-from-solaris.html' title='Access NTFS partition from Solaris'/><author><name>ahmed khalaf zone</name><uri>http://www.blogger.com/profile/18259449027969703817</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_fPCcxZg2llg/TEQWOTenKvI/AAAAAAAAAPw/i7zWbGeoFqU/s72-c/NTFS-tt93.gif' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5226283768028214309.post-1069894551384369651</id><published>2010-07-19T01:36:00.000-07:00</published><updated>2011-03-05T12:27:40.615-08:00</updated><title type='text'>Solaris 10 10/08 : Free Download</title><content type='html'>&lt;h1 style="margin-bottom: 5px;"&gt;Solaris 10 description&lt;/h1&gt;&lt;p&gt;&lt;a href="http://1.bp.blogspot.com/_fPCcxZg2llg/TEQTzaR10lI/AAAAAAAAAPY/37XtaVwA-_Q/s1600/di-logo-sun-dark-gray.png" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"&gt;&lt;img id="BLOGGER_PHOTO_ID_5495539219247256146" style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 320px; height: 256px;" src="http://1.bp.blogspot.com/_fPCcxZg2llg/TEQTzaR10lI/AAAAAAAAAPY/37XtaVwA-_Q/s320/di-logo-sun-dark-gray.png" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;div style="text-align: left;"&gt;&lt;/div&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;h2&gt;Solaris Operating System&lt;/h2&gt;&lt;p&gt;&lt;span id="intelliTxt"&gt;&lt;br /&gt; &lt;/span&gt;&lt;/p&gt;&lt;div class="KonaBody"&gt;&lt;div class="desch2"&gt;&lt;p&gt;Solaris is a proprietary UNIX-like operating system, developed by Sun Microsystems. Early versions, based on BSD UNIX, were called SunOS. The shift to a System V code base in SunOS 5 was marked by changing the name to Solaris 2. Earlier versions were retroactively named Solaris 1.x. After version 2.6, Sun dropped the "2." from the name.&lt;/p&gt;&lt;p&gt;Solaris consists of the SunOS UNIX base operating system plus a graphical user environment. Solaris is written in a platform-independent manner and is available for SPARC and x86 processors (including x86_64). Historically, Solaris used to be a proprietary operating system, however, starting from version 10, its licence has changed and the product is now distributed free of charge for any system or purpose, while its source code is available from OpenSolaris.org under a license approved by Open Source Initiative (OSI).&lt;/p&gt;&lt;p&gt;&lt;strong&gt;What's New&lt;/strong&gt; in This Release:&lt;/p&gt;&lt;p style="color: #009900;"&gt;&lt;span id="intelliTxt"&gt;&lt;span style="color: #000000;"&gt;&lt;a name='more'&gt;&lt;/a&gt;&lt;/span&gt; &lt;/span&gt;&lt;/p&gt;&lt;h2 style="margin: 0pt;"&gt;"&lt;/h2&gt;&lt;h2 style="margin: 0pt;"&gt;What's new in &lt;span style="text-decoration: underline; color: #33ff33;"&gt;Solaris 10 10/08&lt;/span&gt;:&lt;/h2&gt;&lt;p&gt;The new version builds on the core strengths of the Solaris 10 to help customers maximize asset usage and systems performance, manage datacenter complexity, preserve business continuity and reduce costs. Solaris 10 10/08 includes numerous product updates and enhancements, several of which were done through the OpenSolaris community. New features in Solaris 10 10/08: the ZFS file system has been enhanced with recent work from the OpenSolaris community; Solaris 10's virtualization technologies, such as Solaris Containers, have been enhanced with new features; Sun and Intel continue to collaborate to help ensure Solaris 10 will support Intel's latest Intel Xeon processor line.&lt;/p&gt;&lt;p style="color: #009900;"&gt;&lt;span id="intelliTxt"&gt;&lt;span id="intelliTxt"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;h2 style="margin: 0pt; color: #009900;"&gt;"&lt;/h2&gt;&lt;p&gt;&lt;a title="Download Solaris 10" href="http://www.sun.com/software/solaris/get.jsp" target="_blank"&gt;Download page (registration required)&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5226283768028214309-1069894551384369651?l=certifiedsolaris.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://certifiedsolaris.blogspot.com/feeds/1069894551384369651/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://certifiedsolaris.blogspot.com/2010/07/solaris-10-1008-free-download.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5226283768028214309/posts/default/1069894551384369651'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5226283768028214309/posts/default/1069894551384369651'/><link rel='alternate' type='text/html' href='http://certifiedsolaris.blogspot.com/2010/07/solaris-10-1008-free-download.html' title='Solaris 10 10/08 : Free Download'/><author><name>ahmed khalaf zone</name><uri>http://www.blogger.com/profile/18259449027969703817</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_fPCcxZg2llg/TEQTzaR10lI/AAAAAAAAAPY/37XtaVwA-_Q/s72-c/di-logo-sun-dark-gray.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5226283768028214309.post-908887057137104545</id><published>2010-02-18T01:52:00.000-08:00</published><updated>2011-03-05T12:29:58.487-08:00</updated><title type='text'>Building IPC Portlets for Sun Java System Portal Server 7 With Sun Java Studio Creator 2 part 1</title><content type='html'>&lt;div class="smallpagetitle" style="text-align: left;"&gt;&lt;br /&gt;&lt;h1&gt;Building IPC Portlets for Sun Java System Portal Server 7 With Sun Java Studio Creator 2&lt;/h1&gt;&lt;p&gt;&lt;a href="http://1.bp.blogspot.com/_fPCcxZg2llg/S4JmfA20JDI/AAAAAAAAAPE/wtCFs5Yy02w/s1600-h/fig1_sm.gif"&gt;&lt;img id="BLOGGER_PHOTO_ID_5441023982808867890" style="float: left; margin: 0px 10px 10px 0px; width: 400px; cursor: hand; height: 365px;" src="http://1.bp.blogspot.com/_fPCcxZg2llg/S4JmfA20JDI/AAAAAAAAAPE/wtCFs5Yy02w/s400/fig1_sm.gif" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;/div&gt;&lt;p style="text-align: left;"&gt;&lt;br /&gt;&lt;br /&gt; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style="text-align: left;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="text-align: left;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="text-align: left;"&gt;&amp;nbsp;&lt;/p&gt;&lt;table style="float: left;" border="0" cellspacing="0" cellpadding="0" width="100%"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td align="right" valign="bottom"&gt;&lt;br /&gt;&lt;div class="sitelinks" style="padding: 0px;"&gt;&lt;br /&gt; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;table border="0" cellspacing="0" cellpadding="0"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;p style="text-align: left;"&gt;With portlets that support Interportlet Communication (IPC), you can make them aware of each other's behavior and display content consistently. This article describes how to create an IPC portlet for Sun Java System Portal Server 7 (henceforth, Portal Server) with the Sun Java Studio Creator 2 IDE (henceforth, Java Studio Creator). The portlet can subscribe to all IPC events and display the events in a table.&lt;/p&gt;&lt;p style="text-align: left;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="text-align: left;"&gt;An appendix at the end of this article shows you how to deploy an IPC portlet to Sun Java System Web Server 6.1 (henceforth, Web Server).&lt;/p&gt;&lt;p style="text-align: left;"&gt;&lt;strong&gt;Contents:&lt;/strong&gt;&lt;/p&gt;&lt;p style="text-align: left;"&gt;&lt;span class="sp2"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;a name='more'&gt;&lt;/a&gt;&lt;/p&gt;&lt;p style="text-align: left;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;table class="vatop" style="float: left;" border="0" cellspacing="0" cellpadding="0"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td class="hyphen"&gt;&lt;p&gt;- Installing Portal Server and Java Studio Creator&lt;br /&gt;- Displaying Sample IPC Portlets&lt;br /&gt;- Creating an IPC Portlet With Java Studio Creator&lt;br /&gt;- Deploying the Portlet&lt;br /&gt;- Appendix: Deploying on Sun Java SystemWeb Server 6.1&lt;br /&gt;- References&lt;/p&gt;&lt;/td&gt;&lt;td&gt;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="hyphen"&gt;&amp;nbsp;&lt;/td&gt;&lt;td&gt;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="hyphen"&gt;&amp;nbsp;&lt;/td&gt;&lt;td&gt;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="hyphen"&gt;&amp;nbsp;&lt;/td&gt;&lt;td&gt;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="hyphen"&gt;&amp;nbsp;&lt;/td&gt;&lt;td&gt;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="hyphen"&gt;&amp;nbsp;&lt;/td&gt;&lt;td&gt;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;p style="text-align: left;"&gt;&lt;span class="sp10"&gt;&amp;nbsp;&lt;/span&gt;&lt;br /&gt;&lt;a name="0"&gt;&lt;/a&gt;&lt;strong&gt;Installing Portal Server and Java Studio Creator&lt;/strong&gt;&lt;/p&gt;&lt;div class="contentdivider" style="text-align: left;"&gt;&lt;br /&gt; &lt;br /&gt;&lt;br /&gt; &lt;table class="grey4" border="0" cellspacing="0" cellpadding="0" width="100%"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;&lt;img src="http://developers.sun.com/im/a.gif" border="0" alt=" " width="1" height="4" /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;p style="text-align: left;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="text-align: left;"&gt;First, install Portal Server and Java Studio Creator:&lt;/p&gt;&lt;p style="text-align: left;"&gt;&amp;nbsp;&lt;/p&gt;&lt;ol style="text-align: left;"&gt;&lt;li&gt;&lt;a href="https://cds.sun.com/is-bin/INTERSHOP.enfinity/WFS/CDS-CDS_SMI-Site/en_US/-/USD/ViewProductDetail-Start?ProductRef=PortalSvr7-OTH-G-F@CDS-CDS_SMI"&gt;Download and install Portal Server 7&lt;/a&gt;.&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/li&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;li&gt;&lt;a href="http://developers.sun.com/prodtech/javatools/jscreator/downloads/"&gt;Download and install Java Studio Creator&lt;/a&gt;.&lt;/li&gt;&lt;/ol&gt;&lt;p style="text-align: left;"&gt;&lt;a name="1"&gt;&lt;/a&gt;&lt;strong&gt;Displaying Sample IPC Portlets&lt;/strong&gt;&lt;/p&gt;&lt;div class="contentdivider" style="text-align: left;"&gt;&lt;br /&gt; &lt;br /&gt;&lt;br /&gt; &lt;table class="grey4" border="0" cellspacing="0" cellpadding="0" width="100%"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;&lt;img src="http://developers.sun.com/im/a.gif" border="0" alt=" " width="1" height="4" /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;p style="text-align: left;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="text-align: left;"&gt;Portal Server includes sample IPC portlets that demonstrate the use of IPC techniques. To see those portlets in action:&lt;/p&gt;&lt;p style="text-align: left;"&gt;&amp;nbsp;&lt;/p&gt;&lt;ol style="text-align: left;"&gt;&lt;li&gt;Log in to the Portal Server desktop at &lt;code&gt;http://&lt;/code&gt;&lt;em&gt;hostname&lt;/em&gt;&lt;code&gt;:&lt;/code&gt;&lt;em&gt;portnumber&lt;/em&gt;&lt;code&gt;/portal/dt&lt;/code&gt;.&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;A welcome page is displayed. See Figure 1.&lt;/p&gt;&lt;p&gt;&lt;br /&gt; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;table border="0" cellspacing="0" cellpadding="2" width="600"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td class="grey3" align="middle"&gt;&lt;img src="http://developers.sun.com/portalserver/reference/techart/ipc/fig1_sm.gif" border="0" alt="Figure 1: Portal Server Welcome Page" width="600" height="548" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="pad3"&gt;&lt;span class="dkcaption1"&gt;&lt;strong&gt;Figure 1&lt;/strong&gt;: Portal Server Welcome Page&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;p&gt;&lt;span class="sp20"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;li&gt;Click Developer Sample under SAMPLES. At the login page, type &lt;code&gt;developer&lt;/code&gt; in both the user name and password fields.&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The developer sample portal is displayed. See Figure 2.&lt;/p&gt;&lt;p&gt;&lt;br /&gt; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;table border="0" cellspacing="0" cellpadding="2" width="600"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td class="grey3" align="middle"&gt;&lt;img src="http://developers.sun.com/portalserver/reference/techart/ipc/fig2_sm.gif" border="0" alt="Figure 2: Developer Sample Portal" width="600" height="548" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="pad3"&gt;&lt;span class="dkcaption1"&gt;&lt;strong&gt;Figure 2&lt;/strong&gt;: Developer Sample Portal&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;p&gt;&lt;span class="sp20"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;li&gt;Click the Interportlet Communication tab.&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;All the IPC portlets in this sample are displayed. See Figure 3.&lt;/p&gt;&lt;p&gt;&lt;br /&gt; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;table border="0" cellspacing="0" cellpadding="2" width="600"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td class="grey3" align="middle"&gt;&lt;img src="http://developers.sun.com/portalserver/reference/techart/ipc/fig3_sm.gif" border="0" alt="Figure 3: IPC Portlets in Developer Sample" width="600" height="548" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="pad3"&gt;&lt;span class="dkcaption1"&gt;&lt;strong&gt;Figure 3&lt;/strong&gt;: IPC Portlets in Developer Sample&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;p&gt;&lt;span class="sp20"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;&lt;p style="text-align: left;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="text-align: left;"&gt;Now try out the portlets and observe their behavior. For example, type &lt;code&gt;345&lt;/code&gt; in the text field under PricePortlet and click OK. After the page refreshes, click OK in SearchPortlet to trigger IPC messaging events between the portlets. The portlets then display a desktop similar to that in Figure 4.&lt;/p&gt;&lt;p style="text-align: left;"&gt;&lt;br /&gt; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;table style="float: left;" border="0" cellspacing="0" cellpadding="2" width="600"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td class="grey3" align="middle"&gt;&lt;img src="http://developers.sun.com/portalserver/reference/techart/ipc/fig4_sm.gif" border="0" alt="Figure 4: Desktop After Triggering of IPC Messaging Events" width="600" height="408" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="pad3"&gt;&lt;span class="dkcaption1"&gt;&lt;strong&gt;Figure 4&lt;/strong&gt;: Desktop After Triggering of IPC Messaging Events&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;p style="text-align: left;"&gt;&lt;span class="sp20"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: left;"&gt;&amp;nbsp;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5226283768028214309-908887057137104545?l=certifiedsolaris.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://certifiedsolaris.blogspot.com/feeds/908887057137104545/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://certifiedsolaris.blogspot.com/2010/02/building-ipc-portlets-for-sun-java.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5226283768028214309/posts/default/908887057137104545'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5226283768028214309/posts/default/908887057137104545'/><link rel='alternate' type='text/html' href='http://certifiedsolaris.blogspot.com/2010/02/building-ipc-portlets-for-sun-java.html' title='Building IPC Portlets for Sun Java System Portal Server 7 With Sun Java Studio Creator 2 part 1'/><author><name>ahmed khalaf zone</name><uri>http://www.blogger.com/profile/18259449027969703817</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_fPCcxZg2llg/S4JmfA20JDI/AAAAAAAAAPE/wtCFs5Yy02w/s72-c/fig1_sm.gif' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5226283768028214309.post-9075812447509295008</id><published>2010-02-18T01:42:00.000-08:00</published><updated>2011-03-05T12:30:35.825-08:00</updated><title type='text'>Install Sun Java System Portal Server 7.1</title><content type='html'>&lt;p&gt;&lt;a href="http://3.bp.blogspot.com/_fPCcxZg2llg/S30M0bPK7uI/AAAAAAAAAO8/Lp38LmYt_9s/s1600-h/devsample_0621.png" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"&gt;&lt;img id="BLOGGER_PHOTO_ID_5439518019737546466" style="margin-top: 0pt; margin-right: 0pt; margin-bottom: 10px; margin-left: 10px; cursor: pointer; width: 400px; height: 262px; float: left;" src="http://3.bp.blogspot.com/_fPCcxZg2llg/S30M0bPK7uI/AAAAAAAAAO8/Lp38LmYt_9s/s400/devsample_0621.png" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;div class="pc11 imgMax-590"&gt;&lt;a name="gdugy"&gt;&lt;/a&gt;&lt;br /&gt;&lt;h2 class="sol"&gt;To Install Sun Java System  Portal Server 7.1&lt;/h2&gt;&lt;p&gt;&lt;a name="indexterm-6"&gt;&lt;/a&gt;&lt;/p&gt;&lt;ol type="1"&gt;&lt;li&gt;&lt;p&gt;From the installation location, go to the &lt;kbd&gt;&lt;var&gt;OS-arch&lt;/var&gt;&lt;/kbd&gt; directory, where &lt;var&gt;OS-arch&lt;/var&gt; can be &lt;tt&gt;Solaris_sparc&lt;/tt&gt;,  &lt;tt&gt;Solaris_x86&lt;/tt&gt;, or &lt;tt&gt;Linux_x86&lt;/tt&gt;.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;Run &lt;strong&gt;&lt;kbd&gt;./installer&lt;/kbd&gt;&lt;/strong&gt; to invoke the wizard to install the  software.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;In the Welcome screen, click Next.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;In the Software License Agreement screen, read the agreement and click Yes,  Accept License.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;The Choose Software Components screen appears. Select Portal Server 7.1.&lt;/p&gt;&lt;p&gt;When this option this selected, the following components are selected by  default:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;p&gt;The Directory Preparation Tool&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;Service Registry 3.1&lt;/p&gt;&lt;a name='more'&gt;&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;p&gt;Access Manager 7.1 and related sub components of Identity Management and  Policy Services&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;Directory Server Enterprise Edition 6.0 including the Directory Server  Core&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;Java DB 10.2&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;Select the other software components that you want to install.&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;p&gt;To install Secure Remote Access (SRA) services, select Portal Server Secure  Remote Access 7.1. When you select this option, the Gateway, Netlet Proxy, and  the Rewriter Proxy are selected by default.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;To install Application Server, select Application Server Enterprise Edition  8.2 . When you select this option, the Domain Administration Server, Command  Line Administration Tool, and Sample Applications for the Application Server are  selected by default. The Application Server High Availability Session Store 4.4  and Sun Java System Message Queue 3.7 UR1 are also selected by default.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;hr /&gt;&lt;strong&gt;Note &amp;ndash; &lt;/strong&gt;&lt;p&gt;Select this option if you need EJB container for portal.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;hr /&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;To install Web Server, select the Sun Java System Web Server 7.0. When you  select this option, the Web Server CLI, Web Server Core, and Web Server Samples  are selected by default.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;hr /&gt;&lt;strong&gt;Note &amp;ndash; &lt;/strong&gt;&lt;p&gt;Select this option if you require only Web Applications.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;hr /&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;To install multilingual support for the selected Java ES components, select  Install Multilingual Packages for Selected Component(s).&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;hr /&gt;&lt;strong&gt;Note &amp;ndash; &lt;/strong&gt;&lt;p&gt;If J2SE-SDK or any shared components require upgrade, the installer displays  the corresponding screens. By default, installer upgrade them with the latest  version in the installer disk.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;hr /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;The Shared Component Upgrades Requires screen is displayed if any one of the  shared components requires upgrading. Click Next to upgrade these shared  components.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;On the Specify Installation Directories page, specify the installation  directory for the software. The following are the default locations. Use the  Browse button to change the default location. Click Next.&lt;/p&gt;&lt;dl&gt; &lt;dt&gt;Access Manager &lt;/dt&gt; &lt;dd&gt;&lt;p&gt;&lt;kbd&gt;/opt&lt;/kbd&gt;&lt;/p&gt;&lt;/dd&gt; &lt;dt&gt;Application Server &lt;/dt&gt; &lt;dd&gt;&lt;p&gt;&lt;kbd&gt;/opt/SUNWappserver&lt;/kbd&gt;&lt;/p&gt;&lt;/dd&gt; &lt;dt&gt;Application Server: Data and Configuration &lt;/dt&gt; &lt;dd&gt;&lt;p&gt;&lt;kbd&gt;/var/opt/SUNWappserver&lt;/kbd&gt;&lt;/p&gt;&lt;/dd&gt; &lt;dt&gt;Directory Server &lt;/dt&gt; &lt;dd&gt;&lt;p&gt;&lt;kbd&gt;/opt/SUNWdsee&lt;/kbd&gt;&lt;/p&gt;&lt;/dd&gt; &lt;dt&gt;Directory Preparation Tool &lt;/dt&gt; &lt;dd&gt;&lt;p&gt;&lt;kbd&gt;/opt/SUNWcomds&lt;/kbd&gt;&lt;/p&gt;&lt;/dd&gt; &lt;dt&gt;Web Server &lt;/dt&gt; &lt;dd&gt;&lt;p&gt;&lt;kbd&gt;/opt&lt;/kbd&gt;&lt;/p&gt;&lt;/dd&gt; &lt;dt&gt;Web Server Instance &lt;/dt&gt; &lt;dd&gt;&lt;p&gt;&lt;kbd&gt;/var/opt/SUNWwbsvr7&lt;/kbd&gt;&lt;/p&gt;&lt;/dd&gt; &lt;dt&gt;Service Registry &lt;/dt&gt; &lt;dd&gt;&lt;p&gt;&lt;kbd&gt;/opt&lt;/kbd&gt;&lt;/p&gt;&lt;/dd&gt; &lt;dt&gt;Portal Server &lt;/dt&gt; &lt;dd&gt;&lt;p&gt;&lt;kbd&gt;/opt&lt;/kbd&gt;&lt;/p&gt;&lt;/dd&gt; &lt;/dl&gt;&lt;p&gt;The Verify System Requirements screen is displayed. The installer verifies  each of the listed system requirements and displays OK if the requirements are  met. If the installer indicates that all the requirements are met, the System  Ready for Installation message appears. Click Next to continue with the  installation. In case any of the requirements are not met, a text indicating the  same appears with the following options: View Reports and Check Again. The View  Report option provides the details about the requirements that are not met. It  is recommended that you address these issues. After the requirements are met,  click the Check Again option to verify whether the requirements are met.&lt;/p&gt;&lt;p&gt;Click Next to continue the installation.&lt;/p&gt;&lt;p&gt;The Choose a Configuration Type screen is displayed.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;Select Configure Now, and click Next.&lt;/p&gt;&lt;p&gt;The installer only supports adding one portal and one instance only. For any  other configuration, the Configure Later option must be selected. If the  Configure Now option is selected, after the packages are installed, the  configuration starts immediately.&lt;/p&gt;&lt;p&gt;Select Configure Now, and click Next.&lt;/p&gt;&lt;p&gt;The Custom Configuration screen is displayed.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;Service Registry 3.1 and Java DB are not configured during the installation.  It can be configured after the installation. Click Next.&lt;/p&gt;&lt;p&gt;The Specify Administrator Account Preferences screen is displayed.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;Enter the Administrator ID and password. Type the password, and click Next.&lt;/p&gt;&lt;p&gt;You are also provided with an option to select different administrator  accounts for each product.&lt;/p&gt;&lt;p&gt;The Specify Common Server Settings screen is displayed.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;Specify the following server settings:&lt;/p&gt;&lt;dl&gt; &lt;dt&gt;Host Name, DNS Domain Name, and Host IP Address &lt;/dt&gt; &lt;dd&gt;&lt;p&gt;Host name, domain, and IP address of the system. The installer automatically  displays these values.&lt;/p&gt;&lt;/dd&gt; &lt;dt&gt;System User and Group &lt;/dt&gt; &lt;dd&gt;&lt;p&gt;System user name and group ID. For Solaris 10 OS and Linux, the default is  &lt;tt&gt;root&lt;/tt&gt; for system user name and &lt;tt&gt;root&lt;/tt&gt; for group ID. For Solaris 9  OS, the default is &lt;tt&gt;root&lt;/tt&gt; for system user name and &lt;tt&gt;other&lt;/tt&gt; for  group ID.&lt;/p&gt;&lt;/dd&gt; &lt;/dl&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;hr /&gt;&lt;strong&gt;Note &amp;ndash; &lt;/strong&gt;&lt;p&gt;Values you enter here appear as default values during the rest of the  installation.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;hr /&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;If you have selected Web Server as a component to install, the Choose  Configuration Type screen is displayed. You have an option to configure  administration instance as a server or as a node. By default, configure  administration instance as server is selected. Click Next.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;If you have selected Web Server as a component to install, the Web Server:  Specify Administration Server Settings and Web Server: Specify Instance Settings  screens are displayed. Provide the information for Web Server, and click  Next.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;hr /&gt;&lt;strong&gt;Note &amp;ndash; &lt;/strong&gt;&lt;p&gt;Specify the Runtime Unix user ID as &lt;tt&gt;root&lt;/tt&gt;.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;hr /&gt;&lt;p&gt;You need to specify the following details for the Web Server: Specify  Administration Server Settings screen:&lt;/p&gt;&lt;dl&gt; &lt;dt&gt;Server Host &lt;/dt&gt; &lt;dd&gt;&lt;p&gt;The default value is automatically created by joining the values that you  provided for Host Name and DNS Domain Name under Common Server Settings. The  value has the format &lt;tt&gt;hostname.domainname&lt;/tt&gt;.&lt;/p&gt;&lt;/dd&gt; &lt;dt&gt;SSL Port &lt;/dt&gt; &lt;dd&gt;&lt;p&gt;The default value is &lt;tt&gt;8989&lt;/tt&gt;.&lt;/p&gt;&lt;/dd&gt; &lt;dt&gt;HTTP Port &lt;/dt&gt; &lt;dd&gt;&lt;p&gt;Port on which Web Server listens for HTTP connections. The default is  &lt;tt&gt;8800&lt;/tt&gt;.&lt;/p&gt;&lt;/dd&gt; &lt;dt&gt;Runtime User ID &lt;/dt&gt; &lt;dd&gt;&lt;p&gt;User ID that the default instance of Web Server uses to run on the system.  The default is &lt;tt&gt;root&lt;/tt&gt;.&lt;/p&gt;&lt;/dd&gt; &lt;/dl&gt;&lt;p&gt;You need to specify the following details for the Web Server: Specify  Instance Settings screen:&lt;/p&gt;&lt;dl&gt; &lt;dt&gt;Server Name &lt;/dt&gt; &lt;dd&gt;&lt;p&gt;A host and domain value that resolves to the local host. The value has the  format &lt;tt&gt;hostname.domainname&lt;/tt&gt;.&lt;/p&gt;&lt;/dd&gt; &lt;dt&gt;HTTP Port &lt;/dt&gt; &lt;dd&gt;&lt;p&gt;Port on which Web Server listens for HTTP connections. The default value is  &lt;tt&gt;80&lt;/tt&gt;.&lt;/p&gt;&lt;/dd&gt; &lt;dt&gt;Runtime UNIX User ID &lt;/dt&gt; &lt;dd&gt;&lt;p&gt;An existing non-root user. If you are installing Access Manager or Portal  Server, set this value to &lt;tt&gt;root&lt;/tt&gt; and set the Runtime Group to  &lt;tt&gt;other&lt;/tt&gt;. You can change these values after installation. For other  servers, the Runtime User ID should be a non-root user. The default value is  &lt;tt&gt;webservd&lt;/tt&gt;.&lt;/p&gt;&lt;/dd&gt; &lt;dt&gt;Document Root Directory &lt;/dt&gt; &lt;dd&gt;&lt;p&gt;Location where Web Server stores content documents. For Solaris OS, the  default value is &lt;tt&gt;/var/opt/SUNWwbsvr7/docs&lt;/tt&gt;. For Linux and HP-UX, the  default value is &lt;tt&gt;/var/opt/sun/webserver7/docs&lt;/tt&gt;.&lt;/p&gt;&lt;/dd&gt; &lt;/dl&gt; &lt;/li&gt;&lt;li&gt;&lt;p&gt;The High Availability Session Store (HADB): Specify Configuration Data screen  is displayed. The Installer displays the default values. This screen is  displayed only if you have selected Application Server as a component to  install. Click Next.&lt;/p&gt;&lt;dl&gt; &lt;dt&gt;HADB Management Port &lt;/dt&gt; &lt;dd&gt;&lt;p&gt;Port on which the HADB management listens. The default value is  &lt;tt&gt;1862&lt;/tt&gt;.&lt;/p&gt;&lt;/dd&gt; &lt;dt&gt;HADB Resource Directory &lt;/dt&gt; &lt;dd&gt;&lt;p&gt;Location where HADB stores resource contents. The default value is  &lt;tt&gt;/var/opt&lt;/tt&gt;.&lt;/p&gt;&lt;/dd&gt; &lt;dt&gt;HADB Administrator Group &lt;/dt&gt; &lt;dd&gt;&lt;p&gt;The UNIX group (GID) in which the default instance of HADB runs as a user.  The default value is &lt;tt&gt;other&lt;/tt&gt;.&lt;/p&gt;&lt;/dd&gt; &lt;dt&gt;Automatically start HADB when system starts &lt;/dt&gt; &lt;dd&gt;&lt;p&gt;Choose this option to direct the installer to configure HADB to start  automatically when the system restarts. By default, this is selected.&lt;/p&gt;&lt;/dd&gt; &lt;dt&gt;Allow Group Management &lt;/dt&gt; &lt;dd&gt;&lt;p&gt;Choose this option when you want HADB to be managed by the HADB  Administration Group. If this parameter is set to &lt;tt&gt;yes&lt;/tt&gt;, all members  belonging to the group (&lt;tt&gt;HADB_DEFAULT_GROUP&lt;/tt&gt;) can run and manage HADB. By  default, it is set to &lt;tt&gt;No&lt;/tt&gt;.&lt;/p&gt;&lt;/dd&gt; &lt;/dl&gt;&lt;p&gt;The Application Server: Domain Administration Server screen is  displayed.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;Provide or change values in the installer pages as needed and click Next.&lt;/p&gt;&lt;p&gt;The installer displays the default values. This screen is displayed only if  you have selected Application Server as a component to install.&lt;/p&gt;&lt;dl&gt; &lt;dt&gt;Admin Port &lt;/dt&gt; &lt;dd&gt;&lt;p&gt;Port on which Application Servers administrative server listens for  connections. By default, it is &lt;tt&gt;4849&lt;/tt&gt;.&lt;/p&gt;&lt;/dd&gt; &lt;dt&gt;JMX Port &lt;/dt&gt; &lt;dd&gt;&lt;p&gt;The default is &lt;tt&gt;8686&lt;/tt&gt;.&lt;/p&gt;&lt;/dd&gt; &lt;dt&gt;HTTP Port &lt;/dt&gt; &lt;dd&gt;&lt;p&gt;The default value is &lt;tt&gt;8080&lt;/tt&gt;. If the installer detects that the default  port is used, an alternative value is suggested.&lt;/p&gt;&lt;/dd&gt; &lt;dt&gt;HTTPS Port &lt;/dt&gt; &lt;dd&gt;&lt;p&gt;The default is &lt;tt&gt;8181&lt;/tt&gt;.&lt;/p&gt;&lt;/dd&gt; &lt;dt&gt;Master Password &lt;/dt&gt; &lt;dd&gt;&lt;p&gt;SSL certificate database password, used for asadmin operations such as Domain  Administration Server startup and Node Agent startup. The default value is the  Administrator Password you provided under Common Server Settings.&lt;/p&gt;&lt;/dd&gt; &lt;/dl&gt;&lt;p&gt;The Application Server: Node Agent screen is displayed.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;Specify the details and click Next.&lt;/p&gt;&lt;p&gt;This screen displays only if you have selected Application Server as a  component to install.&lt;/p&gt;&lt;dl&gt; &lt;dt&gt;Admin Host Name &lt;/dt&gt; &lt;dd&gt;&lt;p&gt;Host name for administration server which the node agent can connect to.&lt;/p&gt;&lt;/dd&gt; &lt;dt&gt;Admin User Name &lt;/dt&gt; &lt;dd&gt;&lt;p&gt;User ID of the Application Server admin user. The default value is the  Administrator User ID you provided under Common Server Settings.&lt;/p&gt;&lt;p&gt;If you chose to use a single administrator account, this field is not  present.&lt;/p&gt;&lt;/dd&gt; &lt;dt&gt;Password &lt;/dt&gt; &lt;dd&gt;&lt;p&gt;Password for the Application Server admin user. There is no default value.&lt;/p&gt;&lt;p&gt;If you chose to use a single administrator account, this field is not  present.&lt;/p&gt;&lt;/dd&gt; &lt;dt&gt;Master Password &lt;/dt&gt; &lt;dd&gt;&lt;p&gt;SSL certificate database password, used for asadmin operations such as Domain  Administration Server startup and Node Agent startup. There is no default  value.&lt;/p&gt;&lt;/dd&gt; &lt;dt&gt;Admin Port &lt;/dt&gt; &lt;dd&gt;&lt;p&gt;Port on which Application Servers node agent listens for connections.  Provides access to the administration tools. The default value is  &lt;tt&gt;4849&lt;/tt&gt;.&lt;/p&gt;&lt;/dd&gt; &lt;dt&gt;Node Agent Name &lt;/dt&gt; &lt;dd&gt;&lt;p&gt;Name of the local node. The default value is the local host  name&lt;/p&gt;&lt;/dd&gt; &lt;/dl&gt;&lt;p&gt;The Application Server: Configure Load Balancing Plugin screen is  displayed.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;Specify the details and click Next.&lt;/p&gt;&lt;p&gt;This screen displays only if you have selected Application Server as a  component to install.&lt;/p&gt;&lt;dl&gt; &lt;dt&gt;Web server that the load balancing plugin will use &lt;/dt&gt; &lt;dd&gt;&lt;p&gt;You can select either Sun Java System Web Server or Apache Web Server. HP-UX  does not support Apache Web Server.&lt;/p&gt;&lt;/dd&gt; &lt;dt&gt;Web server installation directory &lt;/dt&gt; &lt;dd&gt;&lt;p&gt;Installation directory for Web Server or Apache HTTP Server.&lt;/p&gt;&lt;p&gt;The default value is:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;p&gt;Solaris OS: &lt;tt&gt;/opt/SUNWwbsvr7&lt;/tt&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;Linux and HP-UX: &lt;tt&gt;/opt/sun/webserver7&lt;/tt&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/dd&gt; &lt;dt&gt;Web Server instance directory &lt;/dt&gt; &lt;dd&gt;&lt;p&gt;Installation directory for Web Server or Apache HTTP Server.&lt;/p&gt;&lt;p&gt;The default value is:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;p&gt;Solaris OS: &lt;tt&gt;/var/opt/SUNWwbsvr7&lt;/tt&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;Linux and HP-UX: &lt;tt&gt;/var/opt/sun/webserver7&lt;/tt&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/dd&gt; &lt;/dl&gt;&lt;p&gt;The Directory Server: Specify Instance Creation Information screen is  displayed.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;Specify the information for Directory Server instance creation and click  Next.&lt;/p&gt;&lt;dl&gt; &lt;dt&gt;Instance Directory &lt;/dt&gt; &lt;dd&gt;&lt;p&gt;Location of new instance.&lt;/p&gt;&lt;/dd&gt; &lt;dt&gt;Directory Instance Port &lt;/dt&gt; &lt;dd&gt;&lt;p&gt;The default value is &lt;tt&gt;389&lt;/tt&gt;.&lt;/p&gt;&lt;/dd&gt; &lt;dt&gt;Directory Instance SSL Port &lt;/dt&gt; &lt;dd&gt;&lt;p&gt;The default value is &lt;tt&gt;636&lt;/tt&gt;.&lt;/p&gt;&lt;/dd&gt; &lt;dt&gt;Directory Manager DN &lt;/dt&gt; &lt;dd&gt;&lt;p&gt;Distinguished Name (DN) of the user who has unrestricted access to Directory  Server. The default value is &lt;tt&gt;cn=Directory Manager&lt;/tt&gt;.&lt;/p&gt;&lt;/dd&gt; &lt;dt&gt;System User &lt;/dt&gt; &lt;dd&gt;&lt;p&gt;The default value is &lt;tt&gt;root&lt;/tt&gt;.&lt;/p&gt;&lt;/dd&gt; &lt;dt&gt;System Group &lt;/dt&gt; &lt;dd&gt;&lt;p&gt;The default value is &lt;tt&gt;root&lt;/tt&gt;.&lt;/p&gt;&lt;/dd&gt; &lt;dt&gt;Directory Manager Password &lt;/dt&gt; &lt;dd&gt;&lt;p&gt;Password for the directory manager.&lt;/p&gt;&lt;/dd&gt; &lt;dt&gt;Suffix &lt;/dt&gt; &lt;dd&gt;&lt;p&gt;Initial directory suffix managed by this instance. The default value is  formed by the segments of the fully qualified domain name for the current host.  For example, if you install on &lt;tt&gt;siroe.sub1.example.com&lt;/tt&gt;, the default  value is &lt;tt&gt;dc=sub1,dc=example,dc=com&lt;/tt&gt;.&lt;/p&gt;&lt;/dd&gt; &lt;/dl&gt;&lt;p&gt;For more information, see &lt;a href="http://docs.sun.com/app/docs/doc/819-4892/6n70uiapk?a=view"&gt;&lt;cite&gt;Directory  Server Configuration Information&lt;/cite&gt; in &lt;cite&gt;Sun Java Enterprise System 5  Installation Reference for UNIX&lt;/cite&gt;&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;The Access Manager: Specify Configuration Information screen is  displayed.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;Specify the information for the Access Manager configuration and click  Next.&lt;/p&gt;&lt;dl&gt; &lt;dt&gt;Install type &lt;/dt&gt; &lt;dd&gt;&lt;p&gt;Indicates the level of interoperability with other components. You have a  choice of Realm mode (version 7 style) or Legacy mode (version 6 style). Default  option is Legacy mode. You must use Legacy mode if you are installing Access  Manager with Portal Server, Messaging Server, Calendar Server, Delegated  Administrator, or Instant Messaging. The default value for Legacy mode is  Enabled. The default for Realm mode is Disabled.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;hr /&gt;&lt;strong&gt;Note &amp;ndash; &lt;/strong&gt;&lt;p&gt;Portal Server supports Realm mode only if Sun Java System Directory Server is  used as a user repository and Access Manager SDK is configured as the datastore  plugin for the Realm mode. If you select the Configure Now option for the Realm  mode, the installer does this by default.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;hr /&gt;&lt;/dd&gt; &lt;dt&gt;Administrator User ID &lt;/dt&gt; &lt;dd&gt;&lt;p&gt;Access Manager's top-level administrator. This user has unlimited access to  all entries managed by Access Manager. The default name, &lt;tt&gt;amadmin&lt;/tt&gt;,  cannot be changed. This ensures that the Access Manager administrator role and  its privileges are created and mapped properly in Directory Server, allowing you  to log into Access Manager immediately after installation.&lt;/p&gt;&lt;/dd&gt; &lt;dt&gt;Administrator Password &lt;/dt&gt; &lt;dd&gt;&lt;p&gt;Password of the &lt;tt&gt;amadmin&lt;/tt&gt; user. The value must have at least eight  characters.&lt;/p&gt;&lt;/dd&gt; &lt;dt&gt;LDAP User ID &lt;/dt&gt; &lt;dd&gt;&lt;p&gt;Bind DN user for LDAP, Membership, and Policy services. This user has read  and search access to all Directory Server entries. The default user name,  &lt;tt&gt;amldapuser&lt;/tt&gt;, cannot be changed.&lt;/p&gt;&lt;/dd&gt; &lt;dt&gt;LDAP Password &lt;/dt&gt; &lt;dd&gt;&lt;p&gt;Password of the &lt;tt&gt;amldapuser&lt;/tt&gt; user. This password must be different  from the password of the &lt;tt&gt;amadmin&lt;/tt&gt; user. It can be any valid Directory  Service password.&lt;/p&gt;&lt;/dd&gt; &lt;dt&gt;Password Encryption Key &lt;/dt&gt; &lt;dd&gt;&lt;p&gt;A string that Access Manager uses to encrypt user passwords. For security  purposes, it is recommended that the password encryption key be 12 characters or  longer.&lt;/p&gt;&lt;/dd&gt; &lt;/dl&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;hr /&gt;&lt;strong&gt;Note &amp;ndash; &lt;/strong&gt;&lt;p&gt;&lt;tt&gt;amAdmin&lt;/tt&gt; and &lt;tt&gt;amldapuser&lt;/tt&gt; password should be different.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;hr /&gt;&lt;p&gt;For more information, see the &lt;a href="http://docs.sun.com/app/docs/doc/819-4892/6n70uiaph?a=view"&gt;&lt;cite&gt;Access  Manager Configuration Information&lt;/cite&gt; in &lt;cite&gt;Sun Java Enterprise System 5  Installation Reference for UNIX&lt;/cite&gt;&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;hr /&gt;&lt;strong&gt;Note &amp;ndash; &lt;/strong&gt;&lt;p&gt;Portal Server supports installing Access Manager in the Realm mode or in the  Legacy mode.&lt;/p&gt;&lt;p&gt;The Access Manager: Choose Deployment Container screen is displayed.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;hr /&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;You can select either Sun Java System Web Server or Sun Java System  Application Server. Select the option, and click Next.&lt;/p&gt;&lt;p&gt;For more information about configuring Web Server, see the &lt;a href="http://docs.sun.com/app/docs/doc/819-4892/6n70uiapp?a=view"&gt;&lt;cite&gt;Web  Server Configuration Information&lt;/cite&gt; in &lt;cite&gt;Sun Java Enterprise System 5  Installation Reference for UNIX&lt;/cite&gt;&lt;/a&gt; in &lt;a href="http://docs.sun.com/app/docs/doc/819-4892"&gt;&lt;cite&gt;Sun Java Enterprise  System 5 Installation Reference for UNIX&lt;/cite&gt;&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;For more information about configuring Application Server, see the &lt;a href="http://docs.sun.com/app/docs/doc/819-4892"&gt;&lt;cite&gt;Sun Java Enterprise  System 5 Installation Reference for UNIX&lt;/cite&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;The Access Manager: Specify Sun Java System Application Server screen is  displayed.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;Specify the details and click Next.&lt;/p&gt;&lt;p&gt;This screen is displayed only if you have selected Sun Java System  Application Server as the web container for Access Manager.&lt;/p&gt;&lt;dl&gt; &lt;dt&gt;Secure Server Instance Port &lt;/dt&gt; &lt;dd&gt;&lt;p&gt;Specify whether the value for Instance Port refers to a secure port. A secure  port uses the HTTPS protocol. A non-secure port uses HTTP.&lt;/p&gt;&lt;/dd&gt; &lt;dt&gt;Secure Administration Server Port &lt;/dt&gt; &lt;dd&gt;&lt;p&gt;Specify whether the value for Administrator Port is a secure port. A secure  port uses the HTTPS protocol. A non-secure port uses HTTP.&lt;/p&gt;&lt;/dd&gt; &lt;/dl&gt;&lt;p&gt;The Access Manager: Specify Web Container for Running Access Manager Services  screen is displayed.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;Specify the details for Access Manager and click Next.&lt;/p&gt;&lt;dl&gt; &lt;dt&gt;Host Name &lt;/dt&gt; &lt;dd&gt;&lt;p&gt;Fully qualified domain name of the host on which you are installing.&lt;/p&gt;&lt;/dd&gt; &lt;dt&gt;Services Deployment URI &lt;/dt&gt; &lt;dd&gt;&lt;p&gt;Uniform Resource Identifier (URI) prefix for accessing the HTML pages,  classes, and Java Archive (JAR) files associated with the Identity Management  and Policy Services Core subcomponent. The default value is &lt;tt&gt;amserver&lt;/tt&gt;.  Do not enter a leading slash.&lt;/p&gt;&lt;/dd&gt; &lt;dt&gt;Common Domain Deployment URI &lt;/dt&gt; &lt;dd&gt;&lt;p&gt;URI prefix for accessing the common domain services on the web container. The  default value is &lt;tt&gt;amcommon&lt;/tt&gt;. Do not enter a leading slash.&lt;/p&gt;&lt;/dd&gt; &lt;dt&gt;Cookie Domain &lt;/dt&gt; &lt;dd&gt;&lt;p&gt;The names of the trusted DNS domains that Access Manager returns to a browser  when Access Manager grants a session ID to a user. A leading dot (.) is required  for each domain in the list. The default value is the current domain, prefixed  by a dot (.).&lt;/p&gt;&lt;/dd&gt; &lt;dt&gt;Password Deployment URI &lt;/dt&gt; &lt;dd&gt;&lt;p&gt;URI that determines the mapping that the web container running Access Manager  will use between a string you specify and a corresponding deployed application.  The default value is &lt;tt&gt;ampassword&lt;/tt&gt;. Do not enter a leading slash.&lt;/p&gt;&lt;/dd&gt; &lt;dt&gt;Console Protocol &lt;/dt&gt; &lt;dd&gt;&lt;p&gt;Specify whether the console uses a secure or unsecure port. A secure port  uses the HTTPS protocol. A non-secure port uses HTTP. The default is  HTTP.&lt;/p&gt;&lt;/dd&gt; &lt;/dl&gt;&lt;p&gt;The Access Manager: Choose Access Manager Console screen is displayed.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;hr /&gt;&lt;strong&gt;Note &amp;ndash; &lt;/strong&gt;&lt;p&gt;This screen is displayed only if you select the Legacy mode to install Access  Manager.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;hr /&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;By default, Deploy New Console is selected. Click Next.&lt;/p&gt;&lt;dl&gt; &lt;dt&gt;Administration Console &lt;/dt&gt; &lt;dd&gt;&lt;p&gt;Choose Deploy new console to deploy the console into the web container of the  host on which Access Manager is being installed. Choose Use existing console to  use an existing console that is deployed on a remote host.&lt;/p&gt;&lt;/dd&gt; &lt;dt&gt;Console Deployment URI &lt;/dt&gt; &lt;dd&gt;&lt;p&gt;URI prefix for accessing the HTML pages, classes, and JAR files associated  with the Access Manager Administration Console subcomponent.The default value is  &lt;tt&gt;amconsole&lt;/tt&gt;.&lt;/p&gt;&lt;/dd&gt; &lt;dt&gt;Console Host Name &lt;/dt&gt; &lt;dd&gt;&lt;p&gt;Fully qualified domain name for the server hosting the existing console. This  value is not needed if you are deploying a new console. You can edit the field  only if you are using an existing console.&lt;/p&gt;&lt;/dd&gt; &lt;dt&gt;Console Port &lt;/dt&gt; &lt;dd&gt;&lt;p&gt;Port on which the existing console listens for connections. Permitted values  are any valid and unused port number, in the range 0 (zero) through  65535.&lt;/p&gt;&lt;/dd&gt; &lt;/dl&gt;&lt;p&gt;The Access Manager: Choose Directory Server Instance screen is displayed.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;Use the Directory Server Instance that you just created. Click Next.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;hr /&gt;&lt;strong&gt;Note &amp;ndash; &lt;/strong&gt;&lt;p&gt;If you choose to use an existing instance instead of the default, the  alternate instance must already be configured.&lt;/p&gt;&lt;p&gt;The Access Manager: Specify Directory Server Data screen is displayed.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;hr /&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;You can select Yes or No for the option: Is Directory Server is Provisioned  with User Data. By default, No is selected. If you select Yes, you need to  provide the related information. Click Next.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;If you have selected Application Server as the deployment container for  Access Manager, the Specify Sun Java System Application Server Information  screen is displayed. Click Next.&lt;/p&gt;&lt;dl&gt; &lt;dt&gt;Secure Server Instance Port &lt;/dt&gt; &lt;dd&gt;&lt;p&gt;This protocol specifies whether the value for Server Instance port refers to  a secure port. A secure port uses the &lt;tt&gt;HTTPS&lt;/tt&gt; protocol. A non-secure port  uses &lt;tt&gt;HTTP&lt;/tt&gt;.&lt;/p&gt;&lt;/dd&gt; &lt;/dl&gt;&lt;p&gt;The Portal Server: Specify Web Container Deployment Information screen is  displayed.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;Specify the Web Container deployment information and click Next.&lt;/p&gt;&lt;dl&gt; &lt;dt&gt;Portal Access URL &lt;/dt&gt; &lt;dd&gt;&lt;p&gt;The default is &lt;var&gt;host name:port/portal1&lt;/var&gt;.&lt;/p&gt;&lt;/dd&gt; &lt;dt&gt;Portal ID &lt;/dt&gt; &lt;dd&gt;&lt;p&gt;The default is &lt;tt&gt;portal1&lt;/tt&gt;.&lt;/p&gt;&lt;/dd&gt; &lt;dt&gt;Search ID &lt;/dt&gt; &lt;dd&gt;&lt;p&gt;The default is &lt;tt&gt;search1&lt;/tt&gt;.&lt;/p&gt;&lt;/dd&gt; &lt;dt&gt;Deployment URI &lt;/dt&gt; &lt;dd&gt;&lt;p&gt;The default is &lt;tt&gt;/portal&lt;/tt&gt;.&lt;/p&gt;&lt;/dd&gt; &lt;dt&gt;Portal Instance ID &lt;/dt&gt; &lt;dd&gt;&lt;p&gt;The default is &lt;tt&gt;hostname-8080&lt;/tt&gt;.&lt;/p&gt;&lt;/dd&gt; &lt;/dl&gt;&lt;p&gt;Select the Enable Secure Remote Access option, if you wish to enable Secure  Remote Access. Select Developer Sample, Enterprise Sample, and Community Sample  if you wish to configure samples.&lt;/p&gt;&lt;p&gt;The Portal Server: Secure Remote Access screen is displayed. The Portal  Server: Secure Remote Access: Configure Gateway screen is displayed.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;Enter the following information and click Next.&lt;/p&gt;&lt;dl&gt; &lt;dt&gt;Gateway Protocol &lt;/dt&gt; &lt;dd&gt;&lt;p&gt;It is https by default.&lt;/p&gt;&lt;/dd&gt; &lt;dt&gt;Portal Server Domain Name &lt;/dt&gt; &lt;dd&gt;&lt;p&gt;Portal Server domain name.&lt;/p&gt;&lt;/dd&gt; &lt;dt&gt;Gateway Domain &lt;/dt&gt; &lt;dd&gt;&lt;p&gt;Gateway domain.&lt;/p&gt;&lt;/dd&gt; &lt;dt&gt;Gateway Port &lt;/dt&gt; &lt;dd&gt;&lt;p&gt;It is 443 by default.&lt;/p&gt;&lt;/dd&gt; &lt;dt&gt;Gateway Profile Name &lt;/dt&gt; &lt;dd&gt;&lt;p&gt;It is &lt;tt&gt;default&lt;/tt&gt; by default.&lt;/p&gt;&lt;/dd&gt; &lt;dt&gt;Log User Password &lt;/dt&gt; &lt;dd&gt;&lt;p&gt;The user password&lt;/p&gt;&lt;/dd&gt; &lt;/dl&gt; &lt;/li&gt;&lt;li&gt;&lt;p&gt;Specify the details and click Next.&lt;/p&gt;&lt;dl&gt; &lt;dt&gt;Protocol &lt;/dt&gt; &lt;dd&gt;&lt;p&gt;Protocol (HTTP or HTTPS) the gateway uses to communicate. In most cases the  gateway should use &lt;tt&gt;HTTPS&lt;/tt&gt;.&lt;/p&gt;&lt;/dd&gt; &lt;dt&gt;Host Name, Subdomain, and Domain &lt;/dt&gt; &lt;dd&gt;&lt;p&gt;The name, subdomain, and domain name of the machine on which the Gateway  proxy resides. By default, the system values are used.&lt;/p&gt;&lt;/dd&gt; &lt;dt&gt;Host IP Address and Access Port &lt;/dt&gt; &lt;dd&gt;&lt;p&gt;The host IP address on which the Gateway Proxy resides. By default, the IP  address is the IP address of the system and port is &lt;tt&gt;443&lt;/tt&gt;.&lt;/p&gt;&lt;/dd&gt; &lt;dt&gt;Gateway Profile Name &lt;/dt&gt; &lt;dd&gt;&lt;p&gt;The gateway profile name. By default, the gateway profile name is  &lt;tt&gt;default&lt;/tt&gt;.&lt;/p&gt;&lt;/dd&gt; &lt;/dl&gt;&lt;p&gt;The Portal Server: Secure Remote Access: Configure Netlet Proxy screen is  displayed.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;Specify the following information for the Netlet Proxy.&lt;/p&gt;&lt;dl&gt; &lt;dt&gt;Host Name, Subdomain, and Domain &lt;/dt&gt; &lt;dd&gt;&lt;p&gt;The name, subdomain, and domain name of the machine on which the Netlet proxy  resides. By default, the system values are used.&lt;/p&gt;&lt;/dd&gt; &lt;dt&gt;Host IP Address and Access Port &lt;/dt&gt; &lt;dd&gt;&lt;p&gt;The host IP address on which the Netlet Proxy resides. By default, the IP  address is the IP address of the system and port is &lt;tt&gt;10555&lt;/tt&gt;.&lt;/p&gt;&lt;/dd&gt; &lt;dt&gt;Gateway Profile Name &lt;/dt&gt; &lt;dd&gt;&lt;p&gt;The gateway profile name. By default, the gateway profile name is  &lt;tt&gt;default&lt;/tt&gt;.&lt;/p&gt;&lt;/dd&gt; &lt;/dl&gt;&lt;p&gt;Click Next.&lt;/p&gt;&lt;p&gt;The Portal Server: Secure Remote Access: Configure Rewriter Proxy screen is  displayed.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;Specify the following information to install the Rewriter Proxy.&lt;/p&gt;&lt;dl&gt; &lt;dt&gt;Host Name, Subdomain, and Domain &lt;/dt&gt; &lt;dd&gt;&lt;p&gt;The host name, subdomain, and domain name of the machine on which the  Rewriter Proxy resides. By default, the system values are used.&lt;/p&gt;&lt;/dd&gt; &lt;dt&gt;Host IP Address and Access Port &lt;/dt&gt; &lt;dd&gt;&lt;p&gt;The Host IP address and access port of the machine on which the Rewriter  Proxy resides. By default, the IP address is the IP address of the system and  port is &lt;tt&gt;10443&lt;/tt&gt;.&lt;/p&gt;&lt;/dd&gt; &lt;dt&gt;Gateway Profile Name &lt;/dt&gt; &lt;dd&gt;&lt;p&gt;The gateway profile name. By default, the gateway profile name is  &lt;tt&gt;default&lt;/tt&gt;.&lt;/p&gt;&lt;/dd&gt; &lt;/dl&gt;&lt;p&gt;Click Next.&lt;/p&gt;&lt;p&gt;The Portal Server: Secure Remote Access: Specify Certificate Information  screen is displayed.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;Specify the following certificate information for the Secure Remote  Access.&lt;/p&gt;&lt;dl&gt; &lt;dt&gt;Organization, Division, City/Locality, State/Province &lt;/dt&gt; &lt;dd&gt;&lt;p&gt;The organization name, division, city, and state information.&lt;/p&gt;&lt;/dd&gt; &lt;dt&gt;Country Code &lt;/dt&gt; &lt;dd&gt;&lt;p&gt;The country code in two character format.&lt;/p&gt;&lt;/dd&gt; &lt;dt&gt;Certificate Database Password &lt;/dt&gt; &lt;dd&gt;&lt;p&gt;The certificate database password must be at least eight  characters.&lt;/p&gt;&lt;/dd&gt; &lt;/dl&gt;&lt;p&gt;Click Next.&lt;/p&gt;&lt;p&gt;&lt;a name="gduho"&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;The Ready to Install screen is displayed. Specify whether you are ready to  install by clicking Install.&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;&lt;h1 class="sol"&gt;Verifying the Portal Server 7.1 Installation&lt;/h1&gt;&lt;p&gt;&lt;a name="indexterm-7"&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Verify the Portal Server installation by doing the following:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;p&gt;Accessing the samples.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;Accessing the Portal Server administration console.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;Verifying the Gateway port and running the Portal Server in secure  mode.&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;a name="gdxck"&gt;&lt;/a&gt;&lt;/p&gt;&lt;h2 class="sol"&gt;&lt;img src="../../app/images/procedure.gif" alt="Procedure" width="14" height="12" align="left" /&gt;To Verify Sun Java System Portal Server 7.1  Installation&lt;/h2&gt;&lt;p&gt;&lt;a name="indexterm-8"&gt;&lt;/a&gt;&lt;/p&gt;&lt;ol type="1"&gt;&lt;li&gt;&lt;p&gt;Start Directory Server, web container, and gateway.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;Access Portal Server. For example, type the URL in the browser.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;kbd&gt;&lt;var&gt;http&lt;/var&gt;://&lt;var&gt;host.domain-name&lt;/var&gt;:&lt;var&gt;port&lt;/var&gt;/&lt;var&gt;portal-URI&lt;/var&gt;&lt;/kbd&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;The welcome page appears. The page displays a short description of Portal  server and links to sample portals that you selected for installation. Click on  one of the links and access the anonymous portal desktop for the sample portal.  If the sample portal desktop displays without exception, your Portal Server  installation was successful.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;Type  &lt;strong&gt;&lt;kbd&gt;&lt;var&gt;http&lt;/var&gt;://&lt;var&gt;host.domain-name&lt;/var&gt;:&lt;var&gt;port&lt;/var&gt;/psconsole&lt;/kbd&gt;&lt;/strong&gt;.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;Verify whether Java DB process is running.&lt;/p&gt;&lt;p&gt;&lt;kbd&gt;netsatat -an | grep 1527&lt;/kbd&gt;&lt;/p&gt;&lt;p&gt;If Java DB is not running, start Java DB. For more information, refer to &lt;a href="http://docs.sun.com/app/docs/doc/819-5025/6n74td5jt?a=view#gejmo"&gt;To Start  and Stop Java DB&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;Check whether the common agent container is running.&lt;/p&gt;&lt;p&gt;On the Solaris platform, type the following:&lt;/p&gt;&lt;p&gt;&lt;kbd&gt;/usr/share/bin/cacaoadm status&lt;/kbd&gt;&lt;/p&gt;&lt;p&gt;On the Linux platform, type the following:&lt;/p&gt;&lt;p&gt;&lt;kbd&gt;/opt/sun/cacao/bin/cacaoadm status&lt;/kbd&gt;&lt;/p&gt;&lt;p&gt;If the common agent container is not running, restart it.&lt;/p&gt;&lt;p&gt;On the Solaris platform, type the following:&lt;/p&gt;&lt;table border="1" cellpadding="1" width="100%"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;&lt;pre&gt;/usr/share/bin/cacaoadm stop&lt;br /&gt;/usr/share/bin/cacaoadm start&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;p&gt;On the Linux platform, type the following:&lt;/p&gt;&lt;table border="1" cellpadding="1" width="100%"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;&lt;pre&gt;/opt/sun/cacao/bin/cacaoadm stop&lt;br /&gt;/opt/sun/cacao/bin/cacaoadm start&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;hr /&gt;&lt;strong&gt;Note &amp;ndash; &lt;/strong&gt;&lt;p&gt;By default, common agent container creates a self-signed CA cert and uses it  to sign the server cert of the Cacao agent. The subject DN of this server cert  is CN=&lt;var&gt;hostname&lt;/var&gt;_agent (or CN=&lt;var&gt;hostname&lt;/var&gt;_default_agent on MS  Windows). When this default server cert is to be replaced by another server cert  signed by the CA of the user's choice, the subject DN of the new server cert  must be kept the same as the original one for Portal Server administration to  continue function without interruption.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;hr /&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;Verify whether Directory Server is running using the following commands:&lt;/p&gt;&lt;p&gt;&lt;tt&gt;netstat -an | grep 389&lt;/tt&gt;&lt;/p&gt;&lt;p&gt;If it is not running, start the Directory Server using the following  command:&lt;/p&gt;&lt;table border="1" cellpadding="1" width="100%"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;&lt;pre&gt;cd /opt/SUNWdsee/ds6/bin&lt;br /&gt;./dsadm start /var/opt/SUNWdsee/dsins1&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;Verify whether the Application Server or Web Server is running using the  following command:&lt;/p&gt;&lt;p&gt;For Web Server:&lt;/p&gt;&lt;p&gt;&lt;tt&gt;netstat -an | grep 80&lt;/tt&gt;&lt;/p&gt;&lt;p&gt;For Application Server:&lt;/p&gt;&lt;p&gt;&lt;tt&gt;netstat -an | grep 8080&lt;/tt&gt;&lt;/p&gt;&lt;p&gt;If it is not running, start the server using the following command:&lt;/p&gt;&lt;p&gt;For Application Server:&lt;/p&gt;&lt;table border="1" cellpadding="1" width="100%"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;&lt;pre&gt;&lt;var&gt;/ApplicationServer_base&lt;/var&gt;/Appserver/bin/asadmin&lt;br /&gt;   start-domain --user &lt;var&gt;admin&lt;/var&gt; domain1&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;p&gt;For Web Server:&lt;/p&gt;&lt;table border="1" cellpadding="1" width="100%"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;&lt;pre&gt;/var/opt/SUNWwbsvr7/https-&lt;var&gt;host.domain-name&lt;/var&gt;/bin/startserv&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;Run the following command to check if the gateway is running on the specified  port (the default port is 443):&lt;/p&gt;&lt;p&gt;&lt;tt&gt;netstat -an | grep 443&lt;/tt&gt;&lt;/p&gt;&lt;p&gt;If the gateway is not running, do the following:&lt;/p&gt;&lt;p&gt;&lt;kbd&gt;&lt;var&gt;PortalServer-base&lt;/var&gt;/bin/psadmin provision-sra  &lt;kbd&gt;&lt;strong&gt;-u&lt;/strong&gt;&lt;/kbd&gt; amadmin &lt;kbd&gt;&lt;strong&gt;-f&lt;/strong&gt;&lt;/kbd&gt; &lt;var&gt;amadmin-password-file&lt;/var&gt; &lt;kbd&gt;&lt;strong&gt;--gateway-profile&lt;/strong&gt;&lt;/kbd&gt; gateway-profile --enable&lt;/kbd&gt;&lt;/p&gt;&lt;p&gt;&lt;kbd&gt;&lt;var&gt;PortalServer-base&lt;/var&gt;/bin/psadmin start-sra-instance  &lt;kbd&gt;&lt;strong&gt;-u&lt;/strong&gt;&lt;/kbd&gt; amadmin &lt;kbd&gt;&lt;strong&gt;-f&lt;/strong&gt;&lt;/kbd&gt; &lt;var&gt;amadmin-password-file&lt;/var&gt; &lt;kbd&gt;&lt;strong&gt;--instance-type&lt;/strong&gt;&lt;/kbd&gt; gateway  &lt;kbd&gt;&lt;strong&gt;--instance-name&lt;/strong&gt;&lt;/kbd&gt; &lt;var&gt;gateway-instance-name&lt;/var&gt;&lt;/kbd&gt;&lt;/p&gt;&lt;ol type="a"&gt;&lt;li&gt;&lt;p&gt;Create a file and add the &lt;tt&gt;amadmin&lt;/tt&gt; password in plaint text.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;Also view the log files. The log file name is picked up from the property  called  &lt;tt&gt;debug.com.sun.portal.handler.java.util.logging.FileHandler.pattern&lt;/tt&gt; in  the &lt;kbd&gt;platform.conf&lt;/kbd&gt; file.&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt; &lt;/li&gt;&lt;li&gt;&lt;p&gt;Run the Portal Server in secure mode by typing the gateway URL in your  browser:&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;kbd&gt;https://&lt;var&gt;gateway-machine-name&lt;/var&gt;:&lt;var&gt;443&lt;/var&gt;&lt;/kbd&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;If you chose a different port number other than the default port (443) during  installation, you need not specify that port number.&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;____________________________________________________________________&lt;/p&gt;&lt;p&gt;now how to uninstall portal server if any problem or issue ...&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div class="pc11 imgMax-590"&gt;&lt;h1 class="sol"&gt;Uninstalling Portal Server&lt;/h1&gt;&lt;p&gt;Use the following procedure to uninstall Portal Server.&lt;/p&gt;&lt;p&gt;&lt;a name="gfcgs"&gt;&lt;/a&gt;&lt;/p&gt;&lt;h2 class="sol"&gt;&lt;img src="../../app/images/procedure.gif" alt="Procedure" width="14" height="12" align="left" /&gt;To Uninstall Portal Server&lt;/h2&gt;&lt;ol type="1"&gt;&lt;li&gt;&lt;p&gt;As a root user, log in to the machine where you installed Portal  Server.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;Change directories to:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;p&gt;&lt;kbd&gt;/var/sadm/prod/SUNWentsys5/&lt;/kbd&gt; on Solaris.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;kbd&gt;/var/sadm/prod/sun-entsys5/&lt;/kbd&gt; on Linux.&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;Type &lt;kbd&gt;./uninstall&lt;/kbd&gt; to uninstall Portal Server.&lt;/p&gt;&lt;p&gt;The Sun Java Enterprise System Uninstall Wizard is displayed.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;Select the components to uninstall and select Next.&lt;/p&gt;&lt;p&gt;If you are uninstalling the Secure Remote Access component, you are asked to  provide the portal administrator, Access Manager administrator, and LDAP  passwords.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;Select Uninstall to uninstall the software.&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/div&gt;&lt;p&gt;&lt;!-- END PC11 COMPONENT V.0 --&gt;&lt;!-- BEGIN D8 COMPONENT V.1 --&gt;&lt;/p&gt;&lt;/div&gt;&lt;p&gt;&lt;!-- END PC11 COMPONENT V.0 --&gt;&lt;!-- BEGIN D8 COMPONENT V.1 --&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5226283768028214309-9075812447509295008?l=certifiedsolaris.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://certifiedsolaris.blogspot.com/feeds/9075812447509295008/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://certifiedsolaris.blogspot.com/2010/02/install-sun-java-system-portal-server.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5226283768028214309/posts/default/9075812447509295008'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5226283768028214309/posts/default/9075812447509295008'/><link rel='alternate' type='text/html' href='http://certifiedsolaris.blogspot.com/2010/02/install-sun-java-system-portal-server.html' title='Install Sun Java System Portal Server 7.1'/><author><name>ahmed khalaf zone</name><uri>http://www.blogger.com/profile/18259449027969703817</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_fPCcxZg2llg/S30M0bPK7uI/AAAAAAAAAO8/Lp38LmYt_9s/s72-c/devsample_0621.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5226283768028214309.post-6268488619963387775</id><published>2010-02-18T00:49:00.001-08:00</published><updated>2011-03-05T12:31:31.215-08:00</updated><title type='text'>step by step installation Sun Solaris Server</title><content type='html'>&lt;h4&gt;Power Up and Media Boot&lt;/h4&gt;&lt;div&gt;&lt;/div&gt;&lt;p&gt;If you don't want to substitute your current operating system and  instead you want to run Solaris as a guest OS or Virtual Machine, please  download and install xVM VirtualBox for free from &lt;a rel="nofollow" href="http://www.virtualbox.org/" target="_blank"&gt;http://www.virtualbox.org&lt;/a&gt;.&lt;/p&gt;&lt;div&gt;&lt;/div&gt;&lt;p&gt;The following procedure can be used to install Solaris 10 5/09 on a  new or used system.&lt;/p&gt;&lt;div&gt;&lt;/div&gt;&lt;ol&gt;&lt;li&gt;Power up the system and insert the first installation CD or DVD  into  the drive tray.&lt;/li&gt;&lt;li&gt;Restart the system. &lt;/li&gt;&lt;li&gt;If the system  appears to be booting from the hard disk and the  Solaris OS installer does not start, power cycle the system (power cycle  is shutting down the power on the system and then restarting the  system). As the system begins to boot, enter setup mode. Typically, the  system displays a message indicating which key to press (such as "Enter  F2 to enter setup", although the key to press varies by manufacturer;  the ESC and F12 keys are other common options.) If you miss the message,  simply restart the system a couple of times until you are able to view  it.&lt;/li&gt;&lt;li&gt;Once in setup mode, specify the boot device for the system.  This  example specifies the CD or DVD drive as the boot device. To do so, find  the list that describes boot order and re-order as needed to ensure the  CD or DVD drive appears first on the list. The system should then boot  from the CD or DVD drive to start the install process.&lt;br /&gt;&lt;span&gt; &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="width: 600px; height: 105px;"&gt;&lt;img src="http://www.sun.com/software/solaris/howtoguides/images/installSolaris_01.gif" border="0" alt="" width="600" height="105" /&gt;&lt;/div&gt;&lt;p&gt;&lt;span&gt; &lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt; &lt;table style="text-align: left;" border="0" cellspacing="0" cellpadding="0" width="100%"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;&lt;span&gt; &lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;div&gt;&lt;span&gt; &lt;/span&gt;&lt;br /&gt;&lt;a name="5"&gt;&lt;/a&gt;&lt;/div&gt;&lt;h4&gt;&lt;a name="TOC-Installing-the-Solaris-10-5-09-Oper"&gt;&lt;/a&gt;Installing  the Solaris 10 5/09 Operating System&lt;/h4&gt;&lt;div&gt;&lt;a name="5a"&gt;&lt;/a&gt;&lt;/div&gt;&lt;p&gt;&lt;strong&gt;Identifying the Console&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;br /&gt;&lt;/strong&gt;&lt;/p&gt;&lt;div&gt;&lt;/div&gt;&lt;p&gt;The next step in the installation process is to select the type of  console for the hardware on which the Solaris OS is being installed. Use  the arrow keys to select the version of the Solaris OS that matches the  hardware configuration. For most x86 systems, use the default  selection.&lt;/p&gt;&lt;div&gt;&lt;/div&gt;&lt;p&gt;Press the ENTER key and boot the version of operating system  selected. The highlighted entry boots in 60 seconds even if a key is not  pressed.&lt;/p&gt;&lt;div&gt;&lt;/div&gt;&lt;p&gt;&lt;span&gt;Note:&lt;/span&gt; Prompts do not appear during the  boot process. If a selection is not made, the screen times out and the  system automatically boots the Solaris OS.&lt;/p&gt;&lt;div&gt;&lt;/div&gt;&lt;div style="width: 600px; height: 332px;"&gt;&lt;img src="http://www.sun.com/software/solaris/howtoguides/images/installSolaris_02.gif" border="0" alt="" width="600" height="332" /&gt;&lt;/div&gt;&lt;div&gt;&lt;span&gt; &lt;/span&gt;&lt;br /&gt;&lt;a name="5b"&gt;&lt;/a&gt;&lt;/div&gt;&lt;p&gt;&lt;strong&gt;Selecting the Type of Installation&lt;/strong&gt;&lt;/p&gt;&lt;div&gt;&lt;/div&gt;&lt;p&gt;&lt;a name='more'&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;After the ENTER key is pressed or the counter times out, a series of  dots will run on the screen and you will see the basic device configuration message along with a menu with six installation  options.&lt;/p&gt;&lt;div&gt;&lt;/div&gt;&lt;div style="width: 600px; height: 126px;"&gt;&lt;img src="http://www.sun.com/software/solaris/howtoguides/images/installSolaris_03.gif" border="0" alt="" width="600" height="126" /&gt;&lt;/div&gt;&lt;div&gt;&lt;span&gt; &lt;/span&gt;&lt;/div&gt;&lt;p&gt;Before this new counter times out, select option 3 to install Solaris  10 5/09 from the beginning using Solaris ZFS as the root file system.  You can get more information on ZFS from &lt;a rel="nofollow" href="http://www.sun.com/software/solaris/zfs.jsp"&gt;http://www.sun.com/software/solaris/zfs.jsp&lt;/a&gt;.&lt;/p&gt;&lt;div&gt;&lt;span&gt; &lt;/span&gt;&lt;/div&gt;&lt;div style="width: 600px; height: 311px;"&gt;&lt;img src="http://www.sun.com/software/solaris/howtoguides/images/installSolaris_04.gif" border="0" alt="" width="600" height="311" /&gt;&lt;/div&gt;&lt;div&gt;&lt;span&gt; &lt;/span&gt;&lt;/div&gt;&lt;p&gt;&lt;span&gt;Note:&lt;/span&gt; If you don't want to use ZFS as  your root filesystem, you can use option 1. Please refer to the previous  version of this "How To Guide."&lt;/p&gt;&lt;div&gt;&lt;/div&gt;&lt;p&gt;Once option 3 is selected, you'll see the following screen with some  information regarding your hardware. Keep in mind that the hardware  information displayed (such as "nge0") may differ from the exact data  displayed below and that each step can take up to a couple of minutes to  complete:&lt;/p&gt;&lt;div&gt;&lt;span&gt; &lt;/span&gt;&lt;/div&gt;&lt;div style="width: 600px; height: 333px;"&gt;&lt;img src="http://www.sun.com/software/solaris/howtoguides/images/installSolaris_05.gif" border="0" alt="" width="600" height="333" /&gt;&lt;/div&gt;&lt;div&gt;&lt;span&gt; &lt;/span&gt;&lt;/div&gt;&lt;p&gt;After a few seconds, you are presented with the keyboard layout  configuration in case you don't have a standard keyboard or if you have a  localized keyboard. If you have a US keyboard, press the [F2] key; if  not, select the right language using the arrow keys to move up or down,  make your selection with the [space bar] and then press [F2] to  continue.&lt;/p&gt;&lt;div&gt;&lt;span&gt; &lt;/span&gt;&lt;/div&gt;&lt;div style="width: 600px; height: 333px;"&gt;&lt;img src="http://www.sun.com/software/solaris/howtoguides/images/installSolaris_06.gif" border="0" alt="" width="600" height="333" /&gt;&lt;/div&gt;&lt;div&gt;&lt;span&gt; &lt;/span&gt;&lt;/div&gt;&lt;p&gt;Immediately, you'll see the following message. Press ENTER to  continue.&lt;/p&gt;&lt;div&gt;&lt;span&gt; &lt;/span&gt;&lt;/div&gt;&lt;div style="width: 600px; height: 330px;"&gt;&lt;img src="http://www.sun.com/software/solaris/howtoguides/images/installSolaris_07.gif" border="0" alt="" width="600" height="330" /&gt;&lt;/div&gt;&lt;div&gt;&lt;span&gt; &lt;/span&gt;&lt;br /&gt;&lt;span&gt; &lt;/span&gt;&lt;br /&gt;&lt;a name="5c"&gt;&lt;/a&gt;&lt;/div&gt;&lt;p&gt;&lt;strong&gt;System Configuration&lt;/strong&gt;&lt;/p&gt;&lt;div&gt;&lt;/div&gt;&lt;p&gt;A series of screens guides you through the Solaris OS configuration  process.&lt;br /&gt;&lt;span&gt;Note:&lt;/span&gt; The graphical screens require a mouse  to be rolled over the window in order to answer questions posed  throughout the configuration process.&lt;/p&gt;&lt;div&gt;&lt;/div&gt;&lt;ol&gt;&lt;li&gt;After you press ENTER, the system configuration process will  start  through a series of windows. Please roll the mouse over the window,  click the mouse, then press ENTER to continue.&lt;br /&gt;&lt;span&gt; &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="width: 600px; height: 358px;"&gt;&lt;img src="http://www.sun.com/software/solaris/howtoguides/images/installSolaris_08.gif" border="0" alt="" width="600" height="358" /&gt;&lt;/div&gt;&lt;p&gt;&lt;span&gt; &lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;Select a language for the system.&lt;br /&gt;&lt;span&gt; &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="width: 600px; height: 359px;"&gt;&lt;img src="http://www.sun.com/software/solaris/howtoguides/images/installSolaris_09.gif" border="0" alt="" width="600" height="359" /&gt;&lt;/div&gt;&lt;p&gt;&lt;span&gt; &lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;A new window, the Solaris Install Console, appears in the  bottom-right corner. This window is used to display pertinent  installation messages. Another window appears in which the Solaris OS  installation questions should be answered. Press [F2] to continue.&lt;br /&gt;&lt;span&gt; &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="width: 600px; height: 449px;"&gt;&lt;img src="http://www.sun.com/software/solaris/howtoguides/images/installSolaris_10.gif" border="0" alt="" width="600" height="449" /&gt;&lt;/div&gt;&lt;p&gt;&lt;span&gt; &lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;The system identification process begins. Press [F2] to  continue:.&lt;br /&gt;&lt;span&gt; &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="width: 600px; height: 449px;"&gt;&lt;img src="http://www.sun.com/software/solaris/howtoguides/images/installSolaris_11.gif" border="0" alt="" width="600" height="449" /&gt;&lt;/div&gt;&lt;p&gt;&lt;span&gt; &lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;The Network Connectivity window appears. Use the default  answer,  (unless you don't have a network) and press [F2] to continue.&lt;br /&gt;&lt;span&gt; &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="width: 600px; height: 450px;"&gt;&lt;img src="http://www.sun.com/software/solaris/howtoguides/images/installSolaris_12.gif" border="0" alt="" width="600" height="450" /&gt;&lt;/div&gt;&lt;p&gt;&lt;span&gt; &lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;The DHCP selection appears. For most cases, just select DHCP  for  your network configuration using the arrow keys and the space bar to  make the selection and then press [F2] to continue.&lt;br /&gt;&lt;span&gt; &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="width: 600px; height: 450px;"&gt;&lt;img src="http://www.sun.com/software/solaris/howtoguides/images/installSolaris_13.gif" border="0" alt="" width="600" height="450" /&gt;&lt;/div&gt;&lt;p&gt;&lt;span&gt; &lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;The IPv6 window appears. Just use the default and press [F2] to   continue.&lt;br /&gt;&lt;span&gt; &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="width: 600px; height: 448px;"&gt;&lt;img src="http://www.sun.com/software/solaris/howtoguides/images/installSolaris_14.gif" border="0" alt="" width="600" height="448" /&gt;&lt;/div&gt;&lt;p&gt;&lt;span&gt; &lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;The Confirmation window appears. If you agree with your  selections,  press [F2] to continue; if not, press [F4] and the process will go back  to step 5.&lt;br /&gt;&lt;span&gt; &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="width: 600px; height: 449px;"&gt;&lt;img src="http://www.sun.com/software/solaris/howtoguides/images/installSolaris_15.gif" border="0" alt="" width="600" height="449" /&gt;&lt;/div&gt;&lt;p&gt;&lt;span&gt; &lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;The Security Policy window appears. Use the default for No  Kerberos  configuration, then press [F2] to continue.&lt;br /&gt;&lt;span&gt; &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="width: 600px; height: 450px;"&gt;&lt;img src="http://www.sun.com/software/solaris/howtoguides/images/installSolaris_16.gif" border="0" alt="" width="600" height="450" /&gt;&lt;/div&gt;&lt;p&gt;&lt;span&gt; &lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;For confirmation of your policy selection, press [F2] and  continue  to the next screen.&lt;br /&gt;&lt;span&gt; &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="width: 600px; height: 450px;"&gt;&lt;img src="http://www.sun.com/software/solaris/howtoguides/images/installSolaris_17.gif" border="0" alt="" width="600" height="450" /&gt;&lt;/div&gt;&lt;p&gt;&lt;span&gt; &lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;The Name Service window appears. Select NONE using the arrow  keys  and pressing the space bar to select, then press [F2] to continue.&lt;br /&gt;&lt;span&gt; &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="width: 600px; height: 448px;"&gt;&lt;img src="http://www.sun.com/software/solaris/howtoguides/images/installSolaris_18.gif" border="0" alt="" width="600" height="448" /&gt;&lt;/div&gt;&lt;p&gt;&lt;span&gt; &lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;For confirmation of your selection, press [F2] and continue to  the  next screen.&lt;br /&gt;&lt;span&gt; &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="width: 600px; height: 448px;"&gt;&lt;img src="http://www.sun.com/software/solaris/howtoguides/images/installSolaris_19.gif" border="0" alt="" width="600" height="448" /&gt;&lt;/div&gt;&lt;p&gt;&lt;span&gt; &lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;The NFSv4 domain name window appears. Let the system use the  default  option and press [F2] to continue.&lt;br /&gt;&lt;span&gt; &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="width: 600px; height: 450px;"&gt;&lt;img src="http://www.sun.com/software/solaris/howtoguides/images/installSolaris_20.gif" border="0" alt="" width="600" height="450" /&gt;&lt;/div&gt;&lt;p&gt;&lt;span&gt; &lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;For confirmation of your selection, press [F2] to continue to  the  next screen.&lt;br /&gt;&lt;span&gt; &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="width: 600px; height: 449px;"&gt;&lt;img src="http://www.sun.com/software/solaris/howtoguides/images/installSolaris_21.gif" border="0" alt="" width="600" height="449" /&gt;&lt;/div&gt;&lt;p&gt;&lt;span&gt; &lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;The Time Zone window appears. Next, set the time zone for the  system. This example sets the Americas time zone. Use the arrow keys and  the space bar to make the selection, then press [F2] to continue.&lt;br /&gt;&lt;span&gt; &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="width: 600px; height: 448px;"&gt;&lt;img src="http://www.sun.com/software/solaris/howtoguides/images/installSolaris_22.gif" border="0" alt="" width="600" height="448" /&gt;&lt;/div&gt;&lt;p&gt;&lt;span&gt; &lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;Time Zone cont'd. Set the United States Country &amp;amp; Region,  then  press [F2] to continue.&lt;br /&gt;&lt;span&gt; &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="width: 600px; height: 448px;"&gt;&lt;img src="http://www.sun.com/software/solaris/howtoguides/images/installSolaris_23.gif" border="0" alt="" width="600" height="448" /&gt;&lt;/div&gt;&lt;p&gt;&lt;span&gt; &lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;Time Zone cont'd. Set the Pacific Time, then press [F2] to  continue.&lt;br /&gt;&lt;span&gt; &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="width: 600px; height: 449px;"&gt;&lt;img src="http://www.sun.com/software/solaris/howtoguides/images/installSolaris_24.gif" border="0" alt="" width="600" height="449" /&gt;&lt;/div&gt;&lt;p&gt;&lt;span&gt; &lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;Set current date and time. Use arrow keys and keyboard to  change the  proposed date and time, then press [F2] to continue.&lt;br /&gt;&lt;span&gt; &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="width: 600px; height: 450px;"&gt;&lt;img src="http://www.sun.com/software/solaris/howtoguides/images/installSolaris_25.gif" border="0" alt="" width="600" height="450" /&gt;&lt;/div&gt;&lt;p&gt;&lt;span&gt; &lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;To confirm your selection, press [F2] to continue.&lt;br /&gt;&lt;span&gt; &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="width: 600px; height: 448px;"&gt;&lt;img src="http://www.sun.com/software/solaris/howtoguides/images/installSolaris_26.gif" border="0" alt="" width="600" height="448" /&gt;&lt;/div&gt;&lt;p&gt;&lt;span&gt; &lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;The Root Password window appears. Set the root password. Note  the  password typed remains invisible. Re-enter the password in the second  box and press [F2] to continue.&lt;br /&gt;&lt;span&gt; &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="width: 600px; height: 446px;"&gt;&lt;img src="http://www.sun.com/software/solaris/howtoguides/images/installSolaris_27.gif" border="0" alt="" width="600" height="446" /&gt;&lt;/div&gt;&lt;p&gt;&lt;span&gt; &lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;The Network Services window appears. Click [F2] to continue.&lt;br /&gt;&lt;span&gt; &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="width: 600px; height: 449px;"&gt;&lt;img src="http://www.sun.com/software/solaris/howtoguides/images/installSolaris_28.gif" border="0" alt="" width="600" height="449" /&gt;&lt;/div&gt;&lt;p&gt;&lt;span&gt; &lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;The Remote Services window appears. In this window, you can  choose a  "Secure by default" Solaris installation, but afterwards individual  services should be enabled. If you are unsure of your type of  installation, follow the default "Yes" to enable all remote services and  press [F2] to continue.&lt;br /&gt;&lt;span&gt; &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="width: 600px; height: 450px;"&gt;&lt;img src="http://www.sun.com/software/solaris/howtoguides/images/installSolaris_29.gif" border="0" alt="" width="600" height="450" /&gt;&lt;/div&gt;&lt;p&gt;&lt;span&gt; &lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;The Install Progress window appears. Wait for a few minutes  while  Solaris installs on your system. After the installation is completed,  the system will reboot automatically and will start the Solaris OS.  Remember that in some cases, you will have to eject the media manually.&lt;br /&gt;&lt;span&gt; &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="width: 600px; height: 449px;"&gt;&lt;img src="http://www.sun.com/software/solaris/howtoguides/images/installSolaris_30.gif" border="0" alt="" width="600" height="449" /&gt;&lt;/div&gt;&lt;p&gt;&lt;span&gt; &lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;The Eject CD/DVD window appears. Use the default. Press [F2] to   continue; the system will automatically eject the media after  installation.&lt;br /&gt;&lt;span&gt; &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="width: 600px; height: 449px;"&gt;&lt;img src="http://www.sun.com/software/solaris/howtoguides/images/installSolaris_31.gif" border="0" alt="" width="600" height="449" /&gt;&lt;/div&gt;&lt;p&gt;&lt;span&gt; &lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;The Reboot After Installation window appears. Use the default,  press  [F2] to continue.&lt;br /&gt;&lt;span&gt; &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="width: 600px; height: 451px;"&gt;&lt;img src="http://www.sun.com/software/solaris/howtoguides/images/installSolaris_32.gif" border="0" alt="" width="600" height="451" /&gt;&lt;/div&gt;&lt;p&gt;&lt;span&gt; &lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;The Confirmation window appears; press [F2] to continue. In  some  cases, the system will not be able to eject the media after  installation. Be sure to eject it manually to avoid starting the  installation process again; if after the installation your system didn't  eject the media and the install process started again, you can simply  reboot your system. During the boot process, eject the media and the  system will boot from the hard disk using the freshly installed Solaris  10 image.&lt;br /&gt;&lt;span&gt; &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="width: 600px; height: 449px;"&gt;&lt;img src="http://www.sun.com/software/solaris/howtoguides/images/installSolaris_33.gif" border="0" alt="" width="600" height="449" /&gt;&lt;/div&gt;&lt;p&gt;&lt;span&gt; &lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;The License window appears. Please read the Solaris License  Agreement, and if you agree, press [F2] to continue.&lt;br /&gt;&lt;span&gt; &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="width: 600px; height: 449px;"&gt;&lt;img src="http://www.sun.com/software/solaris/howtoguides/images/installSolaris_34.gif" border="0" alt="" width="600" height="449" /&gt;&lt;/div&gt;&lt;p&gt;&lt;span&gt; &lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;The Geographic Regions window appears. To add support for other   regions, select the desired region; if not, press [F2] to continue.&lt;br /&gt;&lt;span&gt; &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="width: 600px; height: 448px;"&gt;&lt;img src="http://www.sun.com/software/solaris/howtoguides/images/installSolaris_35.gif" border="0" alt="" width="600" height="448" /&gt;&lt;/div&gt;&lt;p&gt;&lt;span&gt; &lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;The System Locale window appears. Press [F2] to continue.&lt;br /&gt;&lt;span&gt; &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="width: 600px; height: 449px;"&gt;&lt;img src="http://www.sun.com/software/solaris/howtoguides/images/installSolaris_36.gif" border="0" alt="" width="600" height="449" /&gt;&lt;/div&gt;&lt;p&gt;&lt;span&gt; &lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;The Selection of Additional Products window appears. Press [F2]  to  continue.&lt;br /&gt;&lt;span&gt; &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="width: 600px; height: 449px;"&gt;&lt;img src="http://www.sun.com/software/solaris/howtoguides/images/installSolaris_37.gif" border="0" alt="" width="600" height="449" /&gt;&lt;/div&gt;&lt;p&gt;&lt;span&gt; &lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;The Root File System selection window appears. Select ZFS and  press  [F2] to continue.&lt;br /&gt;&lt;span&gt; &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="width: 600px; height: 449px;"&gt;&lt;img src="http://www.sun.com/software/solaris/howtoguides/images/installSolaris_38.gif" border="0" alt="" width="600" height="449" /&gt;&lt;/div&gt;&lt;p&gt;&lt;span&gt; &lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;The Software Selection window appears. Use the default and  press  [F2] to continue.&lt;br /&gt;&lt;span&gt; &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="width: 600px; height: 449px;"&gt;&lt;img src="http://www.sun.com/software/solaris/howtoguides/images/installSolaris_39.gif" border="0" alt="" width="600" height="449" /&gt;&lt;/div&gt;&lt;p&gt;&lt;span&gt; &lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;The Disk Selection window appears. Use the default and press  [F2] to  continue.&lt;br /&gt;&lt;span&gt; &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="width: 600px; height: 450px;"&gt;&lt;img src="http://www.sun.com/software/solaris/howtoguides/images/installSolaris_40.gif" border="0" alt="" width="600" height="450" /&gt;&lt;/div&gt;&lt;p&gt;&lt;span&gt; &lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;The ZFS Configuration window appears. Use the default and press  [F2]  to continue.&lt;br /&gt;&lt;span&gt; &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="width: 600px; height: 450px;"&gt;&lt;img src="http://www.sun.com/software/solaris/howtoguides/images/installSolaris_41.gif" border="0" alt="" width="600" height="450" /&gt;&lt;/div&gt;&lt;p&gt;&lt;span&gt; &lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;The Remote Mounts window appears. Use the default and press  [F2] to  continue.&lt;br /&gt;&lt;span&gt; &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="width: 600px; height: 449px;"&gt;&lt;img src="http://www.sun.com/software/solaris/howtoguides/images/installSolaris_42.gif" border="0" alt="" width="600" height="449" /&gt;&lt;/div&gt;&lt;p&gt;&lt;span&gt; &lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;The Profile window appears. On this window, you can see a  technical  description of how Solaris will be installed on your system. Press [F2]  to continue.&lt;br /&gt;&lt;span&gt; &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="width: 600px; height: 449px;"&gt;&lt;img src="http://www.sun.com/software/solaris/howtoguides/images/installSolaris_43.gif" border="0" alt="" width="600" height="449" /&gt;&lt;/div&gt;&lt;p&gt;&lt;span&gt; &lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;The Install Progress window appears. Wait for a few minutes  while  Solaris installs on your system. After the installation is completed,  the system will reboot automatically and will start the Solaris OS.  Remember that in some cases, you will have to eject the media manually.&lt;br /&gt;&lt;span&gt; &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="width: 600px; height: 450px;"&gt;&lt;img src="http://www.sun.com/software/solaris/howtoguides/images/installSolaris_44.gif" border="0" alt="" width="600" height="450" /&gt;&lt;/div&gt;&lt;p&gt;&lt;span&gt; &lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;Now you have successfully installed Solaris 10 5/09 on your  system.  Login using the root user and the password you assigned on step 19.&lt;br /&gt;&lt;span&gt; &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="width: 600px; height: 449px;"&gt;&lt;img src="http://www.sun.com/software/solaris/howtoguides/images/installSolaris_45.gif" border="0" alt="" width="600" height="449" /&gt;&lt;/div&gt;&lt;p&gt;&lt;span&gt; &lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;&lt;div&gt;&lt;/div&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Best regards.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;wait for your lovely comment  : )&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5226283768028214309-6268488619963387775?l=certifiedsolaris.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://certifiedsolaris.blogspot.com/feeds/6268488619963387775/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://certifiedsolaris.blogspot.com/2010/02/step-by-step-installation-sun-solaris.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5226283768028214309/posts/default/6268488619963387775'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5226283768028214309/posts/default/6268488619963387775'/><link rel='alternate' type='text/html' href='http://certifiedsolaris.blogspot.com/2010/02/step-by-step-installation-sun-solaris.html' title='step by step installation Sun Solaris Server'/><author><name>ahmed khalaf zone</name><uri>http://www.blogger.com/profile/18259449027969703817</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5226283768028214309.post-3305253952215883867</id><published>2009-12-25T12:03:00.000-08:00</published><updated>2011-03-05T12:31:50.918-08:00</updated><title type='text'>How to setup more than 255 virtual ethernets</title><content type='html'>&lt;div style="text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_fPCcxZg2llg/SzUezuIsgXI/AAAAAAAAAO0/-c5Mw-Sie04/s1600-h/e-card.jpg" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"&gt;&lt;img id="BLOGGER_PHOTO_ID_5419271600516923762" style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 400px; height: 196px;" src="http://2.bp.blogspot.com/_fPCcxZg2llg/SzUezuIsgXI/AAAAAAAAAO0/-c5Mw-Sie04/s400/e-card.jpg" border="0" alt="" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;p&gt;&lt;strong&gt;&amp;nbsp;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt; &lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Introduction:&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Solaris 8 can support up to 8192 virtual ethernets per card (HME, QFE or GE). On virtual interfaces greater than 255 and on Solaris 8&lt;/strong&gt;, the following needs to be considered:&lt;/p&gt;&lt;p&gt;It will take over 1 hours to plumb and IP address all of the interfaces.&lt;br /&gt;You will need to create an RC script to due the setup.&lt;br /&gt;You should consider using RUN level 4 (init 4) for starting the interfaces.&lt;br /&gt;You will need to run an NDD command to allow that many interfaces.&lt;br /&gt;You will need to consider networking and routing issues (not covered by this FAQ)&lt;br /&gt;FYI: Don't try creating 8192 files (hostname.hme:????). It won't work and it will take 2 hours for the system to boot with errors.&lt;/p&gt;&lt;p&gt;&lt;strong&gt; Step 1.&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;Modify /etc/init.d/inetinit&lt;/p&gt;&lt;p&gt;Add the following line to the bottom:&lt;/p&gt;&lt;p&gt;&lt;a name='more'&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;"/usr/sbin/ndd -set /dev/ip ip_addrs_per_if 8192" (8192 is the max number of interfaces)&lt;/p&gt;&lt;p&gt;&lt;strong&gt; Step 2.&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;Create a start/stop script in /etc/init.d/ and link to K &amp;amp; S scripts. This sample was orginally found in SUN Solve infodoc 16369 and was modified. When I have time I am going to re-write this as bourne shell and consider some methods for parallizing it.&lt;/p&gt;&lt;p&gt;script follows: (download just the script from here)&lt;/p&gt;&lt;p&gt;Name it like (/etc/init.d/virtual.if)&lt;/p&gt;&lt;p&gt;##!/bin/ksh&lt;br /&gt;# Configuration Area&lt;br /&gt;# set this value to the nuber of logical interfaces you want per physical IF&lt;br /&gt;typeset -i N=500&lt;br /&gt;#&lt;br /&gt;#set these to the IP addrs you want to configure&lt;br /&gt;typeset -i IP3=172&lt;br /&gt;typeset -i IP2=16&lt;br /&gt;typeset -i IP1=10&lt;br /&gt;typeset -i IP0=0&lt;br /&gt;typeset -i n=0&lt;br /&gt;# What kind of interface  (le, hme, qfe, ge)&lt;br /&gt;PIF=hme0&lt;br /&gt;# No Changes below this line&lt;br /&gt;##################################################&lt;br /&gt;while ((n&lt;strong&gt; Step 3:&lt;/strong&gt;&lt;br /&gt;Test the ndd and the script prior to linking the start/stop script.&lt;br /&gt;Make the script executable (chmod +x /etc/init.d/virtual.if)&lt;/p&gt;&lt;p&gt;&lt;strong&gt; Step 4:&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;Link the scripts&lt;br /&gt;(I recommend putting it in run level four and changing the inittab when you get everything working otherwise)&lt;br /&gt;ln /etc/init.d/virtual.if /etc/rc2.d/K10virtual.interfaces&lt;br /&gt;ln /etc/init.d/virtual.if /etc/rc3.d/S99virtual.interfaces&lt;/p&gt;&lt;p&gt;&lt;strong&gt; Caveats and issues:&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;1)Consider putting in a hostname into etc hosts.&lt;/p&gt;&lt;p&gt;2)Consider setting up IPMP in Solaris 8&lt;/p&gt;&lt;p&gt;3)Make sure that your application does not bind to all IPs unless you want it to.&lt;/p&gt;&lt;p&gt;4)Some software may have real issues (unnamed Database company specific version) with too many virtual interfaces. This is a warning for good trouble shooting.&lt;/p&gt;&lt;p&gt;5)Consider looking into this parameter "tcp_deferred_ack_interval=1" if you are going to be transferring lots of small files.&lt;/p&gt;&lt;p&gt;6)It takes a really long time to configure this many interfaces.. *HOURS*&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5226283768028214309-3305253952215883867?l=certifiedsolaris.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://certifiedsolaris.blogspot.com/feeds/3305253952215883867/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://certifiedsolaris.blogspot.com/2009/12/how-to-setup-more-than-255-virtual.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5226283768028214309/posts/default/3305253952215883867'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5226283768028214309/posts/default/3305253952215883867'/><link rel='alternate' type='text/html' href='http://certifiedsolaris.blogspot.com/2009/12/how-to-setup-more-than-255-virtual.html' title='How to setup more than 255 virtual ethernets'/><author><name>ahmed khalaf zone</name><uri>http://www.blogger.com/profile/18259449027969703817</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_fPCcxZg2llg/SzUezuIsgXI/AAAAAAAAAO0/-c5Mw-Sie04/s72-c/e-card.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5226283768028214309.post-4714846234574991177</id><published>2009-09-25T18:08:00.000-07:00</published><updated>2009-09-26T07:12:00.171-07:00</updated><title type='text'>Amazing Sun server in the hole world</title><content type='html'>&lt;a style="" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_fPCcxZg2llg/Sr4dZoy_W_I/AAAAAAAAAOs/RBrpb2xdrEU/s1600-h/sun.jpg"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 400px; height: 267px;" src="http://2.bp.blogspot.com/_fPCcxZg2llg/Sr4dZoy_W_I/AAAAAAAAAOs/RBrpb2xdrEU/s400/sun.jpg" alt="" id="BLOGGER_PHOTO_ID_5385774530666912754" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;Now wounder why IBM Company did a lot of effort to expend and marketing them own product in towards put 1000$ U.S Dolor support of parts&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;here is the presentation on new super server.&lt;br /&gt;&lt;br /&gt;&lt;object id="flashObj" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,47,0" height="322" width="486"&gt;&lt;param name="movie" value="http://c.brightcove.com/services/viewer/federated_f9/1640183659?isVid=1&amp;amp;publisherID=1460825906"&gt;&lt;param name="bgcolor" value="#FFFFFF"&gt;&lt;param name="flashVars" value="videoId=40139277001&amp;amp;playerID=1640183659&amp;amp;domain=embed&amp;amp;"&gt;&lt;param name="base" value="http://admin.brightcove.com"&gt;&lt;param name="seamlesstabbing" value="false"&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;param name="swLiveConnect" value="true"&gt;&lt;param name="allowScriptAccess" value="always"&gt;&lt;embed src="http://c.brightcove.com/services/viewer/federated_f9/1640183659?isVid=1&amp;amp;publisherID=1460825906" bgcolor="#FFFFFF" flashvars="videoId=40139277001&amp;amp;playerID=1640183659&amp;amp;domain=embed&amp;amp;" base="http://admin.brightcove.com" name="flashObj" seamlesstabbing="false" type="application/x-shockwave-flash" allowfullscreen="true" swliveconnect="true" allowscriptaccess="always" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" height="322" width="486"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5226283768028214309-4714846234574991177?l=certifiedsolaris.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://certifiedsolaris.blogspot.com/feeds/4714846234574991177/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://certifiedsolaris.blogspot.com/2009/09/amazing-sun-server-in-hole-world.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5226283768028214309/posts/default/4714846234574991177'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5226283768028214309/posts/default/4714846234574991177'/><link rel='alternate' type='text/html' href='http://certifiedsolaris.blogspot.com/2009/09/amazing-sun-server-in-hole-world.html' title='Amazing Sun server in the hole world'/><author><name>ahmed khalaf zone</name><uri>http://www.blogger.com/profile/18259449027969703817</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_fPCcxZg2llg/Sr4dZoy_W_I/AAAAAAAAAOs/RBrpb2xdrEU/s72-c/sun.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5226283768028214309.post-1230266136688835462</id><published>2009-09-25T06:29:00.000-07:00</published><updated>2011-03-05T12:32:37.662-08:00</updated><title type='text'>AXIGEN Mail Server</title><content type='html'>&lt;p&gt;&lt;a href="http://1.bp.blogspot.com/_fPCcxZg2llg/Sr0PebeE9lI/AAAAAAAAAOc/F1gkCTIhDRc/s1600-h/e.png" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://3.bp.blogspot.com/_fPCcxZg2llg/Sr0GjnBNuiI/AAAAAAAAANU/Vqa0EE942vw/s1600-h/AXIGEN-Mail-Server-Review-2.png" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"&gt;&lt;img id="BLOGGER_PHOTO_ID_5385467938244246050" style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 400px; height: 251px;" src="http://3.bp.blogspot.com/_fPCcxZg2llg/Sr0GjnBNuiI/AAAAAAAAANU/Vqa0EE942vw/s400/AXIGEN-Mail-Server-Review-2.png" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;A perfect answer to the complex challenges and requirements of collaborative Enterprises, the AXIGEN Mail Server features Groupware, Personal Organizer, Public Folders, Account Classes and much more. Offering advanced security policies and efficient 24x7 technical support services, the Enterprise messaging solution targets businesses with elaborate hierarchies and managing one or more offices&lt;/p&gt;&lt;p&gt;Features:&lt;/p&gt;&lt;p&gt;&amp;bull; Shared folders &amp;amp; permissions with other (groups of) users&lt;br /&gt;&amp;bull; Grant permissions on specific folders to a user group&lt;br /&gt;&amp;bull; Permissions: backed-up &amp;amp; restored using FTP-Backup&lt;br /&gt;&amp;bull; Personal Organizer: Calendar/Tasks/Journal/Notes &amp;amp; collaborative support available from WebMail &amp;amp; Outlook&lt;br /&gt;&amp;bull; Active Directory Integration&lt;br /&gt;&amp;bull; Outlook Rules Wizard&lt;br /&gt;&amp;bull; Multiple AntiVirus &amp;amp; AntiSpam support&lt;br /&gt;&amp;bull; Anti Impersonation policies&lt;br /&gt;&amp;bull; Password Enforcement Policies&lt;br /&gt;&amp;bull; SMTP Firewall&lt;br /&gt;&amp;bull; Built-in Milter support&lt;br /&gt;&amp;bull; Clustering support&lt;br /&gt;&amp;bull; Delegated Administration&lt;br /&gt;&amp;bull; Comprehensive charts &amp;amp; statistics&lt;br /&gt;&amp;bull; SNMP support&lt;br /&gt;&amp;bull; Single storage of emails sent to multiple recipients&lt;br /&gt;&amp;bull; Automatic migration tools&lt;br /&gt;&amp;bull; and many more...&lt;/p&gt;&lt;p&gt;&lt;span id="intelliTxt"&gt;&lt;br /&gt;&lt;span style="color: #0000ff;"&gt;&lt;strong&gt;Installation&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;Being accompanied by comprehensive documentation, the AXIGEN Mail Server installation is a pretty straightforward process and can be done by almost anybody, provided they have at least some base Linux terminal knowledge, as it needs su privileges. And knowing that this product is mainly for IT professionals, the command-line installation is as easy as it can be. Leaving that aside, it is also very fast and you will be ready to configure your settings in no more, probably less, than two minutes. After the install process is finished, the services won't start automatically, as you must do the initial configuration: setting the admin password, primary domain, SMTP and POP3 interfaces etc. Fast forward, and you are ready to start your mail server, but not before shutting down other web or mail services (Apache, Sendmail, Postfix, IMAPD, Dovecot) that could interfere with AXIGEN. That being done, simply run the following two commands "sudo /etc/init.d/axigen start" and "sudo /etc/init.d/axigenfilters start" and you have a working mail server ready to be further tweaked to your needs using the simple, clean and efficient web interface.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;span style="color: #0000ff;"&gt;The Web Interface&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;After typing in the password, you enter the WebAdmin panel and everything is exactly where you would expect it to be. The left pane displays all the categories, the middle pane shows the settings for the selected subcategory, and on the right, Contextual Help is available for quick understanding of what's going on in that page. Also, in the upper-right hand corner of the interface, a "Home" icon will appear if you leave the first page. Near it, a useful "Contact Support" link will accompany you on every screen, facilitating a quick access to assistance.&lt;/p&gt;&lt;p&gt;The first category is "Global settings" in which you can view your Primary Domain and the SSL Random File. Under that, another panel will display license information like the numbers of machines and mailboxes that are managed, the Tech Support provider, currently installed addons and other details regarding the limitations of the license you bought.&lt;/p&gt;&lt;p&gt;&lt;a name='more'&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;The Services category is where you start, stop, restart and configure all of AXIGEN's mail services (POP3, IMAP, SMTP, etc.). The very thorough configuration subcategories allow you to customize your server to the finest details. A simple Log Level slider exists in almost all settings pages and will instruct AXIGEN to either log everything or only critical events. The Flow control will allow you to limit the number of simultaneous connections and the maximum connections per x seconds, minutes, hours or days. Error control will close sessions after a number of invalid commands received from clients or failed authentication attempts. This number can range from 0 to 100. There is also support for the StartTLS technology &amp;ndash; a quality Encryption and Authentication method and Thread Management for normal or overload situations. You can even set the Greeting message for the POP3 and IMAP services. Another "safety net" provided by AXIGEN is Email Loop Protection that will reject emails that have more than "X" received headers.&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;div style="text-align: center;"&gt;&lt;/div&gt;&lt;p&gt;&lt;a href="http://4.bp.blogspot.com/_fPCcxZg2llg/Sr0JPOd0OgI/AAAAAAAAANc/zFnkWZW71Po/s1600-h/1.jpg" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"&gt;&lt;img id="BLOGGER_PHOTO_ID_5385470886590822914" style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 253px;" src="http://4.bp.blogspot.com/_fPCcxZg2llg/Sr0JPOd0OgI/AAAAAAAAANc/zFnkWZW71Po/s400/1.jpg" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span id="intelliTxt"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;The Domains &amp;amp; Accounts control panel is pretty self-explanatory, letting you manage your domains, accounts, groups, mailing lists, public folders and account classes. A nifty feature that you'll come across when adding a new account, group, mailing list or account class for multi-domain servers comes in the form of an autocomplete field that will filter domains while you type, saving precious time or just helping you through a memory lapse.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;span style="color: #0000ff;"&gt;Security and Filtering&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;With huge amounts of spam, malware and viruses coming 24/7 from all over the world, the true power of a mail server solution might just stand in its ability to filter out these pests constantly while still allowing legit emails to get through. AXIGEN is able to work with several applications to address these issues. Support for SpamAssassin, AVG, AVAST, ClamAV, Commtouch, amavis is available, along with the more generic aximilter interface, which enables connecting to even more security or filtering products. All these solutions will attempt to clean infected emails and if that's not possible it's your choice what to do next. You can either still deliver them, move them to trash or just discard them. The same goes for emails marked as suspicious. The AntiSpam configuration features two 0-10 thresholds with 0 meaning not spam and 10 being spam. After receiving a score from SpamAssasin, the messages will either be sent to the SPAM folder or deleted, according to the readout on the threshold. For example, if you set the "move to spam" threshold at 5 and the "delete" threshold at 8, all messages that get a 5 or higher score will be moved to the spam folder and those with an 8 or higher score will automatically be deleted. Very, very helpful and so easy. Of course, you can always integrate your favorite AntiVirus solutions and create Whitelists and Blacklists for specific addresses. Other anti-spam methods include country filtering (in collaboration with MaxMind geolocation service), Sender Policy Framework, Domain Keys, DNS BlackLists and DNS Check.&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;table align="center"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td valign="top"&gt;&lt;a title="Click to view large image" href="http://news.softpedia.com/images/extra/LINUX/large/axigenreview-large_003.jpg" target="_blank"&gt;&lt;img src="http://news.softpedia.com/images/extra/LINUX/small/axigenreview-small_003.png" border="0" alt="Review image" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;p&gt;&lt;span style="color: #0000ff;"&gt;&lt;strong&gt;Status and Monitoring&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;AXIGEN Mail Server offers a comprehensive reporting service and has the ability to create charts for an easy overview of the server's load and activity. You can enable SNMP (Simple Network Management Protocol) and add listeners for it, collect domain and domain object data (with the option of renewing samples at an interval ranging from 0 to 848 weeks) and set the logging level.&lt;/p&gt;&lt;p&gt;When creating a new chart, you are asked to name it and add it to an existing group, or create a new one. Next, set the start/end time and dates, choose the data you want to be used, play around with the colors if you don't like the default ones and that's it. It will start monitoring and you can, at any time, download the collected data summary either as a CSV or an XML file.&lt;/p&gt;&lt;p&gt;The storage chart will give you a quick look at how much space is being used, but you can also view a detailed version of it, which provides more in-depth information. Note that AXIGEN Mail Server will only use what it needs to use, with an auto-expanding storage size (of course, within the limits imposed by you).&lt;/p&gt;&lt;p&gt;In the logging subcategory you can decide whether you want to separate service logs or centralize them in a single file. You can also view saved logs (.txt extension) right from the interface.&lt;br /&gt;&lt;span style="color: #0000ff;"&gt;&lt;strong&gt;&lt;br /&gt;Migration and Back-up&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;AXIGEN offers automatic and manual migration solutions through IMAP. All domains, accounts and mailboxes from any mail server platform can be migrated seamlessly; it will even copy the server's login credentials and create an exact replica of it. You simply cannot ask for a simpler tool.&lt;/p&gt;&lt;p&gt;&lt;a href="http://1.bp.blogspot.com/_fPCcxZg2llg/Sr0KbCgtNgI/AAAAAAAAANs/N517_iSBAXY/s1600-h/4.jpg" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"&gt;&lt;img id="BLOGGER_PHOTO_ID_5385472189051778562" style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 385px;" src="http://1.bp.blogspot.com/_fPCcxZg2llg/Sr0KbCgtNgI/AAAAAAAAANs/N517_iSBAXY/s400/4.jpg" border="0" alt="" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;span id="intelliTxt"&gt;The AXIGEN team also included a complete Back-up &amp;amp; Restore function (with flow, error and thread controls) facilitating full or partial restores and both offline and online backups. This service can also be accessed from more than one location, giving administrators the ability to set access rules for specific IPs. Advanced clustering support with multi-tier setups, LDAP authentication and routing, SMTP routing to back-end, POP3 &amp;amp; IMAP WebMail proxies and integration with the RH Cluster Suite are also available.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://4.bp.blogspot.com/_fPCcxZg2llg/Sr0KnbXvkuI/AAAAAAAAAN0/uBqI5W_MR3w/s1600-h/5.jpg" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"&gt;&lt;img id="BLOGGER_PHOTO_ID_5385472401883501282" style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 329px;" src="http://4.bp.blogspot.com/_fPCcxZg2llg/Sr0KnbXvkuI/AAAAAAAAAN0/uBqI5W_MR3w/s400/5.jpg" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span id="intelliTxt"&gt;&lt;br /&gt;End-users are also sure to have a great experience using AXIGEN's email services with features like:&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&amp;middot; Localized WebMail clients&lt;br /&gt;&amp;middot; Mobile WebMail&lt;br /&gt;&amp;middot; Personal organizer&lt;br /&gt;&amp;middot; Address book&lt;br /&gt;&amp;middot; Multiple skins&lt;br /&gt;&amp;middot; Printer friendly emails&lt;br /&gt;&amp;middot; Out-of-office messages and much more.&lt;/p&gt;&lt;p&gt;&lt;em&gt;&lt;strong&gt;The Good&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;&lt;p&gt;Fast installation and configuration, quick understanding of all the functions under a very clean and efficient Webadmin interface and a plethora of settings that can be tweaked are some of AXIGEN Mail Server's strong points. Add those to stability, almost unbeatable security and great overall performance and you get this high-class mail server solution.&lt;/p&gt;&lt;p&gt;&lt;em&gt;&lt;strong&gt;The Bad&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;&lt;p&gt;Newer Linux distributions are not fully supported. The AXIGEN mail server refused to start automatically at bootup on Ubuntu 8.10, which was released quite a while ago. But this is definitely not a huge problem and, knowing that Gecad updates the server quite often, I'm sure this bug will be addressed in no time.&lt;/p&gt;&lt;p&gt;&lt;em&gt;&lt;strong&gt;The Truth&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;&lt;p&gt;Whether you are an admin or an end-user, working with or under AXIGEN's mail server is bound to make you a lot more efficient and a lot less worried. Yet another great product from a company worthy of its reputation.&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.axigen.com/mail-server/download/"&gt;Download&lt;/a&gt; it:&lt;br /&gt;here you can chose your suitable Operating System (redhat,ubuntu,solaris  ...etc)&lt;/p&gt;&lt;p&gt;&lt;a href="http://2.bp.blogspot.com/_fPCcxZg2llg/Sr0O2EvKujI/AAAAAAAAAN8/g_Ocdu2nPrM/s1600-h/a.png" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"&gt;&lt;img id="BLOGGER_PHOTO_ID_5385477051552283186" style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 256px;" src="http://2.bp.blogspot.com/_fPCcxZg2llg/Sr0O2EvKujI/AAAAAAAAAN8/g_Ocdu2nPrM/s400/a.png" border="0" alt="" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://1.bp.blogspot.com/_fPCcxZg2llg/Sr0PenHzGOI/AAAAAAAAAOk/eRW4RbVv_Co/s1600-h/f.png" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"&gt;&lt;img id="BLOGGER_PHOTO_ID_5385477747977165026" style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 255px;" src="http://1.bp.blogspot.com/_fPCcxZg2llg/Sr0PenHzGOI/AAAAAAAAAOk/eRW4RbVv_Co/s400/f.png" border="0" alt="" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://1.bp.blogspot.com/_fPCcxZg2llg/Sr0PebeE9lI/AAAAAAAAAOc/F1gkCTIhDRc/s1600-h/e.png" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"&gt;&lt;img id="BLOGGER_PHOTO_ID_5385477744849385042" style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 254px;" src="http://1.bp.blogspot.com/_fPCcxZg2llg/Sr0PebeE9lI/AAAAAAAAAOc/F1gkCTIhDRc/s400/e.png" border="0" alt="" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://1.bp.blogspot.com/_fPCcxZg2llg/Sr0Pd9_KozI/AAAAAAAAAOU/0tOdi-ExqLY/s1600-h/d.png" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"&gt;&lt;img id="BLOGGER_PHOTO_ID_5385477736935105330" style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 256px;" src="http://1.bp.blogspot.com/_fPCcxZg2llg/Sr0Pd9_KozI/AAAAAAAAAOU/0tOdi-ExqLY/s400/d.png" border="0" alt="" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://1.bp.blogspot.com/_fPCcxZg2llg/Sr0PdH7NubI/AAAAAAAAAOE/Aas8GfUF84g/s1600-h/b.png" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"&gt;&lt;img id="BLOGGER_PHOTO_ID_5385477722423015858" style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 257px;" src="http://1.bp.blogspot.com/_fPCcxZg2llg/Sr0PdH7NubI/AAAAAAAAAOE/Aas8GfUF84g/s400/b.png" border="0" alt="" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5226283768028214309-1230266136688835462?l=certifiedsolaris.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://certifiedsolaris.blogspot.com/feeds/1230266136688835462/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://certifiedsolaris.blogspot.com/2009/09/axigen-mail-server.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5226283768028214309/posts/default/1230266136688835462'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5226283768028214309/posts/default/1230266136688835462'/><link rel='alternate' type='text/html' href='http://certifiedsolaris.blogspot.com/2009/09/axigen-mail-server.html' title='AXIGEN Mail Server'/><author><name>ahmed khalaf zone</name><uri>http://www.blogger.com/profile/18259449027969703817</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_fPCcxZg2llg/Sr0GjnBNuiI/AAAAAAAAANU/Vqa0EE942vw/s72-c/AXIGEN-Mail-Server-Review-2.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5226283768028214309.post-9038962584408259495</id><published>2009-09-16T15:03:00.000-07:00</published><updated>2011-03-05T12:32:58.460-08:00</updated><title type='text'>Step by Step installation Solaris 10</title><content type='html'>&lt;h4 style="text-align: left;"&gt;Installation Assumptions&lt;/h4&gt;&lt;p&gt;This guide makes several assumptions, including:&lt;/p&gt;&lt;ul style="text-align: left;"&gt;&lt;li&gt;The system is an x86 system&lt;/li&gt;&lt;li&gt;The system is compatible with the Solaris 10 5/09 OS and is listed on the Solaris Hardware Compatibility List (HCL)&lt;/li&gt;&lt;li&gt;The system has a graphical interface&lt;/li&gt;&lt;/ul&gt;&lt;div&gt;&lt;/div&gt;&lt;p style="text-align: center;"&gt;While this guide is most appropriate for a stand-alone system that doesn't connect to a network or connects to a network with automatic configuration, it can be used to install a system with a fixed IP address if the network configuration information is available.&lt;/p&gt;&lt;div style="text-align: center;"&gt;&lt;/div&gt;&lt;p style="text-align: center;"&gt;If problems arise during the installation process that are not discussed in this guide, refer to the &lt;em&gt;Solaris 10 OS Installation Guide: Basic Installations&lt;/em&gt; for more information. This guide is part of the Solaris 10 Release and Installation Collection located on the Sun Web site at &lt;a href="http://docs.sun.com/app/docs/prod/solaris.10"&gt;http://docs.sun.com/app/docs/prod/solaris.10&lt;/a&gt;.&lt;/p&gt;&lt;div style="text-align: center;"&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;span class="sp10"&gt; &lt;/span&gt;&lt;br /&gt;&lt;!-- BEGIN GREYLINE --&gt;&lt;/div&gt;&lt;table style="text-align: left; margin-left: auto; margin-right: auto;" border="0" cellspacing="0" cellpadding="0" width="200%"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td class="grey3"&gt;&lt;span class="sp5"&gt; &lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;div style="text-align: center;"&gt;&lt;span class="sp10"&gt; &lt;/span&gt;&lt;br /&gt;&lt;!-- END GREYLINE --&gt; &lt;a name="1"&gt;&lt;/a&gt;&lt;/div&gt;&lt;h4 style="text-align: center;"&gt;Check the Hardware Compatibility List&lt;/h4&gt;&lt;div style="text-align: center;"&gt;&lt;/div&gt;&lt;p style="text-align: center;"&gt;The first step before the installation process is to verify that the system to be installed is on the hardware compatibility list located at: &lt;a href="http://www.sun.com/bigadmin/hcl/"&gt;http://www.sun.com/bigadmin/hcl/&lt;/a&gt;.&lt;br /&gt;&lt;span class="blknote"&gt;Note:&lt;/span&gt; The term "x86" refers to the family of 32-bit x86-compatible architecture and 64-bit AMD64 and Intel 64.&lt;/p&gt;&lt;div style="text-align: center;"&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;span class="sp10"&gt; &lt;/span&gt;&lt;br /&gt;&lt;!-- BEGIN GREYLINE --&gt;&lt;/div&gt;&lt;table style="text-align: left; margin-left: auto; margin-right: auto;" border="0" cellspacing="0" cellpadding="0" width="100%"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td class="grey3"&gt;&lt;span class="sp5"&gt; &lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;div style="text-align: center;"&gt;&lt;span class="sp10"&gt; &lt;/span&gt;&lt;br /&gt;&lt;!-- END GREYLINE --&gt; &lt;a name="2"&gt;&lt;/a&gt;&lt;/div&gt;&lt;h4 style="text-align: center;"&gt;Basic System Requirements&lt;/h4&gt;&lt;div style="text-align: center;"&gt;&lt;/div&gt;&lt;p style="text-align: center;"&gt;Verify the computer system meets the following requirements.&lt;br /&gt;&lt;span class="blknote"&gt;NOTE:&lt;/span&gt; The requirements below are recommended minimums.&lt;/p&gt;&lt;div style="text-align: center;"&gt;While it is possible to install the Solaris OS on a system with less disk capacity and CPU speed, it is not recommended.&lt;/div&gt;&lt;ul style="text-align: center;"&gt;&lt;li&gt;Minimum 1024 MB of physical RAM&lt;/li&gt;&lt;li&gt;Minimum 10 GB of available hard drive space&lt;/li&gt;&lt;li&gt;Minimum 400 MHz CPU speed&lt;/li&gt;&lt;li&gt;DVD or CD-ROM drive&lt;/li&gt;&lt;li&gt;Attached monitor or integrated display&lt;/li&gt;&lt;/ul&gt;&lt;div style="text-align: center;"&gt;&lt;/div&gt;&lt;p style="text-align: center;"&gt;For more information on Solaris System requirements, visit &lt;a href="http://www.sun.com/software/solaris/specs.jsp"&gt; http://www.sun.com/solaris/specs.jsp&lt;/a&gt;. For a catalog of the more than 5000 Solaris-ready applications and solutions, please visit &lt;a href="http://www.sun.com/bigadmin/apps/"&gt;http://sun.com/bigadmin/apps&lt;/a&gt;.&lt;/p&gt;&lt;div style="text-align: center;"&gt;&lt;span class="sp10"&gt; &lt;/span&gt;&lt;br /&gt;&lt;span class="sp10"&gt; &lt;/span&gt;&lt;br /&gt;&lt;!-- BEGIN GREYLINE --&gt;&lt;/div&gt;&lt;table style="text-align: left; margin-left: auto; margin-right: auto;" border="0" cellspacing="0" cellpadding="0" width="100%"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td class="grey3"&gt;&lt;span class="sp5"&gt; &lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;div style="text-align: center;"&gt;&lt;span class="sp10"&gt; &lt;/span&gt;&lt;br /&gt;&lt;!-- END GREYLINE --&gt; &lt;a name="3"&gt;&lt;/a&gt;&lt;/div&gt;&lt;h4 style="text-align: center;"&gt;Obtaining Media for the x86 Platform&lt;/h4&gt;&lt;div style="text-align: center;"&gt;&lt;/div&gt;&lt;p style="text-align: center;"&gt;The Solaris 10 5/09 OS release is available via download from the Sun Web site.&lt;/p&gt;&lt;div style="text-align: center;"&gt;&lt;/div&gt;&lt;ol style="text-align: center;"&gt;&lt;li&gt;Go to &lt;a href="http://www.sun.com/solaris/"&gt;http://sun.com/solaris/&lt;/a&gt; and click on the Solaris logo if you want to obtain information about the Solaris 10 5/09 OS; if not, proceed to step 2.&lt;/li&gt;&lt;li&gt;Go to &lt;a href="http://www.sun.com/solaris/get.jsp"&gt;http://sun.com/solaris/get.jsp&lt;/a&gt; to begin the download process.&lt;/li&gt;&lt;li&gt;Choose Solaris 10 on the list of available downloads.&lt;/li&gt;&lt;li&gt;Click on the appropriate media format (Solaris for x86 systems).&lt;/li&gt;&lt;li&gt;Register at the Sun Download Center, if you have not already done so.&lt;/li&gt;&lt;li&gt;Answer the short questionnaire.&lt;/li&gt;&lt;li&gt;Read and accept the license agreement.&lt;/li&gt;&lt;li&gt;Download and burn the CDs or DVDs.&lt;/li&gt;&lt;/ol&gt;&lt;div style="text-align: center;"&gt;&lt;/div&gt;&lt;p style="text-align: center;"&gt;See the Solaris 10 Self Help FAQs located at &lt;a href="http://www.sun.com/solaris/self_help.jsp"&gt;http://www.sun.com/solaris/self_help.jsp&lt;/a&gt; for additional guidance, instruction, and tips on downloading the Solaris 10 OS or burning installation CD and DVD media.&lt;/p&gt;&lt;div style="text-align: center;"&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;span class="sp10"&gt; &lt;/span&gt;&lt;br /&gt;&lt;!-- BEGIN GREYLINE --&gt;&lt;/div&gt;&lt;table style="text-align: left; margin-left: auto; margin-right: auto;" border="0" cellspacing="0" cellpadding="0" width="100%"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td class="grey3"&gt;&lt;span class="sp5"&gt; &lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;div style="text-align: center;"&gt;&lt;span class="sp10"&gt; &lt;/span&gt;&lt;br /&gt;&lt;!-- END GREYLINE --&gt; &lt;a name="4"&gt;&lt;/a&gt;&lt;/div&gt;&lt;h4 style="text-align: center;"&gt;Power Up and Media Boot&lt;/h4&gt;&lt;div style="text-align: center;"&gt;&lt;/div&gt;&lt;p style="text-align: center;"&gt;If you don't want to substitute your current operating system and instead you want to run Solaris as a guest OS or Virtual Machine, please download and install xVM VirtualBox for free from &lt;a href="http://www.virtualbox.org/" target="_blank"&gt;http://www.virtualbox.org&lt;/a&gt;.&lt;/p&gt;&lt;div style="text-align: center;"&gt;&lt;/div&gt;&lt;p style="text-align: center;"&gt;The following procedure can be used to install Solaris 10 5/09 on a new or used system.&lt;/p&gt;&lt;div style="text-align: center;"&gt;&lt;/div&gt;&lt;ol style="text-align: center;"&gt;&lt;li&gt;Power up the system and insert the first installation CD or DVD into the drive tray.&lt;/li&gt;&lt;li&gt;Restart the system. &lt;/li&gt;&lt;li&gt;If the system appears to be booting from the hard disk and the Solaris OS installer does not start, power cycle the system (power cycle is shutting down the power on the system and then restarting the system). As the system begins to boot, enter setup mode. Typically, the system displays a message indicating which key to press (such as "Enter F2 to enter setup", although the key to press varies by manufacturer; the ESC and F12 keys are other common options.) If you miss the message, simply restart the system a couple of times until you are able to view it.&lt;/li&gt;&lt;li&gt;&lt;div style="text-align: left;"&gt;Once in setup mode, specify the boot device for the system. This example specifies the CD or DVD drive as the boot device. To do so, find the list that describes boot order and re-order as needed to ensure the CD or DVD drive appears first on the list. The system should then boot from the CD or DVD drive to start the install process.&lt;/div&gt;&lt;p&gt;&lt;span class="sp10"&gt; &lt;/span&gt;&lt;br /&gt;&lt;!-- BEGIN G19 COMPONENT V.9 --&gt;&lt;/p&gt;&lt;div class="g19 g19v9 g19r1"&gt;&lt;div style="text-align: left;"&gt;&lt;/div&gt;&lt;div class="imgbox imgcenter" style="background: transparent url(http://www.sun.com/software/solaris/howtoguides/images/installSolaris_01.gif) no-repeat scroll 0% 0%; width: 600px; height: 105px; text-align: left;"&gt;&lt;img style="visibility: hidden;" src="http://www.sun.com/software/solaris/howtoguides/images/installSolaris_01.gif" border="0" alt="" width="600" height="105" /&gt;&lt;/div&gt;&lt;/div&gt;&lt;p&gt;&lt;!-- END G19 COMPONENT V.9 --&gt; &lt;span class="sp10"&gt; &lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;&lt;div style="text-align: center;"&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;span class="sp10"&gt; &lt;/span&gt;&lt;br /&gt;&lt;!-- BEGIN GREYLINE --&gt;&lt;/div&gt;&lt;table style="text-align: left; margin-left: auto; margin-right: auto;" border="0" cellspacing="0" cellpadding="0" width="100%"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td class="grey3"&gt;&lt;span class="sp5"&gt; &lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;div style="text-align: center;"&gt;&lt;span class="sp10"&gt; &lt;/span&gt;&lt;br /&gt;&lt;!-- END GREYLINE --&gt; &lt;a name="5"&gt;&lt;/a&gt;&lt;/div&gt;&lt;h4 style="text-align: center;"&gt;Installing the Solaris 10 5/09 Operating System&lt;/h4&gt;&lt;div style="text-align: center;"&gt;&lt;a name="5a"&gt;&lt;/a&gt;&lt;/div&gt;&lt;p&gt;&lt;strong&gt;Identifying the Console&lt;/strong&gt;&lt;/p&gt;&lt;div style="text-align: center;"&gt;&lt;/div&gt;&lt;p style="text-align: center;"&gt;The next step in the installation process is to select the type of console for the hardware on which the Solaris OS is being installed. Use the arrow keys to select the version of the Solaris OS that matches the hardware configuration. For most x86 systems, use the default selection.&lt;/p&gt;&lt;div style="text-align: center;"&gt;&lt;/div&gt;&lt;p style="text-align: center;"&gt;Press the ENTER key and boot the version of operating system selected. The highlighted entry boots in 60 seconds even if a key is not pressed.&lt;/p&gt;&lt;div style="text-align: center;"&gt;&lt;/div&gt;&lt;p style="text-align: center;"&gt;&lt;span class="blknote"&gt;Note:&lt;/span&gt; Prompts do not appear during the boot process. If a selection is not made, the screen times out and the system automatically boots the Solaris OS.&lt;/p&gt;&lt;div style="text-align: center;"&gt;&lt;!-- BEGIN G19 COMPONENT V.9 --&gt;&lt;/div&gt;&lt;div class="g19 g19v9 g19r1" style="text-align: center;"&gt;&lt;div class="imgbox imgcenter" style="background: transparent url(http://www.sun.com/software/solaris/howtoguides/images/installSolaris_02.gif) no-repeat scroll 0% 0%; width: 600px; height: 332px;"&gt;&lt;img style="visibility: hidden;" src="http://www.sun.com/software/solaris/howtoguides/images/installSolaris_02.gif" border="0" alt="" width="600" height="332" /&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;!-- END G19 COMPONENT V.9 --&gt; &lt;span class="sp10"&gt; &lt;/span&gt;&lt;br /&gt;&lt;a name="5b"&gt;&lt;/a&gt;&lt;/div&gt;&lt;p&gt;&lt;strong&gt;Selecting the Type of Installation&lt;/strong&gt;&lt;/p&gt;&lt;div style="text-align: center;"&gt;&lt;/div&gt;&lt;p style="text-align: center;"&gt;After the ENTER key is pressed or the counter times out, a series of dots will run on the screen and you will see the basic device configuration message along with a menu with six installation options.&lt;/p&gt;&lt;div style="text-align: center;"&gt;&lt;!-- BEGIN G19 COMPONENT V.9 --&gt;&lt;/div&gt;&lt;div class="g19 g19v9 g19r1" style="text-align: center;"&gt;&lt;div class="imgbox imgcenter" style="background: transparent url(http://www.sun.com/software/solaris/howtoguides/images/installSolaris_03.gif) no-repeat scroll 0% 0%; width: 600px; height: 126px;"&gt;&lt;img style="visibility: hidden;" src="http://www.sun.com/software/solaris/howtoguides/images/installSolaris_03.gif" border="0" alt="" width="600" height="126" /&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;!-- END G19 COMPONENT V.9 --&gt; &lt;span class="sp10"&gt; &lt;/span&gt;&lt;/div&gt;&lt;p style="text-align: center;"&gt;Before this new counter times out, select option 3 to install Solaris 10 5/09 from the beginning using Solaris ZFS as the root file system. You can get more information on ZFS from &lt;a href="http://www.sun.com/software/solaris/zfs.jsp"&gt;http://www.sun.com/software/solaris/zfs.jsp&lt;/a&gt;.&lt;/p&gt;&lt;div style="text-align: center;"&gt;&lt;span class="sp10"&gt; &lt;/span&gt;&lt;a name='more'&gt;&lt;/a&gt;&lt;!-- BEGIN G19 COMPONENT V.9 --&gt;&lt;/div&gt;&lt;div class="g19 g19v9 g19r1" style="text-align: center;"&gt;&lt;div class="imgbox imgcenter" style="background: transparent url(http://www.sun.com/software/solaris/howtoguides/images/installSolaris_04.gif) no-repeat scroll 0% 0%; width: 600px; height: 311px;"&gt;&lt;img style="visibility: hidden;" src="http://www.sun.com/software/solaris/howtoguides/images/installSolaris_04.gif" border="0" alt="" width="600" height="311" /&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;!-- END G19 COMPONENT V.9 --&gt; &lt;span class="sp10"&gt; &lt;/span&gt;&lt;/div&gt;&lt;p style="text-align: center;"&gt;&lt;span class="blknote"&gt;Note:&lt;/span&gt; If you don't want to use ZFS as your root filesystem, you can use option 1. Please refer to the previous version of this "How To Guide."&lt;/p&gt;&lt;div style="text-align: center;"&gt;&lt;/div&gt;&lt;p style="text-align: center;"&gt;Once option 3 is selected, you'll see the following screen with some information regarding your hardware. Keep in mind that the hardware information displayed (such as "nge0") may differ from the exact data displayed below and that each step can take up to a couple of minutes to complete:&lt;/p&gt;&lt;div style="text-align: center;"&gt;&lt;span class="sp10"&gt; &lt;/span&gt;&lt;br /&gt;&lt;!-- BEGIN G19 COMPONENT V.9 --&gt;&lt;/div&gt;&lt;div class="g19 g19v9 g19r1" style="text-align: center;"&gt;&lt;div class="imgbox imgcenter" style="background: transparent url(http://www.sun.com/software/solaris/howtoguides/images/installSolaris_05.gif) no-repeat scroll 0% 0%; width: 600px; height: 333px;"&gt;&lt;img style="visibility: hidden;" src="http://www.sun.com/software/solaris/howtoguides/images/installSolaris_05.gif" border="0" alt="" width="600" height="333" /&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;!-- END G19 COMPONENT V.9 --&gt; &lt;span class="sp10"&gt; &lt;/span&gt;&lt;/div&gt;&lt;p style="text-align: center;"&gt;After a few seconds, you are presented with the keyboard layout configuration in case you don't have a standard keyboard or if you have a localized keyboard. If you have a US keyboard, press the [F2] key; if not, select the right language using the arrow keys to move up or down, make your selection with the [space bar] and then press [F2] to continue.&lt;/p&gt;&lt;div style="text-align: center;"&gt;&lt;span class="sp10"&gt; &lt;/span&gt;&lt;br /&gt;&lt;!-- BEGIN G19 COMPONENT V.9 --&gt;&lt;/div&gt;&lt;div class="g19 g19v9 g19r1" style="text-align: center;"&gt;&lt;div class="imgbox imgcenter" style="background: transparent url(http://www.sun.com/software/solaris/howtoguides/images/installSolaris_06.gif) no-repeat scroll 0% 0%; width: 600px; height: 333px;"&gt;&lt;img style="visibility: hidden;" src="http://www.sun.com/software/solaris/howtoguides/images/installSolaris_06.gif" border="0" alt="" width="600" height="333" /&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;!-- END G19 COMPONENT V.9 --&gt; &lt;span class="sp10"&gt; &lt;/span&gt;&lt;/div&gt;&lt;p style="text-align: center;"&gt;Immediately, you'll see the following message. Press ENTER to continue.&lt;/p&gt;&lt;div style="text-align: center;"&gt;&lt;span class="sp10"&gt; &lt;/span&gt;&lt;br /&gt;&lt;!-- BEGIN G19 COMPONENT V.9 --&gt;&lt;/div&gt;&lt;div class="g19 g19v9 g19r1" style="text-align: center;"&gt;&lt;div class="imgbox imgcenter" style="background: transparent url(http://www.sun.com/software/solaris/howtoguides/images/installSolaris_07.gif) no-repeat scroll 0% 0%; width: 600px; height: 330px;"&gt;&lt;img style="visibility: hidden;" src="http://www.sun.com/software/solaris/howtoguides/images/installSolaris_07.gif" border="0" alt="" width="600" height="330" /&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;!-- END G19 COMPONENT V.9 --&gt; &lt;span class="sp10"&gt; &lt;/span&gt;&lt;br /&gt;&lt;span class="sp10"&gt; &lt;/span&gt;&lt;br /&gt;&lt;a name="5c"&gt;&lt;/a&gt;&lt;/div&gt;&lt;p&gt;&lt;strong&gt;System Configuration&lt;/strong&gt;&lt;/p&gt;&lt;div style="text-align: center;"&gt;&lt;/div&gt;&lt;p style="text-align: center;"&gt;A series of screens guides you through the Solaris OS configuration process.&lt;br /&gt;&lt;span class="blknote"&gt;Note:&lt;/span&gt; The graphical screens require a mouse to be rolled over the window in order to answer questions posed throughout the configuration process.&lt;/p&gt;&lt;div style="text-align: center;"&gt;&lt;/div&gt;&lt;ol style="text-align: center;"&gt;&lt;li&gt;After you press ENTER, the system configuration process will start through a series of windows. Please roll the mouse over the window, click the mouse, then press ENTER to continue.&lt;br /&gt;&lt;span class="sp10"&gt; &lt;/span&gt;&lt;br /&gt;&lt;!-- BEGIN G19 COMPONENT V.9 --&gt;&lt;br /&gt;&lt;div class="g19 g19v9 g19r1"&gt;&lt;div class="imgbox imgcenter" style="background: transparent url(http://www.sun.com/software/solaris/howtoguides/images/installSolaris_08.gif) no-repeat scroll 0% 0%; width: 600px; height: 358px;"&gt;&lt;img style="visibility: hidden;" src="http://www.sun.com/software/solaris/howtoguides/images/installSolaris_08.gif" border="0" alt="" width="600" height="358" /&gt;&lt;/div&gt;&lt;/div&gt;&lt;p&gt;&lt;!-- END G19 COMPONENT V.9 --&gt; &lt;span class="sp10"&gt; &lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;Select a language for the system.&lt;br /&gt;&lt;span class="sp10"&gt; &lt;/span&gt;&lt;br /&gt;&lt;!-- BEGIN G19 COMPONENT V.9 --&gt;&lt;br /&gt;&lt;div class="g19 g19v9 g19r1"&gt;&lt;div class="imgbox imgcenter" style="background: transparent url(http://www.sun.com/software/solaris/howtoguides/images/installSolaris_09.gif) no-repeat scroll 0% 0%; width: 600px; height: 359px;"&gt;&lt;img style="visibility: hidden;" src="http://www.sun.com/software/solaris/howtoguides/images/installSolaris_09.gif" border="0" alt="" width="600" height="359" /&gt;&lt;/div&gt;&lt;/div&gt;&lt;p&gt;&lt;!-- END G19 COMPONENT V.9 --&gt; &lt;span class="sp10"&gt; &lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;A new window, the Solaris Install Console, appears in the bottom-right corner. This window is used to display pertinent installation messages. Another window appears in which the Solaris OS installation questions should be answered. Press [F2] to continue.&lt;br /&gt;&lt;span class="sp10"&gt; &lt;/span&gt;&lt;br /&gt;&lt;!-- BEGIN G19 COMPONENT V.9 --&gt;&lt;br /&gt;&lt;div class="g19 g19v9 g19r1"&gt;&lt;div class="imgbox imgcenter" style="background: transparent url(http://www.sun.com/software/solaris/howtoguides/images/installSolaris_10.gif) no-repeat scroll 0% 0%; width: 600px; height: 449px;"&gt;&lt;img style="visibility: hidden;" src="http://www.sun.com/software/solaris/howtoguides/images/installSolaris_10.gif" border="0" alt="" width="600" height="449" /&gt;&lt;/div&gt;&lt;/div&gt;&lt;p&gt;&lt;!-- END G19 COMPONENT V.9 --&gt; &lt;span class="sp10"&gt; &lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;The system identification process begins. Press [F2] to continue:.&lt;br /&gt;&lt;span class="sp10"&gt; &lt;/span&gt;&lt;br /&gt;&lt;!-- BEGIN G19 COMPONENT V.9 --&gt;&lt;br /&gt;&lt;div class="g19 g19v9 g19r1"&gt;&lt;div class="imgbox imgcenter" style="background: transparent url(http://www.sun.com/software/solaris/howtoguides/images/installSolaris_11.gif) no-repeat scroll 0% 0%; width: 600px; height: 449px;"&gt;&lt;img style="visibility: hidden;" src="http://www.sun.com/software/solaris/howtoguides/images/installSolaris_11.gif" border="0" alt="" width="600" height="449" /&gt;&lt;/div&gt;&lt;/div&gt;&lt;p&gt;&lt;!-- END G19 COMPONENT V.9 --&gt; &lt;span class="sp10"&gt; &lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;The Network Connectivity window appears. Use the default answer, (unless you don't have a network) and press [F2] to continue.&lt;br /&gt;&lt;span class="sp10"&gt; &lt;/span&gt;&lt;br /&gt;&lt;!-- BEGIN G19 COMPONENT V.9 --&gt;&lt;br /&gt;&lt;div class="g19 g19v9 g19r1"&gt;&lt;div class="imgbox imgcenter" style="background: transparent url(http://www.sun.com/software/solaris/howtoguides/images/installSolaris_12.gif) no-repeat scroll 0% 0%; width: 600px; height: 450px;"&gt;&lt;img style="visibility: hidden;" src="http://www.sun.com/software/solaris/howtoguides/images/installSolaris_12.gif" border="0" alt="" width="600" height="450" /&gt;&lt;/div&gt;&lt;/div&gt;&lt;p&gt;&lt;!-- END G19 COMPONENT V.9 --&gt; &lt;span class="sp10"&gt; &lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;The DHCP selection appears. For most cases, just select DHCP for your network configuration using the arrow keys and the space bar to make the selection and then press [F2] to continue.&lt;br /&gt;&lt;span class="sp10"&gt; &lt;/span&gt;&lt;br /&gt;&lt;!-- BEGIN G19 COMPONENT V.9 --&gt;&lt;br /&gt;&lt;div class="g19 g19v9 g19r1"&gt;&lt;div class="imgbox imgcenter" style="background: transparent url(http://www.sun.com/software/solaris/howtoguides/images/installSolaris_13.gif) no-repeat scroll 0% 0%; width: 600px; height: 450px;"&gt;&lt;img style="visibility: hidden;" src="http://www.sun.com/software/solaris/howtoguides/images/installSolaris_13.gif" border="0" alt="" width="600" height="450" /&gt;&lt;/div&gt;&lt;/div&gt;&lt;p&gt;&lt;!-- END G19 COMPONENT V.9 --&gt; &lt;span class="sp10"&gt; &lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;The IPv6 window appears. Just use the default and press [F2] to continue.&lt;br /&gt;&lt;span class="sp10"&gt; &lt;/span&gt;&lt;br /&gt;&lt;!-- BEGIN G19 COMPONENT V.9 --&gt;&lt;br /&gt;&lt;div class="g19 g19v9 g19r1"&gt;&lt;div class="imgbox imgcenter" style="background: transparent url(http://www.sun.com/software/solaris/howtoguides/images/installSolaris_14.gif) no-repeat scroll 0% 0%; width: 600px; height: 448px;"&gt;&lt;img style="visibility: hidden;" src="http://www.sun.com/software/solaris/howtoguides/images/installSolaris_14.gif" border="0" alt="" width="600" height="448" /&gt;&lt;/div&gt;&lt;/div&gt;&lt;p&gt;&lt;!-- END G19 COMPONENT V.9 --&gt; &lt;span class="sp10"&gt; &lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;The Confirmation window appears. If you agree with your selections, press [F2] to continue; if not, press [F4] and the process will go back to step 5.&lt;br /&gt;&lt;span class="sp10"&gt; &lt;/span&gt;&lt;br /&gt;&lt;!-- BEGIN G19 COMPONENT V.9 --&gt;&lt;br /&gt;&lt;div class="g19 g19v9 g19r1"&gt;&lt;div class="imgbox imgcenter" style="background: transparent url(http://www.sun.com/software/solaris/howtoguides/images/installSolaris_15.gif) no-repeat scroll 0% 0%; width: 600px; height: 449px;"&gt;&lt;img style="visibility: hidden;" src="http://www.sun.com/software/solaris/howtoguides/images/installSolaris_15.gif" border="0" alt="" width="600" height="449" /&gt;&lt;/div&gt;&lt;/div&gt;&lt;p&gt;&lt;!-- END G19 COMPONENT V.9 --&gt; &lt;span class="sp10"&gt; &lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;The Security Policy window appears. Use the default for No Kerberos configuration, then press [F2] to continue.&lt;br /&gt;&lt;span class="sp10"&gt; &lt;/span&gt;&lt;br /&gt;&lt;!-- BEGIN G19 COMPONENT V.9 --&gt;&lt;br /&gt;&lt;div class="g19 g19v9 g19r1"&gt;&lt;div class="imgbox imgcenter" style="background: transparent url(http://www.sun.com/software/solaris/howtoguides/images/installSolaris_16.gif) no-repeat scroll 0% 0%; width: 600px; height: 450px;"&gt;&lt;img style="visibility: hidden;" src="http://www.sun.com/software/solaris/howtoguides/images/installSolaris_16.gif" border="0" alt="" width="600" height="450" /&gt;&lt;/div&gt;&lt;/div&gt;&lt;p&gt;&lt;!-- END G19 COMPONENT V.9 --&gt; &lt;span class="sp10"&gt; &lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;For confirmation of your policy selection, press [F2] and continue to the next screen.&lt;br /&gt;&lt;span class="sp10"&gt; &lt;/span&gt;&lt;br /&gt;&lt;!-- BEGIN G19 COMPONENT V.9 --&gt;&lt;br /&gt;&lt;div class="g19 g19v9 g19r1"&gt;&lt;div class="imgbox imgcenter" style="background: transparent url(http://www.sun.com/software/solaris/howtoguides/images/installSolaris_17.gif) no-repeat scroll 0% 0%; width: 600px; height: 450px;"&gt;&lt;img style="visibility: hidden;" src="http://www.sun.com/software/solaris/howtoguides/images/installSolaris_17.gif" border="0" alt="" width="600" height="450" /&gt;&lt;/div&gt;&lt;/div&gt;&lt;p&gt;&lt;!-- END G19 COMPONENT V.9 --&gt; &lt;span class="sp10"&gt; &lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;The Name Service window appears. Select NONE using the arrow keys and pressing the space bar to select, then press [F2] to continue.&lt;br /&gt;&lt;span class="sp10"&gt; &lt;/span&gt;&lt;br /&gt;&lt;!-- BEGIN G19 COMPONENT V.9 --&gt;&lt;br /&gt;&lt;div class="g19 g19v9 g19r1"&gt;&lt;div class="imgbox imgcenter" style="background: transparent url(http://www.sun.com/software/solaris/howtoguides/images/installSolaris_18.gif) no-repeat scroll 0% 0%; width: 600px; height: 448px;"&gt;&lt;img style="visibility: hidden;" src="http://www.sun.com/software/solaris/howtoguides/images/installSolaris_18.gif" border="0" alt="" width="600" height="448" /&gt;&lt;/div&gt;&lt;/div&gt;&lt;p&gt;&lt;!-- END G19 COMPONENT V.9 --&gt; &lt;span class="sp10"&gt; &lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;For confirmation of your selection, press [F2] and continue to the next screen.&lt;br /&gt;&lt;span class="sp10"&gt; &lt;/span&gt;&lt;br /&gt;&lt;!-- BEGIN G19 COMPONENT V.9 --&gt;&lt;br /&gt;&lt;div class="g19 g19v9 g19r1"&gt;&lt;div class="imgbox imgcenter" style="background: transparent url(http://www.sun.com/software/solaris/howtoguides/images/installSolaris_19.gif) no-repeat scroll 0% 0%; width: 600px; height: 448px;"&gt;&lt;img style="visibility: hidden;" src="http://www.sun.com/software/solaris/howtoguides/images/installSolaris_19.gif" border="0" alt="" width="600" height="448" /&gt;&lt;/div&gt;&lt;/div&gt;&lt;p&gt;&lt;!-- END G19 COMPONENT V.9 --&gt; &lt;span class="sp10"&gt; &lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;The NFSv4 domain name window appears. Let the system use the default option and press [F2] to continue.&lt;br /&gt;&lt;span class="sp10"&gt; &lt;/span&gt;&lt;br /&gt;&lt;!-- BEGIN G19 COMPONENT V.9 --&gt;&lt;br /&gt;&lt;div class="g19 g19v9 g19r1"&gt;&lt;div class="imgbox imgcenter" style="background: transparent url(http://www.sun.com/software/solaris/howtoguides/images/installSolaris_20.gif) no-repeat scroll 0% 0%; width: 600px; height: 450px;"&gt;&lt;img style="visibility: hidden;" src="http://www.sun.com/software/solaris/howtoguides/images/installSolaris_20.gif" border="0" alt="" width="600" height="450" /&gt;&lt;/div&gt;&lt;/div&gt;&lt;p&gt;&lt;!-- END G19 COMPONENT V.9 --&gt; &lt;span class="sp10"&gt; &lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;For confirmation of your selection, press [F2] to continue to the next screen.&lt;br /&gt;&lt;span class="sp10"&gt; &lt;/span&gt;&lt;br /&gt;&lt;!-- BEGIN G19 COMPONENT V.9 --&gt;&lt;br /&gt;&lt;div class="g19 g19v9 g19r1"&gt;&lt;div class="imgbox imgcenter" style="background: transparent url(http://www.sun.com/software/solaris/howtoguides/images/installSolaris_21.gif) no-repeat scroll 0% 0%; width: 600px; height: 449px;"&gt;&lt;img style="visibility: hidden;" src="http://www.sun.com/software/solaris/howtoguides/images/installSolaris_21.gif" border="0" alt="" width="600" height="449" /&gt;&lt;/div&gt;&lt;/div&gt;&lt;p&gt;&lt;!-- END G19 COMPONENT V.9 --&gt; &lt;span class="sp10"&gt; &lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;The Time Zone window appears. Next, set the time zone for the system. This example sets the Americas time zone. Use the arrow keys and the space bar to make the selection, then press [F2] to continue.&lt;br /&gt;&lt;span class="sp10"&gt; &lt;/span&gt;&lt;br /&gt;&lt;!-- BEGIN G19 COMPONENT V.9 --&gt;&lt;br /&gt;&lt;div class="g19 g19v9 g19r1"&gt;&lt;div class="imgbox imgcenter" style="background: transparent url(http://www.sun.com/software/solaris/howtoguides/images/installSolaris_22.gif) no-repeat scroll 0% 0%; width: 600px; height: 448px;"&gt;&lt;img style="visibility: hidden;" src="http://www.sun.com/software/solaris/howtoguides/images/installSolaris_22.gif" border="0" alt="" width="600" height="448" /&gt;&lt;/div&gt;&lt;/div&gt;&lt;p&gt;&lt;!-- END G19 COMPONENT V.9 --&gt; &lt;span class="sp10"&gt; &lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;Time Zone cont'd. Set the United States Country &amp;amp; Region, then press [F2] to continue.&lt;br /&gt;&lt;span class="sp10"&gt; &lt;/span&gt;&lt;br /&gt;&lt;!-- BEGIN G19 COMPONENT V.9 --&gt;&lt;br /&gt;&lt;div class="g19 g19v9 g19r1"&gt;&lt;div class="imgbox imgcenter" style="background: transparent url(http://www.sun.com/software/solaris/howtoguides/images/installSolaris_23.gif) no-repeat scroll 0% 0%; width: 600px; height: 448px;"&gt;&lt;img style="visibility: hidden;" src="http://www.sun.com/software/solaris/howtoguides/images/installSolaris_23.gif" border="0" alt="" width="600" height="448" /&gt;&lt;/div&gt;&lt;/div&gt;&lt;p&gt;&lt;!-- END G19 COMPONENT V.9 --&gt; &lt;span class="sp10"&gt; &lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;Time Zone cont'd. Set the Pacific Time, then press [F2] to continue.&lt;br /&gt;&lt;span class="sp10"&gt; &lt;/span&gt;&lt;br /&gt;&lt;!-- BEGIN G19 COMPONENT V.9 --&gt;&lt;br /&gt;&lt;div class="g19 g19v9 g19r1"&gt;&lt;div class="imgbox imgcenter" style="background: transparent url(http://www.sun.com/software/solaris/howtoguides/images/installSolaris_24.gif) no-repeat scroll 0% 0%; width: 600px; height: 449px;"&gt;&lt;img style="visibility: hidden;" src="http://www.sun.com/software/solaris/howtoguides/images/installSolaris_24.gif" border="0" alt="" width="600" height="449" /&gt;&lt;/div&gt;&lt;/div&gt;&lt;p&gt;&lt;!-- END G19 COMPONENT V.9 --&gt; &lt;span class="sp10"&gt; &lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;Set current date and time. Use arrow keys and keyboard to change the proposed date and time, then press [F2] to continue.&lt;br /&gt;&lt;span class="sp10"&gt; &lt;/span&gt;&lt;br /&gt;&lt;!-- BEGIN G19 COMPONENT V.9 --&gt;&lt;br /&gt;&lt;div class="g19 g19v9 g19r1"&gt;&lt;div class="imgbox imgcenter" style="background: transparent url(http://www.sun.com/software/solaris/howtoguides/images/installSolaris_25.gif) no-repeat scroll 0% 0%; width: 600px; height: 450px;"&gt;&lt;img style="visibility: hidden;" src="http://www.sun.com/software/solaris/howtoguides/images/installSolaris_25.gif" border="0" alt="" width="600" height="450" /&gt;&lt;/div&gt;&lt;/div&gt;&lt;p&gt;&lt;!-- END G19 COMPONENT V.9 --&gt; &lt;span class="sp10"&gt; &lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;To confirm your selection, press [F2] to continue.&lt;br /&gt;&lt;span class="sp10"&gt; &lt;/span&gt;&lt;br /&gt;&lt;!-- BEGIN G19 COMPONENT V.9 --&gt;&lt;br /&gt;&lt;div class="g19 g19v9 g19r1"&gt;&lt;div class="imgbox imgcenter" style="background: transparent url(http://www.sun.com/software/solaris/howtoguides/images/installSolaris_26.gif) no-repeat scroll 0% 0%; width: 600px; height: 448px;"&gt;&lt;img style="visibility: hidden;" src="http://www.sun.com/software/solaris/howtoguides/images/installSolaris_26.gif" border="0" alt="" width="600" height="448" /&gt;&lt;/div&gt;&lt;/div&gt;&lt;p&gt;&lt;!-- END G19 COMPONENT V.9 --&gt; &lt;span class="sp10"&gt; &lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;The Root Password window appears. Set the root password. Note the password typed remains invisible. Re-enter the password in the second box and press [F2] to continue.&lt;br /&gt;&lt;span class="sp10"&gt; &lt;/span&gt;&lt;br /&gt;&lt;!-- BEGIN G19 COMPONENT V.9 --&gt;&lt;br /&gt;&lt;div class="g19 g19v9 g19r1"&gt;&lt;div class="imgbox imgcenter" style="background: transparent url(http://www.sun.com/software/solaris/howtoguides/images/installSolaris_27.gif) no-repeat scroll 0% 0%; width: 600px; height: 446px;"&gt;&lt;img style="visibility: hidden;" src="http://www.sun.com/software/solaris/howtoguides/images/installSolaris_27.gif" border="0" alt="" width="600" height="446" /&gt;&lt;/div&gt;&lt;/div&gt;&lt;p&gt;&lt;!-- END G19 COMPONENT V.9 --&gt; &lt;span class="sp10"&gt; &lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;The Network Services window appears. Click [F2] to continue.&lt;br /&gt;&lt;span class="sp10"&gt; &lt;/span&gt;&lt;br /&gt;&lt;!-- BEGIN G19 COMPONENT V.9 --&gt;&lt;br /&gt;&lt;div class="g19 g19v9 g19r1"&gt;&lt;div class="imgbox imgcenter" style="background: transparent url(http://www.sun.com/software/solaris/howtoguides/images/installSolaris_28.gif) no-repeat scroll 0% 0%; width: 600px; height: 449px;"&gt;&lt;img style="visibility: hidden;" src="http://www.sun.com/software/solaris/howtoguides/images/installSolaris_28.gif" border="0" alt="" width="600" height="449" /&gt;&lt;/div&gt;&lt;/div&gt;&lt;p&gt;&lt;!-- END G19 COMPONENT V.9 --&gt; &lt;span class="sp10"&gt; &lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;The Remote Services window appears. In this window, you can choose a "Secure by default" Solaris installation, but afterwards individual services should be enabled. If you are unsure of your type of installation, follow the default "Yes" to enable all remote services and press [F2] to continue.&lt;br /&gt;&lt;span class="sp10"&gt; &lt;/span&gt;&lt;br /&gt;&lt;!-- BEGIN G19 COMPONENT V.9 --&gt;&lt;br /&gt;&lt;div class="g19 g19v9 g19r1"&gt;&lt;div class="imgbox imgcenter" style="background: transparent url(http://www.sun.com/software/solaris/howtoguides/images/installSolaris_29.gif) no-repeat scroll 0% 0%; width: 600px; height: 450px;"&gt;&lt;img style="visibility: hidden;" src="http://www.sun.com/software/solaris/howtoguides/images/installSolaris_29.gif" border="0" alt="" width="600" height="450" /&gt;&lt;/div&gt;&lt;/div&gt;&lt;p&gt;&lt;!-- END G19 COMPONENT V.9 --&gt; &lt;span class="sp10"&gt; &lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;The Install Progress window appears. Wait for a few minutes while Solaris installs on your system. After the installation is completed, the system will reboot automatically and will start the Solaris OS. Remember that in some cases, you will have to eject the media manually.&lt;br /&gt;&lt;span class="sp10"&gt; &lt;/span&gt;&lt;br /&gt;&lt;!-- BEGIN G19 COMPONENT V.9 --&gt;&lt;br /&gt;&lt;div class="g19 g19v9 g19r1"&gt;&lt;div class="imgbox imgcenter" style="background: transparent url(http://www.sun.com/software/solaris/howtoguides/images/installSolaris_30.gif) no-repeat scroll 0% 0%; width: 600px; height: 449px;"&gt;&lt;img style="visibility: hidden;" src="http://www.sun.com/software/solaris/howtoguides/images/installSolaris_30.gif" border="0" alt="" width="600" height="449" /&gt;&lt;/div&gt;&lt;/div&gt;&lt;p&gt;&lt;!-- END G19 COMPONENT V.9 --&gt; &lt;span class="sp10"&gt; &lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;The Eject CD/DVD window appears. Use the default. Press [F2] to continue; the system will automatically eject the media after installation.&lt;br /&gt;&lt;span class="sp10"&gt; &lt;/span&gt;&lt;br /&gt;&lt;!-- BEGIN G19 COMPONENT V.9 --&gt;&lt;br /&gt;&lt;div class="g19 g19v9 g19r1"&gt;&lt;div class="imgbox imgcenter" style="background: transparent url(http://www.sun.com/software/solaris/howtoguides/images/installSolaris_31.gif) no-repeat scroll 0% 0%; width: 600px; height: 449px;"&gt;&lt;img style="visibility: hidden;" src="http://www.sun.com/software/solaris/howtoguides/images/installSolaris_31.gif" border="0" alt="" width="600" height="449" /&gt;&lt;/div&gt;&lt;/div&gt;&lt;p&gt;&lt;!-- END G19 COMPONENT V.9 --&gt; &lt;span class="sp10"&gt; &lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;The Reboot After Installation window appears. Use the default, press [F2] to continue.&lt;br /&gt;&lt;span class="sp10"&gt; &lt;/span&gt;&lt;br /&gt;&lt;!-- BEGIN G19 COMPONENT V.9 --&gt;&lt;br /&gt;&lt;div class="g19 g19v9 g19r1"&gt;&lt;div class="imgbox imgcenter" style="background: transparent url(http://www.sun.com/software/solaris/howtoguides/images/installSolaris_32.gif) no-repeat scroll 0% 0%; width: 600px; height: 451px;"&gt;&lt;img style="visibility: hidden;" src="http://www.sun.com/software/solaris/howtoguides/images/installSolaris_32.gif" border="0" alt="" width="600" height="451" /&gt;&lt;/div&gt;&lt;/div&gt;&lt;p&gt;&lt;!-- END G19 COMPONENT V.9 --&gt; &lt;span class="sp10"&gt; &lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;The Confirmation window appears; press [F2] to continue. In some cases, the system will not be able to eject the media after installation. Be sure to eject it manually to avoid starting the installation process again; if after the installation your system didn't eject the media and the install process started again, you can simply reboot your system. During the boot process, eject the media and the system will boot from the hard disk using the freshly installed Solaris 10 image.&lt;br /&gt;&lt;span class="sp10"&gt; &lt;/span&gt;&lt;br /&gt;&lt;!-- BEGIN G19 COMPONENT V.9 --&gt;&lt;br /&gt;&lt;div class="g19 g19v9 g19r1"&gt;&lt;div class="imgbox imgcenter" style="background: transparent url(http://www.sun.com/software/solaris/howtoguides/images/installSolaris_33.gif) no-repeat scroll 0% 0%; width: 600px; height: 449px;"&gt;&lt;img style="visibility: hidden;" src="http://www.sun.com/software/solaris/howtoguides/images/installSolaris_33.gif" border="0" alt="" width="600" height="449" /&gt;&lt;/div&gt;&lt;/div&gt;&lt;p&gt;&lt;!-- END G19 COMPONENT V.9 --&gt; &lt;span class="sp10"&gt; &lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;The License window appears. Please read the Solaris License Agreement, and if you agree, press [F2] to continue.&lt;br /&gt;&lt;span class="sp10"&gt; &lt;/span&gt;&lt;br /&gt;&lt;!-- BEGIN G19 COMPONENT V.9 --&gt;&lt;br /&gt;&lt;div class="g19 g19v9 g19r1"&gt;&lt;div class="imgbox imgcenter" style="background: transparent url(http://www.sun.com/software/solaris/howtoguides/images/installSolaris_34.gif) no-repeat scroll 0% 0%; width: 600px; height: 449px;"&gt;&lt;img style="visibility: hidden;" src="http://www.sun.com/software/solaris/howtoguides/images/installSolaris_34.gif" border="0" alt="" width="600" height="449" /&gt;&lt;/div&gt;&lt;/div&gt;&lt;p&gt;&lt;!-- END G19 COMPONENT V.9 --&gt; &lt;span class="sp10"&gt; &lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;The Geographic Regions window appears. To add support for other regions, select the desired region; if not, press [F2] to continue.&lt;br /&gt;&lt;span class="sp10"&gt; &lt;/span&gt;&lt;br /&gt;&lt;!-- BEGIN G19 COMPONENT V.9 --&gt;&lt;br /&gt;&lt;div class="g19 g19v9 g19r1"&gt;&lt;div class="imgbox imgcenter" style="background: transparent url(http://www.sun.com/software/solaris/howtoguides/images/installSolaris_35.gif) no-repeat scroll 0% 0%; width: 600px; height: 448px;"&gt;&lt;img style="visibility: hidden;" src="http://www.sun.com/software/solaris/howtoguides/images/installSolaris_35.gif" border="0" alt="" width="600" height="448" /&gt;&lt;/div&gt;&lt;/div&gt;&lt;p&gt;&lt;!-- END G19 COMPONENT V.9 --&gt; &lt;span class="sp10"&gt; &lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;The System Locale window appears. Press [F2] to continue.&lt;br /&gt;&lt;span class="sp10"&gt; &lt;/span&gt;&lt;br /&gt;&lt;!-- BEGIN G19 COMPONENT V.9 --&gt;&lt;br /&gt;&lt;div class="g19 g19v9 g19r1"&gt;&lt;div class="imgbox imgcenter" style="background: transparent url(http://www.sun.com/software/solaris/howtoguides/images/installSolaris_36.gif) no-repeat scroll 0% 0%; width: 600px; height: 449px;"&gt;&lt;img style="visibility: hidden;" src="http://www.sun.com/software/solaris/howtoguides/images/installSolaris_36.gif" border="0" alt="" width="600" height="449" /&gt;&lt;/div&gt;&lt;/div&gt;&lt;p&gt;&lt;!-- END G19 COMPONENT V.9 --&gt; &lt;span class="sp10"&gt; &lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;The Selection of Additional Products window appears. Press [F2] to continue.&lt;br /&gt;&lt;span class="sp10"&gt; &lt;/span&gt;&lt;br /&gt;&lt;!-- BEGIN G19 COMPONENT V.9 --&gt;&lt;br /&gt;&lt;div class="g19 g19v9 g19r1"&gt;&lt;div class="imgbox imgcenter" style="background: transparent url(http://www.sun.com/software/solaris/howtoguides/images/installSolaris_37.gif) no-repeat scroll 0% 0%; width: 600px; height: 449px;"&gt;&lt;img style="visibility: hidden;" src="http://www.sun.com/software/solaris/howtoguides/images/installSolaris_37.gif" border="0" alt="" width="600" height="449" /&gt;&lt;/div&gt;&lt;/div&gt;&lt;p&gt;&lt;!-- END G19 COMPONENT V.9 --&gt; &lt;span class="sp10"&gt; &lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;The Root File System selection window appears. Select ZFS and press [F2] to continue.&lt;br /&gt;&lt;span class="sp10"&gt; &lt;/span&gt;&lt;br /&gt;&lt;!-- BEGIN G19 COMPONENT V.9 --&gt;&lt;br /&gt;&lt;div class="g19 g19v9 g19r1"&gt;&lt;div class="imgbox imgcenter" style="background: transparent url(http://www.sun.com/software/solaris/howtoguides/images/installSolaris_38.gif) no-repeat scroll 0% 0%; width: 600px; height: 449px;"&gt;&lt;img style="visibility: hidden;" src="http://www.sun.com/software/solaris/howtoguides/images/installSolaris_38.gif" border="0" alt="" width="600" height="449" /&gt;&lt;/div&gt;&lt;/div&gt;&lt;p&gt;&lt;!-- END G19 COMPONENT V.9 --&gt; &lt;span class="sp10"&gt; &lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;The Software Selection window appears. Use the default and press [F2] to continue.&lt;br /&gt;&lt;span class="sp10"&gt; &lt;/span&gt;&lt;br /&gt;&lt;!-- BEGIN G19 COMPONENT V.9 --&gt;&lt;br /&gt;&lt;div class="g19 g19v9 g19r1"&gt;&lt;div class="imgbox imgcenter" style="background: transparent url(http://www.sun.com/software/solaris/howtoguides/images/installSolaris_39.gif) no-repeat scroll 0% 0%; width: 600px; height: 449px;"&gt;&lt;img style="visibility: hidden;" src="http://www.sun.com/software/solaris/howtoguides/images/installSolaris_39.gif" border="0" alt="" width="600" height="449" /&gt;&lt;/div&gt;&lt;/div&gt;&lt;p&gt;&lt;!-- END G19 COMPONENT V.9 --&gt; &lt;span class="sp10"&gt; &lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;The Disk Selection window appears. Use the default and press [F2] to continue.&lt;br /&gt;&lt;span class="sp10"&gt; &lt;/span&gt;&lt;br /&gt;&lt;!-- BEGIN G19 COMPONENT V.9 --&gt;&lt;br /&gt;&lt;div class="g19 g19v9 g19r1"&gt;&lt;div class="imgbox imgcenter" style="background: transparent url(http://www.sun.com/software/solaris/howtoguides/images/installSolaris_40.gif) no-repeat scroll 0% 0%; width: 600px; height: 450px;"&gt;&lt;img style="visibility: hidden;" src="http://www.sun.com/software/solaris/howtoguides/images/installSolaris_40.gif" border="0" alt="" width="600" height="450" /&gt;&lt;/div&gt;&lt;/div&gt;&lt;p&gt;&lt;!-- END G19 COMPONENT V.9 --&gt; &lt;span class="sp10"&gt; &lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li style="text-align: left;"&gt;The ZFS Configuration window appears. Use the default and press [F2] to continue.&lt;br /&gt;&lt;span class="sp10"&gt; &lt;/span&gt;&lt;br /&gt;&lt;!-- BEGIN G19 COMPONENT V.9 --&gt;&lt;br /&gt;&lt;div class="g19 g19v9 g19r1"&gt;&lt;div class="imgbox imgcenter" style="background: transparent url(http://www.sun.com/software/solaris/howtoguides/images/installSolaris_41.gif) no-repeat scroll 0% 0%; width: 600px; height: 450px;"&gt;&lt;img style="visibility: hidden;" src="http://www.sun.com/software/solaris/howtoguides/images/installSolaris_41.gif" border="0" alt="" width="600" height="450" /&gt;&lt;/div&gt;&lt;/div&gt;&lt;p&gt;&lt;!-- END G19 COMPONENT V.9 --&gt; &lt;span class="sp10"&gt; &lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;The Remote Mounts window appears. Use the default and press [F2] to continue.&lt;br /&gt;&lt;span class="sp10"&gt; &lt;/span&gt;&lt;br /&gt;&lt;!-- BEGIN G19 COMPONENT V.9 --&gt;&lt;br /&gt;&lt;div class="g19 g19v9 g19r1"&gt;&lt;div&gt;&lt;/div&gt;&lt;div class="imgbox imgcenter" style="background: transparent url(http://www.sun.com/software/solaris/howtoguides/images/installSolaris_42.gif) no-repeat scroll 0% 0%; width: 600px; height: 449px; text-align: left;"&gt;&lt;img style="visibility: hidden;" src="http://www.sun.com/software/solaris/howtoguides/images/installSolaris_42.gif" border="0" alt="" width="600" height="449" /&gt;&lt;/div&gt;&lt;/div&gt;&lt;p&gt;&lt;!-- END G19 COMPONENT V.9 --&gt; &lt;span class="sp10"&gt; &lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;div style="text-align: left;"&gt;The Profile window appears. On this window, you can see a technical description of how Solaris will be installed on your system. Press [F2] to continue.&lt;/div&gt;&lt;p&gt;&lt;span class="sp10"&gt; &lt;/span&gt;&lt;br /&gt;&lt;!-- BEGIN G19 COMPONENT V.9 --&gt;&lt;/p&gt;&lt;div class="g19 g19v9 g19r1"&gt;&lt;div class="imgbox imgcenter" style="background: transparent url(http://www.sun.com/software/solaris/howtoguides/images/installSolaris_43.gif) no-repeat scroll 0% 0%; width: 600px; height: 449px;"&gt;&lt;img style="visibility: hidden;" src="http://www.sun.com/software/solaris/howtoguides/images/installSolaris_43.gif" border="0" alt="" width="600" height="449" /&gt;&lt;/div&gt;&lt;/div&gt;&lt;p&gt;&lt;!-- END G19 COMPONENT V.9 --&gt; &lt;span class="sp10"&gt; &lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;The Install Progress window appears. Wait for a few minutes while Solaris installs on your system. After the installation is completed, the system will reboot automatically and will start the Solaris OS. Remember that in some cases, you will have to eject the media manually.&lt;br /&gt;&lt;span class="sp10"&gt; &lt;/span&gt;&lt;br /&gt;&lt;!-- BEGIN G19 COMPONENT V.9 --&gt;&lt;br /&gt;&lt;div class="g19 g19v9 g19r1"&gt;&lt;div class="imgbox imgcenter" style="background: transparent url(http://www.sun.com/software/solaris/howtoguides/images/installSolaris_44.gif) no-repeat scroll 0% 0%; width: 600px; height: 450px;"&gt;&lt;img style="visibility: hidden;" src="http://www.sun.com/software/solaris/howtoguides/images/installSolaris_44.gif" border="0" alt="" width="600" height="450" /&gt;&lt;/div&gt;&lt;/div&gt;&lt;p&gt;&lt;!-- END G19 COMPONENT V.9 --&gt; &lt;span class="sp10"&gt; &lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;div style="text-align: left;"&gt;Now you have successfully installed Solaris 10 5/09 on your system. Login using the root user and the password you assigned on step 19.&lt;/div&gt;&lt;p&gt;&lt;span class="sp10"&gt; &lt;/span&gt;&lt;br /&gt;&lt;!-- BEGIN G19 COMPONENT V.9 --&gt;&lt;/p&gt;&lt;div class="g19 g19v9 g19r1"&gt;&lt;div style="text-align: left;"&gt;&lt;/div&gt;&lt;div class="imgbox imgcenter" style="background: transparent url(http://www.sun.com/software/solaris/howtoguides/images/installSolaris_45.gif) no-repeat scroll 0% 0%; width: 600px; height: 449px; text-align: left;"&gt;&lt;img style="visibility: hidden;" src="http://www.sun.com/software/solaris/howtoguides/images/installSolaris_45.gif" border="0" alt="" width="600" height="449" /&gt;&lt;/div&gt;&lt;/div&gt;&lt;p&gt;&lt;!-- END G19 COMPONENT V.9 --&gt; &lt;span class="sp10"&gt; &lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;&lt;div style="text-align: center;"&gt;&lt;/div&gt;&lt;p style="text-align: left;"&gt;&amp;nbsp;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5226283768028214309-9038962584408259495?l=certifiedsolaris.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://certifiedsolaris.blogspot.com/feeds/9038962584408259495/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://certifiedsolaris.blogspot.com/2009/09/installation-assumptions-this-guide.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5226283768028214309/posts/default/9038962584408259495'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5226283768028214309/posts/default/9038962584408259495'/><link rel='alternate' type='text/html' href='http://certifiedsolaris.blogspot.com/2009/09/installation-assumptions-this-guide.html' title='Step by Step installation Solaris 10'/><author><name>ahmed khalaf zone</name><uri>http://www.blogger.com/profile/18259449027969703817</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5226283768028214309.post-1438234538636446618</id><published>2009-09-12T08:15:00.000-07:00</published><updated>2011-03-05T12:33:26.120-08:00</updated><title type='text'>How to install Sun Java System Portal Server 7.1 Installation on Solaris 10</title><content type='html'>&lt;p&gt;This screencast provides the step-by-step procedure for &lt;strong&gt;installing Sun&lt;/strong&gt; Java System Portal Server 7.1 on &lt;strong&gt;Solaris&lt;/strong&gt; 10 SPARC machine&lt;/p&gt;&lt;p&gt;&lt;object id="BLOG_video-b9d2f495b9bf5957" class="BLOG_video_class" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="417" height="320" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"&gt;&lt;br /&gt;&lt;param name="movie" value="http://www.youtube.com/get_player" /&gt;&lt;param name="bgcolor" value="#FFFFFF" /&gt;&lt;param name="allowfullscreen" value="true" /&gt;&lt;param name="flashvars" value="flvurl=http%3A%2F%2Fv20.nonxt3.googlevideo.com%2Fvideoplayback%3Fid%3Db9d2f495b9bf5957%26itag%3D5%26app%3Dblogger%26ip%3D0.0.0.0%26ipbits%3D0%26expire%3D1301504662%26sparams%3Did%252Citag%252Cip%252Cipbits%252Cexpire%26signature%3D75382D97E8089DBF94896D9B35D5F902D2549DD3.480EF1768D10AF78E3177843950C70EB39F31E95%26key%3Dck1&amp;amp;iurl=http%3A%2F%2Fvideo.google.com%2FThumbnailServer2%3Fapp%3Dblogger%26contentid%3Db9d2f495b9bf5957%26offsetms%3D5000%26itag%3Dw160%26sigh%3DK1EdE3c1ZzNvIzoNbbmk9WLcBOY&amp;amp;autoplay=0&amp;amp;ps=blogger" /&gt;&lt;embed type="application/x-shockwave-flash" width="417" height="320" src="http://www.youtube.com/get_player" bgcolor="#FFFFFF" flashvars="flvurl=http%3A%2F%2Fv20.nonxt3.googlevideo.com%2Fvideoplayback%3Fid%3Db9d2f495b9bf5957%26itag%3D5%26app%3Dblogger%26ip%3D0.0.0.0%26ipbits%3D0%26expire%3D1301504662%26sparams%3Did%252Citag%252Cip%252Cipbits%252Cexpire%26signature%3D75382D97E8089DBF94896D9B35D5F902D2549DD3.480EF1768D10AF78E3177843950C70EB39F31E95%26key%3Dck1&amp;amp;iurl=http%3A%2F%2Fvideo.google.com%2FThumbnailServer2%3Fapp%3Dblogger%26contentid%3Db9d2f495b9bf5957%26offsetms%3D5000%26itag%3Dw160%26sigh%3DK1EdE3c1ZzNvIzoNbbmk9WLcBOY&amp;amp;autoplay=0&amp;amp;ps=blogger" allowfullscreen="true"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;What's New in This Release &lt;/strong&gt;&lt;/p&gt;&lt;p&gt;The following new features are available in Portal Server 7.2:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Desktop Design Tool&lt;/li&gt;&lt;li&gt;Delegated Administration&lt;/li&gt;&lt;li&gt;Enterprise Edition Installer&lt;/li&gt;&lt;li&gt;SharePoint Integrated Services&lt;/li&gt;&lt;li&gt;Advanced Encryption Standard (AES) Support for Secure Remote Access&lt;/li&gt;&lt;li&gt;CMS Portlet and CMS Framework&lt;/li&gt;&lt;li&gt;JSR 286 / Portlet Contai&lt;a name='more'&gt;&lt;/a&gt;ner 2.0 Support&lt;/li&gt;&lt;li&gt;WSRP 1.0 Reintegration&lt;/li&gt;&lt;li&gt;Portal Server 7.2 Samples Consolidation&lt;/li&gt;&lt;li&gt;Enhancements to Cluster Configuration&lt;/li&gt;&lt;li&gt;Google Gadgets Integration&lt;/li&gt;&lt;li&gt;Workflow API&lt;/li&gt;&lt;li&gt;JSF Portlet Bridge 1.2&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;to download it just click &lt;a href="https://cds.sun.com/is-bin/INTERSHOP.enfinity/WFS/CDS-CDS_SMI-Site/en_US/-/USD/ViewProductDetail-Start?ProductRef=PortalSvr7-OTH-G-F@CDS-CDS_SMI"&gt;here&lt;/a&gt;&lt;/p&gt;&lt;p&gt;any questions or comment i really enjoy to read it.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5226283768028214309-1438234538636446618?l=certifiedsolaris.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://certifiedsolaris.blogspot.com/feeds/1438234538636446618/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://certifiedsolaris.blogspot.com/2009/09/how-to-install-sun-java-system-portal.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5226283768028214309/posts/default/1438234538636446618'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5226283768028214309/posts/default/1438234538636446618'/><link rel='alternate' type='text/html' href='http://certifiedsolaris.blogspot.com/2009/09/how-to-install-sun-java-system-portal.html' title='How to install Sun Java System Portal Server 7.1 Installation on Solaris 10'/><author><name>ahmed khalaf zone</name><uri>http://www.blogger.com/profile/18259449027969703817</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5226283768028214309.post-137554218282998813</id><published>2009-09-07T06:57:00.000-07:00</published><updated>2009-09-19T14:48:17.963-07:00</updated><title type='text'>how to install solaris 10</title><content type='html'>this is a simple why to install the most powerful System in network administration&lt;br /&gt;you need:&lt;br /&gt;1.Machine with xp&lt;br /&gt;2.Virtual box ( you can download it from &lt;a href="http://www.virtualbox.org/wiki/Downloads"&gt;here&lt;/a&gt;) which is very good and it's provide from Sun Micro Systems &lt;br /&gt;3.Open Solaris Or Solaris (you can download it &lt;a href="http://www.opensolaris.com/get/index.jsp"&gt;here&lt;/a&gt;) &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;object width="418" height="348" class="BLOG_video_class" id="BLOG_video-e2e9487ceb9ee170" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"&gt;&lt;param name="movie" value="http://www.youtube.com/get_player"&gt;&lt;param name="bgcolor" value="#FFFFFF"&gt;&lt;param name="allowfullscreen" value="true"&gt;&lt;param name="flashvars" value="flvurl=http://v11.nonxt5.googlevideo.com/videoplayback?id%3De2e9487ceb9ee170%26itag%3D5%26app%3Dblogger%26ip%3D0.0.0.0%26ipbits%3D0%26expire%3D1329927562%26sparams%3Did,itag,ip,ipbits,expire%26signature%3D4C19E4FAFD38C36E7B49F59679646D4A80996C7D.2014FAE3130DFC4FDFCF3A41F5279D0D66F3B90A%26key%3Dck1&amp;amp;iurl=http://video.google.com/ThumbnailServer2?app%3Dblogger%26contentid%3De2e9487ceb9ee170%26offsetms%3D5000%26itag%3Dw160%26sigh%3Di7vTJGCUTkuHz55rZZFTp5U6r8I&amp;amp;autoplay=0&amp;amp;ps=blogger"&gt;&lt;embed src="http://www.youtube.com/get_player" type="application/x-shockwave-flash"width="418" height="348" bgcolor="#FFFFFF"flashvars="flvurl=http://v11.nonxt5.googlevideo.com/videoplayback?id%3De2e9487ceb9ee170%26itag%3D5%26app%3Dblogger%26ip%3D0.0.0.0%26ipbits%3D0%26expire%3D1329927562%26sparams%3Did,itag,ip,ipbits,expire%26signature%3D4C19E4FAFD38C36E7B49F59679646D4A80996C7D.2014FAE3130DFC4FDFCF3A41F5279D0D66F3B90A%26key%3Dck1&amp;iurl=http://video.google.com/ThumbnailServer2?app%3Dblogger%26contentid%3De2e9487ceb9ee170%26offsetms%3D5000%26itag%3Dw160%26sigh%3Di7vTJGCUTkuHz55rZZFTp5U6r8I&amp;autoplay=0&amp;ps=blogger"allowFullScreen="true" /&gt;&lt;/object&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5226283768028214309-137554218282998813?l=certifiedsolaris.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='enclosure' type='video/mp4' href='http://www.blogger.com/video-play.mp4?contentId=e2e9487ceb9ee170&amp;type=video%2Fmp4' length='0'/><link rel='replies' type='application/atom+xml' href='http://certifiedsolaris.blogspot.com/feeds/137554218282998813/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://certifiedsolaris.blogspot.com/2009/09/how-to-install-solaris-10.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5226283768028214309/posts/default/137554218282998813'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5226283768028214309/posts/default/137554218282998813'/><link rel='alternate' type='text/html' href='http://certifiedsolaris.blogspot.com/2009/09/how-to-install-solaris-10.html' title='how to install solaris 10'/><author><name>ahmed khalaf zone</name><uri>http://www.blogger.com/profile/18259449027969703817</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
