Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. abubasim

    720 dlpar internal dvd/tape

    On the more recent servers, internal tape and DVD drives usually hang on the same SAS/SATA controller combo which connects the disks. With this it's not possible to move the controller. VIO is a better option. Map your tape and DVD drives as virtual tape and virtual optical media instead. But...
  2. abubasim

    SAN read Performance

    Khalid, Your DBA's argument holds true for traditional non-RAID disks. But with RAID storage subsystems you have multiple heads and a cache much larger than single disk drives have. With SAN storage, especially where one RAID array is shared by multiple hosts, tuning queue depth can be of...
  3. abubasim

    Cannot login via telnet or ssh to AIX 5.2 server

    You're saying that you can't telnet or ssh to the box but I assume that you can still log in on the console. By the output you're showing it looks like both telnetd and sshd are responding but then fail to log you in. To start checking you could run sshd in debug mode: 1. Stop the sshd...
  4. abubasim

    UPS solution for P5 570

    Salaams Khalid, Most recent HMCs I've come across have had two Ethernet ports and having only one doesn't make much sense as two is minimum for full functionality: internal for FSP connection (console and LPAR power on/off) and external for DLPAR. According to the config for your 7310-C04 HMC...
  5. abubasim

    HACMP - SSH Key problem while using service name

    @khalidaaa, You're welcome. BTW, do you still need to cut your Umm Ali with a knife? :-) (Umm Ali is a classic Arabic desert similar to bread pudding.)
  6. abubasim

    HACMP - SSH Key problem while using service name

    @ogniemi: Good stuff, that. I forgot that IPAT between nodes requires identical host keys. niemi sounds Finnish.
  7. abubasim

    HACMP - SSH Key problem while using service name

    Create global ssh_known_hosts and ssh_known_hosts2 files in /etc/ssh and make sure the keys have all possible hostnames and IP addresses listed. The format of these files are the same as the personal known_hosts in your ~/.ssh directory. Each key can have multiple names and addresses listed...
  8. abubasim

    How do I fix these broken filesets?

    What do you get if you run 'lppchk -v'?
  9. abubasim

    openssl 0.9.8 for AIX

    I know of three good sites offering pre-compiled open source stuff: IBM's AIX Toolbox for Linux, with crypto stuff here. Bull's AIX freeware. UCLA's PD Software for AIX. Unfortunately none of the above offer what you're looking for :-) Good luck with your searching.
  10. abubasim

    restrict rexec by user

    To disallow inbound rexec access to a user: # chuser ttys=ALL,!REXEC username This is assuming that the ttys parameter for the user is the default "ALL". Check this with "lsuser -a ttys username". This mechanism can also be used to block inbound rsh access: # chuser ttys=ALL,!RSH username...
  11. abubasim

    Run a Script on Windows from AIX

    Salaams Khalid, IBM's AIX-version of OpenSSH is on the Expansion Pack CD or from "http://sourceforge.net/projects/openssh-aix". You'll also need openssl from the Linux Toolbox CD or "http://www-03.ibm.com/servers/aix/products/aixos/linux/download.html". The commercial version from ssh.com is...

Part and Inventory Search

Back
Top