Displaying 5 results from an estimated 5 matches for "nonboot".
Did you mean:
onboot
2006 May 01
2
Rebuilding Raid 1
...approch.
Senario
Raid 1 setup
Bootable raid drive failed
Mirror has been working for almost a month and then rebooted
Now can't boot mirror drive grub not mirrored from other drive.
I Fixed bootable drive.
Question?
Can I hook up both drives and boot fixed drive then rebuilt mirror from
nonbootable drive to bootable drive?
Does the raid automatically rebuilt when I boot with both drives?
Can I run a command to rebuilt from one drive to the other and visa versa
I want to try it but I am worried that if I hook them up and it boots
that because the bootable drive has older info it might o...
2016 Jan 12
3
What are the advantages and disadvantages of running with or without libvirt?
...rgeted\n', '--mkdir',
'/etc/sysconfig/network-scripts', '--chmod',
'0755:/etc/sysconfig/network-scripts', '--write',
'/etc/sysconfig/network-scripts/ifcfg-eth0:HWADDR="54:52:c0:a8:c8:03"\nBOOTPROTO="dhcp"\nTYPE="Ethernet"\nONBOOT="yes"\nNAME="eth0"']
TIA,
Y.
2016 Jan 12
0
Re: What are the advantages and disadvantages of running with or without libvirt?
...'--mkdir',
> '/etc/sysconfig/network-scripts', '--chmod',
> '0755:/etc/sysconfig/network-scripts', '--write',
> '/etc/sysconfig/network-scripts/ifcfg-eth0:HWADDR="54:52:c0:a8:c8:03"\nBOOTPROTO="dhcp"\nTYPE="Ethernet"\nONBOOT="yes"\nNAME="eth0"']
>
> TIA,
> Y.
> _______________________________________________
> Libguestfs mailing list
> Libguestfs@redhat.com
> https://www.redhat.com/mailman/listinfo/libguestfs
--
Richard Jones, Virtualization Group, Red Hat http://people...
2013 Mar 27
2
[PATCH] x86/S3: Restore broken vcpu affinity on resume (v3)
When in SYS_STATE_suspend, and going through the cpu_disable_scheduler
path, save a copy of the current cpu affinity, and mark a flag to
restore it later.
Later, in the resume process, when enabling nonboot cpus restore these
affinities.
v2:
Fix formatting problems.
remove early return in cpu_disable_scheduler() path.
v3:
Fix remaining errant tab
Move restore_vcpu_affinity() to thaw_domains(), eliminating the need to
promote for_each_cpupool()
Signed-off-by: Ben Guthro <benjamin.guthro@citrix.co...
2008 Jul 01
6
OpenVZ configuration of networking with puppet - big crash
...nning puppet-ized version of redhat-add_ip.sh"
/bin/cat <<EOM | /usr/bin/puppet
file {"/etc/sysconfig/network-scripts/$VENET_DEV_CFG":
owner => root,
mode => 644,
ensure => present,
content => "DEVICE=$VENET_DEV\nBOOTPROTO=static\nONBOOT=yes
\nIPADDR=127.0.0.1\nNETMASK=255.255.255.255\nBROADCAST=0.0.0.0",
}
file {"/etc/sysconfig/network":
owner => root,
mode => 644,
content => "NETWORKING=\"yes\"\nNETWORKING_IPV6=no
\nHOSTNAME=localhost.localdomain\nGATEWAY=\"192.0...