<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.1" -->
<rss version="0.92">
<channel>
	<title>Sun Solaris System Admin</title>
	<link>http://www.sunsolarisadmin.com</link>
	<description>Sun Solaris HowTo's Tips Tricks Tutorials</description>
	<lastBuildDate>Mon, 18 Jan 2010 22:16:04 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Error &#8217;shmget&#8217; call failed with error number 22 (Invalid argument)</title>
		<description><![CDATA[

The following  error on the Sybase ASE intalled on Sun Solaris can occur if the Maximum shared memory allocated is max&#8217;d out or if none is allocated, it takes the default value which is &#8220;Total Physical Memory /4&#8243;.
Backup Server: 4.142.2.58: [0] The &#8217;shmget&#8217; call failed with error number 22 (Invalid argument). Refer to your operating [...]]]></description>
		<link>http://www.sunsolarisadmin.com/general/error-shmget-call-failed-with-error-number-22-invalid-argument/#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=error-shmget-call-failed-with-error-number-22-invalid-argument</link>
			</item>
	<item>
		<title>Fix errors in commands in Sun ILOM</title>
		<description><![CDATA[

There has been more than one instance when the Sun ILOM was not responsive to commands or were throwing errors. For instance, when you try to run the following command to reset the ILOM
-&#62; reset /SP
Are you sure you want to reset /SP (y/n)? y
Performing hard reset on /SP failed
reset: No such inventory
or when you [...]]]></description>
		<link>http://www.sunsolarisadmin.com/hardware/fix-errors-in-commands-in-sun-ilom/#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=fix-errors-in-commands-in-sun-ilom</link>
			</item>
	<item>
		<title>How to find System Serial Number in x86 using ipmitool</title>
		<description><![CDATA[

As we discussed earlier here, you can find the serial number of a Sun Hardware using the utility &#8220;sneep&#8221;. However, in Sun X86 systems, you can use the pre-installed tool &#8220;ipmitool&#8221; to find the system serial number. It is not as straight forward as sneep but still is simpl procedure.

Run the command
# ipmitool fru &#124; [...]]]></description>
		<link>http://www.sunsolarisadmin.com/hardware/how-to-find-system-serial-number-in-x86-using-ipmitool/#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=how-to-find-system-serial-number-in-x86-using-ipmitool</link>
			</item>
	<item>
		<title>Error Could not get shadow information for NOUSER</title>
		<description><![CDATA[

Have you ever had the following error popup on your /var/adm/messages:
Oct  8 12:26:14 myserver sshd[29288]: [ID 800047 auth.error] error: Could not get shadow information for NOUSER
It would look like a security incident with the &#8220;nouser&#8221; system account but not so to be. The error gets written to /var/adm/messages when a user tries to SSH to [...]]]></description>
		<link>http://www.sunsolarisadmin.com/general/error-could-not-get-shadow-information-for-nouser/#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=error-could-not-get-shadow-information-for-nouser</link>
			</item>
	<item>
		<title>Install Sybase Perl module in Solaris 10</title>
		<description><![CDATA[Installing Perl modules in Sun Solaris is not as straight forward but is not very difficult as well.  Perl module installations in Sun Solaris needs GNU Make rather than the default make tool installed. And, requires using perlgcc to build the Makefile.PL than the default perl binary.

Installing Sybase Perl Module requires the following preinstalled
1. Sybase [...]]]></description>
		<link>http://www.sunsolarisadmin.com/solaris-10/install-sybase-perl-module-in-solaris-10/#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=install-sybase-perl-module-in-solaris-10</link>
			</item>
	<item>
		<title>How to find the package which installed a file</title>
		<description><![CDATA[If you have a file and need to know the package that installed the file on the system then the following procedure using &#8220;pkgchk&#8221; should help.

Let&#8217;s look at the &#8220;which&#8221; utility in Solaris and find which package installed the file.
The file path for which is /usr/bin/which
# which which
/usr/bin/which
To find the package which installed it use [...]]]></description>
		<link>http://www.sunsolarisadmin.com/general/how-to-find-the-package-which-installed-a-file/#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=how-to-find-the-package-which-installed-a-file</link>
			</item>
	<item>
		<title>How to find list of files installed by a package</title>
		<description><![CDATA[&#8220;pkginfo&#8221; command can be useful in Solaris to give a detailed listing of a package including the details of number of installed files, pathnames, directories and executables as follows:

 
# pkginfo -l SUNWlibgcrypt
PKGINST:  SUNWlibgcrypt
NAME:  Libgcrypt &#8211; Cryptographic Library
CATEGORY:  EVO146,application,JDS3
ARCH:  sparc
VERSION:  1.1.12,REV=10.0.3.2004.12.15.17.57
BASEDIR:  /usr
VENDOR:  Sun Microsystems, Inc.
DESC:  Libgcrypt &#8211; Cryptographic Library
PSTAMP:  fire420041215175708
INSTDATE:  Sep 15 2008 12:08
HOTLINE:  Please [...]]]></description>
		<link>http://www.sunsolarisadmin.com/package-management/how-to-find-list-of-files-installed-by-a-package/#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=how-to-find-list-of-files-installed-by-a-package</link>
			</item>
	<item>
		<title>OBP Error: FATAL: system is not bootable, boot command is disabled</title>
		<description><![CDATA[When you run any boot command like &#8220;boot net&#8221; or &#8220;boot -s&#8221; from the OK prompt (OBP), you may end up with the error
FATAL: system is not bootable, boot command is disabled
Don&#8217;t panic!!!

This error indicates that interrupted the boot process prematurely, most likely when the memory checks were run with &#8220;STOP + A&#8221; or a [...]]]></description>
		<link>http://www.sunsolarisadmin.com/hardware/obp-error-fatal-system-is-not-bootable-boot-command-is-disabled/#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=obp-error-fatal-system-is-not-bootable-boot-command-is-disabled</link>
			</item>
	<item>
		<title>How to remove ^M characters from file in Unix/Solaris</title>
		<description><![CDATA[When you sometimes copy a file from Windows to UNIX/Solaris or even Linux systems, you can find these anooying ^M characters everywhere. This is because, the file from Windows is in DOS (ASCII) format and needs to be converted to ISO format.

There are many ways to do this. Let&#8217;s start with the easy one look [...]]]></description>
		<link>http://www.sunsolarisadmin.com/general/how-to-remove-m-characters-from-file-in-unixsolaris/#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=how-to-remove-m-characters-from-file-in-unixsolaris</link>
			</item>
	<item>
		<title>dladm &#8211; Display Link status,speed,duplex,statistics,MTU</title>
		<description><![CDATA[In the past we have to mess around with the NDD commands and stats tools like kstat to find the network link status, speed, duplex information in Sun Solaris. With Solaris 10, this has become much easier with the dladm utility.
dladm is the admin utility for Data-Link Interface which helps to display informarthe like Link [...]]]></description>
		<link>http://www.sunsolarisadmin.com/solaris-10/dladm-display-link-statusspeedduplexstatisticsmtu/#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=dladm-display-link-statusspeedduplexstatisticsmtu</link>
			</item>
</channel>
</rss>
