Version 8 (modified by 11 years ago) ( diff ) | ,
---|
Miscellaneous Notes
Table of Contents
This is for internal use of lab administrators only
- Ldap: dhcp1 and dhcp2 (cname ldap1.orbit-lab.org) - The ldap conf lives in etc, as well as the "secret"
- Web: served out of external3 (cname www.orbit-lab.org) - External web huhah only.
- Internal ldap admin: http://internal4/phpldapadmin - If you just point a web browser to internal 3, it enumerates /, but that directory doesn't show up. however point the url directly works.
- Internal1 hosts the mysql services, but the phpmyadmin runs on internal3 (http://internal4/phpmyadmin) (similar to the ldapamdin). You'll have to point the myadmin to internal1 to get the tables from that host (e.g. inventory).
Modifying inventory entries through XML
In this example I am trying to change a node from CM type 1 to type 10, the same process is true for any XML modifications to inventory changes. Changes can be done in a web browser opened in the internal1 network.
- Check CM type and port
internal1.orbit-lab.org:5054/inventory/attribute_list?set=nodeX-Y.DOMAIN.orbit-lab.org
- Set new CM type
internal1.orbit-lab.org:5054/inventory/attribute_modify?name=nodeX-Y.DOMAIN.orbit-lab.org&attribute=CM_type&value=10
- Set new CM port
internal1.orbit-lab.org:5054/inventory/attribute_modify?name=nodeX-Y.DOIMAIN.orbit-lab.org&attribute=CM_type&value=1
- Restart the service
/etc/init.d/omf-aggmgr-5.4 restart
Fixing IRQ issue on Gs with intel WIMAX and ath9k
- Go into BIOS → Others → SIO configuration
- Set 'Paraller' Port address to 'Disable'
- Save and exit
Test by:
- load baseline
- ifconfig -a , make sure no wireless interfaces show (need to blacklist intel wireless)
- if intel wireless appears, rmmod iwlwifi
- modprobe ath9k
- check dmesg to see if radio comes up
- check ifconfig -a to see if interface appears
- ifconfig wlan1 up
- iwlist wlan1 scan
- iwconfig wlan1 essid WINMAIN
Note:
See TracWiki
for help on using the wiki.