Fujitsu Siemens Computers SX series User Manual page 105

Sx150 business server
Table of Contents

Advertisement

Functions of the System Management Console
To include further configuration data with the command scslbackup, proceed as follows:
A new directory must be created in the directory /etc/opt/FJSVscsl/backup (any
name, e.g. CDEbackup).
A file with the name printlist must be created in this directory, containing all file
names to be saved. As it is too time-consuming to create this manually, the file is
created via the script prebackup. This may look like this:
#!/bin/sh
#
#
#
#
#
/export/home/soladmin)
#
BACKUPLIST=/etc/opt/FJSVscsl/backup/CDEbackup/printlist
CDEROOT=/.dt
CDESXADMIN=/export/home/sxadmin/.dt
CDEBS2ADMIN=/export/home/bs2admin/.dt
CDESOLADMIN=/export/home/soladmin/.dt
>$BACKUPLIST
# CDE data of the user root
find $CDEROOT -type f >> $BACKUPLIST 2> /dev/null
find $CDEROOT -type l >> $BACKUPLIST 2> /dev/null
# CDE data of the user sxadmin
find $CDESXADMIN -type f >> $BACKUPLIST 2> /dev/null
find $CDESXADMIN -type l >> $BACKUPLIST 2> /dev/null
# CDE data of the user bs2admin
find $CDEBS2ADMIN -type f >> $BACKUPLIST 2> /dev/null
find $CDEBS2ADMIN -type l >> $BACKUPLIST 2> /dev/null
# CDE data of the user soladmin
find $CDESOLADMIN -type f >> $BACKUPLIST 2> /dev/null
find $CDESOLADMIN -type l >> $BACKUPLIST 2> /dev/null
exit 0
This procedure is already sufficient for all configuration data of the CDE interface of the user
logins root, sxadmin, bs2admin and soladmin to be dynamically determined by
scslbackup and included in the backup. Where necessary, other user logins should be
included (e.g. for the administrator of PRIMEPOWER ServerView).
The data is then restored automatically without requiring any further measures with the
command scslrestore.
U41272-J-Z385-3-76
prebackup
Backup of the CDE configuration data of the user logins root and
sxadmin
(Home directories /, /export/home/sxadmin, /export/home/bs2admin and #
Backing up/restoring the SMC
105

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents