<?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-283077552977075391</id><updated>2011-12-11T16:24:30.593-08:00</updated><title type='text'>Solaris Administration secrets and security</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://serversolaris.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/283077552977075391/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://serversolaris.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Walt3r</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://3.bp.blogspot.com/_1Xv_rWPOo3A/SprHQoHUWcI/AAAAAAAAAfA/KJcLuFZafJk/S220/walter.png'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>12</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-283077552977075391.post-5054490802397082713</id><published>2008-06-20T09:54:00.000-07:00</published><updated>2008-06-20T10:12:31.154-07:00</updated><title type='text'>Zones security with Solaris</title><content type='html'>The &lt;span style="color: rgb(51, 51, 255); font-weight: bold;"&gt;Solaris Zones&lt;/span&gt; provide many benefits to the Technological solution that is going to be deployed.  One of this benefits is that a Network Service can run inside a Zone, and avoid&lt;br /&gt;a large damage in case of a security breach due a newly discovered exploit or worm.  The affected Zone would not affect the other Zones, in the case that the security architecture has been correctly created.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp2.blogger.com/_1Xv_rWPOo3A/SFvk1Dd9dPI/AAAAAAAAARM/DPq5Wd93Qn0/s1600-h/zones.JPG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://bp2.blogger.com/_1Xv_rWPOo3A/SFvk1Dd9dPI/AAAAAAAAARM/DPq5Wd93Qn0/s320/zones.JPG" alt="" id="BLOGGER_PHOTO_ID_5214012593726649586" border="0" /&gt;&lt;/a&gt;The zones can be monitored by an administrator from the Global Zone.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/283077552977075391-5054490802397082713?l=serversolaris.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://serversolaris.blogspot.com/feeds/5054490802397082713/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=283077552977075391&amp;postID=5054490802397082713' title='1 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/283077552977075391/posts/default/5054490802397082713'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/283077552977075391/posts/default/5054490802397082713'/><link rel='alternate' type='text/html' href='http://serversolaris.blogspot.com/2008/06/zones-security-with-solaris.html' title='Zones security with Solaris'/><author><name>Walt3r</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://3.bp.blogspot.com/_1Xv_rWPOo3A/SprHQoHUWcI/AAAAAAAAAfA/KJcLuFZafJk/S220/walter.png'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://bp2.blogger.com/_1Xv_rWPOo3A/SFvk1Dd9dPI/AAAAAAAAARM/DPq5Wd93Qn0/s72-c/zones.JPG' height='72' width='72'/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-283077552977075391.post-2758773621379379441</id><published>2008-06-19T10:07:00.000-07:00</published><updated>2008-06-19T10:17:29.713-07:00</updated><title type='text'>Introduction to ZFS</title><content type='html'>ZFS is the new Solaris file System, it include many features and benefits that no other file system has.&lt;br /&gt;Filesystems where historically build over the physical devices.  ZFS utilizes virtualized volumes, it aggregates devices into a storage pool.  The storage pool has the information of the physical storage (device layout, data redundancy, etc).&lt;br /&gt;&lt;br /&gt;Because of its mechanism of managing the operating system transactions, the file system is never corrupted because of a power outage or system crash, this means also that fsck is no more needed.&lt;br /&gt;&lt;br /&gt;Sun announced that ZFS was included in the 6/06 update to Solaris 10 in June 2006, one year after the opening of the OpenSolaris community.&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255); font-weight: bold;"&gt;ZFS Features:&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;* Hierarchical file system layout&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;* Property inheritance&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;* Automanagement of mount points&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;* NFS share semantics&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;To learn more about ZFS, go to &lt;a href="http://docs.sun.com/app/docs/doc/819-5461"&gt;docs.sun.com&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/283077552977075391-2758773621379379441?l=serversolaris.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://serversolaris.blogspot.com/feeds/2758773621379379441/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=283077552977075391&amp;postID=2758773621379379441' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/283077552977075391/posts/default/2758773621379379441'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/283077552977075391/posts/default/2758773621379379441'/><link rel='alternate' type='text/html' href='http://serversolaris.blogspot.com/2008/06/introduction-to-zfs.html' title='Introduction to ZFS'/><author><name>Walt3r</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://3.bp.blogspot.com/_1Xv_rWPOo3A/SprHQoHUWcI/AAAAAAAAAfA/KJcLuFZafJk/S220/walter.png'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-283077552977075391.post-4415864638486677199</id><published>2008-06-18T06:00:00.001-07:00</published><updated>2008-06-18T07:08:38.947-07:00</updated><title type='text'>Keys to control the movement in Solaris Man pages</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp3.blogger.com/_1Xv_rWPOo3A/SFkJYVMT0GI/AAAAAAAAAQw/tOHeNE_cHyo/s1600-h/91699590_ef5db8e86f.jpg"&gt;&lt;img style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer; width: 244px; height: 162px;" src="http://bp3.blogger.com/_1Xv_rWPOo3A/SFkJYVMT0GI/AAAAAAAAAQw/tOHeNE_cHyo/s320/91699590_ef5db8e86f.jpg" alt="" id="BLOGGER_PHOTO_ID_5213208357268344930" border="0" /&gt;&lt;/a&gt;Following i display the key possibilities to move arround a man page in Solaris.&lt;br /&gt;&lt;br /&gt;You can see the uname man page for example:&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="font-family:courier new;"&gt;&lt;br /&gt;$ man uname&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-family:courier new;"&gt;Reformatting page.  Please Wait... done&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;User Commands                           uname(1)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;NAME&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;     uname - print name of current system&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;SYNOPSIS&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;     uname [ -aimnprsvX ]&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;     uname [ -S system_name ]&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;DESCRIPTION&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;    The uname utility prints information about the current  syste&lt;/span&gt;&lt;span style="font-family:courier new;"&gt;m on the standard output. When options are specified, sym&lt;/span&gt;&lt;span style="font-family:courier new;"&gt;bols representing one or more system characteristics will be&lt;/span&gt;&lt;span style="font-family:courier new;"&gt; written to the standard output.  If no options are specified,&lt;/span&gt;&lt;span style="font-family:courier new;"&gt; uname  prints  the  current  operating  system's  name.  The&lt;/span&gt;&lt;span style="font-family:courier new;"&gt; options  print  selected  information  returned by uname(2),&lt;/span&gt;&lt;span style="font-family:courier new;"&gt; sysinfo(2), or both.&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;To move arround a man page these are the keys:&lt;/span&gt;&lt;br /&gt;Space bar : Displays the next page of the man page.&lt;br /&gt;Enter : Displays a next line of the man page.&lt;br /&gt;b : Goes back one line&lt;br /&gt;/pattern : Searches a specific pattern in the man page.&lt;br /&gt;n : Searches the next occurence of the pattern, after using the /pattern option&lt;br /&gt;h : displays a help with the movement options in a man page.&lt;br /&gt;q : quits the man page.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(102, 51, 255);"&gt;Searching a word in the man pages&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="font-family:courier new;"&gt;$ man -k word_to_search&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;To search for the "calendar" word in the man pages, use this command:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="font-family:courier new;"&gt;$ man -k calendar&lt;/span&gt; &lt;span style="font-family:courier new;"&gt;&lt;br /&gt;[...]&lt;br /&gt;&lt;/span&gt;&lt;span style="font-family:courier new;"&gt;cal             cal (1)         - display a calendar&lt;br /&gt;&lt;/span&gt;&lt;span style="font-family:courier new;"&gt;calendar calendar (1)    - reminder service&lt;br /&gt;&lt;/span&gt;&lt;span style="font-family:courier new;"&gt;difftime difftime (3c)   - computes the difference between two calendar times&lt;/span&gt; &lt;span style="font-family:courier new;"&gt;&lt;br /&gt;mktime          mktime (3c)     - converts a tm structure to a calendar time&lt;/span&gt; &lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/283077552977075391-4415864638486677199?l=serversolaris.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://serversolaris.blogspot.com/feeds/4415864638486677199/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=283077552977075391&amp;postID=4415864638486677199' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/283077552977075391/posts/default/4415864638486677199'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/283077552977075391/posts/default/4415864638486677199'/><link rel='alternate' type='text/html' href='http://serversolaris.blogspot.com/2008/06/keys-to-control-movement-in-solaris-man.html' title='Keys to control the movement in Solaris Man pages'/><author><name>Walt3r</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://3.bp.blogspot.com/_1Xv_rWPOo3A/SprHQoHUWcI/AAAAAAAAAfA/KJcLuFZafJk/S220/walter.png'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://bp3.blogger.com/_1Xv_rWPOo3A/SFkJYVMT0GI/AAAAAAAAAQw/tOHeNE_cHyo/s72-c/91699590_ef5db8e86f.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-283077552977075391.post-4141086434093100705</id><published>2008-06-17T20:57:00.000-07:00</published><updated>2008-06-17T21:04:57.666-07:00</updated><title type='text'>Characteristics of a Solaris password</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp0.blogger.com/_1Xv_rWPOo3A/SFiJVv3MiUI/AAAAAAAAAQg/lLoqJkN1RSM/s1600-h/images.jpg"&gt;&lt;img style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer;" src="http://bp0.blogger.com/_1Xv_rWPOo3A/SFiJVv3MiUI/AAAAAAAAAQg/lLoqJkN1RSM/s320/images.jpg" alt="" id="BLOGGER_PHOTO_ID_5213067575399582018" border="0" /&gt;&lt;/a&gt;The passwords protect the system from intruders, the users should change their passwords frequently to avoid no authorized security breaches.&lt;br /&gt;&lt;br /&gt;The Solaris operating system passwords should have this characteristics:&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;&lt;br /&gt;- Six (6) to Eight (8) characters&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;- It should have almost two (2) alphanumeric characters and almost one numeric or special sign.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;- It should be different than the username used to login.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;- It should be different than the previous password, differing in almost 3 characters.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;- It can have spaces.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;- It should not be the reverse of the username.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;This rules do not apply to the root user, nor any password created by the root user.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/283077552977075391-4141086434093100705?l=serversolaris.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://serversolaris.blogspot.com/feeds/4141086434093100705/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=283077552977075391&amp;postID=4141086434093100705' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/283077552977075391/posts/default/4141086434093100705'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/283077552977075391/posts/default/4141086434093100705'/><link rel='alternate' type='text/html' href='http://serversolaris.blogspot.com/2008/06/characteristics-of-solaris-password.html' title='Characteristics of a Solaris password'/><author><name>Walt3r</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://3.bp.blogspot.com/_1Xv_rWPOo3A/SprHQoHUWcI/AAAAAAAAAfA/KJcLuFZafJk/S220/walter.png'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://bp0.blogger.com/_1Xv_rWPOo3A/SFiJVv3MiUI/AAAAAAAAAQg/lLoqJkN1RSM/s72-c/images.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-283077552977075391.post-5724877263788623160</id><published>2008-06-17T11:12:00.000-07:00</published><updated>2008-06-17T11:22:00.671-07:00</updated><title type='text'>Presentation of the Solaris operating system</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp1.blogger.com/_1Xv_rWPOo3A/SFgAuKMTc7I/AAAAAAAAAQM/ttBjnZyUVy0/s1600-h/images.jpg"&gt;&lt;img style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer;" src="http://bp1.blogger.com/_1Xv_rWPOo3A/SFgAuKMTc7I/AAAAAAAAAQM/ttBjnZyUVy0/s320/images.jpg" alt="" id="BLOGGER_PHOTO_ID_5212917361691292594" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;The UNIX (r) operating system was developed by AT&amp;amp;T Bell Labs in 1969, it was created as a combination of tools by developers for developers.&lt;br /&gt;&lt;br /&gt;The developers of the California Berkeley did modifications to the original source code, and it was called Berkeley Software Distribution (BSD) Unix.  The most important contribution from the Berkeley developers was the network software, this meant an important improve to the operating system.&lt;br /&gt;&lt;br /&gt;The original version from SUN Operating System as known as SunOS, based in BSD Unix v4.2.  In that moment the version from AT&amp;amp;T Unix was known as System V.  In 1988, BSD, AT&amp;amp;T Unix and other operating system where combined and from that effort appeared System V v4.0 (SVR4) Unix, this effort also created an standard for the operating systems sector.  The new SVR4 where converted in the base not only for Sun OS, but also for AT&amp;amp;T Unix, AIX from IBM and HP-UX from Hewlett-Packard.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/283077552977075391-5724877263788623160?l=serversolaris.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://serversolaris.blogspot.com/feeds/5724877263788623160/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=283077552977075391&amp;postID=5724877263788623160' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/283077552977075391/posts/default/5724877263788623160'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/283077552977075391/posts/default/5724877263788623160'/><link rel='alternate' type='text/html' href='http://serversolaris.blogspot.com/2008/06/presentation-of-solaris-operating.html' title='Presentation of the Solaris operating system'/><author><name>Walt3r</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://3.bp.blogspot.com/_1Xv_rWPOo3A/SprHQoHUWcI/AAAAAAAAAfA/KJcLuFZafJk/S220/walter.png'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://bp1.blogger.com/_1Xv_rWPOo3A/SFgAuKMTc7I/AAAAAAAAAQM/ttBjnZyUVy0/s72-c/images.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-283077552977075391.post-3038634948392296147</id><published>2008-02-21T11:24:00.000-08:00</published><updated>2008-02-21T11:49:52.827-08:00</updated><title type='text'>Disabling services in Solaris 10</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp2.blogger.com/_1Xv_rWPOo3A/R73Q1XwWxNI/AAAAAAAAAFE/DxJrBw8buqs/s1600-h/images.jpeg"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://bp2.blogger.com/_1Xv_rWPOo3A/R73Q1XwWxNI/AAAAAAAAAFE/DxJrBw8buqs/s320/images.jpeg" alt="" id="BLOGGER_PHOTO_ID_5169517562619675858" border="0" /&gt;&lt;/a&gt;To disable a service you have to be root or have a sudo, for example, i want to disable nfs:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;-bash-3.00# svcs | grep nfs&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;online         16:29:25 svc:/network/nfs/status:default&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;online         16:29:29 svc:/network/nfs/mapid:default&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;online         16:29:44 svc:/network/nfs/nlockmgr:default&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;online         16:32:55 svc:/network/nfs/rquota:default&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;online         18:49:36 svc:/network/nfs/server:default&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;I will disable the nfs server:&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;# svcadm disable network/nfs/server&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/283077552977075391-3038634948392296147?l=serversolaris.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://serversolaris.blogspot.com/feeds/3038634948392296147/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=283077552977075391&amp;postID=3038634948392296147' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/283077552977075391/posts/default/3038634948392296147'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/283077552977075391/posts/default/3038634948392296147'/><link rel='alternate' type='text/html' href='http://serversolaris.blogspot.com/2008/02/disabing-services-in-solaris-10.html' title='Disabling services in Solaris 10'/><author><name>Walt3r</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://3.bp.blogspot.com/_1Xv_rWPOo3A/SprHQoHUWcI/AAAAAAAAAfA/KJcLuFZafJk/S220/walter.png'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://bp2.blogger.com/_1Xv_rWPOo3A/R73Q1XwWxNI/AAAAAAAAAFE/DxJrBw8buqs/s72-c/images.jpeg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-283077552977075391.post-4395937231884680575</id><published>2008-01-30T18:51:00.000-08:00</published><updated>2008-01-30T18:57:57.295-08:00</updated><title type='text'>Sharing directories with NFS in Solaris 10</title><content type='html'>You want to share a directory in Solaris, may be, the home of the users, or a directory with binaries.&lt;br /&gt;With svcs the service status can be checked, so lets check the status of the nfs server:&lt;br /&gt;-bash-3.00# svcs network/nfs/server&lt;br /&gt;STATE          STIME    FMRI&lt;br /&gt;offline         2:19:03 svc:/network/nfs/server:default&lt;br /&gt;&lt;br /&gt;The service is offline, so you have to enable it and start it, lets do it:&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;-bash-3.00# svcadm enable -r network/nfs/server&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;-bash-3.00# svcadm enable -s network/nfs/server&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;-bash-3.00# svcadm restart network/nfs/server&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Now it is started:&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;-bash-3.00# svcs network/nfs/server&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;STATE          STIME    FMRI&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;online          2:29:51 svc:/network/nfs/server:default&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Now, to share a directory, edit /etc/dfs/dfstab and add:&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;share -F nfs /export/test&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Save the file and execute:&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;# shareall -F nfs&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Now check the shares:&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;-bash-3.00# share&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;-               /export/test   rw   "" &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Quiet simple ;-)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/283077552977075391-4395937231884680575?l=serversolaris.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://serversolaris.blogspot.com/feeds/4395937231884680575/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=283077552977075391&amp;postID=4395937231884680575' title='1 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/283077552977075391/posts/default/4395937231884680575'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/283077552977075391/posts/default/4395937231884680575'/><link rel='alternate' type='text/html' href='http://serversolaris.blogspot.com/2008/01/sharing-directories-with-nfs-in-solaris.html' title='Sharing directories with NFS in Solaris 10'/><author><name>Walt3r</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://3.bp.blogspot.com/_1Xv_rWPOo3A/SprHQoHUWcI/AAAAAAAAAfA/KJcLuFZafJk/S220/walter.png'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-283077552977075391.post-3013422233570490865</id><published>2008-01-02T17:49:00.000-08:00</published><updated>2008-01-02T17:50:10.631-08:00</updated><title type='text'>Disable graphical login in Solaris</title><content type='html'>If you want to start solaris in text mode, it is easy:&lt;br /&gt;-bash-3.00# /usr/dt/bin/dtconfig -d&lt;br /&gt;&lt;br /&gt;The reboot ;-)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/283077552977075391-3013422233570490865?l=serversolaris.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://serversolaris.blogspot.com/feeds/3013422233570490865/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=283077552977075391&amp;postID=3013422233570490865' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/283077552977075391/posts/default/3013422233570490865'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/283077552977075391/posts/default/3013422233570490865'/><link rel='alternate' type='text/html' href='http://serversolaris.blogspot.com/2008/01/disable-graphical-login-in-solaris.html' title='Disable graphical login in Solaris'/><author><name>Walt3r</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://3.bp.blogspot.com/_1Xv_rWPOo3A/SprHQoHUWcI/AAAAAAAAAfA/KJcLuFZafJk/S220/walter.png'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-283077552977075391.post-708651610883654591</id><published>2008-01-02T17:12:00.000-08:00</published><updated>2008-01-02T17:22:06.012-08:00</updated><title type='text'>Modifying the ip address of a Server</title><content type='html'>To modify the ipaddress permanently you have to edit the file:&lt;br /&gt;/etc/hosts or /etc/inet/ipnodes (which is a link to /etc/hosts).&lt;br /&gt;&lt;br /&gt;And set there the hostname and the IP address like:&lt;br /&gt;127.0.0.1    localhost&lt;br /&gt;10.10.10.20    solln&lt;br /&gt;&lt;br /&gt;Then you have to reboot.  You can also change it with ifconfig (like in Linux), first obtain the ethernet card address:&lt;br /&gt;&lt;span style="font-family: arial;font-family:courier new;font-size:100%;"  &gt;&lt;span style="font-weight: bold;"&gt;-bash-3.00# ifconfig -a&lt;/span&gt;&lt;br /&gt;lo0: flags=2001000849&lt;up,loopback,running,multicast,ipv4,virtual&gt; mtu 8232 index 1&lt;br /&gt;    inet 127.0.0.1 netmask ff000000&lt;br /&gt;&lt;span style="color: rgb(51, 204, 255); font-weight: bold;"&gt;e1000g0&lt;/span&gt;: flags=1000843&lt;up,broadcast,running,multicast,ipv4&gt; mtu 1500 index 2&lt;br /&gt;    inet 10.10.10.21 netmask ff000000 broadcast 10.255.255.255&lt;br /&gt;    ether 0:c:29:2d:30:5&lt;br /&gt;&lt;/up,broadcast,running,multicast,ipv4&gt;&lt;/up,loopback,running,multicast,ipv4,virtual&gt;&lt;/span&gt;&lt;br /&gt;Then, carefully, modify the address:&lt;br /&gt;# ifconfig e1000g0 10.10.10.20&lt;br /&gt;&lt;br /&gt;You will probably loose the connection if you are doing this remotely, so, again, at your own risk.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/283077552977075391-708651610883654591?l=serversolaris.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://serversolaris.blogspot.com/feeds/708651610883654591/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=283077552977075391&amp;postID=708651610883654591' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/283077552977075391/posts/default/708651610883654591'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/283077552977075391/posts/default/708651610883654591'/><link rel='alternate' type='text/html' href='http://serversolaris.blogspot.com/2008/01/modifying-ip-address-of-server.html' title='Modifying the ip address of a Server'/><author><name>Walt3r</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://3.bp.blogspot.com/_1Xv_rWPOo3A/SprHQoHUWcI/AAAAAAAAAfA/KJcLuFZafJk/S220/walter.png'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-283077552977075391.post-1939942864302721237</id><published>2008-01-02T16:31:00.000-08:00</published><updated>2008-01-02T17:12:02.623-08:00</updated><title type='text'>Creating users in a Solaris Standalone server</title><content type='html'>In Solaris &gt; 7 if you are going to use it without the NFS, when you want to create a user you may see this error:&lt;br /&gt;# useradd -c "Walter" -m -s /bin/ksh -d /home/walter walter&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(255, 102, 102);font-family:courier new;font-size:100%;"  &gt;ERROR: Unable to create the home directory: Operation not applicable.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;To stop automount to mount the /home partition edit /etc/auto_master and comment the line&lt;br /&gt;# /home   auto_home    -nobrowse&lt;br /&gt;&lt;br /&gt;Then run "automount".  And create your user.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/283077552977075391-1939942864302721237?l=serversolaris.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://serversolaris.blogspot.com/feeds/1939942864302721237/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=283077552977075391&amp;postID=1939942864302721237' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/283077552977075391/posts/default/1939942864302721237'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/283077552977075391/posts/default/1939942864302721237'/><link rel='alternate' type='text/html' href='http://serversolaris.blogspot.com/2008/01/creating-users-in-solaris-standalone.html' title='Creating users in a Solaris Standalone server'/><author><name>Walt3r</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://3.bp.blogspot.com/_1Xv_rWPOo3A/SprHQoHUWcI/AAAAAAAAAfA/KJcLuFZafJk/S220/walter.png'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-283077552977075391.post-2430723466945647202</id><published>2008-01-02T14:09:00.001-08:00</published><updated>2008-01-02T16:24:51.818-08:00</updated><title type='text'>How to reboot or shutdown a Solaris Server</title><content type='html'>When you have to reboot a Solaris you can use multiple commands as root user.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(255, 102, 0);"&gt;To reboot:&lt;/span&gt;&lt;br /&gt;This command will not ask, you can interrupt it with ^C:&lt;br /&gt;$ reboot&lt;br /&gt;&lt;br /&gt;$ shutdown -i6 -g0&lt;br /&gt;-i6 turns to State 6, the state 6 stops the operating system and reboots to the state defined by the initdefault entry in /etc/inittab.&lt;br /&gt;-g0 permits to set a period to shutdown, the default is 60 seconds.&lt;br /&gt;-y would not ask you for Y/N before rebooting.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(255, 102, 0);"&gt;To shutdown&lt;/span&gt;&lt;br /&gt;$ shutdown -i5 -g0&lt;br /&gt;This turns the machine into state 5, which means a state in which the machine can be turned off, and it turns the machine off.&lt;br /&gt;&lt;br /&gt;$ poweroff&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/283077552977075391-2430723466945647202?l=serversolaris.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://serversolaris.blogspot.com/feeds/2430723466945647202/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=283077552977075391&amp;postID=2430723466945647202' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/283077552977075391/posts/default/2430723466945647202'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/283077552977075391/posts/default/2430723466945647202'/><link rel='alternate' type='text/html' href='http://serversolaris.blogspot.com/2008/01/how-to-reboot-or-shutdown-solaris.html' title='How to reboot or shutdown a Solaris Server'/><author><name>Walt3r</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://3.bp.blogspot.com/_1Xv_rWPOo3A/SprHQoHUWcI/AAAAAAAAAfA/KJcLuFZafJk/S220/walter.png'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-283077552977075391.post-2475996735621372581</id><published>2007-11-18T19:15:00.000-08:00</published><updated>2007-11-20T10:56:02.778-08:00</updated><title type='text'>Installing Solaris 10</title><content type='html'>&lt;div style="text-align: justify;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp1.blogger.com/_1Xv_rWPOo3A/R0EFkL1qmFI/AAAAAAAAAA8/G0lFpt3fKUI/s1600-h/images.jpg"&gt;&lt;img style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer;" src="http://bp1.blogger.com/_1Xv_rWPOo3A/R0EFkL1qmFI/AAAAAAAAAA8/G0lFpt3fKUI/s320/images.jpg" alt="" id="BLOGGER_PHOTO_ID_5134391169390385234" border="0" /&gt;&lt;/a&gt;Welcome to SolarisServer Blog, i usually write in ServerLinux.Blogspot.com, and now i decided to open a new blog named similarly to express my investigation of Solaris 10 O.S. and share interesting and usefull knowledge as experience.&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;Very soon i will graduate of Systems Engineer, and i am going to have more time to write in both blogs, so be prepared.&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;I want to share a solution to a problem you may have while installing Solaris and that i dont found it so easily in the Installation Documentation from Solaris.  When you download the 2 DVD Images you have to create a single disk with the DVD images that you download and then burn the image or perform the installation in a virtual machine mounting the DVD ISO image.&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;I did this so:&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="font-family:courier new;"&gt;&lt;br /&gt;cat sol-10-u4-ga-x86-dvd-iso-a sol-10-u4-ga-x86-dvd-iso-b &gt; sol-10-GA-sp-dvd.iso&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;For more information:&lt;br /&gt;http://www.sun.com/software/solaris/download_instruction.xml&lt;br /&gt;&lt;br /&gt;This has been done because there are tools that do not work well with large files transfers, i wrote an article in my other blog about this:&lt;br /&gt;&lt;a href="http://serverlinux.blogspot.com/2007/10/how-to-resume-download-in-linux.html"&gt;http://serverlinux.blogspot.com/2007/10/how-to-resume-download-in-linux.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;I hope you enjoy my new blog and there will be the option of receiving emails with the new posts very soon.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/283077552977075391-2475996735621372581?l=serversolaris.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://serversolaris.blogspot.com/feeds/2475996735621372581/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=283077552977075391&amp;postID=2475996735621372581' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/283077552977075391/posts/default/2475996735621372581'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/283077552977075391/posts/default/2475996735621372581'/><link rel='alternate' type='text/html' href='http://serversolaris.blogspot.com/2007/11/installing-solaris-10.html' title='Installing Solaris 10'/><author><name>Walt3r</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://3.bp.blogspot.com/_1Xv_rWPOo3A/SprHQoHUWcI/AAAAAAAAAfA/KJcLuFZafJk/S220/walter.png'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://bp1.blogger.com/_1Xv_rWPOo3A/R0EFkL1qmFI/AAAAAAAAAA8/G0lFpt3fKUI/s72-c/images.jpg' height='72' width='72'/><thr:total>0</thr:total></entry></feed>
