Enable Access to CUPS Web Interface

To enable access  the CUPS web interface from the network:

Edit the cups configuration file by first running the following command on your server:

vim /etc/cups/cupsd.conf

Find the section that looks like this:

# Only listen for connections from the local machine.
Listen localhost:631
Listen /var/run/cups/cups.sock

Modify it to look like this:

# Only listen for connections from the local machine.
Port 631
Listen /var/run/cups/cups.sock

Next, find the section that looks like this:

< Location / >
# Restrict access to the server...
Order allow,deny
< /Location >
< Location /admin >
# Restrict access to the admin pages...
Order allow,deny
< /Location >
< Location /admin/conf >
AuthType Default
Require user @SYSTEM
# Restrict access to the configuration files...
Order allow,deny
< /Location >

Modify it to look like this:

< Location / >
# Restrict access to the server...
Order allow,deny
Allow all
< /Location >
< Location /admin >
# Restrict access to the admin pages...
Order allow,deny
Allow all
< /Location >
< Location /admin/conf >
AuthType Default
Require user @SYSTEM
# Restrict access to the configuration files...
Order allow,deny
Allow all
< /Location >

Restart the service:

service cups restart

You should now be able to log into cups on your server with:
http://YOURSERVERIPADDRESS:631/

CrashPlan Troubleshooting on Linux

If you are experiencing trouble with CrashPlan, here are a few tips:

To restart the CrashPlan service:

service crashplan restart

To clear the CrashPlan service cache:

service crashplan stop
rm -rf /usr/local/crashplan/cache
service crashplan start

To increase the amount of memory allocated to the CrashPlan service:

vim /usr/local/crashplan/bin/run.conf
SRV_JAVA_OPTS="-Dfile.encoding=UTF-8 -Dapp=CrashPlanService -DappBaseName=CrashPlan -Xms20m -Xmx4096m -Dsun.net.inetaddr.ttl=300 -Dnetworkaddress.cache.ttl=300 -Dsun.net.inetaddr.negative.ttl=0 -Dnetworkaddress.cache.negative.ttl=0"

How to Upgrade or Extend a Dell Warranty

If your Dell server’s warranty has expired, or if you’d like to upgrade it to a different type of warranty, follow these instructions:

Internet

Go to Dell’s warranty status page.

Enter your server’s service tag (i.e. serial number):

Click the Renew/Upgrade Warranty button:

In a moment, you’ll be at a page with the various options for renewing, extending or upgrading your server’s warranty. Select the options that you’d like to apply to your server, click Add to Cart and check out using Dell.com’s shopping cart system:

Phone

If you prefer to speak to a Dell sales representative over the phone, please call 877-277-9723.

How to Check System Requirements

This tutorial will provide instructions for how to verify that your server meets the minimum or recommended system requirements for Eclipse.

AIX

To check the number of processors (CPU) and memory (RAM) are installed in your server:

eclipse:root:/# vmstat -l | grep configuration
System configuration: lcpu=4 mem=2896MB 

To check the operating system version:

eclipse:root:/# oslevel -s 7100-00-03-1115 

To check the UniVerse version:

eclipse:root:/# cd /u2/uv
eclipse:root:/u2/uv# uvregen -z
UniVerse Ver.: 11.1.4
Serial#......: 12345678
Expiry Date..: 1/1/2500
Max Logins...: 100
Device Licn..: Disabled
Conn per Dev.: 0
Authorized...: Yes

Red Hat Enterprise Linux

To check the number of processors (CPU) installed in your server:

[root@eclipse ~]# lscpu
Architecture:          x86_64
CPU op-mode(s):        32-bit, 64-bit
CPU(s):                8
Thread(s) per core:    1
Core(s) per socket:    4
CPU socket(s):         2
NUMA node(s):          1
Vendor ID:             GenuineIntel
CPU family:            6
Model:                 23
Stepping:              6
CPU MHz:               1994.903
Virtualization:        VT-x
L1d cache:             32K
L1i cache:             32K
L2 cache:              6144K
NUMA node0 CPU(s):     0-7

To check the memory (RAM) installed in your server:

[root@eclipse ~]# free -m
             total       used       free     shared    buffers     cached
Mem:          7867       6720       1147          0        513       3245
-/+ buffers/cache:       2960       4906
Swap:         2047          0       2047

To check the operating system version:

[root@firestorm ~]# cat /etc/redhat-release 
Red Hat Enterprise Linux Server release 5.8 (Tikanga)

To check the UniVerse version:

[root@firestorm ~]# cd /u2/uv
[root@firestorm ~]# uvregen -z
UniVerse Ver.: 11.1.4
Serial#......: 12345678
Expiry Date..: 1/1/2500
Max Logins...: 100
Device Licn..: Disabled
Conn per Dev.: 0
Authorized...: Yes