Posts

Howto setting iLOM

Change default password for "root", default = changeme set /SP/users/root password=password Create new username "admin" create /SP/users/admin Modify user profile "admin" set /SP/users/admin role=Administrator set /SP/users/admin cli_mode=alom Setting CLI prompt setsc sc_cliprompt SRVNAME

Differences between trusted and non-trusted systems?

Trusted system  : Enabled for all of below functions. Non-trusted system : Disabled for all of below functions. System auditing enables tracing every system call issued by users on the system. Improved password management includes: - grace period and expiration period for password - password aging - specific account life - disable login after repeated login failures - random password generator Login Restrictions includes : - disabling and locking accounts - Setting accounts to be accessed only at certain times of the day - account location accessat specific devices, workstations, etc. - a single-user boot password. Shadowed passwords - kept in locations other than /etc/passwd. - prevents users from viewing the /etc/passwd file - prevents hackers from running "password cracker programs" against passwords in the /etc/passwd file

Howto re-install PHP support Oracle Client

If we have default php installation in RHEL 4u6, and we need to reinstall with php5 with oracle client supported. Uninstall all PHP4 rpm rpm -qa | grep php rpm -e php-* Install PHP5 rpm rpm -ivh php-common-5*.rpm rpm -ivh php-cli-5*.rpm rpm -ivh php-5*.rpm rpm -ivh sqlite-3*.rpm rpm -ivh sqlite2-*.rpm rpm -ivh php-pdo-5*.rpm rpm -ivh php-oci8-5*.rpm Install InstantClient mkdir -p /opt/oracle/instantclient cd /opt/oracle/instantclient unzip instantclient-basic-linux32-10.2.0.3-xxx.zip unzip instantclient-sdk-linux32-10.2.0.3-xxx.zip echo /opt/oracle/instantclient/instantclient_10_2 >> /etc/ld.so.conf ldconfig cd /opt/oracle/instantclient/instantclient_10_2 ln -s libclntsh.so.10.1 libclntsh.so ln -s libocci.so.10.1 libocci.so ln -s libclntsh.so.10.1 libclntsh.so.11.1 Install oci8 cd /usr/local/src tar xzf oci8-x.x.x.tgz cd oci8-x.x.x phpize ./configure --with-oci8=shared,instantclient,/opt/oracle/instantclient/instantclient_10_2 make make install Restar

Howto Initialized EMC Storage CLAriion

First connect your laptop to switch that EMC Storage are connected. Please make sure it have same VLAN configured on switch. For example you use VLAN 10 with allocation IP Address : 192.168.10.0/24. Set IP Address on your laptop to, ex: 192.168.10.10. EMC Storage SP A : 192.168.10.1 EMC Storage SP B : 192.168.10.2 Please note that server that will use this EMC Storage should be use VLAN 10 as main VLAN. ex: SP A on EMC Storage connected to port 1 SP B on EMC Storage connected to port 2 Your laptop connected to port 3. Switch config should be like below : interface GigabitEthernet0/1  switchport access vlan 10  switchport mode access interface GigabitEthernet0/2  switchport access vlan 10   switchport mode access interface GigabitEthernet0/3  switchport access vlan 10  switchport mode access Install Navisphere_Initialization_Wizard.exe on your laptop and run this tool. - choose "I agree ..." - Click "Next" button - Your storage should b

Howto physical connection EMC CLAriion, IBM Blade, SAN Switch, Cisco Switch

Image

Howto cstm on HP-UX

If we want to show all machine information, just use cstm. # cstm Running Command File (/usr/sbin/stm/ui/config/.stmrc). -- Information -- Support Tools Manager Version C.46.05 (C) Copyright Hewlett Packard Co. 1995-2002 All Rights Reserved Use of this program is subject to the licensing restrictions described in "Help-->On Version". HP shall not be liable for any damages resulting from misuse or unauthorized use of this program. cstm> Map all device in this system with : cstm> map Dev Last Last Op Num Path Product Active Tool Status === ==================== ========================= =========== ============= 1 system system (1014) Information Successful 2 memory IPF_MEMORY (1014) Information Successful ------------ We want to know info about memory information cstm>sel d 2 cstm>

Howto configure boot device order on ILOM

To ensure the system can be installed using the DVD drive, the boot device order in the BIOS has to be configured correctly so that the DVD drive takes precedence over the internal hard drives. 1 Log into the ILOM. 2 Start the system if it is not already running: > start /SYS else reset the system: > reset /SYS 3 Log onto the system’s console: > start /SP/console 4 When prompted, press Esc 2 to enter setup. 5 Once the setup menu has loaded, navigate across to the Boot screen by using the right arrow key. 6 Using the down arrow key, select the Boot Device Priority item and press Enter. 7 Confirm that the item [CD/DVD] is higher in the list than the item [Hard Drive]. The order can be changed by selecting the relevant item and using the +/- keys to move the item up or down in the list. 8 Once the order is correct, save any changes made by pressing Esc and then navigate right to the Exit screen. Select the item Save Changes and Exit and press Enter, then confirm