General :: Dell Program To View Array Config From CLI?
Feb 3, 2011
Does anyone remember the name of the Dell utility that allows you to view the config of an external array while the server is running, through a CLI. I have a bad drive in one of my servers, but can't take it down right now but want to see the specs on the drive as none of them are labeled.
I find myself in unfamiliar territory. I am attempting to get a Dell M610 (in an M100e) running Ubuntu 9.1 64bit to talk to a Dell EMC Fibre Channel Array. The Dell has an Emulex card in it and it appears that the driver is loaded OK. What I am not sure on is what to do next! I have the SAN end configured but how do I get my LUN mounted on Ubuntu ?
I'm running a java program and to debug the program instead of using a debugger I would like to look to the heap and to the bytes in the memory of the process. I was hoping that the pointers would give me a snapshot of a moment of the application. It exists a program that allow us to look to the details of a process and to the memory ram?
I'm using Screenlets in ubuntu 10.04 and I have a problem with screenlets behavior. I played around with it a little while and I guess I messes something, because now whenever I log in some screenlets load twice and I have to clean them manually. Where can I view the config for each individual screenlet?
When I set up Twin View in the nVidia config tool (as either a regular user or as root), it only lasts until I log out and log back in (i.e. restart x) or until I restart the machine. In either case once I get to the log in splash screen again, it is only operating on one monitor, and when I log in I have to reconfigure in order to get Twin View back. How can I get the configuration to stay?
More info below:
I just installed opensuse 11.2 on an AMD 64 bit 3800. It has an nVidia GeForce 7600 GS card. I installed the nVidia driver no problem and can access the nVidia config app as a regular user or as root. Both access via KDE run level 5. That is, in a GUI desktop environment. I set up Twin View fine (it is kind of clunky process, but it does recognize my monitor resolutions fine) and click apply and I get the twin view I want. I clicked on save x config but all it does is bring up a file save dialog with a 'browse' button. Isn't this supposed to automatically know where the X config file is and update it? If it isn't, what file am I supposed to look for to save over? I looked in /etc/X11 and only found the following files:
I've just built a new system, the motherboard has an inbuilt ATI 4290 video (part of AMD GX890) and I'm using it with a Dell 2405 monitor. I've installed the latest Catalyst driver (10.6) from the AMD site, I can build the driver and X starts OK. The control panel for Catalyst says it will support 1920x1200 for a DVI connected screen - which mine is. When I start X it's always 1600x1200 and if I set the resolution via the Catalyst control panel, I get a display that has a black edge on the right of the monitor - about 1/4 of the screen.
At this point, I haven't tried setting any Modelines in xorg.conf as the fglrx driver is getting the information from the monitor via DDC and I'm assuming (probably a bad idea) that this data is correct.
Can anyone make any suggestions regarding this? Should I be setting Modelines regardless of what the driver gets from the monitor? Log files available if requested. Other that the 1600x1200 limitation, the system (AMD X6 1090t) runs very well.
I have a RAID 5 array, md0, with three full-disk (non-partitioned) members, sdb, sdc, and sdd. My computer will hang during the AHCI BIOS if AHCI is enabled instead of IDE, if these drives are plugged in. I believe it may be because I'm using the whole disk, and the AHCI BIOS expects an MBR to be on the drive (I don't know why it would care).
Is there a way to convert the array to use members sdb1, sdc1 and sdd1, partitioned MBR with 0xFD RAID partitions?
I have an array called arrayini which stores numbers. I want to take log to the base 2 of each of the numbers in that array and put it in file called result. I've used the following code to do it.
Code:
size=${#arrayini[@]} for ((i=0;i<size;i++)) do echo "scale = 12; l(${arrayini[$i]})/l(2)" | bc -l done >result
It works fine but its taking pretty long to calculate since I've got about 230,000 items in the array. So I decided to store the result into an array hoping that it'd be faster. I tried the following code. arrayresult is where I try and store the result. The code doesn't work because of the second last line.
Code:
unset arrayresult size=${#arrayini[@]} for ((i=0;i<size;i++)) do arrayresult[$i]="scale = 12; l(${arrayini[$i]})/l(2)" | bc -l done >FILE2
I Just got the ADS VideoXpress video capture USB thing (Plug composite video and audio into it, and plug it into a computers USB port). Anyway, I've tried to install what came on the CD, with Wine, but still cant view any video. I don't need it to record from it, I just want to view the video live as it passes through. I don't even need audio, just the basic low quality video.
Anyone know where I can find a program to view the raw input?[URL]..
I have it installed on a HP mini 1010NR It worked great once I got help to figure out how to make my wifi work. Now I am trying to find the best program to use to chat and view webcams on yahoo I used gyache at first but got sick of it gliching and booting me telling me people were online when they were not. So I tried Kopete and like it but cant get the webcam to work every thing works just fine I cant send invites and cant receive images. At first I was getting an error message telling me to go to a nonexistent site for help. Now it just tells me No "webcam image received" and just strait up does not send invites. I am trying to get this to work or be directed to a better program that meets my needs and how to set it up.
I've installed osmo , and lots of software from Software Center, but nothing suits me. What I need is a lightweight program, with this capabilities : week and day view, (something like google calendar)advanced repetitive tasks(on week criteria[so I will be able to set a task once in a week, once in two weeks , and so on]) and alarm
I used to use notation player to do this in windows, although it works under wine i don't have the ability to print or print as a pdf file so i was wondering if theres a good alternative
I'm trying to install "ktranslator-0.4" on my slackware64-13.0. When I type in ./configure I get the following mesgs with error:
checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking target system type... x86_64-unknown-linux-gnu
I'm trying to install kmplayer-0.10.0c and im using Fedora 9. when i tried to install the kmplayer-0.10.0c using the command ./configure i received this error msg "The important program kde-config was not found!. Please check whether you installed KDE correctly." Kindly help how to solve this error msg.
I am trying to write a bash script that installs a program fully automated for me. I am stuck at the one part where i need to change a line in one config file. I have tried various syntax for sed and none have worked. Maybe someone can suggest how to go about this. Since the line appears in the middle of the file, I can't use echo or cat. Also the file will be diffrent lengths depending on the install.
The line I need changed is:
I need that changed to:
the last syntax i tried is:
Yes this is for PNP4Nagios on centos 5.6 64bit. If i can get this figured out. I will be willing to post the whole thing for others to use. it will be used to install PNP after a working nagios install is done.
I have a NETGEAR ReadyNAS NV+ with four 1TB drives in a RAID-5 array. This is our primary file storage. This has previously been backed up to a hardware RAID-0 array directly attached to our Windows server. The capacity of this backup array is no longer sufficient. So the plan was, take a bunch of 200GB to 320GB drives (And a 750) I had kicking around, chuck them in a couple of old SCSI drive enclosures I have collecting dust, attach them via IDA/SATA-to-USB adaptors to a USB hub, attach that to the server, create a JBOD array spanning the disks, and back up the NAS to that. Performance is not an issue as this is just to be used for backup, with the idea being as near to zero cost as possible (Spend so far = NZ$100�ish).
The first hurdle I struck was Windows not supporting Dynamic Disks on USB drives (Required to create a spanned volume). At first I resisted using another machine (i.e. a machine running Ubuntu) as I didn't want to dedicate a piece of hardware to backing up the NAS. I then decided it would be acceptable to do this via a VM, which is what I've done.So I have 10.04 running under VMWare Server 2.0.2 under Windows Server 2008 R2. The disks are all presented to the VM. I wasn't sure if I was going to end up creating the array under LVM or something else, but I noticed Disk Utility has an option to create an array, so I tried that. When I add two 250GB drives, the array size is 500GB. When I then add a 160GB drive, the array size drops to 480GB. Huh? If I keep adding disks (Regardless of order) the final array size comes out at 1.8 TB, as per the attached screenshot. Now with the following drives, I expected something more like:
I have been working in macromedia dreamviewer for editing html and php files, Just now I moved to linux system by installing xampp , my question is that I need a best html and php editor that supports both the design view and code view as like in dreamviewer.
I'm writing a PHP program. I've encountered a problem; in the following code I try to pass $_POST['delete'] which is an array as the value of a hidden input to some form, but it doesn't do so.there's something wrong with converting PHP array into HTML array. I'm sure that $_POST['delete'] is not null and is a real array.
I've tried to install Fedora 11, both 32 and 64 on my main machine.It could not install as it stops on the first install window. I've already filed a bug but really haven't seen any feed back yet.The bug has something to do with Anaconda and the Raid array but I really can't tell.
I have an Intel Board (see signature). I am running intel raid software under W7 currently.It works fine. But, I'm wondering, when I attempt to install F!!, is my current raid set-up causing problems? Do I need to get rid of the intel raid software and use a Fedor/Linux raid program to manage the raid array??
(I am using vector() and matrix() functions from "Numerical recipes in C".)There are 100 numbers to be stored in 2D array of 10 rows and 10 columns.100 numbers are stored in a 1D array.I get "segmentation fault" at the line indicated in the segment of my code below:
I'm running Ubuntu Server 11.04 with OpenSSH, trying to create an ssh tunnel (for web traffic) to it from my (also Ubuntu) laptop. This is the command I'm using to create the tunnel:
Code: ssh -ND localhost:8080 george@192.168.1.20 I had it all working on a virtual machine.. which was deleted What settings/lines do I need to change/add from the default OpenSSH config files to get tunnelling to work? I've Googled and AllowTcpForwarding is set to yes, as is X11Forwarding.. but it still doesn't work. Chrome can connect to the server, but says the connection was closed before any data was sent.
I am running a server with a GRSecurity patched Kernel 2.6.32.36. I've tried to optimize the kernel as much as I can and know it (removing options, not needed drivers and so on) and compiled the modules into the kernel (no loadable modules anymore). I've started with Slackware 13.0 and the default config for 2.6.29.6-huge. Still I am not sure what to remove/optimize further now.
My question: Is there a way to boot with a kernel with loadable modules, check which modules are really needed for this hardware, (do something like lsmod) and save the running configuration modules for a next kernel compile to be the default .config instead of writing them down by hand and search for the appropriate names in .config or during menuconfig? (Note: zcat /proc/config.gz > .config is NOT the way I want, as it gives me just the current kernel config)