1. Skip to Menu
  2. Skip to Content
  3. Skip to Footer>
Image 1

WE Solutions / Our services

  • Previous
  • Next
  • Stop
  • Play

SAMBA/LDAP

Thin Client Server

Postfix Mail Server

Postfix Mail Server

HA Clustering

Setting up SSL for Apache on openSUSE 11

PDF Print E-mail

Written by Mr. Sontaya Photibut Saturday, 28 November 2009 15:11

Setting up SSL for Apache on openSUSE 11

เพิ่มความปลอดภัยโดยการเข้ารหัสการสื่อสารระหว่าง Web server กับ Client ด้วย SSL/TLS.

1. สร้างใบรับรอง (Certificate of Authority - CA)

$ mkdir /root/ca
$ cd /root/ca

- สร้าง CA โดยสร้างเป็น 2048 bit.

$ openssl genrsa -des3 -out newca.key 2048
Generating RSA private key, 2048 bit long modulus
.................................+++
.................+++
e is 65537 (0x10001)
Enter pass phrase for newca.key: <ให้รหัสผ่านสำหรับ PEM>
Verifying - Enter pass phrase for newca.key: <ยืนยันรหัสผ่านสำหรับ PEM>

- สร้าง X.509 Certificate โดยมีอายุ 2 ปี (สามารถกำหนดได้ตามความต้องการ)

$ openssl req -new -x509 -days 730 -key newca.key -out newca.crt

Enter pass phrase for newca.key: <ให้รหัสผ่าน PEM>
You are about to be asked to enter information that will be incorporated
into your certificate request.
What you are about to enter is what is called a Distinguished Name or a DN.
There are quite a few fields but you can leave some blank
For some fields there will be a default value,
If you enter '.', the field will be left blank.
-----
Country Name (2 letter code) [AU]:TH
State or Province Name (full name) [Some-State]:Bangkok
Locality Name (eg, city) []:Thailand
Organization Name (eg, company) [Internet Widgits Pty Ltd]:My Company, LTD.
Organizational Unit Name (eg, section) []:IT
Common Name (eg, YOUR name) []:*.mydomain.com
Email Address []:support@mydomain.com

- ดูรายละเอียด Certificate ที่สร้าง

$ openssl x509 -in newca.crt -text -noout

Certificate:
Data:
Version: 3 (0x2)
Serial Number:
8e:63:fd:8a:a1:a4:77:af
Signature Algorithm: sha1WithRSAEncryption
Issuer: C=TH, ST=Bangkok, L=Thailand, O=My Company, LTD., OU=IT, CN=*.mydomain.com/emailAddress=support@mydomain.com
Validity
Not Before: Nov 28 06:48:50 2009 GMT
Not After : Nov 28 06:48:50 2011 GMT
Subject: C=TH, ST=Bangkok, L=Thailand, O=My Company, LTD., OU=IT, CN=*.mydomain.com/emailAddress=support@mydomain.com
Subject Public Key Info:
Public Key Algorithm: rsaEncryption
RSA Public Key: (2048 bit)
Modulus (2048 bit):
00:cc:5c:da:bc:ed:08:e6:c4:9a:a4:e9:c0:37:f7:
ea:48:b5:2b:e4:26:00:04:9a:2d:83:35:58:ca:b4:
85:7d:00:5a:da:5b:fc:28:58:38:6b:c5:0a:b2:97:
84:dc:d2:8c:76:4e:a5:e4:1d:36:8c:39:f5:b7:bc:
c9:5c:0f:63:13:7a:99:01:9c:19:d9:be:36:0d:57:
b4:53:ff:59:b1:9c:e0:e5:2b:a7:81:f6:9e:4a:50:
94:dd:75:d1:73:ef:f8:ab:7e:d4:70:ed:45:76:00:
bd:c8:aa:47:e0:c4:eb:8c:15:f8:56:40:23:dc:75:
46:5c:95:24:bb:ba:1e:a0:a4:95:aa:33:40:04:f0:
1d:b6:f0:80:fe:bd:42:38:97:a5:10:27:e5:d7:d0:
12:4d:ba:fa:1a:ed:f9:95:6d:93:5f:18:ab:cd:d0:
c4:5a:cd:e9:7c:e4:b4:bb:71:86:e2:ec:7b:32:87:
f5:13:1b:8e:21:8b:fe:9d:bb:64:0b:87:6e:2e:dc:
4c:da:30:a3:8f:50:a9:0c:b9:2b:2e:12:0f:55:83:
12:ad:df:f2:b4:06:ec:14:2b:00:2c:c1:53:74:a7:
80:93:e4:91:a3:ea:28:6b:45:a2:5b:5c:06:a4:ae:
0a:f0:07:f4:90:c6:e3:e8:ad:da:90:54:46:72:e4:
7f:97
Exponent: 65537 (0x10001)
X509v3 extensions:
X509v3 Subject Key Identifier:
85:B0:D4:A8:8C:9C:7E:AE:EB:54:B9:D5:FF:51:B0:F6:62:30:AF:22
X509v3 Authority Key Identifier:
keyid:85:B0:D4:A8:8C:9C:7E:AE:EB:54:B9:D5:FF:51:B0:F6:62:30:AF:22
DirName:/C=TH/ST=Bangkok/L=Thailand/O=My Company, LTD./OU=IT/CN=*.mydomain.com/emailAddress=support@mydomain.com
serial:8E:63:FD:8A:A1:A4:77:AF

X509v3 Basic Constraints:
CA:TRUE
Signature Algorithm: sha1WithRSAEncryption
62:eb:b2:1d:13:1f:41:38:95:a2:c4:fc:a6:13:64:fc:b6:dd:
bc:78:65:25:88:3a:cc:e8:0c:0d:4a:7b:e9:5a:8d:d5:06:0d:
04:b1:9e:17:ba:ac:01:96:84:ab:64:5c:73:8a:3c:e8:ee:74:
e9:36:da:d7:27:94:13:47:ae:de:d2:27:d3:48:13:1b:60:c7:
88:53:dc:6d:fe:ef:8d:ab:1d:ab:76:0b:f6:3c:06:1e:0b:92:
94:50:2c:2c:53:6e:1b:6d:f8:c3:c9:01:2b:74:3d:1a:5d:66:
6c:4e:96:fa:0d:81:4d:8a:f9:43:87:0b:94:39:70:ed:d5:0c:
50:d6:40:c8:4a:d0:68:4c:b8:0d:9d:8d:33:1f:97:8e:40:09:
47:c5:a9:77:67:02:11:dc:ce:9e:e1:43:45:49:23:b5:5c:30:
97:26:c9:df:04:fb:19:d3:7b:d3:16:2e:f0:31:1e:62:c2:50:
d5:dc:0f:99:db:38:4b:6c:f0:1c:5b:63:9a:bb:83:11:35:a3:
6c:db:54:6a:c1:81:35:f4:a1:63:3d:e9:51:4e:09:9d:bd:cd:
42:cf:15:2a:cb:05:e6:c9:10:d9:78:02:12:3d:be:73:c1:06:
e5:ef:a9:b2:ee:eb:cb:55:43:a6:e0:f6:6b:55:98:79:69:ec:
a0:8f:f4:41


2. สร้างคีย์ และ ใบรับรองอิเล็กทรอนิกส์ (Key & Certificate) สำหรับ Web Server (Apache2)

$ openssl genrsa -des3 -out ap2server.key 1024


Generating RSA private key, 1024 bit long modulus
...........++++++
................++++++
e is 65537 (0x10001)
Enter pass phrase for ap2server.key:
Verifying - Enter pass phrase for ap2server.key:

- สร้าง Certificate Signed Request (CSR)


$ openssl req -new -key ap2server.key -out ap2server.csr

Generating RSA private key, 1024 bit long modulus
...........++++++
................++++++
e is 65537 (0x10001)
Enter pass phrase for ap2server.key: <ให้รหัส>
Verifying - Enter pass phrase for ap2server.key: <ยืนยันให้รหัส>
linux-wifi:~/ca # openssl req -new -key ap2server.key -out ap2server.csr
Enter pass phrase for ap2server.key:
You are about to be asked to enter information that will be incorporated
into your certificate request.
What you are about to enter is what is called a Distinguished Name or a DN.
There are quite a few fields but you can leave some blank
For some fields there will be a default value,
If you enter '.', the field will be left blank.
-----
Country Name (2 letter code) [AU]:TH
State or Province Name (full name) [Some-State]:BKK
Locality Name (eg, city) []:THAILAND
Organization Name (eg, company) [Internet Widgits Pty Ltd]:MY COMPANY, LTD.
Organizational Unit Name (eg, section) []:IT
Common Name (eg, YOUR name) []:www.mydomain.com
Email Address []:webmaster@mydomain.com

Please enter the following 'extra' attributes
to be sent with your certificate request
A challenge password []: <Enter>
An optional company name []: <Enter>


Note: Common Name คุณต้องใส่ชื่อโดเมนเต็ม (FDN)

- สร้าง Server Signed Certificate สำหรับ CA และ CSR


$ openssl x509 -req -in ap2server.csr -out ap2server.crt -sha1 -CA newca.crt -CAkey newca.key -CAcreateserial -days 730


Signature ok
subject=/C=TH/ST=BKK/L=THAILAND/O=MY COMPANY, LTD./OU=IT/CN=www.mydomain.com/emailAddress=webmaster@mydomain.com
Getting CA Private Key
Enter pass phrase for newca.key: <ใส่รหัส>

$ openssl x509 -in ap2server.crt -text -noout

Certificate:
Data:
Version: 1 (0x0)
Serial Number:
9b:b6:4d:a9:d7:3c:15:9e
Signature Algorithm: sha1WithRSAEncryption
Issuer: C=TH, ST=Bangkok, L=Thailand, O=My Company, LTD., OU=IT, CN=*.mydomain.com/emailAddress=support@mydomain.com
Validity
Not Before: Nov 28 07:03:33 2009 GMT
Not After : Nov 28 07:03:33 2011 GMT
Subject: C=TH, ST=BKK, L=THAILAND, O=MY COMPANY, LTD., OU=IT, CN=www.mydomain.com/emailAddress=webmaster@mydomain.com
Subject Public Key Info:
Public Key Algorithm: rsaEncryption
RSA Public Key: (1024 bit)
Modulus (1024 bit):
00:ce:47:b5:e2:e7:8b:6e:c2:6c:7a:3e:fa:d2:cb:
b6:fa:a9:b4:9f:12:db:8f:c7:63:5e:9b:b4:09:cb:
a2:13:11:da:a6:4d:fd:76:b1:b2:4c:cf:c6:e1:95:
0a:00:2c:17:2e:66:82:0d:1d:8f:6d:27:26:0d:ca:
2e:39:54:4e:d2:7e:5b:35:86:e3:17:cb:c7:39:23:
b8:4c:a7:4c:a9:6f:ef:c4:65:75:68:59:c9:19:59:
50:39:83:a0:41:c0:5a:cf:3e:14:b5:4b:72:9b:fc:
49:b3:22:86:8e:0d:73:08:0e:35:65:80:2e:64:a9:
e2:df:c6:3b:31:89:b6:c7:8f
Exponent: 65537 (0x10001)
Signature Algorithm: sha1WithRSAEncryption
b1:58:ca:02:6d:b5:05:60:8d:1a:b8:f0:49:a4:e2:c9:cc:b3:
55:80:8e:28:b4:bc:5b:b1:65:84:6f:1b:ca:5b:79:07:45:47:
47:8c:a6:fd:c1:b6:b0:7f:a1:00:c7:bf:22:c7:82:27:0d:f4:
7e:cd:9a:fc:1c:93:a2:15:26:ca:06:e4:d9:51:58:59:71:a3:
84:59:41:ae:dc:06:6e:2c:e4:e5:a6:48:51:df:6b:2e:21:7b:
96:f0:28:75:df:72:6e:d0:7c:d9:9b:fc:69:b8:ce:23:05:ef:
66:5e:cb:62:16:2f:35:9b:5a:06:79:eb:88:48:2f:f8:4b:10:
31:59:7b:d4:05:c5:03:a8:88:37:c7:1e:37:f1:a3:75:af:9d:
34:9f:b6:0a:3c:5e:b1:a3:d6:a2:d3:70:13:d3:f7:a0:94:ca:
11:46:de:1c:2c:7a:45:25:f2:1f:59:e2:e0:03:12:a1:e0:aa:
65:4e:5e:e6:e4:bf:b3:61:a8:f4:6d:15:ee:f9:e1:e4:10:55:
cd:d3:fb:a1:47:77:8e:24:b3:0e:e5:df:31:04:6d:cb:99:b0:
c6:4f:31:40:10:69:a4:fa:0e:9e:fe:ba:07:20:52:13:9d:d1:
12:d0:9b:85:b7:9e:2d:3a:87:28:fe:5e:fa:16:96:63:cf:73:
62:e3:01:b3


- คัดลอก Certificate ไปยังโฟร์เดอร์ของ Apache


$ cp ap2server.crt /etc/apache2/ssl.crt/
$ cp ap2server.key /etc/apache2/ssl.key/
$ cp newca.crt /etc/apache2/ssl.crt/



3. สร้างพื้นที่สำหรับการเข้ารหัส


$ mkdir /srv/www/htdocs/ssl-site
$ cd /srv/www/htdocs/ssl-site


- สร้างไฟล์ index.html สำหรับทำการทดสอบ


$ vi index.html


<html>
<head><title>SSL Testing</title></head>
<body>
<center>
Encrypted!
</center>
</body>
</html>



$ cd ..
$ chown wwwrun.www ssl-site/ -R



4. คอนฟิก Apache Web Server เพื่อให้ใช้งาน SSL

- สร้าง virtual host โดยการคัดลอกไฟล์ template

$ cp /etc/apache2/vhosts.d/vhost-ssl.template /etc/apache2/vhosts.d/ssl-site.conf

$ vi /etc/apache2/vhosts.d/ssl-site.conf

แก้ไขรายละเอียดตามนี้ครับ.

<VirtualHost _default_:443>

#  General setup for the virtual host
DocumentRoot "/srv/www/htdocs"
ServerName www.mydomain.com:443
ServerAdmin webmaster@mydomain.com
ErrorLog /var/log/apache2/error_log
TransferLog /var/log/apache2/access_log
#   SSL Engine Switch:
#   Enable/Disable SSL for this virtual host.
SSLEngine on
SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL
SSLCertificateFile /etc/apache2/ssl.crt/ap2server.crt
SSLCertificateKeyFile /etc/apache2/ssl.key/ap2server.key
SSLCertificateChainFile /etc/apache2/ssl.crt/newca.crt

<Directory "/srv/www/htdocs/ssl-site">
Options Indexes
AllowOverride None
Allow from from all
Order allow,deny
</Directory>


จากนั้น Save แล้ว Restart Apache

5. Load SSL module

$ vi /etc/sysconfig/apache2


APACHE_SERVER_FLAGS="SSL"


- Restart Web Server

$ rcapache2 restart


6. ทดสอบ


- เปิด ฺBrowser Mozilla Firefox หรือ IE ก็ได้

URL: www.mydomain.com/ssl-site

Cert


Tip:
- เมื่อคุณ Restart Web Server  คุณจะต้อง Enter pass phrase:  ค่าเริ่มต้นจะถูกเซตไว้ที่ 2 วินาที ซึ่งคุณใส่รหัสไม่ทันแน่นอน
คุณต้องไปแก้ไขที่ไฟล์ "/etc/sysconfig/apache2"  ตรงคำว่า APACHE_START_TIMEOU ให้ใส่เป็น 10
- <VirtualHost _default_:443> ถ้ากำหนดอย่างนี้หมายความว่าจะเรียก Web Server ด้วย IP Address หรือ Domain ก็สามารถให้ SSL ได้
แต่ถ้ากำหนดเป็น <VirtualHost www.mydomain.com:443>  ต้องเรียกเป็นชื่อ Domain เท่านั้น ถ้าเรียกเป็น IP Address จะ error ssl
- หากต้องการ CA จาก http://www.cacert.org  ดูวิธีได้ที่ http://www.susethailand.com/index.php/en/webdav-over-ssl-using-ldap-authentication



Internet link of Reference - http://www.susethailand.com/index.php/en/suse/sles/apache2/seff-signed-ssl
External link of Reference - http://www.securityfocus.com/infocus/1818, http://www.novell.com/communities/node/3992/setting-ssltls-apache-sles-10


Comments (0)Add Comment

Write comment

security code
Write the displayed characters


busy
 

SUSE Linux Enterprise Cool Solutions

  • ovpnstatd
    license: 
    GNU General Public License

    About:

    How 'ovpnstatd' works.

    ovpnstatd is a status collector daemon for OpenVPN. ovpnstatd can be started either interactively at the console or as a daemon in the background (--daemon).

    Use "--help", to get a brief listing of available options.

    If started interactively, all connected users and their update-events will be shown on the console-display. This start-mode is merely meant for testing/debugging.

    A tcp-port (50505) will be opened, by which a very simple but useful web page can be viewed (http://yourhost:50505). There you get an entry for every OpenVPN-user, whose status-data is available as a result of a connect-event since ovpnstatd's startup. Users who are online, appear as a light-green(ish) entry, disconnected users are shown in grey/white.

    The web page will remain empty, as long as no users have connected since startup of ovpnstatd.

    The web page is intended for internal (administrator) use only - no "mass media", as ovpnstatd is not a multi-threaded program.

    Should ovpnstatd already be running in the background, then you would have to change the port number (--tcp-port <NNNNN>) for your interactive session (if you really want it twice).

    Only if started as daemon, ovpnstatd will serve its main purpose, it will collect data of all connect, disconnect, update events, which are reported by any OpenVPN server-process, and write history in csv-format, that can easily be loaded into a database or viewed in a spread-sheet.

    In the same time, this data is also written to a FIFO-file "/<status_dir>/send_nsca_data" (/var/run/openvpn/send_nsca_data) in a format suitable for nagios's "send_nsca" utility.

    The default location, where collector-data is written, is /srv/www/apps/ovpnstat/datacol - it can be changed with:
    "--collect-dir <path-to-your-collector-directory>".

    The location where event-data of OpenVPN-hooks is expected, is "/var/run/openvpn". This can be changed with the option:
    "--status-dir <path-to-Your-status-directory>".

    NOTE: For this to work, you also have to turn on status-logging in OpenVPN config-file(s): "status <path-to-status-data.status>" AND activate the hooks: "client-connect <your-con-script.sh>" and: "client-disconnect <your-dis-script.sh>"

    Into the hook-script "your-script.sh" simply place/add the following echo command:

    into "client-connect.sh" add the lines
    echo -e "OVPN_PID=$PPID\n`env`" \
    >/var/run/openvpn/${common_name}.con

    into "client-disconnect.sh" add the lines
    echo -e "OVPN_PID=$PPID\n`env`" \
    >/var/run/openvpn/${common_name}.dis

    NOTE: The extension of hook output-files has to be
         .con for client-connect data-files
         .dis for client-disconnect data-files
         .status for status data-files given in OpenVPN config-file
    otherwise those files will not be recognized by ovpnstatd.

    You can display your favoured icon as a header of the web page.

    As default for this, a built-in OpenVPN-icon is displayed.

    If you want to replace the default icon in the source (ovpnstatd.h) look for variable "def_web_img64" and substitute its assignment by the output of "base64 -w0 <your-preferred-image>".
    But only take tiny images for this !!!

    If the TUN/TAP device driver control is not "/dev/net/tun" on your Linux-System, change it with: "--dev-node <Your tun/tap ctrl>"

    In case you want to raise the debug-level, use "--debug <N>"
    Level 0 = off, 1 = default, 2 = all

    Installation:

          # assuming that You've downloaded the tar-file to /usr/local/src
          # proceed als follows:
    
          cd /usr/local/src
          tar -xjvf ovpnstat.tar.bz2
          cd ovpnstat
          make clean
          make
    
          # Now for a test start openvpn status collector daemon interactively :
          bash ovpnstatd-test.sh
          
          # If You got an OpenVPN server up and running on the same host
          # then You can already take a look on the web-page
    
          firefox http://your-host-name:12345/
    
          # But NOTE: ovpnstatd must run on the SAME HOST, where openvpn-server is on
    
          # Also note, that collector-data is only written, if the program
          # is started in the background (--daemon ) .
    
          # So to start it for "normal" usage copy file into place:
          cp init-ovpnstatd /etc/init.d/ovpnstatd
          cp ovpnstatd /usr/sbin/ovpnstatd
    
          # only if You want to send data to Nagios, otherwise leave this away:
          cp send_nsca.sh
    
          # You also will have to create the collector directory
          # if this location does not meet Your needs, just modify STARTOPTS
          # in /etc/init.d/ovpnstatd and set --collect-dir to Your favoured 
          mkdir -p /srv/www/apps/ovpnstat/datacol
    
          # then start openvpn status daemon
          /etc/init.d/ovpnstatd start
    	  
    	  

    Special hints:

    Regarding Nagios NSCA:

    Before you use the Nagios notification script "send_nsca.sh", you need to edit it - change the ip of the Nagios host therein - have a look if all the path-names are suiting your needs - AND install the "send_nsca" binary. It comes with package nagios-nsca-<version>

    Once you have installed nagios-nsca on the Nagios server, you may just copy send_nsca from there to your openvpn-server (including its config-file) - that's all it needs.

    Also add a Nagios configuration - a hostname entry for your openvpn-server where ovpnstatd will be running (must match exactly the output of 'hostname' and a service entry for each common-name (service_description must match common-name), that you want to monitor passively.

    An example of a passive service config also is included here.

    Regarding collector data:

    The collector data is in csv format which allows you to easily load it into some database for your own web application.

    Bugs (and the like creepers):

    ovpnstatd is tested valgrind-clean and is running stable since quite a couple of months now on my openvpn-server.

    AttachmentSize
    ovpnstat.tar.bz255.34 KB
  • supportconfig for Linux
    download url: 
    http://download.opensuse.org/repositories/Novell:/NTS/SLE_10/noarch/
    license: 
    GPLv2
    home page url: 
    http://en.opensuse.org/Supportutils

    Description

    The updateSupportutils command compares the current versions of supportutils and its plugins to those installed on your server. Those that are outdated or missing are automatically downloaded and installed. Only those plugins that apply to your server are installed. The command supports creating a weekly or monthly cron entry to automatically check and update the supportutils package and its plugins. Click here to see a list of the current supportutils and plugin packages. The updateSupportutils command help screen follows:

    ################################################################
    # Supportutils Auto Update Client
    ################################################################
    
    Usage: updateSupportutils [OPTION]
    
    Description
      Makes sure the supportutils and supportutils plugin packages are
      installed and current.
    
    Options
      -m  Install a monthly cron for updateSupportutils
      -w  Install a weekly cron for updateSupportutils
      -d  Delete all installed cron entries for updateSupportutils
      -l  List all cron entries for updateSupportutils
      -u  Force RPM update on applicable packages
      -p  Exclude supportutils plugin packages
      -v  Verbose mode
      -h  This screen

    Note: Detailed system information and logs are collected and organized in a manner that helps reduce service request resolution times. Private system information can be disclosed when using this tool. If this is a concern, please prune private data from the log files. Several startup options are available to exclude more sensitive information. Refer to the supportconfig(8) man page to see these options.

    Update Instructions

    Run updateSupportutils as root.

    If you do not already have the supportutils-plugin-updater package installed, refer to the Installation Instructions below. If your server does not have network connectivity to http://download.opensuse.org, then install using the Option B (Manual) method.

    Installation Instructions

    Option A (Automated)

    1. Download the supportutils-plugin-updater
    2. Login as root
    3. Install the updater package
      # rpm -Uvh supportutils-plugin-updater-*.noarch.rpm
    4. Run updateSupportutils as root
      # updateSupportutils

    Option B (Manual)

    1. Download the supportutils and any applicable supportutils plugin packages for your server.
    2. Login as root
    3. Install the supportutils-X.XX-XX.XX.noarch.rpm
      # rpm -Uvh supportutils-X.XX-XX.XX.noarch.rpm
    4. Install the supportutils-plugin-*-X.X-X.X.norarch.rpm packages you want
      # rpm -Uvh supportutils-plugin-*-X.X-X.X.norarch.rpm

    Using Supportconfig

    To upload a supportconfig to Novell, run supportconfig -ur $srnum; where $srnum is your 11 digit service request number. You can also just run supportconfig for local use. By default, supportconfig saves its information in /var/log/nts_hostname_date_time.tbz.

    Consider using the Novell Support Advisor to perform an initial analysis of your servers. It will generate an HTML report that links you to Technical Information Documents that directly relate to any server issues identified.

    Reporting Bugs

    Updates to Supportconfig Version 2.25-320:

    • Fixed HA error when cibadmin -Q doesn't connect
    • Fixed ldapsearch search on non-default port
    • Added systool base output to sysfs.txt
    • Added getappcore tool to gather application core files
    • Added analyzevmcore tool for kernel core analysis
    • Supportconfig includes analyzevmcore files in crash.txt
    • /etc/services included in network.txt

    Updates to Supportconfig Version 2.25-314:

    • Changed to systool for sysfs.txt
    • Added local binary list to rpm.txt
    • Added nlvm to novell-nss.txt for OES11
    • Updated copyright years
    • Added curl check for update registrations to update.txt
    • Fixed conf file execution in plugins directory
    • Added a supportconfig summary in summary.xml
    • Added /etc/init.d/halt.local to boot.txt
    • Added OPTION_UFILES for fs-files-additional.txt. [see supportconfig.conf(5)]
    • Fixed fslist_info order
    • Added kdump rpm check for sles11sp1
    • Added plugin-icommand to scplugin.rc for internal bash commands
    AttachmentSize
    supportutils-plugin-updater-1.0-19.1.noarch.rpm6.99 KB
    supportutils-1.20-59.1.noarch.rpm107.48 KB
  • Deploying Linux images can be fun!

    Johannes Renner, one of the developers in our SUSE Manager team, recently posted a very useful blog post about using SUSE Studio to create Linux images. The latest update for SUSE Manager makes this a lot simpler.

    He wrote:

    You already know that it’s possible to use SUSE Studio for creating Linux images that will automatically register with SUSE Manager once deployed to a virtual host and booted for the first time.

    From now on you can make use of this feature in a much more convenient way. The final piece of the integration between the two SUSE products is now included with the latest update for SUSE Manager.

    Starting up a new virtual system using SUSE Manager can now be simplified to the following steps:

    1. Choose the image from a list.
    2. Specify deployment parameters.
    3. Go for it.

    For the details, read this post.

  • ATT Live - Last Call

    As the event owner for ATT Live, I want to reach out and extend one last invite to this year's ATT Live conference in Las Vegas Nevada - May 15th-18th. For as long as I can remember, this has been a December conference, with an occasional repeat in the early spring based on demand. However, this year... the sunshine and warm weather of May are awaiting us in Vegas, and it could not be more welcomed!

    If you have not attended ATT Live in the past 10 years, I encourage you to check it out. You can link to the live landing page at www.novell.com/attlive. Over the years, we have made this the premier technical conference and each year we listen to our attendee's feedback making each year an improvement on the previous. This year is no exception!

    I wanted to share some highlights of this year's conference for your consideration, and if you are looking for that last attempt to get approval these things might just help.

    • Additional hands-on sessions - We have extended our tracks from 10 to 12, offering a good mix of sessions across the three Business Units. You will find 6 tracks focused on Novell ZENworks, Open Enterprise Server and GroupWise. Three tracks on NetIQ, both legacy Novell Identity and Security products and legacy NetIQ products, giving you a great opportunity to explore some new products in this space, and last, but not least, three full tracks on Suse Linux. Check out the full schedule here - http://www.novell.com/training/attlive/sessions.html
    • We have invited more product experts - In order to extend our tracks, we have invited more services employees to help deliver these sessions, adding their product knowledge and real world experience to the sessions. Product managers will also be coming to explore product roadmaps and take your feedback back to the office.
    • Certification and Practicum - Whether you are seeking certifications to validate your knowledge, seek a career advancement or just test your knowledge, certification has been included in the price of the event. We ran out of seats last year, so we opened up more sessions this year to make sure all those wanting a chance to test, have the chance. The Linux practicum will also be available in limited slots to help you get that professional Linux certification. Of course we would want you to pass, but because there is no additional charge, no one has to know if you fail.... nothing is harder than submitting a failed exam on your expense report.
    • More food, more afternoon sleeping - The M resort is known for its excellent food, buffets, and restaurants, so we are taking what worked well for us last year and have extended our buffet vouchers for lunch, giving you your choice and quantity of food, not ours. If you have any complaints on the food, you can only blame yourself for filling up your plate with the wrong things.
    • First ever Alumni event, a thanks to those who always support us - If you are an ATT Live Alumni we want to welcome you to our first Alumni event on Tuesday night. We are excited to have the M Resort open up the Winery for our use. Make sure if you are registered that you plan to join us on Tuesday night. Check out the venue here - http://www.themresort.com/dining/hostilegrape.html
    • Low travel costs. Vegas always offers the most affordable travel costs of anywhere I know. Seems you get more for your money when you keep it in your pocket and off the tables. However, I thank those that put the money down, seems to keep the expenses for the rest of us to a minimum (as if... I keep my money in my wallet). We have worked hard to keep the costs of the hotel down, with a low rate, and travel to and from the airport included.

    There are plenty of reasons for coming, and we look forward to "filling" the hotel during the week. We will have one of the highest attendances yet, and look forward to seeing you there. If you have considered attending, don't wait, it will be well worth your time and investment.

    If you have any questions or comments, you can reach my team at training@novell.com. We will be watching the inbox for your interest and will do what we can to get you there, and home happy that you came.

    Thanks -
    Jeff McMurdie

  • ATT Live 2012 Session Spotlight--Dr L's CLP 11 Pain Points Sessions

    (Note: To see a list of all the sessions planned for ATT Live 2012, go to http://bit.ly/Asgjo4.)

    At ATT Live 2012, Dr Bjoern Lotz, the designer and creator of the CLP 11 exam scenarios and evaluation scripts, will be presenting 3 sessions on the various common issues and mistakes that most often make the difference between passing and failing the SUSE Certified Linux Professional (CLP) 11 Practicum Exam. These sessions are:

    • Dr. L's Treatment for the CLP Pain Points #1: Scripting in the CLP
    • Dr. L's Treatment for the CLP Pain Points #2: NFSv4 and Syslog-ng
    • Dr. L's Treatment for the CLP Pain Points #3: Apache and Samba

    These sessions will be especially helpful for SLES 11 server administrators who want to achieve the SUSE CLP 11 certification. And ATT Live 2012 is a prime opportunity to get this certification because the CLP 11 practicum exam will be offered for free on days 3 and 4 of the event.

    I asked Bjoern to provide a bit of useful information from each session that would give you an idea of what to expect if you're interested in taking advantage of this opportunity to prepare for and take the CLP 11 exam. The following information is just a taste of what you'll learn in these sessions. You'll really need to come to ATT Live if you want the full learning experience--demonstrations, hands-on labs, interaction with the instructor, etc.

    Scripting in the CLP

    One of the common issues that comes up when performing scripting tasks in the CLP exam is that the script does not execute without errors. Among the steps you can take to make sure the script executes properly is to use the following script troubleshooting techniques:

    If you do not immediately see why a script is returning errors, you can

    • Add set -x at the top of your script - when executing the script you see additional information that can help you find the error
    • Put echo in front of commands – that way they are not executed but displayed in the output
    • Put read into your script to pause it – hit enter to continue it
    • If you don't want to run the whole script, put exit at the point where you want it to end
    • Don't forget to remove (or change into a comment with #) the above when you are done

    NFSv4 and Syslog-ng

    The common mistakes made when performing Syslog-ng tasks in the CLP exam arise from not knowing how to create filters or modify existing ones. Filtering rules that will help you in performing these tasks successfully include the several criteria that can be used for filtering:

    • Facility:
      filter f_news { facility(news); };
    • Priority
      filter f_alert { level(alert); };
    • Program (regular expression)
      filter f_dhcpd { program(“dhcpd”); };
    • String (regular expression)
      filter f_firewall { match(“IN=”): };
    • Hostname (regular expression)
      filter f_gateway { host(gateway); };
    • Elements can be combined:
      filter f_errcrit { level(err, crit); };
      filter f_mailnews { facility(mail, news); };
      filter f_iptables { match(“IN=”) and match(“OUT=”) ; };

    Apache and Samba

    A common mistake seen in the exam related to the CLP 11 Practicum Apache tasks is there are missing elements in the virtual host configuration. Some tips to keep in mind to perform these tasks successfully are:

    • The configuration is distributed across several files in /etc/apache2/, including
      • httpd.conf
      • default-server.conf
      • vhost.d
      • listen.conf
      • error.conf
      • Some configuration options are contained in /etc/sysconfig/apache2, which are used to create configuration files in /etc/apache2/sysconfig.d/
    • Virtual hosts are used to provide the Web pages of several domains on one IP address
    • To create a virtual host, you need to create a configuration file in the /etc/apache2/vhsots.d/ directory
    • The file name has to end in .conf
    • The /etc/apache2/vhosts.d/vhost.template file lists the needed parameters with comments explaining their use. You can copy that file and edit it for your virtual host

    Register today for the event and for Dr L's CLP 11 Pain Point sessions before they fill up at: www.novell.com/attlive!

    ATT Live 2012
    May 15-18, 2012
    Henderson (Las Vegas), NV
    4 days of instructor-led, hands-on advanced technical training for only $1,750

    Please follow Novell, SUSE, and NetIQ Training on:
    http://twitter.com/novell_training
    http://www.facebook.com/NovellTraining