<?xml version="1.0" encoding="UTF-8"?>

<rss version="2.0">
    <channel>
        <title>BigAdmin: What's New and Recently Updated - Scripts</title>
        <link>http://www.sun.com/bigadmin/?feed=BigAdmin-RSS</link>
        <description>BigAdmin RSS Feed</description>
        <language>en</language>
        <copyright>Copyright 1994-2009 Sun Microsystems, Inc.</copyright>
        <lastBuildDate>Fri, 06 Nov 2009 13:10:48 -0700</lastBuildDate>
        <managingEditor>contact.bigadmin@sun.com</managingEditor>
        <pubDate>Fri, 06 Nov 2009 13:10:48</pubDate>
        <item>
            <title>rmdom.pl - Remove mail/cal domain and its users</title>
            <pubDate>2009-10-15</pubDate>
            <description>The program simplifies Sun Java Communications Suite domain removal, and allow to complete the task without the series of deletion/purge commands.

This script is a part of Commandline Support Tools project
# http://code.google.com/p/cs-tools/

Get the source from: 
http://cs-tools.googlecode.com/files/rmdom.pl</description>
            <link>http://www.sun.com/bigadmin/jsp/descFile.jsp?url=descAll/rmdom_pl__remove_ma&amp;feed=BigAdmin-scripts_rmdom.pl+-+Remove+mail/cal+domain+and+its+users</link>
        </item>
        <item>
            <title>NDDcfg - Ether Configuration Script (tar.gz)</title>
            <pubDate>2009-10-15</pubDate>
            <description>NDDcfg provides the ability to easily configure selectively your network interfaces. 

Revision 1.18 is provided here.

Here is an example on how to use it:
    *  Installation (as root): 
# cd NDD
# make install

    *  Installation example:

root@mysun # cd Solaris-Tuning-scripts/NDD
root@mysun # make install
/usr/sbin/install -f /etc/init.d -m 0755 NDDcfg
NDDcfg installed as /etc/init.d/NDDcfg
test -s /etc/rc2.d/S78NDDcfg || (cd /etc/rc2.d/ ; /usr/bin/ln -s ../init.d/NDDcfg /etc/rc2.d/S78NDDcfg)
/usr/sbin/install -f /etc/init.d -m 0755 TCPcfg
TCPcfg installed as /etc/init.d/TCPcfg
test -s /etc/rc2.d/S79TCPcfg || (cd /etc/rc2.d/ ; /usr/bin/ln -s ../init.d/TCPcfg /etc/rc2.d/S79TCPcfg)
test -f /etc/inet/NDDcfg.conf || /usr/sbin/install -c /etc/inet -m 0644 NDDcfg.conf
NDDcfg.conf installed as /etc/inet/NDDcfg.conf


    * Installed files are: 

-rw-r--r--   1 bin      bin          375 Apr  2 12:07 /etc/inet/NDDcfg.conf
-rwxr-xr-x   1 bin      bin        13339 Apr  2 12:07 /etc/init.d/NDDcfg
-rwxr-xr-x   1 bin      bin         4631 Apr  2 12:07 /etc/init.d/TCPcfg
lrwxrwxrwx   1 root     other         16 Apr  2 12:07 /etc/rc2.d/S78NDDcfg -&gt; ../init.d/NDDcfg
lrwxrwxrwx   1 root     other         16 Apr  2 12:07 /etc/rc2.d/S79TCPcfg -&gt; ../init.d/TCPcfg</description>
            <link>http://www.sun.com/bigadmin/jsp/descFile.jsp?url=descAll/nddcfg__ether_confi&amp;feed=BigAdmin-scripts_NDDcfg+-+Ether+Configuration+Script+%28tar.gz%29</link>
        </item>
        <item>
            <title>Monitor SVM (meta_state.ksh)</title>
            <pubDate>2009-10-12</pubDate>
            <description>This script monitors Disksuite databases and also verifies that all metadevices are in the Okay state.</description>
            <link>http://www.sun.com/bigadmin/jsp/descFile.jsp?url=descAll/monitor_svm_meta_st&amp;feed=BigAdmin-scripts_Monitor+SVM+%28meta_state.ksh%29</link>
        </item>
        <item>
            <title>Monitor HW Raid (sun_raid_state.ksh)</title>
            <pubDate>2009-10-12</pubDate>
            <description>This script will check the status of a Sun HW Raid configured with raidctl and report errors via logger and mail

NOTE: This script only applies to raid volumes on Solaris 10 8/07 (aka update 4) and newer. The raidctl command changed with that version.</description>
            <link>http://www.sun.com/bigadmin/jsp/descFile.jsp?url=descAll/monitor_hw_raid_sun&amp;feed=BigAdmin-scripts_Monitor+HW+Raid+%28sun_raid_state.ksh%29</link>
        </item>
        <item>
            <title>Create Primary LDOM (ldom-pri.ksh)</title>
            <pubDate>2009-10-12</pubDate>
            <description>This script creates a primary IO/Control/Service LDOM. 

This should be run after you have the aggregates network devices configured</description>
            <link>http://www.sun.com/bigadmin/jsp/descFile.jsp?url=descAll/create_primary_ldom&amp;feed=BigAdmin-scripts_Create+Primary+LDOM+%28ldom-pri.ksh%29</link>
        </item>
        <item>
            <title>Configure Guest LDOM (ldom-guest.ksh)</title>
            <pubDate>2009-10-12</pubDate>
            <description>This script creates/configures guest LDOM's.</description>
            <link>http://www.sun.com/bigadmin/jsp/descFile.jsp?url=descAll/configure_guest_ldo&amp;feed=BigAdmin-scripts_Configure+Guest+LDOM+%28ldom-guest.ksh%29</link>
        </item>
        <item>
            <title>Backup LDOM (ldom-back.ksh)</title>
            <pubDate>2009-10-12</pubDate>
            <description>This script creates XML backup files of all configured domains and saves an SP config.</description>
            <link>http://www.sun.com/bigadmin/jsp/descFile.jsp?url=descAll/backup_ldom_ldombac&amp;feed=BigAdmin-scripts_Backup+LDOM+%28ldom-back.ksh%29</link>
        </item>
        <item>
            <title>Monitor Oracle Alert Logs</title>
            <pubDate>2009-10-01</pubDate>
            <description>Simple script to check Oracle alert logs. 

This script can monitor a single instance, or all of them! Can be run as often as you like. 

It also rotates the alert log weekly, in this case on a Tuesday. 

Mainly written as a series of funtions so you can choose what you want without having to re-write the entire script.

Read description for more information and customization.</description>
            <link>http://www.sun.com/bigadmin/jsp/descFile.jsp?url=descAll/monitor_oracle_aler&amp;feed=BigAdmin-scripts_Monitor+Oracle+Alert+Logs</link>
        </item>
        <item>
            <title>Start screen session for zone consoles (zone_console.sh)</title>
            <pubDate>2009-09-21</pubDate>
            <description>zone_console is a script to start or stop screen sessions for one, some or all defined zones on a machine.</description>
            <link>http://www.sun.com/bigadmin/jsp/descFile.jsp?url=descAll/start_screen_sessio&amp;feed=BigAdmin-scripts_Start+screen+session+for+zone+consoles+%28zone_console.sh%29</link>
        </item>
        <item>
            <title>Manage ZFS Snapshots (daily, weekly, monthly, yearly)</title>
            <pubDate>2009-09-08</pubDate>
            <description>This script creates a snapshot of the given ZFS filesystem and keeps a limited number of daily, weekly, monthly, yearly snapshots by deleting some old ones.</description>
            <link>http://www.sun.com/bigadmin/jsp/descFile.jsp?url=descAll/manage_zfs_snapshot&amp;feed=BigAdmin-scripts_Manage+ZFS+Snapshots+%28daily%2C+weekly%2C+monthly%2C+yearly%29</link>
        </item>
        <item>
            <title>ZFS Backup and Restore with snapshots</title>
            <pubDate>2009-09-08</pubDate>
            <description>Package for ZFS backup/restore to the local mounted storage or NFS.

README file included in English and Russian.

FIle: zfs_backup_restore.tar.gz
Contains:

readme_en.txt
readme_ru.txt
zfs_backup.sh
zfs_restore.sh</description>
            <link>http://www.sun.com/bigadmin/jsp/descFile.jsp?url=descAll/zfs_backup_and_rest&amp;feed=BigAdmin-scripts_ZFS+Backup+and+Restore+with+snapshots</link>
        </item>
        <item>
            <title>Menu script</title>
            <pubDate>2009-09-04</pubDate>
            <description>Shell based menu program that parses a comma delimit file and generates a menu. 

You will need a sample .menu file located http://www.bdragon.net/menu.txt

It does support recusive menus and has a hidden option 'E', that lets the menu be edited while you use it and changes take effect without restarting. 

Good example of using arrays.

Original location of script:
 http://www.bdragon.net/menu.html</description>
            <link>http://www.sun.com/bigadmin/jsp/descFile.jsp?url=descAll/menu_script&amp;feed=BigAdmin-scripts_Menu+script</link>
        </item>
        <item>
            <title>Change Management Script</title>
            <pubDate>2009-09-04</pubDate>
            <description>Designed to run from cron, it parses itself for a data file and crates a baseline on your system in /var/cmcs.

Any file changes since last run, get a new version and the difference is emailed.

Original Location:
http://www.bdragon.net/cmcs.html</description>
            <link>http://www.sun.com/bigadmin/jsp/descFile.jsp?url=descAll/change_management_s_&amp;feed=BigAdmin-scripts_Change+Management+Script</link>
        </item>
        <item>
            <title>View Machine Configuration</title>
            <pubDate>2009-08-19</pubDate>
            <description>Gives a nice overview output of machine configuration (hardware).

Has a verbose mode and a "normal" mode.

Works on x86 as well as sparc based systems.</description>
            <link>http://www.sun.com/bigadmin/jsp/descFile.jsp?url=descAll/view_machine_config&amp;feed=BigAdmin-scripts_View+Machine+Configuration</link>
        </item>
        <item>
            <title>Solaris 10 Monitoring Script</title>
            <pubDate>2009-08-19</pubDate>
            <description>This script checks Solaris 8, 9, and 10 Servers, but is basically designed for Solaris 10.

This script presents a menu of options and monitors for SVM, Filesystem status, Filesystem Inodes status, syslog, Sun clusters, zones, zfs, prstat, zfs, lan, IPMP, process stat, sar, and root mirror status.</description>
            <link>http://www.sun.com/bigadmin/jsp/descFile.jsp?url=descAll/solaris_10_monitori&amp;feed=BigAdmin-scripts_Solaris+10+Monitoring+Script</link>
        </item>
        <item>
            <title>Sun GDD - Web and Web Proxy Server - wshang version 3.1</title>
            <pubDate>2009-08-06</pubDate>
            <description>wshang.ksh version 3.1, Script for Gathering Debug Data for Web Server 6.0, 6.1 and 7.0 (and Proxy Server 4.0) on Solaris SPARC and x86 for debugging hang conditions.</description>
            <link>http://www.sun.com/bigadmin/jsp/descFile.jsp?url=descAll/sun_gdd_wshang_vers&amp;feed=BigAdmin-scripts_Sun+GDD+-+Web+and+Web+Proxy+Server+-+wshang+version+3.1</link>
        </item>
        <item>
            <title>Sun GDD - Directory Server - Dirtracer v 6.0.7 Solaris (SPARC)</title>
            <pubDate>2009-07-27</pubDate>
            <description>Sun Gathering Debug Data Script dirtracer - collects all parts of Sun Java System Directory Server environment that are useful for debugging, such as log files, database, information platform information, and others. 

Works on Solaris OS (SPARC).</description>
            <link>http://www.sun.com/bigadmin/jsp/descFile.jsp?url=descAll/sun_gdd__directory_&amp;feed=BigAdmin-scripts_Sun+GDD+-+Directory+Server+-+Dirtracer+v+6.0.7+Solaris+%28SPARC%29</link>
        </item>
        <item>
            <title>Sun GDD - Directory Server - Dirtracer v 6.0.7 RedHat Linux</title>
            <pubDate>2009-07-27</pubDate>
            <description>Sun Gathering Debug Data Script dirtracer - collects all parts of Sun Java System Directory Server environment that are useful for debugging, such as log files, database, information platform information, and others. 

This version works on RedHat Linux.</description>
            <link>http://www.sun.com/bigadmin/jsp/descFile.jsp?url=descAll/sun_gdd__directory__&amp;feed=BigAdmin-scripts_Sun+GDD+-+Directory+Server+-+Dirtracer+v+6.0.7+RedHat+Linux</link>
        </item>
        <item>
            <title>Sun GDD - Pkgapp v 3.2 Solaris</title>
            <pubDate>2009-07-27</pubDate>
            <description>Sun Gathering Debug Data Script pkgapp - collects libraries of any Softwares that are useful for debugging core/gcores.

Solaris OS version.</description>
            <link>http://www.sun.com/bigadmin/jsp/descFile.jsp?url=descAll/sun_gdd__directory___&amp;feed=BigAdmin-scripts_Sun+GDD+-+Pkgapp+v+3.2+Solaris</link>
        </item>
        <item>
            <title>Sun GDD - Pkgapp v 3.2 Redhat Linux</title>
            <pubDate>2009-07-27</pubDate>
            <description>Sun Gathering Debug Data Script pkg_app - collects libraries of Sun Java System Server environment that are useful for debugging core/gcores. 

Redhat Linux version.</description>
            <link>http://www.sun.com/bigadmin/jsp/descFile.jsp?url=descAll/sun_gdd__all__pkg_a&amp;feed=BigAdmin-scripts_Sun+GDD+-+Pkgapp+v+3.2+Redhat+Linux</link>
        </item>
        <item>
            <title>Sun GDD - Directory Server - Dirtracer v 6.0.7 Solaris on x86 platforms</title>
            <pubDate>2009-07-27</pubDate>
            <description>Sun Gathering Debug Data Script dirtracer - collects all parts of Sun Java System Directory Server environment that are useful for debugging, such as log files, database, information platform information, and others. 

Works with the Solaris OS  on x86 platforms. </description>
            <link>http://www.sun.com/bigadmin/jsp/descFile.jsp?url=descAll/sun_gdd__directory____&amp;feed=BigAdmin-scripts_Sun+GDD+-+Directory+Server+-+Dirtracer+v+6.0.7+Solaris+on+x86+platforms</link>
        </item>
        <item>
            <title>Sun GDD - Pkgapp v 3.2 SuSE Linux</title>
            <pubDate>2009-07-27</pubDate>
            <description>Sun Gathering Debug Data Script pkg_app - collects libraries of Sun Java System Server environment that are useful for debugging core/gcores. 

SuSE Linux 9/10 version.</description>
            <link>http://www.sun.com/bigadmin/jsp/descFile.jsp?url=descAll/sun_gdd__pkgapp_v_3&amp;feed=BigAdmin-scripts_Sun+GDD+-+Pkgapp+v+3.2+SuSE+Linux</link>
        </item>
        <item>
            <title>Sun GDD - Directory Server - Dirtracer v 6.0.7 SuSE Linux</title>
            <pubDate>2009-07-27</pubDate>
            <description>Sun Gathering Debug Data Script dirtracer - collects all parts of Sun Java System Directory Server environment that are useful for debugging, such as log files, database, information platform information, and others. 

SuSE Linux version.</description>
            <link>http://www.sun.com/bigadmin/jsp/descFile.jsp?url=descAll/sun_gdd__directory______&amp;feed=BigAdmin-scripts_Sun+GDD+-+Directory+Server+-+Dirtracer+v+6.0.7+SuSE+Linux</link>
        </item>
        <item>
            <title>fscheck.sh</title>
            <pubDate>2009-07-24</pubDate>
            <description>This script can be run from cron to periodically check filesystems for low disk space and send an e-mail if a filesystem is above the defined threshhold.

Note: If there is an issue running directly, wrap the test of $FSLIST in quotes:

if [ -z "$FSLIST" ]; </description>
            <link>http://www.sun.com/bigadmin/jsp/descFile.jsp?url=descAll/fscheck_sh&amp;feed=BigAdmin-scripts_fscheck.sh</link>
        </item>
        <item>
            <title>Foreach Example in tcsh</title>
            <pubDate>2009-07-24</pubDate>
            <description>Example of using a foreach loop in the 'tcsh' shell (or csh shell).</description>
            <link>http://www.sun.com/bigadmin/jsp/descFile.jsp?url=descAll/foreach_example_in_&amp;feed=BigAdmin-scripts_Foreach+Example+in+tcsh</link>
        </item>
        <item>
            <title>Quick Reference (Notes) System Script</title>
            <pubDate>2009-07-15</pubDate>
            <description>This is a very useful tool for managing your personal notes.

It parses all the text files in a directory and creates a menu to edit, search, views, etc.... 

Sample notes:
http://www.bdragon.net/qrefdir.gz

On the command line, if you pass it a string it will look for a note with that name to display and if it does not find a match it will then look inside the note.

I wrote it on linux, work on Solaris with minor changes.


Original location: http://www.bdragon.net/qref.html</description>
            <link>http://www.sun.com/bigadmin/jsp/descFile.jsp?url=descAll/change_management_s&amp;feed=BigAdmin-scripts_Quick+Reference+%28Notes%29+System+Script</link>
        </item>
        <item>
            <title>Sample .bashrc file</title>
            <pubDate>2009-07-15</pubDate>
            <description>My personal .bashrc file. 

Features:
 - Auto version control
 - Logging
 - Window title changes with path
 - Prompt is in color and shows: Jobs, error status of last command, and history number
 - ssh now has history

Very well commented to see how items can be adjusted or set.</description>
            <link>http://www.sun.com/bigadmin/jsp/descFile.jsp?url=descAll/sample__bashrc_file&amp;feed=BigAdmin-scripts_Sample+.bashrc+file</link>
        </item>
        <item>
            <title>NIS+ User Management</title>
            <pubDate>2009-07-06</pubDate>
            <description>This script helps make NIS+ a little easier to use.

It allows you to view users and change their attributes in a nicer way than using the NIS+ commands.

Ability to change all fields of a user in NIS+.

Ability to view properties of a NIS+ user in human format.

Ability to back up and restore NIS+ directory.</description>
            <link>http://www.sun.com/bigadmin/jsp/descFile.jsp?url=descAll/nis_plus_user_management&amp;feed=BigAdmin-scripts_NIS%2B+User+Management</link>
        </item>
        <item>
            <title>memconf: Identify sizes of SIMM/DIMM memory modules</title>
            <pubDate>2009-06-12</pubDate>
            <description>memconf is a perl script that displays memory modules installed in a Sun Solaris, Linux or HP-UX system.

memconf reports the size of each SIMM/DIMM memory module installed in a system. It also reports the system type and any empty memory sockets. In verbose mode, it also reports the following information if available:

* banner name, model, and CPU/system frequencies
* address range and bank numbers for each module

System  Administrators can easily check to see if a system has free slots for additional memory to be installed.</description>
            <link>http://www.sun.com/bigadmin/jsp/descFile.jsp?url=descAll/memconf&amp;feed=BigAdmin-scripts_memconf:+Identify+sizes+of+SIMM/DIMM+memory+modules</link>
        </item>
        <item>
            <title>getspace (get free space)</title>
            <pubDate>2009-06-10</pubDate>
            <description>Script to grab the used and free space via df -k.</description>
            <link>http://www.sun.com/bigadmin/jsp/descFile.jsp?url=descAll/getspace_get_free_s&amp;feed=BigAdmin-scripts_getspace+%28get+free+space%29</link>
        </item>
    </channel>
</rss>
