| Home | Mirror | Search |
http://linux.dell.com/
http://www.dell.com.cn/
tar zxvf OM_6.1.0_ManNode_A00.tar.gz
vi /etc/RedHat-release
CentOS release 5.5 (Final) Tikanga
或者
vim linux/supportscripts/srvadmin-install.sh
GetOSType()
{
# Set default values for return variables.
GBL_OS_TYPE=${GBL_OS_TYPE_UKNOWN}
GBL_OS_TYPE_STRING="UKNOWN"
改為
GetOSType()
{
# Set default values for return variables.
# GBL_OS_TYPE=${GBL_OS_TYPE_UKNOWN}
# GBL_OS_TYPE_STRING="UKNOWN"
GBL_OS_TYPE=${GBL_OS_TYPE_RHEL5}
GBL_OS_TYPE_STRING="RHEL5"
# yum install libstdc++-devel libidn-devel curl-devel
# ./setup.sh
Do you agree to the above license terms? ('y' for yes | 'Enter' to exit): y
##############################################
Server Administrator Custom Install Utility
##############################################
Components for Server Administrator Managed Node Software:
[ ] 1. Server Administrator Web Server
[ ] 2. Server Instrumentation
[ ] 3. Storage Management
[ ] 4. Remote Access Core Component
[ ] 5. Remote Access SA Plugin Component
[ ] 6. All
Enter the number to select a component from the above list.
Enter q to quit.
Enter : 6
##############################################
Server Administrator Custom Install Utility
##############################################
Selected Options
- All
Dependencies
- Server Administrator Web Server
- Server Instrumentation
- Storage Management
- Remote Access Core Component
- Remote Access SA Plugin Component
Components for Server Administrator Managed Node Software:
[x] 1. Server Administrator Web Server
[x] 2. Server Instrumentation
[x] 3. Storage Management
[x] 4. Remote Access Core Component
[x] 5. Remote Access SA Plugin Component
[x] 6. All
Enter the number to select a component from the above list.
Enter c to copy selected components to destination folder.
Enter i to install the selected components.
Enter r to reset selection and start over.
Enter q to quit.
Enter : i
Default install location is: /opt/dell/srvadmin
Do you want to change it?
Press ('y' for yes | 'Enter' for default): y
Enter relocation path or press 'Enter' for default here:
Installing the selected packages.
warning: srvadmin-cm-6.1.0-648.i386.rpm: Header V3 DSA signature: NOKEY, key ID 23b66a9d
Preparing... ########################################### [100%]
1:srvadmin-omilcore ########################################### [ 6%]
To start all installed services without a reboot,
enter the following command: srvadmin-services.sh start
2:srvadmin-omcommon ########################################### [ 12%]
3:srvadmin-hapi ########################################### [ 18%]
4:srvadmin-syscheck ########################################### [ 24%]
5:srvadmin-deng ########################################### [ 29%]
6:srvadmin-omacore ########################################### [ 35%]
7:srvadmin-isvc ########################################### [ 41%]
8:srvadmin-omauth ########################################### [ 47%]
9:srvadmin-wsmanclient ########################################### [ 53%]
10:srvadmin-idrac-componen########################################### [ 59%]
11:srvadmin-jre ########################################### [ 65%]
12:srvadmin-cm ########################################### [ 71%]
13:srvadmin-idracadm ########################################### [ 76%]
14:srvadmin-idracdrsc ########################################### [ 82%]
15:srvadmin-iws ########################################### [ 88%]
16:srvadmin-omhip ########################################### [ 94%]
17:srvadmin-storage ########################################### [100%]
Do you want the Server Administrator services started?
Press ('y' for yes | 'Enter' to exit): y
Starting Systems Management Device Drivers:
Starting dell_rbu: [ OK ]
Starting ipmi driver: [ OK ]
Starting Systems Management Data Engine:
Starting dsm_sa_datamgr32d: [ OK ]
Starting dsm_sa_eventmgr32d: [ OK ]
Starting DSM SA Shared Services: [ OK ]
Starting DSM SA Connection Service: [ OK ]
# srvadmin-services.sh
Usage: srvadmin-services.sh {start|stop|status|restart|enable|disable|help}
start : starts Server Administrator services
stop : stops Server Administrator services
status : display status of Server Administrator services
restart: restart Server Administrator services
enable : Enable Server Administrator services in runlevels 2, 3, 4, and 5
disable: Disable Server Administrator services in runlevels 2, 3, 4, and 5
help : Displays this help text