search for: christianbook

Displaying 20 results from an estimated 21 matches for "christianbook".

2019 Aug 21
3
CentOS 5 file system read only issue
Hello Everyone, We are using CentOS 5 system for certain application. Those are VM guests running in VMware. There is datastore issue occasionally, causing all file systems becoming read only file systems. So application stop working, and opened files cannot be written either. We cannot even ssh login to the system. Typically we had to power cycle the VM. We are trying to add reliability to the
2014 Dec 17
3
Asymmetric encryption for very large tar file
Am 17.12.2014 um 18:42 schrieb Les Mikesell <lesmikesell at gmail.com>: > On Wed, Dec 17, 2014 at 11:14 AM, Xinhuan Zheng > <xzheng at christianbook.com> wrote: >> I have a requirement that I need to use encryption technology to encrypt >> very large tar file on a daily basis. The tar file is over 250G size and >> those are data backup. Every night the server generated a 250G data backup >> and it?s tar?ed into one ta...
2011 Feb 08
4
mount the wrong device after system recovery
Hi, I am recovering a CentOS 5.4 system. I've copied all partitions into the recovery system. I've installed grub boot loader. However, the original system is using /dev/sdb1 for root (/), while the recovery system is using LVM (/dev/vg0/lv1) for root (/). When recovery system boots, I got the panic error: * Mounting /dev/sdb1 on /sysroot * Mount: mounting
2014 Dec 17
8
Asymmetric encryption for very large tar file
Hello CentOS list, I have a requirement that I need to use encryption technology to encrypt very large tar file on a daily basis. The tar file is over 250G size and those are data backup. Every night the server generated a 250G data backup and it?s tar?ed into one tarball file. I want to encrypt this big tarball file. So far I have tried two technologies with no success. 1) generating RSA 2048
2014 Dec 17
0
Asymmetric encryption for very large tar file
On Wed, Dec 17, 2014 at 11:14 AM, Xinhuan Zheng <xzheng at christianbook.com> wrote: > I have a requirement that I need to use encryption technology to encrypt > very large tar file on a daily basis. The tar file is over 250G size and > those are data backup. Every night the server generated a 250G data backup > and it?s tar?ed into one tarball file. I wa...
2014 Dec 17
0
Asymmetric encryption for very large tar file
On 17/12/14 18:54, Leon Fauster wrote: > Am 17.12.2014 um 18:42 schrieb Les Mikesell <lesmikesell at gmail.com>: >> On Wed, Dec 17, 2014 at 11:14 AM, Xinhuan Zheng >> <xzheng at christianbook.com> wrote: >>> I have a requirement that I need to use encryption technology to encrypt >>> very large tar file on a daily basis. The tar file is over 250G size and >>> those are data backup. Every night the server generated a 250G data backup >>> and it?s ta...
2019 Aug 21
0
CentOS 5 file system read only issue
On Aug 21, 2019, at 7:35 AM, Xinhuan Zheng <xzheng at christianbook.com> wrote: > > my $s = IO::Select->new( $fh ); > if ( $io->can_write( 10 ) { That?s not designed to do what you hope. select(2) is a system call intended for use on network socket handles, not file handles. Since socket handles and file handles are compatible on a Unix type s...
2020 May 21
1
External Array Data Migration
Dear All, Below question has been puzzled me for a while, and don?t know if anyone has experienced such puzzle: You have an external array attached to a physical hardware. The operating system is CentOS 5. The file system is created on top of LVM on external array & mounted. The CentOS 5 can see the array controller, and manage all LVM configuration, etc. There is data stored in that
2014 Dec 19
0
Asymmetric encryption for very large tar file
On Wed, Dec 17, 2014 at 12:14 PM, Xinhuan Zheng <xzheng at christianbook.com> wrote: > Hello CentOS list, > I have a requirement that I need to use encryption technology to encrypt > very large tar file on a daily basis. The tar file is over 250G size and > those are data backup. Every night the server generated a 250G data backup > and it?s tar?ed in...
2019 Sep 25
9
How to dump/restore a CentOS 7 system
Hello All, I guess it is very common for administrative purpose, to dump and restore a CentOS 7 system. I usually use dump/restore commands. However, I?m having trouble to handle installing bootloader and creating initramfs for C7 system. Does anyone know a good document source that details those procedure? Thank you, Xinhuan Zheng
2014 Dec 19
0
Asymmetric encryption for very large tar file
Hello, Thanks for all feedback I got. I am pretty sure that if I used ?openssl enc? method, it is able to handle large file over 250g size perfectly. I think openssl installed on the system is capable of doing large file support. However, when using ?openssl smime?, it is not able to. Apparently it?s smime method limitations, not the openssl. Other than smime and enc, what other methods can I use
2014 Dec 22
0
CentOS Digest, Vol 119, Issue 19
Hello Brian, >GPG is really what you want to be using for this. OpenSSL is a general >toolkit that provide a lot of good functions, but you need to cobble some >things together yourself. GPG is meant to handle all of the other parts >of >dealing with files. >I will expand on what someone else mentioned -- asymmetric encryption is >not meant for, and has very poor
2018 Jan 31
1
What is best way of managing isolated network environment?
Hello, We need to manage isolated network environment so that even though host name and ip address could be same, but they are located in isolated network environment so that?s not a problem. However, that would be very challenging to build a server in such an isolated environment. For example, we could do kickstart to build a server in non-isolated network environment, but for isolated one, we
2020 May 14
1
How to Load Custom CentOS 7 Image
Dear All, I want to create a CentOS 7 VMWARE VM. I need to install various Runtime libraries, e.g., Tomcat, into the VM. Once all looks good, then I want to make a Custom Image of the entire VM. Later I want to load this Custom Image to a physical HW, so that I don?t need to go through all kinds Runtime installation. Does anyone know how to handle creating a Custom Image and Load to physical HW
2020 May 15
1
How to Load Custom CentOS 7 Image
Dear Earl Ramirez, >I created a custom ISO a couple of years ago [0], you can use it as >your base of one of the following links[1-4], should be sufficient to >get you started. >[0] https://github.com/EarlRamirez/snipeit_iso In above github project, in https://github.com/EarlRamirez/snipeit_iso/blob/master/isolinux/grub.conf file, there is ?@? symbol for splashimage, and for kernel,
2020 May 18
0
Live Patching Upgrade CentOS 7
Dear All, Does anyone know how to to live patching upgrade of CentOS 7 without rebuilding the whole boot volume? I have enough disk space in Boot volume. I don?t want to go through creating a new VM and install CentOS 7 patch release. Thanks, - Xinhuan
2020 May 21
1
How to Load Custom CentOS 7 Image
Dear All, > It seems like kickstart is what you are looking for.? > Is this what you were trying to do? Yes, kickstart is what I?m looking for. Let me detail my provisioning process: * Provision a VM with standard CentOS 7 NetInstall ISO & my post script. The file system is created on top of LVM * Export entire VM as custom ISO image to be loaded into physical hardware *
2011 Feb 01
1
limiting yum url question
Hi, I need to configure yum to limit the number of URLs going out for security reason. I don't find a configuration for include option. I do find an exclude option in /etc/yum/pluginconf.d/fastestmirror.conf. It would be impossible to exclude every url in this file. What is the best way to limit the traffic going out interest for yum? Is the local network repository a better way or does
2011 Feb 01
0
syslog socket limit
Hi, Syslogd has an option "-a socket". According to man page, this additional sockets is limited to 19. Currently I do need to have more than 19 sockets that syslogd needs to listen on. How can I accomplish that if I don't want to change syslogd.c code? Thanks, - xinhuan -------------- next part -------------- An HTML attachment was scrubbed... URL:
2012 Jan 30
1
Quantum scalar i40 tape partitions
Hi All, I have a Quantum scalar i40 tape library. I need to configure it to TWO tape partition libraries, e.g., library_a and library_b, so that each library has its own tape drive. Then connect this physical tape library to two different CentOS servers so that each server can see its own media changer and tape drive. I once had a successful configuration on one host but NOT on the other. One