Boris_Lerch | 2 Apr 2007 11:02
Picon
Favicon

SuSe tool needed for " day to day data control".

Hi Folks,

I want to see the day to day changes of my data on my Suse 7.3 server for backupreasons.
Is there a small tool for this kind of "data control"?

THX
Boris

Mit freundlichen Gruessen / Best regards
Boris Lerch
System Consultant
Dell GmbH, Main Airport Center, Unterschweinstiege 10, D-60549 Frankfurt, Germany
Tel.: +49 2236 38 90 82
Fax: +49 69 34824-3292
Mobil +49 171 767 92 92

Geschäftsführer: Alain D. Bandle
Vorsitzender des Aufsichtsrates: Klaus Hoffmann
Eingetragen beim AG Frankfurt am Main unter HRB 75453,
USt.-ID: DE113 541 138, WEEE-Reg.-Nr.: DE 49515708

Zusätzliche Informationen
Online support - Answers to your technical queries, drivers and files for your system
Service call status – view your service call status
Dell Technical Updates - Receive critical product alerts, updates to files, drivers, and utilities for your system(s).



_______________________________________________
Linux-PowerEdge mailing list
Linux-PowerEdge <at> dell.com
http://lists.us.dell.com/mailman/listinfo/linux-poweredge
Please read the FAQ at http://lists.us.dell.com/faq
Mathias Wagner | 2 Apr 2007 14:04
Picon

PE800 SATA detection under opensuse 10.2

Hi,

I have recently updated our Poweredge 800 to opensuse 10.2 (kernel 2.6.18 
series). Previously it ran under Suse 9.3 (kernel 2.6.11).

I have two sata disks attached to the on-board sata ports. With the old 
installation both disks were recognized, but with the new installation only 
the first disk is recognized. I also tried attaching a different sata disk.

The SATA controller is set to "ATA", since it do not want to use the RAID of 
the ICH6. 

Under Suse 9.3 the disk were configured as software RAID, no this obviously 
does not work anymore. (RAID runs with one disk).

It think the problem is somehow realted to the ICH6 and it's settings (I don't 
know all the details but I believe it can work also in some PATA compatibilty 
mode.) But I am not quite sure about the BIOS settings and what mode is set 
when using "SATA".

Does anyone know this problem (and a solution) ?

Mathias

If you need further information (log-files) I can provide them.

_______________________________________________
Linux-PowerEdge mailing list
Linux-PowerEdge <at> dell.com
http://lists.us.dell.com/mailman/listinfo/linux-poweredge
Please read the FAQ at http://lists.us.dell.com/faq

Shawn Badger | 2 Apr 2007 14:23
Picon

Re: SuSe tool needed for " day to day data control".

I'm not sure if this is what you are looking for but I use the aide package to check for file changes. It is very flexible on choosing the attributes that matter for that folder or file.

http://sourceforge.net/projects/aide



On 4/2/07, Boris_Lerch <at> dell.com < Boris_Lerch <at> dell.com> wrote:

Hi Folks,

I want to see the day to day changes of my data on my Suse 7.3 server for backupreasons.
Is there a small tool for this kind of "data control"?

THX
Boris

Mit freundlichen Gruessen / Best regards
Boris Lerch
System Consultant
Dell GmbH, Main Airport Center, Unterschweinstiege 10, D-60549 Frankfurt, Germany
Tel.: +49 2236 38 90 82
Fax: +49 69 34824-3292
Mobil +49 171 767 92 92

Geschäftsführer: Alain D. Bandle
Vorsitzender des Aufsichtsrates: Klaus Hoffmann
Eingetragen beim AG Frankfurt am Main unter HRB 75453,
USt.-ID: DE113 541 138, WEEE-Reg.-Nr.: DE 49515708

Zusätzliche Informationen
Online support - Answers to your technical queries, drivers and files for your system
Service call status – view your service call status
Dell Technical Updates - Receive critical product alerts, updates to files, drivers, and utilities for your system(s).




_______________________________________________
Linux-PowerEdge mailing list
Linux-PowerEdge <at> dell.com
http://lists.us.dell.com/mailman/listinfo/linux-poweredge
Please read the FAQ at http://lists.us.dell.com/faq

_______________________________________________
Linux-PowerEdge mailing list
Linux-PowerEdge <at> dell.com
http://lists.us.dell.com/mailman/listinfo/linux-poweredge
Please read the FAQ at http://lists.us.dell.com/faq
William Warren | 2 Apr 2007 14:37

Re: DRAC5 Crash Screenshot

have you tried issuing a racadm racreset from the omsa command line?

Brian A. Seklecki wrote:
> http://people.collaborativefusion.com/~seklecki/DRAC5_IE6_Error_Screen.png
> 
> Man this stuff never happened with the DRAC4.
> 
> Aren't these cards running an embedded micro-distro of Linux with
> Apache?
> 
> I never understood the wisdom of making the client it downloads into the
> browser Active-Hex, Java, or other crud.  But now the card itself . . .
> 
> Sigh, time to call remote-hands for a cold boot, or have Dell buy me a
> managed PDU 
> 

-- 
My "Foundation" verse:
Isa 54:17  No weapon that is formed against thee shall prosper; and 
every tongue that shall rise against thee in judgment thou shalt 
condemn. This is the heritage of the servants of the LORD, and their 
righteousness is of me, saith the LORD.

-- carpe ductum -- "Grab the tape"
CDTT (Certified Duct Tape Technician)

Linux user #322099
Machines:
206822
256638
276825
http://counter.li.org/

_______________________________________________
Linux-PowerEdge mailing list
Linux-PowerEdge <at> dell.com
http://lists.us.dell.com/mailman/listinfo/linux-poweredge
Please read the FAQ at http://lists.us.dell.com/faq

Kuba Ober | 2 Apr 2007 14:41

Re: SuSe tool needed for " day to day data control".

> I want to see the day to day changes of my data on my Suse 7.3 server for
> backupreasons. Is there a small tool for this kind of "data control"?

http://cdrecord.berlios.de/old/private/star.html

star -r diffopts=not,data,atime

may do the job, removing "data" will have it compare the file data. What do 
you need this "data control" for? Backups would handle it automatically.

Personally, for quite a while I've been using dump on the root ext3 
partitions, and xfsdump on data-carrying xfs partitions. A few months ago 
I've switched to star and life has become somewhat easier. It beats one heck 
out of dump, tar and cpio.

If you dump to tapes, you'll need to write a small utility to reblock the data 
and provide a decent buffer to keep the drive streaming. Note that dd is 
utterly useless with tape drives.

I use a 128mb mlock()ed FIFO with 0/90% low/high watermarks. I.e. the data 
stops going out to the tape drive when the FIFO gets empty, and restarts when 
it's about 90% full, which in my case is enough time to get the LTO II drive 
to start writing before the FIFO gets full (stalling the star process). I 
only use the tape drive's built-in compression, as it's fast enough to keep 
streaming, and doesn't bog down the server's CPU. With LTO II and a 2.4GHz 
XEON, the gzip that comes with RHEL4.4 isn't fast enough to keep it streaming 
even if set to the lowest compression.

Cheers, Kuba

_______________________________________________
Linux-PowerEdge mailing list
Linux-PowerEdge <at> dell.com
http://lists.us.dell.com/mailman/listinfo/linux-poweredge
Please read the FAQ at http://lists.us.dell.com/faq

Johan De Meersman | 2 Apr 2007 15:11

1950 / perc 5i & 5E

Hey,

I'm installing a 1950 with a Perc 5/i *and* a Perc 5/E card.

The Debian Etch (kernel 2.6.18) netinstaller detected both, allowed me
to partition, but stopped halfway :-)

Using one of the Sarge images references on linux.dell.com (kernel
2.6.20), I had a very smooth install on the 5/i, but it doesn't find the
5/E.

Are there any parameters I need to add to the boot line for the driver
to detect both cards ?

thx,
Johan

-- 
Of course you have a purpose -- to find a purpose.
--

-- 

Public GPG key at blackhole.pca.dfn.de

GCS/IT d- s:+ a- C(+++)$ UL++++$ P+++(++++)$ L++(+++)$ !E- W+(+++)$
N+(++) o K w$ !O !M V PS(++) <at>  PE-(++) <at>  Y+ PGP++(+++) t(+) 5 X R tv--
b++(++++) DI++(++++) D++ G e++>+++++ h(+) r y+**


_______________________________________________
Linux-PowerEdge mailing list
Linux-PowerEdge <at> dell.com
http://lists.us.dell.com/mailman/listinfo/linux-poweredge
Please read the FAQ at http://lists.us.dell.com/faq
Brian A. Seklecki | 2 Apr 2007 16:11
Favicon

Re: DRAC5 Crash Screenshot

Chicken & Egg scenario.

In the situation that I need to get on my DRAC, I've bombed my server
out somehow.  I'd rather boot into FreeDOS anyway than clutter up my
system.

No, Dell is definitely buying me managed switched APC PDUs.

When you dance with the devil, you _wait_ for the music to stop..you
know?

~BAS

On Mon, 2007-04-02 at 08:37 -0400, William Warren wrote:
> have you tried issuing a racadm racreset from the omsa command line?
--

-- 
Brian A. Seklecki <bseklecki <at> collaborativefusion.com>
Collaborative Fusion, Inc.

IMPORTANT: This message contains confidential information and is intended only for the individual
named. If the reader of this message is not an intended recipient (or the individual responsible for the
delivery of this message to an intended recipient), please be advised that any re-use, dissemination,
distribution or copying of this message is prohibited.  Please notify the sender immediately by e-mail if
you have received this e-mail by mistake and delete this e-mail from your system.

_______________________________________________
Linux-PowerEdge mailing list
Linux-PowerEdge <at> dell.com
http://lists.us.dell.com/mailman/listinfo/linux-poweredge
Please read the FAQ at http://lists.us.dell.com/faq

Nick Stephens | 2 Apr 2007 20:14
Favicon

Dell SNMP - Windows vs. Linux

Greetings all,

I am on a newfound mission across my network to get SNMP working properly on every device in an attempt to use
some great management tools.  I had been relatively lax about SNMP in the past, so I have a lot of catching up
to do ?  One thing that I have found recently is confusing me a bit, and that is the way that my Windows servers
react to SNMP vs my Linux servers.  Please allow me to cite an example:

PowerEdge server running Windows 2003 with OMSA installed, snmp enabled:

# snmpget -v2c -c xxxxx windows-box .1.3.6.1.4.1.674.10892.1.300.10.1.11.1
SNMPv2-SMI::enterprises.674.10892.1.300.10.1.11.1 = STRING: "XXX111"

PowerEdge server running RHEL4 with OMSA installed, snmp enabled:

# snmpget -v2c -c xxxxx linux-box .1.3.6.1.4.1.674.10892.1.300.10.1.11.1
SNMPv2-SMI::enterprises.674.10892.1.300.10.1.11.1 = No Such Object available on this agent at this OID

As you can see, the Windows machine properly responds to my request for it's service tag information,
whereas the linux box is not aware of this oid?  I have downloaded the dell MIBs (10892.mib) and placed it in
/usr/share/snmp/mibs/, however I _believe_ this has more to do with being able to call the OID by name
instead of number, and not with responding to a request for information.

I also believe that my problem has something to do with net-SNMP, but I'm not sure what exactly.  Am I missing
something easy, or is this somehow not available in linux environments?  Below is some more information
regarding the RHEL4 linux box, but please note as well that I have tried this with the exact same results on a
newer CentOS 4.4 box with OMSA 5.1 installed.

Thank you in advance, I am a bit lost at this point!

[root <at> linux-box ~]# srvadmin-services.sh status
dcdbas (module) is running
dell_rbu (module) is running
dsm_sa_datamgr32d is stopped
dsm_sa_eventmgr32d is stopped
dsm_sa_snmp32d is stopped
dsm_om_shrsvc32d (pid 7708) is running
dsm_om_connsvc32d (pid 7762 7761) is running

[root <at> linux-box ~]# rpm -qa|grep -i srvad
srvadmin-deng-5.0.0-463
srvadmin-old-5.0.0-463
srvadmin-diagnostics-1-0
srvadmin-ipmi-5.0.0-463.rhel4
srvadmin-base-1-0
srvadmin-omilcore-5.0.0-463
srvadmin-omacore-5.0.0-463
srvadmin-odf-5.0.0-463
srvadmin-storage-5.0.0-463
srvadmin-web-interface-1-0
srvadmin-cm-5.0.0-463
srvadmin-hapi-5.0.0-463
srvadmin-omhip-5.0.0-463
srvadmin-all-1-0
srvadmin-jre-5.0.0-463
srvadmin-iws-5.0.0-463
srvadmin-isvc-5.0.0-463

[root <at> linux-box ~]# cat /etc/snmp/snmpd.conf

com2sec mynetwork my.ip.add.ress xxxxx
group MyROGroup  v1        mynetwork
group MyROGroup  v2c        mynetwork
view all    included  .1                               80
access MyROGroup ""      any       noauth    prefix      all    none   none
syslocation Burbank
syscontact Nick Stephens
exec getjavaproc /etc/snmp/getjavaproc.sh
exec gethttpdproc /etc/snmp/gethttpdproc.sh
exec getresintimewait /etc/snmp/getresintimewait.sh 

# Allow Systems Management Data Engine SNMP to connect to snmpd using SMUX
smuxpeer .1.3.6.1.4.1.674.10892.1

_______________________________________________
Linux-PowerEdge mailing list
Linux-PowerEdge <at> dell.com
http://lists.us.dell.com/mailman/listinfo/linux-poweredge
Please read the FAQ at http://lists.us.dell.com/faq

Patrick_Boyd | 2 Apr 2007 21:14
Picon
Favicon

RE: Dell SNMP - Windows vs. Linux

dsm_sa_datamgr32d is stopped
dsm_sa_eventmgr32d is stopped
dsm_sa_snmp32d is stopped

These 3 services need to be running to get SNMP

-----Original Message-----
From: linux-poweredge-bounces <at> dell.com
[mailto:linux-poweredge-bounces <at> dell.com] On Behalf Of Nick Stephens
Sent: Monday, April 02, 2007 1:15 PM
To: linux-poweredge-Lists
Subject: Dell SNMP - Windows vs. Linux

Greetings all,

I am on a newfound mission across my network to get SNMP working
properly on every device in an attempt to use some great management
tools.  I had been relatively lax about SNMP in the past, so I have a
lot of catching up to do ?  One thing that I have found recently is
confusing me a bit, and that is the way that my Windows servers react to
SNMP vs my Linux servers.  Please allow me to cite an example:

PowerEdge server running Windows 2003 with OMSA installed, snmp enabled:

# snmpget -v2c -c xxxxx windows-box
.1.3.6.1.4.1.674.10892.1.300.10.1.11.1
SNMPv2-SMI::enterprises.674.10892.1.300.10.1.11.1 = STRING: "XXX111"

PowerEdge server running RHEL4 with OMSA installed, snmp enabled:

# snmpget -v2c -c xxxxx linux-box .1.3.6.1.4.1.674.10892.1.300.10.1.11.1
SNMPv2-SMI::enterprises.674.10892.1.300.10.1.11.1 = No Such Object
available on this agent at this OID

As you can see, the Windows machine properly responds to my request for
it's service tag information, whereas the linux box is not aware of this
oid?  I have downloaded the dell MIBs (10892.mib) and placed it in
/usr/share/snmp/mibs/, however I _believe_ this has more to do with
being able to call the OID by name instead of number, and not with
responding to a request for information.

I also believe that my problem has something to do with net-SNMP, but
I'm not sure what exactly.  Am I missing something easy, or is this
somehow not available in linux environments?  Below is some more
information regarding the RHEL4 linux box, but please note as well that
I have tried this with the exact same results on a newer CentOS 4.4 box
with OMSA 5.1 installed.

Thank you in advance, I am a bit lost at this point!

[root <at> linux-box ~]# srvadmin-services.sh status
dcdbas (module) is running
dell_rbu (module) is running
dsm_sa_datamgr32d is stopped
dsm_sa_eventmgr32d is stopped
dsm_sa_snmp32d is stopped
dsm_om_shrsvc32d (pid 7708) is running
dsm_om_connsvc32d (pid 7762 7761) is running

[root <at> linux-box ~]# rpm -qa|grep -i srvad
srvadmin-deng-5.0.0-463
srvadmin-old-5.0.0-463
srvadmin-diagnostics-1-0
srvadmin-ipmi-5.0.0-463.rhel4
srvadmin-base-1-0
srvadmin-omilcore-5.0.0-463
srvadmin-omacore-5.0.0-463
srvadmin-odf-5.0.0-463
srvadmin-storage-5.0.0-463
srvadmin-web-interface-1-0
srvadmin-cm-5.0.0-463
srvadmin-hapi-5.0.0-463
srvadmin-omhip-5.0.0-463
srvadmin-all-1-0
srvadmin-jre-5.0.0-463
srvadmin-iws-5.0.0-463
srvadmin-isvc-5.0.0-463

[root <at> linux-box ~]# cat /etc/snmp/snmpd.conf

com2sec mynetwork my.ip.add.ress xxxxx
group MyROGroup  v1        mynetwork
group MyROGroup  v2c        mynetwork
view all    included  .1                               80
access MyROGroup ""      any       noauth    prefix      all    none
none
syslocation Burbank
syscontact Nick Stephens
exec getjavaproc /etc/snmp/getjavaproc.sh
exec gethttpdproc /etc/snmp/gethttpdproc.sh
exec getresintimewait /etc/snmp/getresintimewait.sh 

# Allow Systems Management Data Engine SNMP to connect to snmpd using
SMUX
smuxpeer .1.3.6.1.4.1.674.10892.1

_______________________________________________
Linux-PowerEdge mailing list
Linux-PowerEdge <at> dell.com
http://lists.us.dell.com/mailman/listinfo/linux-poweredge
Please read the FAQ at http://lists.us.dell.com/faq

_______________________________________________
Linux-PowerEdge mailing list
Linux-PowerEdge <at> dell.com
http://lists.us.dell.com/mailman/listinfo/linux-poweredge
Please read the FAQ at http://lists.us.dell.com/faq

procaccia | 2 Apr 2007 21:45
Picon

Re: Dell SNMP - Windows vs. Linux

Nick Stephens a écrit :
> PowerEdge server running Windows 2003 with OMSA installed, snmp enabled:
>
> # snmpget -v2c -c xxxxx windows-box .1.3.6.1.4.1.674.10892.1.300.10.1.11.1
> SNMPv2-SMI::enterprises.674.10892.1.300.10.1.11.1 = STRING: "XXX111"
>
>
> PowerEdge server running RHEL4 with OMSA installed, snmp enabled:
>
> # snmpget -v2c -c xxxxx linux-box .1.3.6.1.4.1.674.10892.1.300.10.1.11.1
> SNMPv2-SMI::enterprises.674.10892.1.300.10.1.11.1 = No Such Object available on this agent at this OID
>
>
> As you can see, the Windows machine properly responds to my request for it's service tag information,
whereas the linux box is not aware of this oid?  I have downloaded the dell MIBs (10892.mib) and placed it in
/usr/share/snmp/mibs/, however I _believe_ this has more to do with being able to call the OID by name
instead of number, and not with responding to a request for information.
>   
If you did put dell Mibs in /usr/share/snmp/mibs, then it should work 
the same for windows and linux box !
actually , I am questionning myself on this issue ... I wonder what is 
the use of mibs files ? is it only a question of translating oids to 
"human readable" values (.1.3.6.1.4.1 <-> iso.snmp...entreprise) or has 
it a "real power" of retreiving  datas ?  As long as we  request  oids 
by numeric  value -> .1.3.6.1.4.1.674.10892.1.300.10.1.11.1 , what's the 
need of installing the dell OIDs ? and installing a mib,  is it as 
simple as putting the mib file in /usr/share/snmp/mibs ?

Thanks .

_______________________________________________
Linux-PowerEdge mailing list
Linux-PowerEdge <at> dell.com
http://lists.us.dell.com/mailman/listinfo/linux-poweredge
Please read the FAQ at http://lists.us.dell.com/faq


Gmane