Quantcast
Channel: All System Administration posts
Browsing all 1179 articles
Browse latest View live

Re: Tar taking 2 hrs for filesystem with deep directory structure

Hi Steven ,We need  /backup of 6.7GB to be copied to /temp_backup on same VM ( Redhat linux 6.1 )cd /backuptar -cvf /temp_backup/backup.tar  *   

View Article


Re: tar taking 2 hrs for filesystem with deep directory structure

>tar -cvf /temp_backup/backup.tar  * By using a tar pipeline, you don't have to write to the 6.7 GB tarfile and then read back from it.  You just send that data through the pipe.Assuming you are...

View Article


Re: tar taking 2 hrs for filesystem with deep directory structure

Hi Dennis , Tar pipeline ? Can you please share the same

View Article

Re: tar taking 2 hrs for filesystem with deep directory structure

>tar pipeline? cd /temp_backuptar -cf - -C /backup . | tar -xf -

View Article

Re: tar taking 2 hrs for filesystem with deep directory structure

> We need  /backup of 6.7GB to be copied to /temp_backup on same VM> [...]   Do you want a giant "tar" file at the destination, or do you want afile tree like the source file tree?> cd...

View Article


File System goes to read-only mode

Some times filesystems goes to read-only mode Solution is: Unmount the filesystem run fsck and them check again. Example: Tried to create a file : touch a touch: cannot touch `a': Read-only file...

View Article

Re: tar taking 2 hrs for filesystem with deep directory structure

Since you're on the same machine - cpio might be your friend.Run this as root: cd <sourcedirectory>find . | cpio -pdmvu <destdirectory> ex: sourcedirectory = /src, destdirectory = /dest...

View Article

Re: smartarray 6i RAID 1+0 find pairs for cloning

I believe that It won't be three drives to three drives. These drives are striped and mirrored. So, in the case of the SmartArray Controllers, I *think* your data is probably striped across all of the...

View Article


Re: Move LUNs a disk array to another with LVM mirror

If you know HPUX LVM well, I don't believe you'll have any troubles. The only thing I've found missing is PVGs, and I've not seen lots of people using that to begin with. 

View Article


Re: RHEL OS cache memory behavior

In general, malloc() can/will leave you with your memory very cut and sliced up. In these cases, when a programmer makes many thousands of calls to malloc() one should consider using/creating a memory...

View Article

Re: RHEL OS cache memory behavior

>malloc can/will leave you with your memory very cut and sliced up. Yes, heap fragmentation.  Which unfortunately quacks like a memory leak.  :-( >it becomes harder and harder for your OS to find...

View Article

HP-SNMP-AGENTS trap generation in v2c support?

Hi, I have a DL380 G9 running RHEL 6.6. I am running hp-snmp-agents-10.20-2789.26.rhel6.x86_64.rpm. At present the HP-SNMP-AGENTS generate v1 traps for hardware events (such as redundant PSU failure)....

View Article

Pavilion DV6 Notebook Starting with Windows 7 Pro SP1, Recovery, System...

Hi, How do I add Ubuntu to a system as set up in the title of this post? Regards, Matthew McAllum. 

View Article


Re: Pavilion DV6 Notebook Starting with Windows 7 Pro SP1, Recovery, System...

This is the wrong forum for printers and PC products. You need to register in the HP Support Forum:http://h30434.www3.hp.com/

View Article

Re: RHEL OS cache memory behavior

I find it more likely that the programmer is accepting the data into data structures that he/she created - one row at a time.  Getting data from a cursor generally does not work in the way you state -...

View Article


Re: Linux options for a dc5100

Pretty much any version that you need for it, Linux has total support for the machine, however so that you get the best performance out of this machine, I recommend you install the latest bios from...

View Article

Re: Linux options for a dc5100

and about the dc5000, that particular model will be a little different because it doesn't support the new graphics cards with the x16 pci expansions so you'll have to find a pci gpu for the dc5000 and...

View Article


DHCP client - not connecting to server

Good Afternoon Gentlemen;I want to move the cable-modem from an old laptop running Red Hat Enterprise 3.0 toa newer tower running Fedora 16 Linux. At this time the old laptop is thegateway for the rest...

View Article

Re: pvcreate error: can't open /dev/sdb1 exclusively. mounted filesystem?

Look like the disk /dev/sdb1 was earlier mounted. And the file does exists in /proc.Try the restarting the host, that could be one of the easy solution.This genrally happens if you dont export your...

View Article

hpacucli for RHEL 4

Hello,help pls to find hpacucli rpm for RHEL 4 on HP ProLiant BL460c Gen8 Server.

View Article
Browsing all 1179 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>